.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
@-webkit-keyframes keyframe--spin{from{-webkit-transform: rotate(0);transform: rotate(0)}to{-webkit-transform: rotate(360deg);transform: rotate(360deg)}}@keyframes keyframe--spin{from{-webkit-transform: rotate(0);transform: rotate(0)}to{-webkit-transform: rotate(360deg);transform: rotate(360deg)}}@-webkit-keyframes keyframe--spin-reverse{from{-webkit-transform: rotate(360deg);transform: rotate(360deg)}to{-webkit-transform: rotate(0);transform: rotate(0)}}@keyframes keyframe--spin-reverse{from{-webkit-transform: rotate(360deg);transform: rotate(360deg)}to{-webkit-transform: rotate(0);transform: rotate(0)}}html{font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%}body{margin: 0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display: block}audio,canvas,progress,video{display: inline-block;vertical-align: baseline}audio:not([controls]){display: none;height: 0}[hidden],template{display: none}a{background-color: transparent}a:active,a:hover{outline: 0}abbr[title]{border-bottom: 1px dotted}b,strong{font-weight: bold}dfn{font-style: italic}h1{font-size: 2em;margin: .67em 0}mark{background: #ff0;color: #000}small{font-size: 80%}sub,sup{font-size: 75%;line-height: 0;position: relative;vertical-align: baseline}sup{top: -0.5em}sub{bottom: -0.25em}img{border: 0}svg:not(:root){overflow: hidden}figure{margin: 1em 40px}hr{box-sizing: content-box;height: 0}pre{overflow: auto}code,kbd,pre,samp{font-family: monospace, monospace;font-size: 1em}button,input,optgroup,select,textarea{color: inherit;font: inherit;margin: 0}button{overflow: visible}button,select{text-transform: none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance: button;cursor: pointer}button[disabled],html input[disabled]{cursor: default}button::-moz-focus-inner,input::-moz-focus-inner,button::-moz-focus-inner,input::-moz-focus-inner{border: 0;padding: 0}input{line-height: normal}input[type="checkbox"],input[type="radio"]{box-sizing: border-box;padding: 0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height: auto}input[type="search"]{-webkit-appearance: textfield;box-sizing: content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance: none}fieldset{border: 1px solid #c0c0c0;margin: 0 2px;padding: .35em .625em .75em}legend{border: 0;padding: 0}textarea{overflow: auto}optgroup{font-weight: bold}table{border-collapse: collapse;border-spacing: 0}td,th{padding: 0}.block-group,.block,.block-group:after,.block:after,.block-group:before,.block:before{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}.block-group{zoom: 1;list-style-type: none;padding: 0;margin: 0}.block-group:before,.block-group:after{display: table;content: "";line-height: 0}.block-group:after{clear: both}.block-group > .block-group{clear: none;float: left;margin: 0 !important}.block{float: left;width: 100%}@font-face{font-family: 'Open Sans';font-display: swap;src: local('Open Sans Light'), local('OpenSans-Light'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Light/OpenSans-Light.woff2?7810579d 9e') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Light/OpenSans-Light.woff?7810579d 9e') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Light/OpenSans-Light.ttf?7810579d 9e') format('truetype');font-weight: 300;font-style: normal}@font-face{font-family: 'Open Sans';font-display: swap;src: local('Open Sans Regular'), local('Open Sans'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Regular/OpenSans-Regular.woff2?7810579d 9e') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Regular/OpenSans-Regular.woff?7810579d 9e') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Regular/OpenSans-Regular.ttf?7810579d 9e') format('truetype');font-weight: normal;font-style: normal}@font-face{font-family: 'Open Sans';font-display: swap;src: local('Open Sans Semibold'), local('OpenSans-SemiBold'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Semibold/OpenSans-Semibold.woff2?7810579d 9e') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Semibold/OpenSans-Semibold.woff?7810579d 9e') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Semibold/OpenSans-Semibold.ttf?7810579d 9e') format('truetype');font-weight: 600;font-style: normal}@font-face{font-family: 'Open Sans';font-display: swap;src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Bold/OpenSans-Bold.woff2?7810579d 9e') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Bold/OpenSans-Bold.woff?7810579d 9e') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Bold/OpenSans-Bold.ttf?7810579d 9e') format('truetype');font-weight: bold;font-style: normal}@font-face{font-family: 'Open Sans';font-display: swap;src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/ExtraBold/OpenSans-ExtraBold.woff2?7810579d 9e') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/ExtraBold/OpenSans-ExtraBold.woff?7810579d 9e') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/ExtraBold/OpenSans-ExtraBold.ttf?7810579d 9e') format('truetype');font-weight: 800;font-style: normal}.visible--s,.visible-inline--s,.visible-inline-block--s,.visible--m,.visible-inline--m,.visible-inline-block--m,.visible--l,.visible-inline--l,.visible-inline-block--l,.visible--xl,.visible-inline--xl,.visible-inline-block--xl{display: none !important}.visible--xs{display: block !important}table.visible--xs{display: table !important}tr.visible--xs{display: table-row !important}th.visible--xs,td.visible--xs{display: table-cell !important}.visible-inline--xs{display: inline !important}table.visible-inline--xs{display: table !important}tr.visible-inline--xs{display: table-row !important}th.visible-inline--xs,td.visible-inline--xs{display: table-cell !important}.visible-inline-block--xs{display: inline-block !important}table.visible-inline-block--xs{display: table !important}tr.visible-inline-block--xs{display: table-row !important}th.visible-inline-block--xs,td.visible-inline-block--xs{display: table-cell !important}.hidden--s,.hidden--m,.hidden--l,.hidden--xl{display: inherit !important}.hidden--xs{display: none !important}@media screen and (min-width: 30em){.visible--xs,.visible-inline--xs,.visible-inline-block--xs,.visible--m,.visible-inline--m,.visible-inline-block--m,.visible--l,.visible-inline--l,.visible-inline-block--l,.visible--xl,.visible-inline--xl,.visible-inline-block--xl{display: none !important}.visible--s{display: block !important}table.visible--s{display: table !important}tr.visible--s{display: table-row !important}th.visible--s,td.visible--s{display: table-cell !important}.visible-inline--s{display: inline !important}table.visible-inline--s{display: table !important}tr.visible-inline--s{display: table-row !important}th.visible-inline--s,td.visible-inline--s{display: table-cell !important}.visible-inline-block--s{display: inline-block !important}table.visible-inline-block--s{display: table !important}tr.visible-inline-block--s{display: table-row !important}th.visible-inline-block--s,td.visible-inline-block--s{display: table-cell !important}.hidden--xs,.hidden--m,.hidden--l,.hidden--xl{display: inherit !important}.hidden--s{display: none !important}}@media screen and (min-width: 48em){.visible--xs,.visible-inline--xs,.visible-inline-block--xs,.visible--s,.visible-inline--s,.visible-inline-block--s,.visible--l,.visible-inline--l,.visible-inline-block--l,.visible--xl,.visible-inline--xl,.visible-inline-block--xl{display: none !important}.visible--m{display: block !important}table.visible--m{display: table !important}tr.visible--m{display: table-row !important}th.visible--m,td.visible--m{display: table-cell !important}.visible-inline--m{display: inline !important}table.visible-inline--m{display: table !important}tr.visible-inline--m{display: table-row !important}th.visible-inline--m,td.visible-inline--m{display: table-cell !important}.visible-inline-block--m{display: inline-block !important}table.visible-inline-block--m{display: table !important}tr.visible-inline-block--m{display: table-row !important}th.visible-inline-block--m,td.visible-inline-block--m{display: table-cell !important}.hidden--xs,.hidden--s,.hidden--l,.hidden--xl{display: inherit !important}.hidden--m{display: none !important}}@media screen and (min-width: 64em){.visible--xs,.visible-inline--xs,.visible-inline-block--xs,.visible--s,.visible-inline--s,.visible-inline-block--s,.visible--m,.visible-inline--m,.visible-inline-block--m,.visible--xl,.visible-inline--xl,.visible-inline-block--xl{display: none !important}.visible--l{display: block !important}table.visible--l{display: table !important}tr.visible--l{display: table-row !important}th.visible--l,td.visible--l{display: table-cell !important}.visible-inline--l{display: inline !important}table.visible-inline--l{display: table !important}tr.visible-inline--l{display: table-row !important}th.visible-inline--l,td.visible-inline--l{display: table-cell !important}.visible-inline-block--l{display: inline-block !important}table.visible-inline-block--l{display: table !important}tr.visible-inline-block--l{display: table-row !important}th.visible-inline-block--l,td.visible-inline-block--l{display: table-cell !important}.hidden--xs,.hidden--s,.hidden--m,.hidden--xl{display: inherit !important}.hidden--l{display: none !important}}@media screen and (min-width: 78.75em){.visible--xs,.visible-inline--xs,.visible-inline-block--xs,.visible--s,.visible-inline--s,.visible-inline-block--s,.visible--m,.visible-inline--m,.visible-inline-block--m,.visible--l,.visible-inline--l,.visible-inline-block--l{display: none !important}.visible--xl{display: block !important}table.visible--xl{display: table !important}tr.visible--xl{display: table-row !important}th.visible--xl,td.visible--xl{display: table-cell !important}.visible-inline--xl{display: inline !important}table.visible-inline--xl{display: table !important}tr.visible-inline--xl{display: table-row !important}th.visible-inline--xl,td.visible-inline--xl{display: table-cell !important}.visible-inline-block--xl{display: inline-block !important}table.visible-inline-block--xl{display: table !important}tr.visible-inline-block--xl{display: table-row !important}th.visible-inline-block--xl,td.visible-inline-block--xl{display: table-cell !important}.hidden--xs,.hidden--s,.hidden--m,.hidden--l{display: inherit !important}.hidden--xl{display: none !important}}.btn{padding: .125rem .625rem .125rem .625rem;line-height: 2rem;border-radius: 3px;background-clip: padding-box;-webkit-appearance: none;-moz-appearance: none;appearance: none;font-size: .875rem;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;-webkit-font-smoothing: inherit;display: inline-block;position: relative;font-weight: 700;text-decoration: none;text-align: left;cursor: pointer;border: 1px solid #d8dcbf;color: #000}.btn [class^="icon--"]{font-size: .625rem}.btn .is--large{font-size: 1rem}.btn.is--icon-right{padding-right: 2.25rem}.btn.is--icon-right [class^="icon--"]{height: 1rem;line-height: 2rem;margin: -1rem 0rem 0rem 0rem;right: .75rem;font-weight: 400;display: block;position: absolute;top: 50%}.btn.is--icon-left{padding-left: 2.25rem}.btn.is--icon-left [class^="icon--"]{height: 1rem;line-height: 2rem;margin: -1rem 0rem 0rem 0rem;left: .75rem;font-weight: 400;display: block;position: absolute;top: 50%}.btn:disabled,.btn:disabled:hover,.btn.is--disabled,.btn.is--disabled:hover{opacity: .5;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;border: 1px solid #d8dcbf;color: #000;cursor: not-allowed}.btn:hover{background: #fff;color: #2d6043;border-color: #2d6043}.btn:focus{outline: none}.btn.is--small{line-height: 1.75rem}.btn.is--medium{line-height: 2rem;height: 2.375rem}.btn.is--large{line-height: 2.25rem;height: 2.625rem}.btn.is--full{display: block}.btn.is--center{text-align: center}.is--primary{padding: .125rem .75rem .125rem .75rem;line-height: 2.125rem;background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;background-image: none;border: 0 none;color: #fff}.is--primary:hover{background: #2d6043;color: #fff}.is--primary.is--small{line-height: 1.875rem}.is--primary.is--large{line-height: 2.375rem}.is--secondary{padding: .125rem .75rem .125rem .75rem;line-height: 2.125rem;background-image: linear-gradient(to bottom, #777 0%, #777 100%);background-color: #777;background-image: none;border: 0 none;color: #2d6043}.is--secondary:hover{background: #666;color: #2d6043}.is--secondary.is--small{line-height: 1.875rem}.is--secondary.is--large{line-height: 2.375rem}.is--link{padding: .125rem .75rem .125rem .75rem;line-height: 2.125rem;border: 0 none;background: transparent;color: #e2001a}.is--link:hover{color: #2d6043}.is--link.is--small{line-height: 1.875rem}.is--link.is--large{line-height: 2.375rem}.container{max-width: 78.75rem;background: #fff;margin: 0 auto;width: 100%}.container:after{content: "";display: table;clear: both}#cookie-consent{width: 17.5rem;-webkit-transition: transform .45s cubic-bezier(.3, 0, .15, 1);transition: transform .45s cubic-bezier(.3, 0, .15, 1)}#cookie-consent.off-canvas{position: fixed;z-index: 8000;background: #fff}#cookie-consent .cookie-consent--header{cursor: pointer}#cookie-consent .cookie-consent--description{padding: .9375rem .625rem .9375rem .625rem}#cookie-consent .cookie-consent--configuration .cookie-consent--group{padding: .9375rem .625rem .9375rem .625rem;border-bottom: 1px solid #d8dcbf;position: relative}#cookie-consent .cookie-consent--configuration .cookie-consent--group:after{content: "";display: table;clear: both}#cookie-consent .cookie-consent--configuration .cookie-consent--group-title{cursor: pointer;float: left;width: 85%}#cookie-consent .cookie-consent--configuration .cookie-consent--group-title.is--active .cookie-consent--group-arrow{transform: rotate(90deg)}#cookie-consent .cookie-consent--configuration .cookie-consent--configuration-header-text{padding: .9375rem .625rem .9375rem .625rem;font-weight: 700;color: #304513;border-bottom: 1px solid #d8dcbf}#cookie-consent .cookie-consent--configuration .cookie-consent--group-description{margin-left: 2.625rem;color: #262626}#cookie-consent .cookie-consent--cookie{padding: .9375rem 0rem .9375rem 0rem;position: relative}#cookie-consent .cookie-consent--cookie:after{content: "";display: table;clear: both}#cookie-consent .cookie-consent--cookie .cookie--label{cursor: pointer}#cookie-consent .cookie-consent--group-container{padding-top: .625rem;float: none;clear: both}#cookie-consent .cookie-consent--group-arrow{right: .9375rem;font-size: .75rem;top: 1.125rem;position: absolute}#cookie-consent .cookie-consent--save{padding: .9375rem .625rem .9375rem .625rem}#cookie-consent .cookie-consent--save .cookie-consent--save-button{text-align: center;width: 100%}#cookie-consent .cookie-consent--configuration-main{background: #fff}#cookie-consent .cookie-consent--state-label{margin-left: 2.5rem}.cookie-consent--state-input{display: block;position: absolute}.cookie-consent--state-input.cookie-consent--cookie-state{top: calc(50% - 10px)}.cookie-consent--state-input.cookie-consent--required{opacity: 0.4}.cookie-consent--state-input.cookie-consent--required .cookie-consent--state-input-element{cursor: default}.cookie-consent--state-input .cookie-consent--state-input-element{height: 1.25rem;width: 1.25rem;border-radius: .1875rem;border: 1px solid #d8dcbf;cursor: pointer;display: block;position: relative}.cookie-consent--state-input input{display: none}.cookie-consent--state-input input:checked + .cookie-consent--state-input-element{background: #333}.cookie-consent--state-input input:checked + .cookie-consent--state-input-element::after{width: .625rem;height: .3125rem;top: .25rem;left: .1875rem;border: 2px solid #fff;border-top: none;border-right: none;background: transparent;content: '';position: absolute;transform: rotate(-45deg)}.cookie-consent--state-input input:indeterminate + .cookie-consent--state-input-element{background: #333}.cookie-consent--state-input input:indeterminate + .cookie-consent--state-input-element::after{width: .625rem;height: .3125rem;top: .1875rem;left: .25rem;border: 2px none #fff;border-bottom-style: solid;background: transparent;content: '';position: absolute}.product--delivery{font-size: .875rem}.product--delivery p{margin: 0}.product--delivery .delivery--status-icon{border-radius: .5625rem;background-clip: padding-box;margin: 0rem .3125rem 0rem 0rem;width: .5625rem;height: .5625rem;line-height: .625rem;display: inline-block;position: relative}.product--delivery .delivery--status-shipping-free{background: #4aa3df}.product--delivery .delivery--text-shipping-free{color: #4aa3df}.product--delivery .delivery--status-available{background: #a8be00}.product--delivery .delivery--text-available{color: #a8be00}.product--delivery .delivery--status-more-is-coming{background: #f1c40f}.product--delivery .delivery--text-more-is-coming{color: #f1c40f}.product--delivery .delivery--status-not-available{background: #e74c3c}.product--delivery .delivery--text-not-available{color: #e74c3c}.product--delivery .delivery--text{margin: 0;display: inline-block}.content-main.is--fullscreen{box-shadow: none;max-width: none;padding: 0;margin: 0}.content-main.is--fullscreen .content,.content-main.is--fullscreen .content-main--inner{padding: 0;margin: 0 auto}.content-main.is--fullscreen .content--breadcrumb,.content-main.is--fullscreen .tagcloud--content,.content-main.is--fullscreen .last-seen-products{display: none}.content-main.is--fullscreen .listing--wrapper{max-width: 72.5rem;padding: 1.25rem .625rem 1.25rem .625rem;margin: 0 auto}@media screen and (min-width: 48em){.content-main.is--fullscreen .listing--wrapper{padding: 1.25rem 1.875rem 1.25rem 1.875rem}}@media screen and (min-width: 78.75em){.content-main.is--fullscreen .listing--wrapper{padding: 1.25rem 0rem 1.25rem 0rem}}.emotion--overlay{width: 3.125rem;height: 3.125rem;top: 3.125rem;border-radius: 3px;background-clip: padding-box;margin: 0 auto;position: relative;left: 0;z-index: 1000}.emotion--overlay .emotion--loading-indicator{padding: 0;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto}.emotion--overlay ~ .content-main{min-height: 125rem;visibility: hidden}.emotion--loading-indicator{width: 1.3125rem;height: 1.3125rem;padding: 3.125rem 0rem 3.125rem 0rem;margin: 0 auto;display: block;position: relative;box-sizing: content-box}.emotion--loading-indicator:before{border-radius: 100%;background-clip: padding-box;-webkit-animation: keyframe--spin 1s linear infinite;animation: keyframe--spin 1s linear infinite;width: 100%;height: 100%;box-sizing: border-box;display: block;content: "";border-width: 2px;border-style: solid;border-color: #333 #ccc #ccc #ccc}.content--emotions{display: block}body.emotion--preview{background: #ffffff}body.emotion--preview .content-main{box-shadow: none;margin: 0}.emotion--show-listing{margin: 1.25rem 0rem 1.25rem 0rem}.emotion--wrapper{display: block;margin: 0 auto;max-width: 1160px;overflow: hidden}.emotion--wrapper.is--fullscreen{max-width: none}.emotion--container{display: block;position: relative;top: 0;left: 0;background: #fff}.emotion--container:after{content: "";display: table;clear: both}.emotion--container.emotion--mode-resize{-webkit-transform-origin: 0 0 0;transform-origin: 0 0 0}.emotion--container.emotion--mode-rows .emotion--sizer,.emotion--container.emotion--mode-rows .emotion--sizer-xs,.emotion--container.emotion--mode-rows .emotion--sizer-s,.emotion--container.emotion--mode-rows .emotion--sizer-m,.emotion--container.emotion--mode-rows .emotion--sizer-l,.emotion--container.emotion--mode-rows .emotion--sizer-xl{display: none}.emotion--container.emotion--mode-rows .emotion--row:after{content: "";display: table;clear: both}.emotion--container.emotion--column-1 .col-1{width: 100%}.emotion--container.emotion--column-1 .start-col-1{left: 0%}.emotion--container.emotion--column-1 .col-xs-1{width: 100%}.emotion--container.emotion--column-1 .start-col-xs-1{left: 0%}@media screen and (min-width: 30em){.emotion--container.emotion--column-1 .col-s-1{width: 100%}.emotion--container.emotion--column-1 .start-col-s-1{left: 0%}}@media screen and (min-width: 48em){.emotion--container.emotion--column-1 .col-m-1{width: 100%}.emotion--container.emotion--column-1 .start-col-m-1{left: 0%}}@media screen and (min-width: 64em){.emotion--container.emotion--column-1 .col-l-1{width: 100%}.emotion--container.emotion--column-1 .start-col-l-1{left: 0%}}@media screen and (min-width: 78.75em){.emotion--container.emotion--column-1 .col-xl-1{width: 100%}.emotion--container.emotion--column-1 .start-col-xl-1{left: 0%}}.emotion--container.emotion--column-2 .col-1{width: 50%}.emotion--container.emotion--column-2 .start-col-1{left: 0%}.emotion--container.emotion--column-2 .col-2{width: 100%}.emotion--container.emotion--column-2 .start-col-2{left: 50%}.emotion--container.emotion--column-2 .col-xs-1{width: 50%}.emotion--container.emotion--column-2 .start-col-xs-1{left: 0%}.emotion--container.emotion--column-2 .col-xs-2{width: 100%}.emotion--container.emotion--column-2 .start-col-xs-2{left: 50%}@media screen and (min-width: 30em){.emotion--container.emotion--column-2 .col-s-1{width: 50%}.emotion--container.emotion--column-2 .start-col-s-1{left: 0%}.emotion--container.emotion--column-2 .col-s-2{width: 100%}.emotion--container.emotion--column-2 .start-col-s-2{left: 50%}}@media screen and (min-width: 48em){.emotion--container.emotion--column-2 .col-m-1{width: 50%}.emotion--container.emotion--column-2 .start-col-m-1{left: 0%}.emotion--container.emotion--column-2 .col-m-2{width: 100%}.emotion--container.emotion--column-2 .start-col-m-2{left: 50%}}@media screen and (min-width: 64em){.emotion--container.emotion--column-2 .col-l-1{width: 50%}.emotion--container.emotion--column-2 .start-col-l-1{left: 0%}.emotion--container.emotion--column-2 .col-l-2{width: 100%}.emotion--container.emotion--column-2 .start-col-l-2{left: 50%}}@media screen and (min-width: 78.75em){.emotion--container.emotion--column-2 .col-xl-1{width: 50%}.emotion--container.emotion--column-2 .start-col-xl-1{left: 0%}.emotion--container.emotion--column-2 .col-xl-2{width: 100%}.emotion--container.emotion--column-2 .start-col-xl-2{left: 50%}}.emotion--container.emotion--column-3 .col-1{width: 33.33333333%}.emotion--container.emotion--column-3 .start-col-1{left: 0%}.emotion--container.emotion--column-3 .col-2{width: 66.66666667%}.emotion--container.emotion--column-3 .start-col-2{left: 33.33333333%}.emotion--container.emotion--column-3 .col-3{width: 100%}.emotion--container.emotion--column-3 .start-col-3{left: 66.66666667%}.emotion--container.emotion--column-3 .col-xs-1{width: 33.33333333%}.emotion--container.emotion--column-3 .start-col-xs-1{left: 0%}.emotion--container.emotion--column-3 .col-xs-2{width: 66.66666667%}.emotion--container.emotion--column-3 .start-col-xs-2{left: 33.33333333%}.emotion--container.emotion--column-3 .col-xs-3{width: 100%}.emotion--container.emotion--column-3 .start-col-xs-3{left: 66.66666667%}@media screen and (min-width: 30em){.emotion--container.emotion--column-3 .col-s-1{width: 33.33333333%}.emotion--container.emotion--column-3 .start-col-s-1{left: 0%}.emotion--container.emotion--column-3 .col-s-2{width: 66.66666667%}.emotion--container.emotion--column-3 .start-col-s-2{left: 33.33333333%}.emotion--container.emotion--column-3 .col-s-3{width: 100%}.emotion--container.emotion--column-3 .start-col-s-3{left: 66.66666667%}}@media screen and (min-width: 48em){.emotion--container.emotion--column-3 .col-m-1{width: 33.33333333%}.emotion--container.emotion--column-3 .start-col-m-1{left: 0%}.emotion--container.emotion--column-3 .col-m-2{width: 66.66666667%}.emotion--container.emotion--column-3 .start-col-m-2{left: 33.33333333%}.emotion--container.emotion--column-3 .col-m-3{width: 100%}.emotion--container.emotion--column-3 .start-col-m-3{left: 66.66666667%}}@media screen and (min-width: 64em){.emotion--container.emotion--column-3 .col-l-1{width: 33.33333333%}.emotion--container.emotion--column-3 .start-col-l-1{left: 0%}.emotion--container.emotion--column-3 .col-l-2{width: 66.66666667%}.emotion--container.emotion--column-3 .start-col-l-2{left: 33.33333333%}.emotion--container.emotion--column-3 .col-l-3{width: 100%}.emotion--container.emotion--column-3 .start-col-l-3{left: 66.66666667%}}@media screen and (min-width: 78.75em){.emotion--container.emotion--column-3 .col-xl-1{width: 33.33333333%}.emotion--container.emotion--column-3 .start-col-xl-1{left: 0%}.emotion--container.emotion--column-3 .col-xl-2{width: 66.66666667%}.emotion--container.emotion--column-3 .start-col-xl-2{left: 33.33333333%}.emotion--container.emotion--column-3 .col-xl-3{width: 100%}.emotion--container.emotion--column-3 .start-col-xl-3{left: 66.66666667%}}.emotion--container.emotion--column-4 .col-1{width: 25%}.emotion--container.emotion--column-4 .start-col-1{left: 0%}.emotion--container.emotion--column-4 .col-2{width: 50%}.emotion--container.emotion--column-4 .start-col-2{left: 25%}.emotion--container.emotion--column-4 .col-3{width: 75%}.emotion--container.emotion--column-4 .start-col-3{left: 50%}.emotion--container.emotion--column-4 .col-4{width: 100%}.emotion--container.emotion--column-4 .start-col-4{left: 75%}.emotion--container.emotion--column-4 .col-xs-1{width: 25%}.emotion--container.emotion--column-4 .start-col-xs-1{left: 0%}.emotion--container.emotion--column-4 .col-xs-2{width: 50%}.emotion--container.emotion--column-4 .start-col-xs-2{left: 25%}.emotion--container.emotion--column-4 .col-xs-3{width: 75%}.emotion--container.emotion--column-4 .start-col-xs-3{left: 50%}.emotion--container.emotion--column-4 .col-xs-4{width: 100%}.emotion--container.emotion--column-4 .start-col-xs-4{left: 75%}@media screen and (min-width: 30em){.emotion--container.emotion--column-4 .col-s-1{width: 25%}.emotion--container.emotion--column-4 .start-col-s-1{left: 0%}.emotion--container.emotion--column-4 .col-s-2{width: 50%}.emotion--container.emotion--column-4 .start-col-s-2{left: 25%}.emotion--container.emotion--column-4 .col-s-3{width: 75%}.emotion--container.emotion--column-4 .start-col-s-3{left: 50%}.emotion--container.emotion--column-4 .col-s-4{width: 100%}.emotion--container.emotion--column-4 .start-col-s-4{left: 75%}}@media screen and (min-width: 48em){.emotion--container.emotion--column-4 .col-m-1{width: 25%}.emotion--container.emotion--column-4 .start-col-m-1{left: 0%}.emotion--container.emotion--column-4 .col-m-2{width: 50%}.emotion--container.emotion--column-4 .start-col-m-2{left: 25%}.emotion--container.emotion--column-4 .col-m-3{width: 75%}.emotion--container.emotion--column-4 .start-col-m-3{left: 50%}.emotion--container.emotion--column-4 .col-m-4{width: 100%}.emotion--container.emotion--column-4 .start-col-m-4{left: 75%}}@media screen and (min-width: 64em){.emotion--container.emotion--column-4 .col-l-1{width: 25%}.emotion--container.emotion--column-4 .start-col-l-1{left: 0%}.emotion--container.emotion--column-4 .col-l-2{width: 50%}.emotion--container.emotion--column-4 .start-col-l-2{left: 25%}.emotion--container.emotion--column-4 .col-l-3{width: 75%}.emotion--container.emotion--column-4 .start-col-l-3{left: 50%}.emotion--container.emotion--column-4 .col-l-4{width: 100%}.emotion--container.emotion--column-4 .start-col-l-4{left: 75%}}@media screen and (min-width: 78.75em){.emotion--container.emotion--column-4 .col-xl-1{width: 25%}.emotion--container.emotion--column-4 .start-col-xl-1{left: 0%}.emotion--container.emotion--column-4 .col-xl-2{width: 50%}.emotion--container.emotion--column-4 .start-col-xl-2{left: 25%}.emotion--container.emotion--column-4 .col-xl-3{width: 75%}.emotion--container.emotion--column-4 .start-col-xl-3{left: 50%}.emotion--container.emotion--column-4 .col-xl-4{width: 100%}.emotion--container.emotion--column-4 .start-col-xl-4{left: 75%}}.emotion--container.emotion--column-5 .col-1{width: 20%}.emotion--container.emotion--column-5 .start-col-1{left: 0%}.emotion--container.emotion--column-5 .col-2{width: 40%}.emotion--container.emotion--column-5 .start-col-2{left: 20%}.emotion--container.emotion--column-5 .col-3{width: 60%}.emotion--container.emotion--column-5 .start-col-3{left: 40%}.emotion--container.emotion--column-5 .col-4{width: 80%}.emotion--container.emotion--column-5 .start-col-4{left: 60%}.emotion--container.emotion--column-5 .col-5{width: 100%}.emotion--container.emotion--column-5 .start-col-5{left: 80%}.emotion--container.emotion--column-5 .col-xs-1{width: 20%}.emotion--container.emotion--column-5 .start-col-xs-1{left: 0%}.emotion--container.emotion--column-5 .col-xs-2{width: 40%}.emotion--container.emotion--column-5 .start-col-xs-2{left: 20%}.emotion--container.emotion--column-5 .col-xs-3{width: 60%}.emotion--container.emotion--column-5 .start-col-xs-3{left: 40%}.emotion--container.emotion--column-5 .col-xs-4{width: 80%}.emotion--container.emotion--column-5 .start-col-xs-4{left: 60%}.emotion--container.emotion--column-5 .col-xs-5{width: 100%}.emotion--container.emotion--column-5 .start-col-xs-5{left: 80%}@media screen and (min-width: 30em){.emotion--container.emotion--column-5 .col-s-1{width: 20%}.emotion--container.emotion--column-5 .start-col-s-1{left: 0%}.emotion--container.emotion--column-5 .col-s-2{width: 40%}.emotion--container.emotion--column-5 .start-col-s-2{left: 20%}.emotion--container.emotion--column-5 .col-s-3{width: 60%}.emotion--container.emotion--column-5 .start-col-s-3{left: 40%}.emotion--container.emotion--column-5 .col-s-4{width: 80%}.emotion--container.emotion--column-5 .start-col-s-4{left: 60%}.emotion--container.emotion--column-5 .col-s-5{width: 100%}.emotion--container.emotion--column-5 .start-col-s-5{left: 80%}}@media screen and (min-width: 48em){.emotion--container.emotion--column-5 .col-m-1{width: 20%}.emotion--container.emotion--column-5 .start-col-m-1{left: 0%}.emotion--container.emotion--column-5 .col-m-2{width: 40%}.emotion--container.emotion--column-5 .start-col-m-2{left: 20%}.emotion--container.emotion--column-5 .col-m-3{width: 60%}.emotion--container.emotion--column-5 .start-col-m-3{left: 40%}.emotion--container.emotion--column-5 .col-m-4{width: 80%}.emotion--container.emotion--column-5 .start-col-m-4{left: 60%}.emotion--container.emotion--column-5 .col-m-5{width: 100%}.emotion--container.emotion--column-5 .start-col-m-5{left: 80%}}@media screen and (min-width: 64em){.emotion--container.emotion--column-5 .col-l-1{width: 20%}.emotion--container.emotion--column-5 .start-col-l-1{left: 0%}.emotion--container.emotion--column-5 .col-l-2{width: 40%}.emotion--container.emotion--column-5 .start-col-l-2{left: 20%}.emotion--container.emotion--column-5 .col-l-3{width: 60%}.emotion--container.emotion--column-5 .start-col-l-3{left: 40%}.emotion--container.emotion--column-5 .col-l-4{width: 80%}.emotion--container.emotion--column-5 .start-col-l-4{left: 60%}.emotion--container.emotion--column-5 .col-l-5{width: 100%}.emotion--container.emotion--column-5 .start-col-l-5{left: 80%}}@media screen and (min-width: 78.75em){.emotion--container.emotion--column-5 .col-xl-1{width: 20%}.emotion--container.emotion--column-5 .start-col-xl-1{left: 0%}.emotion--container.emotion--column-5 .col-xl-2{width: 40%}.emotion--container.emotion--column-5 .start-col-xl-2{left: 20%}.emotion--container.emotion--column-5 .col-xl-3{width: 60%}.emotion--container.emotion--column-5 .start-col-xl-3{left: 40%}.emotion--container.emotion--column-5 .col-xl-4{width: 80%}.emotion--container.emotion--column-5 .start-col-xl-4{left: 60%}.emotion--container.emotion--column-5 .col-xl-5{width: 100%}.emotion--container.emotion--column-5 .start-col-xl-5{left: 80%}}.emotion--container.emotion--column-6 .col-1{width: 16.66666667%}.emotion--container.emotion--column-6 .start-col-1{left: 0%}.emotion--container.emotion--column-6 .col-2{width: 33.33333333%}.emotion--container.emotion--column-6 .start-col-2{left: 16.66666667%}.emotion--container.emotion--column-6 .col-3{width: 50%}.emotion--container.emotion--column-6 .start-col-3{left: 33.33333333%}.emotion--container.emotion--column-6 .col-4{width: 66.66666667%}.emotion--container.emotion--column-6 .start-col-4{left: 50%}.emotion--container.emotion--column-6 .col-5{width: 83.33333333%}.emotion--container.emotion--column-6 .start-col-5{left: 66.66666667%}.emotion--container.emotion--column-6 .col-6{width: 100%}.emotion--container.emotion--column-6 .start-col-6{left: 83.33333333%}.emotion--container.emotion--column-6 .col-xs-1{width: 16.66666667%}.emotion--container.emotion--column-6 .start-col-xs-1{left: 0%}.emotion--container.emotion--column-6 .col-xs-2{width: 33.33333333%}.emotion--container.emotion--column-6 .start-col-xs-2{left: 16.66666667%}.emotion--container.emotion--column-6 .col-xs-3{width: 50%}.emotion--container.emotion--column-6 .start-col-xs-3{left: 33.33333333%}.emotion--container.emotion--column-6 .col-xs-4{width: 66.66666667%}.emotion--container.emotion--column-6 .start-col-xs-4{left: 50%}.emotion--container.emotion--column-6 .col-xs-5{width: 83.33333333%}.emotion--container.emotion--column-6 .start-col-xs-5{left: 66.66666667%}.emotion--container.emotion--column-6 .col-xs-6{width: 100%}.emotion--container.emotion--column-6 .start-col-xs-6{left: 83.33333333%}@media screen and (min-width: 30em){.emotion--container.emotion--column-6 .col-s-1{width: 16.66666667%}.emotion--container.emotion--column-6 .start-col-s-1{left: 0%}.emotion--container.emotion--column-6 .col-s-2{width: 33.33333333%}.emotion--container.emotion--column-6 .start-col-s-2{left: 16.66666667%}.emotion--container.emotion--column-6 .col-s-3{width: 50%}.emotion--container.emotion--column-6 .start-col-s-3{left: 33.33333333%}.emotion--container.emotion--column-6 .col-s-4{width: 66.66666667%}.emotion--container.emotion--column-6 .start-col-s-4{left: 50%}.emotion--container.emotion--column-6 .col-s-5{width: 83.33333333%}.emotion--container.emotion--column-6 .start-col-s-5{left: 66.66666667%}.emotion--container.emotion--column-6 .col-s-6{width: 100%}.emotion--container.emotion--column-6 .start-col-s-6{left: 83.33333333%}}@media screen and (min-width: 48em){.emotion--container.emotion--column-6 .col-m-1{width: 16.66666667%}.emotion--container.emotion--column-6 .start-col-m-1{left: 0%}.emotion--container.emotion--column-6 .col-m-2{width: 33.33333333%}.emotion--container.emotion--column-6 .start-col-m-2{left: 16.66666667%}.emotion--container.emotion--column-6 .col-m-3{width: 50%}.emotion--container.emotion--column-6 .start-col-m-3{left: 33.33333333%}.emotion--container.emotion--column-6 .col-m-4{width: 66.66666667%}.emotion--container.emotion--column-6 .start-col-m-4{left: 50%}.emotion--container.emotion--column-6 .col-m-5{width: 83.33333333%}.emotion--container.emotion--column-6 .start-col-m-5{left: 66.66666667%}.emotion--container.emotion--column-6 .col-m-6{width: 100%}.emotion--container.emotion--column-6 .start-col-m-6{left: 83.33333333%}}@media screen and (min-width: 64em){.emotion--container.emotion--column-6 .col-l-1{width: 16.66666667%}.emotion--container.emotion--column-6 .start-col-l-1{left: 0%}.emotion--container.emotion--column-6 .col-l-2{width: 33.33333333%}.emotion--container.emotion--column-6 .start-col-l-2{left: 16.66666667%}.emotion--container.emotion--column-6 .col-l-3{width: 50%}.emotion--container.emotion--column-6 .start-col-l-3{left: 33.33333333%}.emotion--container.emotion--column-6 .col-l-4{width: 66.66666667%}.emotion--container.emotion--column-6 .start-col-l-4{left: 50%}.emotion--container.emotion--column-6 .col-l-5{width: 83.33333333%}.emotion--container.emotion--column-6 .start-col-l-5{left: 66.66666667%}.emotion--container.emotion--column-6 .col-l-6{width: 100%}.emotion--container.emotion--column-6 .start-col-l-6{left: 83.33333333%}}@media screen and (min-width: 78.75em){.emotion--container.emotion--column-6 .col-xl-1{width: 16.66666667%}.emotion--container.emotion--column-6 .start-col-xl-1{left: 0%}.emotion--container.emotion--column-6 .col-xl-2{width: 33.33333333%}.emotion--container.emotion--column-6 .start-col-xl-2{left: 16.66666667%}.emotion--container.emotion--column-6 .col-xl-3{width: 50%}.emotion--container.emotion--column-6 .start-col-xl-3{left: 33.33333333%}.emotion--container.emotion--column-6 .col-xl-4{width: 66.66666667%}.emotion--container.emotion--column-6 .start-col-xl-4{left: 50%}.emotion--container.emotion--column-6 .col-xl-5{width: 83.33333333%}.emotion--container.emotion--column-6 .start-col-xl-5{left: 66.66666667%}.emotion--container.emotion--column-6 .col-xl-6{width: 100%}.emotion--container.emotion--column-6 .start-col-xl-6{left: 83.33333333%}}.emotion--container.emotion--column-7 .col-1{width: 14.28571429%}.emotion--container.emotion--column-7 .start-col-1{left: 0%}.emotion--container.emotion--column-7 .col-2{width: 28.57142857%}.emotion--container.emotion--column-7 .start-col-2{left: 14.28571429%}.emotion--container.emotion--column-7 .col-3{width: 42.85714286%}.emotion--container.emotion--column-7 .start-col-3{left: 28.57142857%}.emotion--container.emotion--column-7 .col-4{width: 57.14285714%}.emotion--container.emotion--column-7 .start-col-4{left: 42.85714286%}.emotion--container.emotion--column-7 .col-5{width: 71.42857143000001%}.emotion--container.emotion--column-7 .start-col-5{left: 57.14285714%}.emotion--container.emotion--column-7 .col-6{width: 85.71428571%}.emotion--container.emotion--column-7 .start-col-6{left: 71.42857143000001%}.emotion--container.emotion--column-7 .col-7{width: 100%}.emotion--container.emotion--column-7 .start-col-7{left: 85.71428571%}.emotion--container.emotion--column-7 .col-xs-1{width: 14.28571429%}.emotion--container.emotion--column-7 .start-col-xs-1{left: 0%}.emotion--container.emotion--column-7 .col-xs-2{width: 28.57142857%}.emotion--container.emotion--column-7 .start-col-xs-2{left: 14.28571429%}.emotion--container.emotion--column-7 .col-xs-3{width: 42.85714286%}.emotion--container.emotion--column-7 .start-col-xs-3{left: 28.57142857%}.emotion--container.emotion--column-7 .col-xs-4{width: 57.14285714%}.emotion--container.emotion--column-7 .start-col-xs-4{left: 42.85714286%}.emotion--container.emotion--column-7 .col-xs-5{width: 71.42857143000001%}.emotion--container.emotion--column-7 .start-col-xs-5{left: 57.14285714%}.emotion--container.emotion--column-7 .col-xs-6{width: 85.71428571%}.emotion--container.emotion--column-7 .start-col-xs-6{left: 71.42857143000001%}.emotion--container.emotion--column-7 .col-xs-7{width: 100%}.emotion--container.emotion--column-7 .start-col-xs-7{left: 85.71428571%}@media screen and (min-width: 30em){.emotion--container.emotion--column-7 .col-s-1{width: 14.28571429%}.emotion--container.emotion--column-7 .start-col-s-1{left: 0%}.emotion--container.emotion--column-7 .col-s-2{width: 28.57142857%}.emotion--container.emotion--column-7 .start-col-s-2{left: 14.28571429%}.emotion--container.emotion--column-7 .col-s-3{width: 42.85714286%}.emotion--container.emotion--column-7 .start-col-s-3{left: 28.57142857%}.emotion--container.emotion--column-7 .col-s-4{width: 57.14285714%}.emotion--container.emotion--column-7 .start-col-s-4{left: 42.85714286%}.emotion--container.emotion--column-7 .col-s-5{width: 71.42857143000001%}.emotion--container.emotion--column-7 .start-col-s-5{left: 57.14285714%}.emotion--container.emotion--column-7 .col-s-6{width: 85.71428571%}.emotion--container.emotion--column-7 .start-col-s-6{left: 71.42857143000001%}.emotion--container.emotion--column-7 .col-s-7{width: 100%}.emotion--container.emotion--column-7 .start-col-s-7{left: 85.71428571%}}@media screen and (min-width: 48em){.emotion--container.emotion--column-7 .col-m-1{width: 14.28571429%}.emotion--container.emotion--column-7 .start-col-m-1{left: 0%}.emotion--container.emotion--column-7 .col-m-2{width: 28.57142857%}.emotion--container.emotion--column-7 .start-col-m-2{left: 14.28571429%}.emotion--container.emotion--column-7 .col-m-3{width: 42.85714286%}.emotion--container.emotion--column-7 .start-col-m-3{left: 28.57142857%}.emotion--container.emotion--column-7 .col-m-4{width: 57.14285714%}.emotion--container.emotion--column-7 .start-col-m-4{left: 42.85714286%}.emotion--container.emotion--column-7 .col-m-5{width: 71.42857143000001%}.emotion--container.emotion--column-7 .start-col-m-5{left: 57.14285714%}.emotion--container.emotion--column-7 .col-m-6{width: 85.71428571%}.emotion--container.emotion--column-7 .start-col-m-6{left: 71.42857143000001%}.emotion--container.emotion--column-7 .col-m-7{width: 100%}.emotion--container.emotion--column-7 .start-col-m-7{left: 85.71428571%}}@media screen and (min-width: 64em){.emotion--container.emotion--column-7 .col-l-1{width: 14.28571429%}.emotion--container.emotion--column-7 .start-col-l-1{left: 0%}.emotion--container.emotion--column-7 .col-l-2{width: 28.57142857%}.emotion--container.emotion--column-7 .start-col-l-2{left: 14.28571429%}.emotion--container.emotion--column-7 .col-l-3{width: 42.85714286%}.emotion--container.emotion--column-7 .start-col-l-3{left: 28.57142857%}.emotion--container.emotion--column-7 .col-l-4{width: 57.14285714%}.emotion--container.emotion--column-7 .start-col-l-4{left: 42.85714286%}.emotion--container.emotion--column-7 .col-l-5{width: 71.42857143000001%}.emotion--container.emotion--column-7 .start-col-l-5{left: 57.14285714%}.emotion--container.emotion--column-7 .col-l-6{width: 85.71428571%}.emotion--container.emotion--column-7 .start-col-l-6{left: 71.42857143000001%}.emotion--container.emotion--column-7 .col-l-7{width: 100%}.emotion--container.emotion--column-7 .start-col-l-7{left: 85.71428571%}}@media screen and (min-width: 78.75em){.emotion--container.emotion--column-7 .col-xl-1{width: 14.28571429%}.emotion--container.emotion--column-7 .start-col-xl-1{left: 0%}.emotion--container.emotion--column-7 .col-xl-2{width: 28.57142857%}.emotion--container.emotion--column-7 .start-col-xl-2{left: 14.28571429%}.emotion--container.emotion--column-7 .col-xl-3{width: 42.85714286%}.emotion--container.emotion--column-7 .start-col-xl-3{left: 28.57142857%}.emotion--container.emotion--column-7 .col-xl-4{width: 57.14285714%}.emotion--container.emotion--column-7 .start-col-xl-4{left: 42.85714286%}.emotion--container.emotion--column-7 .col-xl-5{width: 71.42857143000001%}.emotion--container.emotion--column-7 .start-col-xl-5{left: 57.14285714%}.emotion--container.emotion--column-7 .col-xl-6{width: 85.71428571%}.emotion--container.emotion--column-7 .start-col-xl-6{left: 71.42857143000001%}.emotion--container.emotion--column-7 .col-xl-7{width: 100%}.emotion--container.emotion--column-7 .start-col-xl-7{left: 85.71428571%}}.emotion--container.emotion--column-8 .col-1{width: 12.5%}.emotion--container.emotion--column-8 .start-col-1{left: 0%}.emotion--container.emotion--column-8 .col-2{width: 25%}.emotion--container.emotion--column-8 .start-col-2{left: 12.5%}.emotion--container.emotion--column-8 .col-3{width: 37.5%}.emotion--container.emotion--column-8 .start-col-3{left: 25%}.emotion--container.emotion--column-8 .col-4{width: 50%}.emotion--container.emotion--column-8 .start-col-4{left: 37.5%}.emotion--container.emotion--column-8 .col-5{width: 62.5%}.emotion--container.emotion--column-8 .start-col-5{left: 50%}.emotion--container.emotion--column-8 .col-6{width: 75%}.emotion--container.emotion--column-8 .start-col-6{left: 62.5%}.emotion--container.emotion--column-8 .col-7{width: 87.5%}.emotion--container.emotion--column-8 .start-col-7{left: 75%}.emotion--container.emotion--column-8 .col-8{width: 100%}.emotion--container.emotion--column-8 .start-col-8{left: 87.5%}.emotion--container.emotion--column-8 .col-xs-1{width: 12.5%}.emotion--container.emotion--column-8 .start-col-xs-1{left: 0%}.emotion--container.emotion--column-8 .col-xs-2{width: 25%}.emotion--container.emotion--column-8 .start-col-xs-2{left: 12.5%}.emotion--container.emotion--column-8 .col-xs-3{width: 37.5%}.emotion--container.emotion--column-8 .start-col-xs-3{left: 25%}.emotion--container.emotion--column-8 .col-xs-4{width: 50%}.emotion--container.emotion--column-8 .start-col-xs-4{left: 37.5%}.emotion--container.emotion--column-8 .col-xs-5{width: 62.5%}.emotion--container.emotion--column-8 .start-col-xs-5{left: 50%}.emotion--container.emotion--column-8 .col-xs-6{width: 75%}.emotion--container.emotion--column-8 .start-col-xs-6{left: 62.5%}.emotion--container.emotion--column-8 .col-xs-7{width: 87.5%}.emotion--container.emotion--column-8 .start-col-xs-7{left: 75%}.emotion--container.emotion--column-8 .col-xs-8{width: 100%}.emotion--container.emotion--column-8 .start-col-xs-8{left: 87.5%}@media screen and (min-width: 30em){.emotion--container.emotion--column-8 .col-s-1{width: 12.5%}.emotion--container.emotion--column-8 .start-col-s-1{left: 0%}.emotion--container.emotion--column-8 .col-s-2{width: 25%}.emotion--container.emotion--column-8 .start-col-s-2{left: 12.5%}.emotion--container.emotion--column-8 .col-s-3{width: 37.5%}.emotion--container.emotion--column-8 .start-col-s-3{left: 25%}.emotion--container.emotion--column-8 .col-s-4{width: 50%}.emotion--container.emotion--column-8 .start-col-s-4{left: 37.5%}.emotion--container.emotion--column-8 .col-s-5{width: 62.5%}.emotion--container.emotion--column-8 .start-col-s-5{left: 50%}.emotion--container.emotion--column-8 .col-s-6{width: 75%}.emotion--container.emotion--column-8 .start-col-s-6{left: 62.5%}.emotion--container.emotion--column-8 .col-s-7{width: 87.5%}.emotion--container.emotion--column-8 .start-col-s-7{left: 75%}.emotion--container.emotion--column-8 .col-s-8{width: 100%}.emotion--container.emotion--column-8 .start-col-s-8{left: 87.5%}}@media screen and (min-width: 48em){.emotion--container.emotion--column-8 .col-m-1{width: 12.5%}.emotion--container.emotion--column-8 .start-col-m-1{left: 0%}.emotion--container.emotion--column-8 .col-m-2{width: 25%}.emotion--container.emotion--column-8 .start-col-m-2{left: 12.5%}.emotion--container.emotion--column-8 .col-m-3{width: 37.5%}.emotion--container.emotion--column-8 .start-col-m-3{left: 25%}.emotion--container.emotion--column-8 .col-m-4{width: 50%}.emotion--container.emotion--column-8 .start-col-m-4{left: 37.5%}.emotion--container.emotion--column-8 .col-m-5{width: 62.5%}.emotion--container.emotion--column-8 .start-col-m-5{left: 50%}.emotion--container.emotion--column-8 .col-m-6{width: 75%}.emotion--container.emotion--column-8 .start-col-m-6{left: 62.5%}.emotion--container.emotion--column-8 .col-m-7{width: 87.5%}.emotion--container.emotion--column-8 .start-col-m-7{left: 75%}.emotion--container.emotion--column-8 .col-m-8{width: 100%}.emotion--container.emotion--column-8 .start-col-m-8{left: 87.5%}}@media screen and (min-width: 64em){.emotion--container.emotion--column-8 .col-l-1{width: 12.5%}.emotion--container.emotion--column-8 .start-col-l-1{left: 0%}.emotion--container.emotion--column-8 .col-l-2{width: 25%}.emotion--container.emotion--column-8 .start-col-l-2{left: 12.5%}.emotion--container.emotion--column-8 .col-l-3{width: 37.5%}.emotion--container.emotion--column-8 .start-col-l-3{left: 25%}.emotion--container.emotion--column-8 .col-l-4{width: 50%}.emotion--container.emotion--column-8 .start-col-l-4{left: 37.5%}.emotion--container.emotion--column-8 .col-l-5{width: 62.5%}.emotion--container.emotion--column-8 .start-col-l-5{left: 50%}.emotion--container.emotion--column-8 .col-l-6{width: 75%}.emotion--container.emotion--column-8 .start-col-l-6{left: 62.5%}.emotion--container.emotion--column-8 .col-l-7{width: 87.5%}.emotion--container.emotion--column-8 .start-col-l-7{left: 75%}.emotion--container.emotion--column-8 .col-l-8{width: 100%}.emotion--container.emotion--column-8 .start-col-l-8{left: 87.5%}}@media screen and (min-width: 78.75em){.emotion--container.emotion--column-8 .col-xl-1{width: 12.5%}.emotion--container.emotion--column-8 .start-col-xl-1{left: 0%}.emotion--container.emotion--column-8 .col-xl-2{width: 25%}.emotion--container.emotion--column-8 .start-col-xl-2{left: 12.5%}.emotion--container.emotion--column-8 .col-xl-3{width: 37.5%}.emotion--container.emotion--column-8 .start-col-xl-3{left: 25%}.emotion--container.emotion--column-8 .col-xl-4{width: 50%}.emotion--container.emotion--column-8 .start-col-xl-4{left: 37.5%}.emotion--container.emotion--column-8 .col-xl-5{width: 62.5%}.emotion--container.emotion--column-8 .start-col-xl-5{left: 50%}.emotion--container.emotion--column-8 .col-xl-6{width: 75%}.emotion--container.emotion--column-8 .start-col-xl-6{left: 62.5%}.emotion--container.emotion--column-8 .col-xl-7{width: 87.5%}.emotion--container.emotion--column-8 .start-col-xl-7{left: 75%}.emotion--container.emotion--column-8 .col-xl-8{width: 100%}.emotion--container.emotion--column-8 .start-col-xl-8{left: 87.5%}}.emotion--container.emotion--column-9 .col-1{width: 11.11111111%}.emotion--container.emotion--column-9 .start-col-1{left: 0%}.emotion--container.emotion--column-9 .col-2{width: 22.22222222%}.emotion--container.emotion--column-9 .start-col-2{left: 11.11111111%}.emotion--container.emotion--column-9 .col-3{width: 33.33333333%}.emotion--container.emotion--column-9 .start-col-3{left: 22.22222222%}.emotion--container.emotion--column-9 .col-4{width: 44.44444444%}.emotion--container.emotion--column-9 .start-col-4{left: 33.33333333%}.emotion--container.emotion--column-9 .col-5{width: 55.55555556%}.emotion--container.emotion--column-9 .start-col-5{left: 44.44444444%}.emotion--container.emotion--column-9 .col-6{width: 66.66666667%}.emotion--container.emotion--column-9 .start-col-6{left: 55.55555556%}.emotion--container.emotion--column-9 .col-7{width: 77.77777777999999%}.emotion--container.emotion--column-9 .start-col-7{left: 66.66666667%}.emotion--container.emotion--column-9 .col-8{width: 88.88888889%}.emotion--container.emotion--column-9 .start-col-8{left: 77.77777777999999%}.emotion--container.emotion--column-9 .col-9{width: 100%}.emotion--container.emotion--column-9 .start-col-9{left: 88.88888889%}.emotion--container.emotion--column-9 .col-xs-1{width: 11.11111111%}.emotion--container.emotion--column-9 .start-col-xs-1{left: 0%}.emotion--container.emotion--column-9 .col-xs-2{width: 22.22222222%}.emotion--container.emotion--column-9 .start-col-xs-2{left: 11.11111111%}.emotion--container.emotion--column-9 .col-xs-3{width: 33.33333333%}.emotion--container.emotion--column-9 .start-col-xs-3{left: 22.22222222%}.emotion--container.emotion--column-9 .col-xs-4{width: 44.44444444%}.emotion--container.emotion--column-9 .start-col-xs-4{left: 33.33333333%}.emotion--container.emotion--column-9 .col-xs-5{width: 55.55555556%}.emotion--container.emotion--column-9 .start-col-xs-5{left: 44.44444444%}.emotion--container.emotion--column-9 .col-xs-6{width: 66.66666667%}.emotion--container.emotion--column-9 .start-col-xs-6{left: 55.55555556%}.emotion--container.emotion--column-9 .col-xs-7{width: 77.77777777999999%}.emotion--container.emotion--column-9 .start-col-xs-7{left: 66.66666667%}.emotion--container.emotion--column-9 .col-xs-8{width: 88.88888889%}.emotion--container.emotion--column-9 .start-col-xs-8{left: 77.77777777999999%}.emotion--container.emotion--column-9 .col-xs-9{width: 100%}.emotion--container.emotion--column-9 .start-col-xs-9{left: 88.88888889%}@media screen and (min-width: 30em){.emotion--container.emotion--column-9 .col-s-1{width: 11.11111111%}.emotion--container.emotion--column-9 .start-col-s-1{left: 0%}.emotion--container.emotion--column-9 .col-s-2{width: 22.22222222%}.emotion--container.emotion--column-9 .start-col-s-2{left: 11.11111111%}.emotion--container.emotion--column-9 .col-s-3{width: 33.33333333%}.emotion--container.emotion--column-9 .start-col-s-3{left: 22.22222222%}.emotion--container.emotion--column-9 .col-s-4{width: 44.44444444%}.emotion--container.emotion--column-9 .start-col-s-4{left: 33.33333333%}.emotion--container.emotion--column-9 .col-s-5{width: 55.55555556%}.emotion--container.emotion--column-9 .start-col-s-5{left: 44.44444444%}.emotion--container.emotion--column-9 .col-s-6{width: 66.66666667%}.emotion--container.emotion--column-9 .start-col-s-6{left: 55.55555556%}.emotion--container.emotion--column-9 .col-s-7{width: 77.77777777999999%}.emotion--container.emotion--column-9 .start-col-s-7{left: 66.66666667%}.emotion--container.emotion--column-9 .col-s-8{width: 88.88888889%}.emotion--container.emotion--column-9 .start-col-s-8{left: 77.77777777999999%}.emotion--container.emotion--column-9 .col-s-9{width: 100%}.emotion--container.emotion--column-9 .start-col-s-9{left: 88.88888889%}}@media screen and (min-width: 48em){.emotion--container.emotion--column-9 .col-m-1{width: 11.11111111%}.emotion--container.emotion--column-9 .start-col-m-1{left: 0%}.emotion--container.emotion--column-9 .col-m-2{width: 22.22222222%}.emotion--container.emotion--column-9 .start-col-m-2{left: 11.11111111%}.emotion--container.emotion--column-9 .col-m-3{width: 33.33333333%}.emotion--container.emotion--column-9 .start-col-m-3{left: 22.22222222%}.emotion--container.emotion--column-9 .col-m-4{width: 44.44444444%}.emotion--container.emotion--column-9 .start-col-m-4{left: 33.33333333%}.emotion--container.emotion--column-9 .col-m-5{width: 55.55555556%}.emotion--container.emotion--column-9 .start-col-m-5{left: 44.44444444%}.emotion--container.emotion--column-9 .col-m-6{width: 66.66666667%}.emotion--container.emotion--column-9 .start-col-m-6{left: 55.55555556%}.emotion--container.emotion--column-9 .col-m-7{width: 77.77777777999999%}.emotion--container.emotion--column-9 .start-col-m-7{left: 66.66666667%}.emotion--container.emotion--column-9 .col-m-8{width: 88.88888889%}.emotion--container.emotion--column-9 .start-col-m-8{left: 77.77777777999999%}.emotion--container.emotion--column-9 .col-m-9{width: 100%}.emotion--container.emotion--column-9 .start-col-m-9{left: 88.88888889%}}@media screen and (min-width: 64em){.emotion--container.emotion--column-9 .col-l-1{width: 11.11111111%}.emotion--container.emotion--column-9 .start-col-l-1{left: 0%}.emotion--container.emotion--column-9 .col-l-2{width: 22.22222222%}.emotion--container.emotion--column-9 .start-col-l-2{left: 11.11111111%}.emotion--container.emotion--column-9 .col-l-3{width: 33.33333333%}.emotion--container.emotion--column-9 .start-col-l-3{left: 22.22222222%}.emotion--container.emotion--column-9 .col-l-4{width: 44.44444444%}.emotion--container.emotion--column-9 .start-col-l-4{left: 33.33333333%}.emotion--container.emotion--column-9 .col-l-5{width: 55.55555556%}.emotion--container.emotion--column-9 .start-col-l-5{left: 44.44444444%}.emotion--container.emotion--column-9 .col-l-6{width: 66.66666667%}.emotion--container.emotion--column-9 .start-col-l-6{left: 55.55555556%}.emotion--container.emotion--column-9 .col-l-7{width: 77.77777777999999%}.emotion--container.emotion--column-9 .start-col-l-7{left: 66.66666667%}.emotion--container.emotion--column-9 .col-l-8{width: 88.88888889%}.emotion--container.emotion--column-9 .start-col-l-8{left: 77.77777777999999%}.emotion--container.emotion--column-9 .col-l-9{width: 100%}.emotion--container.emotion--column-9 .start-col-l-9{left: 88.88888889%}}@media screen and (min-width: 78.75em){.emotion--container.emotion--column-9 .col-xl-1{width: 11.11111111%}.emotion--container.emotion--column-9 .start-col-xl-1{left: 0%}.emotion--container.emotion--column-9 .col-xl-2{width: 22.22222222%}.emotion--container.emotion--column-9 .start-col-xl-2{left: 11.11111111%}.emotion--container.emotion--column-9 .col-xl-3{width: 33.33333333%}.emotion--container.emotion--column-9 .start-col-xl-3{left: 22.22222222%}.emotion--container.emotion--column-9 .col-xl-4{width: 44.44444444%}.emotion--container.emotion--column-9 .start-col-xl-4{left: 33.33333333%}.emotion--container.emotion--column-9 .col-xl-5{width: 55.55555556%}.emotion--container.emotion--column-9 .start-col-xl-5{left: 44.44444444%}.emotion--container.emotion--column-9 .col-xl-6{width: 66.66666667%}.emotion--container.emotion--column-9 .start-col-xl-6{left: 55.55555556%}.emotion--container.emotion--column-9 .col-xl-7{width: 77.77777777999999%}.emotion--container.emotion--column-9 .start-col-xl-7{left: 66.66666667%}.emotion--container.emotion--column-9 .col-xl-8{width: 88.88888889%}.emotion--container.emotion--column-9 .start-col-xl-8{left: 77.77777777999999%}.emotion--container.emotion--column-9 .col-xl-9{width: 100%}.emotion--container.emotion--column-9 .start-col-xl-9{left: 88.88888889%}}.emotion--container.emotion--column-10 .col-1{width: 10%}.emotion--container.emotion--column-10 .start-col-1{left: 0%}.emotion--container.emotion--column-10 .col-2{width: 20%}.emotion--container.emotion--column-10 .start-col-2{left: 10%}.emotion--container.emotion--column-10 .col-3{width: 30%}.emotion--container.emotion--column-10 .start-col-3{left: 20%}.emotion--container.emotion--column-10 .col-4{width: 40%}.emotion--container.emotion--column-10 .start-col-4{left: 30%}.emotion--container.emotion--column-10 .col-5{width: 50%}.emotion--container.emotion--column-10 .start-col-5{left: 40%}.emotion--container.emotion--column-10 .col-6{width: 60%}.emotion--container.emotion--column-10 .start-col-6{left: 50%}.emotion--container.emotion--column-10 .col-7{width: 70%}.emotion--container.emotion--column-10 .start-col-7{left: 60%}.emotion--container.emotion--column-10 .col-8{width: 80%}.emotion--container.emotion--column-10 .start-col-8{left: 70%}.emotion--container.emotion--column-10 .col-9{width: 90%}.emotion--container.emotion--column-10 .start-col-9{left: 80%}.emotion--container.emotion--column-10 .col-10{width: 100%}.emotion--container.emotion--column-10 .start-col-10{left: 90%}.emotion--container.emotion--column-10 .col-xs-1{width: 10%}.emotion--container.emotion--column-10 .start-col-xs-1{left: 0%}.emotion--container.emotion--column-10 .col-xs-2{width: 20%}.emotion--container.emotion--column-10 .start-col-xs-2{left: 10%}.emotion--container.emotion--column-10 .col-xs-3{width: 30%}.emotion--container.emotion--column-10 .start-col-xs-3{left: 20%}.emotion--container.emotion--column-10 .col-xs-4{width: 40%}.emotion--container.emotion--column-10 .start-col-xs-4{left: 30%}.emotion--container.emotion--column-10 .col-xs-5{width: 50%}.emotion--container.emotion--column-10 .start-col-xs-5{left: 40%}.emotion--container.emotion--column-10 .col-xs-6{width: 60%}.emotion--container.emotion--column-10 .start-col-xs-6{left: 50%}.emotion--container.emotion--column-10 .col-xs-7{width: 70%}.emotion--container.emotion--column-10 .start-col-xs-7{left: 60%}.emotion--container.emotion--column-10 .col-xs-8{width: 80%}.emotion--container.emotion--column-10 .start-col-xs-8{left: 70%}.emotion--container.emotion--column-10 .col-xs-9{width: 90%}.emotion--container.emotion--column-10 .start-col-xs-9{left: 80%}.emotion--container.emotion--column-10 .col-xs-10{width: 100%}.emotion--container.emotion--column-10 .start-col-xs-10{left: 90%}@media screen and (min-width: 30em){.emotion--container.emotion--column-10 .col-s-1{width: 10%}.emotion--container.emotion--column-10 .start-col-s-1{left: 0%}.emotion--container.emotion--column-10 .col-s-2{width: 20%}.emotion--container.emotion--column-10 .start-col-s-2{left: 10%}.emotion--container.emotion--column-10 .col-s-3{width: 30%}.emotion--container.emotion--column-10 .start-col-s-3{left: 20%}.emotion--container.emotion--column-10 .col-s-4{width: 40%}.emotion--container.emotion--column-10 .start-col-s-4{left: 30%}.emotion--container.emotion--column-10 .col-s-5{width: 50%}.emotion--container.emotion--column-10 .start-col-s-5{left: 40%}.emotion--container.emotion--column-10 .col-s-6{width: 60%}.emotion--container.emotion--column-10 .start-col-s-6{left: 50%}.emotion--container.emotion--column-10 .col-s-7{width: 70%}.emotion--container.emotion--column-10 .start-col-s-7{left: 60%}.emotion--container.emotion--column-10 .col-s-8{width: 80%}.emotion--container.emotion--column-10 .start-col-s-8{left: 70%}.emotion--container.emotion--column-10 .col-s-9{width: 90%}.emotion--container.emotion--column-10 .start-col-s-9{left: 80%}.emotion--container.emotion--column-10 .col-s-10{width: 100%}.emotion--container.emotion--column-10 .start-col-s-10{left: 90%}}@media screen and (min-width: 48em){.emotion--container.emotion--column-10 .col-m-1{width: 10%}.emotion--container.emotion--column-10 .start-col-m-1{left: 0%}.emotion--container.emotion--column-10 .col-m-2{width: 20%}.emotion--container.emotion--column-10 .start-col-m-2{left: 10%}.emotion--container.emotion--column-10 .col-m-3{width: 30%}.emotion--container.emotion--column-10 .start-col-m-3{left: 20%}.emotion--container.emotion--column-10 .col-m-4{width: 40%}.emotion--container.emotion--column-10 .start-col-m-4{left: 30%}.emotion--container.emotion--column-10 .col-m-5{width: 50%}.emotion--container.emotion--column-10 .start-col-m-5{left: 40%}.emotion--container.emotion--column-10 .col-m-6{width: 60%}.emotion--container.emotion--column-10 .start-col-m-6{left: 50%}.emotion--container.emotion--column-10 .col-m-7{width: 70%}.emotion--container.emotion--column-10 .start-col-m-7{left: 60%}.emotion--container.emotion--column-10 .col-m-8{width: 80%}.emotion--container.emotion--column-10 .start-col-m-8{left: 70%}.emotion--container.emotion--column-10 .col-m-9{width: 90%}.emotion--container.emotion--column-10 .start-col-m-9{left: 80%}.emotion--container.emotion--column-10 .col-m-10{width: 100%}.emotion--container.emotion--column-10 .start-col-m-10{left: 90%}}@media screen and (min-width: 64em){.emotion--container.emotion--column-10 .col-l-1{width: 10%}.emotion--container.emotion--column-10 .start-col-l-1{left: 0%}.emotion--container.emotion--column-10 .col-l-2{width: 20%}.emotion--container.emotion--column-10 .start-col-l-2{left: 10%}.emotion--container.emotion--column-10 .col-l-3{width: 30%}.emotion--container.emotion--column-10 .start-col-l-3{left: 20%}.emotion--container.emotion--column-10 .col-l-4{width: 40%}.emotion--container.emotion--column-10 .start-col-l-4{left: 30%}.emotion--container.emotion--column-10 .col-l-5{width: 50%}.emotion--container.emotion--column-10 .start-col-l-5{left: 40%}.emotion--container.emotion--column-10 .col-l-6{width: 60%}.emotion--container.emotion--column-10 .start-col-l-6{left: 50%}.emotion--container.emotion--column-10 .col-l-7{width: 70%}.emotion--container.emotion--column-10 .start-col-l-7{left: 60%}.emotion--container.emotion--column-10 .col-l-8{width: 80%}.emotion--container.emotion--column-10 .start-col-l-8{left: 70%}.emotion--container.emotion--column-10 .col-l-9{width: 90%}.emotion--container.emotion--column-10 .start-col-l-9{left: 80%}.emotion--container.emotion--column-10 .col-l-10{width: 100%}.emotion--container.emotion--column-10 .start-col-l-10{left: 90%}}@media screen and (min-width: 78.75em){.emotion--container.emotion--column-10 .col-xl-1{width: 10%}.emotion--container.emotion--column-10 .start-col-xl-1{left: 0%}.emotion--container.emotion--column-10 .col-xl-2{width: 20%}.emotion--container.emotion--column-10 .start-col-xl-2{left: 10%}.emotion--container.emotion--column-10 .col-xl-3{width: 30%}.emotion--container.emotion--column-10 .start-col-xl-3{left: 20%}.emotion--container.emotion--column-10 .col-xl-4{width: 40%}.emotion--container.emotion--column-10 .start-col-xl-4{left: 30%}.emotion--container.emotion--column-10 .col-xl-5{width: 50%}.emotion--container.emotion--column-10 .start-col-xl-5{left: 40%}.emotion--container.emotion--column-10 .col-xl-6{width: 60%}.emotion--container.emotion--column-10 .start-col-xl-6{left: 50%}.emotion--container.emotion--column-10 .col-xl-7{width: 70%}.emotion--container.emotion--column-10 .start-col-xl-7{left: 60%}.emotion--container.emotion--column-10 .col-xl-8{width: 80%}.emotion--container.emotion--column-10 .start-col-xl-8{left: 70%}.emotion--container.emotion--column-10 .col-xl-9{width: 90%}.emotion--container.emotion--column-10 .start-col-xl-9{left: 80%}.emotion--container.emotion--column-10 .col-xl-10{width: 100%}.emotion--container.emotion--column-10 .start-col-xl-10{left: 90%}}.emotion--container.emotion--column-11 .col-1{width: 9.09090909%}.emotion--container.emotion--column-11 .start-col-1{left: 0%}.emotion--container.emotion--column-11 .col-2{width: 18.18181818%}.emotion--container.emotion--column-11 .start-col-2{left: 9.09090909%}.emotion--container.emotion--column-11 .col-3{width: 27.27272727%}.emotion--container.emotion--column-11 .start-col-3{left: 18.18181818%}.emotion--container.emotion--column-11 .col-4{width: 36.36363636%}.emotion--container.emotion--column-11 .start-col-4{left: 27.27272727%}.emotion--container.emotion--column-11 .col-5{width: 45.45454545%}.emotion--container.emotion--column-11 .start-col-5{left: 36.36363636%}.emotion--container.emotion--column-11 .col-6{width: 54.54545455%}.emotion--container.emotion--column-11 .start-col-6{left: 45.45454545%}.emotion--container.emotion--column-11 .col-7{width: 63.63636364%}.emotion--container.emotion--column-11 .start-col-7{left: 54.54545455%}.emotion--container.emotion--column-11 .col-8{width: 72.72727273%}.emotion--container.emotion--column-11 .start-col-8{left: 63.63636364%}.emotion--container.emotion--column-11 .col-9{width: 81.81818182000001%}.emotion--container.emotion--column-11 .start-col-9{left: 72.72727273%}.emotion--container.emotion--column-11 .col-10{width: 90.90909091%}.emotion--container.emotion--column-11 .start-col-10{left: 81.81818182000001%}.emotion--container.emotion--column-11 .col-11{width: 100%}.emotion--container.emotion--column-11 .start-col-11{left: 90.90909091%}.emotion--container.emotion--column-11 .col-xs-1{width: 9.09090909%}.emotion--container.emotion--column-11 .start-col-xs-1{left: 0%}.emotion--container.emotion--column-11 .col-xs-2{width: 18.18181818%}.emotion--container.emotion--column-11 .start-col-xs-2{left: 9.09090909%}.emotion--container.emotion--column-11 .col-xs-3{width: 27.27272727%}.emotion--container.emotion--column-11 .start-col-xs-3{left: 18.18181818%}.emotion--container.emotion--column-11 .col-xs-4{width: 36.36363636%}.emotion--container.emotion--column-11 .start-col-xs-4{left: 27.27272727%}.emotion--container.emotion--column-11 .col-xs-5{width: 45.45454545%}.emotion--container.emotion--column-11 .start-col-xs-5{left: 36.36363636%}.emotion--container.emotion--column-11 .col-xs-6{width: 54.54545455%}.emotion--container.emotion--column-11 .start-col-xs-6{left: 45.45454545%}.emotion--container.emotion--column-11 .col-xs-7{width: 63.63636364%}.emotion--container.emotion--column-11 .start-col-xs-7{left: 54.54545455%}.emotion--container.emotion--column-11 .col-xs-8{width: 72.72727273%}.emotion--container.emotion--column-11 .start-col-xs-8{left: 63.63636364%}.emotion--container.emotion--column-11 .col-xs-9{width: 81.81818182000001%}.emotion--container.emotion--column-11 .start-col-xs-9{left: 72.72727273%}.emotion--container.emotion--column-11 .col-xs-10{width: 90.90909091%}.emotion--container.emotion--column-11 .start-col-xs-10{left: 81.81818182000001%}.emotion--container.emotion--column-11 .col-xs-11{width: 100%}.emotion--container.emotion--column-11 .start-col-xs-11{left: 90.90909091%}@media screen and (min-width: 30em){.emotion--container.emotion--column-11 .col-s-1{width: 9.09090909%}.emotion--container.emotion--column-11 .start-col-s-1{left: 0%}.emotion--container.emotion--column-11 .col-s-2{width: 18.18181818%}.emotion--container.emotion--column-11 .start-col-s-2{left: 9.09090909%}.emotion--container.emotion--column-11 .col-s-3{width: 27.27272727%}.emotion--container.emotion--column-11 .start-col-s-3{left: 18.18181818%}.emotion--container.emotion--column-11 .col-s-4{width: 36.36363636%}.emotion--container.emotion--column-11 .start-col-s-4{left: 27.27272727%}.emotion--container.emotion--column-11 .col-s-5{width: 45.45454545%}.emotion--container.emotion--column-11 .start-col-s-5{left: 36.36363636%}.emotion--container.emotion--column-11 .col-s-6{width: 54.54545455%}.emotion--container.emotion--column-11 .start-col-s-6{left: 45.45454545%}.emotion--container.emotion--column-11 .col-s-7{width: 63.63636364%}.emotion--container.emotion--column-11 .start-col-s-7{left: 54.54545455%}.emotion--container.emotion--column-11 .col-s-8{width: 72.72727273%}.emotion--container.emotion--column-11 .start-col-s-8{left: 63.63636364%}.emotion--container.emotion--column-11 .col-s-9{width: 81.81818182000001%}.emotion--container.emotion--column-11 .start-col-s-9{left: 72.72727273%}.emotion--container.emotion--column-11 .col-s-10{width: 90.90909091%}.emotion--container.emotion--column-11 .start-col-s-10{left: 81.81818182000001%}.emotion--container.emotion--column-11 .col-s-11{width: 100%}.emotion--container.emotion--column-11 .start-col-s-11{left: 90.90909091%}}@media screen and (min-width: 48em){.emotion--container.emotion--column-11 .col-m-1{width: 9.09090909%}.emotion--container.emotion--column-11 .start-col-m-1{left: 0%}.emotion--container.emotion--column-11 .col-m-2{width: 18.18181818%}.emotion--container.emotion--column-11 .start-col-m-2{left: 9.09090909%}.emotion--container.emotion--column-11 .col-m-3{width: 27.27272727%}.emotion--container.emotion--column-11 .start-col-m-3{left: 18.18181818%}.emotion--container.emotion--column-11 .col-m-4{width: 36.36363636%}.emotion--container.emotion--column-11 .start-col-m-4{left: 27.27272727%}.emotion--container.emotion--column-11 .col-m-5{width: 45.45454545%}.emotion--container.emotion--column-11 .start-col-m-5{left: 36.36363636%}.emotion--container.emotion--column-11 .col-m-6{width: 54.54545455%}.emotion--container.emotion--column-11 .start-col-m-6{left: 45.45454545%}.emotion--container.emotion--column-11 .col-m-7{width: 63.63636364%}.emotion--container.emotion--column-11 .start-col-m-7{left: 54.54545455%}.emotion--container.emotion--column-11 .col-m-8{width: 72.72727273%}.emotion--container.emotion--column-11 .start-col-m-8{left: 63.63636364%}.emotion--container.emotion--column-11 .col-m-9{width: 81.81818182000001%}.emotion--container.emotion--column-11 .start-col-m-9{left: 72.72727273%}.emotion--container.emotion--column-11 .col-m-10{width: 90.90909091%}.emotion--container.emotion--column-11 .start-col-m-10{left: 81.81818182000001%}.emotion--container.emotion--column-11 .col-m-11{width: 100%}.emotion--container.emotion--column-11 .start-col-m-11{left: 90.90909091%}}@media screen and (min-width: 64em){.emotion--container.emotion--column-11 .col-l-1{width: 9.09090909%}.emotion--container.emotion--column-11 .start-col-l-1{left: 0%}.emotion--container.emotion--column-11 .col-l-2{width: 18.18181818%}.emotion--container.emotion--column-11 .start-col-l-2{left: 9.09090909%}.emotion--container.emotion--column-11 .col-l-3{width: 27.27272727%}.emotion--container.emotion--column-11 .start-col-l-3{left: 18.18181818%}.emotion--container.emotion--column-11 .col-l-4{width: 36.36363636%}.emotion--container.emotion--column-11 .start-col-l-4{left: 27.27272727%}.emotion--container.emotion--column-11 .col-l-5{width: 45.45454545%}.emotion--container.emotion--column-11 .start-col-l-5{left: 36.36363636%}.emotion--container.emotion--column-11 .col-l-6{width: 54.54545455%}.emotion--container.emotion--column-11 .start-col-l-6{left: 45.45454545%}.emotion--container.emotion--column-11 .col-l-7{width: 63.63636364%}.emotion--container.emotion--column-11 .start-col-l-7{left: 54.54545455%}.emotion--container.emotion--column-11 .col-l-8{width: 72.72727273%}.emotion--container.emotion--column-11 .start-col-l-8{left: 63.63636364%}.emotion--container.emotion--column-11 .col-l-9{width: 81.81818182000001%}.emotion--container.emotion--column-11 .start-col-l-9{left: 72.72727273%}.emotion--container.emotion--column-11 .col-l-10{width: 90.90909091%}.emotion--container.emotion--column-11 .start-col-l-10{left: 81.81818182000001%}.emotion--container.emotion--column-11 .col-l-11{width: 100%}.emotion--container.emotion--column-11 .start-col-l-11{left: 90.90909091%}}@media screen and (min-width: 78.75em){.emotion--container.emotion--column-11 .col-xl-1{width: 9.09090909%}.emotion--container.emotion--column-11 .start-col-xl-1{left: 0%}.emotion--container.emotion--column-11 .col-xl-2{width: 18.18181818%}.emotion--container.emotion--column-11 .start-col-xl-2{left: 9.09090909%}.emotion--container.emotion--column-11 .col-xl-3{width: 27.27272727%}.emotion--container.emotion--column-11 .start-col-xl-3{left: 18.18181818%}.emotion--container.emotion--column-11 .col-xl-4{width: 36.36363636%}.emotion--container.emotion--column-11 .start-col-xl-4{left: 27.27272727%}.emotion--container.emotion--column-11 .col-xl-5{width: 45.45454545%}.emotion--container.emotion--column-11 .start-col-xl-5{left: 36.36363636%}.emotion--container.emotion--column-11 .col-xl-6{width: 54.54545455%}.emotion--container.emotion--column-11 .start-col-xl-6{left: 45.45454545%}.emotion--container.emotion--column-11 .col-xl-7{width: 63.63636364%}.emotion--container.emotion--column-11 .start-col-xl-7{left: 54.54545455%}.emotion--container.emotion--column-11 .col-xl-8{width: 72.72727273%}.emotion--container.emotion--column-11 .start-col-xl-8{left: 63.63636364%}.emotion--container.emotion--column-11 .col-xl-9{width: 81.81818182000001%}.emotion--container.emotion--column-11 .start-col-xl-9{left: 72.72727273%}.emotion--container.emotion--column-11 .col-xl-10{width: 90.90909091%}.emotion--container.emotion--column-11 .start-col-xl-10{left: 81.81818182000001%}.emotion--container.emotion--column-11 .col-xl-11{width: 100%}.emotion--container.emotion--column-11 .start-col-xl-11{left: 90.90909091%}}.emotion--container.emotion--column-12 .col-1{width: 8.33333333%}.emotion--container.emotion--column-12 .start-col-1{left: 0%}.emotion--container.emotion--column-12 .col-2{width: 16.66666667%}.emotion--container.emotion--column-12 .start-col-2{left: 8.33333333%}.emotion--container.emotion--column-12 .col-3{width: 25%}.emotion--container.emotion--column-12 .start-col-3{left: 16.66666667%}.emotion--container.emotion--column-12 .col-4{width: 33.33333333%}.emotion--container.emotion--column-12 .start-col-4{left: 25%}.emotion--container.emotion--column-12 .col-5{width: 41.66666667%}.emotion--container.emotion--column-12 .start-col-5{left: 33.33333333%}.emotion--container.emotion--column-12 .col-6{width: 50%}.emotion--container.emotion--column-12 .start-col-6{left: 41.66666667%}.emotion--container.emotion--column-12 .col-7{width: 58.33333333%}.emotion--container.emotion--column-12 .start-col-7{left: 50%}.emotion--container.emotion--column-12 .col-8{width: 66.66666667%}.emotion--container.emotion--column-12 .start-col-8{left: 58.33333333%}.emotion--container.emotion--column-12 .col-9{width: 75%}.emotion--container.emotion--column-12 .start-col-9{left: 66.66666667%}.emotion--container.emotion--column-12 .col-10{width: 83.33333333%}.emotion--container.emotion--column-12 .start-col-10{left: 75%}.emotion--container.emotion--column-12 .col-11{width: 91.66666667%}.emotion--container.emotion--column-12 .start-col-11{left: 83.33333333%}.emotion--container.emotion--column-12 .col-12{width: 100%}.emotion--container.emotion--column-12 .start-col-12{left: 91.66666667%}.emotion--container.emotion--column-12 .col-xs-1{width: 8.33333333%}.emotion--container.emotion--column-12 .start-col-xs-1{left: 0%}.emotion--container.emotion--column-12 .col-xs-2{width: 16.66666667%}.emotion--container.emotion--column-12 .start-col-xs-2{left: 8.33333333%}.emotion--container.emotion--column-12 .col-xs-3{width: 25%}.emotion--container.emotion--column-12 .start-col-xs-3{left: 16.66666667%}.emotion--container.emotion--column-12 .col-xs-4{width: 33.33333333%}.emotion--container.emotion--column-12 .start-col-xs-4{left: 25%}.emotion--container.emotion--column-12 .col-xs-5{width: 41.66666667%}.emotion--container.emotion--column-12 .start-col-xs-5{left: 33.33333333%}.emotion--container.emotion--column-12 .col-xs-6{width: 50%}.emotion--container.emotion--column-12 .start-col-xs-6{left: 41.66666667%}.emotion--container.emotion--column-12 .col-xs-7{width: 58.33333333%}.emotion--container.emotion--column-12 .start-col-xs-7{left: 50%}.emotion--container.emotion--column-12 .col-xs-8{width: 66.66666667%}.emotion--container.emotion--column-12 .start-col-xs-8{left: 58.33333333%}.emotion--container.emotion--column-12 .col-xs-9{width: 75%}.emotion--container.emotion--column-12 .start-col-xs-9{left: 66.66666667%}.emotion--container.emotion--column-12 .col-xs-10{width: 83.33333333%}.emotion--container.emotion--column-12 .start-col-xs-10{left: 75%}.emotion--container.emotion--column-12 .col-xs-11{width: 91.66666667%}.emotion--container.emotion--column-12 .start-col-xs-11{left: 83.33333333%}.emotion--container.emotion--column-12 .col-xs-12{width: 100%}.emotion--container.emotion--column-12 .start-col-xs-12{left: 91.66666667%}@media screen and (min-width: 30em){.emotion--container.emotion--column-12 .col-s-1{width: 8.33333333%}.emotion--container.emotion--column-12 .start-col-s-1{left: 0%}.emotion--container.emotion--column-12 .col-s-2{width: 16.66666667%}.emotion--container.emotion--column-12 .start-col-s-2{left: 8.33333333%}.emotion--container.emotion--column-12 .col-s-3{width: 25%}.emotion--container.emotion--column-12 .start-col-s-3{left: 16.66666667%}.emotion--container.emotion--column-12 .col-s-4{width: 33.33333333%}.emotion--container.emotion--column-12 .start-col-s-4{left: 25%}.emotion--container.emotion--column-12 .col-s-5{width: 41.66666667%}.emotion--container.emotion--column-12 .start-col-s-5{left: 33.33333333%}.emotion--container.emotion--column-12 .col-s-6{width: 50%}.emotion--container.emotion--column-12 .start-col-s-6{left: 41.66666667%}.emotion--container.emotion--column-12 .col-s-7{width: 58.33333333%}.emotion--container.emotion--column-12 .start-col-s-7{left: 50%}.emotion--container.emotion--column-12 .col-s-8{width: 66.66666667%}.emotion--container.emotion--column-12 .start-col-s-8{left: 58.33333333%}.emotion--container.emotion--column-12 .col-s-9{width: 75%}.emotion--container.emotion--column-12 .start-col-s-9{left: 66.66666667%}.emotion--container.emotion--column-12 .col-s-10{width: 83.33333333%}.emotion--container.emotion--column-12 .start-col-s-10{left: 75%}.emotion--container.emotion--column-12 .col-s-11{width: 91.66666667%}.emotion--container.emotion--column-12 .start-col-s-11{left: 83.33333333%}.emotion--container.emotion--column-12 .col-s-12{width: 100%}.emotion--container.emotion--column-12 .start-col-s-12{left: 91.66666667%}}@media screen and (min-width: 48em){.emotion--container.emotion--column-12 .col-m-1{width: 8.33333333%}.emotion--container.emotion--column-12 .start-col-m-1{left: 0%}.emotion--container.emotion--column-12 .col-m-2{width: 16.66666667%}.emotion--container.emotion--column-12 .start-col-m-2{left: 8.33333333%}.emotion--container.emotion--column-12 .col-m-3{width: 25%}.emotion--container.emotion--column-12 .start-col-m-3{left: 16.66666667%}.emotion--container.emotion--column-12 .col-m-4{width: 33.33333333%}.emotion--container.emotion--column-12 .start-col-m-4{left: 25%}.emotion--container.emotion--column-12 .col-m-5{width: 41.66666667%}.emotion--container.emotion--column-12 .start-col-m-5{left: 33.33333333%}.emotion--container.emotion--column-12 .col-m-6{width: 50%}.emotion--container.emotion--column-12 .start-col-m-6{left: 41.66666667%}.emotion--container.emotion--column-12 .col-m-7{width: 58.33333333%}.emotion--container.emotion--column-12 .start-col-m-7{left: 50%}.emotion--container.emotion--column-12 .col-m-8{width: 66.66666667%}.emotion--container.emotion--column-12 .start-col-m-8{left: 58.33333333%}.emotion--container.emotion--column-12 .col-m-9{width: 75%}.emotion--container.emotion--column-12 .start-col-m-9{left: 66.66666667%}.emotion--container.emotion--column-12 .col-m-10{width: 83.33333333%}.emotion--container.emotion--column-12 .start-col-m-10{left: 75%}.emotion--container.emotion--column-12 .col-m-11{width: 91.66666667%}.emotion--container.emotion--column-12 .start-col-m-11{left: 83.33333333%}.emotion--container.emotion--column-12 .col-m-12{width: 100%}.emotion--container.emotion--column-12 .start-col-m-12{left: 91.66666667%}}@media screen and (min-width: 64em){.emotion--container.emotion--column-12 .col-l-1{width: 8.33333333%}.emotion--container.emotion--column-12 .start-col-l-1{left: 0%}.emotion--container.emotion--column-12 .col-l-2{width: 16.66666667%}.emotion--container.emotion--column-12 .start-col-l-2{left: 8.33333333%}.emotion--container.emotion--column-12 .col-l-3{width: 25%}.emotion--container.emotion--column-12 .start-col-l-3{left: 16.66666667%}.emotion--container.emotion--column-12 .col-l-4{width: 33.33333333%}.emotion--container.emotion--column-12 .start-col-l-4{left: 25%}.emotion--container.emotion--column-12 .col-l-5{width: 41.66666667%}.emotion--container.emotion--column-12 .start-col-l-5{left: 33.33333333%}.emotion--container.emotion--column-12 .col-l-6{width: 50%}.emotion--container.emotion--column-12 .start-col-l-6{left: 41.66666667%}.emotion--container.emotion--column-12 .col-l-7{width: 58.33333333%}.emotion--container.emotion--column-12 .start-col-l-7{left: 50%}.emotion--container.emotion--column-12 .col-l-8{width: 66.66666667%}.emotion--container.emotion--column-12 .start-col-l-8{left: 58.33333333%}.emotion--container.emotion--column-12 .col-l-9{width: 75%}.emotion--container.emotion--column-12 .start-col-l-9{left: 66.66666667%}.emotion--container.emotion--column-12 .col-l-10{width: 83.33333333%}.emotion--container.emotion--column-12 .start-col-l-10{left: 75%}.emotion--container.emotion--column-12 .col-l-11{width: 91.66666667%}.emotion--container.emotion--column-12 .start-col-l-11{left: 83.33333333%}.emotion--container.emotion--column-12 .col-l-12{width: 100%}.emotion--container.emotion--column-12 .start-col-l-12{left: 91.66666667%}}@media screen and (min-width: 78.75em){.emotion--container.emotion--column-12 .col-xl-1{width: 8.33333333%}.emotion--container.emotion--column-12 .start-col-xl-1{left: 0%}.emotion--container.emotion--column-12 .col-xl-2{width: 16.66666667%}.emotion--container.emotion--column-12 .start-col-xl-2{left: 8.33333333%}.emotion--container.emotion--column-12 .col-xl-3{width: 25%}.emotion--container.emotion--column-12 .start-col-xl-3{left: 16.66666667%}.emotion--container.emotion--column-12 .col-xl-4{width: 33.33333333%}.emotion--container.emotion--column-12 .start-col-xl-4{left: 25%}.emotion--container.emotion--column-12 .col-xl-5{width: 41.66666667%}.emotion--container.emotion--column-12 .start-col-xl-5{left: 33.33333333%}.emotion--container.emotion--column-12 .col-xl-6{width: 50%}.emotion--container.emotion--column-12 .start-col-xl-6{left: 41.66666667%}.emotion--container.emotion--column-12 .col-xl-7{width: 58.33333333%}.emotion--container.emotion--column-12 .start-col-xl-7{left: 50%}.emotion--container.emotion--column-12 .col-xl-8{width: 66.66666667%}.emotion--container.emotion--column-12 .start-col-xl-8{left: 58.33333333%}.emotion--container.emotion--column-12 .col-xl-9{width: 75%}.emotion--container.emotion--column-12 .start-col-xl-9{left: 66.66666667%}.emotion--container.emotion--column-12 .col-xl-10{width: 83.33333333%}.emotion--container.emotion--column-12 .start-col-xl-10{left: 75%}.emotion--container.emotion--column-12 .col-xl-11{width: 91.66666667%}.emotion--container.emotion--column-12 .start-col-xl-11{left: 83.33333333%}.emotion--container.emotion--column-12 .col-xl-12{width: 100%}.emotion--container.emotion--column-12 .start-col-xl-12{left: 91.66666667%}}.emotion--container .is--hidden-s,.emotion--container .is--hidden-m,.emotion--container .is--hidden-l,.emotion--container .is--hidden-xl{display: block}.emotion--container .is--hidden-xs{display: none}.emotion--container .emotion--sizer-s,.emotion--container .emotion--sizer-m,.emotion--container .emotion--sizer-l,.emotion--container .emotion--sizer-xl{display: none}.emotion--container .emotion--sizer-xs{display: block}.emotion--container .emotion--sizer-xs ~ .emotion--sizer{display: none}@media screen and (min-width: 30em){.emotion--container .is--hidden-xs,.emotion--container .is--hidden-m,.emotion--container .is--hidden-l,.emotion--container .is--hidden-xl{display: block}.emotion--container .is--hidden-s{display: none}.emotion--container .emotion--sizer-xs,.emotion--container .emotion--sizer-m,.emotion--container .emotion--sizer-l,.emotion--container .emotion--sizer-xl{display: none}.emotion--container .emotion--sizer-s{display: block}.emotion--container .emotion--sizer-s ~ .emotion--sizer{display: none}}@media screen and (min-width: 48em){.emotion--container .is--hidden-xs,.emotion--container .is--hidden-s,.emotion--container .is--hidden-l,.emotion--container .is--hidden-xl{display: block}.emotion--container .is--hidden-m{display: none}.emotion--container .emotion--sizer-s,.emotion--container .emotion--sizer-xs,.emotion--container .emotion--sizer-l,.emotion--container .emotion--sizer-xl{display: none}.emotion--container .emotion--sizer-m{display: block}.emotion--container .emotion--sizer-m ~ .emotion--sizer{display: none}}@media screen and (min-width: 64em){.emotion--container .is--hidden-xs,.emotion--container .is--hidden-s,.emotion--container .is--hidden-m,.emotion--container .is--hidden-xl{display: block}.emotion--container .is--hidden-l{display: none}.emotion--container .emotion--sizer-xs,.emotion--container .emotion--sizer-s,.emotion--container .emotion--sizer-m,.emotion--container .emotion--sizer-xl{display: none}.emotion--container .emotion--sizer-l{display: block}.emotion--container .emotion--sizer-l ~ .emotion--sizer{display: none}}@media screen and (min-width: 78.75em){.emotion--container .is--hidden-xs,.emotion--container .is--hidden-s,.emotion--container .is--hidden-m,.emotion--container .is--hidden-l{display: block}.emotion--container .is--hidden-xl{display: none}.emotion--container .emotion--sizer-s,.emotion--container .emotion--sizer-xs,.emotion--container .emotion--sizer-m,.emotion--container .emotion--sizer-l{display: none}.emotion--container .emotion--sizer-xl{display: block}.emotion--container .emotion--sizer-xl ~ .emotion--sizer{display: none}}.emotion--element{display: block;position: absolute;top: 0;left: 0}.emotion--container.emotion--mode-rows .emotion--element{position: relative;top: 0;left: 0;float: left;vertical-align: top}.emotion--banner{height: 100%;width: 100%;position: relative;overflow: hidden}.emotion--banner .banner--content{-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;position: absolute;top: 50%;left: 50%}.emotion--banner .banner--content.left.top{-webkit-transform: translate(0, 0);transform: translate(0, 0);left: 0;top: 0}.emotion--banner .banner--content.left.center{-webkit-transform: translate(0, -50%);transform: translate(0, -50%);left: 0;top: 50%}.emotion--banner .banner--content.left.bottom{-webkit-transform: translate(0, -100%);transform: translate(0, -100%);left: 0;top: 100%}.emotion--banner .banner--content.center.top{-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);left: 50%;top: 0}.emotion--banner .banner--content.center.bottom{-webkit-transform: translate(-50%, -100%);transform: translate(-50%, -100%);left: 50%;top: 100%}.emotion--banner .banner--content.right.top{-webkit-transform: translate(-100%, 0);transform: translate(-100%, 0);left: 100%;top: 0}.emotion--banner .banner--content.right.center{-webkit-transform: translate(-100%, -50%);transform: translate(-100%, -50%);left: 100%;top: 50%}.emotion--banner .banner--content.right.bottom{-webkit-transform: translate(-100%, -100%);transform: translate(-100%, -100%);left: 100%;top: 100%}.emotion--mode-rows .emotion--banner{height: auto}.emotion--mode-rows .emotion--banner .banner--content,.emotion--mode-rows .emotion--banner .banner--content.left.top,.emotion--mode-rows .emotion--banner .banner--content.left.center,.emotion--mode-rows .emotion--banner .banner--content.left.bottom,.emotion--mode-rows .emotion--banner .banner--content.center.top,.emotion--mode-rows .emotion--banner .banner--content.center.bottom,.emotion--mode-rows .emotion--banner .banner--content.right.top,.emotion--mode-rows .emotion--banner .banner--content.right.center,.emotion--mode-rows .emotion--banner .banner--content.right.bottom{-webkit-transform: translate(0, 0);transform: translate(0, 0);position: relative;left: 0;top: 0;float: none}.emotion--mode-rows .emotion--banner .banner--image-src{max-height: none;width: 100%}.emotion--banner .banner--image{width: 100%}.emotion--banner .banner--link{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 110}.emotion--banner .banner--mapping{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0}.emotion--banner .banner--mapping-link{position: absolute;display: block;z-index: 110;background: rgba(0,0,0,0)}.emotion--banner-slider{width: 100%;height: 100%}.emotion--mode-rows .emotion--banner-slider{height: auto}.emotion--mode-rows .emotion--banner-slider .banner-slider--container,.emotion--mode-rows .emotion--banner-slider .banner-slider--slide{height: auto}.emotion--mode-rows .emotion--banner-slider .banner-slider--item{vertical-align: middle}.emotion--mode-rows .emotion--banner-slider .banner-slider--banner{-webkit-transform: none;transform: none;position: relative;top: 0;left: 0;width: 100%}.emotion--banner-slider .banner-slider--title{padding: .625rem 1.25rem .625rem 1.25rem;display: block;width: 100%;position: absolute;top: 0;left: 0;z-index: 100;color: #fff;font-weight: 700;background: rgba(0,0,0,0.5);white-space: nowrap;overflow: hidden;text-align: center;text-overflow: ellipsis}.emotion--banner-slider .banner-slider--container,.emotion--banner-slider .banner-slider--slide{width: 100%;height: 100%}.emotion--banner-slider .banner-slider--container .arrow{display: block}.emotion--banner-slider .banner-slider--item{width: 100%;height: 100%;position: relative;overflow: hidden}.emotion--banner-slider .banner-slider--banner{-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;position: absolute;top: 50%;left: 50%;z-index: 100}.emotion--banner-slider .banner-slider--image{width: 100%}.emotion--banner-slider .banner-slider--link{display: block;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 200;text-indent: 200%;white-space: nowrap;overflow: hidden}.emotion--banner-slider .image-slider--dots{display: none}.emotion--product-slider{width: 100%;height: 100%;position: relative}.emotion--mode-rows .emotion--product-slider{height: 22.5rem}.emotion--product-slider .product-slider--title{height: 3.4375rem;position: relative;top: 0;left: 0;z-index: 500;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.emotion--product-slider .product-slider--content{padding: .625rem .625rem .625rem .625rem;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 400}.emotion--product-slider .product-slider--title ~ .product-slider--content{padding-top: 4.0625rem}.emotion--product-slider .product-slider--arrow.arrow--next{border-right: 0 none}.emotion--product-slider .product-slider--arrow.arrow--prev{border-left: 0 none}.emotion--product-slider .box--emotion{width: 100%;height: 100%;padding: 0;text-align: center}.emotion--product-slider .box--emotion .box--content{padding: 0;border: 0 none}.emotion--product-slider .box--emotion .product--info{height: 100%;position: relative;overflow: hidden}.emotion--product-slider .box--emotion .product--image{height: 60%;margin: 0 auto}.emotion--product-slider .box--emotion .product--details{max-height: 35%;width: 100%;margin-top: 5%}.emotion--product-slider .box--emotion .product--title{font-size: .875rem;font-weight: 400;white-space: normal}.emotion--product-slider .box--emotion .product--price-info .price--unit{height: .9375rem;font-size: .625rem}.emotion--product-slider .box--emotion .product--price .price--default{font-size: .875rem}.emotion--product{width: 100%;height: 100%}.emotion--mode-rows .emotion--product{height: 22.5rem}.emotion--product.is--no-border .box--content{border: 0 none}.emotion--product .product--box{width: 100%;height: 100%;padding: 0;float: none}.emotion--product .product--box .box--content{padding: .625rem .625rem .625rem .625rem}.emotion--product .product--box .product--info{height: 100%;position: relative;overflow: hidden}.emotion--product .product--box .product--image{height: 70%;margin: 0 auto}.emotion--product .product--box .product--image.is--large{height: 100%}.emotion--product .product--box .product--details{max-height: 30%;width: 100%;position: absolute;bottom: 0;left: 0}.emotion--product .product--box .product--title{text-overflow: ellipsis}.emotion--category-teaser{width: 100%;height: 100%}.emotion--mode-rows .emotion--category-teaser{height: 22.5rem}.emotion--category-teaser .category-teaser--link{display: block;width: 100%;height: 100%;position: relative;background-position: center center;background-size: cover;background-repeat: no-repeat;background-color: transparent}.emotion--category-teaser .category-teaser--title{padding: .625rem 1.25rem .625rem 1.25rem;display: block;width: 100%;position: absolute;bottom: 0;left: 0;color: #fff;font-weight: 700;background: rgba(0,0,0,0.5);white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.emotion--manufacturer{width: 100%;height: 100%;position: relative}.emotion--mode-rows .emotion--manufacturer{height: 16.25rem}.emotion--manufacturer .manufacturer--title{height: 3.4375rem;position: relative;top: 0;left: 0;z-index: 500;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.emotion--manufacturer .manufacturer--content{padding: .625rem 1.25rem .625rem 1.25rem;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 400}.emotion--manufacturer .manufacturer--title ~ .manufacturer--content{padding-top: 4.0625rem}.emotion--manufacturer .manufacturer--slider{height: 100%}.emotion--manufacturer .manufacturer--slider .arrow--next{right: -1.25rem;border-right: 0 none}.emotion--manufacturer .manufacturer--slider .arrow--prev{left: -1.25rem;border-left: 0 none}.emotion--manufacturer .manufacturer--item{padding: .625rem .9375rem .625rem .9375rem;text-align: center;vertical-align: middle}.emotion--manufacturer .manufacturer--link{font-size: 1.125rem;display: block;width: 100%;height: 100%;color: #000;font-weight: 700;position: relative}.emotion--manufacturer .manufacturer--link:hover{color: #2d6043}.emotion--manufacturer .manufacturer--image{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto}.emotion--youtube{width: 100%;height: 100%}.emotion--mode-rows .emotion--youtube{height: 22.5rem}.emotion--video{width: 100%;height: 100%;overflow: hidden;position: relative}.emotion--mode-rows .emotion--video{height: auto}.emotion--mode-rows .emotion--video .video--element{height: auto;position: relative}.emotion--video video::-moz-media-controls,.emotion--video video::-webkit-media-controls{bottom: 15%}.emotion--video .video--element{width: 100%;height: 100%;background: #000;position: absolute;top: 0;left: 0;z-index: 1000}.emotion--video .video--cover{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1300;background-position: center center;background-size: cover;background-repeat: no-repeat;background-color: #000;text-align: center}.emotion--video .video--cover .video--play-icon{width: 6.25rem;height: 6.25rem;font-size: 6.25rem;display: block;position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;text-shadow: 0 0 5px rgba(0,0,0,0.6);color: #fff}.emotion--video .video--play-btn{-webkit-transition: all .3s ease-out;transition: all .3s ease-out;top: 1.5625rem;right: 1.5625rem;line-height: 2.5rem;font-size: 1.3125rem;width: 2.625rem;height: 2.625rem;border-radius: 100%;background-clip: padding-box;position: absolute;cursor: pointer;color: #fff;border: 2px solid #fff;text-align: center;z-index: 1200}.emotion--video .video--text{width: 100%;height: 100%;margin: auto;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1100;color: #fff;text-align: center}.emotion--video .video--text.no--events{pointer-events: none}.emotion--iframe{width: 100%;height: 100%}.emotion--mode-rows .emotion--iframe{height: 22.5rem}.emotion--blog{width: 100%;height: 100%;overflow: auto}.emotion--mode-rows .emotion--blog{height: auto}.emotion--mode-rows .emotion--blog .blog--image{height: 10rem}.emotion--blog .blog--container{height: 100%;margin: 0 0 0 -1%}.emotion--blog .blog--entry{height: 100%;padding-left: 1%}.emotion--blog .blog--image{height: 40%;width: 100%;display: block;background-position: center center;background-size: cover;margin-bottom: 2%}.emotion--blog .blog--title{font-size: .875rem;display: block;font-weight: 700;color: #304513;margin-bottom: 2%}.emotion--blog .blog--title:hover{color: #2d6043}.emotion--blog .blog--description{font-size: .875rem;line-height: 1.25rem;color: #000;height: auto;max-height: 60%}.emotion--html{width: 100%;height: 100%;position: relative;overflow: auto}.emotion--mode-rows .emotion--html{height: auto}.emotion--html .html--content :last-child{margin-bottom: 0}@media screen and (min-width: 48em){.emotion--blog{overflow: hidden}}@media screen and (min-width: 78.75em){.emotion--banner-slider .image-slider--dots{bottom: .625rem;top: auto;left: 0;display: block;position: absolute;width: 100%;text-align: center;padding: 0}.emotion--banner-slider .image-slider--dots .dot--link{border-radius: 100%;margin: 0rem .125rem 0rem .125rem;width: 1.25rem;height: 1.25rem;-webkit-transition: all .3s ease;transition: all .3s ease;background: #950011;display: inline-block;border: 5px solid rgba(255,255,255,0.5);cursor: pointer;text-indent: -99999em;background-clip: padding-box}.emotion--banner-slider .image-slider--dots .dot--link.is--active{background: #2d6043;background-clip: padding-box}}textarea,input[type="text"],input[type="search"],input[type="password"],input[type="number"],input[type="email"],input[type="tel"]{-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 3px;border-radius: 0;background-clip: padding-box;box-sizing: border-box;line-height: 1.1875rem;font-size: .875rem;width: 18.125rem;padding: .625rem .625rem .5625rem .625rem;box-shadow: inset 0 1px 1px #666;background: #fff;border: 1px solid #777;border-top-color: #6a6a6a;color: #262626;text-align: left}textarea:focus,input[type="text"]:focus,input[type="search"]:focus,input[type="password"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="tel"]:focus{box-shadow: 0 0 0 transparent;outline: none;border-color: #2d6043;background: #fff;color: #000}textarea.has--error,input[type="text"].has--error,input[type="search"].has--error,input[type="password"].has--error,input[type="number"].has--error,input[type="email"].has--error,input[type="tel"].has--error{color: #e74c3c;background: #faeceb;border-color: #e74c3c}textarea.input--field,input[type="text"].input--field,input[type="search"].input--field,input[type="password"].input--field,input[type="number"].input--field,input[type="email"].input--field,input[type="tel"].input--field{margin-bottom: .625rem;width: 100%}textarea.input--field.input--field-zipcode,input[type="text"].input--field.input--field-zipcode,input[type="search"].input--field.input--field-zipcode,input[type="password"].input--field.input--field-zipcode,input[type="number"].input--field.input--field-zipcode,input[type="email"].input--field.input--field-zipcode,input[type="tel"].input--field.input--field-zipcode{width: 30%;float: left}textarea.input--field.input--field-city,input[type="text"].input--field.input--field-city,input[type="search"].input--field.input--field-city,input[type="password"].input--field.input--field-city,input[type="number"].input--field.input--field-city,input[type="email"].input--field.input--field-city,input[type="tel"].input--field.input--field-city{width: 68%;float: left}textarea.input--field.input--spacer,input[type="text"].input--field.input--spacer,input[type="search"].input--field.input--spacer,input[type="password"].input--field.input--spacer,input[type="number"].input--field.input--spacer,input[type="email"].input--field.input--spacer,input[type="tel"].input--field.input--spacer{margin-right: 2%}textarea.is--small,input[type="text"].is--small,input[type="search"].is--small,input[type="password"].is--small,input[type="number"].is--small,input[type="email"].is--small,input[type="tel"].is--small{height: 2.125rem}textarea.is--medium,input[type="text"].is--medium,input[type="search"].is--medium,input[type="password"].is--medium,input[type="number"].is--medium,input[type="email"].is--medium,input[type="tel"].is--medium{height: 2.375rem}textarea.is--large,input[type="text"].is--large,input[type="search"].is--large,input[type="password"].is--large,input[type="number"].is--large,input[type="email"].is--large,input[type="tel"].is--large{height: 2.625rem}textarea{resize: vertical}label{font-size: .875rem;color: #000}label.has--error{color: #e74c3c;background: #faeceb}.select-field,.js--fancy-select{max-width: 18.125rem;height: 2.625rem;width: 100%;display: inline-block;position: relative;overflow: hidden}.select-field:hover,.js--fancy-select:hover{color: #2d6043}.select-field select,.js--fancy-select select{-webkit-appearance: none;-moz-appearance: none;appearance: none;padding: 0rem 2.5rem 0rem .625rem;line-height: 2.5rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;height: 100%;width: 100%;display: block;cursor: pointer;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: left;border: 1px solid #d8dcbf}.select-field select option,.js--fancy-select select option{padding: .25rem .5rem .25rem .5rem;color: #304513;background: #fff}.select-field select::-ms-expand,.js--fancy-select select::-ms-expand{display: none}.select-field select:hover,.js--fancy-select select:hover{color: #2d6043;border-color: #2d6043;background: #fff}.select-field select:focus,.js--fancy-select select:focus{outline: none;color: #2d6043;border-color: #2d6043}.select-field select:focus::-ms-value,.js--fancy-select select:focus::-ms-value{color: #2d6043;background: none}.select-field select:disabled,.js--fancy-select select:disabled{opacity: .5;cursor: not-allowed}.select-field select.has--error,.js--fancy-select select.has--error{color: #e74c3c;border-color: #e74c3c;background: #faeceb}.select-field:after,.js--fancy-select:after{width: 1.875rem;height: 2.5rem;top: .0625rem;-webkit-user-select: none;user-select: none;line-height: 40px;max-height: 100%;display: block;content: "\e612";position: absolute;right: 0;font-size: 5px;border-left: 1px solid #d8dcbf;text-align: center;font-family: 'shopware';pointer-events: none}.select-field:after:hover,.js--fancy-select:after:hover{color: #2d6043}.select-field.is--disabled select,.js--fancy-select.is--disabled select,.select-field.is--disabled:after,.js--fancy-select.is--disabled:after{opacity: .5;cursor: not-allowed}.select-field.has--error select,.js--fancy-select.has--error select{color: #e74c3c;border-color: #e74c3c;background: #faeceb}.select-field.has--error:after,.js--fancy-select.has--error:after{color: #e74c3c;border-color: #e74c3c}@media screen and (min-width: 48em){.input--field{margin-bottom: .9375rem}.input--field .input--field-zipcode{margin-right: 2%;width: 20%}.input--field .input--field-city{width: 78%}}@media screen and (min-width: 78.75em){.input--field{margin-bottom: .9375rem}}@font-face{font-family: 'shopware';font-display: block;src: url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.woff2?#7810579d 9e') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.woff?7810579d 9e') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.ttf?7810579d 9e') format('truetype'), url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.svg?7810579d 9e') format('svg');font-weight: normal;font-style: normal}[class^="icon--"],[class*=" icon--"]{font-family: 'shopware';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.icon--percent2:before{content: "\e723"}.icon--percent:before{content: "\e722"}.icon--coupon:before{content: "\e71c"}.icon--truck:before{content: "\e71d"}.icon--logout:before{content: "\e614"}.icon--grid:before{content: "\e615"}.icon--filter:before{content: "\e616"}.icon--clock:before{content: "\e617"}.icon--arrow-up:before{content: "\e610"}.icon--arrow-right:before{content: "\e60f"}.icon--arrow-left:before{content: "\e611"}.icon--arrow-down:before{content: "\e612"}.icon--star:before{content: "\e600"}.icon--star-half:before{content: "\e71e"}.icon--star-empty:before{content: "\e601"}.icon--shopware:before{content: "\e602"}.icon--service:before{content: "\e603"}.icon--search:before{content: "\e604"}.icon--numbered-list:before{content: "\e605"}.icon--menu:before{content: "\e606"}.icon--mail:before{content: "\e607"}.icon--list:before{content: "\e608"}.icon--layout:before{content: "\e609"}.icon--heart:before{content: "\e60a"}.icon--cross:before{content: "\e60d"}.icon--compare:before{content: "\e60b"}.icon--check:before{content: "\e60c"}.icon--basket:before{content: "\e60e"}.icon--account:before{content: "\e613"}.icon--chain:before{content: "\f0c1"}.icon--delicious:before{content: "\f1a5"}.icon--delicious2:before{content: "\e721"}.icon--digg:before{content: "\f1a6"}.icon--phone:before{content: "\e619"}.icon--mobile:before{content: "\e61d"}.icon--mouse:before{content: "\e61e"}.icon--directions:before{content: "\e61f"}.icon--paperplane:before{content: "\e620"}.icon--pencil:before{content: "\e618"}.icon--feather:before{content: "\e621"}.icon--paperclip:before{content: "\e622"}.icon--drawer:before{content: "\e623"}.icon--reply:before{content: "\e624"}.icon--reply-all:before{content: "\e625"}.icon--forward:before{content: "\e626"}.icon--users:before{content: "\e627"}.icon--user-add:before{content: "\e628"}.icon--vcard:before{content: "\e629"}.icon--export:before{content: "\e62a"}.icon--location:before{content: "\e62b"}.icon--map:before{content: "\e62c"}.icon--compass:before{content: "\e62d"}.icon--location2:before{content: "\e62e"}.icon--target:before{content: "\e62f"}.icon--share:before{content: "\e630"}.icon--sharable:before{content: "\e631"}.icon--thumbsup:before{content: "\e632"}.icon--thumbsdown:before{content: "\e633"}.icon--chat:before{content: "\e634"}.icon--comment:before{content: "\e61a"}.icon--quote:before{content: "\e635"}.icon--house:before{content: "\e636"}.icon--popup:before{content: "\e637"}.icon--flashlight:before{content: "\e638"}.icon--printer:before{content: "\e639"}.icon--bell:before{content: "\e63a"}.icon--link:before{content: "\e63b"}.icon--flag:before{content: "\e63c"}.icon--cog:before{content: "\e63d"}.icon--tools:before{content: "\e63e"}.icon--trophy:before{content: "\e63f"}.icon--tag:before{content: "\e640"}.icon--camera:before{content: "\e641"}.icon--megaphone:before{content: "\e642"}.icon--moon:before{content: "\e643"}.icon--palette:before{content: "\e644"}.icon--leaf:before{content: "\e645"}.icon--music:before{content: "\e646"}.icon--music2:before{content: "\e647"}.icon--new:before{content: "\e648"}.icon--graduation:before{content: "\e649"}.icon--book:before{content: "\e64a"}.icon--newspaper:before{content: "\e64b"}.icon--bag:before{content: "\e64c"}.icon--airplane:before{content: "\e64d"}.icon--lifebuoy:before{content: "\e64e"}.icon--eye:before{content: "\e64f"}.icon--clock2:before{content: "\e650"}.icon--microphone:before{content: "\e651"}.icon--calendar:before{content: "\e652"}.icon--bolt:before{content: "\e653"}.icon--thunder:before{content: "\e654"}.icon--droplet:before{content: "\e655"}.icon--cd:before{content: "\e656"}.icon--briefcase:before{content: "\e657"}.icon--air:before{content: "\e658"}.icon--hourglass:before{content: "\e659"}.icon--gauge:before{content: "\e65a"}.icon--language:before{content: "\e65b"}.icon--network:before{content: "\e65c"}.icon--key:before{content: "\e65d"}.icon--battery:before{content: "\e65e"}.icon--bucket:before{content: "\e65f"}.icon--magnet:before{content: "\e660"}.icon--drive:before{content: "\e661"}.icon--cup:before{content: "\e662"}.icon--rocket:before{content: "\e663"}.icon--brush:before{content: "\e664"}.icon--suitcase:before{content: "\e665"}.icon--cone:before{content: "\e666"}.icon--earth:before{content: "\e667"}.icon--keyboard:before{content: "\e668"}.icon--browser:before{content: "\e669"}.icon--publish:before{content: "\e66a"}.icon--progress-3:before{content: "\e66b"}.icon--progress-2:before{content: "\e66c"}.icon--progress-1:before{content: "\e66d"}.icon--brogress-1:before{content: "\e66d"}.icon--progress-0:before{content: "\e66e"}.icon--sun:before{content: "\e66f"}.icon--sun2:before{content: "\e670"}.icon--adjust:before{content: "\e671"}.icon--code:before{content: "\e672"}.icon--screen:before{content: "\e673"}.icon--infinity:before{content: "\e674"}.icon--light-bulb:before{content: "\e675"}.icon--creditcard:before{content: "\e676"}.icon--database:before{content: "\e677"}.icon--voicemail:before{content: "\e678"}.icon--clipboard:before{content: "\e679"}.icon--box:before{content: "\e67a"}.icon--ticket:before{content: "\e67b"}.icon--rss:before{content: "\e67c"}.icon--signal:before{content: "\e67d"}.icon--thermometer:before{content: "\e67e"}.icon--droplets:before{content: "\e67f"}.icon--uniE680:before{content: "\e680"}.icon--statistics:before{content: "\e681"}.icon--pie:before{content: "\e682"}.icon--bars:before{content: "\e683"}.icon--graph:before{content: "\e684"}.icon--lock:before{content: "\e685"}.icon--lock-open:before{content: "\e686"}.icon--login:before{content: "\e687"}.icon--minus:before{content: "\e688"}.icon--plus:before{content: "\e689"}.icon--cross2:before{content: "\e68a"}.icon--minus2:before{content: "\e68b"}.icon--plus2:before{content: "\e68c"}.icon--cross3:before{content: "\e68d"}.icon--minus3:before{content: "\e68e"}.icon--plus3:before{content: "\e68f"}.icon--erase:before{content: "\e690"}.icon--blocked:before{content: "\e691"}.icon--info:before{content: "\e61b"}.icon--info2:before{content: "\e692"}.icon--question:before{content: "\e693"}.icon--help:before{content: "\e694"}.icon--warning:before{content: "\e695"}.icon--cycle:before{content: "\e696"}.icon--cw:before{content: "\e697"}.icon--ccw:before{content: "\e698"}.icon--shuffle:before{content: "\e699"}.icon--arrow:before{content: "\e69a"}.icon--arrow2:before{content: "\e69b"}.icon--retweet:before{content: "\e69c"}.icon--loop:before{content: "\e69d"}.icon--history:before{content: "\e69e"}.icon--back:before{content: "\e69f"}.icon--list2:before{content: "\e6a0"}.icon--add-to-list:before{content: "\e6a1"}.icon--layout2:before{content: "\e6a2"}.icon--list3:before{content: "\e6a3"}.icon--text:before{content: "\e6a4"}.icon--text2:before{content: "\e6a5"}.icon--document:before{content: "\e6a6"}.icon--docs:before{content: "\e6a7"}.icon--landscape:before{content: "\e6a8"}.icon--pictures:before{content: "\e6a9"}.icon--video:before{content: "\e6aa"}.icon--music3:before{content: "\e6ab"}.icon--folder:before{content: "\e6ac"}.icon--archive:before{content: "\e6ad"}.icon--trash:before{content: "\e6ae"}.icon--upload:before{content: "\e6af"}.icon--download:before{content: "\e6b0"}.icon--disk:before{content: "\e6b1"}.icon--install:before{content: "\e61c"}.icon--cloud:before{content: "\e6b2"}.icon--upload2:before{content: "\e6b3"}.icon--bookmark:before{content: "\e6b4"}.icon--bookmarks:before{content: "\e6b5"}.icon--book2:before{content: "\e6b6"}.icon--play:before{content: "\e6b7"}.icon--pause:before{content: "\e6b8"}.icon--record:before{content: "\e6b9"}.icon--stop:before{content: "\e6ba"}.icon--next:before{content: "\e6bb"}.icon--previous:before{content: "\e6bc"}.icon--first:before{content: "\e6bd"}.icon--last:before{content: "\e6be"}.icon--resize-enlarge:before{content: "\e6bf"}.icon--resize-shrink:before{content: "\e6c0"}.icon--volume:before{content: "\e6c1"}.icon--sound:before{content: "\e6c2"}.icon--mute:before{content: "\e6c3"}.icon--flow-cascade:before{content: "\e6c4"}.icon--flow-branch:before{content: "\e6c5"}.icon--flow-tree:before{content: "\e6c6"}.icon--flow-line:before{content: "\e6c7"}.icon--flow-parallel:before{content: "\e6c8"}.icon--arrow-left2:before{content: "\e6c9"}.icon--arrow-down2:before{content: "\e6ca"}.icon--arrow-up-upload:before{content: "\e6cb"}.icon--arrow-right2:before{content: "\e6cc"}.icon--arrow-left3:before{content: "\e6cd"}.icon--arrow-down3:before{content: "\e6ce"}.icon--arrow-up2:before{content: "\e6cf"}.icon--arrow-right3:before{content: "\e6d0"}.icon--arrow-left4:before{content: "\e6d1"}.icon--arrow-down4:before{content: "\e6d2"}.icon--arrow-up3:before{content: "\e6d3"}.icon--arrow-right4:before{content: "\e6d4"}.icon--arrow-left5:before{content: "\e6d5"}.icon--arrow-down5:before{content: "\e6d6"}.icon--arrow-up4:before{content: "\e6d7"}.icon--arrow-right5:before{content: "\e6d8"}.icon--arrow-left6:before{content: "\e6d9"}.icon--arrow-down6:before{content: "\e6da"}.icon--arrow-up5:before{content: "\e6db"}.icon--arrow-right6:before{content: "\e6dc"}.icon--menu2:before{content: "\e6dd"}.icon--ellipsis:before{content: "\e6de"}.icon--dots:before{content: "\e6df"}.icon--dot:before{content: "\e6e0"}.icon--cc:before{content: "\e6e1"}.icon--cc-by:before{content: "\e6e2"}.icon--cc-nc:before{content: "\e6e3"}.icon--cc-nc-eu:before{content: "\e6e4"}.icon--cc-nc-jp:before{content: "\e6e5"}.icon--cc-sa:before{content: "\e6e6"}.icon--cc-nd:before{content: "\e6e7"}.icon--cc-pd:before{content: "\e6e8"}.icon--cc-zero:before{content: "\e6e9"}.icon--cc-share:before{content: "\e6ea"}.icon--cc-share2:before{content: "\e6eb"}.icon--danielbruce:before{content: "\e6ec"}.icon--danielbruce2:before{content: "\e6ed"}.icon--github:before{content: "\e6ee"}.icon--github2:before{content: "\e6ef"}.icon--flickr:before{content: "\e6f0"}.icon--flickr2:before{content: "\e6f1"}.icon--vimeo:before{content: "\e6f2"}.icon--vimeo2:before{content: "\e6f3"}.icon--twitter:before{content: "\e6f4"}.icon--twitter2:before{content: "\e6f5"}.icon--facebook:before{content: "\e6f6"}.icon--facebook2:before{content: "\e6f7"}.icon--facebook3:before{content: "\e6f8"}.icon--googleplus:before{content: "\e6f9"}.icon--googleplus2:before{content: "\e6fa"}.icon--pinterest:before{content: "\e6fb"}.icon--pinterest2:before{content: "\e6fc"}.icon--tumblr:before{content: "\e6fd"}.icon--tumblr2:before{content: "\e6fe"}.icon--linkedin:before{content: "\e6ff"}.icon--linkedin2:before{content: "\e700"}.icon--dribbble:before{content: "\e701"}.icon--dribbble2:before{content: "\e702"}.icon--stumbleupon:before{content: "\e703"}.icon--stumbleupon2:before{content: "\e704"}.icon--lastfm:before{content: "\e705"}.icon--lastfm2:before{content: "\e706"}.icon--rdio:before{content: "\e707"}.icon--rdio2:before{content: "\e708"}.icon--spotify:before{content: "\e709"}.icon--spotify2:before{content: "\e70a"}.icon--qq:before{content: "\e70b"}.icon--instagram3:before{content: "\e70c"}.icon--dropbox:before{content: "\e70d"}.icon--evernote:before{content: "\e70e"}.icon--flattr:before{content: "\e70f"}.icon--skype:before{content: "\e710"}.icon--skype2:before{content: "\e711"}.icon--renren:before{content: "\e712"}.icon--sina-weibo:before{content: "\e713"}.icon--paypal:before{content: "\e714"}.icon--picasa:before{content: "\e715"}.icon--soundcloud:before{content: "\e716"}.icon--mixi:before{content: "\e717"}.icon--behance:before{content: "\e718"}.icon--circles:before{content: "\e719"}.icon--vk:before{content: "\e71a"}.icon--smashing:before{content: "\e71b"}.icon--feed:before{content: "\e71f"}.icon--feed2:before{content: "\e720"}.icon--instagram:before{content: "\e903"}.icon--instagram2:before{content: "\e902"}.icon--xing:before{content: "\e901"}.icon--xing2:before{content: "\e900"}.icon--youtube:before{content: "\e905"}.icon--youtube2:before{content: "\e904"}.navigation--list{list-style: none}.off-canvas{-webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);transition: all .45s cubic-bezier(.3, 0, .15, 1);-webkit-transform-style: preserve-3d;transform-style: preserve-3d;width: 17.5rem;background: #fff;position: fixed;top: 0;bottom: 0;display: none;overflow: auto;-webkit-overflow-scrolling: touch;z-index: 8000}.off-canvas.is--left{-webkit-transform: translateX(-100%);transform: translateX(-100%);left: 0}.off-canvas.is--right{-webkit-transform: translateX(100%);transform: translateX(100%);right: 0}.off-canvas.is--active{display: block}.off-canvas.is--open{-webkit-transform: translateX(0);transform: translateX(0)}.off-canvas.is--full-screen{width: 100%}.off-canvas.no--transitions{-webkit-transition: none;transition: none}.off-canvas .buttons--off-canvas{display: block}.off-canvas .close--off-canvas{padding: .125rem .625rem .125rem .625rem;line-height: 2.375rem;background-image: linear-gradient(to bottom, #e2001a 0%, #950011 100%);background-color: #e2001a;background-image: none;display: block;color: #fff;font-weight: 700;cursor: pointer}.off-canvas .close--off-canvas:after{content: "";display: table;clear: both}.off-canvas .close--off-canvas .icon--arrow-left{margin: 0rem .625rem 0rem 0rem;font-size: .6875rem}.off-canvas .link--go-main{font-size: 1rem;padding: .625rem .625rem .625rem .625rem;height: 2.625rem;font-weight: 700;display: block;width: 100%}.off-canvas .link--go-main .icon--menu{font-size: 1.25rem;margin-right: .625rem;float: left}.off-canvas .sidebar--navigation .navigation--link{padding: .125rem .625rem .125rem .625rem;line-height: 2.375rem}.off-canvas .sidebar--navigation .navigation--link .is--icon-right{margin-top: 0}.off-canvas .sidebar--navigation .navigation--link .is--icon-left{margin: 0rem .625rem 0rem 0rem;float: left}.buttons--off-canvas{display: none}.page-wrap{-webkit-transition: left 400ms cubic-bezier(.16, .04, .14, 1);transition: left 400ms cubic-bezier(.16, .04, .14, 1);position: relative;left: 0}.navigation--smartphone .navigation--entry{padding: .75rem .625rem .75rem .625rem;background: #fff}.navigation--smartphone .navigation--link{display: block}.navigation--smartphone .entry--close-off-canvas,#cookie-consent .cookie-consent--header{padding: .125rem .625rem .125rem .625rem;line-height: 2.375rem;background-image: linear-gradient(to bottom, #e2001a 0%, #950011 100%);background-color: #e2001a;background-image: none}.navigation--smartphone .entry--close-off-canvas .navigation--link,#cookie-consent .cookie-consent--header{font-size: .875rem;color: #999;font-weight: 700}.navigation--smartphone .entry--close-off-canvas .navigation--link:after{content: "";display: table;clear: both}.navigation--smartphone .entry--close-off-canvas .navigation--link:active{color: #777}.navigation--smartphone .entry--close-off-canvas .icon--arrow-right,#cookie-consent .cookie-consent--header .icon--arrow-right{margin: .75rem 0rem 0rem 0rem;font-size: .6875rem;float: right}.navigation--headline,.sidebar--navigation{margin: 0rem .625rem 0rem .625rem}.navigation--headline{margin: 1rem .625rem .375rem .625rem;line-height: 1.625rem;color: #304513;font-weight: 700;font-size: 1em}.sidebar--navigation{border-radius: 3px;border-radius: 0;background-clip: padding-box;background: #fff;border: 1px solid #d8dcbf}.sidebar--navigation .navigation--entry{border-bottom: 1px solid #d8dcbf}.sidebar--navigation .navigation--entry:last-child{border-bottom: 0 none}.sidebar--navigation .navigation--link{color: #000;overflow: hidden;text-overflow: ellipsis}@media screen and (min-width: 48em){.off-canvas{-webkit-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: none;transition: none;display: block;background: transparent;position: relative;width: auto;height: auto;top: 0;left: 0;z-index: 1000}.off-canvas .sidebar--navigation .navigation--link{padding: .625rem .625rem .625rem .625rem;line-height: inherit}.off-canvas .account--menu .navigation--link{padding: .3125rem 0rem .3125rem 0rem;line-height: inherit}.sidebar-main .entry--close-off-canvas{display: none}.sidebar-main .icon--arrow-right,.sidebar-main .icon--arrow-left{display: none}}.panel{display: block;background: #fff}.panel.has--shadow{box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1)}.panel.has--border{border: 1px solid #d8dcbf}.panel--header{padding: .625rem .625rem .625rem .625rem;font-size: .875rem;background: #999;display: block;margin: 0;font-weight: 700;color: #000;border-bottom: 1px solid #d8dcbf}.panel--header.secondary{color: #000;background: #fff}.panel--header.primary{color: #2d6043;background: #fff}.panel--title{padding: 1.25rem 0rem 0rem 0rem;margin: 0rem 1.25rem 0rem 1.25rem;font-size: 1rem;display: block;font-weight: 700;color: #304513}.panel--title.is--underline{padding: 1.25rem 0rem .625rem 0rem;border-bottom: 1px solid #d8dcbf;text-decoration: none !important}.panel--title.is--secondary{color: #000}.panel--title.is--primary{color: #2d6043}.panel--body{padding: .625rem .625rem .625rem .625rem;font-size: .875rem;line-height: 1.5rem;display: block;position: relative}.panel--body.has--border{border: 1px solid #d8dcbf}.panel--body.is--slim{padding: .3125rem .3125rem .3125rem .3125rem}.panel--body.is--wide{padding: 1.25rem 1.25rem 1.25rem 1.25rem}.panel--body.is--flat{background: #777}.panel--body.is--embossed{box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2);background: #777}.panel--actions{padding: .625rem .625rem .625rem .625rem;line-height: 2.5rem;display: block}.panel--actions.has--border{margin: .625rem 0rem 0rem 0rem;padding: .625rem 0rem 0rem 0rem;border-top: 1px solid #d8dcbf}.panel--actions.is--slim{padding: .3125rem .3125rem .3125rem .3125rem}.panel--actions.is--wide{padding: 1.25rem 1.25rem 1.25rem 1.25rem}.panel--actions .btn{margin: 0rem .375rem 0rem 0rem}.panel--table{width: 100%;display: block;border-collapse: collapse;border-spacing: 0;empty-cells: show}.panel--table:after{content: "";display: table;clear: both}.panel--table.has--border{border: 1px solid #d8dcbf}.panel--tr{display: block;width: 100%;border-width: 0 0 1px 0;border-style: solid;border-color: #d8dcbf}.panel--tr:after{content: "";display: table;clear: both}.panel--tr:last-child{border-width: 0}.panel--tr.is--odd{background: #f5f5f5}.panel--tr.is--secondary{background: #f5f5f5}.panel--tr.is--primary{color: #2d6043}.panel--th,.panel--td{padding: .625rem .625rem .625rem .625rem;font-size: .875rem;line-height: 1.5rem;display: inline-block;float: left}.panel--th:after,.panel--td:after{content: "";display: table;clear: both}.panel--th.has--border,.panel--td.has--border{border-width: 0 1px 0 0;border-style: solid;border-color: #d8dcbf}.panel--th.has--border:last-child,.panel--td.has--border:last-child{border-width: 0}.panel--th p,.panel--td p{margin: 0}.panel--th{font-weight: 700;color: #304513}.panel--dot-nav{height: .6875rem;position: relative}.panel--dot-nav .dot--link,.panel--dot-nav a{border-radius: 11px;background-clip: padding-box;margin: 0rem .3125rem 0rem .3125rem;width: .6875rem;height: .6875rem;display: inline-block;border: 1px solid #d8dcbf}.panel--dot-nav .dot--link.is--active,.panel--dot-nav a.is--active{border-color: #2d6043;background: #2d6043}.panel--paging{line-height: 2rem;display: inline-block}.panel--paging .paging--link{padding: 0rem .625rem 0rem .625rem;margin: 0rem .0625rem 0rem .0625rem;font-size: .875rem;line-height: 1.875rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;display: inline-block;font-weight: 400;text-align: center;border: 1px solid #d8dcbf;color: #000}.panel--paging .paging--link [class^="icon--"]{font-size: .625rem}.panel--paging .paging--link.is--active,.panel--paging .paging--link.is--active:hover{line-height: 2rem;background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;background-image: none;color: #fff;border: 0 none;font-weight: 700;cursor: default}.panel--paging .paging--link:hover{background: #fff;color: #2d6043;border-color: #2d6043}form{display: block}form table{width: 100%}form table td{padding: 10px}fieldset{padding: .625rem .625rem .625rem .625rem;border: 1px solid #d8dcbf}.alert{font-size: .875rem;line-height: 1.5rem;position: relative;overflow: hidden}.alert:after{content: "";display: table;clear: both}.alert.is--success{color: #647200;background: #ebf4a0}.alert.is--success .alert--icon{background: #a8be00}.alert.is--info{color: #217dbb;background: #e9f2f8}.alert.is--info .alert--icon{background: #4aa3df}.alert.is--warning{color: #ae8e0a;background: #fbf5db}.alert.is--warning .alert--icon{background: #f1c40f}.alert.is--error{color: #e74c3c;background: #faeceb}.alert.is--error .alert--icon{background: #e74c3c}.alert.no--cookies{position: fixed;z-index: 99999;top: 0;left: 0;right: 0}.alert.no--cookies a.close--alert{float: right}.alert.no--cookies a.close--alert:hover{cursor: pointer;text-decoration: underline}.alert .alert--close{position: absolute;top: 1.0625rem;right: 1.25rem;font-size: .625rem;color: #000;cursor: pointer}.alert .icon--element{position: absolute;top: 50%;left: 0;width: 15%;margin-top: -9px}.alert .alert--icon,.alert .alert--content{padding: .625rem .625rem .625rem .625rem;float: left}.alert .alert--icon p,.alert .alert--content p{margin-bottom: 0rem}.alert .alert--icon{font-size: 1.125rem;line-height: 1.625rem;width: 15%;text-align: center;font-weight: 700;color: #fff;padding-bottom: 9999em;margin-bottom: -9999em}.alert .alert--content{width: 85%}.alert .alert--content.is--strong{font-weight: 700}.alert .alert--list{list-style: none}.alert .list--entry{display: block}.container--ajax-cart:not(.off-canvas) .alert{margin: .625rem}.container--ajax-cart .alert .alert--close{right: .9375rem}.container--ajax-cart .alert .alert--content{padding: .625rem 1.25rem .625rem 1.25rem}@media screen and (min-width: 48em){.alert .alert--icon,.alert .icon--element{width: 8%}.alert .alert--content{width: 92%}}.badge{padding: 0rem .3125rem 0rem .3125rem;margin: 0rem .3125rem 0rem .3125rem;height: 1.25rem;min-width: .625rem;line-height: 1.25rem;font-size: .75rem;border-radius: 50px;background-clip: padding-box;box-sizing: content-box;display: inline-block;white-space: nowrap;z-index: 500;font-weight: 700;text-align: center;background: #fff;color: #2d6043;border: 1px solid #d8dcbf}.badge.is--primary{background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;background-image: none;color: #fff;border-color: #fff}.badge.is--secondary{background-image: linear-gradient(to bottom, #e2001a 0%, #950011 100%);background-color: #e2001a;background-image: none;color: #fff;border-color: #fff}.badge.is--minimal{border: 0 none}.label{padding: .1875rem .5rem .1875rem .5rem;margin: 0rem .3125rem 0rem .3125rem;font-size: .875rem;line-height: 1.125rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;display: inline-block;text-align: center;white-space: nowrap;color: #000;background: #000}.label.success{background: #a8be00}.label.info{background: #4aa3df}.label.warning{background: #f1c40f}.label.error{background: #e74c3c}.collapse--header{padding: .625rem 1.25rem .625rem 1.25rem;margin: .625rem 0rem 0rem 0rem;font-size: 1rem;line-height: 1rem;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;border-radius: 3px;border-radius: 0;background-clip: padding-box;box-shadow: 0 1px 1px 0 rgba(236,238,241,0.8);display: block;position: relative;z-index: 1100;border: 1px solid #d8dcbf;cursor: pointer}.collapse--header .collapse--toggler{height: 1rem;top: .625rem;right: 1.25rem;font-size: .375rem;line-height: 1rem;position: absolute;font-weight: 400;font-family: 'shopware'}.collapse--header .collapse--toggler:before{content: "\e612"}.collapse--header:hover{color: #2d6043}.collapse--header.is--active{background-image: linear-gradient(to bottom, #e2001a 0%, #950011 100%);background-color: #e2001a;background-image: none;box-shadow: 0 1px 3px 0 rgba(95,114,133,0.5);color: #fff;font-weight: 700;border-width: 0 0 1px 0;border-style: solid;border-color: #bac18e;z-index: 1300}.collapse--header.is--active .collapse--toggler:before{content: "\e610"}.collapse--content{padding: .3125rem 0rem 0rem 0rem;top: -0.3125rem;border-top-left-radius: 0;border-top-right-radius: 0;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;background-clip: padding-box;box-shadow: 0 1px 1px 0 rgba(236,238,241,0.8);display: none;position: relative;z-index: 1000;background: #fff;border-width: 0 1px 1px 1px;border-style: solid;border-color: #d8dcbf}.collapse--content.is--collapsed{display: block;z-index: 1200}.js--collapse-target{display: none}.js--collapse-target.is--collapsed{display: block}.product-slider{display: block;padding: 0;position: relative;top: 0;left: 0}.product-slider--container{-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);display: block;width: 100%;height: 100%;font-size: 0;position: relative;top: 0;left: 0;overflow: hidden;white-space: nowrap;-webkit-overflow-scrolling: touch}.product-slider--container:after{content: "";display: table;clear: both}.product-slider--container::-webkit-scrollbar{width: 0;height: 0}.product-slider--container.is--vertical{overflow-y: scroll;overflow-x: hidden;white-space: normal}.product-slider--container.is--vertical .product-slider--item{display: block;width: 100%}.product-slider--container.is--horizontal{overflow-y: hidden;overflow-x: scroll;white-space: nowrap}.product-slider--container.is--horizontal .product-slider--item{height: 100%;display: inline-block}.is--ie .product-slider--container,.is--firefox .product-slider--container,.product-slider--container.is--no-scroll{overflow-y: hidden;overflow-x: hidden}.product-slider--item{padding: .625rem .625rem .625rem .625rem;font-size: 1rem;-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);position: relative;top: 0;left: 0;overflow: hidden;text-align: center;width: 100%;display: inline-block}.product-slider--arrow{width: 1.875rem;height: 3.75rem;margin: -1.875rem 0rem 0rem 0rem;line-height: 3.75rem;font-size: .75rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);background: rgba(255,255,255,0.5);display: block;position: absolute;top: 50%;z-index: 750;font-family: 'shopware';text-align: center;color: #000;border: 1px solid #d8dcbf;cursor: pointer}.product-slider--arrow.arrow--prev{border-top-left-radius: 0;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0;background-clip: padding-box;left: 0}.product-slider--arrow.arrow--prev:before,.product-slider--arrow.arrow--prev::before{content: "\e611"}.product-slider--arrow.arrow--next{border-top-left-radius: 3px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 3px;background-clip: padding-box;right: 0}.product-slider--arrow.arrow--next:before{content: "\e60f"}.product-slider--arrow:hover{color: #2d6043;border-color: #2d6043;background: rgba(255,255,255,0.8)}.product-slider--arrow.is--vertical{width: 3.75rem;height: 1.875rem;margin: 0rem 0rem 0rem -1.875rem;line-height: 1.875rem;font-size: .375rem;left: 50%;top: auto}.product-slider--arrow.is--vertical.arrow--prev{border-top-left-radius: 0;border-top-right-radius: 0;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;background-clip: padding-box;top: 0}.product-slider--arrow.is--vertical.arrow--prev:before,.product-slider--arrow.is--vertical.arrow--prev::before{content: "\e610"}.product-slider--arrow.is--vertical.arrow--next{bottom: 0;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;background-clip: padding-box}.product-slider--arrow.is--vertical.arrow--next:before{content: "\e612"}@media screen and (min-width: 30em){.product-slider--item{width: 50%}}@media screen and (min-width: 48em){.product-slider--item{width: 33.33%}}@media screen and (min-width: 64em){.product-slider--item{width: 25%}}@media screen and (min-width: 78.75em){.product-slider--container.is--horizontal,.product-slider--container.is--vertical{overflow: hidden}}.js--modal{-webkit-transition: all .5s;transition: all .5s;box-shadow: 0px 0px 0px 7px rgba(0,0,0,0.25);box-sizing: content-box;opacity: 0;position: fixed;right: 0;left: 0;top: 0;bottom: 0;margin: auto;background: padding-box #fff;max-height: 100%;max-width: 100%;z-index: 7000;overflow-x: hidden;overflow-y: auto}.js--modal .header{padding: .625rem .625rem .625rem .625rem;height: 2.625rem;border-bottom: 1px solid #d8dcbf}.js--modal .header .title{font-size: 1rem;font-weight: 700}.js--modal .modal--close{height: 1.875rem;width: 1.875rem;line-height: 1.875rem;font-size: .625rem;right: .625rem;top: .4375rem;-webkit-tap-highlight-color: rgba(0,0,0,0);padding: 0;text-align: center;position: absolute}.js--modal .content{width: 100%;height: 100%;position: relative;overflow: auto;-webkit-overflow-scrolling: touch}.js--modal .content .content--iframe{padding: .625rem .625rem .625rem .625rem;width: 100%;height: 100%;border: 0 none;display: block}.js--modal.sizing--auto.is--fullscreen{height: 100% !important;width: 100% !important}.js--modal.sizing--fixed{max-height: none !important;max-width: none !important}.js--modal.sizing--content{position: fixed;bottom: auto;top: auto;height: auto}.js--modal.no--header .header{display: none}.js--modal.no--border-radius{border-radius: 0}@media screen and (min-width: 48em){.js--modal{border-radius: 3px;background-clip: padding-box}}.js--is-loading{position: relative}.js--loading-indicator{position: absolute;display: none;z-index: 6000;top: 50%;left: 50%}body > .js--loading-indicator{position: fixed}.js--loading-indicator.indicator--relative{width: 1.875rem;height: 1.875rem;padding-top: 3.125rem;padding-bottom: 3.125rem;background: none;position: relative;display: block;left: 50%;top: auto;border: 0 none}.js--loading-indicator.indicator--absolute{width: 1.875rem;height: 1.875rem;padding-top: 3.125rem;padding-bottom: 3.125rem;background: none;position: relative;display: block;left: 50%;top: auto;border: 0 none;position: absolute;padding: 0;top: 50%}.js--loading-indicator.indicator--absolute.js--loading-indicator{margin: -0.9375rem 0rem 0rem -0.9375rem}.has--cssanimations .js--loading-indicator{margin: -0.8125rem 0rem 0rem -0.8125rem}.has--cssanimations .js--loading-indicator div[class^="icon--"]{width: 1.625rem;height: 1.625rem;display: block}.has--cssanimations .js--loading-indicator .icon--default:before,.has--cssanimations .js--loading-indicator .icon--default::before{width: 1.375rem;height: 1.375rem;border-radius: 100%;background-clip: padding-box;-webkit-animation: keyframe--spin 1s linear infinite;animation: keyframe--spin 1s linear infinite;display: block;content: "";border: 2px solid #d8dcbf;border-top: 2px solid #a6af6d}.has--no-cssanimations .js--loading-indicator{margin: -0.8125rem 0rem 0rem -0.8125rem}.has--no-cssanimations .js--loading-indicator div[class^="icon--"]{width: 1rem;height: 1rem;display: block;background-repeat: no-repeat;background-size: 100% 100%}.has--no-cssanimations .js--loading-indicator .icon--default{height: 1rem;width: 1rem;background-image: url(../../themes/Frontend/Responsive/frontend/_public/src/img/icons/loading-indicator.gif)}.js--overlay-relative{position: relative}.js--overlay{-webkit-transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-transform: translateZ(0);transform: translateZ(0);opacity: .01;position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 5000;visibility: hidden}.js--overlay.theme--dark{background: rgba(0,0,0,0.3)}.js--overlay.theme--light{background: rgba(255,255,255,0.3)}.js--overlay.is--open{-webkit-transition-delay: 0;transition-delay: 0;opacity: 1;visibility: visible}.js--overlay.is--closable{cursor: pointer}body > .js--overlay{position: fixed}.language--flag{height: .6875rem;width: .875rem;display: inline-block;text-indent: 100%;white-space: nowrap;overflow: hidden}.language--flag.de_DE{background-position: 0 0;background-image: linear-gradient(to bottom, #000 33%, #d00 33%, #d00 66%, #ffce00 66%)}.language--flag.en_GB{background-position: 0 0;background-size: 100%;background-repeat: no-repeat;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='640' height='480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M-85 0h682v512H-85z'%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path='url%28%23a%29' transform='translate%2880%29 scale%28.94%29'%3E%3Cpath fill='%23006' d='M-256 0H768v512H-256z'%2F%3E%3Cpath fill='%23fff' d='M-256 0v57l910 455h114v-57L-141 0h-115zM768 0v57l-909 455h-115v-57L654 0h114z'%2F%3E%3Cpath fill='%23fff' d='M171 0v512h170V0H171zm-427 171v170H768V171H-256z'%2F%3E%3Cpath fill='%23c00' d='M-256 205v102H768V205H-256zM205 0v512h102V0H205zm-461 512L85 341h77l-342 171h-76zm0-512L85 171H9L-256 38V0zm606 171L692 0h76L427 171h-77zm418 341L427 341h76l265 133v38z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.language--flag.nl_NL{background-position: 0 0;background-image: linear-gradient(to bottom, #d00 33%, #fff 33%, #fff 66%, #21468b 66%)}.language--flag.fr_FR{background-position: 0 0;background-image: linear-gradient(to right, #21468b 33%, #fff 33%, #fff 66%, #d00 66%)}.language--flag.es_ES{background-position: 0 0;background-image: linear-gradient(#d00 25%, #ffce00 25%, #ffce00 75%, #d00 75%)}.language--flag.it_IT{background-position: 0 0;background-image: linear-gradient(to right, #009246 33%, #fff 33%, #fff 66%, #d00 66%)}.tagcloud a{color: #000;margin: 0rem .625rem 0rem 0rem}.tagcloud a:hover{color: #2d6043}.tagcloud .tag0{font-size: 1.3125rem;line-height: 1.3125rem}.tagcloud .tag1{font-size: 1rem;line-height: 1rem;font-weight: 700}.tagcloud .tag2{font-size: .875rem;line-height: .875rem}.tagcloud .tag3{font-size: .75rem;line-height: .75rem;font-weight: 700}.last-seen-products{margin: .625rem 0rem 0rem 0rem;clear: both}.last-seen-products:after{content: "";display: table;clear: both}.last-seen-products .last-seen-products--title{padding: .625rem 0rem .625rem 0rem;border-bottom: 1px solid #d8dcbf;font-size: 1rem;display: block;font-weight: 700;color: #304513}.last-seen-products--slider{border-radius: 3px;background-clip: padding-box;height: auto}.last-seen-products--slider .product--box .product--title{text-align: center;margin: 0;padding: 0}.last-seen-products--slider,.last-seen-products--container{position: relative;overflow: hidden}.last-seen-products--container{padding: .625rem 0rem .625rem 0rem}.last-seen-products-item--image{line-height: 7.5rem;display: block}.last-seen-products--item{padding: .625rem .625rem .625rem .625rem}@media screen and (min-width: 48em){.last-seen-products{margin: 1.875rem 0rem 0rem 0rem}}.lightbox--container{display: block;width: 100%;height: 100%;background: #FFFFFF;position: relative}.lightbox--image{margin: auto;position: absolute;top: 0;left: 0;bottom: 0;right: 0;vertical-align: middle}.list--unordered{padding-left: 1.25rem;list-style-type: none}.list--unordered li{position: relative;line-height: 1.5rem}.list--unordered li:before{width: 1.25rem;font-size: .625rem;left: -1.25rem;font-family: 'shopware';content: "\e6b9";position: absolute;top: 0}.list--unordered.is--disc li{position: relative}.list--unordered.is--disc li:before{width: 1.25rem;font-size: .625rem;left: -1.25rem;font-family: 'shopware';content: "\e656";position: absolute;top: 0}.list--unordered.is--checked li{position: relative}.list--unordered.is--checked li:before{width: 1.25rem;font-size: .625rem;left: -1.25rem;font-family: 'shopware';content: "\e60c";position: absolute;top: 0}.list--unordered.is--arrow-right li{position: relative}.list--unordered.is--arrow-right li:before{width: 1.25rem;font-size: .625rem;left: -1.25rem;font-family: 'shopware';content: "\e60f";position: absolute;top: 0}.list--unordered.is--star li{position: relative}.list--unordered.is--star li:before{width: 1.25rem;font-size: .625rem;left: -1.25rem;font-family: 'shopware';content: "\e600";position: absolute;top: 0}.list--unordered.is--cross li{position: relative}.list--unordered.is--cross li:before{width: 1.25rem;font-size: .625rem;left: -1.25rem;font-family: 'shopware';content: "\e60d";position: absolute;top: 0}.list--unordered.is--tag li{position: relative}.list--unordered.is--tag li:before{width: 1.25rem;font-size: .625rem;left: -1.25rem;font-family: 'shopware';content: "\e640";position: absolute;top: 0}.list--unordered.is--plus li{position: relative}.list--unordered.is--plus li:before{width: 1.25rem;font-size: .625rem;left: -1.25rem;font-family: 'shopware';content: "\e689";position: absolute;top: 0}.list--unstyled{list-style: none}.list--inline{list-style: none}.list--inline li{display: inline}.image-slider{-webkit-backface-visibility: hidden;backface-visibility: hidden;display: block;z-index: 1000;position: relative}.image-slider:after{content: "";display: table;clear: both}.image-slider--container{height: 12.5rem;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-backface-visibility: hidden;backface-visibility: hidden;display: block;position: relative;top: 0;left: 0;overflow: hidden}.image-slider--container .arrow{width: 1.875rem;height: 4.375rem;margin-top: -2.1875rem;line-height: 4.25rem;font-size: 1rem;-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);background: rgba(255,255,255,0.5);border: 1px solid rgba(255,255,255,0.5);position: absolute;top: 50%;z-index: 1000;font-family: 'shopware';text-align: center;color: #000;cursor: pointer;display: none}.image-slider--container .arrow.is--left{left: 0rem;border-top-left-radius: 0;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0;background-clip: padding-box}.image-slider--container .arrow.is--left:before,.image-slider--container .arrow.is--left::before{content: "\e611"}.image-slider--container .arrow.is--right{right: 0rem;border-top-left-radius: 3px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 3px;background-clip: padding-box}.image-slider--container .arrow.is--right:before{content: "\e60f"}.image-slider--container .arrow:hover{color: #2d6043;border-color: rgba(45,96,67,0.5)}.image-slider--container.is--dragging .image-slider--item{cursor: move}.image-slider--slide{-webkit-backface-visibility: hidden;backface-visibility: hidden;display: block;height: 100%;position: relative;top: 0;left: 0;white-space: nowrap;font-size: 0;-ms-touch-action: pan-y}.image-slider--slide:after{content: "";display: table;clear: both}.image-slider--item{-webkit-backface-visibility: hidden;backface-visibility: hidden;display: inline-block;height: 100%;width: 100%;position: relative;text-align: center;cursor: pointer}.image-slider--item .image--element{display: inline-block;max-width: 100%;height: 100%}.image-slider--item .image--media{margin: 0 auto;text-align: center}.image-slider--item .image--media.image--svg img{height: 100%}.image-slider--dots{padding: .625rem 0rem .625rem 0rem;text-align: center}.image-slider--thumbnails{height: 4.375rem;top: 27.5rem;display: none;width: 100%;overflow: hidden;white-space: nowrap;position: absolute;left: 0}.image-slider--thumbnails .image-slider--thumbnails-slide{position: absolute;top: 0;left: 0}.image-slider--thumbnails .thumbnail--link{width: 4.375rem;height: 4.375rem;padding: .3125rem .3125rem .3125rem .3125rem;margin: 0rem .625rem 0rem 0rem;line-height: 3.5625rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;-webkit-tap-highlight-color: rgba(0,0,0,0);display: inline-block;text-align: center;border: 1px solid #d8dcbf}.image-slider--thumbnails .thumbnail--link.is--active{border-color: #2d6043}.image-slider--thumbnails .thumbnail--image{display: inline;vertical-align: middle}.image-slider--thumbnails .thumbnails--arrow{width: 1.25rem;height: 4.375rem;line-height: 4.375rem;font-size: .875rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;display: none;position: absolute;z-index: 1000;font-family: 'shopware';text-align: center;color: #000;border: 1px solid rgba(255,255,255,0.85);cursor: pointer;background: rgba(255,255,255,0.85)}.image-slider--thumbnails .thumbnails--arrow:hover{color: #2d6043;border-color: rgba(45,96,67,0.85)}.image-slider--thumbnails .thumbnails--arrow.is--top,.image-slider--thumbnails .thumbnails--arrow.is--bottom{font-size: .5rem;width: 4.375rem;height: 1.5rem;padding: .125rem 0rem 0rem 0rem;line-height: 1.125rem;left: 0}.image-slider--thumbnails .thumbnails--arrow.is--top{border-top-left-radius: 0;border-top-right-radius: 0;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;background-clip: padding-box;top: 0}.image-slider--thumbnails .thumbnails--arrow.is--top::before{content: "\e610"}.image-slider--thumbnails .thumbnails--arrow.is--bottom{border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;background-clip: padding-box;bottom: 0}.image-slider--thumbnails .thumbnails--arrow.is--bottom::before{content: "\e612"}.image-slider--thumbnails .thumbnails--arrow.is--left{border-top-left-radius: 0;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0;background-clip: padding-box;width: 1.5rem;top: 0;left: 0}.image-slider--thumbnails .thumbnails--arrow.is--left::before{content: "\e611"}.image-slider--thumbnails .thumbnails--arrow.is--right{border-top-left-radius: 3px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 3px;background-clip: padding-box;width: 1.5rem;top: 0;right: 0}.image-slider--thumbnails .thumbnails--arrow.is--right::before{content: "\e60f"}.image-slider--thumbnails .thumbnails--arrow.is--active{display: block}@media screen and (min-width: 48em){.image-slider--container{height: 25rem}.image-slider--container .arrow{display: block}}@media screen and (min-width: 64em){.image-slider--thumbnails{display: block}.image-slider--container{height: 25rem;margin-bottom: 6.875rem}.image-slider--container.no--thumbnails{margin-bottom: 0}.image-slider--container.no--image .image-slider--item{cursor: default}.image-slider--dots{top: 25.3125rem;position: absolute;width: 100%}}@media screen and (min-width: 78.75em){.image-slider--container{height: 26.875rem;margin-bottom: 0}.image-slider--thumbnails{width: 4.375rem;height: 26.875rem;margin: 0rem 1.25rem 0rem 0rem;position: relative;top: 0;left: 0;float: left}.image-slider--thumbnails .thumbnail--link{margin: 0rem 0rem 1.25rem 0rem;display: block}.image-slider--dots{padding: .625rem 0rem .625rem 5.625rem;position: relative;top: auto;display: block}}.js--img-zoom--container{position: relative;top: 0;left: 0}.js--img-zoom--lens{border-radius: 3px;border-radius: 0;background-clip: padding-box;display: none;background: rgba(255,255,255,0.4);border: 1px solid #d8dcbf;position: absolute;top: 0;left: 0;cursor: pointer}.js--img-zoom--flyout{width: 28.75rem;height: 21.25rem;right: -30.625rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;display: none;position: absolute;top: 0;z-index: 2500;overflow: hidden;background: #FFFFFF;border: 1px solid #d8dcbf}.js--img-zoom--title{padding: .3125rem 1.25rem .3125rem 1.25rem;font-size: .875rem;line-height: 1rem;background-image: linear-gradient(to bottom, #e2001a 0%, #950011 100%);background-color: #e2001a;background-image: none;color: #fff;font-weight: 700;text-align: center;background: rgba(0,0,0,0.5)}.js--menu-scroller{position: relative}.navigation--list-wrapper{position: relative;overflow: hidden}.js--menu-scroller--list{max-width: none;overflow-x: scroll;position: relative;white-space: nowrap;left: 0;-webkit-overflow-scrolling: touch;-ms-overflow-style: none}.js--menu-scroller--list::-webkit-scrollbar{display: none}.js--menu-scroller--arrow{width: 1.375rem;height: 2.3125rem;line-height: 2.25rem;font-size: .75rem;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;top: .0625rem;border: 1px solid #d8dcbf;position: absolute;font-family: 'shopware';text-align: center;color: #000;cursor: pointer;z-index: 750;display: none}.js--menu-scroller--arrow:hover,.js--menu-scroller--arrow:active{color: #2d6043;border-color: #2d6043;background: #fff}.js--menu-scroller--arrow.left--arrow{border-top-left-radius: 0;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0;background-clip: padding-box;border-left: 0 none;left: 0}.js--menu-scroller--arrow.right--arrow{border-top-left-radius: 3px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 3px;background-clip: padding-box;border-right: 0 none;right: 0}@media screen and (min-width: 78.75em){.js--menu-scroller--arrow.left--arrow{border-radius: 3px;border-radius: 0;background-clip: padding-box;border: 1px solid #d8dcbf;left: 0}.js--menu-scroller--arrow.left--arrow:hover{border-color: #2d6043}.js--menu-scroller--arrow.right--arrow{border-radius: 3px;border-radius: 0;background-clip: padding-box;border: 1px solid #d8dcbf;right: 0}.js--menu-scroller--arrow.right--arrow:hover{border-color: #2d6043}}.filter-panel{height: 2.375rem;margin-bottom: .625rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);display: block;position: relative;border: 1px solid #d8dcbf}.filter-panel:hover{border: 1px solid #2d6043;background: #FFF}.filter-panel:hover .filter-panel--icon,.filter-panel:hover .filter-panel--title{color: #2d6043}.filter-panel.is--disabled{background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;opacity: 0.5;border: 1px solid #d8dcbf;color: #000}.filter-panel.is--disabled:hover{border: 1px solid #d8dcbf;color: #000}.filter-panel.is--disabled:hover .filter-panel--icon,.filter-panel.is--disabled:hover .filter-panel--title{color: #000}.filter-panel.is--disabled .filter-panel--title{color: #000}.filter-panel.is--collapsed{height: auto;border: 0 none}.filter-panel.is--collapsed .filter-panel--flyout{height: auto;border: 1px solid #2d6043;background: #FFF;overflow: visible;z-index: 800}.filter-panel.is--collapsed .filter-panel--title{color: #2d6043}.filter-panel.is--collapsed .filter-panel--icon:before{color: #2d6043;content: "\e610"}.filter-panel .flatpickr-wrapper{position: relative;display: block}.filter-panel .flatpickr-wrapper .flatpickr-calendar.static{top: 2.8125rem;display: block;width: 100%}.filter-panel .flatpickr-wrapper .flatpickr-calendar.static .flatpickr-rContainer{display: block}.filter-panel .flatpickr-wrapper .flatpickr-calendar.static .flatpickr-innerContainer{display: block;width: 100%}.filter-panel .flatpickr-wrapper .flatpickr-calendar.static .flatpickr-innerContainer .flatpickr-days{width: 100%}.filter-panel--flyout{height: 2.375rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;display: block;width: 100%;overflow: hidden;z-index: 500}.filter-panel--title{height: 2.25rem;line-height: 2.25rem;padding: 0rem 1.875rem 0rem .625rem;margin: 0rem 0rem .3125rem 0rem;-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;cursor: pointer}.filter-panel--icon{width: 1rem;height: 1rem;top: .5rem;right: .625rem;font-size: .375rem;line-height: 1rem;-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);display: inline-block;position: absolute;font-family: 'shopware';text-align: center;cursor: pointer;pointer-events: none}.filter-panel--icon:before{content: "\e612"}.filter-panel--content{padding: .625rem .625rem .625rem .625rem;display: block}.filter-panel--option-list{padding-bottom: .3125rem;list-style: none}.filter-panel--option-list.sub-level{margin: 0rem 0rem 0rem .5rem;padding: 0rem 0rem 0rem 1.125rem;border-left: 1px solid #d8dcbf}.filter-panel--option{display: block;position: relative}.value-tree--option{margin: 0rem 0rem .625rem 0rem}.sub-level .value-tree--option{margin: 0}.filter-panel--label{padding: .25rem 0rem .25rem 1.875rem;line-height: 1.125rem;-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);display: block;cursor: pointer;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.filter-panel--range-info{padding: .625rem 0rem .3125rem 0rem;text-align: center}.filter-panel--range-info .range-info--label{color: #304513;font-weight: 700}.filter--date .input-type--date .filter-panel--input{display: block;width: 100%}.filter-panel--checkbox,.filter-panel--radio{width: 1rem;height: 1rem;padding: .0625rem .0625rem .0625rem .0625rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;display: inline-block;border: 1px solid #d8dcbf;cursor: pointer;position: relative;vertical-align: top}.filter-panel--checkbox:hover,.filter-panel--radio:hover{border-color: #2d6043}.filter-panel--checkbox input[type="checkbox"],.filter-panel--radio input[type="checkbox"]{opacity: 0;display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;border: 0 none;background: none;cursor: pointer;z-index: 65}.filter-panel--checkbox input[type="checkbox"]:checked ~ .input--state,.filter-panel--radio input[type="checkbox"]:checked ~ .input--state,.filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state,.filter-panel--radio input[type="checkbox"]:checked ~ .checkbox--state{background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;background-image: none}.filter-panel--checkbox input[type="checkbox"]:checked ~ .input--state:before,.filter-panel--radio input[type="checkbox"]:checked ~ .input--state:before,.filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state:before,.filter-panel--radio input[type="checkbox"]:checked ~ .checkbox--state:before{width: .75rem;height: .75rem;line-height: .75rem;font-size: .4375rem;display: block;font-family: 'shopware';font-weight: 400;text-align: center;color: #fff;content: "\e60c"}.filter-panel--checkbox input[type="checkbox"]:checked ~ .filter-panel--label,.filter-panel--radio input[type="checkbox"]:checked ~ .filter-panel--label{color: #2d6043;font-weight: 700}.filter-panel--checkbox input[type="checkbox"]:disabled ~ .input--state,.filter-panel--radio input[type="checkbox"]:disabled ~ .input--state,.filter-panel--checkbox input[type="checkbox"]:disabled ~ .checkbox--state,.filter-panel--radio input[type="checkbox"]:disabled ~ .checkbox--state{background: #fff}.filter-panel--checkbox input[type="checkbox"]:disabled ~ .filter-panel--label,.filter-panel--radio input[type="checkbox"]:disabled ~ .filter-panel--label{color: #262626}.filter-panel--checkbox .input--state,.filter-panel--radio .input--state,.filter-panel--checkbox .checkbox--state,.filter-panel--radio .checkbox--state,.filter-panel--checkbox .radio--state,.filter-panel--radio .radio--state{border-radius: 3px;border-radius: 0;background-clip: padding-box;display: block;width: 100%;height: 100%;position: relative;z-index: 60}.filter-panel--checkbox.filter-panel--radio,.filter-panel--radio.filter-panel--radio{border-radius: 11px;background-clip: padding-box}.filter-panel--checkbox input[type="radio"],.filter-panel--radio input[type="radio"]{opacity: 0;display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;border: 0 none;background: none;cursor: pointer;z-index: 65}.filter-panel--checkbox input[type="radio"]:checked ~ .input--state,.filter-panel--radio input[type="radio"]:checked ~ .input--state,.filter-panel--checkbox input[type="radio"]:checked ~ .radio--state,.filter-panel--radio input[type="radio"]:checked ~ .radio--state{background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;background-image: none}.filter-panel--checkbox input[type="radio"]:checked ~ .filter-panel--label,.filter-panel--radio input[type="radio"]:checked ~ .filter-panel--label{color: #2d6043;font-weight: 700}.filter-panel--checkbox input[type="radio"]:disabled .input--state,.filter-panel--radio input[type="radio"]:disabled .input--state,.filter-panel--checkbox input[type="radio"]:disabled .radio--state,.filter-panel--radio input[type="radio"]:disabled .radio--state{background: #fff}.filter-panel--checkbox input[type="radio"]:disabled .filter-panel--label,.filter-panel--radio input[type="radio"]:disabled .filter-panel--label{color: #000}.filter-panel--checkbox input[type="radio"] + .input--state,.filter-panel--radio input[type="radio"] + .input--state,.filter-panel--checkbox input[type="radio"] + .radio--state,.filter-panel--radio input[type="radio"] + .radio--state{border-radius: 11px;background-clip: padding-box}.input-type--media:after{content: "";display: table;clear: both}.input-type--media .option--container{height: 2.8125rem;max-width: 2.8125rem;width: 18%;margin: 0 0 2% 2%;display: block;position: relative;float: left}.input-type--media .option--container .filter-panel--label{padding: 0}.input-type--media .option--container input.is--disabled ~ label{opacity: 0.2}.input-type--media .option--container input[type="checkbox"],.input-type--media .option--container input[type="radio"]{opacity: 0;display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;border: 0 none;background: none;cursor: pointer;z-index: 65}.input-type--media .option--container input[type="checkbox"]:hover ~ .filter-panel--label,.input-type--media .option--container input[type="radio"]:hover ~ .filter-panel--label{border-color: #2d6043}.input-type--media .option--container input[type="checkbox"]:checked ~ .filter-panel--label,.input-type--media .option--container input[type="radio"]:checked ~ .filter-panel--label{border-color: #2d6043}.input-type--media .option--container input[type="checkbox"]:checked ~ .filter-panel--label:after,.input-type--media .option--container input[type="radio"]:checked ~ .filter-panel--label:after{width: 1rem;height: 1rem;line-height: 1rem;font-size: .4375rem;top: -0.25rem;right: -0.25rem;background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;background-image: none;border-radius: 8px;background-clip: padding-box;display: block;position: absolute;font-family: 'shopware';font-weight: 400;text-align: center;color: #fff;content: "\e60c"}.input-type--media .option--container input[type="checkbox"]:disabled .filter-panel--label,.input-type--media .option--container input[type="radio"]:disabled .filter-panel--label{opacity: .2}.filter--multi-selection .option--container:hover .filter-panel--label,.filter--value .option--container:hover .filter-panel--label,.filter--value-tree .option--container:hover .filter-panel--label{color: #2d6043}.filter--multi-selection .option--container:hover .filter-panel--input,.filter--value .option--container:hover .filter-panel--input,.filter--value-tree .option--container:hover .filter-panel--input{border-color: #2d6043}.filter--multi-selection .option--container:hover .filter-panel--input.is--disabled,.filter--value .option--container:hover .filter-panel--input.is--disabled,.filter--value-tree .option--container:hover .filter-panel--input.is--disabled{border-color: #d8dcbf}.filter--multi-selection .filter-panel--checkbox,.filter--value .filter-panel--checkbox,.filter--value-tree .filter-panel--checkbox,.filter--multi-selection .filter-panel--radio,.filter--value .filter-panel--radio,.filter--value-tree .filter-panel--radio{top: .3125rem;left: 0rem;position: absolute}.filter--multi-selection .filter-panel--checkbox.is--disabled ~ .filter-panel--label,.filter--value .filter-panel--checkbox.is--disabled ~ .filter-panel--label,.filter--value-tree .filter-panel--checkbox.is--disabled ~ .filter-panel--label,.filter--multi-selection .filter-panel--radio.is--disabled ~ .filter-panel--label,.filter--value .filter-panel--radio.is--disabled ~ .filter-panel--label,.filter--value-tree .filter-panel--radio.is--disabled ~ .filter-panel--label{color: #666}.filter--multi-selection .filter-panel--checkbox.is--disabled:hover,.filter--value .filter-panel--checkbox.is--disabled:hover,.filter--value-tree .filter-panel--checkbox.is--disabled:hover,.filter--multi-selection .filter-panel--radio.is--disabled:hover,.filter--value .filter-panel--radio.is--disabled:hover,.filter--value-tree .filter-panel--radio.is--disabled:hover{border-color: #d8dcbf}.filter-panel--star-rating{height: 5.625rem;margin-bottom: .625rem;position: relative}.filter-panel--star-rating:after{content: "";display: table;clear: both}.filter-panel--star-rating .rating-star--outer-container{width: 13.75rem;margin-left: auto;margin-right: auto;cursor: pointer}.filter-panel--star-rating .rating-star--outer-container:after{content: "";display: table;clear: both}.filter-panel--star-rating .rating-star--outer-container .icon--star,.filter-panel--star-rating .rating-star--outer-container .icon--star-empty{font-size: 1.125rem}.filter-panel--star-rating .rating-star--outer-container .icon--star{color: #f1c40f}.filter-panel--star-rating .rating-star--outer-container .icon--star-empty{-webkit-transition: all .3s ease-out;transition: all .3s ease-out;color: #666}.filter-panel--star-rating .rating-star--outer-container .rating-star--suffix{margin-left: .3125rem;-webkit-transition: all .3s ease-out;transition: all .3s ease-out}.filter-panel--star-rating .rating-star--outer-container.is--active .icon--star-empty{color: #000}.filter-panel--star-rating .rating-star--outer-container.is--active .rating-star--suffix{font-weight: 700}.filter-panel--star-rating .rating-star--outer-container.is--disabled{opacity: 0.3}.filter-panel--star-rating .rating-star--outer-container:hover .icon--star-empty{color: #000}.filter-panel--star-rating .rating-star--outer-container:hover .rating-star--suffix{color: #2d6043}.filter-panel--star-rating .rating-star--outer-container:hover .is--disabled ~ .icon--star-empty{-webkit-transition: all .3s ease-out;transition: all .3s ease-out;color: #666}.filter-panel--star-rating .rating-star--outer-container:hover .is--disabled ~ .rating-star--suffix{color: #000}.filter--set-title{margin: 1.875rem 0rem .625rem 0rem;font-size: .875rem;line-height: 1.5rem;margin-left: 1%;margin-right: 1%;border-bottom: 1px solid #d8dcbf;clear: both}.filter--value{background: #fff}.filter--value .filter-panel--input{top: .625rem;left: .625rem}.filter--value .filter-panel--title{padding: 0rem 1.875rem 0rem 2.5rem}.filter--value.is--disabled .filter-panel--input:hover{border-color: #d8dcbf}.filter--range .filter-panel--content{padding: .625rem 1.25rem .625rem 1.25rem}.filter--active-container{padding: 1.25rem 0rem 0rem 0rem}.filter--active,.search--cat-filter .cat-filter--reset{padding: 0rem .625rem 0rem .625rem;margin: 0rem .625rem .625rem 0rem;line-height: 1.5rem;font-size: .8125rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;display: inline-block;border: 1px solid #d8dcbf;color: #000;background: #FFF;cursor: pointer;white-space: nowrap;max-width: 100%;overflow: hidden;text-overflow: ellipsis}.filter--active .filter--active-icon{margin: 0rem .625rem 0rem 0rem;font-size: .5rem;top: -0.0625rem;position: relative;font-family: 'shopware';color: #000}.filter--active .filter--active-icon:before{content: "\e60d"}.filter--active .icon--star{color: #f1c40f}.filter--active .icon--star-empty{color: #000}.filter--active:hover,.filter--active[data-filter-param="reset"]{color: #2d6043;border-color: #2d6043}.filter--active:hover .filter--active-icon,.filter--active[data-filter-param="reset"] .filter--active-icon{color: #2d6043}.action--filter-options.off-canvas.is--open .filter--active{max-width: 100%}.filter--actions{padding: .625rem 0rem .625rem 0rem;margin-bottom: .625rem;clear: both}.filter--btn-apply{position: relative;font-weight: 700;width: 100%}.filter--btn-apply.is--icon-right [class^="icon--"]{font-size: .875rem;line-height: 1rem;margin: -0.5rem 0rem 0rem 0rem}.filter--btn-apply.is--loading [class^="icon--"]{-webkit-animation: keyframe--spin-reverse 1s linear infinite;animation: keyframe--spin-reverse 1s linear infinite}.filter--btn-apply .filter--count{font-weight: 700}.filter--facet-container{padding: .625rem 0rem 0rem 0rem}.filter--facet-container:after{content: "";display: table;clear: both}.action--filter-options.is--active-filter .filter--active-container{padding: .9375rem 0rem .3125rem 0rem;display: block}.filter--active-container{display: none}.listing--wrapper{width: 100%}.listing--wrapper.has--sidebar-filter .listing--paging{clear: both}.listing--wrapper.has--sidebar-filter .action--filter-btn{display: block}.listing--wrapper.has--sidebar-filter .action--sort{line-height: 2rem;margin: 0rem .625rem .625rem 0rem;width: 100%}.listing--wrapper.has--sidebar-filter .action--sort .sort--label{display: none}.listing--wrapper.has--sidebar-filter .action--sort .sort--select{width: 100%;vertical-align: top}.listing--wrapper .filter--actions.filter--actions-top{margin: 0}.listing--wrapper.with--fullscreen-emotion .sidebar-main.off-canvas{padding-top: 0}.listing--wrapper.with--fullscreen-emotion .listing--wrapper-inner{margin-left: 16.25rem}@media screen and (min-width: 48em){.filter-panel{width: 49%;margin-left: 1%;float: left}.filter-panel.is--collapsed{height: 2.375rem}.filter-panel .flatpickr-wrapper{position: static}.filter-panel .flatpickr-wrapper .flatpickr-calendar.static{top: 100%}.is--no-sidebar .filter-panel{width: 32%}.filter-panel--flyout{position: absolute;top: 0;left: 0}.filter-panel--content{max-height: 12.5rem;overflow-x: hidden;overflow-y: auto}.filter--active-container{padding: 0;margin-left: 1%;margin-right: 1%}.filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]),.filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]):hover{color: #000;border-color: #d8dcbf;cursor: default}.filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]) .filter--active-icon,.filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]):hover .filter--active-icon{color: #000}.filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]) .filter--active-icon:before,.filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]):hover .filter--active-icon:before{content: "\e60c"}.filter--actions{margin-left: 1%;margin-right: 1%}.filter--btn-apply{width: auto}.filter--facet-container,.filter--actions-bottom{display: none}.filter--actions.filter--actions-top{display: none}.listing--wrapper.has--sidebar-filter .action--filter-btn{display: none}.listing--wrapper.has--sidebar-filter .action--sort .sort--select{max-width: 12.5rem;vertical-align: top}}@media screen and (min-width: 64em){.filter-panel{width: 32%}}@media screen and (min-width: 78.75em){.filter-panel--star-rating .rating-star--input{width: 1.25rem;height: 1.25rem}.filter-panel--star-rating .rating-star--label{width: 1.25rem;height: 1.25rem;line-height: 1.25rem;font-size: 1.25rem}.listing--wrapper.has--sidebar-filter .action--sort .sort--label{margin: 0rem .625rem 0rem 0rem;display: inline-block;font-weight: 700}}.range-slider{-webkit-touch-callout: none}.range-slider--container{height: .75rem;border-radius: 6px;background-clip: padding-box;display: block;width: 100%;background: #fff;box-shadow: inset 0 1px 1px #f0f0f0;border: 1px solid #d8dcbf;-ms-touch-action: none}.range-slider--range-bar{-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);box-shadow: inset 0 0 3px #2c5d41;height: 100%;width: 100%;position: relative;background: #2d6043}.range-slider--handle{width: 1.25rem;height: 1.25rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);background-color: #fff;background-image: none;-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);position: absolute;border: 1px solid #d8dcbf;cursor: pointer}.range-slider--handle.is--min{left: -0.625rem;top: -0.25rem}.range-slider--handle.is--max{right: -0.625rem;top: -0.25rem}.range-slider--handle:hover,.range-slider--handle.is--dragging{border-color: #2d6043}.range-slider--format{display: none}.flatpickr-calendar{width: 19.6875rem;font-size: .875rem;line-height: 1.5rem;border-radius: 5px;background-clip: padding-box;overflow: hidden;max-height: 0;opacity: 0;visibility: hidden;text-align: center;padding: 0;animation: none;direction: ltr;border: 0;position: absolute;box-sizing: border-box;background: #fff;box-shadow: 1px 0 0 #666, -1px 0 0 #666, 0 1px 0 #666, 0 -1px 0 #666, 0 3px 13px rgba(0,0,0,0.2)}.flatpickr-calendar.open,.flatpickr-calendar.inline{max-height: 40rem;opacity: 1;visibility: visible;overflow: visible}.flatpickr-calendar.open{display: inline-block;animation: flatpickrFadeInDown 300ms cubic-bezier(0, 1, .5, 1);z-index: 8100}.flatpickr-calendar.inline{top: .125rem;display: block;position: relative}.flatpickr-calendar.static{position: absolute;top: calc(102%)}.flatpickr-calendar.static.open{z-index: 999;display: block}.flatpickr-calendar.hasWeeks{width: auto}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height: 2.5rem;border-top: 1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height: auto}.flatpickr-calendar:before,.flatpickr-calendar:after{left: 1.375rem;position: absolute;display: block;pointer-events: none;border: solid transparent;content: '';height: 0;width: 0}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{right: 1.375rem;left: auto}.flatpickr-calendar:before{margin: 0rem -0.3125rem 0rem -0.3125rem;border-width: 5px}.flatpickr-calendar:after{margin: 0rem -0.25rem 0rem -0.25rem;border-width: 4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom: 100%}.flatpickr-calendar.arrowTop:before{border-bottom-color: #e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color: #fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top: 100%}.flatpickr-calendar.arrowBottom:before{border-top-color: #e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color: #fff}.flatpickr-wrapper{position: relative;display: inline-block}.flatpickr-month{height: 2.5rem;line-height: 1.5rem;-webkit-user-select: none;user-select: none;background: transparent;color: rgba(0,0,0,0.9);fill: rgba(0,0,0,0.9);text-align: center;position: relative}.flatpickr-prev-month,.flatpickr-next-month{height: 1rem;line-height: 1rem;top: .9375rem;text-decoration: none;cursor: pointer;position: absolute}.flatpickr-prev-month i,.flatpickr-next-month i{position: relative}.flatpickr-prev-month.flatpickr-prev-month,.flatpickr-next-month.flatpickr-prev-month{left: calc(2.07%)}.flatpickr-prev-month.flatpickr-next-month,.flatpickr-next-month.flatpickr-next-month{right: calc(2.07%)}.flatpickr-prev-month:hover,.flatpickr-next-month:hover{color: #959ea9}.flatpickr-prev-month:hover svg,.flatpickr-next-month:hover svg{fill: #f64747}.flatpickr-prev-month svg,.flatpickr-next-month svg{width: .875rem}.flatpickr-prev-month svg path,.flatpickr-next-month svg path{transition: fill .1s;fill: inherit}.numInputWrapper{position: relative;height: auto}.numInputWrapper input,.numInputWrapper span{display: inline-block}.numInputWrapper input{width: 100%}.numInputWrapper input::-ms-clear,.numInputWrapper input::-ms-expand{display: none}.numInputWrapper span{width: .875rem;padding: 0rem .25rem 0rem .125rem;position: absolute;right: 0;height: 50%;line-height: 50%;opacity: 0;cursor: pointer;border: 1px solid rgba(57,57,57,0.05);box-sizing: border-box}.numInputWrapper span:hover{background: rgba(0,0,0,0.1)}.numInputWrapper span:active{background: rgba(0,0,0,0.2)}.numInputWrapper span:after{display: block;content: "";position: absolute;top: 33%}.numInputWrapper span.arrowUp{top: 0;border-bottom: 0}.numInputWrapper span.arrowUp:after{border-left: 4px solid transparent;border-right: 4px solid transparent;border-bottom: 4px solid rgba(57,57,57,0.6)}.numInputWrapper span.arrowDown{top: 50%}.numInputWrapper span.arrowDown:after{border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid rgba(57,57,57,0.6)}.numInputWrapper span svg{width: inherit;height: auto}.numInputWrapper span svg path{fill: rgba(0,0,0,0.5)}.numInputWrapper:hover{background: rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity: 1}.flatpickr-current-month{top: .625rem;font-size: 135%;line-height: inherit;font-weight: 400;color: inherit;position: absolute;width: 75%;left: 12.5%;display: inline-block;text-align: center}.flatpickr-current-month span.cur-month{margin-right: .625rem;font-family: inherit;font-weight: 700;color: inherit;display: inline-block;padding: 0;max-width: 50%}.flatpickr-current-month .numInputWrapper{width: 4.375rem;display: inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color: rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color: rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background: transparent;box-sizing: border-box;color: inherit;cursor: default;padding: 0 0 0 .5ch;margin: 0;display: inline;font-size: inherit;font-family: inherit;font-weight: 400;line-height: inherit;height: initial;border: 0;border-radius: 0;vertical-align: initial}.flatpickr-current-month input.cur-year:focus{outline: 0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size: 100%;color: rgba(0,0,0,0.5);background: transparent;pointer-events: none}.flatpickr-weekdays{background: transparent;text-align: center;overflow: hidden}.flatpickr-days,.flatpickr-weeks{padding: .0625rem 0rem 0rem 0rem}.flatpickr-days{width: 19.6875rem;padding: 0;outline: 0;text-align: left;box-sizing: border-box;display: inline-block;display: -ms-flexbox;display: flex;flex-wrap: wrap;-ms-flex-wrap: wrap;-ms-flex-pack: justify;justify-content: space-around}.flatpickr-day{line-height: 2.5rem;height: 2.5rem;border-radius: 3px;background-clip: padding-box;background: none;border: 0 none;margin: 0;box-sizing: border-box;color: #000;cursor: pointer;font-weight: 400;width: 14.2857143%;flex-basis: 14.2857143%;display: inline-block;position: relative;justify-content: center;text-align: center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange{cursor: pointer;outline: 0;background: #777;border-color: #777}.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor: pointer;outline: 0;background: #777;border-color: #777}.flatpickr-day.today{border-color: #959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color: #959ea9;background: #959ea9;color: #fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background: #2d6043;color: #fff;border-color: #2d6043}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-top-left-radius: 3px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 3px;background-clip: padding-box}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-top-left-radius: 0;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0;background-clip: padding-box}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius: 3px;background-clip: padding-box}.flatpickr-day.inRange{border-radius: 0;box-shadow: -5px 0 0 #777, 5px 0 0 #777}.flatpickr-day.inRange.endRange{box-shadow: -5px 0 0 #777}.flatpickr-day.inRange.startRange{box-shadow: 5px 0 0 #777}.flatpickr-day.disabled,.flatpickr-day.disabled:hover{pointer-events: none}.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color: rgba(57,57,57,0.3);background: transparent;border-color: transparent;cursor: default}span.flatpickr-weekday{line-height: 1.5rem;cursor: default;font-size: 90%;color: #304513;height: 27.333333333333332px;margin: 0;background: transparent;text-align: center;display: block;float: left;width: 14.28%;font-weight: 700;padding-top: 3.333333333333333px}.rangeMode .flatpickr-day{margin-top: .0625rem}.flatpickr-weekwrapper{display: inline-block;float: left}.flatpickr-weekwrapper .flatpickr-weeks{padding: .0625rem .75rem 0rem .75rem;box-shadow: 1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float: none;width: 100%}.flatpickr-weekwrapper span.flatpickr-day{display: block;width: 100%;max-width: none}.flatpickr-innerContainer{display: block;display: flex;box-sizing: border-box;overflow: hidden}.flatpickr-rContainer{display: inline-block;padding: 0;box-sizing: border-box}.flatpickr-time{line-height: 2.5rem;max-height: 2.5rem;-webkit-transition: height .33s cubic-bezier(0, 1, .5, 1);transition: height .33s cubic-bezier(0, 1, .5, 1);display: block;display: flex;text-align: center;outline: 0;height: 0;box-sizing: border-box;overflow: hidden}.flatpickr-time:after{content: "";display: table;clear: both}.flatpickr-time .numInputWrapper{height: 2.5rem;flex: 1;width: 40%;float: left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color: #e2001a}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color: #e2001a}.flatpickr-time.hasSeconds .numInputWrapper{width: 26%}.flatpickr-time.time24hr .numInputWrapper{width: 49%}.flatpickr-time input{font-size: .875rem;background: transparent;box-shadow: none;border: 0;border-radius: 0;margin: 0;padding: 0;height: inherit;line-height: inherit;cursor: pointer;color: #000;position: relative;box-sizing: border-box;text-align: center}.flatpickr-time input::-ms-clear,.flatpickr-time input::-ms-expand{display: none}.flatpickr-time input.flatpickr-hour{font-weight: 700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight: 400}.flatpickr-time input:focus{outline: 0;border: 0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{-webkit-user-select: none;user-select: none;height: inherit;display: inline-block;float: left;line-height: inherit;color: #000;font-weight: 700;width: 2%}.flatpickr-time .flatpickr-am-pm{outline: 0;width: 18%;cursor: pointer;text-align: center;font-weight: 400}.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time .flatpickr-am-pm:focus{background: #f0f0f0}.hasWeeks .flatpickr-days,.hasTime .flatpickr-days{border-bottom: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 0}.hasWeeks .flatpickr-days{border-left: 0}@media all and (-ms-high-contrast: none){.flatpickr-month svg{top: 0 !important}}.flatpickr-input[readonly]{cursor: pointer}.slideRight,.slideLeft{display: none}@-moz-keyframes flatpickrFadeInDown{from{opacity: 0;transform: translate3d(0, -20px, 0)}to{opacity: 1;transform: none}}@-webkit-keyframes flatpickrFadeInDown{from{opacity: 0;transform: translate3d(0, -20px, 0)}to{opacity: 1;transform: none}}@-o-keyframes flatpickrFadeInDown{from{opacity: 0;transform: translate3d(0, -20px, 0)}to{opacity: 1;transform: none}}@keyframes flatpickrFadeInDown{from{opacity: 0;transform: translate3d(0, -20px, 0)}to{opacity: 1;transform: none}}.container--ajax-cart{top: 3.125rem;margin-right: .625rem;padding: .9375rem 0rem 0rem 0rem;position: absolute;text-align: left;right: 0;z-index: 3000;display: none}.container--ajax-cart.off-canvas{width: 17.5rem;-webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);transition: all .45s cubic-bezier(.3, 0, .15, 1);margin-right: 0;display: block;height: 100%;left: auto;position: fixed;top: 0;padding: 0;background: #fff;z-index: 8000}.container--ajax-cart.off-canvas .icon--loading-indicator{width: 2.375rem;height: 2.375rem;position: absolute;margin: auto;left: 0;right: 0;top: 0;bottom: 0}.container--ajax-cart .icon--loading-indicator{width: 1.3125rem;height: 1.3125rem;padding: 1.25rem 0rem 1.25rem 0rem;margin: 0 auto;display: block;position: relative;box-sizing: content-box}.container--ajax-cart .icon--loading-indicator:before{border-radius: 100%;background-clip: padding-box;-webkit-animation: keyframe--spin 1s linear infinite;animation: keyframe--spin 1s linear infinite;width: 100%;height: 100%;box-sizing: border-box;display: block;content: "";border: 2px solid #ccc;border-top: 2px solid #333}.container--ajax-cart .product--essential-features{margin-left: 3rem}.ajax--cart{width: 28.125rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;font-size: .875rem;border: 1px solid #d8dcbf;position: relative;background: #fff}.ajax--cart:after,.ajax--cart:before{right: .625rem;bottom: 100%;border: solid transparent;content: "";height: 0;width: 0;position: absolute;pointer-events: none}.ajax--cart:after{right: .6875rem;border-width: .5625rem;border-bottom-color: #fff}.ajax--cart:before{border-width: .625rem;border-bottom-color: #d8dcbf}.ajax--cart .content--loader{width: 1.3125rem;height: 1.3125rem;padding: 1.25rem 0rem 1.25rem 0rem;box-sizing: content-box;margin: 0 auto}.ajax--cart .item--container{padding: 0rem .625rem 0rem .625rem;max-height: 22.0625rem;overflow-y: auto}.ajax--cart .alert{border-radius: 0;margin-bottom: .625rem}.ajax--cart .alert .alert--icon,.ajax--cart .alert .icon--element{width: 15%}.ajax--cart .alert .alert--icon .is--warning,.ajax--cart .alert .icon--element .is--warning{color: #f1c40f;background: #f9f3dd}.ajax--cart .alert .alert--icon .is--success,.ajax--cart .alert .icon--element .is--success{color: #a8be00;background: #ebf4a0}.ajax--cart .alert .alert--content{width: 85%}.ajax--cart .cart--item{padding: .625rem 0rem .625rem 0rem;line-height: 2.375rem;border-bottom: 1px solid #d8dcbf;overflow: hidden}.ajax--cart .cart--item:last-child{border: 0 none}.ajax--cart .cart--item.is--empty{padding-bottom: 0}.ajax--cart .cart--item .thumbnail--container{margin: 0rem .625rem 0rem 0rem;width: 2.375rem;height: 2.375rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;float: left;position: relative}.ajax--cart .cart--item .thumbnail--container.has--image{border: 1px solid #d8dcbf;background: #FFFFFF}.ajax--cart .cart--item .thumbnail--container .cart--badge{border-top-left-radius: 3px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 3px;background-clip: padding-box;width: .875rem;display: block;position: absolute;height: 100%;top: 0;left: 0;background: #2d6043}.ajax--cart .cart--item .thumbnail--container .cart--badge .badge--free{-webkit-transform: rotate(-90deg);transform: rotate(-90deg);font-size: .5rem;line-height: .75rem;width: 2.5rem;color: #fff;text-transform: uppercase;text-align: center;font-weight: 700;display: block;position: absolute;padding: 0;margin: 0;top: 0;bottom: 0}.ajax--cart .cart--item .thumbnail--container .basket--badge{line-height: 2.3125rem;font-size: .75rem;border-radius: 100%;background-clip: padding-box;height: 2.1875rem;width: 2.1875rem;margin: 0 auto;text-align: center;font-weight: 700;background: #000;color: #fff}.ajax--cart .cart--item .thumbnail--container .basket--badge .icon--arrow-right{font-size: .625rem}.ajax--cart .cart--item .thumbnail--container .basket--badge .icon--coupon{font-size: 1.25rem;line-height: 2.3125rem}.ajax--cart .cart--item .thumbnail--image{margin: auto;position: absolute;top: 0;bottom: 0;left: 0;right: 0}.ajax--cart .cart--item .item--link{color: #000}.ajax--cart .cart--item .item--quantity{margin: 0rem .3125rem 0rem 0rem;font-weight: 700}.ajax--cart .cart--item .item--price{font-weight: 700;float: right}.ajax--cart .cart--item .action--container{width: 1.3125rem;height: 1.3125rem;margin: .625rem 0rem 0rem .625rem;line-height: 1;float: right}.ajax--cart .cart--item .action--container .btn{height: 1.3125rem;width: 1.3125rem;padding: .25rem .3125rem .25rem .3125rem;font-size: .5rem;line-height: .875rem}.ajax--cart .cart--item .action--container *[class*="icon--"]{margin: 0;padding: 0}.ajax--cart .prices--container{padding: .625rem .625rem .625rem .625rem;border-top: 1px solid #d8dcbf}.ajax--cart .prices--container .prices--articles-amount{float: right}.ajax--cart .prices--container .prices--articles{color: #304513;font-weight: 700}.ajax--cart .prices--container .prices--tax{font-size: 12px;font-size: 0.75rem;margin: 0}.ajax--cart .button--container{padding: .625rem .625rem .625rem .625rem;overflow: hidden}.ajax--cart .button--container *[class*="button--"]{width: 13.125rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;text-align: center}.ajax--cart .button--container .button--checkout{float: right}.ajax--cart .button--container .button--open-basket *[class^="icon--"]{display: none}.ajax--cart .small--information{font-size: .75rem}.ajax--cart .small--information .small--prices{float: right}.ajax--cart .context--shipping-costs{margin-left: .625rem}.ajax--cart .table--shipping-costs-trigger{font-size: .75rem;margin-bottom: .3125rem;font-weight: 700}.ajax--cart .table--shipping-costs-trigger-no-action{font-size: .75rem;margin-bottom: .3125rem}.ajax--cart .table--shipping-costs{font-size: .75rem}.ajax--cart .table--shipping-costs .select-field{max-height: 2.5rem;margin: .3125rem .625rem .3125rem 0rem}.ajax--cart .table--shipping-costs label{font-size: .75rem;font-weight: 700;margin: .3125rem 6.25rem 0rem 0rem;float: left}.off-canvas .ajax--cart{font-size: .875rem;background: #fff;width: auto;position: absolute;left: 0;right: 0;border: 0 none;min-height: 100%}.off-canvas .ajax--cart .item--container{max-height: none}.off-canvas .ajax--cart .cart--item{line-height: 1.1875rem}.off-canvas .ajax--cart .cart--item .item--link{width: 9.3125rem;display: inline-block}.off-canvas .ajax--cart .cart--item .item--price{float: none;display: block}.off-canvas .ajax--cart .prices--container{background: #fff;border-bottom: 0 none}.off-canvas .ajax--cart .action--container,.off-canvas .ajax--cart .action--container .action--remove{width: 2.375rem;height: 2.375rem}.off-canvas .ajax--cart .action--container{margin: 0}.off-canvas .ajax--cart .action--container .action--remove{font-size: .875rem;text-align: center;vertical-align: middle}.off-canvas .ajax--cart .action--container .icon--loading-indicator{width: 1.3125rem;height: 1.3125rem;margin: .5625rem 0rem 0rem 0rem;position: relative;margin-left: auto;margin-right: auto}.off-canvas .ajax--cart .action--container *[class*="icon--"]{line-height: 1.75rem;margin: 0;padding: 0}.off-canvas .ajax--cart .button--container{text-align: left}.off-canvas .ajax--cart .button--container *[class*="button--"]{margin: .625rem 0rem 0rem 0rem;width: 100%}.off-canvas .ajax--cart .button--container .button--checkout{margin: 0}.off-canvas .ajax--cart .button--container .button--open-basket{padding-right: 1.875rem}.off-canvas .ajax--cart .button--container .button--open-basket *[class^="icon--"]{display: block;right: .625rem}.off-canvas .ajax--cart .product--essential-features{margin-top: .3125rem}.product--essential-features{line-height: 1.125rem;font-size: .75rem}@media screen and (min-width: 48em){.container--ajax-cart.is--shown{display: block}}@media screen and (min-width: 78.75em){.container--ajax-cart{margin-right: 0}}table{border-collapse: separate;border-spacing: 1px}table th,table thead td{background: #e2001a;color: #fff;font-weight: 700;text-align: center}table td{padding: .3125rem .625rem .3125rem .625rem;background: #fff;color: #e2001a;border: 1px solid #fff}table tr:nth-child(even) td{background: #f5f5f5}.checkbox{width: 1rem;height: 1rem;padding: .0625rem .0625rem .0625rem .0625rem;line-height: 1rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;display: inline-block;position: relative;vertical-align: middle;border: 1px solid #d8dcbf;cursor: pointer}.checkbox .checkbox--state{border-radius: 3px;border-radius: 0;background-clip: padding-box;display: block;width: 100%;height: 100%;position: relative;z-index: 60}.checkbox input[type="checkbox"]{opacity: 0;display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;border: 0 none;background: none;cursor: pointer;z-index: 65}.checkbox input[type="checkbox"]:checked ~ .checkbox--state{background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;background-image: none}.checkbox input[type="checkbox"]:checked ~ .checkbox--state:before{width: .75rem;height: .75rem;line-height: .75rem;font-size: .4375rem;display: inline-block;font-family: 'shopware';font-weight: 400;text-align: center;vertical-align: top;color: #fff;content: "\e60c"}.checkbox input[type="checkbox"]:disabled ~ .checkbox--state{background: #fff}.checkbox.is--active .checkbox--state,a:hover .checkbox .checkbox--state{background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;background-image: none}.checkbox.is--active .checkbox--state:before,a:hover .checkbox .checkbox--state:before{width: .75rem;height: .75rem;line-height: .75rem;font-size: .4375rem;display: inline-block;font-family: 'shopware';font-weight: 400;text-align: center;vertical-align: top;color: #fff;content: "\e60c"}.js--off-canvas-button{padding: .625rem .625rem .625rem .625rem;margin-bottom: .625rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;position: relative;border: 1px solid #d8dcbf;cursor: pointer;display: block}.js--off-canvas-button .tab--header{margin-bottom: .625rem;position: relative}.js--off-canvas-button .tab--title:after{font-size: .75rem;right: .3125rem;margin-top: -0.375rem;content: "\e60f"}.js--off-canvas-button .tab--preview{display: block}.js--off-canvas-button .tab--preview p:last-child{margin-bottom: 0}.js--off-canvas-button .tab--content{cursor: default}.js--off-canvas-button:hover .tab--title{color: #2d6043}.js--tab-menu .tab--navigation{list-style: none}.js--tab-menu .tab--link{padding: .625rem .9375rem .625rem .9375rem;margin: 0rem .3125rem 0rem 0rem;line-height: 1.5rem;font-size: .875rem;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;background-clip: padding-box;top: .0625rem;display: none;position: relative;font-weight: 700;text-align: center;color: #000;border: 1px solid #d8dcbf;white-space: nowrap}.js--tab-menu .tab--link:hover{color: #2d6043;background: #fff}.js--tab-menu .tab--link:focus{outline: none}.js--tab-menu .tab--link.is--active{color: #304513;border-bottom-color: #fff;background: #fff}.js--tab-menu .tab--link.is--active:hover{color: #304513}.js--tab-menu .tab--link.has--content{display: inline-block}.js--tab-menu.js--menu-scroller .tab--navigation{overflow: hidden}.js--tab-menu.js--menu-scroller .tab--navigation .js--menu-scroller--item{top: 0}.js--tab-menu.js--menu-scroller .js--menu-scroller--arrow{line-height: 2.875rem;height: 2.875rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;border: 1px solid #d8dcbf}.js--tab-menu.js--menu-scroller .js--menu-scroller--arrow:hover{border-color: #2d6043}.js--tab-menu .tab--container-list .tab--container{border: 1px solid #d8dcbf;display: none}.js--tab-menu .tab--container-list .tab--container.has--content.is--active{display: block}.image--gallery .image-slider--container{bottom: 5.625rem;position: absolute;top: 0;left: 0;right: 0;height: auto;margin: 0}.image--gallery.no--thumbnails .image-slider--container{bottom: 0}.image--gallery .image-slider--item{display: inline-block;height: 100%;width: 100%;position: relative;text-align: center;cursor: default}.image--gallery .image-slider--item .image--element{display: block;max-width: 100%;height: auto;width: auto}.image--gallery .image-slider--item .image--media,.image--gallery .image-slider--item img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto}.image--gallery .image-slider--thumbnails{padding: .625rem 0rem .625rem 0rem;height: 5.625rem;background: #fff;top: auto;bottom: 0;width: 100%;margin: 0;position: absolute;display: block}.image--gallery .image-slider--thumbnails .thumbnails--arrow{top: .625rem}.image--gallery .image-slider--thumbnails .thumbnails--arrow.is--left{border-left: 0 none}.image--gallery .image-slider--thumbnails .thumbnails--arrow.is--right{border-right: 0 none}.image--gallery .image-slider--thumbnails-slide{margin: 0rem .625rem 0rem .625rem;left: auto;top: auto}.image--gallery .thumbnail--link{margin: 0rem .625rem 0rem 0rem;display: inline-block}.image--gallery .button--zoom-in,.image--gallery .button--zoom-out,.image--gallery .button--zoom-reset{top: .625rem;left: .625rem;font-size: 1.25rem;padding: .125rem .375rem .125rem .375rem;position: absolute}.image--gallery .button--zoom-in:hover,.image--gallery .button--zoom-out:hover,.image--gallery .button--zoom-reset:hover{z-index: 1}.image--gallery .button--zoom-out{border-top-left-radius: 3px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 3px;background-clip: padding-box}.image--gallery .button--zoom-reset{left: 2.6875rem;border-radius: 0}.image--gallery .button--zoom-in{border-top-left-radius: 0;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0;background-clip: padding-box;left: 4.75rem}.image-gallery--modal .modal--close{top: .625rem;width: 2.125rem;height: 2.125rem;line-height: 2rem}@media screen and (min-width: 78.75em){.js--image-gallery{width: 80%;height: 80%}}.product--quick-view{padding: 1.25rem 1.25rem 1.25rem 1.25rem}.product--quick-view .quick-view--image{height: 12.5rem;border-radius: 3px;background-clip: padding-box;margin: 0rem 0rem 1.25rem 0rem;border: 1px solid #d8dcbf;width: 100%;display: block;position: relative;float: left}.product--quick-view .quick-view--image img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto}.product--quick-view .quick-view--title{font-size: 1.125rem;color: #950011;display: block;font-weight: 700}.product--quick-view .quick-view--title:hover{color: #2d6043}.product--quick-view .quick-view--supplier{font-size: .875rem;padding: .625rem 0rem .3125rem 0rem;font-weight: 700}.product--quick-view .quick-view--description-title{font-size: 1rem;padding-bottom: .3125rem;margin-top: .9375rem;color: #950011;border-bottom: 1px solid #d8dcbf;font-weight: 700;clear: both}.product--quick-view .quick-view--description{font-size: .875rem;padding-top: .625rem;color: #e2001a}.product--quick-view .quick-view--description,.product--quick-view .quick-view--description > p{margin: 0}@media screen and (min-width: 30em){.product--quick-view{padding: 1.25rem 1.25rem 1.25rem 1.25rem}.product--quick-view .quick-view--image{width: 50%}.product--quick-view .quick-view--header{padding-left: 1.25rem;width: 50%;float: right}.product--quick-view .quick-view--description-title{margin-top: 0}}.c-firstname-confirmation{position: absolute;left: -10000px;top: auto;width: 1px;height: 1px;overflow: hidden}*{box-sizing: border-box}html{width: 100%;height: 100%}html.no--scroll{position: relative;overflow: hidden}html.no--scroll body{overflow: hidden}body{font-size: .875rem;font-family: "Exo 2", Arial, Helvetica, sans-serif;font-weight: 400;color: #000;background: #fff;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased}img{display: block;max-width: 100%;max-height: 100%;height: auto}a{color: #2d6043;text-decoration: none}ul{margin: 0;padding: 0}.product--rating i[class^=icon]{color: #f1c40f}.product--rating i.icon--star-empty{color: #d8dcbf}h1,h2,h3,h4,h5,h6{line-height: 1.625rem;margin: 1.75rem 0rem .625rem 0rem;font-family: "Exo 2", Arial, Helvetica, sans-serif;font-weight: 700;color: #304513}h1{font-size: 1.625rem;line-height: 1.75rem;margin: 2.125rem 0rem 1.25rem 0rem;color: #304513}h2{font-size: 1.3125rem}h3{font-size: 1.125rem}h4{font-size: 1rem}h5{font-size: .875rem}h6{font-size: .75rem}p{font-size: .875rem;line-height: 1.5rem;margin: 0rem 0rem 1.25rem 0rem}blockquote{padding: .625rem .625rem .625rem .625rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2);background: #777;text-align: left;margin: 0}.ajax-loader{display: none}.is--rounded{border-radius: 3px;border-radius: 0;background-clip: padding-box}.is--block{display: block !important}.is--inline{display: inline !important}.is--inline-block{display: inline-block !important}.is--hidden{display: none !important}.is--invisible{visibility: hidden !important}.is--align-left{text-align: left !important}.is--align-right{text-align: right !important}.is--align-center{text-align: center !important}.is--underline{text-decoration: underline !important}.is--line-through{text-decoration: line-through !important}.is--uppercase{text-transform: uppercase !important}.is--strong{font-weight: 700 !important}.is--bold{font-weight: 700 !important}.is--italic{font-style: italic}.is--nowrap{white-space: nowrap !important}.is--dark{color: #304513 !important}.is--light{color: #333 !important}.is--soft{color: #666 !important}.is--fluid{width: 100% !important}.left{float: left}.right{float: right}::-moz-placeholder{color: #333}::-webkit-input-placeholder{color: #333}:-ms-input-placeholder{color: #333}.page-wrap{min-width: 20rem}.content-main:after,.content--wrapper:after{content: "";display: table;clear: both}.content-main--inner{padding: 0rem .625rem 1rem .625rem}.content-main--inner:after{content: "";display: table;clear: both}.content{width: 100%;float: left}@media screen and (min-width: 48em){.content-main{box-shadow: 0 0 4px 1px #d8dcbf}.content-main:not(.is--small){min-height: 46.875rem}.content-main--inner{padding: 0rem 1.875rem 1rem 1.875rem;width: 100%}}@media screen and (min-width: 78.75em){.content-main{margin-top: 1.25rem;margin-bottom: 2.8125rem}.content-main:not(.is--small){min-height: 43.75rem}.content-main--inner{padding: 0rem 3.125rem 3.125rem 3.125rem}}.header-main{padding-bottom: .625rem;background: #fff;border-bottom: 1px solid #2d6043}.header-main .top-bar{display: none}.header-main .logo-main{padding: .625rem .625rem .625rem .625rem}.header-main .logo-main .logo--link{height: 2.1875rem;display: inline-block;max-width: 100%}.header-main .logo-main .logo--shop{height: 2.1875rem;width: 50%}.header-main .logo-main .logo--supportinfo{display: none}.header-main .header--navigation{position: relative}.is--ctl-checkout.is--minimal-header .header-main,.is--ctl-register.is--minimal-header .header-main,.is--ctl-register.is--minimal-header.is--target-checkout .header-main{border-bottom: 1px solid #2d6043}.is--ctl-checkout.is--minimal-header .header-main .logo-main,.is--ctl-register.is--minimal-header .header-main .logo-main,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main{width: 100%}.is--ctl-checkout.is--minimal-header .header-main .logo--shop,.is--ctl-register.is--minimal-header .header-main .logo--shop,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop{width: 50%}.is--ctl-checkout.is--minimal-header .header-main .logo--link,.is--ctl-register.is--minimal-header .header-main .logo--link,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--link{margin-top: .625rem}.is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,.is--ctl-register.is--minimal-header .header-main .logo--supportinfo,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo{display: none}.is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,.is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop{margin-top: .625rem;width: 40%;float: right;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.shop--navigation{position: relative}.shop--navigation .navigation--list{width: 100%;text-align: right}.shop--navigation .navigation--entry{margin-right: .3125rem;display: inline-block}.shop--navigation .navigation--entry .btn{height: 2.5rem;width: 2.5rem;vertical-align: middle}.shop--navigation .navigation--entry .cart--link{padding: .125rem .625rem .125rem .375rem}.shop--navigation .navigation--entry .account--link{padding: .125rem .625rem .125rem .5rem}.shop--navigation .navigation--entry .account--link.account--user-loggedin:after{width: 1rem;height: 1rem;top: -0.3125rem;right: -0.3125rem;line-height: 1.125rem;font-size: .5rem;border-radius: 50%;background-clip: padding-box;content: "\e60c";display: inline-block;position: absolute;background: #a8be00;font-family: 'shopware';color: #fff}.shop--navigation .navigation--entry .icon--basket,.shop--navigation .navigation--entry .icon--account{font-size: 1.3125rem;display: inline;position: relative;vertical-align: middle;top: 0;left: 0}.shop--navigation .navigation--entry .icon--heart{font-size: 1.125rem;vertical-align: middle}.shop--navigation .navigation--entry .icon--search{font-size: 1.375rem;vertical-align: middle}.shop--navigation .cart--quantity,.shop--navigation .notes--quantity{top: -0.25rem;left: 1.4375rem;position: absolute;margin: 0}.shop--navigation .entry--link{text-align: center;text-decoration: none}.shop--navigation .main-search--form,.shop--navigation .account--display,.shop--navigation .cart--display,.shop--navigation .cart--amount,.shop--navigation .search--display{display: none}.shop--navigation .entry--search .is--active.btn{background: #fff;color: #2d6043;border-color: #2d6043}.shop--navigation .entry--account{position: relative}.shop--navigation .entry--cart{margin-right: .75rem;position: relative}.shop--navigation .entry--menu-left{-webkit-tap-highlight-color: rgba(0,0,0,0);top: 0;left: 0;position: absolute;display: block;font-weight: 700;text-align: left}.shop--navigation .entry--menu-left .btn{padding-left: 3rem;line-height: 2.1875rem;font-size: 1.0625rem;height: 2.5rem;color: #e2001a;width: auto;background: 0 none;border: 0 none}.shop--navigation .entry--menu-left .icon--menu{font-size: 1.25rem}.main-search--form{padding: .625rem .625rem .625rem .625rem;width: 100%;left: 0;top: 0;position: absolute;z-index: 3000}.main-search--form .main-search--field{padding: .5625rem 2.375rem .5625rem .5625rem;height: 2.5rem;background: #fff;vertical-align: middle;width: 100%;position: relative}.main-search--form .main-search--button{-webkit-appearance: none;-moz-appearance: none;appearance: none;top: .625rem;bottom: .625rem;right: .625rem;font-size: 1.25rem;padding: 0rem .625rem 0rem .625rem;line-height: 1;position: absolute;z-index: 2;border: 0 none;background: transparent;color: #000;outline: none}.main-search--form .main-search--text{display: none}.account--menu.is--personalized .navigation--logout-personalized{display: inline-block}.account--menu.is--personalized .navigation--logout{display: block}.account--menu.is--personalized .navigation--link.navigation--personalized{padding-top: .5625rem;padding-left: 1.4375rem;padding-bottom: .5625rem;line-height: 1.25rem;position: relative;color: #000;font-weight: 400}.account--menu.is--personalized .navigation--link.navigation--personalized:before,.account--menu.is--personalized .navigation--link.navigation--personalized::before{width: 1rem;height: 1rem;left: .125rem;content: "\e614";font-family: 'shopware';position: absolute}.account--menu.is--personalized .navigation--link.navigation--personalized [class^="icon--"]{margin: 0rem .3125rem 0rem 0rem;display: inline-block}.account--menu.is--personalized .navigation--link.navigation--personalized .icon--logout{position: relative;top: .625rem}.account--menu.is--personalized .navigation--link.navigation--personalized:hover{color: #2d6043}.off-canvas .account--menu.is--personalized .navigation--signin{border-bottom: none}.account--dropdown-navigation{display: none;text-align: left}.account--dropdown-navigation .navigation--logout-personalized{display: inline-block}.account--dropdown-navigation .navigation--logout{display: block}.account--dropdown-navigation .navigation--signin{padding-top: .9375rem;padding-bottom: .9375rem;margin-top: .4375rem;border-bottom: 1px solid #d8dcbf;display: block;text-align: center}.account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn{margin-bottom: .3125rem;width: 95%;text-align: center}.account--dropdown-navigation .navigation--register{font-size: .8125rem}.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized{line-height: 1.25rem;padding-left: 2.0625rem;color: #000;font-weight: 400}.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized:before,.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized::before{left: .625rem}.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized:hover{color: #2d6043}.account--dropdown-navigation.off-canvas{background: #777}.account--dropdown-navigation.off-canvas .account--menu,.account--dropdown-navigation.off-canvas .sidebar--navigation{text-align: left}.account--dropdown-navigation.off-canvas .account--menu .navigation--entry,.account--dropdown-navigation.off-canvas .sidebar--navigation .navigation--entry{display: block;margin: 0}.account--dropdown-navigation.off-canvas .account--menu .navigation--entry .navigation--link.link--logout.navigation--personalized,.account--dropdown-navigation.off-canvas .sidebar--navigation .navigation--entry .navigation--link.link--logout.navigation--personalized{padding-top: .5625rem;padding-bottom: .5625rem}.account--dropdown-navigation.off-canvas .account--menu .navigation--entry .navigation--link.link--logout.navigation--personalized [class^="icon--"],.account--dropdown-navigation.off-canvas .sidebar--navigation .navigation--entry .navigation--link.link--logout.navigation--personalized [class^="icon--"]{margin: 0rem .3125rem 0rem 0rem;display: inline-block}.account--dropdown-navigation.off-canvas .account--close-off-canvas{color: #fff;font-weight: 700}.has--csstransforms .entry--search .entry--trigger.is--active::after{-webkit-transform: rotate(-45deg);transform: rotate(-45deg);width: .9375rem;height: .9375rem;margin-top: .5rem;margin-left: .0625rem;background: #727272;content: '';display: block}.entry--search.is--active .main-search--form{top: 3.125rem;background: #727272;left: 0;display: block;position: absolute}.header-main.is--active-searchfield{padding-bottom: 4.375rem}.has--cssanimations .form--ajax-loader{top: 1.25rem;right: 3.4375rem;position: absolute;display: none}.has--cssanimations .form--ajax-loader::before{width: 1rem;height: 1rem;border-radius: 100%;background-clip: padding-box;-webkit-animation: keyframe--spin 1s linear infinite;animation: keyframe--spin 1s linear infinite;border: 2px solid #d8dcbf;border-top: 2px solid #5f6537;display: block;content: ""}.has--no-cssanimations .form--ajax-loader{top: 1.5rem;right: 3.4375rem;width: 1rem;height: 1rem;position: absolute;display: none;background-image: url('../../themes/Frontend/Responsive/frontend/_public/src/img/icons/loading-indicator.gif')}.main-search--results{top: 6.875rem;position: absolute;width: 100%;left: 0;text-align: left;z-index: 3500;display: none}.main-search--results:after{content: "";display: table;clear: both}.results--list{padding: .625rem .625rem .625rem .625rem;box-shadow: 0 10px 25px -15px #000;border-top: 1px solid #d8dcbf;border-bottom: 1px solid #d8dcbf;background: #fff;-ms-touch-action: manipulation}.results--list::after{-webkit-transform: rotate(135deg);transform: rotate(135deg);width: .75rem;height: .75rem;top: -0.375rem;content: '';display: block;position: absolute;background: #fff;left: 48%;border: 1px solid #d8dcbf;border-top: 0 none;border-right: 0 none}.results--list .list--entry,.results--list .entry--all-results{display: block}.results--list .entry--all-results.is--active{font-weight: 700}.results--list .entry--all-results.is--active .entry--all-results-number{font-weight: 700}.results--list .list--entry{line-height: 1.875rem;border-bottom: 1px solid #d8dcbf}.results--list .list--entry:last-child{border: 0 none}.results--list .entry--no-results{width: 100%;text-align: center;list-style: none;font-weight: 400}.results--list .is--active,.results--list .list--entry:hover{color: #2d6043}.results--list .is--active .entry--name,.results--list .list--entry:hover .entry--name,.results--list .is--active .entry--price,.results--list .list--entry:hover .entry--price{color: #2d6043}.results--list .search-result--link{padding: .375rem 0rem .375rem 0rem;display: block}.results--list .search-result--link:after{content: "";display: table;clear: both}.results--list .entry--name,.results--list .entry--all-results-link,.results--list .entry--all-results-number{height: 1.875rem;line-height: 1.875rem;display: block}.results--list .price--unit{font-size: .6875rem;line-height: 1.125rem;float: right}.results--list .entry--media{height: 1.875rem;width: 10%;min-width: 10%;position: relative;text-align: center}.results--list .entry--media .media--image{display: inline-block;position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0}.results--list .entry--name{padding-left: .625rem;width: 60%;color: #000;font-weight: 700;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.results--list .entry--price,.results--list .entry--all-results-number{width: 30%;text-align: right;color: #000;white-space: nowrap}.results--list .entry--all-results{padding: .375rem .3125rem .375rem .3125rem;font-weight: 400}.results--list .entry--all-results-link{width: 70%;padding: 0}.results--list .entry--all-results-link .icon--arrow-right{top: -0.0625rem;margin: 0rem .5rem 0rem 0rem;position: relative}.results--list .entry--all-results-number{font-weight: 400;color: #2d6043}.off-canvas .mobile--switches .navigation--entry{padding: 0;border: none;background: none}@media screen and (min-width: 30em){.is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,.is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop{width: auto}.entry--search{display: inline-block;position: absolute;left: 26%;width: 40%}.entry--search.is--active .main-search--form{top: 0;display: inline-block}.entry--search .entry--trigger{display: none}.entry--search .main-search--form{box-shadow: 0 0 0 transparent;border-bottom: 0 none;padding: 0;display: inline-block;position: relative}.entry--search .main-search--form .main-search--field{background: #fff}.entry--search .main-search--form .main-search--field:focus{background: #fff}.entry--search .main-search--form .main-search--button{top: 0rem;bottom: 0rem;right: 0rem;padding: 0rem .625rem 0rem .625rem;height: 2.5rem}.main-search--results{top: 3.125rem;width: 28.125rem;margin-left: -6.875rem}.main-search--results:after{content: "";display: table;clear: both}.results--list{border-radius: 3px;border-radius: 0;background-clip: padding-box;border: 1px solid #d8dcbf;background: #fff}.header-main.is--active-searchfield{padding-bottom: .625rem}.has--cssanimations .form--ajax-loader{top: .625rem;right: 2.8125rem;position: absolute}.has--no-cssanimations .form--ajax-loader{top: .875rem;right: 2.8125rem;position: absolute}}@media screen and (min-width: 48em){.header-main.is--active-searchfield{padding-bottom: 0}.header-main{padding-bottom: 0;border-bottom: 0 none}.header-main .container:after{content: "";display: table;clear: both}.header-main .top-bar{padding: .25rem 0rem .25rem 0rem;display: block}.header-main .top-bar--navigation{width: auto;float: right}.header-main .top-bar--navigation .navigation--entry{padding: 0rem .9375rem 0rem .9375rem;line-height: 1.5625rem;float: left;display: block}.header-main .top-bar--navigation .navigation--entry li{line-height: normal}.header-main .top-bar--navigation .navigation--entry,.header-main .top-bar--navigation .navigation--link{color: #000;cursor: pointer}.header-main .top-bar--navigation .navigation--entry:hover,.header-main .top-bar--navigation .navigation--link:hover{color: #2d6043}.header-main .top-bar--navigation .field--select,.header-main .top-bar--navigation .navigation--entry{height: 1.5625rem}.header-main .top-bar--navigation .field--select{position: relative}.header-main .top-bar--navigation .select-field{height: 1.5625rem}.header-main .top-bar--navigation .select-field select{border-radius: 0;padding: 0rem 1.125rem 0rem 0rem;line-height: 1.5625rem;background: none;border: 0 none}.header-main .top-bar--navigation .select-field:after{height: 1.5625rem;line-height: 1.5rem;width: auto;border: 0 none}.header-main .top-bar--navigation .top-bar--language .select-field{width: 2rem}.header-main .top-bar--navigation .top-bar--language .select-field select{text-indent: -9999px}.header-main .top-bar--navigation .top-bar--language .language--flag{margin-top: -0.375rem;position: absolute;z-index: 900;top: 50%;left: 0;pointer-events: none}.header-main .top-bar--navigation .entry--service{position: relative}.header-main .top-bar--navigation .entry--service:after,.header-main .top-bar--navigation .entry--service::after{top: -0.1875rem;margin-left: .3125rem;content: "\e612";font-family: 'shopware';position: relative}.header-main .top-bar--navigation .entry--service.js--is--dropdown-active{color: #2d6043}.header-main .top-bar--navigation .service--list{min-width: 9.375rem;padding: .3125rem 0rem .3125rem 0rem;top: 2rem;right: .75rem;text-align: left;position: absolute;display: none;list-style: none;background: #fff;z-index: 3500;border: 1px solid #d8dcbf}.header-main .top-bar--navigation .service--list::after{-webkit-transform: rotate(135deg);transform: rotate(135deg);width: .5rem;height: .5rem;top: -0.3125rem;right: 1.125rem;content: '';display: block;position: absolute;background: #fff;border-color: #d8dcbf;border-width: 0 0 1px 1px;border-style: solid}.header-main .top-bar--navigation .service--list .service--link{padding: .3125rem .625rem .3125rem .625rem;display: block;color: #000}.header-main .top-bar--navigation .service--list .service--link:hover{color: #2d6043}.header-main .top-bar--navigation .js--is--dropdown-active .service--list{display: block}.header-main .header--navigation{padding: .625rem 0rem .625rem 0rem}.header-main .logo-main{padding: 0rem 0rem 0rem .625rem;width: 35%}.header-main .logo-main .logo--link{height: 3.125rem}.header-main .logo-main .logo--shop{height: 3.125rem;width: 82%}.is--ctl-checkout.is--minimal-header .header-main,.is--ctl-register.is--minimal-header .header-main,.is--ctl-register.is--minimal-header.is--target-checkout .header-main{box-shadow: 0 1px 2px 0 #d8dcbf}.is--ctl-checkout.is--minimal-header .header-main .logo-main,.is--ctl-register.is--minimal-header .header-main .logo-main,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main{padding-right: .625rem;width: 100%}.is--ctl-checkout.is--minimal-header .header-main .logo--shop,.is--ctl-register.is--minimal-header .header-main .logo--shop,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop{width: 35%}.is--ctl-checkout.is--minimal-header .header-main .logo--link,.is--ctl-register.is--minimal-header .header-main .logo--link,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--link{margin-top: 0;width: 80%}.is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,.is--ctl-register.is--minimal-header .header-main .logo--supportinfo,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo{padding: .3125rem 0rem .3125rem 0rem;display: block;width: 35%}.logo-main,.shop--navigation{float: left}.shop--navigation{width: 65%}.shop--navigation .navigation--list{background-image: none;text-align: right}.shop--navigation .navigation--entry{border-radius: 3px;border-radius: 0;background-clip: padding-box;border: 0 none;width: auto;float: none;display: inline-block}.shop--navigation .entry--cart .entry--link{padding: 0;display: inline-block}.shop--navigation .entry--link{font-weight: 400}.shop--navigation .entry--menu-left{display: none}.shop--navigation .cart--quantity,.shop--navigation .search--display,.shop--navigation .entry--account{display: inline-block}.shop--navigation .entry--search{font-size: .875rem;position: absolute;left: 3%;margin-right: 10%;background: #fff;padding: 0;border: 0 none;width: 50%}.shop--navigation .entry--search .entry--trigger{display: none}.shop--navigation .main-search--form{box-shadow: 0 0 0 transparent;display: block;padding: 0;border: 0 none}.main-search--form{left: auto}.account--dropdown-navigation{min-width: 12.5rem;max-width: 15.625rem;padding: .3125rem 0rem .3125rem 0rem;top: 2.8125rem;display: none;position: absolute;right: 0;z-index: 3500;text-align: left}.js--is--dropdown-active .account--dropdown-navigation{display: block}.account--dropdown-navigation .navigation--signin{padding-bottom: .375rem;margin-bottom: .375rem;margin-top: .3125rem;padding-top: 0}.account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn{width: 100%;margin-bottom: 0}.account--dropdown-navigation .navigation--smartphone{display: none}.account--dropdown-navigation .account--menu{text-align: left;background: #fff}.account--dropdown-navigation .account--menu::after{-webkit-transform: rotate(135deg);transform: rotate(135deg);width: .5rem;height: .5rem;right: 1.125rem;content: '';display: block;position: absolute;background: #fff;border-color: #d8dcbf;border-width: 0 0 1px 1px;border-style: solid;top: 0}.account--dropdown-navigation .account--menu .sidebar--navigation{text-align: left}.account--dropdown-navigation .account--menu .sidebar--navigation .navigation--entry{display: block}.account--dropdown-navigation .account--menu .sidebar--navigation .navigation--link{padding: .1875rem 0rem .1875rem 0rem}.account--dropdown-navigation .account--menu .sidebar--navigation .link--logout{padding: .625rem 0rem 0rem 1.4375rem}.account--dropdown-navigation .account--menu .sidebar--navigation .link--logout:before{left: .125rem}.account--dropdown-navigation .account--menu .sidebar--navigation .link--abort{padding-top: 0rem;margin-top: 0rem;border-top: 0 none;white-space: nowrap}.main-search--results{width: 28.125rem;margin-left: -14.0625rem;top: 3.4375rem;left: 50%}.main-search--results:after{content: "";display: table;clear: both}}@media screen and (min-width: 64em){.header-main .logo-main{width: 30%}.header-main .shop--navigation{width: 70%}.shop--navigation .entry--search{width: 40%;margin-right: 8%}.is--ctl-checkout.is--minimal-header .header-main,.is--ctl-register.is--minimal-header .header-main,.is--ctl-register.is--minimal-header.is--target-checkout .header-main{box-shadow: 0 1px 2px 0 #d8dcbf}.is--ctl-checkout.is--minimal-header .header-main .logo--shop,.is--ctl-register.is--minimal-header .header-main .logo--shop,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop{width: 30%}.is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,.is--ctl-register.is--minimal-header .header-main .logo--supportinfo,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo{width: 35%}.is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,.is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop{display: inline-block;float: right}.navigation--list .navigation--entry .btn{width: auto}.navigation--list .entry--cart .cart--link{padding-left: 3.125rem}.navigation--list .entry--cart .cart--link .cart--quantity{display: inline-block}.navigation--list .entry--cart .cart--link .cart--amount{display: inline-block;color: #2d6043;font-weight: 700}.navigation--list .entry--cart .icon--basket{left: .5rem;display: block;position: absolute;top: 50%}.navigation--list .entry--account .account--link{padding-left: 2.25rem}.navigation--list .entry--account .account--link.account--user-loggedin:after{content: none;display: none}.navigation--list .entry--account .icon--account{left: .5rem;display: block;position: absolute;top: 50%}.navigation--list .account--display{display: inline-block}.navigation--list .account--display.navigation--personalized{line-height: 1rem;font-size: .75rem;max-width: 5.625rem;margin-top: .125rem;text-align: left}.navigation--list .account--display.navigation--personalized .account--display-greeting{display: block;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-weight: 700}}@media screen and (min-width: 78.75em){.header-main .top-bar{margin-bottom: .125rem}.header-main .logo--shop{width: 75%}.is--ctl-checkout.is--minimal-header .header-main,.is--ctl-register.is--minimal-header .header-main,.is--ctl-register.is--minimal-header.is--target-checkout .header-main{box-shadow: 0 1px 2px 0 #d8dcbf}.is--ctl-checkout.is--minimal-header .header-main .logo-main,.is--ctl-register.is--minimal-header .header-main .logo-main,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main{padding-right: 0}.is--ctl-checkout.is--minimal-header .header-main .logo--shop,.is--ctl-register.is--minimal-header .header-main .logo--shop,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop{width: 30%}.is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,.is--ctl-register.is--minimal-header .header-main .logo--supportinfo,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo{width: 35%}.is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,.is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,.is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop{display: inline-block;float: right}.shop--navigation{width: 75%}.shop--navigation .navigation--link{padding: .5rem 1rem 1rem 1rem}.shop--navigation .entry--link{font-size: .875rem}.shop--navigation .entry--trigger{margin-right: .875rem}.shop--navigation .entry--search{width: 40%}.shop--navigation .entry--cart{margin-right: 0}.account--menu.is--personalized .navigation--link.navigation--personalized{padding-bottom: 0}.header-main .top-bar--navigation .service--list{right: 0}.header-main .top-bar--navigation .navigation--entry:last-child{padding-right: 0}.cart--display{margin: 0rem 1.5625rem 0rem .3125rem;font-weight: 700;color: #000}}.navigation-main{background: #fff;display: none}@media screen and (min-width: 48em){.navigation-main{border-bottom: 1px solid #2d6043;display: block;position: relative}.navigation-main .navigation--list{padding: 0rem .625rem 0rem .625rem;margin: 0;position: relative;white-space: nowrap}.navigation-main .navigation--list:after{content: "";display: table;clear: both}.navigation-main .navigation--entry{display: inline-block;-ms-touch-action: none}.navigation-main .navigation--link{-webkit-transition: none;transition: none;padding: .5rem .875rem .5rem .875rem;font-size: 1rem;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;background-clip: padding-box;margin: 0;display: block;cursor: pointer;color: #000}.navigation-main .navigation--link:hover{color: #2d6043}.navigation-main .is--active .navigation--link{background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;background-image: none;font-weight: 700;color: #fff}.navigation-main .is--active .navigation--link:hover{color: #fff}}@media screen and (min-width: 78.75em){.navigation-main .navigation--list{padding: 0}}.content--breadcrumb{font-size: .875rem;display: block;float: none;border-bottom: 1px solid #d8dcbf}.content--breadcrumb:after{content: "";display: table;clear: both}.content--breadcrumb .breadcrumb--list{overflow: hidden}.content--breadcrumb .breadcrumb--entry,.content--breadcrumb .breadcrumb--separator{display: none;float: left;list-style: none;white-space: nowrap;overflow: hidden}.content--breadcrumb .breadcrumb--entry:last-child,.content--breadcrumb .breadcrumb--separator:last-child{display: list-item}.content--breadcrumb .breadcrumb--link,.content--breadcrumb .breadcrumb--separator{line-height: 1.5rem;padding: .625rem .625rem .625rem .625rem}.content--breadcrumb .breadcrumb--separator{font-size: .5625rem}.content--breadcrumb .breadcrumb--link{display: block;color: #000}.content--breadcrumb .breadcrumb--link:hover{color: #2d6043}.content--breadcrumb .is--active .breadcrumb--link{color: #2d6043}.content--breadcrumb .breadcrumb--button{padding: .625rem 0rem .625rem .625rem;display: inline-block;float: left;list-style: none}.content--breadcrumb .breadcrumb--button .breadcrumb--title{padding-right: 1.25rem;border-right: 1px solid #d8dcbf}.content--breadcrumb .breadcrumb--button .icon--arrow-left{font-size: .5625rem;margin-right: .625rem}@media screen and (min-width: 48em){.content--breadcrumb{padding: 0rem 1.25rem 0rem 1.25rem}.content--breadcrumb .breadcrumb--list{padding-left: 0}.content--breadcrumb .breadcrumb--entry,.content--breadcrumb .breadcrumb--separator{display: list-item}.content--breadcrumb .breadcrumb--button{margin-right: .625rem;padding: .625rem 1.875rem .625rem .625rem}.content--breadcrumb .breadcrumb--button .breadcrumb--title{padding-right: 0rem;border-right: 0 none}}@media screen and (min-width: 78.75em){.content--breadcrumb{padding: 0rem 2.5rem 0rem 2.5rem}}.product--details .product--actions{margin: 0rem 0rem .625rem 0rem;padding: 0rem 0rem .625rem 0rem;border-top: 0 none;border-bottom: 1px solid #d8dcbf}.product--details .product--actions:after{content: "";display: table;clear: both}.product--details .product--actions .js--off-canvas-button{display: inline-block}.product--details .product--header{padding: .625rem 0rem .625rem 0rem;min-height: 4.375rem;box-sizing: content-box}.product--details .product--header:after{content: "";display: table;clear: both}.product--details .product--header .product--title{font-size: 1.3125rem;margin: 0;padding: 0;font-weight: 700;color: #304513}.product--details .product--supplier,.product--details .product--rating-container{width: 50%}.product--details .product--rating-link{display: inline-block}.product--details .product--rating{font-size: 1.1875rem;display: block;letter-spacing: -1px;color: #000}.product--details .product--rating:after{content: "";display: table;clear: both}.product--details .product--rating .rating--count-wrapper{font-size: 1rem;margin-left: .625rem;line-height: 1.5625rem;vertical-align: text-top;letter-spacing: 1px}.product--details .product--supplier{height: 2.1875rem;text-align: right;float: right;margin: 0}.product--details .product--supplier .product--supplier-link{height: 2.1875rem;display: inline-block;max-width: 100%}.product--details .product--supplier.image--svg img{height: 100%}.product--details .product--rating-container{margin: .3125rem 0rem 0rem 0rem;float: left}.product--details .product--image-container{margin: 0rem 0rem 1.25rem 0rem;width: 100%}.product--details .product--image-container .image-slider--slide{margin-right: -0.5px}.product--details .alert{margin: 0rem 0rem .625rem 0rem}.product--details .product--tax{font-size: .75rem;margin: 0}.product--details .product--buybox{margin: 0rem 0rem .625rem 0rem;width: 100%}.product--details .product--buybox .product--price{margin: 0}.product--details .product--buybox .price--label{font-weight: 700}.product--details .product--buybox .price--line-through{text-decoration: line-through}.product--details .product--buybox .price--discount .price--content{color: #e74c3c}.product--details .product--buybox .price--content{font-size: 1.75rem;white-space: nowrap;color: #304513;font-weight: 700;display: inline-block;line-height: 1}.product--details .product--buybox .content--discount{font-size: .875rem;padding: .25rem 0rem .25rem 0rem;white-space: nowrap;display: inline-block}.product--details .product--buybox .price--discount-icon{padding: .375rem .4375rem .375rem .4375rem;margin: 0rem .3125rem 0rem .3125rem;font-size: .8125rem;border-radius: .1875rem;display: inline-block;position: relative;background: #e74c3c;color: #fff;text-align: center;font-weight: 700;vertical-align: top}.product--details .product--configurator .reset--configuration{margin: 0rem 0rem 1.25rem 0rem;white-space: nowrap}.product--details .product--configurator .alert{margin: .625rem 0rem 0rem 0rem}.product--details .buybox--form{padding: .625rem 0rem .625rem 0rem}.product--details .buybox--quantity{margin: 0 2% 0 0;width: 35%}.product--details .buybox--quantity .select-field select{font-size: 1rem;font-weight: 700}.product--details .buybox--button{font-size: 1rem;white-space: nowrap;width: 63%}.product--details .product--base-info{margin: .625rem 0rem .625rem 0rem;font-size: .875rem}.product--details .product--base-info .entry--label{margin: 0rem .5rem 0rem 0rem;width: 35%;display: inline-block}.product--details .content--description,.product--details .content--product-reviews,.product--details .content--related-products,.product--details .content--similar-products{padding: .625rem .625rem .625rem .625rem}.product--details .product--properties{margin: 0rem 0rem .625rem 0rem}.product--details .product--properties .product--properties-table{width: 100%;background: #fff}.product--details .product--properties td{padding: .3125rem .625rem .3125rem .625rem;width: 50%;border: 0 none}.product--details .product--properties tr:nth-child(even) td{background: #f5f5f5}.product--details .content--title{font-size: 1.125rem;margin: .625rem 0rem .3125rem 0rem;font-weight: 700;color: #304513}.product--details .content--title.title--description-supplier{margin-top: 1.5625rem}.product--details .content--link [class^=icon]{font-size: .625rem;margin: -0.125rem .5rem 0rem 0rem}.product--details .block-prices--container{margin: 0rem 0rem .75rem 0rem;display: block}.product--details .block-prices--container .block-prices--table{width: 100%}.product--details .block-prices--container .block-prices--table td,.product--details .block-prices--container .block-prices--table th{padding: .25rem .625rem .25rem .625rem}.product--details .block-prices--container .block-prices--table th{color: #fff;text-align: left}.product--details .listing .product--box .panel--body{border-left: 1px solid #d8dcbf;border-right: 1px solid #d8dcbf}.product--details .action--form{float: left}.product--details .action--link{background: none;border: none;margin: 0;padding: 0;font-size: .875rem;margin: 0rem 2.1875rem .3125rem 0rem;color: #000;white-space: nowrap}.product--details .action--link.action--compare{display: none}.product--details .action--link:last-child{margin-right: 0}.product--details .action--link:hover{color: #2d6043}.product--details .action--link *[class^="icon"]{font-size: .75rem;margin: 0rem .3125rem 0rem 0rem}.product--details .action--link *[class="icon--star"]{font-size: .875rem;margin: 0rem .3125rem 0rem 0rem}.product--details .action--compare{display: none}.product--details .link--notepad:focus{outline: none}.product--details .link--notepad.js--is-saved{color: #a8be00}.product--details .price--unit{font-size: .75rem}.product--details .delivery--text{font-size: .875rem}.product--details .similar--content .product-slider,.product--details .viewed--content .product-slider,.product--details .bought--content .product-slider,.product--details .related--content .product-slider,.product--details .product-streams--content .product-slider{padding: .625rem .625rem .625rem .625rem;min-height: 16.875rem}.product--details .similar--content .product-slider--arrow.arrow--prev,.product--details .viewed--content .product-slider--arrow.arrow--prev,.product--details .bought--content .product-slider--arrow.arrow--prev,.product--details .related--content .product-slider--arrow.arrow--prev,.product--details .product-streams--content .product-slider--arrow.arrow--prev{border-left: 0 none}.product--details .similar--content .product-slider--arrow.arrow--next,.product--details .viewed--content .product-slider--arrow.arrow--next,.product--details .bought--content .product-slider--arrow.arrow--next,.product--details .related--content .product-slider--arrow.arrow--next,.product--details .product-streams--content .product-slider--arrow.arrow--next{border-right: 0 none}.product--navigation{display: none}.review--form .review--field{margin: 0rem 0rem .625rem 0rem;width: 100%}.review--form .review--field.select-field{max-width: 100%}.review--form .review--notice{font-size: .75rem}.product--description ol,.product--description ul{margin: 0rem 1rem 1rem 1rem;padding: 0}.product--description ol li,.product--description ul li{margin: 0rem 0rem 0rem .375rem}.review--entry{border-radius: 3px;background-clip: padding-box;margin: 0rem 0rem 1.5625rem 0rem;padding: 1.25rem 1.25rem 1.25rem 1.25rem;font-size: .875rem;background: #fff;border: 1px solid #d8dcbf}.review--entry.is--last{margin: 0rem 0rem 1.875rem 0rem}.review--entry.has--answer{border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;background-clip: padding-box;margin: 0}.review--entry .entry--header,.review--entry .product--rating{margin-bottom: .625rem}.review--entry .content--label{margin: 0rem .5rem 0rem 0rem;float: left}.review--entry .content--field:after{content: "";display: table;clear: both}.review--entry .content--title{font-size: 1rem}.review--entry .review--content{font-size: .875rem;margin: 0}.review--entry.is--answer{margin: 0rem .625rem 1.875rem .625rem;padding: 1.25rem .625rem 1.25rem .625rem;border-top-left-radius: 0;border-top-right-radius: 0;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;background-clip: padding-box;background: #777;border-top: 0}.review--entry.is--answer .entry--header{position: relative;border: 0 none}.review--entry.is--answer .entry--header::after{-webkit-transform: rotate(225deg);transform: rotate(225deg);top: -0.5625rem;background: #777}.content--product-reviews .alert{margin: 0rem 0rem 1rem 0rem}.content--product-reviews .captcha--notice{font-size: .75rem;line-height: 1.2}.product--rating-count{margin-left: .5rem;padding: .125rem .4375rem .125rem .4375rem;border-radius: 3px;background-clip: padding-box;background: #e2001a;color: #fff;font-weight: 700}.product--notification{margin: 0rem 0rem 1rem 0rem}.product--notification .alert{margin: 0rem 0rem .5rem 0rem;word-wrap: break-word}.product--notification .notification--field{border-top-left-radius: 3px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 3px;background-clip: padding-box;margin: 0rem 0rem .625rem 0rem;position: relative;width: 80%}.product--notification .notification--field:focus{z-index: 1}.product--notification .notification--button{padding: .1875rem .625rem .1875rem .625rem;margin: 0rem 0rem .625rem 0rem;border-top-left-radius: 0;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0;background-clip: padding-box;margin-left: -0.0625rem;position: relative;width: 20%}.product--notification .notification--button .icon--mail{font-size: .75rem}.product--notification .privacy-information{margin: 0rem 0rem 0rem 0rem}.configurator--form{padding: .625rem 0rem .625rem 0rem}.configurator--form .select-field{max-width: 100%}.configurator--label{margin: .375rem 0rem .25rem 0rem;font-size: .875rem;font-weight: 700}.is--ctl-detail .content-main--inner{background: #fff;position: relative}.link--prev-button,.link--next-button{display: none}.base-info--entry{margin: 0rem 0rem .3125rem 0rem}.tab--navigation{display: none}.tab--title{color: #000;font-weight: 700}.tab--title:hover{color: #2d6043}.tab--title:after{right: .625rem;font-size: 1.125rem;position: absolute;top: 50%;margin-top: -9px;content: "";font-family: 'shopware'}.tab-menu--cross-selling .tab--container{margin: 0rem 0rem .625rem 0rem;border-radius: 3px;background-clip: padding-box;border: 1px solid #d8dcbf;display: none}.tab-menu--cross-selling .tab--container.has--content{display: block}.tab-menu--cross-selling .tab--container:last-child{margin: 0rem 0rem 0rem 0rem}.tab-menu--cross-selling .tab--header.is--active{border-bottom: 1px solid #d8dcbf}.tab-menu--cross-selling .tab--header.is--active .tab--title:after{content: "\e68e"}.tab-menu--cross-selling .tab--title{padding: .625rem 2.375rem .625rem .625rem;line-height: 1.25rem;position: relative;display: block}.tab-menu--cross-selling .tab--title:after{content: "\e68f"}@media screen and (min-width: 30em){.product--details .configurator--form .select-field{height: 2.375rem;max-width: 80%}.product--details .configurator--form .select-field select{line-height: 2.25rem}.product--details .configurator--form .select-field:after{height: 2.25rem}.product--details .configurator--form,.product--details .buybox--form{width: 80%}.tab-menu--product{margin: 0rem 0rem .625rem 0rem}.tab-menu--product .tab--navigation{display: block}.tab-menu--product .tab--header,.tab-menu--product .tab--preview{display: none}}@media screen and (min-width: 48em){.product--details .product--header{padding: 1.875rem 0rem 1.25rem 0rem}.product--details .product--header .product--title{font-size: 1.75rem;line-height: 1.875rem;width: 80%;float: left;border: 0 none}.product--details .product--supplier{height: 4.375rem;width: 20%;float: right}.product--details .product--supplier .product--supplier-link{height: 4.375rem}.product--details .action--link.action--compare{display: inline-block}.product--details .product--rating-container{width: 80%;float: left}.product--details .product--image-container{width: 100%}.product--details .product--base-info .entry--label{margin: 0rem .5rem 0rem 0rem}.product--details .content--description,.product--details .content--product-reviews{padding: 1.875rem 1.875rem 1.875rem 1.875rem}.product--details .content--related-products,.product--details .content--similar-products{padding: 1.25rem 2.1875rem 1.25rem 2.1875rem}.product--details .product--properties{margin: 0rem 0rem 1.25rem 0rem}.product--details .block-prices--container{margin-top: .75rem}.product--details .tab--navigation{display: block}.product--details .tab--header,.product--details .tab--preview{display: none}.product--details .review--entry{padding: 1.875rem 1.875rem 1.875rem 1.875rem}.product--details .review--entry.is--answer{padding: 1.875rem 1.25rem 1.875rem 1.25rem}.product--details .tab--container{margin: 0rem 0rem 0rem 0rem}.product--details .tab-menu--product{margin: 0rem 0rem 1.875rem 0rem}.product--details .tab-menu--cross-selling .tab--container{display: none}.product--details .review--form-container{width: 80%}}@media screen and (min-width: 64em){.product--details .product--image-container{width: 58%;margin-right: 4%;float: left}.product--details .product--buybox{width: 38%}.product--details .configurator--form{padding: .625rem 0rem .625rem 0rem}.product--details .buybox--inner{width: 100%;float: none}.product--details .product--base-info{margin: .625rem 0rem 1.25rem 0rem;padding: 0;width: 100%;float: none}.product--details .product--properties{width: 50%}.product--details .action--link{margin-right: 1.5625rem}.product--details .review--form-container{width: 70%}.product--details .product--actions{padding: 0rem 0rem .3125rem 0rem;border-bottom: 1px solid #d8dcbf}.product--details .product--buybox{border-bottom: 0 none}.product--details .configurator--form,.product--details .buybox--form{width: 100%}}@media screen and (min-width: 78.75em){.is--ctl-detail .page-wrap{overflow-x: hidden}.product--details .product--header{padding-top: 2.8125rem}.product--details .review--form-container{width: 60%}.product--navigation{display: block;position: relative}.product--navigation .navigation--link{top: 8.75rem;display: none;position: absolute}.product--navigation .link--prev-button,.product--navigation .link--next-button{width: 2.5rem;height: 15.9375rem;line-height: 15.9375rem;font-size: 1.5625rem;-webkit-transition: background .3s ease;transition: background .3s ease;background: rgba(226,0,26,0.1);text-align: center;color: #fff;display: block}.product--navigation .link--prev-button .link--prev-inner,.product--navigation .link--next-button .link--prev-inner,.product--navigation .link--prev-button .link--next-inner,.product--navigation .link--next-button .link--next-inner{display: none}.product--navigation .image--wrapper{padding: .9375rem .9375rem .9375rem .9375rem;width: 12.5rem;height: 15.9375rem;float: left;background: #fff;position: relative}.product--navigation .image--container{-webkit-transition: all .45s cubic-bezier(.16, .04, .14, 1);transition: all .45s cubic-bezier(.16, .04, .14, 1);width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: contain;position: relative}.product--navigation .link--prev-button{border-top-left-radius: 3px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 3px;background-clip: padding-box;float: left}.product--navigation .link--prev-button:before{font-family: 'shopware';content: "\e611"}.product--navigation .link--next-button{border-top-left-radius: 0;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0;background-clip: padding-box;float: right}.product--navigation .link--next-button:before{font-family: 'shopware';content: "\e60f"}.product--navigation .link--prev,.product--navigation .link--next{-webkit-transition: all .38s cubic-bezier(.16, .04, .14, 1);transition: all .38s cubic-bezier(.16, .04, .14, 1)}.product--navigation .link--prev:hover .link--prev-button,.product--navigation .link--next:hover .link--prev-button,.product--navigation .link--prev:hover .link--next-button,.product--navigation .link--next:hover .link--next-button{background: rgba(226,0,26,0.2)}.product--navigation .link--prev{left: -2.5rem}.product--navigation .link--prev .image--container{left: 3.125rem}.product--navigation .link--prev.can--slide:hover{left: -8.75rem}.product--navigation .link--prev.can--slide:hover .image--container{left: 0}.product--navigation .link--next{right: -2.5rem}.product--navigation .link--next .image--container{right: 3.125rem}.product--navigation .link--next.can--slide:hover{right: -8.75rem}.product--navigation .link--next.can--slide:hover .image--container{right: 0}.product--supplier{height: 4.375rem}.product--supplier .product--supplier-link{height: 4.375rem}.content--description,.content--product-reviews{padding: .625rem 2.8125rem 2.8125rem 2.8125rem}.content--related-products,.content--similar-products{padding: 1.875rem 2.8125rem 1.25rem 2.8125rem}.product--notification{margin: 0rem 0rem 1.25rem 0rem}.product--notification .alert{margin: 0rem 0rem .625rem 0rem}}.footer-main{background: #fff}.footer-main .footer--phone-link{font-size: 1.1875rem;font-weight: 700;color: #e2001a}.footer-main .footer--column{padding: 0rem .625rem 0rem .625rem;border-top: 1px solid #d8dcbf}.footer-main .footer--column.is--last{border-bottom: 1px solid #d8dcbf}.footer-main .column--headline{-webkit-user-select: none;user-select: none;padding: .5rem 0rem .5rem 0rem;margin: 0;font-weight: 700;color: #2d6043;cursor: pointer;font-size: 1rem;line-height: 1.625rem}.footer-main .column--headline.is--active::after{content: "\e68e"}.footer-main .column--headline::after{font-size: 1.125rem;font-family: 'shopware';color: #000;font-weight: 700;content: "\e68f";float: right}.footer-main .column--content{display: none}.footer-main .column--content.is--active{display: block}.footer-main .footer--bottom{font-size: .75rem;padding: 1.33333333rem 1rem 0rem 1rem;text-align: center}.footer-main .footer--copyright{font-size: .8125rem}.footer-main .footer--logo{font-size: 1.75rem;color: #009fe3}.footer-main .navigation--list{padding: 0rem 0rem 1rem 0rem}.footer-main .navigation--list .is--level1{padding-bottom: .625rem}.footer-main .navigation--list .is--level1 .navigation--entry{margin-left: .625rem}.footer-main .navigation--link{padding: .625rem 0rem .625rem 0rem;display: block;color: #000;cursor: pointer}.footer-main .navigation--link:hover{color: #2d6043}.footer-main .newsletter--form{padding: 0rem 0rem 1rem 0rem}.footer-main .newsletter--form:after{content: "";display: table;clear: both}.footer-main .newsletter--field{border-top-left-radius: 3px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 3px;background-clip: padding-box;margin: 0rem 0rem .625rem 0rem;position: relative;width: 87.5%;float: left}.footer-main .newsletter--field:focus{z-index: 1}.footer-main .newsletter--button{box-shadow: 0 0 0 transparent;border-top-left-radius: 0;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0;background-clip: padding-box;margin: 0rem 0rem .625rem 0rem;padding: .1875rem .3125rem .1875rem .3125rem;margin-left: -0.0625rem;position: relative;width: 12.5%;text-align: center;float: left}.footer-main .newsletter--button .icon--mail{font-size: .875rem;margin-right: 0rem}.footer-main .newsletter--button .button--text{display: none}.footer-main .footer--logo{padding: .625rem 0rem .625rem 0rem}.footer-vat{margin-top: .625rem;padding: 0rem .3125rem 0rem .3125rem;background: transparent}.footer--vat-info .vat-info--text{font-size: .75rem;margin-bottom: .625rem;text-align: center}.footer-minimal{font-size: .8125rem;padding: 2.5rem .625rem 1.25rem .625rem;background: transparent;text-align: center}.footer-main .footer-minimal{padding: 0}.footer-minimal .footer--service-menu .service--list{list-style-type: none;padding: 0;margin: 0}.footer-minimal .footer--service-menu .service--list .service--link{padding: .5rem .125rem .5rem .125rem;display: inline-block}.footer-minimal .footer--service-menu .service--list .service--entry{display: inline-block}.footer-minimal .footer--service-menu .service--list .service--entry:after{height: .625rem;width: .0625rem;margin: 0rem .3125rem 0rem .3125rem;border-left: 1px solid #c4ca9e;display: inline-block;content: ''}.footer-minimal .footer--service-menu .service--list .service--entry:last-child:after{display: none}.footer-minimal .footer--vat-info{margin: .9375rem 0rem .625rem 0rem}.footer-minimal .footer--vat-info .vat-info--text{line-height: 1.125rem;margin: 0}@media screen and (min-width: 48em){.footer-main .footer-minimal{display: none}}@media screen and (min-width: 48em){.footer-main{border-top: 1px solid #d8dcbf}.footer-main .column--headline{margin: 1.75rem 0rem .625rem 0rem;padding: 0;cursor: text}.footer-main .column--headline::after{display: none}.footer-main .footer--column{padding: 0rem .625rem 0rem 0rem;width: 25%;border: 0 none}.footer-main .footer--column.is--last{padding-right: 0;border-bottom: 0 none}.footer-main .footer--columns{padding: 0rem 1.875rem 0rem 1.875rem;border-bottom: 1px solid #d8dcbf}.footer-main .column--content{display: block}.footer-main .navigation--list .is--level1{display: none}.footer-main .navigation--entry{padding: 0}.footer-main .navigation--link{line-height: 1.7;padding: 0}.footer-main .newsletter--field{width: 80%}.footer-main .newsletter--button{width: 20%}.footer-main .newsletter--button .icon--mail{font-size: .75rem}.footer-vat{padding: 0}.footer--vat-info .vat-info--text{margin-bottom: 1.25rem}}@media screen and (min-width: 78.75em){.footer-main .footer--columns{padding: 0rem 0rem 1.25rem 0rem}.footer-main .footer--bottom{font-size: .9375rem}.footer-minimal{padding-top: 0}}body > .sidebar-main{padding-bottom: 1.25rem;border-right: #d8dcbf}body > .sidebar-main:after{content: "";display: table;clear: both}.sidebar-main.off-canvas,#cookie-consent{background: #777}.mobile--switches{padding: .375rem .625rem .375rem .625rem;height: 2.6875rem;display: block}.mobile--switches:after{content: "";display: table;clear: both}.mobile--switches .navigation--entry{margin-right: 1.25rem;float: left}.mobile--switches .field--select,.mobile--switches .navigation--entry{height: 1.875rem}.mobile--switches .field--select{position: relative}.mobile--switches .select-field{height: 1.875rem}.mobile--switches .select-field select{border-radius: 0;padding: 0rem 1.125rem 0rem 0rem;line-height: 1.75rem;font-size: 1rem;background: none;border: 0 none}.mobile--switches .select-field:after{height: 1.5625rem;line-height: 1.75rem;width: auto;border: 0 none}.mobile--switches .top-bar--language .select-field{width: 2rem}.mobile--switches .top-bar--language .select-field select{text-indent: -9999px}.mobile--switches .top-bar--language .language--flag{margin-top: -0.375rem;position: absolute;z-index: 900;top: 50%;left: 0;pointer-events: none}.campaign--box{display: none}.sidebar--navigation{border-radius: 0;margin: 0;border-left: 0 none;border-right: 0 none}.sidebar--navigation .navigation--entry{position: relative}.sidebar--navigation .navigation--link{padding: .625rem 1.25rem .625rem 1.25rem;width: 100%;height: 100%;display: block}.sidebar--navigation .navigation--link .is--icon-right{margin-top: .3125rem;font-size: .625rem;display: inline-block;float: right}.sidebar--navigation .navigation--link:hover{color: #2d6043}.sidebar--navigation.show--active-items .navigation--link.is--active{color: #2d6043;font-weight: 700}.offcanvas--overlay{width: 17.5rem;top: 2.625rem;background: #777;position: absolute;overflow-x: hidden;overflow-y: auto;left: 0;padding: 0;z-index: 1200;bottom: 0}.offcanvas--overlay.background{z-index: 1100}.offcanvas--overlay .overlay--headline{margin-bottom: .625rem;border-bottom: 1px solid #d8dcbf;width: 100%;background: #fff}.offcanvas--overlay .overlay--category{margin: 1rem .625rem .375rem .625rem;line-height: 1.625rem}.offcanvas--overlay .overlay--category .category--headline{font-size: .875rem;color: #304513;margin: 0;padding: 0;font-weight: 700}.offcanvas--overlay .is--icon-left{margin-top: .3125rem;margin-right: .3125rem;font-size: .625rem;display: inline-block}.offcanvas--overlay .is--icon-right{margin-top: .3125rem;font-size: .625rem;display: inline-block;float: right}.offcanvas--overlay .is--back-button{font-weight: 700}.offcanvas--overlay .is--display-button{color: #2d6043;font-weight: 700}.has--cssanimations .sidebar--ajax-loader{top: .75rem;right: .9375rem;position: absolute;display: none}.has--cssanimations .sidebar--ajax-loader::before{width: 1rem;height: 1rem;border-radius: 100%;background-clip: padding-box;-webkit-animation: keyframe--spin 1s linear infinite;animation: keyframe--spin 1s linear infinite;display: block;content: "";border: 2px solid #d8dcbf;border-top: 2px solid #5f6537}.sidebar--ajax-loader{top: .75rem;right: .9375rem;position: absolute;display: none}.sidebar--ajax-loader::before{width: 1rem;height: 1rem;border-radius: 100%;background-clip: padding-box;-webkit-animation: keyframe--spin 1s linear infinite;animation: keyframe--spin 1s linear infinite;display: block;content: "";border: 2px solid #d8dcbf;border-top: 2px solid #5f6537}.listing--sidebar{overflow: hidden;width: 0;height: 0;margin-bottom: 1.25rem}.listing--sidebar .sidebar-filter .off-canvas.is--open.is--ajax-reload{overflow: hidden}.listing--sidebar .sidebar-filter .off-canvas.is--open.is--ajax-reload .filter--container{overflow: auto;position: absolute;top: 43px;width: 100%;bottom: 0;left: 0;right: 0}.listing--sidebar .sidebar-filter .off-canvas.is--open.is--ajax-reload .filter--close-btn{position: absolute;width: 100%;z-index: 10}.listing--sidebar .sidebar-filter .action--filter-options{border-radius: 3px;border-radius: 0;background-clip: padding-box;border: 1px solid #d8dcbf}.listing--sidebar .sidebar-filter .filter--active{max-width: 100%}.listing--sidebar .sidebar-filter .filter--container{padding: .625rem .625rem .625rem .625rem;margin: 0}.listing--sidebar .sidebar-filter .filter--container .filter-panel{margin: 0rem 0rem .625rem 0rem;float: none;width: auto}.listing--sidebar .sidebar-filter .filter--actions{width: auto;padding: 0;margin: 0}.listing--sidebar .sidebar-filter .filter--actions.filter--actions-top{margin: 0}.listing--sidebar .sidebar-filter .filter--actions .filter--btn-apply{width: 100%}.listing--sidebar .sidebar-filter #filter{display: block;padding: 0}@media screen and (min-width: 48em){.listing--sidebar{width: 14.375rem;height: auto;display: block;float: left}.listing--sidebar + .content--wrapper{margin-left: 16.25rem}.is--no-sidebar .listing--sidebar{display: none}.is--no-sidebar .listing--sidebar + .content--wrapper{margin: 0}.offcanvas--overlay{display: none}.sidebar-main{width: 14.375rem;margin: 0rem 0rem 0rem 0rem;padding-top: 1.875rem;display: none;float: left}.is--ctl-listing .sidebar-main,.is--ctl-forms .sidebar-main,.is--ctl-tellafriend .sidebar-main,.is--ctl-newsletter .sidebar-main,.is--ctl-sitemap .sidebar-main,.is--ctl-custom .sidebar-main,.is--ctl-note.is--user .sidebar-main,.is--ctl-address .sidebar-main,.is--ctl-account.is--user .sidebar-main{display: block}.is--ctl-listing .sidebar-main + .content--wrapper,.is--ctl-forms .sidebar-main + .content--wrapper,.is--ctl-tellafriend .sidebar-main + .content--wrapper,.is--ctl-newsletter .sidebar-main + .content--wrapper,.is--ctl-sitemap .sidebar-main + .content--wrapper,.is--ctl-custom .sidebar-main + .content--wrapper,.is--ctl-note.is--user .sidebar-main + .content--wrapper,.is--ctl-address .sidebar-main + .content--wrapper,.is--ctl-account.is--user .sidebar-main + .content--wrapper{margin-left: 16.25rem}.is--ctl-blog .sidebar-main,.is--ctl-note .sidebar-main,.is--ctl-note.is--user.is--one-time-account .sidebar-main,.is--ctl-index .sidebar-main,.is--ctl-detail .sidebar-main,.is--ctl-search .sidebar-main,.is--ctl-checkout .sidebar-main,.is--ctl-register .sidebar-main,.is--ctl-campaign .sidebar-main,.is--ctl-account.is--act-logout .sidebar-main,.is--ctl-account.is--act-abort .sidebar-main,.is--ctl-account.is--act-password .sidebar-main,.is--ctl-account.is--act-resetpassword .sidebar-main,.is--ctl-listing.is--no-sidebar .sidebar-main{display: none}.is--ctl-blog .sidebar-main + .content--wrapper,.is--ctl-note .sidebar-main + .content--wrapper,.is--ctl-note.is--user.is--one-time-account .sidebar-main + .content--wrapper,.is--ctl-index .sidebar-main + .content--wrapper,.is--ctl-detail .sidebar-main + .content--wrapper,.is--ctl-search .sidebar-main + .content--wrapper,.is--ctl-checkout .sidebar-main + .content--wrapper,.is--ctl-register .sidebar-main + .content--wrapper,.is--ctl-campaign .sidebar-main + .content--wrapper,.is--ctl-account.is--act-logout .sidebar-main + .content--wrapper,.is--ctl-account.is--act-abort .sidebar-main + .content--wrapper,.is--ctl-account.is--act-password .sidebar-main + .content--wrapper,.is--ctl-account.is--act-resetpassword .sidebar-main + .content--wrapper,.is--ctl-listing.is--no-sidebar .sidebar-main + .content--wrapper{margin: 0}.is--ctl-note .sidebar-main .categories--headline,.is--ctl-address .sidebar-main .categories--headline,.is--ctl-account .sidebar-main .categories--headline,.is--ctl-note .sidebar-main .categories--navigation,.is--ctl-address .sidebar-main .categories--navigation,.is--ctl-account .sidebar-main .categories--navigation,.is--ctl-note .sidebar-main .shop-sites--container,.is--ctl-address .sidebar-main .shop-sites--container,.is--ctl-account .sidebar-main .shop-sites--container{display: none}.sidebar-main .mobile--switches,.sidebar-main .filter--container,.sidebar-main .navigation--smartphone{display: none}.sidebar-main .sidebar--categories-wrapper{display: block}.navigation--headline{margin: 1.25rem .625rem .625rem .625rem}.campaign--box{margin: 0rem 0rem 1.25rem 0rem;display: block}.categories--headline{display: none}.categories--navigation.is--level0 .navigation--entry:first-child .navigation--link.is--active{border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;background-clip: padding-box}.categories--navigation.is--level1 .navigation--entry:first-child .navigation--link.is--active{border-radius: 0}.sidebar--categories-navigation{margin-bottom: 1.25rem}.sidebar--navigation{border-radius: 3px;border-radius: 0;background-clip: padding-box;border: 1px solid #d8dcbf}.sidebar--navigation .navigation--entry{padding: 0rem 0rem 0rem 0rem;margin: 0rem .625rem 0rem .625rem}.sidebar--navigation ul.sidebar--navigation{border-radius: 0}.sidebar--navigation ul.sidebar--navigation .navigation--entry{margin: 0rem 0rem 0rem .625rem}.sidebar--navigation .navigation--link{padding: .625rem .625rem .625rem .625rem;display: block}.sidebar--navigation .navigation--link:hover{color: #2d6043}.sidebar--navigation .navigation--link.is--active{color: #2d6043;font-weight: 700}.sidebar--navigation .navigation--link .is--icon-right{display: none}.sidebar--navigation .is--level1{margin-bottom: .625rem;border: 0 none}.sidebar--navigation .is--level1 .navigation--entry{margin: 0rem 0rem 0rem 0rem;border: 0 none}.sidebar--navigation .is--level1 .navigation--link{padding: .3125rem .625rem .3125rem .625rem}.sidebar--navigation .is--level1 .navigation--link.is--active{font-weight: 700;text-shadow: none;color: #2d6043;background: transparent;border: 0 none}.sidebar--navigation .is--level2{font-size: .75rem}.sidebar--navigation .navigation--level-high{border: 0 none}.shop-sites--container{padding: .9375rem .625rem .9375rem .625rem;margin-bottom: 1.25rem;border: 1px solid #d8dcbf}.shop-sites--container .shop-sites--headline{padding-bottom: .66666667rem;font-size: 1rem;margin-top: 0;border-bottom: 1px solid #d8dcbf;color: #304513;font-weight: 700}.shop-sites--container .shop-sites--navigation,.shop-sites--container .navigation--entry{border: 0 none}.shop-sites--container .shop-sites--navigation .navigation--link,.shop-sites--container .navigation--entry .navigation--link{padding: .3125rem .625rem .3125rem .625rem}.sidebar-filter .filter--active-container{margin: 0;padding: 0}.sidebar-filter .is--instant-filter .filter--facet-container .filter-panel:last-child{margin-bottom: 0}.sidebar-filter .filter--facet-container,.sidebar-filter .filter--actions-bottom,.sidebar-filter .filter--active-container{display: block}.sidebar-filter .filter--facet-container{padding: 0}.listing--sidebar .sidebar-filter .filter-panel.is--collapsed{height: auto}.listing--sidebar .sidebar-filter .filter-panel.is--collapsed .filter-panel--flyout{position: relative}.listing--sidebar + .search--results{margin-left: 16.25rem}.listing--sidebar + .search--results .listing--wrapper{float: left}}@media screen and (min-width: 48em){.is--ctl-forms .sidebar-main .sidebar--categories-navigation,.is--ctl-custom .sidebar-main .sidebar--categories-navigation{display: none}.is--ctl-forms .sidebar-main .shop-sites--container,.is--ctl-custom .sidebar-main .shop-sites--container{display: block}.sidebar-main .shop-sites--container{display: none}.sidebar-main.off-canvas,#cookie-consent{background: transparent}}@media screen and (min-width: 78.75em){.sidebar-main{padding-top: 2.8125rem;display: block}.sidebar-main.off-canvas,#cookie-consent{position: relative;top: 0;left: 0;z-index: 1000}}.listing--content{margin: 1.25rem 0rem 1.25rem 0rem}.banner--container{margin: 0rem 0rem 1.25rem 0rem}.category--teaser{margin: 0rem 0rem 1.25rem 0rem}.category--teaser .hero--text{padding: .625rem 1.25rem .625rem 1.25rem}.category--teaser .offcanvas--content{padding: 1.25rem}.category--teaser .offcanvas--content .content--title{font-size: 1.125rem;margin: .625rem 0rem .9375rem 0rem;font-weight: 700;color: #304513}.vendor--info{margin: 0rem 0rem 1.25rem 0rem}.vendor--info:after{content: "";display: table;clear: both}.vendor--info .vendor--image-wrapper{margin: 0rem 0rem .625rem 0rem;max-width: 12.5rem;height: 4.375rem;margin-left: auto;margin-right: auto}.vendor--info .vendor--image{margin: 0 auto;height: 100%}.vendor--info .vendor--text{margin: 0rem 0rem 1.25rem 0rem}.listing--actions{-webkit-tap-highlight-color: rgba(0,0,0,0)}.listing--actions:after{content: "";display: table;clear: both}.listing--wrapper.js--is-loading .js--loading-indicator{top: 9.375rem}.listing{-webkit-transition: opacity .5s ease-out;transition: opacity .5s ease-out;opacity: 1}.listing.is--loading{opacity: 0}.action--filter-btn{margin-bottom: .625rem}.action--filter-btn .filter--trigger{height: 2.125rem;padding: .25rem .25rem .25rem .625rem;line-height: 1.5rem;display: block;position: relative;overflow: hidden}.action--filter-btn .filter--trigger .icon--filter{margin-right: .5rem}.action--filter-btn .filter--trigger .action--collapse-icon{padding: 0rem .625rem 0rem .625rem;line-height: 1.5rem;background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;background-image: none;border-radius: 3px;border-radius: 0;background-clip: padding-box;display: inline-block;color: #fff;float: right}.action--filter-options .filter--container{padding: 0rem .625rem 0rem .625rem}.action--filter-options .filter--close-btn{padding: .75rem .625rem .75rem .625rem;background-image: linear-gradient(to bottom, #e2001a 0%, #950011 100%);background-color: #e2001a;background-image: none;display: block;color: #fff;font-weight: 700}.action--filter-options .filter--close-btn:hover{color: #fff}.action--filter-options .filter--close-btn .icon--arrow-right{margin: .1875rem 0rem 0rem 0rem;float: right}.action--filter-options .filter--btn-apply{clear: both}.action--filter-options .filter--list{list-style: none}.action--filter-options .filter--entry{padding: .625rem 1.25rem .625rem 1.25rem;font-size: 1rem;display: block;border-bottom: 1px solid #d8dcbf}.action--filter-options .filter--entry:last-child{border: 0 none}.action--filter-options .filter--link{color: #000}.action--filter-options .filter--link:hover{color: #2d6043}.action--sort{margin-bottom: 1.25rem;display: block}.action--sort .sort--label{display: none}.action--sort .sort--select{height: 2.125rem;max-width: 100%}.action--sort .sort--select:after,.action--sort .sort--select .sort--field{line-height: 2.125rem}.action--per-page{display: none}.listing--paging{padding: .625rem 0rem .625rem 0rem;display: block}.listing--paging:after{content: "";display: table;clear: both}.listing--paging .paging--label{display: none}.listing--paging .paging--display{line-height: 1.875rem;margin-left: .625rem}.listing--bottom-paging{margin: .625rem 0rem 1.25rem 0rem}.listing--container{overflow: hidden}.listing{margin: -2% 0 0 -2%;padding: 0 0 2% 0}.listing:after{content: "";display: table;clear: both}.infinite--actions{width: 100%;margin: 0 auto;text-align: center}.infinite--actions .js--load-more,.infinite--actions .js--load-previous{margin-bottom: 1.25rem}@media screen and (min-width: 48em){.category--teaser .hero--headline{font-size: 1.625rem;padding: 2.5rem 0rem 0rem 0rem;margin: 0rem 2.5rem 0rem 2.5rem}.category--teaser .hero--text{padding: 1.5625rem 2.5rem .625rem 2.5rem}.listing--content{margin: 1.875rem 0rem 1.875rem 0rem}.listing--content:after{content: "";display: table;clear: both}.vendor--info .vendor--image-wrapper{margin: 0rem 1.25rem 1.25rem 0rem;float: left}.vendor--info .vendor--image-wrapper + .vendor--text{margin: 0rem 0rem 0rem 15.625rem}.vendor--info .vendor--image-wrapper .vendor--image{margin: 0}.listing--actions{border-radius: 3px;border-radius: 0;background-clip: padding-box;margin: 0rem 0rem 1.25rem 0rem;padding-top: .625rem;border: 1px solid #d8dcbf;background: #969696}.listing--actions .listing--paging{padding: .625rem .625rem .625rem .625rem;display: block;border-top: 1px solid #d8dcbf}.listing--actions.without-facets.without-sortings.without-pagination{display: none}.listing--actions.without-facets.without-sortings{padding-top: 0rem;border-top: none}.action--per-page{line-height: 2rem;display: inline-block;width: 30%;text-align: right;float: right}.action--per-page .per-page--label{display: none}.action--per-page .per-page--select{width: 5rem;height: 2rem;vertical-align: top}.action--per-page .per-page--select:after,.action--per-page .per-page--select .per-page--field{line-height: 1.875rem;text-align: center}.action--sort{width: 12.5rem;margin: 0rem .625rem 0rem 0rem;display: inline-block;text-align: right;float: right}.action--sort .sort--select{max-width: 12.5rem}.action--filter-btn{width: 11.875rem;margin: 0rem 1.25rem .625rem .625rem;float: left}.action--filter-btn .filter--trigger .action--collapse-icon{display: none}.action--filter-btn .filter--trigger:before,.action--filter-btn .filter--trigger:after{-webkit-transition: margin-top .4s cubic-bezier(.02, .01, .47, 1);transition: margin-top .4s cubic-bezier(.02, .01, .47, 1);width: 1rem;height: 1rem;right: .625rem;margin-top: -0.5rem;font-size: .375rem;line-height: 1rem;font-family: 'shopware';content: "\e612";position: absolute;text-align: center;background: none;color: inherit;top: 50%}.action--filter-btn .filter--trigger:after{margin-top: -3rem;content: "\e610"}.action--filter-btn .filter--trigger.is--active{padding: .125rem .75rem .125rem .75rem;line-height: 2.125rem;background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;border: 0 none;font-weight: 500;font-size: 20px;color: #fff;text-align: center;background-image: none;background-color: #e2001a;border: 0;border-radius: 0;background-clip: padding-box;border: 1px solid #e2001a}.action--filter-btn .filter--trigger.is--active:hover{background: #2d6043;color: #fff}.action--filter-btn .filter--trigger.is--active.is--small{line-height: 1.875rem}.action--filter-btn .filter--trigger.is--active.is--large{line-height: 2.375rem}.action--filter-btn .filter--trigger.is--active.is--inverted{color: #e2001a;background-color: transparent}.action--filter-btn .filter--trigger.is--active:before{margin-top: 2.5rem}.action--filter-btn .filter--trigger.is--active:after{margin-top: -0.5rem}.action--filter-options{width: auto;height: auto;padding: 0;overflow: visible;position: relative;background: #fff;border: 0 none;clear: both}.action--filter-options.is--collapsed,.action--filter-options.is--active-filter{border-width: 1px 0 0 0;border-style: solid;border-color: #d8dcbf}.action--filter-options.is--active-filter .filter--active-container{display: block}.action--filter-options.is--instant-filter-active .filter--active-container{display: block}.action--filter-options .filter--close-btn{display: none}.action--filter-options .filter--container{margin-left: -2%;padding-left: 3%}.action--filter-options .filter--container:after{content: "";display: table;clear: both}.action--filter-options .filter--group{height: 2.375rem;width: 31%;margin: 0 2% 2% 0;position: relative;float: left}.action--filter-options .filter--header{width: 100%;position: absolute;top: 0;left: 0;z-index: 1100}.action--filter-options .filter--header.is--active{z-index: 1300}.action--filter-options .filter--content{top: 2.375rem;width: 100%;position: absolute;left: 0}.action--filter-options #filter:after{content: "";display: table;clear: both}.listing--bottom-paging{padding: 0rem .625rem 0rem .625rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;border: 1px solid #d8dcbf;background: #969696}}@media screen and (min-width: 78.75em){.listing--content{padding-top: 2.8125rem;margin: 0rem 0rem 0rem 0rem}.action--filter-btn{width: 20%;margin-right: 2%}.action--filter-btn .filter--trigger{font-size: .875rem}.action--filter-btn .filter--trigger .action--collapse-icon{margin-top: -0.5rem}.action--filter-options{background: #fff}.action--filter-options.is--collapsed,.action--filter-options.is--active-filter{border-width: 1px 0 0 0}.action--sort{line-height: 2rem;margin: 0rem .625rem .625rem 0rem;width: 40%}.action--sort .sort--label{margin: 0rem .625rem 0rem 0rem;display: inline-block;font-weight: 700}.action--sort .sort--select{max-width: 12.5rem;vertical-align: top}.action--per-page .per-page--label{margin: 0rem .625rem 0rem 0rem;display: inline-block;font-weight: 700}.listing--paging{display: block;clear: both}.listing--paging .paging--label{margin: 0rem .625rem 0rem 0rem;font-weight: 700}.listing--paging .paging--display{line-height: 1.875rem}}.product--box{display: block;width: 100%;padding: 2% 0 0 2%;float: left}.product--box:after{content: "";display: table;clear: both}.product--box .box--content{padding: .625rem .625rem .625rem .625rem;height: 100%;border: 1px solid #d8dcbf;position: relative}.product--box .product--image{height: 11.25rem;margin: 0rem 0rem .3125rem 0rem;display: block;text-align: center}.product--box .product--image .image--element{height: 100%;width: 100%;display: block;margin: 0 auto;position: relative}.product--box .product--image .image--element img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;display: inline-block;vertical-align: middle;z-index: 500}.product--box .product--rating-container{height: 1.5625rem;display: block}.product--box .product--title{height: 2.5rem;margin: 0rem 0rem .3125rem 0rem;font-size: 1rem;line-height: 1.25rem;display: block;width: 100%;color: #304513;font-weight: 700;overflow: hidden}.product--box .product--title:hover{color: #2d6043}.product--box .variant--description{height: 2.5rem;margin: 0rem 0rem .3125rem 0rem;font-size: .75rem;line-height: 1.25rem;display: block;width: 100%;color: #304513;overflow: hidden;font-weight: 400}.product--box .variant--description .variant--groupName{font-weight: 700}.product--box .variant--description .variant--description--line{white-space: nowrap}.product--box .product--description{height: 4.5rem;margin: 0rem 0rem .625rem 0rem;font-size: .875rem;line-height: 1.125rem;display: block;width: 100%;overflow: hidden}.product--box .product--price-info{height: 2.5rem}.product--box .product--price-info .price--unit{height: 1.25rem;font-size: .6875rem;line-height: 1rem;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}.product--box .product--price-info .price--unit[title]{user-select: none}.product--box .product--price-info .price--unit[title]:hover{user-select: auto}.product--box .product--price{height: 1.25rem}.product--box .product--price .price--default{font-size: 1.125rem;line-height: 1.25rem;display: inline-block;color: #304513;font-weight: 700}.product--box .product--price .price--default.is--discount{color: #e74c3c}.product--box .product--price .price--pseudo{font-size: .75rem;line-height: 1.25rem}.product--box .product--price .price--discount{font-size: .75rem;line-height: 1.25rem;display: inline-block;text-decoration: line-through;vertical-align: baseline}.product--box .buybox--form{height: 2.625rem;margin-top: .4375rem}.product--box .buybox--form i.icon--basket{display: none}.product--box .product--detail-btn{height: 2.625rem;margin-top: .4375rem}.product--box .product--actions{margin: .9375rem 0rem 0rem 0rem;font-size: .875rem;line-height: 1.5rem;overflow: auto}.product--box .product--actions form{display: inline-block}.product--box .product--action{background: none;border: none;margin: 0;padding: 0;margin: 0rem 1.25rem 0rem 0rem;font-size: .875rem;line-height: 1.5rem;display: inline-block;color: #000;word-break: keep-all;white-space: nowrap}.product--box .product--action [class^="icon--"]{margin: 0rem .3125rem 0rem 0rem;font-size: .75rem}.product--box .product--action:hover{color: #2d6043}.product--box .action--compare{display: none}.product--box .action--note:focus{outline: none}.product--box .action--note.js--is-saved{color: #a8be00}.product--box .product--badges{top: 1.25rem;left: -0.0625rem;position: absolute;z-index: 750}.product--box .product--badges .product--badge{padding: .1875rem .625rem .1875rem .625rem;margin: 0rem 0rem .3125rem 0rem;font-size: .875rem;line-height: 1rem;border-top-left-radius: 0;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0;background-clip: padding-box;display: block;float: left;position: relative;text-align: center;font-weight: 700;clear: both}.product--box .product--badges .badge--discount{color: #fff;background: #e74c3c}.product--box .product--badges .badge--recommend{color: #fff;background: #a8be00}.product--box .product--badges .badge--newcomer{color: #fff;background: #f1c40f}.product--box .product--badges .badge--esd{background: #4aa3df;color: #fff}.box--minimal{width: 50%}.box--minimal .product--image{height: 7.5rem}.box--minimal .product--price-info{height: 4.375rem}.box--minimal .product--price-info .price--unit{height: 1.875rem;font-size: .625rem;line-height: .875rem;display: block}.box--minimal .product--price-outer{height: 2.5rem;position: relative}.box--minimal .product--price{line-height: 1.25rem;position: absolute;bottom: 0;left: 0;height: auto}.box--minimal .product--price .price--default{font-size: 1rem;line-height: 1.25rem;margin: 0rem .3125rem 0rem 0rem;vertical-align: bottom;float: left}.box--minimal .product--price .price--pseudo,.box--minimal .product--price .price--discount{font-size: .625rem;line-height: .875rem}.box--minimal .buybox--form .buy-btn--cart-text{display: none}.box--minimal .buybox--form i.icon--basket{left: .125rem;top: .0625rem;font-size: .875rem;display: inline-block;position: relative}.box--image .product--image{margin: 0rem 0rem .3125rem 0rem;width: auto;position: relative;height: 12.5rem}.box--image .product--info{padding: 0}.box--slider{display: block;padding: 0;position: relative;text-align: center;float: none}.box--slider:hover .product--title{color: #2d6043}.box--slider .box--content{border: 0 none;padding: 0}.box--slider .product--price-info{height: auto}.box--slider .product--price-info .price--unit{height: .875rem;font-size: .625rem}.box--slider .product--price-info .price--default{font-size: .875rem}.box--slider .product--price-info .is--discount{font-weight: 700}.box--slider .product--image{height: 8.75rem;-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);margin-bottom: .625rem;display: block;text-align: center;position: relative}.box--slider .image--element{height: 100%;width: 100%;display: block;margin: 0 auto;position: relative}.box--slider .image--element img{-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;display: inline-block;vertical-align: middle;z-index: 500}.box--slider .product--title{font-size: .875rem;height: 2.5rem;-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);display: block;color: #000;font-weight: 400;white-space: normal}.box--list .buybox--form{max-width: 17.5rem}.box--list .product--detail-btn{max-width: 17.5rem}@media screen and (min-width: 30em){.box--basic .product--image{height: 100%;margin: 0;position: absolute;top: 0;left: 0;width: 10rem}.box--basic .product--info{position: relative;padding: 0rem 0rem 0rem 11.25rem}.box--minimal{width: 33.3%}.box--image .product--image{height: 100%;margin: 0;position: absolute;top: 0;left: 0;width: 50%}.box--image .product--info{position: relative;padding-left: 52%}.box--image .product--price-info{height: 3.75rem}.box--image .product--price-info .price--unit{height: 2.5rem}.box--list .product--image{height: 100%;margin: 0;position: absolute;top: 0;left: 0;width: 11.25rem}.box--list .product--info{position: relative;padding: 0rem 0rem 0rem 12.5rem}}@media screen and (min-width: 48em){.product--box .action--compare{display: inline-block}.box--basic .product--image{height: 100%;margin: 0;position: absolute;top: 0;left: 0;width: 10rem}.box--basic .product--info{position: relative;padding: 0rem 0rem 0rem 11.25rem}.box--image .product--image{margin: 0rem 0rem .3125rem 0rem;width: auto;position: relative;height: 15rem}.box--image .product--info{padding: 0}.box--image .product--price-info{height: 2.5rem}.box--image .product--price-info .price--unit{height: 1.25rem}.is--ctl-search .box--basic,.is--ctl-listing.is--no-sidebar .box--basic{width: 50%}.is--ctl-search .box--basic .product--image,.is--ctl-listing.is--no-sidebar .box--basic .product--image{margin: 0rem 0rem .3125rem 0rem;width: auto;position: relative;height: 11.25rem}.is--ctl-search .box--basic .product--info,.is--ctl-listing.is--no-sidebar .box--basic .product--info{padding: 0}.is--ctl-search .box--minimal,.is--ctl-listing.is--no-sidebar .box--minimal{width: 25%}.is--ctl-search .box--minimal .product--image,.is--ctl-listing.is--no-sidebar .box--minimal .product--image{height: 11.25rem}.is--ctl-search .box--image,.is--ctl-listing.is--no-sidebar .box--image{width: 50%}.is--ctl-search .has--sidebar-filter .box--basic,.is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic{width: 100%}.is--ctl-search .has--sidebar-filter .box--basic .product--image,.is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--image{height: 100%;margin: 0;position: absolute;top: 0;left: 0;width: 10rem}.is--ctl-search .has--sidebar-filter .box--basic .product--info,.is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--info{position: relative;padding: 0rem 0rem 0rem 11.25rem}.is--ctl-search .has--sidebar-filter .box--minimal,.is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--minimal{width: 33.3%}}@media screen and (min-width: 64em){.box--basic{width: 50%}.box--basic .product--image{margin: 0rem 0rem .3125rem 0rem;width: auto;position: relative;height: 11.25rem}.box--basic .product--info{padding: 0}.box--minimal{width: 25%}.box--image{width: 50%}.box--image .product--image{margin: 0rem 0rem .3125rem 0rem;width: auto;position: relative;height: 17.5rem}.box--image .product--info{padding: 0}.is--ctl-search .box--basic .product--image,.is--ctl-listing.is--no-sidebar .box--basic .product--image{height: 100%;margin: 0;position: absolute;top: 0;left: 0;width: 10.625rem}.is--ctl-search .box--basic .product--info,.is--ctl-listing.is--no-sidebar .box--basic .product--info{position: relative;padding: 0rem 0rem 0rem 11.875rem}.is--ctl-search .box--minimal,.is--ctl-listing.is--no-sidebar .box--minimal{width: 20%}.is--ctl-search .box--image,.is--ctl-listing.is--no-sidebar .box--image{width: 33.3%}.is--ctl-search .has--sidebar-filter .box--basic,.is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic{width: 50%}.is--ctl-search .has--sidebar-filter .box--basic .product--image,.is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--image{margin: 0rem 0rem .3125rem 0rem;width: auto;position: relative;height: 11.25rem}.is--ctl-search .has--sidebar-filter .box--basic .product--info,.is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--info{padding: 0}.is--ctl-search .has--sidebar-filter .box--minimal,.is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--minimal{width: 25%}}@media screen and (min-width: 78.75em){.box--basic .product--image{height: 100%;margin: 0;position: absolute;top: 0;left: 0;width: 10.625rem}.box--basic .product--info{position: relative;padding: 0rem 0rem 0rem 11.875rem}.box--basic .box--content{padding: 1.25rem .625rem 1.25rem .625rem}.box--minimal{width: 25%}.box--minimal .buybox--form .buy-btn--cart-text{display: inline-block}.box--minimal .buybox--form i.icon--basket{display: none}.box--image .product--image{margin: 0rem 0rem .3125rem 0rem;width: auto;position: relative;height: 18.75rem}.box--image .product--info{padding: 0}.is--ctl-search .box--minimal,.is--ctl-listing.is--no-sidebar .box--minimal{width: 20%}.is--ctl-search .has--sidebar-filter .box--basic .product--image,.is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--image{height: 100%;margin: 0;position: absolute;top: 0;left: 0;width: 10.625rem}.is--ctl-search .has--sidebar-filter .box--basic .product--info,.is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--info{position: relative;padding: 0rem 0rem 0rem 11.875rem}}.viewlast{clear: both}.tellafriend--content{padding-top: .625rem;width: 100%}.tellafriend--content .tellafriend--field{margin: 0rem 0rem .625rem 0rem;width: 100%}.tellafriend--content .tellafriend--buttons:after{content: "";display: table;clear: both}.tellafriend--content .captcha--placeholder{margin-bottom: .625rem}.tellafriend--content .captcha--notice{margin-bottom: .625rem;display: block}.tellafriend--content .alert{margin-top: 1.875rem}.tellafriend--content .review--notice{margin-bottom: .625rem;font-size: .875rem}@media screen and (min-width: 48em){.tellafriend--content{padding-top: 1.25rem;width: 100%}.tellafriend--content .tellafriend--field{margin-bottom: .9375rem}.tellafriend--content .alert{margin: 0rem 0rem 1rem 0rem}}@media screen and (min-width: 78.75em){.tellafriend--content{padding-top: 2.8125rem}}.topseller{margin: 0rem 0rem 1.25rem 0rem}.topseller:after{content: "";display: table;clear: both}.topseller .topseller--content{padding: 0rem .625rem 0rem .625rem}.topseller .product-slider--arrow.arrow--next{right: -0.0625rem}.topseller .product-slider--arrow.arrow--prev{left: -0.0625rem}.topseller--product{text-align: center}.topseller--product:hover .badge{background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;background-image: none;color: #fff;text-shadow: 0 1px 1px #ad1200}.topseller--product:hover .product--title{color: #2d6043}.topseller--number{margin: .625rem 0rem .3125rem 0rem}.register--message{margin-top: 1.25rem}.register--content{margin: .625rem 0rem .625rem 0rem;width: 100%;display: none}.register--content:after{content: "";display: table;clear: both}.register--content.is--collapsed{display: block}.register--content .alert{margin: 1.25rem 1.125rem 1.25rem 1.125rem}.register--content .register--check{padding-bottom: .5rem}.register--content .register--action{margin: 1.25rem 1.25rem 1.25rem 1.25rem}.register--content .register--action .register--submit{width: 100%;text-align: center}.register--content .register--required-info{padding-bottom: 1.875rem;margin: 0rem 1.625rem 1rem 1.625rem;font-size: .875rem}.register--content .select-field{margin-bottom: .625rem;max-width: 100%}.register--content .register--field{margin-bottom: .625rem;width: 100%}.register--content .register--customertype{display: block}.register--content .register--zip-city .register--field-zipcode{width: 28%;float: left}.register--content .register--zip-city .register--field-city{width: 70%;float: left}.register--content .register--zip-city .register--field-city:after{content: "";display: table;clear: both}.register--content .register--zip-city .register--spacer{margin-right: 2%}.register--content .birthday--label{margin: 0rem 0rem .3125rem 0rem;display: block;font-weight: 700}.register--content .birthday--label:after{content: "";display: table;clear: both}.register--content .register--password-description{padding-bottom: 1.25rem}.register--content .register--birthdate .select-field{margin-bottom: .9375rem;max-width: 100%;float: left}.register--content .register--birthdate .datepicker{margin-bottom: .9375rem;width: 100%;max-width: 100%;float: left}.register--content .register--birthdate .register--birthyear,.register--content .register--birthdate .register--birthyear.select-field{margin-right: 0rem}.register--content .register--privacy{padding: 1.25rem 1.25rem 1.25rem 1.25rem;margin: 0rem 1.25rem 1.25rem 1.25rem;font-size: .875rem;border: 1px solid #d8dcbf}.register--content .register--privacy input[type="checkbox"]{margin: 0rem .625rem 0rem 0rem}.register--content .register--personal{padding-bottom: .625rem}.register--content .register--personal:after{content: "";display: table;clear: both}.register--login:after{content: "";display: table;clear: both}.register--login .register--new-customer{margin: 1.25rem 0rem 1.25rem 0rem}.register--login .register--new-customer .new-customer-btn{display: block;width: 100%;text-align: center;position: relative}.register--login .register--new-customer .new-customer-btn:after{width: 1rem;height: 1rem;line-height: 1rem;margin-top: -0.5rem;font-size: .375rem;right: .625rem;position: absolute;font-family: 'shopware';font-weight: 400;content: "\e612";color: inherit;top: 50%}.register--login .register--new-customer .new-customer-btn.is--active:after{content: "\e610"}.register--login .register--login-field{margin-bottom: .625rem;width: 100%}.register--login .register--login-description{padding-bottom: 1.25rem}.register--login .register--login-lostpassword{padding-bottom: 1.25rem}.register--login .register--login-btn{width: 100%;text-align: center}.register--advantages{display: none}.password--success{margin: .625rem 0rem 1.25rem 0rem}.steps--container{background: transparent}.steps--content{padding-top: 1rem;display: table;border-top: 1px solid #d8dcbf;width: 100%}.steps--content .steps--list{display: table-row}.steps--content .steps--list:after{content: "";display: table;clear: both}.steps--content .steps--entry{padding: 0rem .625rem 0rem .625rem;display: table-cell;list-style: none;vertical-align: top;text-align: center}.steps--content .steps--spacer{display: none;vertical-align: middle}.steps--content .steps--entry .icon{background-image: linear-gradient(to bottom, #e2001a 0%, #950011 100%);background-color: #e2001a;background-image: none;border-radius: 22px;background-clip: padding-box;padding: .625rem 1rem .625rem 1rem;width: 2.875rem;font-size: 1.25rem;display: inline-block;text-align: center;color: #fff;font-weight: 700}.steps--content .is--active .icon{background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;background-image: none;color: #fff}.steps--content .steps--entry .text{margin: 0rem 0rem 0rem .625rem;height: 3.25rem;position: relative;top: -2px;display: none;vertical-align: middle}.steps--content .steps--entry .text::after{content: '';height: 100%}.steps--content .is--active .text{color: #2d6043;display: inline-block;font-weight: 700}.steps--content .steps--entry .text--inner,.steps--content .steps--entry .text::after{display: inline-block;vertical-align: middle}.account--change-payment .payment--method{padding: .625rem 0rem .625rem 0rem}.account--change-payment .payment--selection-input{width: 2.5rem;float: left;text-align: center}.account--change-payment .payment--selection-label,.account--change-payment .payment--description,.account--change-payment .payment--content{padding: 0rem 0rem 0rem 2.5rem;width: 100%}.account--change-payment .payment--content input{max-width: 100%}@media screen and (min-width: 48em){.register--message{margin-top: 2.8125rem}.register--content{margin-top: 3.125rem;width: 64%;float: right;display: block}.register--content .select-field{margin-bottom: .9375rem}.register--content .select-field .register--birthday{margin-right: 2%}.register--content .register--field{margin-bottom: .9375rem}.register--content .register--check{padding-bottom: .5rem}.register--content .select-field{max-width: 18.125rem}.register--content .register--birthdate .select-field{width: 32%;margin-right: 2%}.register--content .register--action{text-align: right}.register--content .register--action .register--submit{width: 35%}.steps--content{padding: 1.875rem 0rem 1.5rem 0rem;background: transparent;border: none}.steps--content .steps--spacer{width: 5rem;display: table-cell;text-align: center}.steps--content .steps--entry .text{margin: 0rem .625rem 0rem .625rem;display: inline-block;font-weight: 700}.register--login{margin-top: 3.125rem;width: 34%;float: left}.register--login .register--new-customer{display: none}.register--login .register--login-field{margin-bottom: .9375rem}.register--login .register--login-btn{width: auto;text-align: left}.register--advantages{display: block;width: 34%;float: left}.register--advantages:after{content: "";display: table;clear: both}.register--advantages .panel--title{margin: 0rem 0rem .625rem 0rem}}@media screen and (min-width: 78.75em){.steps--content .steps--entry.step--payment{width: 30%}.steps--content .steps--entry .text{margin: 0rem 0rem 0rem .625rem;width: 70%;text-align: left}.steps--content .steps--spacer{width: 15%}}.is--ctl-checkout .panel--body > .alert{margin: 1.875rem 0rem 1.875rem 0rem}.is--ctl-checkout .basket--info-messages{margin-top: .625rem}.is--ctl-checkout .account--billing-address.register--content,.is--ctl-checkout .account--shipping-address.register--content,.is--ctl-checkout .account--change-billing.register--content,.is--ctl-checkout .account--change-shipping.register--content{float: none;width: 100%}.is--act-shippingpayment .add-product--form{display: none}.is--act-shippingpayment .product--table{margin-top: 0}.is--act-shippingpayment .product--table .panel--body{padding: 1.25rem 1.25rem 0rem 1.25rem}.is--act-shippingpayment .payment--method-list{margin-top: .625rem}.product--table{margin-top: .625rem}.product--table .alert{margin-bottom: .625rem}.product--table .is--no-star{margin-left: -0.375rem}.product--table .panel{border: 0 none}.product--table .panel--body{padding: 0}.product--table .premium-product.panel{margin: .625rem 0rem 0rem 0rem;border: 1px solid #d8dcbf}.product--table .delivery--status-icon{display: none}.product--table .table--actions{margin-top: .625rem;position: relative}.product--table .table--actions:after{content: "";display: table;clear: both}.product--table .table--actions .btn--checkout-proceed,.product--table .table--actions .btn--checkout-continue{width: 100%;text-align: center;margin-bottom: .625rem}.product--table .actions--bottom .main--actions{margin-bottom: 0rem}.product--table .table--header{display: none}.product--table .table--tr{padding: .625rem 0rem .5rem 0rem;position: relative;border-bottom: 1px solid #d8dcbf;width: 100%;height: 100%}.product--table .table--tr:after{content: "";display: table;clear: both}.product--table .table--media,.product--table .table--content{float: left}.product--table .column--product{padding-left: 0;width: 90%}.product--table .column--product .column--image{padding: .625rem 0rem .625rem 0rem;float: left;width: 26%}.product--table .table--media{width: 100%;position: relative}.product--table .table--media .table--media-outer{border-radius: 2px;background-clip: padding-box;max-width: 4.375rem;max-height: 4.375rem;border: 1px solid #d8dcbf;margin: 0 auto}.product--table .table--media .table--media-inner{width: 100%;position: relative;padding-bottom: 100%;height: 0}.product--table .table--media img{padding: 5%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto}.product--table .table--content{font-size: .75rem;width: 70%}.product--table .delivery--status-icon{font-size: .75rem;margin: 0}.product--table .delivery--information{font-size: .875rem}.product--table .content--title{font-size: 1rem;font-weight: 700;color: #000}.product--table .column--actions{padding-right: 0;position: absolute;width: 20%;top: 10px;right: 0;text-align: right}.product--table .column--actions .column--actions-link{line-height: 2.5rem;padding: 0rem .875rem 0rem .9375rem}.product--table .column--actions .icon--cross{font-size: .75rem}.product--table .column--label{color: #304513;text-align: left;margin: 0%;float: left;font-weight: 700}.product--table .column--label.quantity--label{margin-top: .6875rem}.product--table .row--rebate .column--label,.product--table .row--premium-product .column--label,.product--table .row--voucher .column--label{margin: 0}.product--table .row--rebate .table--media,.product--table .row--premium-product .table--media,.product--table .row--voucher .table--media{width: 4.375rem;margin: 0 auto;float: none}.product--table .row--rebate .column--image,.product--table .row--premium-product .column--image,.product--table .row--voucher .column--image{padding: .625rem 0rem .625rem 0rem;width: 24%}.product--table .row--rebate .table--content,.product--table .row--premium-product .table--content{padding-top: 1.3125rem}.product--table .column--total-price{font-weight: 700}.product--table .column--product:after{content: "";display: table;clear: both}.product--table .column--product .column--image{float: left;width: 24%}.product--table .column--quantity .select-field{min-width: 6.25rem;max-width: 10rem;width: auto}.product--table .column--quantity,.product--table .column--unit-price,.product--table .column--total-price,.product--table .column--tax-price{padding: .3125rem 0rem .3125rem .625rem;margin-left: 22%;width: 78%}.product--table .column--quantity{padding: 0rem 0rem 0rem .625rem}.product--table .column--unit-price{padding: 0rem 0rem .5625rem .625rem}.product--table .product--delivery{margin: 0}.product--table .cart--badge{border-radius: 3px 0 0 3px;background-clip: padding-box;display: block;position: absolute;width: 20px;height: 100%;top: 0;left: 0;background: #2d6043}.product--table .cart--badge span{-webkit-transform: rotate(-90deg);transform: rotate(-90deg);text-align: center;line-height: 20px;color: white;text-transform: uppercase;font-weight: 700;display: block;position: absolute;width: 70px;top: 0;bottom: 0}.product--table .basket--badge{line-height: 3rem;font-size: 1rem;border-radius: 128px;background-clip: padding-box;height: 3rem;width: 3rem;margin: 0 auto;text-align: center;font-weight: 700;background: #000;color: #fff}.product--table .basket--badge .icon--arrow-right{font-size: .8125rem}.product--table .basket--badge .icon--coupon{font-size: 1.75rem;line-height: 3.125rem}.product--table .row--premium-product .basket--badge{font-size: .6875rem}.product--table .table--actions + .alert{margin-top: .625rem}.product--table .content{font-size: .875rem;margin: 0}.product--table .add-product--form{margin: 1.25rem 0rem 1.25rem 0rem}.product--table .add-product--field,.product--table .add-voucher--field{border-top-left-radius: 3px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 3px;background-clip: padding-box;height: 2.375rem;width: 90%}.product--table .add-voucher--field{background: #fff}.product--table .add-product--button,.product--table .add-voucher--button{height: 2.375rem;padding: .1875rem 0rem .1875rem 0rem;border-top-left-radius: 0;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0;background-clip: padding-box;width: 10%}.product--table .add-voucher--form{margin: 0rem 0rem .75rem 0rem}.product--table .add-voucher--panel{margin: .625rem 0rem 0rem 0rem}.product--table .table--aggregation{margin: 0rem -0.625rem 0rem -0.625rem;padding: .75rem .625rem .75rem .625rem;background: #999;border-color: #d8dcbf;border-style: solid;border-width: 1px 0 0 0}.product--table .table--shipping-costs label{font-weight: 700}.product--table .table--shipping-costs .select-field{height: 2.375rem;line-height: 2.25rem;max-width: 100%}.product--table .table--shipping-costs-trigger{font-weight: 700}.product--table .main--actions:after{content: "";display: table;clear: both}.product--table .table--footer{font-size: .875rem}.product--table .table--footer .benefit--text{font-size: .875rem}.product--table .benefit--headline{font-size: .875rem;color: #304513;font-weight: 700}.aggregation--list{margin: 0rem -0.625rem 0rem -0.625rem;padding: .75rem .625rem .75rem .625rem;background: #999;border-bottom: 1px solid #d8dcbf}.aggregation--list .list--entry{list-style: none}.aggregation--list .entry--label{width: 70%}.aggregation--list .entry--value{width: 30%;text-align: right}.aggregation--list .entry--total{font-weight: 700;color: #304513}.aggregation--list .entry--totalnet,.aggregation--list .entry--taxes{font-size: .75rem}.premium-product.panel{margin: .625rem 0rem .625rem 0rem}.premium-product--content{height: 20rem}.premium-product--content .product-slider--container{padding: 0}.premium-product p{margin: .625rem 0rem .625rem 0rem}.premium-product .premium-product--difference{border-color: #d8dcbf;display: block}.premium-product .premium-product--difference .difference--price{font-size: .875rem}.premium-product .product-slider--arrow.arrow--next{right: -0.0625rem}.premium-product .product-slider--arrow.arrow--prev{left: -0.0625rem}.premium-product .product--inner{padding: .3125rem 1.875rem .3125rem 1.875rem;margin: 0rem 0rem .625rem 0rem}.premium-product .product--inner .product--image{border-radius: 3px;border-radius: 0;background-clip: padding-box;height: 10.9375rem;margin: 0rem 0rem .9375rem 0rem;padding: .625rem .625rem .625rem .625rem;display: block;border: 1px solid #d8dcbf;position: relative;text-align: center}.premium-product .product--inner .product--image .image--element{height: 100%;width: 100%;display: block;margin: 0 auto;position: relative}.premium-product .product--inner .product--image .image--element img{-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;display: inline-block;vertical-align: middle;z-index: 500}.premium-product .product--inner .premium-product--badge{border-radius: 38px;background-clip: padding-box;height: 2.375rem;width: 2.375rem;line-height: 2.375rem;top: -1.1875rem;right: -1.1875rem;background: #2d6043;position: absolute;color: #fff;font-weight: 700;z-index: 750}.premium-product .product--inner .premium-product--free{color: #a8be00;font-weight: 700;text-align: left}.premium-product .product--inner .btn{width: 100%}.premium-product .product--inner .premium--variant:after{content: "";display: table;clear: both}.premium-product .product--inner .premium--variant .premium--button{border-top-left-radius: 0;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0;background-clip: padding-box;height: 2.375rem;margin-left: -0.125rem;width: 20%}.premium-product .product--inner .premium--variant .select-field{margin-right: .125rem;max-width: 80%;float: left}.premium-product .product--inner .premium--variant .select-field .premium--selection{border-top-left-radius: 3px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 3px;background-clip: padding-box;line-height: 2.375rem;height: 2.375rem;font-weight: 700}.premium-product .product--inner .premium--variant .select-field:after{height: 2.25rem}.js--modal .modal--checkout-add-article .link--article-image .image--media{display: block;width: 100%;height: 100%;position: relative}.js--modal .modal--checkout-add-article .link--article-image .image--media img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto}.js--modal .modal--checkout-add-article .modal--title{padding: .625rem 2.5rem .625rem 1.25rem;font-size: 1rem;font-weight: 700;border-bottom: 1px solid #d8dcbf}.js--modal .modal--checkout-add-article .modal--error{padding: 1.25rem 1.25rem 1.25rem 1.25rem}.js--modal .modal--checkout-add-article .modal--article{padding: 1.25rem}.js--modal .modal--checkout-add-article .article--info{margin-left: 5rem}.js--modal .modal--checkout-add-article .article--info:after{content: "";display: table;clear: both}.js--modal .modal--checkout-add-article .article--image{padding: .3125rem;width: 5rem;height: 5rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;float: left;border: 1px solid #d8dcbf}.js--modal .modal--checkout-add-article .article--name{width: 100%}.js--modal .modal--checkout-add-article .list--name{margin-left: .9375rem}.js--modal .modal--checkout-add-article .list--name .entry--name{margin-bottom: .625rem}.js--modal .modal--checkout-add-article .list--name .link--name{color: #000;font-weight: 700}.js--modal .modal--checkout-add-article .article--price{margin: .9375rem 0rem 0rem .9375rem;width: 100%}.js--modal .modal--checkout-add-article .list--price .entry--price{margin-bottom: .625rem;color: #000;font-weight: 700}.js--modal .modal--checkout-add-article .modal--actions{margin: 0rem 0rem 1.25rem 0rem;padding: .625rem 1.25rem 0rem 1.25rem}.js--modal .modal--checkout-add-article .modal--actions:after{content: "";display: table;clear: both}.js--modal .modal--checkout-add-article .modal--actions .btn{width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.js--modal .modal--checkout-add-article .modal--actions .btn:last-child{margin-top: .625rem}.js--modal .modal--checkout-add-article .modal--actions .is--left{padding-left: 2.1875rem}.js--modal .modal--checkout-add-article .modal--cross-selling{padding: 0rem 1.25rem 1.25rem 1.25rem;margin: 0}.js--modal .modal--checkout-add-article .modal--cross-selling .product-slider--container{padding: 0}.js--modal .modal--checkout-add-article .modal--cross-selling .item--image{padding-bottom: .625rem;height: 10.625rem;border-bottom: 1px solid #d8dcbf;margin: 0 auto;text-align: center}.js--modal .modal--checkout-add-article .modal--cross-selling .link--image,.js--modal .modal--checkout-add-article .modal--cross-selling .link--image span{overflow: hidden;display: block;height: 100%}.js--modal .modal--checkout-add-article .modal--cross-selling .link--image img{margin: 0 auto}.js--modal .modal--checkout-add-article .modal--cross-selling .image--slider-item,.js--modal .modal--checkout-add-article .modal--cross-selling .image--no-picture{display: inline-block;vertical-align: middle;text-align: center}.js--modal .modal--checkout-add-article .modal--cross-selling .link--name{color: #304513;font-weight: 700}.js--modal .modal--checkout-add-article .modal--cross-selling .item--price-unit{font-size: .6875rem}.js--modal .modal--checkout-add-article .modal--cross-selling .price--normal{font-size: 1.0625rem;color: #304513;font-weight: 700}.js--modal .modal--checkout-add-article .modal--cross-selling .price--reduced{color: #e74c3c}.js--modal .modal--checkout-add-article .modal--cross-selling .price--pseudo{font-size: .625rem;text-decoration: line-through}.content--confirm .alert{margin-top: .625rem}.content--confirm .has--border{border: 1px solid #d8dcbf}.content--confirm .confirm--actions .main--actions{text-align: center;width: 100%}.content--confirm .payment--method-list,.content--confirm .dispatch--method-list{margin-bottom: .625rem}.content--confirm .payment--method,.content--confirm .dispatch--method{padding-bottom: .625rem;margin-bottom: .625rem;border-bottom: 1px solid #d8dcbf}.content--confirm .payment--method .method_last,.content--confirm .dispatch--method .method_last{border: 0 none}.content--confirm .payment--method.method_last,.content--confirm .dispatch--method.method_last{border: 0 none}.content--confirm .method--input{width: 2.5rem;text-align: center;float: left}.content--confirm .method--label{padding-left: 2.5rem;width: 100%}.content--confirm .method--description{padding-left: 2.5rem}.content--confirm .payment--method-logo{margin-left: 2.5rem}.content--confirm .method--bankdata{padding-left: 2.5rem}.content--confirm .method--bankdata input[type="text"]{max-width: 100%}.content--confirm .table--aggregation,.content--confirm .add-product--form,.content--confirm .add-product--field,.content--confirm .add-product--button{display: none}.content--confirm .aggregation--list{font-size: .875rem;line-height: 1.5rem;margin: 0rem -0.625rem 0rem -0.625rem;border-top: 1px solid #d8dcbf}@media screen and (min-width: 30em){.product--table .column--label{text-align: right;width: 100%;margin: 0}.product--table .table--tr{padding: .625rem 0rem 1.25rem 0rem}.product--table .table--content{width: 85%}.product--table .table--actions .btn--checkout-proceed,.product--table .table--actions .btn--checkout-continue{width: 49%;text-align: center;margin-bottom: 0rem}.product--table .column--product .column--image{width: 15%}.product--table .column--quantity,.product--table .column--unit-price,.product--table .column--total-price{float: left;width: 28.83%}.product--table .column--quantity{padding-right: .625rem;margin-left: 13.5%}.product--table .column--quantity .quantity--label{margin: 0rem 0rem .1875rem 0rem;text-align: left}.product--table .column--quantity .select-field{float: left;font-weight: 700}.product--table .column--unit-price{padding-right: .625rem;margin: 0}.product--table .column--unit-price .unit-price--label{margin-bottom: .75rem}.product--table .column--total-price{padding: 0rem .625rem .3125rem .625rem;margin: 0}.product--table .column--total-price .total-price--label{margin-bottom: .75rem}.product--table .column--tax-price{margin: 0}.product--table .column--tax-price .tax-price--label{margin-bottom: .75rem}.product--table .row--rebate .column--label,.product--table .row--premium-product .column--label,.product--table .row--voucher .column--label{margin: 0}.product--table .row--rebate .column--image,.product--table .row--premium-product .column--image,.product--table .row--voucher .column--image{width: 15%}.product--table .row--rebate .column--total-price,.product--table .row--premium-product .column--total-price,.product--table .row--voucher .column--total-price{float: right}.product--table .add-product--field{width: 55%}.product--table .actions--bottom .main--actions{margin-bottom: .625rem}.js--modal .modal--checkout-add-article .article--name{width: 75%;float: left}.js--modal .modal--checkout-add-article .article--price{width: 25%;float: right;margin: 0}.js--modal .modal--checkout-add-article .modal--actions{margin: 0rem 0rem 1.25rem 0rem;padding: .625rem 1.25rem 0rem 1.25rem}.js--modal .modal--checkout-add-article .modal--actions:after{content: "";display: table;clear: both}.js--modal .modal--checkout-add-article .modal--actions .btn{width: 49%}.js--modal .modal--checkout-add-article .modal--actions .btn:last-child{margin-top: 0}.js--modal .modal--checkout-add-article .modal--actions .is--left{padding-left: 2.1875rem}}@media screen and (min-width: 48em){.is--ctl-checkout .basket--info-messages{margin: 1.25rem 0rem .25rem 0rem}.is--ctl-checkout .account--change-billing.register--content,.is--ctl-checkout .account--change-shipping.register--content{width: 75%}.is--act-shippingpayment .product--table .table--actions{margin-top: 1.25rem}.is--act-shippingpayment .payment--method-list{margin-top: 0}.is--act-shippingpayment .basket--footer .aggregation--list{padding-right: 1.25rem}.product--table{margin: 1.25rem 0rem 1.25rem 0rem}.product--table .alert{margin-bottom: 1.25rem}.product--table .row--voucher,.product--table .row--premium-product{height: 100%}.product--table .panel--body{padding: 1.25rem 1.25rem 1.25rem 1.25rem;border: 1px solid #d8dcbf}.product--table .premium-product--content{height: 20.625rem;border: 0 none}.product--table .premium-product.panel{margin: 1.25rem 0rem 0rem 0rem}.product--table .column--actions{position: static;bottom: auto;float: right}.product--table .column--label{display: none}.product--table .table--header{margin: 0rem 0rem .625rem 0rem;border-bottom: 1px solid #d8dcbf;display: block}.product--table .table--header .table--column{font-size: 1rem;padding-bottom: 0;font-weight: 700;color: #304513}.product--table .table--header .panel--th{padding: .3125rem .625rem .5625rem .625rem;font-size: 1rem}.product--table .table--header .column--product{padding-left: 0;width: 52%}.product--table .column--product{float: left;width: 52%}.product--table .column--product .column--image{width: 8%}.product--table .table--tr{padding: 0;border-bottom: 1px solid #d8dcbf}.product--table .is--centered{display: inline-block;vertical-align: middle}.product--table .column--actions{width: 8%;padding-right: 0}.product--table .column--product .column--image{width: 20%}.product--table .table--media,.product--table .table--content{float: left}.product--table .table--media{width: 100%}.product--table .table--media .table--media-outer{margin: 0}.product--table .table--content{width: 74%}.product--table .column--quantity{padding: .625rem .625rem .625rem .625rem;float: left;width: 11%;margin: 0}.product--table .column--quantity .select-field{float: right;font-weight: 700;padding: 0rem 0rem 0rem 1rem}.product--table .column--unit-price,.product--table .column--total-price{padding: .625rem .625rem .625rem .625rem;width: 14.5%}.product--table .row--product .column--quantity{padding-top: 1.625rem}.product--table .row--product .column--unit-price,.product--table .row--product .column--total-price{line-height: 2.625rem;padding-top: 1.625rem}.product--table .row--product .column--actions{padding-top: 1.625rem}.product--table .content--title{font-size: 1rem;font-weight: 700;color: #000}.product--table .column--total-price{float: left;font-weight: 700}.product--table .basket--badge{width: 3rem;margin: 0 auto}.product--table .row--rebate .table--media,.product--table .row--premium-product .table--media,.product--table .row--voucher .table--media{float: left}.product--table .row--rebate .column--total-price,.product--table .row--premium-product .column--total-price,.product--table .row--voucher .column--total-price{margin-left: 25.5%;float: left}.product--table .row--rebate .column--tax-price,.product--table .row--premium-product .column--tax-price,.product--table .row--voucher .column--tax-price{margin: 0}.product--table .row--rebate .column--actions,.product--table .row--premium-product .column--actions,.product--table .row--voucher .column--actions{padding-top: .8125rem}.product--table .row--rebate .table--content,.product--table .row--premium-product .table--content{padding-top: 1.3125rem}.product--table .row--rebate .column--total-price,.product--table .row--premium-product .column--total-price{padding-top: 1.375rem}.product--table .row--voucher .column--total-price{padding-top: 1.375rem}.product--table .row--premium-product .column--product,.product--table .row--rebate .column--product{width: 77.5%}.product--table .row--premium-product .column--image,.product--table .row--rebate .column--image{width: 13.3%}.product--table .row--premium-product .column--total-price,.product--table .row--rebate .column--total-price{margin-left: 0}.product--table .add-product--form{margin: .9375rem 0rem 1.25rem 0rem;width: 35%}.product--table .add-product--field{width: 80%}.product--table .add-product--button{width: 16%}.product--table .basket--footer{margin: 0rem -1.25rem -1.25rem -1.25rem;border-top: 1px solid #d8dcbf;background: #999}.product--table .basket--footer:after{content: "";display: table;clear: both}.product--table .aggregation--list,.product--table .table--aggregation{padding: 1.25rem 1.25rem 1.25rem 1.25rem;padding-right: 11%;border: 0 none;background: transparent;margin: 0;float: left;width: 50%}.product--table .table--actions{padding-bottom: 1.25rem;margin: 0}.product--table .table--actions .is--secondary{margin-right: 1.25rem}.product--table .table--actions .btn--inquiry{margin-left: -8.125rem;width: 16.25rem;top: 0;position: absolute;left: 50%}.product--table .table--actions .btn--checkout-proceed,.product--table .table--actions .btn--checkout-continue{width: 25%;text-align: center;margin-bottom: 0rem}.product--table .actions--bottom .main--actions{margin-top: 1.25rem}.product--table .table--footer{display: block}.footer--benefit{font-size: .875rem;padding: 0rem 1.25rem 0rem 0rem;width: 33.33332%}.footer--benefit.is--last{padding: 0}.js--modal .modal--checkout-add-article .article--price{margin-top: 0;margin-left: 0}.js--modal .modal--checkout-add-article .modal--actions .btn{width: 35%;margin-bottom: 0}.js--modal .modal--checkout-add-article .modal--actions .btn:last-child{margin-top: 0}.content--confirm .alert{margin: 0}.content--confirm .table--aggregation{visibility: hidden;display: block}.content--confirm .confirm--inner-container .payment--method-list,.content--confirm .confirm--inner-container .dispatch--method-list{margin-bottom: 1.25rem}.content--confirm .confirm--inner-container .panel--body{border: 0 none}.content--confirm .confirm--inner-container .has--border{border: 1px solid #d8dcbf}.content--confirm .confirm--inner-container .basket--footer{border: 1px solid #d8dcbf;margin: 0}.content--confirm .confirm--actions .main--actions{width: 25%}}@media screen and (min-width: 64em){.product--table .table--actions .btn--inquiry{left: 50%}.product--table .column--product .column--image{width: 16%}.product--table .column--product .table--content{width: 84%}.product--table .row--premium-product .column--product .column--image,.product--table .row--rebate .column--product .column--image{width: 10.7%}.product--table .add-product--form{width: 25%}.product--table .aggregation--list{float: right;padding-right: 10.5%}.product--table .table--aggregation{width: 45%}}@media screen and (min-width: 78.75em){.is--ctl-checkout .basket--info-messages{margin: 2.8125rem 0rem 0rem 0rem}.is--act-shippingpayment .product--table{margin-top: 1.5625rem}.product--table{margin-top: 2.8125rem}.product--table .column--actions{width: 4%}.product--table .table--header .column--product{width: 55%}.product--table .column--product{width: 55%}.product--table .column--product .column--image{width: 14%}.product--table .column--product .table--content{width: 86%}.product--table .row--rebate .column--actions,.product--table .row--premium-product .column--actions,.product--table .row--voucher .column--actions{padding-top: 1.3125rem}.product--table .row--product .column--actions{padding-top: 2.125rem}.product--table .table--tr .column--actions .column--actions-link{line-height: 1.125rem;padding: 0rem .3125rem .125rem .3125rem}.product--table .table--tr .column--actions .icon--cross{font-size: .5625rem}.product--table .row--premium-product .column--product,.product--table .row--rebate .column--product{width: 80.5%}.product--table .row--premium-product .column--product .column--image,.product--table .row--rebate .column--product .column--image{width: 9.5%}.product--table .aggregation--list{padding-right: 7.3%}}.is--act-finish .content-main{margin-top: 1.25rem}.finish--content{padding-top: .625rem}.finish--content .information--panel-item{margin-bottom: 1.25rem}.finish--content .information--panel-item:after{content: "";display: table;clear: both}.finish--content .information--panel-item .panel--body:after{content: "";display: table;clear: both}.finish--content .information--panel-item.information--panel-address .shipping--panel{text-align: center}.finish--content .product--table{margin-top: 0}.finish--teaser{margin: 0rem 0rem 1.25rem 0rem}.teaser--btn-back{margin: 0rem 0rem 1.25rem 0rem}.teaser--btn-print,.teaser--btn-back{text-align: center;width: 100%}.teaser--btn-print *[class^="icon--"],.teaser--btn-back *[class^="icon--"]{margin: .25rem 0rem 0rem 0rem;float: left}.finish--table .panel--body{border: 1px solid #d8dcbf}.finish--table .table--tr{padding: .625rem .625rem .625rem .625rem}.finish--table .column--quantity,.finish--table .column--total-price{padding-right: 0}.finish--table .table--aggregation{display: none}.finish--table .aggregation--list{margin: 0;border-bottom: 0 none}.finish--table .basket--footer{border-top: 1px solid #d8dcbf}.finish--table .is--last-row{border-bottom: 0 none}@media screen and (min-width: 30em){.finish--table .table--tr .column--quantity{margin-left: 42.3%}.finish--table .table--tr .column--quantity .column--label{margin-bottom: .75rem;text-align: right}}@media screen and (min-width: 48em){.teaser--btn-print{text-align: left;width: auto}.is--act-finish .content-main{margin-top: 2.5rem}.finish--content{padding-top: 1.25rem}.finish--content .information--panel-wrapper{margin: -2% 0 0 -2%;margin-bottom: 1.25rem}.finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing{width: 50%}.finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing .panel{border-right: 0;border-top-right-radius: 0;border-bottom-right-radius: 0}.finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping{padding-left: 0;width: 50%}.finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping .panel{border-left: 0;border-top-left-radius: 0;border-bottom-left-radius: 0}.finish--content .information--panel-wrapper .information--panel{margin: 0}.finish--content .information--panel-wrapper .information--panel-item{padding: 2% 0 0 2%;width: 100%;float: left;margin-bottom: 0}.finish--content .information--panel-address .panel--body:after{content: "";display: table;clear: both}.finish--content .information--panel-address .panel--body .billing--panel{float: left;width: 50%}.finish--content .information--panel-address .panel--body .shipping--panel{float: right;width: 50%}.teaser--btn-back{margin: 0rem 1.25rem 0rem 0rem;width: auto}.finish--table{margin: 1.25rem 0rem 0rem 0rem}.finish--table .table--header .panel--th{padding-right: 0}.finish--table .panel--body{padding: 1.25rem 1.25rem 1.25rem 1.25rem}.finish--table .column--total-price{width: 37%}.finish--table .table--tr{padding: 0}.finish--table .table--tr:last-child{border: 0 none}.finish--table .table--tr .column--quantity{line-height: 2.625rem;margin: 0}.finish--table .row--rebate .column--total-price,.finish--table .row--premium-product .column--total-price{width: 22.5%}.finish--table .row--voucher .column--total-price{margin-left: 0;width: 48%}.finish--table .table--aggregation{display: block;width: 50%}.finish--table .aggregation--list{padding: 1.25rem 1.25rem 1.25rem 1.25rem}}@media screen and (min-width: 64em){.finish--content .information--panel-wrapper{margin-bottom: 1.25rem}.finish--content .information--panel-wrapper .information--panel-item{width: 33.3%}.finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing,.finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping{width: 33.3%}.finish--content .information--panel-wrapper .information--panel-item.information--panel-address{width: 66.6%}.finish--content .information--panel-wrapper .information--panel-item-billing .panel{border-right: 0;border-top-right-radius: 0;border-bottom-right-radius: 0}.finish--content .information--panel-wrapper .information--panel-item-shipping{padding-left: 0}.finish--content .information--panel-wrapper .information--panel-item-shipping .panel{border-left: 0;border-top-left-radius: 0;border-bottom-left-radius: 0}}@media screen and (min-width: 78.75em){.finish--content{padding-top: 2.8125rem}.finish--content .column--total-price{width: 34%}.finish--content .finish--table .table--header .column--product{width: 55%}.finish--content .finish--table .row--premium-product .column--total-price,.finish--content .finish--table .row--rebate .column--total-price{width: 19.5%}.finish--content .finish--table .row--voucher .column--total-price{width: 45%}}@media print{body{width: auto;height: auto;overflow: auto;background: #ffffff}.container{max-width: none}.is--act-finish .content-main{margin-top: 0}.finish--teaser,.navigation-main,.footer--columns,.shop--navigation,.top-bar,.btn--back-top-shop,.header-main .container--ajax-cart{display: none}.is--ctl-checkout.is--minimal-header .header-main,.header-main{border-bottom: none;margin: 0;padding: 0}.content-main{margin-bottom: 0}.finish--table{clear: both}.finish--table .table--tr{page-break-inside: avoid}.finish--table .table--content{width: 85%}.finish--table .column--product .column--image{width: 15%}.finish--table .column--label.quantity--label{margin: 0}.finish--table .column--product{width: 100%}.finish--table .column--product:after{content: "";display: table;clear: both}.finish--table .column--total-price,.finish--table .column--quantity{margin-left: 70%;width: 30%}.footer-minimal .footer--service-menu,.footer-main .footer--service-menu,.footer-minimal .footer--copyright,.footer-main .footer--copyright,.footer-minimal .footer--logo,.footer-main .footer--logo{display: none}.footer-minimal .vat-info--text,.footer-main .vat-info--text{font-size: .5625rem}.footer-minimal a,.footer-main a{color: #000}}.account--content{margin: .625rem 0rem 0rem 0rem}.partner-statistic .panel--title{padding-bottom: 1.25rem}.account--content:after,.payment_logo_debit:after,.account-address--container:after,.account-info--container:after{content: "";display: table;clear: both}.account--logout .logout--headline{font-size: 1.5rem;margin: .625rem 0rem 1.25rem 0rem}.account--logout .logout--actions{margin-bottom: .625rem}.account--logout .logout-back-to-shop{display: block}.account--menu .link--logout{font-weight: 700;color: #2d6043}.account--menu .navigation--logout-personalized{display: block;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.account--box{margin: 0rem 0rem 1.25rem 0rem}.account--password input[type="text"],.account--email input[type="text"],.account--password input[type="password"],.account--email input[type="password"],.account--password input[type="email"],.account--email input[type="email"]{width: 100%}.account--welcome{margin-bottom: 1.25rem}.account--welcome .panel--body{padding: 0}.account--welcome .panel--title{padding: 1.25rem 0rem 1.25rem 0rem;margin: 0}.account--welcome .panel--actions{padding: 0}.account--error,.account--success{margin: 0rem 0rem .625rem 0rem}.register--error-msg{color: #e74c3c}.account--actions{margin: 0rem 1.25rem 1.25rem 1rem}.account--actions:after{content: "";display: table;clear: both}.account--change-payment.register--content{display: block;width: 100%}.account--newsletter fieldset{border: 0;padding: 0}.account--newsletter fieldset input[type="checkbox"]{margin: 0rem .625rem 0rem 0rem}.account--paging{padding: .625rem .625rem .625rem .625rem;display: block;background: #fff}.account--paging:after{content: "";display: table;clear: both}.account--paging .paging--display{float: right}.account--orders-overview{border: 1px solid #d8dcbf}.account--orders-overview p{font-size: .875rem}.account--orders-overview .orders--table-header{display: none;background: #fff}.account--orders-overview .orders--table-header .panel--th{color: #304513}.account--orders-overview .panel--tr{padding: .625rem 0rem .625rem 0rem}.account--orders-overview .panel--td{padding: .3125rem .625rem .3125rem .625rem;display: block;float: none}.account--orders-overview .panel--td:after{content: "";display: table;clear: both}.account--orders-overview .column--info-labels,.account--orders-overview .column--info-data{width: 50%;float: left;text-align: left}.account--orders-overview .column--info-data{padding: .3125rem .625rem 0rem 0rem}.account--orders-overview .column--summary-labels,.account--orders-overview .column--summary-data{width: 50%;float: left;text-align: left}.account--orders-overview .column--summary-data{padding: .3125rem .625rem 0rem 0rem}.account--orders-overview .column--label,.account--orders-overview .column--value{width: 50%;float: left}.account--orders-overview .column--label{font-weight: 700}.is--act-partnerStatistic .content-main--inner{padding: 0rem 0rem 1rem 0rem}.is--act-partnerStatistic .account--welcome{padding: 0rem 0rem 0rem .625rem}.is--act-partnerStatistic .listing--actions{padding: .625rem 1.125rem 1.5rem 1.125rem;border-bottom: 1px solid #d8dcbf}.is--act-partnerStatistic .date-filter{font-size: .875rem;height: 3.125rem;display: block;width: 100%}.is--act-partnerStatistic .date-filter--label{padding: .5625rem 0rem .625rem 0rem;width: 2.5rem;display: block;float: left}.is--act-partnerStatistic .date-filter--input{margin: 0rem 0rem 0rem 2.5rem;width: auto}.is--act-partnerStatistic .datepicker{padding-right: 2.1875rem;width: 100%;float: left}.is--act-partnerStatistic .ui-datepicker-trigger{width: 1.25rem;height: 1.25rem;margin: .625rem 0rem 0rem -1.875rem;display: inline;border: 0;background: transparent;text-align: center;color: #000;padding: 0}.is--act-partnerStatistic .btn--filter{width: 100%;text-align: center;margin: 0}.is--act-partnerStatistic .chart--holder{display: none}.is--act-partnerStatistic .panel--th,.is--act-partnerStatistic .panel--td{padding: .5rem .625rem .4375rem .625rem;width: 25%;text-align: right;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.is--act-partnerStatistic .panel--th:first-child,.is--act-partnerStatistic .panel--td:first-child{text-align: left}.is--act-partnerStatistic .panel--th{padding: .1875rem .625rem .125rem .625rem;font-size: .75rem;color: #000}.is--act-partnerStatistic .is--odd{padding: 0rem 0rem .5625rem 0rem;border-bottom: 1px solid #d8dcbf}.is--act-partnerStatistic .is--odd .column--price,.is--act-partnerStatistic .is--odd .column--total{padding: .625rem .625rem .625rem .625rem;width: 100%}.is--act-partnerStatistic .column--label{text-align: left}.is--act-partnerStatistic .column--value{text-align: right}.is--act-partnerStatistic .column--label,.is--act-partnerStatistic .column--value{width: 50%;float: left}.is--act-partnerStatistic .column--item-sum .column--label{display: block !important}.order--status-icon{width: .5rem;height: .5rem;top: .5rem;display: inline-block;position: relative}.order--status-icon.status--0,.order--status-icon.status--1,.order--status-icon.status--3,.order--status-icon.status--6{background: #4aa3df}.order--status-icon.status--2,.order--status-icon.status--5,.order--status-icon.status--7{background: #a8be00}.order--status-icon.status--4,.order--status-icon.status--8{background: #e74c3c}.order--name{color: #304513}.order--details,.order--price-unit,.order--current-price{display: none}.order--details .panel--tr{border-bottom: 1px solid #d8dcbf}.order--repeat{text-align: center;background: #777;border-bottom: 1px solid #d8dcbf}.order--actions{text-align: center !important}.order--user-comments,.order--shop-comments{border-bottom: 1px solid #d8dcbf}.account--downloads{border: 1px solid #d8dcbf}.account--downloads p{font-size: .875rem}.account--downloads .downloads--table-header{display: none}.account--downloads .panel--tr{padding: .625rem 0rem .625rem 0rem}.account--downloads .panel--td{padding: .3125rem .625rem .3125rem .625rem;display: block;float: none}.account--downloads .panel--td:after{content: "";display: table;clear: both}.account--password-reset{margin-top: .625rem}.account--password-reset p{margin: 0}.account--password-reset .password-reset--input{margin: 0rem 0rem 1.875rem 0rem;width: 100%}.account--password-reset .password-reset--link{width: 100%;margin: 0}.account--password-reset .password-reset--link:first-child{margin: 0rem 0rem .625rem 0rem}.account--password-new{margin-top: .625rem}.account--password-new .password-new--input{margin-bottom: .9375rem;width: 100%}.account--password-new .password-new--helptext{margin-bottom: 0}.account--password-new .password-new--submit{display: block;width: 100%}.account--profile{margin: 0rem;padding-top: 1.875rem}.account--profile .profile--email-password-container:after{content: "";display: table;clear: both}.account--profile .profile-password--container{float: right;width: 100%}.account--profile .profile-email--container{float: left;width: 100%}.account--profile .alert{margin-bottom: 1.25rem}.account--profile .js--loading{width: 1.125rem;height: 1.125rem;border-radius: 100%;background-clip: padding-box;margin: 0rem 0rem 0rem .3125rem;top: .25rem;-webkit-animation: keyframe--spin 1s linear infinite;animation: keyframe--spin 1s linear infinite;border: 2px solid #d8dcbf;border-top: 2px solid #5f6537;display: inline-block;position: relative}.account--profile .panel{margin-bottom: 1.25rem}.account--profile .required-info{font-size: .875rem}.account--profile .select-field{margin-bottom: .625rem;max-width: 100%}.account--profile .profile--field{margin-bottom: .625rem;width: 100%}.account--profile .profile--zip-city .profile--field-zipcode{width: 28%;float: left}.account--profile .profile--zip-city .profile--field-city{width: 70%;float: left}.account--profile .profile--zip-city .profile--field-city:after{content: "";display: table;clear: both}.account--profile .birthday--label{margin: 0rem 0rem .3125rem 0rem;display: block;font-weight: 700}.account--profile .profile--birthdate .select-field{margin-bottom: .9375rem;max-width: 100%;float: left}.account--profile .profile--birthdate .datepicker{margin-bottom: .9375rem;width: 100%;max-width: 100%;float: left}.account--profile .profile--birthdate .profile--birthyear,.account--profile .profile--birthdate .profile--birthyear.select-field{margin-right: 0rem}@media screen and (max-width: 48em){.column--info-wrapper:after{content: "";display: table;clear: both}}@media screen and (min-width: 30em){.account--password-reset{margin-top: .625rem}.account--password-reset .password-reset--input{margin: .625rem 0rem 1.875rem 0rem}.account--password-reset .password-reset--link{margin: 0rem 0rem .625rem 0rem;width: auto}.account--password-reset .password-reset--link:first-child{margin: 0rem .625rem 0rem 0rem}.account--password-new .password-new--submit{display: inline-block;width: auto}.account--logout .logout-back-to-shop{display: inline-block}}@media screen and (min-width: 48em){.account--content{margin: 1.875rem 0rem 0rem 0rem}.account--content.is--wide{width: 100%}.account--password-reset{margin: 1.25rem 0rem 0rem 0rem}.account--password-new{margin-top: 1.25rem}.account--password-new .password-new--input{width: 20rem}.account--menu{border: 1px solid #d8dcbf}.account--menu .navigation--headline{padding: 1.25rem 0rem 0rem 0rem;margin: 0rem 1.25rem 0rem 1.25rem;font-size: 1rem;display: block;color: #304513;font-weight: 300;font-size: 24px;text-align: left;font-size: 18px;background: #fff;margin-right: 0;margin-left: 0;font-size: 16px;margin-bottom: 40px;padding: 1.25rem 0rem .625rem 0rem;text-decoration: none !important;border-width: 0;padding-left: 0rem;line-height: 1;height: auto;text-transform: uppercase;border: none;background: transparent;background-image: none;position: relative;text-transform: none;color: #2d6043;padding-left: 0;padding-bottom: 0;line-height: 26px;font-weight: 700;border-bottom: 1px solid #d8dcbf !important;overflow: visible;border-bottom: 1px solid #d8dcbf}.account--menu .navigation--headline.is--underline{padding: 1.25rem 0rem .625rem 0rem;border-bottom: 1px solid #d8dcbf;text-decoration: none !important}.account--menu .navigation--headline.is--secondary{color: #000}.account--menu .navigation--headline.is--primary{color: #2d6043}.account--menu .navigation--headline.has--border{font-weight: 700;font-size: 14px;color: #777;text-align: left;border-bottom: 1px solid #000;line-height: 1.75rem}.account--menu .navigation--headline.is--underline{border-width: 0}.account--menu .navigation--headline.is--underline:empty{margin: 0;padding: 0}.account--menu .navigation--headline.is--striked{margin-left: 0;margin-right: 0}.account--menu .navigation--headline.is--striked:before{content: "";position: absolute;display: inline-block;height: 0;border-bottom: 1px solid #2d6043;bottom: 22px;width: 100%;left: 0}.account--menu .navigation--headline.is--striked > span{background-color: #ffffff;display: initial;position: relative;padding-right: 1rem}.account--menu .navigation--headline.is--striked > span:after,.account--menu .navigation--headline.is--striked > span:before{content: "";background-color: #ffffff;position: absolute;display: block;bottom: 0;height: 0;height: 1rem;width: 1rem}.account--menu .navigation--headline.is--striked > span:after{right: 0}.account--menu .navigation--headline.is--striked > span:before{right: 100%;display: none}.account--menu .navigation--headline.is--empty{margin: 0;padding: 0}.account--menu .navigation--headline.is--secondary{color: #000}.account--menu .navigation--headline.is--primary{color: #2d6043}.account--menu .navigation--headline h1{display: inline}.account--menu .navigation--headline h1{color: #2d6043;font-size: 18px;line-height: 26px;font-weight: 700}.account--menu .navigation--headline.is--underline,.account--menu .navigation--headline.article--list-title{color: #2d6043;padding-left: 0rem;line-height: 1;font-weight: 700;height: auto;text-transform: uppercase;border: none;background: transparent;background-image: none;position: relative}.account--menu .navigation--headline.is--underline > span,.account--menu .navigation--headline.article--list-title > span{z-index: 200}.account--menu .navigation--headline.is--underline + .panel--body,.account--menu .navigation--headline.article--list-title + .panel--body{padding-top: 0}.account--menu .navigation--headline.is--underline .panel > .panel--body,.account--menu .navigation--headline.article--list-title .panel > .panel--body{padding-top: 0}.account--menu .navigation--headline.is--striked:before{content: "";display: none}.account--menu .navigation--headline.is--striked > span{padding-right: 0;background-color: transparent}.account--menu .navigation--headline.is--striked > span:after{display: none}.account--menu .navigation--headline + .product-slider .product-slider--arrow,.account--menu .navigation--headline + .tab--content .product-slider--arrow{top: 100%;transform: translateY(-100%)}.account--menu .navigation--headline + .product-slider.premium-product--content .product-slider--arrow{top: 50%;transform: translateY(-50%)}.account--menu .navigation--headline h1{color: #2d6043;font-size: 16px}.account--menu .navigation--headline a{color: #2d6043}.panel.has--border .account--menu .navigation--headline{padding-left: 10px}.account--menu .navigation--headline.is--underline,.account--menu .navigation--headline.article--list-title{text-transform: none;color: #2d6043;padding-left: 0;padding-bottom: 0;line-height: 26px;font-weight: 700;border-bottom: 1px solid #d8dcbf !important;overflow: visible}.account--menu .navigation--headline.is--underline:after,.account--menu .navigation--headline.article--list-title:after{display: none}.account--menu .navigation--headline:empty{margin: 0;padding: 0}.account--menu .navigation--headline > span{z-index: 200}.account--menu .navigation--headline + .panel--body{padding-top: 0}.account--menu .navigation--headline .panel > .panel--body{padding-top: 0}.account--menu .navigation--headline:after{display: none}.account--menu .account--menu-container{padding: .625rem .625rem .625rem .625rem;font-size: .875rem;line-height: 1.5rem;display: block;position: relative;padding: .625rem 1.25rem .625rem 1.25rem}.account--menu .account--menu-container.has--border{border: 1px solid #d8dcbf}.account--menu .account--menu-container.is--slim{padding: .3125rem .3125rem .3125rem .3125rem}.account--menu .account--menu-container.is--wide{padding: 1.25rem 1.25rem 1.25rem 1.25rem}.account--menu .account--menu-container.is--flat{background: #777}.account--menu .account--menu-container.is--embossed{box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2);background: #777}.account--menu .account--menu-container.has--border{border: 1px solid #2d6043}.account--menu .navigation--list{padding: 0;border: 0 none}.account--menu .navigation--entry{margin: 0;border: 0 none}.account--menu .navigation--link{padding: .3125rem 0rem .3125rem 0rem}.account--menu .navigation--link.link--logout{margin: .625rem 0rem 0rem 0rem;padding: .625rem 0rem 0rem 0rem;border-top: 1px solid #d8dcbf;font-weight: 700;color: #2d6043}.account--menu .navigation--link.link--logout [class^="icon--"]{margin: 0rem .3125rem 0rem 0rem;display: inline-block}.account--welcome .panel--title{font-size: 1.625rem}.account--orders-overview .orders--table-header{display: block}.account--orders-overview .panel--tr{padding: 0;border-width: 0 0 1px 0}.account--orders-overview .panel--tr.order--repeat{padding: 1.25rem 1.25rem 1.25rem 1.25rem}.account--orders-overview .panel--td{padding: .625rem .625rem .625rem .625rem;display: inline-block;float: left}.account--orders-overview .column--label{display: none}.account--orders-overview .column--value{width: 100%;float: none}.account--orders-overview .column--summary-labels,.account--orders-overview .column--summary-data{width: 20%;text-align: right}.account--orders-overview .column--date,.account--orders-overview .column--id,.account--orders-overview .column--dispatch{width: 20%}.account--orders-overview .column--status{width: 25%}.account--orders-overview .column--actions{width: 15%}.account--orders-overview .column--actions .btn{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 100%}.account--orders-overview .column--name{width: 50%}.account--orders-overview .column--quantity{width: 10%}.account--orders-overview .column--price{width: 20%}.account--orders-overview .column--total{width: 20%}.account--orders-overview .column--info-labels{width: 20%}.account--orders-overview .column--info-data{width: 40%}.order--item{margin: 0}.order--pseudo-price{font-size: .75rem}.order--download,.order--price-unit,.order--current-price{display: block !important}.order--download{margin: .625rem 0rem 0rem 0rem}.order--quantity{text-align: center !important}.order--actions,.order--price,.order--amount{text-align: right !important}.account--downloads .downloads--table-header{display: block !important;background: #fff}.account--downloads .downloads--table-header .panel--th{color: #304513}.account--downloads .panel--tr{padding: 0;border-width: 0 0 1px 0}.account--downloads .panel--td{padding: .625rem .625rem .625rem .625rem;display: inline-block;float: left}.account--downloads .column--date,.account--downloads .column--actions{width: 20%}.account--downloads .column--info{width: 60%}.column--label{display: none}.column--date,.column--id,.column--dispatch{width: 20%}.column--status{width: 25%}.column--actions{width: 15%}.column--name{width: 50%}.column--quantity{width: 10%}.column--price{width: 20%}.column--total{width: 20%}.column--info-labels{width: 20%}.column--info-data{width: 40%}.column--summary{width: 20%}.account--password-reset .password-reset--input{width: 20rem}.account--error,.account--success{margin: 0rem 0rem 1.25rem 0rem}.is--act-partnerStatistic .content-main--inner{padding: 0rem 1.25rem 1rem 1.25rem}.is--act-partnerStatistic .account--welcome{padding: 0rem 0rem 0rem 0rem}.is--act-partnerStatistic .listing--actions{padding: .625rem .625rem .625rem .625rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;border: 1px solid #d8dcbf;background: #999}.is--act-partnerStatistic .date-filter{padding: 0rem .625rem 0rem .625rem;width: 40%;float: left;height: auto}.is--act-partnerStatistic .date-filter--label{width: 10%}.is--act-partnerStatistic .btn--filter{width: 20%;float: left;height: 40px}.is--act-partnerStatistic .chart--holder{text-align: center !important;display: block !important;width: 100%}.is--act-partnerStatistic .panel--th,.is--act-partnerStatistic .panel--td{padding: .625rem .625rem .625rem .625rem}.is--act-partnerStatistic .column--item-sum{width: 75% !important}.is--act-partnerStatistic .column--item-sum .column--label,.is--act-partnerStatistic .column--item-sum .column--value{float: left;width: 50%}.is--act-partnerStatistic .is--odd{border: 0;padding: 0}.is--act-partnerStatistic .is--odd .column--total{width: 25%;float: left !important}.is--act-partnerStatistic .is--odd .column--total .column--value{width: 100%}.account--profile{margin: 0rem}.account--profile .select-field{margin-bottom: .9375rem}.account--profile .profile--field{margin-bottom: .9375rem}.account--profile .select-field{max-width: 18.125rem}.account--profile .profile--birthdate .select-field{width: 32%;margin-right: 2%}}@media screen and (min-width: 64em){.account--info,.account--billing{width: 49%;float: left}.account--payment,.account--shipping{width: 49%;float: right}.account--email,.account--password,.account--userdata{display: none}.account--email,.account--password,.account--userdata,.account--newsletter{clear: both}.account--password-reset{margin: 1.25rem 0rem 0rem 0rem}.account--info .panel--body,.account--payment .panel--body{height: 7.5rem}.account--profile .profile-password--container{float: right;width: 49%}.account--profile .profile-email--container{float: left;width: 49%;margin-right: 2%}}@media screen and (min-width: 78.75em){.is--act-partnerStatistic .content-main--inner{padding: 0rem 2.8125rem 2.8125rem 2.8125rem}.account--profile{padding-top: 2.8125rem}.account--content{margin: 2.8125rem 0rem 0rem 0rem}.account--password-reset{margin: 2.8125rem 0rem 0rem 0rem}.account--password-new{margin-top: 2.8125rem}.account--error,.account--success{margin: 0rem 0rem 1.25rem 0rem}}.partner-statistic .account--welcome{margin-bottom: 0}.partner-statistic .partner-statistic-body{padding: .625rem .625rem .625rem .625rem;margin: 0rem 0rem 1.25rem 0rem}.partner-statistic .date-filter{display: inline-block}.partner-statistic .date-filter--input{margin: 0rem 0rem 1.25rem 0rem}.partner-statistic .ui-datepicker-trigger{padding: .125rem .625rem .125rem .625rem;line-height: 2rem;border-radius: 3px;-webkit-appearance: none;-moz-appearance: none;appearance: none;font-size: .875rem;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;-webkit-font-smoothing: inherit;display: inline-block;position: relative;text-decoration: none;text-align: left;cursor: pointer;border: 1px solid #d8dcbf;color: #000;font-weight: 500;font-size: 20px;text-align: center;background-image: none;background-color: #e2001a;border: 0;color: #fff;border: 1px solid #e2001a;font-size: 14px;background-image: linear-gradient(to right, #f0f0f0 0%, #fff 100%);background: #fff;color: #2d6043;border: 1px solid #a8be00;border-radius: 0;background-clip: padding-box;font-weight: 700;padding: .625rem .625rem .5625rem .625rem;margin: 0rem 1.5625rem 0rem 0rem;line-height: 1.25rem}.partner-statistic .ui-datepicker-trigger [class^="icon--"]{font-size: .625rem}.partner-statistic .ui-datepicker-trigger .is--large{font-size: 1rem}.partner-statistic .ui-datepicker-trigger.is--icon-right{padding-right: 2.25rem}.partner-statistic .ui-datepicker-trigger.is--icon-right [class^="icon--"]{height: 1rem;line-height: 2rem;margin: -1rem 0rem 0rem 0rem;right: .75rem;font-weight: 400;display: block;position: absolute;top: 50%}.partner-statistic .ui-datepicker-trigger.is--icon-left{padding-left: 2.25rem}.partner-statistic .ui-datepicker-trigger.is--icon-left [class^="icon--"]{height: 1rem;line-height: 2rem;margin: -1rem 0rem 0rem 0rem;left: .75rem;font-weight: 400;display: block;position: absolute;top: 50%}.partner-statistic .ui-datepicker-trigger:disabled,.partner-statistic .ui-datepicker-trigger:disabled:hover,.partner-statistic .ui-datepicker-trigger.is--disabled,.partner-statistic .ui-datepicker-trigger.is--disabled:hover{opacity: .5;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;border: 1px solid #d8dcbf;color: #000;cursor: not-allowed}.partner-statistic .ui-datepicker-trigger:hover{background: #fff;color: #2d6043;border-color: #2d6043}.partner-statistic .ui-datepicker-trigger:focus{outline: none}.partner-statistic .ui-datepicker-trigger.is--small{line-height: 1.75rem}.partner-statistic .ui-datepicker-trigger.is--medium{line-height: 2rem;height: 2.375rem}.partner-statistic .ui-datepicker-trigger.is--large{line-height: 2.25rem;height: 2.625rem}.partner-statistic .ui-datepicker-trigger.is--full{display: block}.partner-statistic .ui-datepicker-trigger.is--center{text-align: center}.partner-statistic .ui-datepicker-trigger:disabled,.partner-statistic .ui-datepicker-trigger:disabled:hover,.partner-statistic .ui-datepicker-trigger.is--disabled,.partner-statistic .ui-datepicker-trigger.is--disabled:hover{font-weight: 500;font-size: 20px;color: #fff;text-align: center;background-image: none;background-color: #e2001a;border: 0;border-radius: 0;background-clip: padding-box;border: 1px solid #e2001a;opacity: 0.5;cursor: not-allowed}.partner-statistic .ui-datepicker-trigger.modal--close{font-size: 20px;color: #666666;background: transparent}.partner-statistic .ui-datepicker-trigger.is--secondary{border: 1px solid #2d6043;background-color: #ffffff;color: #2d6043}.partner-statistic .ui-datepicker-trigger.is--secondary:hover{background-color: #ffffff;color: #2d6043;border-color: #e2001a}.partner-statistic .ui-datepicker-trigger.is--secondary:hover{border-color: #2d6043;background-color: #2d6043;color: #fff}.partner-statistic .ui-datepicker-trigger.hero{border: 2px solid #e2001a;color: #fff}.partner-statistic .ui-datepicker-trigger.hero.blue{background-color: #a8be00}.partner-statistic .ui-datepicker-trigger.hero.green{background-color: #2d6043}.partner-statistic .ui-datepicker-trigger:hover{background-color: #950011;color: #fff}.partner-statistic .ui-datepicker-trigger:disabled,.partner-statistic .ui-datepicker-trigger:disabled:hover,.partner-statistic .ui-datepicker-trigger.is--disabled,.partner-statistic .ui-datepicker-trigger.is--disabled:hover{font-size: .875rem}.partner-statistic .ui-datepicker-trigger:hover{border-color: #a8be00;background: #a8be00;color: #fff}.partner-statistic .ui-datepicker-trigger.hero{border: 2px solid #fff;color: #fff}.partner-statistic .ui-datepicker-trigger.hero.blue{background-color: #a8be00;background-image: linear-gradient(to right, #304513 0%, #a8be00 100%);color: #fff}.partner-statistic .ui-datepicker-trigger.hero.green{background-color: #d5f100;background-image: linear-gradient(to right, #a8be00 0%, #d5f100 100%);color: #fff}.partner-statistic .ui-datepicker-trigger:disabled,.partner-statistic .ui-datepicker-trigger:disabled:hover,.partner-statistic .ui-datepicker-trigger.is--disabled,.partner-statistic .ui-datepicker-trigger.is--disabled:hover{font-size: .875rem}.note--content{margin: 1.25rem 0rem 1.25rem 0rem}.note--overview .panel--td{padding: 0}.note--item{padding: 1.25rem 0rem 1.25rem 0rem;position: relative}.note--info,.note--sale{width: 80%}.note--image-container{width: 4.6875rem;margin: 0rem 1.25rem 1.25rem 0rem;display: table-row;float: left}.note--image-link{width: 4.6875rem;height: 4.6875rem;padding: .3125rem .3125rem .3125rem .3125rem;line-height: 4.0625rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;display: table-cell;text-align: center;vertical-align: middle;border: 1px solid #d8dcbf}.note--image{max-width: 4.0625rem;max-height: 4.0625rem;margin: 0 auto}.note--title{margin: 0rem 0rem .3125rem 5.9375rem;font-size: 1.125rem;display: block;font-weight: 700;color: #304513}.note--title:hover{color: #2d6043}.note--rating{margin: 0rem 0rem .625rem 5.9375rem}.note--rating [class^="icon--"]{color: #f1c40f}.note--supplier{display: none}.note--ordernumber,.note--date,.note--overview .product--rating{margin: 0rem 0rem 0rem 5.9375rem;display: block}.note--delivery{margin: 0rem 0rem 0rem 5.9375rem}.note--delivery .delivery--status-icon{display: none}.note--delivery .delivery--text-available{display: block}.note--compare{margin: .625rem 0rem 0rem 5.9375rem;display: none}.note--compare .compare--link{background: none;border: none;margin: 0;padding: 0;color: #000}.note--compare .compare--link:hover{color: #2d6043}.note--compare [class^="icon--"]{margin: 0rem .3125rem 0rem 0rem;font-size: .75rem}.note--price-unit{margin: .3125rem 0rem 0rem 5.9375rem;font-size: .75rem;line-height: 1.125rem;display: block}.note--price{font-size: 1.125rem;margin: .9375rem 0rem 0rem 5.9375rem;color: #304513;font-weight: 700}.note--delete{width: 2.5rem;height: 2.5rem;font-size: .625rem;line-height: 2.375rem;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;border-radius: 3px;border-radius: 0;background-clip: padding-box;top: 1.25rem;right: 0;left: auto;display: block;position: absolute;border: 1px solid #d8dcbf;text-align: center;font-weight: 400;color: #000}.note--delete:hover{color: #2d6043;border-color: #2d6043}@media screen and (min-width: 48em){.note--overview .panel--table{padding: 0rem 1.25rem 0rem 1.25rem;border: 1px solid #d8dcbf}.note--compare{display: block}}@media screen and (min-width: 64em){.note--info{padding-right: 1.25rem;width: 70%}.note--sale{padding-right: 3.4375rem;width: 30%}.note--zoom{font-size: .75rem;display: block;color: #000;text-align: center}.note--zoom:hover{color: #2d6043}.note--title{margin: 0rem 0rem .3125rem 6.5625rem}.note--supplier,.note--ordernumber,.note--date,.note--overview .product--rating{margin: 0rem 0rem 0rem 6.5625rem;display: block}.note--delivery{margin: 0rem 0rem 0rem 6.5625rem}.note--compare{margin: .3125rem 0rem 0rem 0rem}.note--price{margin: 0}.note--price-unit{padding-right: 3.125rem;margin: .3125rem 0rem 0rem 0rem}}@media screen and (min-width: 78.75em){.note--content{margin: 2.8125rem 0rem 0rem 0rem}}.forms--content{width: 100%}.forms--content .forms--headline{margin-bottom: 1.25rem}.forms--content .forms--headline .forms--title{margin-top: 0rem}.forms--content .forms--headline .forms--text p{margin-bottom: .75rem}.forms--content .alert{margin: 1.875rem 0rem 0rem 0rem}.forms--content .forms--field{margin-bottom: .3125rem;width: 100%}.forms--content input{margin-bottom: .625rem;width: 100%}.forms--content input[type="checkbox"]{width: auto}.forms--content textarea{margin-bottom: .625rem;width: 100%}.forms--content .field--select{margin-bottom: .625rem}.forms--content .btn{float: right}.forms--content .buttons:after{content: "";display: table;clear: both}.forms--content .strasse{margin-right: 2%;width: 80%;float: left}.forms--content .nr{width: 18%;float: left}.forms--content .plz{margin-right: 2%;width: 28%;float: left}.forms--content .ort{width: 70%;float: left}.forms--content .ort:after{content: "";display: table;clear: both}.forms--content .forms--required{font-size: .75rem;margin-bottom: .625rem}.forms--content .forms--description{margin: -0.5rem 0rem .625rem 0rem;clear: both}.forms--content .forms--captcha strong.captcha--notice{margin-bottom: .5rem;display: block}.forms--content .forms--checkbox label{top: -0.125rem;position: relative}.forms--content .forms--checkbox input[type="checkbox"]{width: auto}@media screen and (min-width: 48em){.forms--content{margin-top: 2.8125rem}.forms--content input{margin-bottom: .9375rem}.forms--content textarea{margin-bottom: .9375rem}.forms--content .forms--captcha strong.captcha--notice{margin-bottom: 1rem}}@media screen and (min-width: 78.75em){.forms--content{margin-top: 2.8125rem}.forms--content .alert{margin: 0rem 0rem 0rem 0rem}}.sitemap--content{margin-top: .625rem}.sitemap--content .sitemap--headline{margin-bottom: .625rem}.sitemap--content .sitemap--headline .sitemap--title{margin-top: 0}.sitemap--content .sitemap--headline .sitemap--headline-text{margin-bottom: 0rem}.sitemap--content .sitemap--category{padding-bottom: .625rem;margin-bottom: 1rem;min-height: 3.75rem;background-color: #999}.sitemap--content .sitemap--category .sitemap--navigation-link{padding: .25rem 0rem .25rem 1.25rem;color: #000;display: block}.sitemap--content .sitemap--category .sitemap--navigation-link:hover{color: #2d6043}.sitemap--content .sitemap--navigation-entry-inner .sitemap--navigation-link{padding-left: 2.1875rem}.sitemap--content .sitemap--navigation-head{padding: .25rem .625rem .25rem .625rem;margin-bottom: .5rem;background: #e2001a}.sitemap--content .sitemap--navigation-head .sitemap--navigation-head-link{color: #fff}@media screen and (min-width: 48em){.sitemap--content{margin-top: 1.25rem}.sitemap--content .sitemap--headline{margin-bottom: 1.25rem}.sitemap--content .sitemap--category{width: 49%;float: left;margin-right: 2%}.sitemap--content .sitemap--category:last-child,.sitemap--content .sitemap--category:nth-child(2){margin-right: 0rem}}@media screen and (min-width: 64em){.sitemap--content .sitemap--category{width: 24%;float: left;margin-right: 1.25%}.sitemap--content .sitemap--category:last-child{margin-right: 0rem}.sitemap--content .sitemap--category:nth-child(2){margin-right: 1.25%}}@media screen and (min-width: 78.75em){.sitemap--content{margin-top: 2.8125rem}}.search--content{padding: 2.5rem 0rem 0rem 0rem}.search--headline{margin: 0rem 0rem 2.5rem 0rem;text-align: center}.search--cat-filter{margin: 0rem 0rem 1.25rem 0rem}.search--cat-filter .cat-filter--headline{padding: 0rem 0rem .3125rem 0rem;margin: 0rem 0rem 1.25rem 0rem;font-size: 1rem;line-height: 1.5rem;border-bottom: 1px solid #d8dcbf}.search--cat-filter .cat-filter--reset{margin: 0rem 0rem .9375rem 0rem;line-height: 1.5rem;border-color: #2d6043}.search--cat-filter .cat-filter--reset [class^="icon--"]{top: -0.0625rem;margin-right: .625rem;font-size: .5rem;position: relative}.search--cat-filter .cat-filter--active-path{margin: 0rem 0rem 1.25rem 0rem}.search--cat-filter .cat-filter--label{margin: 0rem .625rem 0rem 0rem;font-weight: 700}.search--cat-filter .cat-filter--path{white-space: nowrap}.search--cat-filter .cat-filter--path [class^="icon--"]{margin: 0rem 1.25rem 0rem 1.25rem;font-size: .625rem}.search--cat-filter .cat-filter--link,.search--cat-filter .cat-filter--sub-cat{color: #000}.search--cat-filter .cat-filter--link:hover,.search--cat-filter .cat-filter--sub-cat:hover{color: #2d6043}.search--cat-filter .cat-filter--link .checkbox,.search--cat-filter .cat-filter--sub-cat .checkbox{margin: 0rem .3125rem 0rem 0rem;top: -0.0625rem;position: relative}.search--cat-filter .cat-filter--sub-cat{width: 11.25rem;line-height: 1.5rem;margin: 0rem .625rem 0rem 0rem;display: block}@media screen and (min-width: 48em){.search--cat-filter{margin: 0rem 0rem 2.5rem 0rem}}@media screen and (min-width: 78.75em){.search--content{padding: 2.8125rem 0rem 0rem 0rem}}.custom-page--content{margin-top: .625rem}.custom-page--content ul,.custom-page--content ol{padding-left: 1.25rem}.custom-page--content .custom-page--tab-headline{margin-top: 0rem;font-size: 1.5rem}.custom-page--content .content--custom.panel--body{padding: 1.25rem}.custom-page--content .is--active-parent{display: block}.ajax-modal--custom{padding: .5rem .5rem .5rem .5rem}@media screen and (min-width: 48em){.custom-page--content{margin-top: 1.875rem}.custom-page--content .custom-page--tab-headline{margin-top: .625rem}.ajax-modal--custom{padding: .625rem .625rem .625rem .625rem}}@media screen and (min-width: 78.75em){.ajax-modal--custom{padding: 1.25rem 1.25rem 1.25rem 1.25rem}.custom-page--content{margin-top: 2.8125rem}}.confirm--content > .alert{margin: .5rem 0rem 0rem 0rem}.confirm--content .body--revocation{font-weight: 700}.confirm--content .panel{margin: .5rem 0rem .5rem 0rem;border-radius: 3px;border-radius: 0;background-clip: padding-box}.confirm--content .product--table{margin: 0}.confirm--content .product--table .panel--body{background: #fff;color: #000;padding-bottom: 0}.confirm--content .product--table .table--tr,.confirm--content .product--table .table--media img{border-color: #d8dcbf}.confirm--content .product--table .basket--footer{margin: 0rem -0.625rem 0rem -0.625rem;background: #999;border-color: #d8dcbf}.confirm--content .product--table .basket--footer .aggregation--list{margin: 0;background: transparent;border-top: 1px solid #d8dcbf}.confirm--content .product--table .basket--footer .table--aggregation{margin-left: 0;margin-right: 0}.confirm--content .product--table .is--last-row{border-bottom: 0 none}.confirm--content .column--unit-price{display: none}.confirm--content .table--tr .column--tax-price{padding: 0rem 0rem .5625rem .625rem}.confirm--content .agb_info,.confirm--content .list--checkbox{margin: 0rem 0rem 1.3125rem 0rem}.confirm--content .list--checkbox .column--checkbox{width: 10%}.confirm--content .list--checkbox .column--label{width: 90%}.confirm--content .add-product--form{margin: .75rem 0rem .75rem 0rem}.confirm--content .add-voucher--form:after,.confirm--content .add-product--form:after{content: "";display: table;clear: both}.confirm--content .add-product--field,.confirm--content .add-voucher--field{border-top-left-radius: 3px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 3px;background-clip: padding-box;width: 90%}.confirm--content .add-product--button,.confirm--content .add-voucher--button{padding: .3125rem 0rem .3125rem 0rem;border-top-left-radius: 0;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0;background-clip: padding-box;width: 10%;text-align: center}.confirm--content .user-comment--field{width: 100%}.confirm--content .table--actions .main--actions{margin: 1.25rem 0rem .625rem 0rem}.confirm--content .table--actions .btn{width: 100%}.confirm--content .table-footer--country-notice{margin: .6875rem 0rem 0rem 0rem}.confirm--content .js--loading{width: 1.125rem;height: 1.125rem;border-radius: 100%;background-clip: padding-box;right: .375rem;top: .125rem;margin: .5rem .3125rem .5rem .3125rem;-webkit-animation: keyframe--spin 1s linear infinite;animation: keyframe--spin 1s linear infinite;border: 2px solid #d8dcbf;border-top: 2px solid #5f6537;display: block;position: absolute}.confirm--content .payment--panel .payment--method-info,.confirm--content .payment--panel .shipping--method-info{margin-bottom: .625rem}.confirm--content .payment--panel .payment--description,.confirm--content .payment--panel .shipping--description{white-space: nowrap}.confirm--content .information--panel-item:after{content: "";display: table;clear: both}.confirm--content .information--panel-item .panel--body:after{content: "";display: table;clear: both}.confirm--content .information--panel-item .alert{margin-bottom: 0}.confirm--content .information--panel-item.information--panel-address .shipping--panel{text-align: center}.confirm--content .information--panel-item.information--panel-address .shipping--panel .btn{display: none}.confirm--content .set-default{margin-top: .9375rem}.confirm--content .choose-different-address{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;max-width: 100%;vertical-align: bottom}@media screen and (max-width: 30em){.confirm--content .information--panel-item .information--panel-address .shipping--panel{margin-top: 1.25rem;padding-top: 1.25rem}.confirm--content .information--panel-item .information--panel-address .shipping--panel .btn{text-align: center}.confirm--content .information--panel-item .information--panel-address .panel--actions .choose-different-address{display: inline-block}.confirm--content .information--panel-item .information--panel-address .panel--body{padding-bottom: 0}.confirm--content .information--panel-item .choose-different-address{margin-top: .625rem}}@media screen and (min-width: 30em){.confirm--content .product--table .column--quantity{width: 26%}.confirm--content .product--table .column--total-price{width: 28.5%}.confirm--content .product--table .column--tax-price{padding-right: .625rem;float: left;width: 32%}.confirm--content .product--table .row--rebate .column--tax-price,.confirm--content .product--table .row--premium-product .column--tax-price,.confirm--content .product--table .row--voucher .column--tax-price{margin-left: 39.5%}.confirm--content .information--panel-address > .panel{margin: 0}.confirm--content .information--panel-address > .panel .information--panel{width: 50%;float: left}}@media screen and (min-width: 48em){.is--act-shippingpayment .basket--footer{border-radius: 3px;border-radius: 0;background-clip: padding-box}.confirm--content > .alert{margin: 1.25rem 0rem 0rem 0rem}.confirm--content .panel{margin: 1.25rem 0rem 1.25rem 0rem}.confirm--content .product--table .table--header{background: #fff;border-color: #d8dcbf}.confirm--content .product--table .table--header .panel--th{color: #304513}.confirm--content .product--table .column--product{width: 47%}.confirm--content .product--table .column--quantity{width: 11%}.confirm--content .product--table .column--tax-price{width: 17%}.confirm--content .product--table .column--total-price{width: 17%}.confirm--content .product--table .column--actions{width: 7.5%}.confirm--content .product--table .is--last-row{border-bottom: 0 none}.confirm--content .product--table .row--product .column--tax-price{line-height: 2.625rem;padding-top: 1.625rem}.confirm--content .product--table .panel--body{padding-bottom: 1.25rem}.confirm--content .product--table .basket--footer{margin: 0rem -1.25rem -1.25rem -1.25rem}.confirm--content .product--table .row--rebate .column--tax-price,.confirm--content .product--table .row--premium-product .column--tax-price,.confirm--content .product--table .row--voucher .column--tax-price{padding-top: 1.3125rem;margin-left: 11%}.confirm--content .product--table .row--rebate .column--total-price,.confirm--content .product--table .row--premium-product .column--total-price,.confirm--content .product--table .row--voucher .column--total-price{margin-left: 0}.confirm--content .product--table .column--tax-price .tax-price--label{margin-bottom: .75rem;margin: 0}.confirm--content .row--premium-product .column--product,.confirm--content .row--rebate .column--product{width: 58%}.confirm--content .row--premium-product .column--product .column--image,.confirm--content .row--rebate .column--product .column--image{width: 16.2%}.confirm--content .product--table .row--premium-product .column--tax-price,.confirm--content .product--table .row--rebate .column--tax-price{margin-left: 0}.confirm--content .tos--panel .column--checkbox{margin-right: .75rem;width: auto}.confirm--content .tos--panel .column--label{width: 95%;display: block}.confirm--content .information--panel-wrapper{margin: -2% 0 0 -2%}.confirm--content .information--panel-wrapper .information--panel{margin: 0}.confirm--content .information--panel-wrapper .information--panel-item{padding: 2% 0 0 2%;width: 100%;float: left}.confirm--content .additional--features .feature--add-product{width: 40%;margin: -1% 2.5% 0 0}.confirm--content .additional--features .feature--user-comment{width: 55%;margin: 0 0 0 2.5%}.confirm--content .additional--features .user-comment--field{height: 5.9375rem}.confirm--content .product--table .basket--footer .aggregation--list{float: right;padding-right: 10.4%;border-top: 0 none}.confirm--content .main--actions .btn{width: auto;float: right}.confirm--content .main--actions .btn:after{content: "";display: table;clear: both}.confirm--content .relevant--info{display: block}.confirm--content .information--panel-wrapper .information--panel-item-billing{width: 50%}.confirm--content .information--panel-wrapper .information--panel-item-billing .panel{border-right: 0;border-top-right-radius: 0;border-bottom-right-radius: 0}.confirm--content .information--panel-wrapper .information--panel-item-shipping{padding-left: 0;width: 50%}.confirm--content .information--panel-wrapper .information--panel-item-shipping .panel{border-left: 0;border-top-left-radius: 0;border-bottom-left-radius: 0}.confirm--content .information--panel-item.information--panel-address .panel--actions .choose-different-address{display: none}.confirm--content .information--panel-item.information--panel-address .shipping--panel .btn{display: inline-block}.confirm--content .information--panel-item.information--panel-address .panel--body:after{content: "";display: table;clear: both}.confirm--content .information--panel-item.information--panel-address .panel--body .billing--panel{float: left;width: 50%}.confirm--content .information--panel-item.information--panel-address .panel--body .shipping--panel{float: right;width: 50%}}@media screen and (min-width: 64em){.confirm--content .product--table .row--premium-product .column--image,.confirm--content .product--table .row--rebate .column--image{width: 13%}.confirm--content .product--table .aggregation--list{padding-right: 10%}.confirm--content .information--panel-wrapper .payment--panel .panel--actions{position: relative}.confirm--content .information--panel-wrapper .payment--panel .btn--change-payment{bottom: 1.25rem;position: absolute}.confirm--content .information--panel-wrapper .information--panel-item{width: 33.3%}.confirm--content .information--panel-wrapper .information--panel-item.information--panel-address{width: 66.6%}}@media screen and (min-width: 78.75em){.confirm--content{padding-top: 1.5625rem}.confirm--content > .alert{margin: 2.8125rem 0rem 0rem 0rem}.confirm--content .product--table .row--premium-product .column--product,.confirm--content .product--table .row--rebate .column--product{width: 58%}.confirm--content .product--table .row--premium-product .column--image,.confirm--content .product--table .row--rebate .column--image{width: 11.3%}.confirm--content .product--table .row--premium-product .column--tax-price,.confirm--content .product--table .row--rebate .column--tax-price{margin-left: 0}.confirm--content .product--table .aggregation--list{padding-right: 9.6%}}.newsletter--content{padding-top: .625rem}.newsletter--content:after{content: "";display: table;clear: both}.newsletter--content .newsletter--error-messages{margin-bottom: .625rem}.newsletter--content .newsletter--headline{margin-bottom: .625rem}.newsletter--content .newsletter--headline .newsletter--title{margin-top: .625rem}.newsletter--content .newsletter--headline .newsletter--info{margin: 0}.newsletter--content .select-field{margin-bottom: .625rem;max-width: 100%}.newsletter--content .newsletter--required-info{margin-bottom: 1rem}.newsletter--content .newsletter--action:after{content: "";display: table;clear: both}.newsletter-listing--content{margin-top: .625rem}.newsletter-listing--content .newsletter-listing--headline{margin-bottom: .625rem}.newsletter-listing--content .newsletter--title{margin: .625rem 0rem .625rem 0rem}.newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-name{width: 65%}.newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-button{width: 35%}.newsletter-listing--content .newsletter-listing--entry{padding: .625rem 0rem .625rem 0rem;border-bottom: 1px solid #d8dcbf}.newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-description{margin-top: .25rem;width: 65%}.newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-button{width: 35%}.newsletter-listing--content .newsletter-listing--entry:last-child{border: none}.newsletter-detail--content{margin-top: .625rem}.newsletter-detail--content .newsletter-detail--container:after{content: "";display: table;clear: both}.newsletter-detail--content .newsletter-detail--container .newsletter-detail--iframe{overflow: auto;-webkit-overflow-scrolling: touch}.newsletter-detail--content .newsletter-detail--container .newsletter-detail--iframe iframe{min-height: 31.25rem;width: 100%;border: none;outline: none}.newsletter-detail--content .newsletter-detail--buttons{margin: .625rem 0rem .625rem 0rem}.newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--backlink{width: 100%}.newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--window{margin-bottom: .625rem;width: 100%}@media screen and (min-width: 30em){.newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-name{width: 80%}.newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-button{width: 20%}.newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-description{width: 80%}.newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-button{width: 20%}.newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--backlink,.newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--window{width: auto;margin: 0}}@media screen and (min-width: 48em){.newsletter--content{padding-top: 1.25rem}.newsletter--content .newsletter--error-messages{margin-bottom: 1.25rem}.newsletter--content .newsletter--headline{margin-bottom: 1.25rem}.newsletter--content .select-field{margin-bottom: .9375rem;max-width: 18.125rem}.newsletter-listing--content{margin-top: 1.25rem}.newsletter-listing--content .newsletter-listing--headline{margin-bottom: 1.25rem}.newsletter-detail--content{margin-top: 1.25rem}.newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--window{width: auto;text-align: right}}@media screen and (min-width: 78.75em){.newsletter--error-messages{padding-top: 0rem}.newsletter--content{margin-top: 2.8125rem;padding: 0}.newsletter--content .newsletter--headline .newsletter--title{margin-top: 0rem}.newsletter-listing--content{margin-top: 2.8125rem}.newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-name{width: 90%}.newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-button{width: 10%}.newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-description{width: 90%}.newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-button{width: 10%}.newsletter-detail--content{margin-top: 2.8125rem}}.blog--listing{margin-top: 1rem}.blog--filter-btn{margin-bottom: 1.25rem}.blog--filter-btn .filter--trigger{display: block}.blog--filter-options{border-right: 1px solid #d8dcbf}.blog--filter-options .filter--container{padding: 0rem .625rem 0rem .625rem}.blog--filter-options .blog--filter-close-btn{padding: .75rem .625rem .75rem .625rem;background-image: linear-gradient(to bottom, #e2001a 0%, #950011 100%);background-color: #e2001a;background-image: none;display: block;color: #fff;font-weight: 700}.blog--filter-options .blog--filter-close-btn:hover{color: #fff}.blog--filter-options .blog--filter-close-btn .icon--arrow-right{margin: .1875rem 0rem 0rem 0rem;float: right}.blog--filter-options .blog--subscribe{display: none}.blog--filter-options .filter--headline{font-size: 1rem;line-height: 1.625rem;margin: 1rem .625rem .375rem .625rem;font-weight: 700;color: #304513}.blog--filter-options .filter--entry{padding: .625rem 1.25rem .625rem 1.25rem;font-size: 1rem;display: block;border-bottom: 1px solid #d8dcbf}.blog--filter-options .filter--entry:last-child{border: 0 none}.blog--filter-options .filter--link{color: #000}.blog--filter-options .filter--link:hover{color: #2d6043}.blog--sidebar{width: 100%}.blog--sidebar .block-group{width: 100%}.blog--sidebar .blog--navigation .has--border{border: none}.blog--sidebar .blog--navigation .collapse--header{padding: .625rem 1.25rem .625rem 1.25rem;margin-bottom: .3125rem;font-weight: 400;color: #000}.blog--sidebar .blog--navigation .collapse--header:hover{color: #2d6043}.blog--sidebar .blog--navigation .is--active{color: #fff;font-weight: 700}.blog--sidebar .blog--navigation .is--active:hover{color: #fff}.blog--sidebar .blog--navigation .collapse--content{padding: 0rem 0rem 0rem 0rem}.blog--sidebar .blog--navigation .collapse--content .filter--entry-link{color: #000}.blog--sidebar .blog--navigation .collapse--content .filter--entry-link:hover{color: #2d6043}.blog--sidebar .blog--filter-content,.blog--sidebar .blog--subscribe-content{display: none}.blog--sidebar .blog--filter-content.is--active,.blog--sidebar .blog--subscribe-content.is--active{display: block}.blog--sidebar .blog--filter-tags:after{content: "";display: table;clear: both}.blog--box{margin-bottom: 1.25rem}.blog--box:after{content: "";display: table;clear: both}.blog--box .blog--box-metadata{padding-bottom: .875rem;padding-top: .3125rem;font-size: .75rem;margin: 0rem 1.25rem 0rem 1.25rem;border-bottom: 1px solid #d8dcbf}.blog--box .blog--box-metadata .blog--metadata{padding-right: .5rem;margin-right: .5rem;display: inline-block;border-right: 1px solid #d8dcbf}.blog--box .blog--box-metadata .blog--metadata:last-child{border-right: 0 none}.blog--box .blog--box-metadata .blog--metadata-rating{font-size: .875rem;color: #000}.blog--box .blog--box-headline{font-size: 1.125rem}.blog--box .blog--box-link{color: #304513}.blog--box .blog--box-link:hover{color: #2d6043}.blog--box .blog--box-picture{display: block;height: auto;width: 100%}.blog--box .blog--picture-preview{width: 100%}.blog--box .blog--box-description{margin-top: 1rem}.blog--box .blog--box-description .blog--box-description-short{margin-bottom: 1rem;margin-top: -0.375rem}.blog--box .blog--box-tags{margin-top: .5rem;font-size: .75rem}.blog--detail{margin-top: .625rem}.blog--detail ul,.blog--detail ol{padding-left: 1.875rem}.blog--detail .listing{margin: 0}.blog--detail .blog--box{margin-bottom: 0}.blog--detail .blog--detail-header{margin-bottom: 1.25rem}.blog--detail .blog--detail-headline{margin: 0rem 0rem .3125rem 0rem}.blog--detail .blog--detail-headline,.blog--detail .blog--detail-box-headline{font-size: 1.125rem}.blog--detail .select-field{max-width: 100%}.blog--detail .blog--rating-link{font-size: .875rem;color: #000}.blog--detail .blog--bookmarks-icons{margin-top: .625rem;float: right}.blog--detail .blog--bookmark{font-size: 2.5rem}.blog--detail .blog--detail-thumbnails{margin-bottom: .625rem}.blog--detail .blog--detail-thumbnails .blog--thumbnail-image{margin: 0 auto}.blog--detail .blog--detail-thumbnails .block{height: 5rem;width: 23%}.blog--detail .blog--image{padding: .625rem .625rem .625rem .625rem;width: 100%}.blog--detail .blog--thumbnail{padding: .3125rem .3125rem .3125rem .3125rem;margin: 2% 1%;display: block;float: left}.blog--detail .blog--thumbnail:first-child{margin-left: 0}.blog--detail .blog--thumbnail:last-child{margin-right: 0}.blog--detail .blog--comments-wrapper{padding: 1.25rem 0rem 1.25rem 0rem}.blog--detail .blog--comments{padding: 1.25rem 1.25rem 1.25rem 1.25rem}.blog--detail .blog--comments .comments--actions .btn--create-entry{width: 100%}.blog--detail .blog--comments .comments--list{margin-top: 1.875rem}.blog--detail .blog--comments .list--entry{margin-top: .625rem}.blog--detail .blog--comments .list--entry:after{content: "";display: table;clear: both}.blog--detail .blog--comments .entry--meta{width: 100%}.blog--detail .blog--comments .entry--meta .meta--rating{margin-bottom: .3125rem}.blog--detail .blog--comments .entry--content{width: 100%}.blog--detail .blog--comments .content--headline{margin: .625rem 0rem .3125rem 0rem;font-size: 1rem}.blog--detail .blog--comments-headline{font-size: 1.3125rem;margin: 0rem 0rem 1.25rem 0rem}.blog--detail .blog--comments-entry{margin-bottom: 1.25rem}.blog--detail .blog--comments-entry:last-child{margin: 0}.blog--detail .blog--comments-entry-left{padding: 1.25rem 2.5rem 1rem 2.5rem;border-bottom: 1px solid #d8dcbf}.blog--detail .blog--comments-entry-left::after{margin: 0rem 0rem 0rem -0.5625rem;width: 1.125rem;height: 1.125rem;bottom: -0.5625rem;-webkit-transform: rotate(45deg);transform: rotate(45deg);content: '';position: absolute;left: 50%;background: #fff;border: 1px solid #d8dcbf;border-left: 0 none;border-top: 0 none}.blog--detail .blog--comments-rating{font-size: 1.125rem;color: #f1c40f}.blog--detail .blog--comments-entry-right{padding: 1.25rem 2.5rem 1rem 2.5rem}.blog--detail .blog--comments-entry-headline{font-size: 1rem;color: #304513;margin-top: 0}.blog--detail .blog--comments-form .form--comment-add{margin-top: 20px}.blog--detail .blog--comments-form-errors .alert{margin: 1.25rem 0rem 1.25rem 0rem}.blog--detail .blog--comments-voting{margin-bottom: .625rem;line-height: 1}.blog--detail .collapse--soft-hidden{display: none}.blog--detail .collapse--soft-show{display: block}@media screen and (min-width: 48em){.blog--listing{margin-top: 1rem}.blog--listing .panel--title{margin: 0rem 1.25rem 0rem 1.25rem}.blog--listing .panel--body{padding-left: 1.25rem;padding-right: 1.25rem}.blog--box .blog--box-metadata{font-size: .875rem}.blog--box .blog--box-picture{width: 20%;float: left}.blog--box .blog--box-description{padding-top: 0;margin-top: 0;width: 76%;float: right}.blog--box .blog--box-tags{font-size: .875rem}.blog--content{margin-top: 2.8125rem}.blog--content .blog--navigation{padding: 0rem 0rem 0rem 0rem}.blog--content .blog--navigation .has--border{border: 1px solid #d8dcbf}.blog--content .blog--navigation .blog--sidebar-title{padding: 1.25rem 0rem .625rem 0rem;margin: 0rem 1.25rem 0rem 1.25rem;border-radius: 0;color: #304513;border-color: #d8dcbf;border-width: 0 0 1px 0;display: block;font-weight: 700;background: none;box-shadow: none;cursor: default}.blog--content .blog--navigation .blog--sidebar-body{padding: 1.25rem 1.25rem 1.25rem 1.25rem;border: 0 none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none}.blog--content .blog--navigation .collapse--header:hover{color: #304513}.blog--content .blog--navigation .blog--subscribe{display: block}.blog--content .blog--navigation .blog--subscribe-content,.blog--content .blog--navigation .blog--filter-content{display: block}.blog--content .filter--container{padding: 0}.blog--content .blog--filter-btn{display: none}.blog--content .blog--filter-options{display: block;float: right;width: 20%;border: none;background: none}.blog--content .blog--filter-options .filter--group{margin: 0rem 0rem 1rem 0rem;width: 100%;height: auto}.blog--content .blog--filter-options .filter--entry{font-size: .875rem;padding: 0;border: 0 none}.blog--content .blog--filter-options .blog--filter-close-btn{display: none}.blog--content .blog--filter-options .filter--headline{display: none}.blog--content .filter--expand-collapse{display: none}.blog--content .blog--listing{margin-top: 0;width: 78%;float: left}.blog--content .blog--box .blog--box-headline{font-size: 1.125rem}.blog--content .blog--box .blog--box-link{color: #304513}.blog--content .blog--box .blog--box-link:hover{color: #2d6043}.blog--content .blog--box .blog--box-metadata{padding-top: .3125rem}.blog--content .blog--box .blog--box-content .blog--box-description{width: 74%}.blog--detail{margin-top: 1.875rem}.blog--detail .blog--detail-headline{font-size: 1.125rem;margin-bottom: .3125rem}.blog--detail .blog--box-metadata,.blog--detail .panel--title{margin: 0}.blog--detail .panel--body{padding-left: 0;padding-right: 0}.blog--detail .blog--detail-thumbnails{margin-bottom: .625rem}.blog--detail .blog--detail-thumbnails .blog--thumbnail-image{margin: 0 auto}.blog--detail .blog--detail-thumbnails .block{width: 5rem;height: 5rem}.blog--detail .blog--comments .entry--meta{width: 25%;text-align: left}.blog--detail .blog--comments .entry--content{width: 75%;float: left}.blog--detail .blog--comments .comments--actions .btn--create-entry{width: auto}.blog--detail .blog--comments-name,.blog--detail .blog--comments-summary{padding-right: .625rem;width: 50%;float: left}.blog--detail .blog--comments-email,.blog--detail .blog--comments-voting{padding-left: .625rem;width: 50%;float: right}.blog--detail .blog--comments-voting{margin-bottom: .625rem}.blog--detail .blog--comments-opinion{clear: both}.blog--detail .blog--comments-captcha{margin-bottom: .625rem}.blog--detail .blog--comments-captcha:after{content: "";display: table;clear: both}.blog--detail .blog--comments-captcha{width: 50%}.blog--detail .blog--comments-captcha .captcha--placeholder{padding-right: .625rem;width: 30%;float: left}.blog--detail .blog--comments-captcha .captcha--code{padding-right: .625rem;width: 70%;float: right}}@media screen and (min-width: 64em){.blog--detail .blog--detail-description{width: 100%}.blog--detail .blog--detail-image-container{width: 40%;margin: 0 0 3% 3%;float: right}}@media screen and (min-width: 78.75em){.blog--listing .listing--actions{margin-top: .9375rem;padding-top: 0;margin-bottom: 0}.blog--listing .listing--paging{border: 0 none}.blog--detail{margin-top: 3.125rem}.blog--detail .blog--detail-headline{font-size: 1.3125rem}.blog--detail .blog--bookmark{font-size: 2rem}}.configurator--variant .variant--group{margin: 0rem 0rem .625rem 0rem}.configurator--variant .variant--group:after{content: "";display: table;clear: both}.configurator--variant .variant--name{margin: 0rem 0rem .3125rem 0rem;font-weight: 700}.configurator--variant .variant--option{height: 3.125rem;line-height: 2.5rem;margin-bottom: .625rem;overflow: hidden;display: block;width: 23%;margin-right: 2%;position: relative;float: left}.configurator--variant .option--input{opacity: 0;display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1000;cursor: pointer}.configurator--variant .option--input:hover ~ label{color: #2d6043;border-color: #2d6043}.configurator--variant .option--input:hover ~ label.is--disabled{color: #000;border-color: #d8dcbf}.configurator--variant .option--input:checked ~ label{color: #2d6043;border-color: #2d6043}.configurator--variant .option--input:disabled ~ label{opacity: .5}.configurator--variant .option--input:disabled{cursor: not-allowed}.configurator--variant .option--label{padding: .3125rem .3125rem .3125rem .3125rem;line-height: 2.5rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;display: block;width: 100%;height: 100%;position: relative;z-index: 500;border: 1px solid #d8dcbf;font-weight: 700;text-align: center;overflow: hidden}.configurator--variant .option--label.is--disabled img{opacity: 0.3}.configurator--variant .option--label .image--media{line-height: 3.125rem;vertical-align: middle;text-align: center}.configurator--variant .option--label img{margin: 0 auto}.top-bar--navigation{position: relative}.top-bar--navigation .entry--compare{padding: 0rem .5rem 0rem .5rem}.top-bar--navigation .entry--compare .compare--quantity{margin-left: .3125rem;font-weight: 700;display: inline-block;color: #2d6043}.top-bar--navigation .entry--compare .icon--compare{font-size: .75rem}.top-bar--navigation .compare--list{width: 17.5rem;padding: .3125rem .625rem .625rem .625rem;top: 2rem;right: .75rem;text-align: left;position: absolute;display: none;list-style: none;background: #fff;z-index: 4000;border: 1px solid #d8dcbf}.top-bar--navigation .compare--list::after{-webkit-transform: rotate(135deg);transform: rotate(135deg);width: .5rem;height: .5rem;top: -0.3125rem;left: 1.5625rem;content: '';display: block;position: absolute;background: #fff;border-color: #d8dcbf;border-width: 0 0 1px 1px;border-style: solid}.top-bar--navigation .compare--list .btn--compare-delete{width: 100%}.top-bar--navigation .js--is--dropdown-active .compare--list{display: block}.top-bar--navigation .js--is--dropdown-active .compare--list .compare--entry{cursor: default}.top-bar--navigation .js--is--dropdown-active .compare--list .compare--entry form{display: inline-block}.top-bar--navigation .js--is--dropdown-active .compare--list .compare--link{width: 14.375rem;padding: .625rem 0rem .625rem 0rem;font-size: .875rem;color: #000;display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.top-bar--navigation .js--is--dropdown-active .compare--list .compare--link:hover{color: #2d6043}.top-bar--navigation .js--is--dropdown-active .compare--list .compare--button{padding: .1875rem .25rem .1875rem .25rem;margin: .1875rem 0rem 0rem 0rem;float: right}.top-bar--navigation .js--is--dropdown-active .compare--list .btn--item-delete{height: 1.3125rem;width: 1.3125rem;padding: .25rem .3125rem .25rem .3125rem;margin: .5rem 0rem .5rem 0rem;font-size: .5rem;line-height: .875rem;float: right}.top-bar--navigation .js--is--dropdown-active .compare--list .btn--item-delete .icon--cross{padding: 0;margin: 0}.top-bar--navigation .js--is--dropdown-active .compare--list .compare--button .icon--cross{padding: 0;margin: 0}.top-bar--navigation .js--is--dropdown-active .compare--list .btn--compare{margin-top: .3125rem}.compare--wrapper{display: block;overflow: auto}.modal--compare{font-size: .875rem;letter-spacing: -0.25rem;display: inline-block;white-space: nowrap;vertical-align: top}.modal--compare.is--fluid{width: 100%;overflow: hidden}.modal--compare .modal--title{padding: .625rem 2.5rem .625rem 1.25rem;font-size: 1rem;font-weight: 700;border-bottom: 1px solid #000;letter-spacing: 0}.modal--compare .modal--error{padding: 1.25rem 1.25rem 1.25rem 1.25rem;letter-spacing: 0}.modal--compare .list--head{background: #999;font-weight: 700}.modal--compare .compare--group{width: 12.5rem;display: inline-block;white-space: normal;vertical-align: top;letter-spacing: 0}.modal--compare .group--small{width: 12.5rem}.modal--compare .compare--group-list{margin: 0;padding: 0}.modal--compare .list--entry{padding: .625rem 1.875rem .625rem .625rem;color: #000;border-bottom: 1px solid #d8dcbf}.modal--compare .entry--picture{height: 10rem;position: relative}.modal--compare .entry--picture .image--element img{max-width: 90%;max-height: 90%;position: absolute;margin: auto;top: 0;left: 0;right: 0;bottom: 0}.modal--compare .entry--name{height: 7.8125rem}.modal--compare .link--name{position: relative;display: block;height: 70px;color: #304513;font-weight: 700}.modal--compare .entry--voting{height: 3.125rem}.modal--compare .entry--voting .icon--star,.modal--compare .entry--voting .icon--star-empty{color: #f1c40f}.modal--compare .entry--description{height: 9.375rem;text-align: left;word-wrap: break-word}.modal--compare .entry--price{height: 8.125rem}.modal--compare .entry--price .price--pseudoprice{text-decoration: line-through}.modal--compare .entry--price .price--normal{font-size: 1rem;color: #304513;font-weight: 700}.modal--compare .entry--price .price--reduced{color: #e74c3c}.modal--compare .entry--property{height: auto}@media screen and (min-width: 78.75em){.top-bar--navigation .compare--list{right: 0}}.content--home{margin-top: 1.25rem}@media screen and (min-width: 48em){.content--home{margin-top: 1.875rem}}@media screen and (min-width: 78.75em){.content--home{margin-top: 3.125rem}}.payment--form-group{margin: .625rem 0rem .625rem 0rem}.payment--form-group .payment--field{margin-bottom: .625rem;display: block;width: 100%}.payment--form-group .register--required-info{margin: 0}@media screen and (min-width: 48em){.payment--form-group .payment--field{width: 85%}}.address-manager--modal .header > .title{padding-left: 2%}.address-manager--modal.address-manager--editor .address-editor--errors{padding: 1.25rem;padding-bottom: 0}.address-manager--modal.address-manager--editor .address-editor--body{padding: 0}.address-manager--modal.address-manager--selection .content:after{content: "";display: table;clear: both}.address-manager--modal.address-manager--selection .content .modal--container{margin: -2% 0 0 -2%}.address-manager--modal.address-manager--selection .content .modal--container:after{content: "";display: table;clear: both}.address-manager--modal.address-manager--selection .content .modal--container .modal--container-item{padding: 2% 0 0 2%;float: left;width: 100%}.address-manager--modal.address-manager--selection .content .panel--actions .btn{width: 100%;text-align: center}.address-manager--modal.address-manager--selection .content .panel--actions .btn .js--loading{width: 1.125rem;height: 1.125rem;border-radius: 100%;background-clip: padding-box;right: .375rem;top: .125rem;margin: .5rem .3125rem .5rem .3125rem;-webkit-animation: keyframe--spin 1s linear infinite;animation: keyframe--spin 1s linear infinite;border: 2px solid #d8dcbf;border-top: 2px solid #5f6537;display: block;position: absolute}.account--address.account--content,.address-manager--modal.account--content{margin: 0rem;padding-top: 2.8125rem}.account--address .address--item-body .panel--title,.address-manager--modal .address--item-body .panel--title{margin: 0rem 0rem 1.25rem 0rem;padding-top: 0}.account--address .account--welcome,.address-manager--modal .account--welcome{margin-bottom: 0}.account--address.account--address-form .alert,.address-manager--modal.account--address-form .alert{margin: 1.25rem 1.125rem 1.25rem 1.125rem}.account--address .address--form-actions:after,.address-manager--modal .address--form-actions:after{content: "";display: table;clear: both}.account--address .address--form-actions .address--form-submit,.address-manager--modal .address--form-actions .address--form-submit{margin-bottom: .625rem;width: 100%;text-align: center}.account--address .address--actions-set-defaults,.address-manager--modal .address--actions-set-defaults{margin-bottom: .625rem;line-height: normal}.account--address .address--actions-set-defaults .btn,.address-manager--modal .address--actions-set-defaults .btn{padding: 0;color: #e2001a}.account--address .address--actions-set-defaults .btn:hover,.address-manager--modal .address--actions-set-defaults .btn:hover{color: #2d6043}.account--address .address--required-info,.address-manager--modal .address--required-info{margin: 0rem 1.625rem 1rem 1.625rem;font-size: .875rem}.account--address .select-field,.address-manager--modal .select-field{margin-bottom: .3125rem;max-width: 100%}.account--address .address--field,.address-manager--modal .address--field{margin-bottom: .625rem;width: 100%}.account--address .address--customertype,.address-manager--modal .address--customertype{display: block}.account--address .address--zip-city .address--field-zipcode,.address-manager--modal .address--zip-city .address--field-zipcode{width: 28%;float: left}.account--address .address--zip-city .address--field-city,.address-manager--modal .address--zip-city .address--field-city{width: 70%;float: left}.account--address .address--zip-city .address--field-city:after,.address-manager--modal .address--zip-city .address--field-city:after{content: "";display: table;clear: both}.account--address .address--zip-city .address--spacer,.address-manager--modal .address--zip-city .address--spacer{margin-right: 2%}.account--address.address--delete .panel,.address-manager--modal.address--delete .panel{margin-bottom: 1.25rem}.account--address .address--delete-actions .btn.is--primary,.address-manager--modal .address--delete-actions .btn.is--primary{float: right}.account--address .address--content,.address-manager--modal .address--content{margin: -2% 0 0 -2%}.account--address .address--content:after,.address-manager--modal .address--content:after{content: "";display: table;clear: both}.account--address .address--item-content,.address-manager--modal .address--item-content{width: 100%;float: left;padding: 2%}.account--address .address--item-content .panel--actions,.address-manager--modal .address--item-content .panel--actions{display: table-cell;vertical-align: bottom}.account--address .address--item-create .btn,.address-manager--modal .address--item-create .btn{text-align: center}.account--address .address--item-actions form,.address-manager--modal .address--item-actions form{display: block}.account--address .js--loading,.address-manager--modal .js--loading{width: 1.125rem;height: 1.125rem;border-radius: 100%;background-clip: padding-box;margin: 0rem 0rem 0rem .3125rem;top: .25rem;-webkit-animation: keyframe--spin 1s linear infinite;animation: keyframe--spin 1s linear infinite;border: 2px solid #d8dcbf;border-top: 2px solid #5f6537;display: inline-block;position: relative}@media screen and (min-width: 48em){.account--address .address--form-actions .address--form-submit,.address-manager--modal .address--form-actions .address--form-submit{width: auto}.address-manager--modal.address-manager--selection .content .modal--container .modal--container-item{width: 50%}.account--address.account--content .address--field{margin-bottom: .9375rem;width: 70%}.account--address.account--content .select-field{max-width: 18.125rem}.account--address.account--content .address--form-actions:after{content: "";display: table;clear: both}.account--address.account--content .address--item-content{width: 50%}.account--address.account--content .address--zip-city .address--field-zipcode{width: 18%;float: left}.account--address.account--content .address--zip-city .address--field-city{width: 50%;float: left}.account--address.account--content .address--zip-city .address--field-city:after{content: "";display: table;clear: both}.account--address.account--content .address--zip-city .address--spacer{margin-right: 2%}}@media screen and (min-width: 78.75em){.address-manager--modal.address-manager--selection{max-width: 71.5625rem}.address-manager--modal.address-manager--selection .content .modal--container .modal--container-item{width: 33.3%}}.page-wrap--cookie-permission{padding: .625rem;z-index: 8000;border-top: 1px solid #666;background: #fff;position: fixed;bottom: 0;right: 0;left: 0}.page-wrap--cookie-permission .cookie-permission--container{width: 100%;text-align: center;position: relative}.page-wrap--cookie-permission .cookie-permission--container:after{content: "";display: table;clear: both}.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button{margin: 0 auto;margin-top: 1.25rem}.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button{margin-right: .3125rem}.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--decline-button{margin-right: .3125rem}.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--accept-button,.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--decline-button,.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--configure-button{margin-top: .625rem}.cookie-removal--container{padding: 1.5625rem}.cookie-removal--container .cookie-removal--list{margin-bottom: 1.25rem;list-style-position: inside}.cookie-removal--container .cookie-removal--buttons{margin-top: 1.25rem}.cookie-removal--container .cookie-removal--buttons .btn{margin-bottom: .375rem;display: inline-block;width: 48%;float: right}.cookie-removal--container .cookie-removal--buttons .btn:last-child{margin-right: 2%}@media screen and (min-width: 30em){.cookie-removal--container .cookie-removal--footer:after{content: "";display: table;clear: both}.cookie-removal--container .cookie-removal--footer .cookie-removal--buttons{float: right}.cookie-removal--container .cookie-removal--buttons{min-width: 16.25rem;margin: 0}.cookie-removal--container .privacy--notice{padding-top: .5rem;display: inline-block}.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--accept-button,.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--decline-button,.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--configure-button{margin-top: 0}}@media screen and (min-width: 64em){.page-wrap--cookie-permission .cookie-permission--container{width: 100%}.page-wrap--cookie-permission .cookie-permission--container:after{content: "";display: table;clear: both}.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content{width: calc(100% - 240px);text-align: left}.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content.cookie-permission--extra-button{width: calc(100% - 370px)}.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button{width: 15rem;right: .3125rem;position: absolute;top: calc(50% - 21px)}.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button{width: 23.125rem}.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--content{padding: .75rem;float: left}.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button{margin: 0;float: right}}.content-type--head{overflow: hidden;margin: 1rem 0rem 1rem 0rem}.content-type--head .head--picture{max-height: 30em;padding: 1rem 1rem 1rem 1rem;border-radius: 3px;border-radius: 0;background-clip: padding-box}.content-type--head .head--picture img{max-height: 30em;object-fit: scale-down;margin: 0 auto}.content-type--field{display: block;width: 100%;padding: 1rem 1rem 1rem 1rem;border-radius: 3px;border-radius: 0;background-clip: padding-box}.content-type--field:nth-child(odd){background: #999}.field--full > .field--label{display: none}.field--full > .field--content{width: 100%;max-width: unset;text-align: left}.field--label,.field--content{display: block;width: 50%;float: left}.field--label > span{display: inline-block;max-width: 90%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.field--label-separator{display: none;float: right;width: 1px;height: 1rem;margin: 0 1rem;background: #666}.field--content{text-align: right}.content-type--field-checkbox .icon--check{color: #a8be00}.content-type--field-checkbox .icon--cross{color: #e74c3c}.content-type--field-media > .field--label,.content-type--field-media-grid > .field--label{display: none}.content-type--field-media > .field--content,.content-type--field-media-grid > .field--content{width: 100%;max-width: unset;text-align: left}.content-type--field-media.content-type--field,.content-type--field-media-grid.content-type--field{background: #fff}.content-type--field-media picture,.content-type--field-media-grid picture,.content-type--field-media img,.content-type--field-media-grid img{margin: 0 auto;border-radius: 3px;border-radius: 0;background-clip: padding-box}.content-type--field-media-grid .image--gallery{min-height: 30em}.content-type--field-textarea > .field--label{display: none}.content-type--field-textarea > .field--content{width: 100%;max-width: unset;text-align: left}.content-type--field-textarea.content-type--field{background: #fff}.content-type--field-text > .field--label{display: none}.content-type--field-text > .field--content{width: 100%;max-width: unset;text-align: left}.content-type--field-text.content-type--field{background: #fff}.content-type--field-product-field > .field--label{display: none}.content-type--field-product-field > .field--content{width: 100%;max-width: unset;text-align: left}.content-type--field-product-field .product--box{background-color: #fff;padding: unset}.content-type--field-product-field .box--content{padding: 1.25rem 1.875rem 1.25rem 1.875rem}.content-type--field-product-grid{overflow: hidden;padding: 1rem 0rem 1rem 0rem}.content-type--field-product-grid > .field--label{display: none}.content-type--field-product-grid > .field--content{width: 100%;max-width: unset;text-align: left}.content-type--field-product-grid .product-slider .product-slider--container{padding: 0rem 2rem 0rem 2rem}.content-type--field-product-grid .product-slider .product--description{white-space: normal}.content-type--field-product-grid .box--content{background-color: #fff}.content-type--field-tinymce > .field--label{display: none}.content-type--field-tinymce > .field--content{width: 100%;max-width: unset;text-align: left}.content-type--field-aceeditor > .field--label{display: none}.content-type--field-aceeditor > .field--content{width: 100%;max-width: unset;text-align: left}@media screen and (min-width: 30em){.content-type--head .head--picture{max-width: 50%;float: left}.content-type--head .head--picture img{max-height: 30em}}@media screen and (min-width: 48em){.field--label{max-width: 30%;width: 30%}.field--label-separator{display: inline-block}.field--content{max-width: 70%;width: 70%;text-align: unset}}@media screen and (min-width: 64em){.content-type{width: 75%;margin: 0 auto}}@media screen and (min-width: 78.75em){.is--content-type .sidebar-main{display: none}}.product--tax a{text-decoration: none !important}.product--tax a:hover{text-decoration: underline !important}.entry--all-results-link i{font-size: 8px}.table--shipping-costs-trigger i{margin: -0.25rem 0rem 0rem 0rem;font-size: 8px}.table--footer i,.premium-product--product .btn i,.compare--button i,.modal--compare .btn i{font-size: 8px}.js--modal.sizing--auto.is--fullscreen{height: 100% !important;width: 100% !important}.js--modal.sizing--fixed{max-height: none !important;max-width: none !important}.is--inactive{overflow: hidden !important}.btn::-moz-focus-inner{border: 0;padding: 0}.is--ie .action--sort .sort--select:after{line-height: 34px}.is--ie .register--login .register--new-customer .new-customer-btn::after{line-height: 16px}.is--ie .filter-panel--input input[type='checkbox']:checked ~ .input--state::before,.is--ie .filter-panel--checkbox input[type='checkbox']:checked ~ .input--state::before,.is--ie .filter-panel--radio input[type='checkbox']:checked ~ .input--state::before,.is--ie .filter-panel--input input[type='checkbox']:checked ~ .checkbox--state::before,.is--ie .filter-panel--checkbox input[type='checkbox']:checked ~ .checkbox--state::before,.is--ie .filter-panel--radio input[type='checkbox']:checked ~ .checkbox--state::before{line-height: 12px}@media screen and (min-width: 48em){.top-bar--navigation .entry--service:after,.top-bar--navigation .entry--service::after{font-size: 5px}.sidebar--navigation .is--level1 .navigation--entry.has--sub-children.is--active:before,.sidebar--navigation .is--level1 .navigation--entry.has--sub-children.is--active::before{font-size: 5px}.is--ie .header-main .top-bar--navigation .select-field:after{line-height: 24px}.is--ie .action--filter-btn .filter--trigger:before,.is--ie .action--filter-btn .filter--trigger:after{line-height: 16px}.is--ie .header-main .top-bar--navigation .top-bar--language .select-field select,.is--edge .header-main .top-bar--navigation .top-bar--language .select-field select{font-size: 0}.is--ie .header-main .top-bar--navigation .top-bar--language .select-field select option,.is--edge .header-main .top-bar--navigation .top-bar--language .select-field select option{font-size: .875rem}}.page-wrap--browser-support{padding: .625rem;z-index: 8000;border-bottom: 1px solid #decfcf;background: #faa9a9;position: fixed;top: 0;right: 0;left: 0}.page-wrap--browser-support .browser-support--container{width: 100%;text-align: center}.page-wrap--browser-support .browser-support--container:after{content: "";display: table;clear: both}.page-wrap--browser-support .browser-support--container .browser-support--accept-button{margin: 0 auto;margin-top: 1.25rem;padding: .0625rem 1.25rem .0625rem 1.25rem}@media screen and (min-width: 64em){.page-wrap--browser-support .browser-support--container{width: 100%}.page-wrap--browser-support .browser-support--container:after{content: "";display: table;clear: both}.page-wrap--browser-support .browser-support--container .browser-support--content{line-height: 1.25rem;padding: .625rem 0rem .625rem 0rem;float: left}.page-wrap--browser-support .browser-support--container .browser-support--accept-button{margin: 0;float: right}}.ad--banner.banner--center{padding-top: .625rem;padding-left: 2%;text-align: center;clear: both;float: none}.ad--banner.banner--center:after{clear: both;float: none}.ad--banner.banner--center > *{margin: 0 auto}.ad--banner.banner--sky{display: none;position: fixed;left: 50%;margin-left: 42.6875em;padding-left: 10px;top: 50%;margin-top: -340px}.ad--banner.banner--listing,.ad--banner.banner2--listing,.ad--banner.banner--detail{display: none}.ad--banner.banner--sky2{margin-top: 30px}.js--modal.modal--deferred{position: absolute;opacity: 0;display: none;min-height: 600px;max-height: none;bottom: unset;padding-bottom: 50px;top: 5px;left: 0;right: 0;margin: auto;width: 680px;border-radius: 3px;box-shadow: 0px 0px 0px 7px rgba(0,0,0,0.25);z-index: 10000;background-color: #fff}.js--modal.modal--deferred .modal--loading-indicator{width: 3.75rem;height: 3.75rem;padding: 3.125rem 0rem 3.125rem 0rem;margin: auto;display: block;position: absolute;top: 0;bottom: 0;left: 0;right: 0;box-sizing: content-box}.js--modal.modal--deferred .modal--loading-indicator:before{border-radius: 100%;background-clip: padding-box;-webkit-animation: keyframe--spin 1s linear infinite;animation: keyframe--spin 1s linear infinite;width: 100%;height: 100%;box-sizing: border-box;display: block;content: "";border-width: 2px;border-style: solid;border-color: #333 #ccc #ccc #ccc}.js--modal.modal--deferred--open{opacity: 1;display: block}.kairion-container-prefooter{display: flex;flex-direction: column}.kairion-container-prefooter .ad--banner{margin-bottom: 30px}@media screen and (min-width: 48em){.ad--banner.banner--listing,.ad--banner.banner2--listing,.ad--banner.banner--detail{display: block}.ad--banner.banner--search,.ad--banner.banner2--search{border-bottom: 1px solid #2d6043;margin-top: 20px;padding-bottom: 20px}.ad--banner.banner--search .box--list,.ad--banner.banner2--search .box--list,.ad--banner.banner--search .box--image,.ad--banner.banner2--search .box--image{border-bottom-color: transparent}.ad--banner.banner--detail{margin-bottom: 40px}}@media screen and (min-width: 106em){.ad--banner.banner--sky{display: inline}}.contact--content .odd{background-color: #fff}.address--answer .input-subline{text-align: right}.advantagecard--content input,.ordercatalog--content input,.freeenvelope--content input{margin-bottom: .625rem;width: 100%}.medication-table-thead-row th{padding: .625rem .625rem .625rem .625rem}.medication-table--hint{padding: .625rem 0rem .625rem 0rem;color: #999}.medication-table--hint div{padding-left: 2%;padding-right: 2%}.medication-table{min-width: 300px}.medication-table th{position: absolute;left: -10000px;top: auto;width: 1px;height: 1px;overflow: hidden}.medication-table td{position: relative;display: block}.medication-table td:before{content: attr(data-th) ': ';font-weight: 500;background-color: #2d6043;color: #ffffff;border: 1px solid #fff;display: block;position: absolute;left: 0;top: 10px;padding: .625rem .625rem .625rem .625rem;width: calc(30% - 20px);line-height: 1.1875rem}.medication-table td input{margin-left: 30%;width: 70%;margin-bottom: 0}.medication-table td input::placeholder{color: #999}.is--act-indexmodal .scroll--top-wrapper{bottom: 0}@media screen and (min-width: 64em){.medication-table td:before{display: none}.medication-table th,.medication-table td{display: table-cell;position: relative;left: auto;top: auto;width: auto;height: auto;overflow: auto}.medication-table th:first-child,.medication-table td:first-child{padding-left: 0;width: 8%}.medication-table th:last-child,.medication-table td:last-child{padding-right: 0}.medication-table td{padding: .0625rem .0625rem .0625rem .0625rem}.medication-table td input{margin: 0;width: 100%;padding: .625rem .3125rem .625rem .3125rem}.medication-table td input::placeholder{font-size: .625rem}.advantagecard--content.select-field,.ordercatalog--content.select-field,.freeenvelope--title.select-field,.address--country.select-field{max-width: 100%}}@media screen and (min-width: 48em){.account--orders-overview .column--date,.account--orders-overview .column--id,.account--orders-overview .column--dispatch{width: 25%}.account--orders-overview .column--name{width: 35%}.account--orders-overview .column--price{width: 10%}.account--orders-overview .column--item--status{width: 10%;text-align: right}.account--orders-overview .column--trackingnumber{width: 15%;text-align: right}}.icon--arrow-right:before{content: '>'}.seo-category-links-container{margin-bottom: .3125rem;display: flex;flex-wrap: wrap}.seo-category-links-container .headline{color: #2d6043;flex: 1 0 100%;font-size: 18px;text-transform: uppercase;max-width: 100%}.seo-category-links-container .teaser{margin-bottom: 0.626rem;flex: 1 0 100%;max-width: 100%}.seo-category-links-container .seo-label{background: #304513;text-align: left;overflow: hidden;padding: 10px 16px;margin-bottom: 5px;flex-basis: 100%;border-radius: 0;background-clip: padding-box}.seo-category-links-container .seo-label a{color: #f6f6f6;position: relative}.seo-category-links-container .seo-label a:hover{color: #fff}.seo-category-links-container .seo-label .seo-main-category-link{font-size: 24px;line-height: normal;position: relative;display: flex;width: 100%;padding-bottom: 2px;justify-content: space-between;flex-direction: row-reverse;align-items: center;color: #f6f6f6}.seo-category-links-container .seo-label .seo-main-category-link:before{content: '>'}.seo-category-links-container .seo-label .seo-main-category-link:before{content: "\e900";font-family: "sanicon"}.seo-category-links-container .seo-label .seo-main-category-link:before{content: "\e900";font-family: "sanicon"}.seo-category-links-container .seo-label .seo-main-category-link:before{font-size: .75em;flex-basis: 5%}.seo-category-links-container .seo-label .seo-category-link-children{margin-top: 3px;display: flex;flex-wrap: wrap}.seo-category-links-container .seo-label .seo-category-link-child-container{flex-basis: 50%;padding-bottom: 5px}.seo-category-links-container .seo-label .seo-category-link-child-container .seo-category-link-child{display: flex;align-items: flex-start;width: 100%}.seo-category-links-container .seo-label .seo-category-link-child-container .seo-category-link-child:before{content: '>'}.seo-category-links-container .seo-label .seo-category-link-child-container .seo-category-link-child:before{content: "\e900";font-family: "sanicon"}.seo-category-links-container .seo-label .seo-category-link-child-container .seo-category-link-child:before{content: "\e900";font-family: "sanicon"}.seo-category-links-container .seo-label .seo-category-link-child-container .seo-category-link-child:before{margin: 3px 5px 0 0;font-size: .75em}.seo-category-links-container .seo-label .seo-category-link-child-container:nth-child(odd) a{padding-right: .625rem}@media screen and (min-width: 48em){.seo-category-links-container .seo-label{flex-basis: calc(50% - 10px);margin-bottom: 20px}.seo-category-links-container .seo-label:nth-child(odd){margin-right: 10px;margin-left: 0}.seo-category-links-container .seo-label:nth-child(even){margin-left: 10px;margin-right: 0}}.cart--save-cart.panel{margin: 1.25rem 0rem .625rem 0rem;border: 1px solid #d8dcbf}.shop--navigation .navigation--entry .icon--text{font-size: 1.125rem;vertical-align: middle}.cart--clear:after{content: "";display: table;clear: both}.cart--load-list-container{width: 18.125rem;margin: 0 auto}.cart--label{margin-bottom: .625rem;display: block}.cart--modal-share-container{margin-bottom: .625rem}.cart--modal-share-container:after{content: "";display: table;clear: both}.cart--modal-share-btn{margin-bottom: .625rem;float: right}.cart--textarea{width: 100%}.cart--textarea.cart--mail-message{height: 15.625rem}.save-cart--content{border: 0 none}.save-cart--img{padding: .625rem;margin: 0rem .625rem .3125rem 0rem;height: 6.25rem;width: 6.25rem;float: left;border: 3px dotted #e45400;border-radius: 100%;color: #e45400;text-align: center}.save-cart--img-icon{font-size: 3.125rem;top: .875rem;position: relative}.save-cart--field{padding-top: .3125rem}.save-cart--field:after{content: "";display: table;clear: both}.save-cart--button{margin-top: .625rem}.save-cart--share{margin-top: .625rem;margin-left: 0;float: left}.save-cart--log-in-text{margin-left: .625rem;width: 50%;float: left}.save-cart--login-buttons{float: right}.share--checkout-label{padding-left: .1875rem}.login-buttons--btn{margin-bottom: .3125rem;display: inline-block}#wishlist--name{width: 100%}.product--table .cart--save-cart .save-cart--slide-down,.list-container--article-table .article-table--table .save-cart--slide-down{margin: 1.25rem;display: none;text-align: center}.product--table .table--actions .main--actions .is--secondary{float: left}.show-lists--button{text-align: center;opacity: 0}.save-cart--show-lists{display: none}#inner--cart-share{margin: .625rem}.cart--save-cart .save-cart--container{border: 0 none}.cart--share-alert,.cart--header-alert,.cart--header-info-bundle,.cart--header-error{display: none}.cart--header-alert,.cart--header-info-bundle,.cart--header-error{margin: .625rem .625rem 0rem .625rem}.cart--option-containers{margin-bottom: 1.25rem;border: 1px solid #d8dcbf}.cart--option-containers:after{content: "";display: table;clear: both}.cart--option-containers.cart--empty-basket{margin-top: 1.25rem}.cart--option-containers.cart--half-option .cart--option-container{height: 50%;width: 100%}.cart--option-containers .cart--option-container{padding: .625rem;width: 100%;height: 33%;position: relative}.cart--option-containers .cart--option-container .option-container--headline{color: #000;margin-top: 0}.cart--option-containers .cart--option-container .load-wishlist--default-option{display: none}.cart--option-containers .cart--option-container .save-wishlist--input{width: 90%}.cart--option-containers .cart--option-container .add-product--button{padding: .1875rem 0rem .1875rem 0rem;border-top-left-radius: 0px;border-top-right-radius: 3px;border-bottom-right-radius: 0px;border-bottom-left-radius: 3px;background-clip: padding-box;right: 0;position: absolute;width: 10%}.cart--option-containers .cart--option-container .icon-container--container{display: inline-block}.cart--option-containers .cart--option-container .icon-container--container:after{content: "";display: table;clear: both}.cart--option-containers .cart--option-container.option-container--load-wishlist .js--fancy-select,.cart--option-containers .cart--option-container .save-wishlist--button-container{margin-top: .625rem}.cart--option-containers .cart--option-container.option-container--load-wishlist .js--fancy-select{width: 100%}.cart--option-containers .cart--option-container .save-wishlist--button-container{width: 100%;position: relative}.cart--option-containers .cart--option-container .save-wishlist--button-container .save-wishlist--button{border-top-left-radius: 0;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0;background-clip: padding-box;line-height: 0;height: 100%}.cart--option-containers .cart--option-container.option-container--icon-container{line-height: 12.5rem;font-size: 3.4375rem;color: #2d6043;text-align: center}.cart--option-containers .cart--option-container.option-container--icon-container .icon-container--icon{float: left;display: block}.cart--option-containers .cart--option-container.option-container--icon-container .icon--arrow-left3,.cart--option-containers .cart--option-container.option-container--icon-container .icon--arrow-right3{font-size: 1.5625rem;margin-left: .3125rem;margin-right: .3125rem;top: .9375rem;margin: 0;padding: 0;position: relative}.cart--option-containers .cart--option-container.option-container--icon-container .icon--arrow-left3{margin-right: 0}.cart--option-containers .cart--option-container.option-container--icon-container .icon--arrow-right3{margin-left: 0}.cart--option-containers .cart--option-container.option-container--login-container{text-align: center;position: relative}.cart--option-containers .cart--option-container.option-container--login-container .login-container--text{margin-top: 1.25rem;display: inline-block}.cart--option-containers .cart--option-container.option-container--login-container .login-container--button{margin-top: 1.25rem}@media screen and (min-width: 48em){.save-cart--share{margin-left: 1.5625rem}.log-in-buttons-btn{margin-bottom: .625rem;display: block}.cart--option-containers{height: 21.875rem}.cart--option-containers.cart--half-option .cart--option-container{width: 50%;height: 100%}.cart--option-containers .cart--option-container{padding: 0rem .625rem 0rem .625rem;height: 100%;width: 33%;float: left}.cart--option-containers .cart--option-container .save-wishlist--input{width: 80%}.cart--option-containers .cart--option-container .add-product--button{right: 4%;width: 16%}.cart--option-containers .cart--option-container.option-container--load-wishlist .js--fancy-select{width: 90%}.cart--option-containers .cart--option-container.option-container--load-wishlist .js--fancy-select,.cart--option-containers .cart--option-container .save-wishlist--button-container{bottom: 1.25rem;left: .625rem;position: absolute;margin-top: 0}.cart--option-containers .cart--option-container.option-container--icon-container{line-height: 21.875rem}.cart--option-containers .cart--option-container .option-container--headline{margin-top: 1rem}.cart--option-containers .login-container--wrapper{position: absolute;top: 50%;-webkit-transform: translate(0, -50%);transform: translate(0, -50%)}}@media screen and (min-width: 64em){#wishlist--name{width: 18.125rem}.save-cart--button{margin-top: 0}.save-cart--log-in-text{width: 65%}.cart--option-containers{height: 16.25rem}.cart--option-containers .cart--option-container.option-container--icon-container{line-height: 16.25rem}}.cart--modal-container{padding-bottom: .9375rem;margin: 0rem .3125rem .9375rem .3125rem;border-bottom: 1px solid #d8dcbf}.top-bar--cart-list{margin-right: .625rem}.cart--is-centered{text-align: center}.cart--wishlists-containing{margin: .9375rem 0rem .9375rem 0rem}.cart--wishlists-containing:after{content: "";display: table;clear: both}.cart--login-text{text-align: left}.current-wishlists--item{padding-top: .625rem}.current-wishlists--item:after{content: "";display: table;clear: both}.current-wishlists--item .cart-item--input,.current-wishlists--item .cart-item--label{float: left}.current-wishlists--item .cart-item--label{margin-left: .3125rem}.inner--add-wishlist{border-bottom: 0 none}.add-wishlist--label{margin-bottom: .625rem;display: inline-block}.add-wishlist--name{margin-bottom: .625rem}.add-wishlist--button{margin-bottom: .625rem;float: right}.customizing-modal--inner{padding: .625rem}.wishlist-modal--inner{padding: .625rem}.wishlist-modal--inner:after{content: "";display: table;clear: both}.wishlist--number{margin-bottom: .3125rem}.wishlist--product{text-align: center}.product--details .cart--add-to-list{float: left}.cart--add-to-list{cursor: pointer}@media screen and (min-width: 48em){.add-wishlist--label{margin-bottom: 0rem;display: inline}.add-wishlist--name{margin-bottom: 0rem}}@media screen and (min-width: 64em){.quick-view .product--details .btn--details{margin: .625rem 0rem 0rem 0rem}.quick-view .product--details .buybox--button.btn--wishlist{float: none;width: 100%}.quick-view .product--details .buybox--button.btn--wishlist ~ .btn--details{margin-left: 0;width: 100%}}.off-canvas .mobile--switches .top-bar--cart-list{display: none}.cart--sidebar-note{display: none}.off-canvas.is--active .cart--sidebar-note{margin-top: .625rem;border-bottom: 1px solid #d8dcbf;border-top: 1px solid #d8dcbf;display: block;width: 100%;background: #fff;cursor: pointer}.off-canvas.is--active .cart--sidebar-note .sidebar-note--link{color: #000}.off-canvas.is--active .cart--sidebar-note:hover{color: #2d6043}.off-canvas.is--active .cart--sidebar-note:hover .sidebar-note--link{color: #2d6043}.cart--info-text{font-size: 1rem}div.acResults{background-color: #fff}div.acResults ul li{padding: .625rem;border-bottom: 1px solid #d8dcbf}div.acResults ul li:last-child{border-bottom: 0}div.acResults .acSelect{background-color: #f8f8fa;color: #2d6043}.advancedCart--buybox{float: left;width: 100%}.advancedCart--buybox .alert{clear: both}.cart--share-container:after{content: "";display: table;clear: both}.wishlist-has--padding{padding: .9375rem}.advanced-cart--quantity{display: inline-block;padding-left: 7.1875rem}.advanced-cart--quantity .js--fancy-select{width: 10.625rem}.advanced-cart--buy-button{float: right;display: inline-block}.wishlist-alert--readded{margin-bottom: .625rem}.manage-container--rename{margin-bottom: .625rem;width: 57%;text-align: center}.public-list--action-link .select-item--item{height: 2rem;width: 2rem;display: block;color: #fff}.public-list--action-link .select-item--facebook{border-radius: 2px;background-clip: padding-box;background-color: #3b5998;position: relative}.public-list--action-link .select-item--facebook i{font-size: 1.75rem;bottom: -0.0625rem;left: .3125rem;position: absolute}.public-list--action-link .select-item--twitter{background-color: #55aced;text-align: center;position: relative}.public-list--action-link .select-item--twitter i{font-size: 1.5rem;bottom: .1875rem;right: .1875rem;position: absolute}.public-list--action-link .select-item--google-plus{border-radius: 2px;background-clip: padding-box;background-color: #dd4b39;position: relative;text-align: center}.public-list--action-link .select-item--google-plus i{top: .25rem;font-size: 1.5rem;position: relative}.public-list--action-link .select-item--mail{text-align: center;background-color: #e2001a;position: relative;display: table-cell;vertical-align: middle}.cart--wishlist-content{margin-top: 2.8125rem}.wishlist-content--table-headline{border-bottom: 1px solid #d8dcbf}.wishlist-content--table-content{padding: .625rem}.wishlist-content--table-content .table-content--text-field{width: 100%;display: block}.wishlist-content--table-content .table-content--create-button{margin-top: .625rem}.saved-lists--list-container{margin-bottom: .625rem}.saved-lists--list-container .list-container--name-hidden{top: -2rem;left: 1.6875rem;position: absolute;display: none}.saved-lists--list-container .list-container--name-hidden,.saved-lists--list-container .list-container--name-input{height: 2rem;width: 80%}.saved-lists--list-container .list-container--name-input{padding: 0;box-shadow: 0}.saved-lists--list-container .cart--hidden{display: none}.list-container--content{padding: .9375rem;border: 1px solid #d8dcbf;border-top: 0 none;position: relative}.list-container--content .list-container--share-link{height: 2.25rem;display: inline-block;width: 100%;overflow-wrap: break-word}.list-container--content .header--sharing-container{padding-bottom: .625rem;margin-top: .625rem;position: relative}.list-container--content .list-container--manage-buttons{margin-top: .625rem;position: relative;float: none}.list-container--content .list-container--manage-buttons .js--fancy-select{margin-right: .625rem;top: .25rem;float: left}.list-container--row{padding: .3125rem .3125rem .3125rem .625rem;background-color: #777;border: 1px solid #d8dcbf;cursor: pointer;overflow: hidden;display: table;table-layout: fixed;width: 100%}.list-container--row .list-container--lock-icon-container{display: table-cell;vertical-align: middle;width: 10%}.list-container--row .list-container--text{display: table-cell;overflow: hidden;width: 80%}.list-container--row .list-container--text .list-container--text-name{font-weight: 600}.list-container--row .list-container--icon-container{font-size: .3125rem;display: table-cell;vertical-align: middle;text-align: right}.list-container--row .list-container--icon-container .list-container--icon{right: .3125rem;position: relative}.cart--display-none{display: none}.list-container--disabled{opacity: 0.2}.list-container--article-table{margin-top: .625rem}.list-container--article-table .column--article{padding: 1.25rem 0rem 1.25rem 0rem;width: 70%}.list-container--article-table .column--price{padding: 1.25rem 0rem 1.25rem 0rem;width: 30%}.list-container--article-table .cart--public-article-column{padding: 1.25rem .625rem 1.25rem .625rem}.header--sharing-container{border-bottom: 1px solid #d8dcbf}.article-table--add-article{padding: 1.25rem 0rem 1.25rem 0rem}.article-table--add-article .add-article--button{width: 10rem;margin-top: .625rem;text-align: center;width: 100%}.article-table--add-article .add-article--text-field{width: 100%}.article-table--values{position: relative}.article-table--values .article-price--button{height: 1.875rem;width: 1.875rem;padding: 0;float: right;text-align: center}.article-table--values .article-price--button .icon--cross{margin: 0}.article-table--add-button{bottom: 1.25rem;right: 1.25rem;position: absolute}.article-info--description,.article-info--delivery{margin-top: .625rem}.sharing-container--select{width: 11.25rem;margin-top: .625rem}.public-list--content{margin-bottom: .625rem}.cart--select-container{width: 11.25rem;padding: .4375rem;cursor: pointer;border: 1px solid #d8dcbf;font-weight: bold;display: inline-block;position: relative;background-color: #fff}.cart--select-container.sharing-container--select{display: block}.cart--select-container.manage-buttons--container{margin-right: .625rem;float: right}.cart--select-container .cart--select-icon{font-size: .3125rem;top: .9375rem;right: .5625rem;margin-left: .3125rem;float: right;position: absolute}.cart--select-container .cart--select-menu{width: 11.25rem;left: -0.0625rem;display: none;position: absolute;border: 1px solid #d8dcbf;border-top: 0;background-color: #fff;text-align: center}.cart--select-container:hover{color: #2d6043}.cart--select-container.js--is--dropdown-active{color: #2d6043;z-index: 100}.cart--select-container.js--is--dropdown-active .cart--select-menu{display: block;color: #000}.cart--select-container.js--is--dropdown-active .cart--select-menu .cart--select-item{padding: .3125rem;font-weight: normal;text-align: left;list-style: none;border-bottom: 1px solid #999}.cart--select-container.js--is--dropdown-active .cart--select-menu .cart--select-item a{color: #000;display: block}.cart--select-container.js--is--dropdown-active .cart--select-menu .cart--select-item:hover,.cart--select-container.js--is--dropdown-active .cart--select-menu .cart--select-item a:hover{background-color: #999;color: #2d6043}.cart--select-container.js--is--dropdown-active .cart--select-menu .cart--select-item:first-child{margin-top: .3125rem}.cart--select-container.js--is--dropdown-active .cart--select-menu .cart--select-item:last-child{border: 0 none}.manage-buttons--button{height: 2.25rem;line-height: 2.125rem;font-size: .875rem;margin-bottom: .625rem;white-space: nowrap;text-align: center;float: right;width: 100%}.load-list-container--container{width: 18.75rem}.load-list-container--container .cart--select-menu{width: 18.75rem}.cart--modal-btn-container{margin-top: .625rem;text-align: right}.public-list--info{display: inline-block}.public-list--action{margin-top: 1.75rem}.public-list--action-link{margin-right: .625rem;margin-bottom: .875rem;top: .375rem;position: relative;float: left}.public-list--action-like{width: 7.5rem;top: .375rem}.public-list--header{padding: .625rem}.public-list--header:after{content: "";display: table;clear: both}.wishlist-content--headline{margin-top: 4.6875rem}.header--publish-check{margin-bottom: .625rem}.header--publish-check:after{content: "";display: table;clear: both}.header--publish-check .list-container--publish-check{margin-right: .625rem;float: left}.add-article--wishlist-alert{margin-top: .625rem;display: none}.add-article--wishlist-alert.wishlist-alert--add-error,.add-article--wishlist-alert.wishlist-alert--min-one{padding: .3125rem .3125rem .3125rem .3125rem}.view--content .add-article--wishlist-alert{margin-bottom: .625rem}.article-table--header{display: none}.list-container--manage-container{padding-top: .3125rem}.list-container--manage-container:after{content: "";display: table;clear: both}.list-container--manage-container .cart--rename-icon{font-size: .9375rem;top: .0625rem;position: relative}.manage-container--delete{text-align: center;width: 40%}.article-table--add-cart{padding: .625rem 0rem .625rem 0rem;margin-top: 0rem;border-bottom: 1px solid #d8dcbf;border-top: none;width: 100%}.article-table--add-cart:after{content: "";display: table;clear: both}.sidebar-main{display: none}.sidebar-main.is--active{display: block}.is--ctl-wishlist.is--act-public .content--wrapper{margin-left: 0}@media screen and (min-width: 30em){.manage-buttons--button{width: auto;text-align: left}.manage-container--rename{width: auto;text-align: left}.manage-container--delete{text-align: left;width: auto}.article-table--add-article .add-article--button{width: 10rem;float: left}}@media screen and (min-width: 48em){.is--ctl-wishlist .content--wrapper{margin-left: 16.25rem}.is--ctl-wishlist .sidebar-main{display: block}.cart--quantity{margin-left: 6.5625rem}.list-container--text-count,.list-container--text-state{white-space: nowrap;display: inline-block}.cart--select-container.manage-buttons--container,.sharing-container--select{margin-top: 0}.list-container--row .list-container--lock-icon-container{width: 3%}.list-container--info{width: auto}.list-container--content .list-container--share-link{margin-left: 1.25rem;width: 75%}.list-container--content .header--sharing-container{margin-top: 0}.article-table--add-article .add-article--text-field{width: 70%}.article-table--add-article .add-article--button{margin-top: 0;float: right}.wishlist-content--headline{margin-top: 0}.cart--select-container.manage-buttons--container{display: inline-block}.table-content--text-field{width: 60%;display: inline-block}.table-content--create-button{margin-top: 0;float: right}.article-table--header{display: block}.article-table--add-cart{margin-top: .625rem;float: none;border-top: 1px solid #d8dcbf}}@media screen and (min-width: 64em){.header--publish-check{top: 0}.manage-buttons--button{margin-bottom: 0}.public-list--action-add{float: left}.public-list--info{float: left}.public-list--action{float: right}}.autocomplete-suggestions{background-color: #fff;border: 1px solid #dadae5}.autocomplete-suggestion{margin: 0rem;padding: .625rem;border-bottom: 1px solid #dadae5;cursor: pointer;display: block;font-size: 12px;overflow: hidden}.autocomplete-selected{background-color: #f8f8fa;color: #D9400B}.autocomplete-suggestions:last-child{border-bottom: 0}.acResults{padding: 0px;border: 1px solid WindowFrame;background-color: Window;overflow: hidden}.acResults ul{margin: 0px;padding: 0px;list-style-position: outside;list-style: none}.acResults ul li{margin: 0px;padding: 2px 5px;cursor: pointer;display: block;font: menu;font-size: 12px;overflow: hidden}.acSelect{background-color: Highlight;color: HighlightText}.cover{display: block;width: 100%;height: 100%;position: relative;top: 0;left: 0}.cover--canvas{display: block;width: 100%;height: 100%;max-height: 100%;min-height: 100%;background-size: cover;background-repeat: no-repeat}.emotion--digital-publishing,.emotion--digital-publishing-slider{width: 100%;height: 100%}.emotion--mode-rows .emotion--digital-publishing .bg--color,.emotion--mode-rows .emotion--digital-publishing-slider .bg--color,.emotion--mode-rows .emotion--digital-publishing .bg--pattern,.emotion--mode-rows .emotion--digital-publishing-slider .bg--pattern{min-height: 22.5rem;position: relative}.emotion--mode-rows .emotion--digital-publishing .image-slider--item,.emotion--mode-rows .emotion--digital-publishing-slider .image-slider--item{vertical-align: middle}.dig-pub--preview{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-touch-callout: none;-webkit-user-select: none;user-select: none;width: 100%;height: 100%}.dig-pub--preview a,.dig-pub--preview .btn{pointer-events: none !important}.dig-pub{display: block;width: 100%;height: 100%;position: relative;top: 0;left: 0;overflow: hidden}.dig-pub .bg--color,.dig-pub .bg--image,.dig-pub .bg--pattern{display: block;width: 100%;height: 100%;position: relative;top: 0;left: 0;z-index: 1}.dig-pub .bg--pattern{background: 0 0 repeat transparent}.dig-pub--link{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1000}.dig-pub--layer{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;text-align: center;white-space: nowrap;pointer-events: none}.dig-pub--layer.left{text-align: left}.dig-pub--layer.right{text-align: right}.dig-pub--layer.top .layer--wrapper{vertical-align: top}.dig-pub--layer.bottom .layer--wrapper{vertical-align: bottom}.dig-pub--layer:before{content: '';height: 100%;display: inline-block;vertical-align: middle;margin-right: -0.25em}.dig-pub--layer .layer--wrapper{display: inline-block;max-width: 100%;max-height: 100%;vertical-align: middle}.dig-pub--layer .layer--content{height: 100%;background-clip: padding-box;position: relative;overflow: hidden;pointer-events: all}.dig-pub--text{display: block;position: relative;max-width: 100%;max-height: 100%}.dig-pub--text h1,.dig-pub--text h2,.dig-pub--text h3,.dig-pub--text h4,.dig-pub--text h5,.dig-pub--text h6,.dig-pub--text p,.dig-pub--text blockquote{margin: 0;padding: 0;font-weight: normal;white-space: initial;word-break: break-word;line-height: 1}.dig-pub--image{display: block;max-width: 100%;max-height: 100%}.dig-pub--image .dig-pub--img-wrapper{display: inline-block;max-width: 100%;width: 100%}.dig-pub--image .dig-pub--img{display: inline-block}.dig-pub--button{display: block}.dig-pub--button .btn{max-width: 100%;word-break: break-word;white-space: normal;pointer-events: all}.is--invisible{visibility: hidden !important}html.is--storytelling,body.is--storytelling{height: 100%;width: 100%;overflow: hidden}html.is--storytelling.is--hardware-accelerated,body.is--storytelling.is--hardware-accelerated{-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: translateZ(0);transform: translateZ(0)}.emotion-storytelling{position: relative;top: 0;left: 0}.emotion-storytelling .emotion--video{-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: translateZ(0);transform: translateZ(0)}.emotion-storytelling .image-slider,.emotion-storytelling .image-slider--slide,.emotion-storytelling .image-slider--item{-webkit-transform-style: initial;transform-style: initial;-webkit-backface-visibility: initial;backface-visibility: initial}.emotion-storytelling .image-slider--container{-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: translateZ(0);transform: translateZ(0)}.emotion--section-nav{width: 2.5rem;-webkit-transform: translate3d(0, -50%, 0);transform: translate3d(0, -50%, 0);position: fixed;top: 50%;left: 0;background: #ffffff;border: 1px solid #999;z-index: 1500}.emotion--section-nav .section-nav--link{padding: .3125rem .625rem .3125rem .625rem;line-height: 1.125rem;font-size: .9375rem;display: block;text-align: center;color: #000}.emotion--section-nav .section-nav--link.is--active{color: #2d6043}.emotion--section-nav .link--section{display: none}.emotion--section-nav .link--prev,.emotion--section-nav .link--next{padding: .625rem .625rem .625rem .625rem;font-size: .625rem}.emotion--section-nav .link--start{font-size: 1rem}@media screen and (min-width: 48em){.emotion--section-nav{left: 1.875rem;border-radius: 3px;background-clip: padding-box}.emotion--section-nav .link--section{display: block}}@media screen and (min-width: 78.75em){.emotion--section-nav .section-nav--link:hover{color: #2d6043}}.quick-view{-webkit-transition: opacity .4s cubic-bezier(0, 0, .25, 1);transition: opacity .4s cubic-bezier(0, 0, .25, 1);width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: -1;opacity: 0}.quick-view.is--active{opacity: 1;z-index: 4000}.quick-view--overlay{-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 4100;background: rgba(0,0,0,0.6)}.quick-view--view{max-width: 78.75rem;-webkit-transform-origin: 0 0 0;transform-origin: 0 0 0;-webkit-transform: scale(1.2) translate(-50%, -50%);transform: scale(1.2) translate(-50%, -50%);border-radius: 3px;background-clip: padding-box;-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);width: 80%;min-height: 50%;max-height: 80%;position: absolute;top: 50%;left: 50%;z-index: 4200;background: #ffffff;opacity: 0;visibility: hidden}.quick-view--view .view--content{display: none}.quick-view--view[data-view="left"],.quick-view--view[data-view="right"]{-webkit-transform: scale(.3) translate(-50%, -50%);transform: scale(.3) translate(-50%, -50%);opacity: 0}.quick-view--view[data-view="left"]{left: -20%}.quick-view--view[data-view="right"]{left: 120%}.quick-view--view[data-view="prev"],.quick-view--view[data-view="next"]{-webkit-transition: all .4s cubic-bezier(0, 0, .25, 1);transition: all .4s cubic-bezier(0, 0, .25, 1);opacity: 1;cursor: pointer;z-index: 4300;visibility: visible}.quick-view--view[data-view="prev"]:after,.quick-view--view[data-view="next"]:after{width: 6.25rem;height: 25rem;font-size: 8.75rem;margin-top: -12.5rem;-webkit-transition: opacity .4s .3s cubic-bezier(0, 0, .25, 1);transition: opacity .4s .3s cubic-bezier(0, 0, .25, 1);display: block;position: absolute;top: 50%;font-family: 'shopware';font-weight: normal;text-align: center;opacity: 1;vertical-align: middle;line-height: 400px;color: #ffffff}.quick-view--view[data-view="prev"]{-webkit-transform: scale(.3) translate(-100%, -50%);transform: scale(.3) translate(-100%, -50%);left: 0}.quick-view--view[data-view="prev"]:after{right: -6.25rem;content: "\e611"}.quick-view--view[data-view="next"]{-webkit-transform: scale(.3) translate(0, -50%);transform: scale(.3) translate(0, -50%);left: 100%}.quick-view--view[data-view="next"]:after{left: -6.25rem;content: "\e60f"}.quick-view--view[data-view="main"]{-webkit-transform: scale(1) translate(-50%, -50%);transform: scale(1) translate(-50%, -50%);-webkit-transition: all .4s cubic-bezier(0, 0, .25, 1);transition: all .4s cubic-bezier(0, 0, .25, 1);left: 50%;z-index: 4400;opacity: 1;visibility: visible;overflow-y: auto}.quick-view--view[data-view="main"]:after{display: block;content: "";opacity: 0}.quick-view--view[data-view="main"] .view--content{display: block}.view--content{padding: 0rem .625rem .625rem .625rem;width: 100%;height: 100%}.view--content .product--details .configurator--form .select-field{height: 2.625rem;max-width: 100%}.view--content .product--details .configurator--form .select-field select{line-height: 2.5rem}.view--content .product--details .configurator--form .select-field:after{height: 2.5rem}.view--content .product--details .configurator--form,.view--content .product--details .buybox--form{width: 100%}.view--content .product--details .link--publish-comment{display: none}.view--content .product--details .product--short-description{margin-bottom: 1.25rem;display: inline-block}.view--content .product--link{color: #304513}.quick-view--loader{width: 1.875rem;height: 1.875rem;margin: -0.9375rem 0rem 0rem -0.9375rem;display: block;position: absolute;top: 50%;left: 50%;box-sizing: content-box}.quick-view--loader:before{border-radius: 100%;background-clip: padding-box;-webkit-animation: keyframe--spin 1s linear infinite;animation: keyframe--spin 1s linear infinite;width: 100%;height: 100%;box-sizing: border-box;display: block;content: "";border: 2px solid #ccc;border-top-color: #2d6043}.quick-view--product-detail-button{margin-top: .5rem}@media screen and (min-width: 37.5em){.quick-view--view .product--details .product--header{padding: .625rem 0rem .625rem 0rem}.quick-view--view .product--details .product--header .product--title{font-size: 1.3125rem;line-height: 1.75rem}.quick-view--view .product--details .product--supplier{height: 2.1875rem;width: 50%}.quick-view--view .product--details .product--supplier .product--supplier-link{height: 2.1875rem}.quick-view--view .product--details .product--rating-container{width: 50%}.quick-view--view .product--details .configurator--form .select-field{height: 2.375rem;max-width: 80%}.quick-view--view .product--details .configurator--form .select-field select{line-height: 2.25rem}.quick-view--view .product--details .configurator--form .select-field:after{height: 2.25rem}.quick-view--view .product--details .configurator--form,.quick-view--view .product--details .buybox--form{width: 80%}.quick-view--view .product--details .product--image-container .image-slider--container{height: 12.5rem}.quick-view--view .product--details .product--image-container .image-slider--container .arrow{display: none}.quick-view--view .product--details .block-prices--container{margin-top: 0rem}}@media screen and (min-width: 48em){.quick-view--view[data-view="prev"]{-webkit-transform: scale(.3) translate(-90%, -50%);transform: scale(.3) translate(-90%, -50%)}.quick-view--view[data-view="next"]{-webkit-transform: scale(.3) translate(-10%, -50%);transform: scale(.3) translate(-10%, -50%)}}@media screen and (min-width: 60em){.view--content{padding: 0rem 1.875rem .625rem 1.875rem}.quick-view--view .product--details .product--header{padding: 1.875rem 0rem 1.25rem 0rem}.quick-view--view .product--details .product--header .product--title{font-size: 1.75rem;line-height: 1.875rem;width: 80%;float: left;border: 0 none}.quick-view--view .product--details .product--supplier{height: 4.375rem;width: 20%;float: right}.quick-view--view .product--details .product--supplier .product--supplier-link{height: 4.375rem}.quick-view--view .product--details .product--rating-container{width: 80%;float: left}.quick-view--view .product--details .product--image-container{width: 100%}.quick-view--view .product--details .product--image-container .image-slider--container{height: 25rem}.quick-view--view .product--details .product--image-container .image-slider--container .arrow{display: block}.quick-view--view .product--details .block-prices--container{margin-top: .75rem}}@media screen and (min-width: 64em){.quick-view--view .product--details .product--image-container{width: 100%;margin-right: 0;float: left}.quick-view--view .product--details .product--image-container .image--thumbnails{display: none}.quick-view--view .product--details .product--image-container .image-slider--container{margin-bottom: 0}.quick-view--view .product--details .product--image-container .image--dots{top: 0;position: relative}.quick-view--view .product--details .product--buybox{width: 100%}.quick-view--view .product--details .configurator--form,.quick-view--view .product--details .buybox--form{width: 80%}.quick-view--view .product--details .buybox--inner{width: 100%;float: none}.quick-view--view .product--details .product--base-info{margin: .625rem 0rem .625rem 0rem}.quick-view--view .product--details .action--link{margin-right: 2.1875rem}.quick-view--view .product--details .product--actions{padding: 0rem 0rem .625rem 0rem}}@media screen and (min-width: 78.75em){.quick-view--view[data-view="prev"]{-webkit-transform: scale(.3) translate(-80%, -50%);transform: scale(.3) translate(-80%, -50%)}.quick-view--view[data-view="prev"]:hover{-webkit-transform: scale(.3) translate(-70%, -50%);transform: scale(.3) translate(-70%, -50%)}.quick-view--view[data-view="next"]{-webkit-transform: scale(.3) translate(-20%, -50%);transform: scale(.3) translate(-20%, -50%)}.quick-view--view[data-view="next"]:hover{-webkit-transform: scale(.3) translate(-30%, -50%);transform: scale(.3) translate(-30%, -50%)}}@media screen and (min-width: 80em){.quick-view--view .product--details .product--image-container{width: 58%;margin-right: 4%;float: left}.quick-view--view .product--details .product--image-container .image-slider--thumbnails{height: 4.375rem;top: 27.5rem;width: 100%;position: absolute;float: none;margin: 0;display: block}.quick-view--view .product--details .product--image-container .image-slider--thumbnails .thumbnail--link{margin: 0rem .625rem 0rem 0rem;display: inline-block}.quick-view--view .product--details .product--image-container .image-slider--container{margin-bottom: 6.875rem}.quick-view--view .product--details .product--image-container .image-slider--container.no--thumbnails{margin-bottom: 0}.quick-view--view .product--details .product--image-container .image-slider--container.no--image .image-slider--item{cursor: default}.quick-view--view .product--details .product--image-container .image-slider--dots{top: 25.3125rem;position: absolute;width: 100%}.quick-view--view .product--details .product--buybox{width: 38%}.quick-view--view .product--details .configurator--form,.quick-view--view .product--details .buybox--form{width: 100%}.quick-view--view .product--details .buybox--inner{width: 100%;float: none}.quick-view--view .product--details .product--base-info{margin: .625rem 0rem 1.25rem 0rem;padding: 0;width: 100%;float: none}.quick-view--view .product--details .action--link{margin-right: 1.5625rem}.quick-view--view .product--details .product--actions{padding: 0rem 0rem .3125rem 0rem;border-bottom: 1px solid #d8dcbf}}@media screen and (min-width: 98.4375em){.quick-view--view .product--details .product--image-container .image-slider--container{height: 26.875rem;margin-bottom: 0}.quick-view--view .product--details .product--image-container .image-slider--thumbnails{width: 4.375rem;height: 26.875rem;margin: 0rem 1.25rem 0rem 0rem;position: relative;top: 0;left: 0;float: left}.quick-view--view .product--details .product--image-container .image-slider--thumbnails .thumbnail--link{margin: 0rem 0rem 1.25rem 0rem;display: block}.quick-view--view .product--details .product--image-container .image-slider--dots{padding: .625rem 0rem .625rem 5.625rem;position: relative;top: auto;display: block}}.emotion--side-view{-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform: translateZ(0);transform: translateZ(0);height: 100%;width: 100%;position: relative;overflow: hidden}.emotion--side-view .side-view--banner{-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;height: 100%;width: 100%;position: absolute;top: 50%;left: 50%;z-index: 800;cursor: pointer}.emotion--side-view .side-view--banner.left.top{-webkit-transform: translate(0, 0);transform: translate(0, 0);left: 0;top: 0}.emotion--side-view .side-view--banner.left.center{-webkit-transform: translate(0, -50%);transform: translate(0, -50%);left: 0;top: 50%}.emotion--side-view .side-view--banner.left.bottom{-webkit-transform: translate(0, -100%);transform: translate(0, -100%);left: 0;top: 100%}.emotion--side-view .side-view--banner.center.top{-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);left: 50%;top: 0}.emotion--side-view .side-view--banner.center.bottom{-webkit-transform: translate(-50%, -100%);transform: translate(-50%, -100%);left: 50%;top: 100%}.emotion--side-view .side-view--banner.right.top{-webkit-transform: translate(-100%, 0);transform: translate(-100%, 0);left: 100%;top: 0}.emotion--side-view .side-view--banner.right.center{-webkit-transform: translate(-100%, -50%);transform: translate(-100%, -50%);left: 100%;top: 50%}.emotion--side-view .side-view--banner.right.bottom{-webkit-transform: translate(-100%, -100%);transform: translate(-100%, -100%);left: 100%;top: 100%}.emotion--side-view .banner--image{width: 100%}.emotion--mode-rows .emotion--side-view{height: auto}.emotion--mode-rows .emotion--side-view .side-view--banner,.emotion--mode-rows .emotion--side-view .side-view--banner.left.top,.emotion--mode-rows .emotion--side-view .side-view--banner.left.center,.emotion--mode-rows .emotion--side-view .side-view--banner.left.bottom,.emotion--mode-rows .emotion--side-view .side-view--banner.center.top,.emotion--mode-rows .emotion--side-view .side-view--banner.center.bottom,.emotion--mode-rows .emotion--side-view .side-view--banner.right.top,.emotion--mode-rows .emotion--side-view .side-view--banner.right.center,.emotion--mode-rows .emotion--side-view .side-view--banner.right.bottom{-webkit-transform: translate(0, 0);transform: translate(0, 0);position: relative;left: 0;top: 0}.emotion--side-view .side-view--view{-webkit-transition: all .4s cubic-bezier(0, 0, .25, 1);transition: all .4s cubic-bezier(0, 0, .25, 1);width: 100%;height: 100%;position: absolute;z-index: 900;background: #ffffff}.emotion--side-view .side-view--view.view--bottom{-webkit-transform: translate(0, 100%);transform: translate(0, 100%);bottom: 0;left: 0}.emotion--side-view .side-view--view.view--bottom.view--halfsize{max-height: 15.625rem}.emotion--side-view .side-view--view.view--bottom.view--fullsize .product-slider{padding: 1.875rem 1.25rem 1.875rem 1.25rem}.emotion--side-view .side-view--view.view--bottom.is--active .trigger--icon:before,.emotion--side-view .side-view--view.view--bottom.is--active .closer--icon:before{content: "\e612"}.emotion--side-view .side-view--view.view--bottom .side-view--trigger,.emotion--side-view .side-view--view.view--bottom .side-view--closer{left: 50%;text-align: center}.emotion--side-view .side-view--view.view--bottom .side-view--trigger{padding: .375rem 1.25rem 1rem 1.25rem;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;background-clip: padding-box;-webkit-transform: translate(-50%, -100%);transform: translate(-50%, -100%);top: .625rem}.emotion--side-view .side-view--view.view--bottom .side-view--closer{border-top-left-radius: 0;border-top-right-radius: 0;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;background-clip: padding-box;-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0)}.emotion--side-view .side-view--view.view--bottom .trigger--icon,.emotion--side-view .side-view--view.view--bottom .closer--icon{font-size: .4375rem;top: -0.1875rem;position: relative}.emotion--side-view .side-view--view.view--bottom .trigger--icon:before,.emotion--side-view .side-view--view.view--bottom .closer--icon:before{content: "\e610"}.emotion--side-view .side-view--view.view--right{padding: 1.875rem 0rem 1.875rem 0rem;-webkit-transform: translate(100%, 0);transform: translate(100%, 0);top: 0;right: 0}.emotion--side-view .side-view--view.view--right.view--halfsize{max-width: 13.75rem}.emotion--side-view .side-view--view.view--right.is--active .trigger--icon:before,.emotion--side-view .side-view--view.view--right.is--active .closer--icon:before{content: "\e60f"}.emotion--side-view .side-view--view.view--right .arrow--next{bottom: -1.875rem}.emotion--side-view .side-view--view.view--right .arrow--prev{top: -1.875rem}.emotion--side-view .side-view--view.view--right .side-view--trigger{padding: .375rem 1.875rem .375rem 1.25rem;border-top-left-radius: 3px;border-top-right-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 3px;background-clip: padding-box;-webkit-transform: translate(-100%, 0);transform: translate(-100%, 0);top: 3.125rem;left: .625rem}.emotion--side-view .side-view--view.view--right .side-view--closer{top: 3.125rem}.emotion--side-view .side-view--view.view--right .trigger--icon:before,.emotion--side-view .side-view--view.view--right .closer--icon:before{content: "\e611"}.emotion--side-view .side-view--view.is--active{-webkit-transform: translate(0, 0);transform: translate(0, 0);z-index: 901}.emotion--side-view .side-view--view .product-slider{width: 100%;height: 100%;position: relative;z-index: 800;background: #ffffff}.emotion--side-view .side-view--trigger,.emotion--side-view .side-view--closer{padding: .375rem 1.25rem .375rem 1.25rem;-webkit-transition: all .4s cubic-bezier(0, 0, .25, 1);transition: all .4s cubic-bezier(0, 0, .25, 1);-webkit-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: rgba(0,0,0,0);display: block;position: absolute;z-index: 600;font-weight: 600;color: #000;cursor: pointer;background: rgba(255,255,255,0.8)}.emotion--side-view .side-view--trigger .trigger--icon,.emotion--side-view .side-view--closer .trigger--icon,.emotion--side-view .side-view--trigger .closer--icon,.emotion--side-view .side-view--closer .closer--icon{margin: 0rem .3125rem 0rem 0rem;font-size: .6875rem;font-family: 'shopware';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1}.emotion--side-view .side-view--closer{z-index: 900;border: 1px solid #d8dcbf}.emotion--side-view .box--emotion{width: 100%;height: 100%;padding: 0;text-align: center}.emotion--side-view .box--emotion .box--content{padding: 0;border: 0 none}.emotion--side-view .box--emotion .product--info{height: 100%;position: relative;overflow: hidden}.emotion--side-view .box--emotion .product--image{height: 60%;margin: 0 auto}.emotion--side-view .box--emotion .product--details{max-height: 38%;width: 100%;margin-top: 2%}.emotion--side-view .box--emotion .product--title{font-size: .875rem;font-weight: normal;white-space: normal}.emotion--side-view .box--emotion .product--price-info .price--unit{height: .9375rem;font-size: .625rem}.emotion--side-view .box--emotion .product--price .price--default{font-size: .875rem}@media screen and (min-width: 78.75em){.side-view--trigger:hover,.side-view--closer:hover{color: #2d6043;border-color: #2d6043}.view--right .side-view--trigger:hover{left: .125rem}.view--bottom .side-view--trigger:hover{top: .125rem}}.emotion--banner .banner--mapping-icon{width: 3.125rem;height: 3.125rem;line-height: 3.125rem;font-size: 2.125rem;border-radius: 50%;background-clip: padding-box;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;background: rgba(255,255,255,0.8);font-family: 'shopware';text-align: center;color: #000}.emotion--banner .banner--mapping-icon:before{content: "\e68f"}@media screen and (min-width: 78.75em){.emotion--banner .banner--mapping-icon:hover{color: #2d6043;background: #ffffff}}.quick-view--view .view--content .buy-btn--cart-text{display: none}.quick-view--view .view--content .icon--basket{left: .125rem;top: .0625rem;font-size: .875rem;display: inline-block;position: relative}@media screen and (min-width: 30em){.quick-view--view .view--content .buy-btn--cart-text{display: inline-block}.quick-view--view .view--content .buybox--button-container .icon--basket{display: none}}.liveshopping--details .counter{border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;background-clip: padding-box;padding: .3125rem 0rem .3125rem 0rem;border-top: 1px solid #d8dcbf;border-left: 1px solid #d8dcbf;border-right: 1px solid #d8dcbf;background-color: #999;color: #000;font-weight: 700}.liveshopping--details .counter:after{content: "";display: table;clear: both}.liveshopping--details .counter--number{font-size: 1.125rem}.liveshopping--details .counter--text{font-size: .75rem}.liveshopping--details .counter--headline,.liveshopping--details .stock--headline{font-size: .75rem;margin-bottom: .1875rem}.liveshopping--details .counter--time.is--stock{width: 60%;float: left}.liveshopping--details .counter--stock{border-left: 1px solid #d8dcbf;width: 40%;float: left}.liveshopping--details .liveshopping--prices{font-size: .75rem}.liveshopping--details .liveshopping--prices .content--price{border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;background-clip: padding-box;padding: .625rem .625rem .625rem .625rem;color: #fff;background-color: #e74c3c;width: 100%}.liveshopping--details .liveshopping--prices .discount--charge-icon{top: .0625rem;font-size: 1rem;font-weight: bold;position: relative}.liveshopping--details .liveshopping--prices .price--container{min-height: 1.875rem;text-align: center}.liveshopping--details .liveshopping--prices .liveshopping--pseudoprice{font-size: .875rem}.liveshopping--details .liveshopping--prices .liveshopping--price{font-size: 1.875rem;font-weight: 700}.liveshopping--details .liveshopping--prices .discount--container{font-size: 1.125rem;font-weight: 700;text-align: center}.liveshopping--details .liveshopping--prices .discount--charge-text{min-height: 1.875rem;font-size: .875rem;font-weight: bold}.liveshopping--details .liveshopping--prices .discount--charge--price{min-height: 1.875rem;font-size: 1.125rem}.liveshopping--details .liveshopping--prices .unit-price--container{padding: .3125rem 0rem .3125rem 0rem}.liveshopping--details .liveshopping--elapse{margin: .4375rem 0rem .4375rem 0rem;border-radius: 4px;background-clip: padding-box;width: 100%;background: #bf2718}.liveshopping--details .elapse--inner{border-radius: 4px;background-clip: padding-box;background: #fff;height: 4px}@media screen and (min-width: 30em){.liveshopping--details{width: 80%}}@media screen and (min-width: 48em){.liveshopping--details{width: 100%}}.box--emotion .liveshopping--listing{height: 100%}.box--emotion .liveshopping--listing .product--price-info .price--unit{height: 1.25rem}.product--box .product--badges .badge--liveshopping{display: none;white-space: nowrap}.product--box .product--badges .badge--liveshopping .discount--charge-icon{font-size: .75rem;line-height: 0;font-weight: bold}.product--box .product--badges .badge--liveshopping .counter--text{font-size: .75rem}.liveshopping--listing{overflow: hidden}.liveshopping--listing .liveshopping--container{border-radius: 3px;border-radius: 0;background-clip: padding-box;padding: 0rem .625rem 0rem .625rem;display: none;overflow: hidden;text-overflow: ellipsis;background-color: #e74c3c;color: #ffffff}.liveshopping--listing .liveshopping--price{font-size: 1.125rem;font-weight: bold}.liveshopping--listing .liveshopping--pseudoprice{font-size: .75rem}.box--basic .product--price-info,.box--image .product--price-info,.box--emotion .product--price-info{height: 3.125rem}.box--basic .liveshopping--listing .liveshopping--container,.box--image .liveshopping--listing .liveshopping--container,.box--emotion .liveshopping--listing .liveshopping--container{height: 1.875rem;line-height: 1.875rem}.box--minimal .liveshopping--listing .price--unit{height: 1.5rem}.box--minimal .liveshopping--listing .product--price-outer{height: 0}.box--minimal .liveshopping--listing .liveshopping--container{padding: .125rem .625rem .125rem .625rem}.box--minimal .liveshopping--listing .liveshopping--price{display: block}.box--minimal .liveshopping--listing .liveshopping--pseudoprice{display: block}.box--list .liveshopping--listing .liveshopping--container{max-width: 17.5rem}.badge--stock{background: #5f7285;color: #ffffff}@media screen and (min-width: 78.75em){.is--ctl-live-shopping .sidebar-main + .content--wrapper{margin-left: 16.25rem}}.liveshopping--content{margin: 1.875rem 0rem 1.875rem 0rem}.liveshopping--cat-text{padding: 1.25rem 1.25rem 1.25rem 1.25rem;margin-bottom: 1.25rem}.product--table .cart--badge{z-index: 1;background: #e74c3c}@media screen and (min-width: 48em){.is--ctl-LiveShopping .sidebar-main + .content--wrapper,.is--ctl-liveshopping .sidebar-main + .content--wrapper{margin-left: 16.25rem}.is--ctl-LiveShopping .sidebar-main,.is--ctl-liveshopping .sidebar-main{display: block}}@media screen and (min-width: 78.75em){.liveshopping--content{padding-top: 2.8125rem;margin: 0}.quick-view--view{height: 34.375rem}}@media screen and (min-width: 30em){.quick-view--view .liveshopping--details{width: 100%}.is--storytelling .product-slider--container .liveshopping--listing .product--image{height: 50%}.is--storytelling .emotion--product .liveshopping--listing .product--image{height: 65%}.is--storytelling .emotion--product .liveshopping--listing .product--details{max-height: 35%}}.promotion--show{height: inherit !important}.promotion-handle-rotate{-webkit-transform: rotate(180deg);transform: rotate(180deg);display: inline-block}.promotion-message-spacer{margin: .625rem}.promotion--outer{height: 1.875rem;padding: .625rem .125rem 0rem .125rem;width: 100%;bottom: 0;left: 0;position: absolute;overflow: hidden;z-index: 800;-webkit-transition: height .8s ease;-moz-transition: height .8s ease;-o-transition: height .8s ease;transition: height .8s ease}.promotion--inner{background-color: #999;width: 100%;height: 100%;overflow: hidden;border: 1px solid #d8dcbf}.promotion-handle{line-height: .375rem;height: 1.25rem;width: 5rem;border-top-left-radius: 30px;border-top-right-radius: 30px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;background-clip: padding-box;top: .0625rem;font-size: 1.0625rem;padding: .0625rem;position: relative;float: right;cursor: pointer;text-align: center;border: 1px solid #d8dcbf;border-bottom-color: #999;background-color: #999}.buy-button--both-button-container{margin-top: .4375rem}.buy-button--both-button-container:after{content: "";display: table;clear: both}.buy-button--both-button-container .btn{width: 100%}.buy-button--both-button-container .both-button-container--left-button{width: 3.125rem;padding-right: .3125rem;float: left}.buy-button--both-button-container .both-button-container--right-button{margin-left: 3.4375rem}.buy-button--both-button-container .both-button-container--right-button .btn.is--icon-right{padding-right: .75rem}.free_goods-product,.container--product{border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;background-clip: padding-box;margin: .3125rem;border: 1px solid #d3d3d3;position: relative}.free_goods-product .nav{padding: .75rem;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;background-clip: padding-box;top: 7.5rem;border: 1px solid #d3d3d3;position: absolute;cursor: pointer;background: white}.free_goods-product .free_goods-product--toLeft{border-left: 0;left: 0}.free_goods-product .free_goods-product--toRight{right: 0;border-right: 0}.free_goods-product .free_goods-product--toRight:after{content: "";display: table;clear: both}#promotion-free-goods > .premium-product--content.product-slider.free-goods-bundle{height: 22.5rem}.free_goods-product .free_goods-product--content .product-slider--container .container--product{border: 0}.free_goods-product .free_goods-product--content .product-slider--container .container--product .free_goods-product--variant .js--fancy-select{border-top-left-radius: 3px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 3px;background-clip: padding-box;width: 85%;float: left;border-right: 0}.free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .item--title{padding: .9375rem .3125rem .9375rem .3125rem;text-align: center;overflow: hidden}.free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner img{margin-bottom: .625rem;height: 8.75rem;margin: 0 auto}.free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .hundred-percent{width: 100%}.free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .ten-percent{width: 15%;border-top-left-radius: 0px;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 0px;background-clip: padding-box}.free_goods-product .free_goods-product--content .product-slider--container .container--product .product--inner .btn{height: 2.625rem}.promotion--free-goods-block{padding: 0rem 1.25rem 1.25rem 1.25rem}.promotion--free-goods-image{width: 5rem;height: 3rem;float: left}.promotion--badge{line-height: 3rem;font-size: 1rem;border-radius: 128px;background-clip: padding-box;width: 3rem;margin: 0 auto;text-align: center;font-weight: bold;background: #000;color: #ffffff}.promotion--free-goods-hint-box{margin-left: 5rem}.promotion--free-goods-hint{float: left;width: 100%}.promotion--free-goods-hint-inner{margin-left: .9375rem;line-height: 1.1875rem;font-weight: bold}.promotion--link-to-free-goods{float: left;width: 100%}.promotion--link-to-free-goods-inner{margin-left: .9375rem;margin-top: .9375rem;line-height: 1.1875rem;font-weight: bold}.promotion--link-to-free-goods-inner .icon--arrow-right{font-size: .625rem;margin-left: .3125rem}@media screen and (min-width: 48em){.promotion--free-goods-hint{width: 75%}.promotion--free-goods-hint-inner{line-height: 3rem}.promotion--link-to-free-goods{float: right;width: 25%}.promotion--link-to-free-goods-inner{line-height: 3rem;margin-left: 0rem;margin-top: 0rem}}.promotion--description-box{cursor: pointer}.promotion--description{width: 90%}.promotion--description p:last-of-type{display: inline}.promotion--index{margin-left: .3125rem}.promotion--is-right{right: 1.25rem;position: absolute;top: 50%;transform: translateY(-50%)}.promotion--detail-modal .header{padding-left: 2.5rem;padding-right: 2.5rem}.promotion--detail-modal .content{padding: 1.25rem 2.5rem 1.25rem 2.5rem}.promotion--detail-offcanvas{display: none}.promotion--detail-offcanvas .is--open{display: block}.alert.is--promotion{color: #208e4e;background: #def2e7}.alert.is--promotion .alert--icon{background: #2ecc71}.promotion--footnote-index{color: #647200}.promotion--content-description{padding: .625rem .625rem .625rem .625rem}.promotion--content-title{font-size: 1.125rem;font-weight: 700}.container--ajax-cart .free_goods-product--content .product-slider--item{width: 100%}.emotion--article-list{height: 100%;width: 100%;position: relative;overflow: hidden}.emotion--article-list .article--list-title{display: inline-block;margin-left: 0;margin-right: 0;width: 100%;height: 2.890625rem}.emotion--article-list .article--list .list-item{overflow: hidden;list-style: none;width: 100%;border-bottom: 1px dotted #ddd;height: 2.890625rem;padding: .3125rem 0rem .3125rem 0rem}.emotion--article-list .article--list .list-item:nth-child(odd){background: #777}.emotion--article-list .article--list .list-item:nth-child(even){background: #666}@media screen and (min-width: 30em){.emotion--article-list .article--list .list-item{padding: 0rem 0rem 0rem 0rem}}.emotion--article-list .article--list .list-item [class^="list--item-"]{float: left;display: block;height: auto;padding: 0rem .3125rem 0rem .3125rem;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -ms-flexbox !important;display: -webkit-flex !important;display: flex !important;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: start;justify-content: start;-ms-flex-pack: start;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-content: start;align-content: start;-ms-flex-line-pack: start;-webkit-align-content: flex-start;align-content: flex-start;-webkit-align-items: start;align-items: start;-ms-flex-align: start;-webkit-align-items: flex-start;align-items: flex-start}@media screen and (min-width: 48em){.emotion--article-list .article--list .list-item [class^="list--item-"]{padding: 0rem 1.5625rem 0rem 1.5625rem;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -ms-inline-flexbox !important;display: -webkit-inline-flex !important;display: inline-flex !important;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: start;justify-content: start;-ms-flex-pack: start;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-content: center;align-content: center;-ms-flex-line-pack: center;-webkit-align-items: center;align-items: center;-ms-flex-align: center}}@media screen and (min-width: 30em){.emotion--article-list .article--list .list-item [class^="list--item-"]{height: 100%;padding: .125rem .3125rem .125rem .3125rem}}.emotion--article-list .article--list .list-item [class^="list--item-"]:first-child,.emotion--article-list .article--list .list-item [class^="list--item-"]:nth-child(2){width: 100%}@media screen and (min-width: 30em){.emotion--article-list .article--list .list-item [class^="list--item-"]:first-child,.emotion--article-list .article--list .list-item [class^="list--item-"]:nth-child(2){width: 25%}}.emotion--article-list .article--list .list-item [class^="list--item-"]:nth-child(2) .price--unit{margin-right: 5px}.emotion--article-list .article--list .list-item [class^="list--item-"]:nth-child(2) .price--unit span{float: left}.emotion--article-list .article--list .list-item [class^="list--item-"]:nth-child(2) .price--unit span.ressource--info{margin-right: 5px}.emotion--article-list .article--list .list-item [class^="list--item-"]:nth-child(2) .price--unit span.ressource--info:after{content: ';'}.emotion--article-list .article--list .list-item [class^="list--item-"]:nth-child(2) .price--unit br{display: none}.emotion--article-list .article--list .list-item [class^="list--item-"]:nth-child(3){width: 75%;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -ms-flexbox !important;display: -webkit-flex !important;display: flex !important;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: start;justify-content: start;-ms-flex-pack: start;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-content: center;align-content: center;-ms-flex-line-pack: center;-webkit-align-items: center;align-items: center;-ms-flex-align: center}@media screen and (min-width: 30em){.emotion--article-list .article--list .list-item [class^="list--item-"]:nth-child(3){display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -ms-flexbox !important;display: -webkit-flex !important;display: flex !important;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: start;justify-content: start;-ms-flex-pack: start;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-content: start;align-content: start;-ms-flex-line-pack: start;-webkit-align-content: flex-start;align-content: flex-start;-webkit-align-items: start;align-items: start;-ms-flex-align: start;-webkit-align-items: flex-start;align-items: flex-start;width: 25%}}@media screen and (min-width: 48em){.emotion--article-list .article--list .list-item [class^="list--item-"]:nth-child(3){display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -ms-flexbox !important;display: -webkit-flex !important;display: flex !important;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: end;justify-content: end;-ms-flex-pack: end;-webkit-justify-content: flex-end;justify-content: flex-end;-webkit-align-content: center;align-content: center;-ms-flex-line-pack: center;-webkit-align-items: center;align-items: center;-ms-flex-align: center}}.emotion--article-list .article--list .list-item [class^="list--item-"]:last-child{width: 25%;padding-right: 0;padding: 0rem .3125rem 0rem .3125rem;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -ms-flexbox !important;display: -webkit-flex !important;display: flex !important;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: end;justify-content: end;-ms-flex-pack: end;-webkit-justify-content: flex-end;justify-content: flex-end;-webkit-align-content: center;align-content: center;-ms-flex-line-pack: center;-webkit-align-items: center;align-items: center;-ms-flex-align: center}@media screen and (min-width: 48em){.emotion--article-list .article--list .list-item [class^="list--item-"]:last-child{width: 25%;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -ms-flexbox !important;display: -webkit-flex !important;display: flex !important;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: end;justify-content: end;-ms-flex-pack: end;-webkit-justify-content: flex-end;justify-content: flex-end;-webkit-align-content: center;align-content: center;-ms-flex-line-pack: center;-webkit-align-items: center;align-items: center;-ms-flex-align: center}}.emotion--article-list .article--list .list-item [class^="list--item-"] a {text-decoration: underline}.emotion--article-list .article--list .list-item [class^="list--item-"] a :hover{color: #4d4d4d}.emotion--article-list .article--list .list-item .list--item-quantity input[type="number"]{width: 98px;width: 6.125rem}.emotion--article-list .show--more{border: none;display: block;margin: 0 auto 0;cursor: pointer;width: 100%;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -ms-flexbox !important;display: -webkit-flex !important;display: flex !important;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: center;justify-content: center;-ms-flex-pack: center;-webkit-align-content: center;align-content: center;-ms-flex-line-pack: center;-webkit-align-items: center;align-items: center;-ms-flex-align: center;height: 2.5rem;margin-top: 0rem}.emotion--article-list .show--more span{width: .9375rem;height: .9375rem}.emotion--article-list .show--more span.expand{background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2013%2013%22%20style%3D%22enable-background%3Anew%200%200%2013%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22plus%22%3E%0A%09%3Crect%20x%3D%226%22%20width%3D%221%22%20height%3D%2213%22%2F%3E%0A%09%3Crect%20x%3D%226%22%20transform%3D%22matrix(4.547455e-11%201%20-1%204.547455e-11%2013%20-3.183223e-10)%22%20width%3D%221%22%20height%3D%2213%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');background-repeat: no-repeat}.emotion--article-list .show--more span.collapse{background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2013%2013%22%20style%3D%22enable-background%3Anew%200%200%2013%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%20id%3D%22plus%22%3E%0A%09%3Crect%20x%3D%226%22%20transform%3D%22matrix(4.547455e-11%201%20-1%204.547455e-11%2013%20-3.183223e-10)%22%20width%3D%221%22%20height%3D%2213%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');background-repeat: no-repeat}.emotion--article-list.show--listing{padding: 0;margin-left: 0px}.emotion--article-list.show--listing.self--sufficient{margin-bottom: .9375rem}.emotion--article-list.show--listing section{margin: 0}.emotion--article-list.show--listing .is--visible{display: block}.emotion--article-list.show--listing > div:nth-child(odd) .box--basic,.emotion--article-list.show--listing > div:nth-child(odd) .box--image{padding-left: 0;padding-right: 0}@media screen and (min-width: 64em){.emotion--article-list.show--listing > div:nth-child(odd) .box--basic,.emotion--article-list.show--listing > div:nth-child(odd) .box--image{padding-left: 1%;padding-right: 1%}}.emotion--article-list.show--listing > div:nth-child(even) .box--basic,.emotion--article-list.show--listing > div:nth-child(even) .box--image{padding-left: 0;padding-right: 0}@media screen and (min-width: 64em){.emotion--article-list.show--listing > div:nth-child(even) .box--basic,.emotion--article-list.show--listing > div:nth-child(even) .box--image{padding-left: 1%;padding-right: 1%}}.emotion--article-list.show--listing > div:nth-child(odd) .box--minimal{padding-left: 0;padding-right: 1%}.emotion--article-list.show--listing > div:nth-child(even) .box--minimal{padding-left: 1%;padding-right: 0}@media screen and (min-width: 30em){.emotion--article-list.show--listing > div:nth-child(odd) .box--minimal,.emotion--article-list.show--listing > div:nth-child(even) .box--minimal{padding: 2% 1% 0 1%}.emotion--article-list.show--listing > div:nth-child(3n) .box--minimal{padding-left: 1%;padding-right: 0}.emotion--article-list.show--listing > div:nth-child(3n+1) .box--minimal{padding-left: 0}}@media screen and (min-width: 64em){.emotion--article-list.show--listing > div:nth-child(3n) .box--minimal{padding-left: 1%;padding-right: 1%}.emotion--article-list.show--listing > div:nth-child(3n+1) .box--minimal{padding: 2% 1% 0 1%}.emotion--article-list.show--listing > div:nth-child(4n) .box--minimal{padding-left: 1%;padding-right: 1%}.emotion--article-list.show--listing > div:nth-child(4n+1) .box--minimal{padding-left: 1%;padding-right: 1%}}.emotion--article-list.show--listing .show--more{cursor: default;height: 4.6875rem;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -ms-flexbox !important;display: -webkit-flex !important;display: flex !important;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: center;justify-content: center;-ms-flex-pack: center;-webkit-align-content: end;align-content: end;-ms-flex-line-pack: end;-webkit-align-content: flex-end;align-content: flex-end;-webkit-align-items: end;align-items: end;-ms-flex-align: end;-webkit-align-items: flex-end;align-items: flex-end}.emotion--article-list.show--listing .show--more span{cursor: pointer;background-repeat: no-repeat;background-size: auto 15px;background-position: 10px center;width: auto;padding-left: 2.1875rem;height: 2.5rem;-webkit-transition: all .3s ease-out;transition: all .3s ease-out}.emotion--article-list.show--listing .show--more span:hover{-webkit-transition: all .3s ease-out;transition: all .3s ease-out}.emotion--article-list.show--listing .show--more span.expand{background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2013%2013%22%20style%3D%22enable-background%3Anew%200%200%2013%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22plus%22%20class%3D%22st0%22%3E%0A%09%3Crect%20x%3D%226%22%20width%3D%221%22%20height%3D%2213%22%2F%3E%0A%09%3Crect%20x%3D%226%22%20transform%3D%22matrix(4.547455e-11%201%20-1%204.547455e-11%2013%20-3.183223e-10)%22%20width%3D%221%22%20height%3D%2213%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A')}.emotion--article-list.show--listing .show--more span.collapse{background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2013%2013%22%20style%3D%22enable-background%3Anew%200%200%2013%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22plus%22%20class%3D%22st0%22%3E%0A%09%3Crect%20x%3D%226%22%20transform%3D%22matrix(4.547455e-11%201%20-1%204.547455e-11%2013%20-3.183223e-10)%22%20width%3D%221%22%20height%3D%2213%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A')}.scroll--top-wrapper{position: fixed;right: 30px;bottom: 5rem;padding: .625rem;font-size: 1.875rem;margin-left: 0rem;background: #2a6144;font-family: 'shopware';z-index: 999}.scroll--top-wrapper:hover{cursor: pointer}#coeScrollToTop{width: 2rem;height: 2rem;fill: #fff}.image--box.image-slider--item.image-slider--item--video--youtube .image--box--video,.image--box.image-slider--item.image-slider--item--video--vimeo .image--box--video,.image--box.image-slider--item.image-slider--item--video--html5 video{bottom: 0;height: auto;left: 0;margin: auto;max-width: 100%;position: absolute;right: 0;top: 0;width: auto}.image-slider--thumbnails-horizontally{height: 6rem;width: 99%}.image-slider--thumbnails-horizontally .thumbnail--link{display: inline-block}.image--gallery .image-slider--container .image-slider--slide.no--zoom-in .image-slider--item .image--element{transform: scale(1) translate(0px, 0px) !important}@media screen and (max-width: 30em){.image-slider--container{height: 15.5rem}.image-slider--dots{top: auto}.text-center-video{right: 170px;width: 140px;bottom: 70px;font-size: 0.7rem;position: absolute}.video_wrapper .video_trigger{padding: 25% 50% 36% 50%}input.btn.btn-video{position: relative;right: 60px;bottom: -50px}}@media screen and (min-width: 30em) and (max-width: 48em){.image-slider--container{height: 25.5rem}.image-slider--dots{top: auto;padding: .3125rem 0rem}.text-center-video{right: 170px;width: 140px;bottom: 70px;font-size: 0.7rem;position: absolute}.video_wrapper .video_trigger{padding: 25% 50% 36% 50%}input.btn.btn-video{position: relative;right: 60px;bottom: -50px}}@media screen and (min-width: 48em) and (max-width: 64em){.image-slider--container{height: 33rem}.image-slider--thumbnails{top: 35.5rem}.image-slider--dots{top: auto;padding: .3125rem 0rem}.text-center-video{right: 170px;width: 140px;bottom: 70px;font-size: 0.7rem;position: absolute}.video_wrapper .video_trigger{padding: 25% 50% 36% 50%}input.btn.btn-video{position: relative;right: 85px;bottom: 133px}}.video_wrapper{background-image: url('../../Plugins/Community/Frontend/scha1VideoInImageSlider/Views/responsive/frontend/_public/src/less/bg_image.jpg');background-size: cover;position: relative}.video_wrapper .video_trigger:before{content: '\f04b';font-family: 'Helvetica, Arial, Verdana, Tahoma, sans-serif;';position: absolute;z-index: -1;font-size: 120px;color: rgba(255,255,255,0.2);width: 120px;height: 120px;line-height: 120px;text-align: center;top: -webkit-calc(-10%);top: calc(-10%);left: -webkit-calc(-10%);left: calc(-10%)}.video_wrapper .video_trigger{padding: 32% 50%;word-wrap: break-word;height: -webkit-calc(-160%);height: -moz-calc(-160%);height: -o-calc(-160%);height: calc(-160%);width: -webkit-calc(40%);width: -moz-calc(40%);width: -o-calc(40%);width: calc(40%);position: absolute;bottom: 0;z-index: 9;background-color: rgba(0,0,0,0.8);color: #fff}.video_wrapper .video_layer{position: relative;display: none;height: inherit;width: inherit;margin: auto}.video_wrapper .video_layer iframe{border: 0px none transparent;height: inherit;width: inherit}.text-center-video{right: 150px;bottom: 95px;position: relative}input.btn.btn-video{position: relative;right: 25px;bottom: 130px}.youtube-container{position: relative;padding-bottom: 56.25%;padding-top: 0;height: 0;overflow: hidden}.youtube-container iframe,.youtube-container embed{position: absolute;top: 0;left: 0;width: 100%;height: 100%}#video_layer{position: relative;height: 0;padding-bottom: 56.25%}@media screen and (min-width: 64em) and (min-width: 78.75em){.video_wrapper .video_trigger{padding: 34% 50%}.text-center-video{right: 193px}input.btn.btn-video{right: 70px}}.product-slider--container .product-slider--item{vertical-align: top}.amazon-pay-message{margin-bottom: .9375rem}.bestit-amazon-pay--container{float: none;width: 100%}.bestit-amazon-pay--container:after{content: "";display: table;clear: both}.bestit-amazon-pay--clearfix:after{content: "";display: table;clear: both}.bestit-amazon-pay--hidden{visibility: hidden}.bestit-amazon-pay--tooltip{position: relative;display: inline-block}.bestit-amazon-pay--tooltip .bestit-amazon-pay--tooltip-text{visibility: hidden;line-height: 1rem;color: #000;background-color: #999;border: 2px solid #d8dcbf;position: absolute;z-index: 1;top: 100%;left: 50%;font-family: "Exo 2", Arial, Helvetica, sans-serif;border-radius: 3px;border-radius: 0;background-clip: padding-box;font-size: .875rem;width: 15.625rem;padding: .625rem;margin-left: -7.8125rem}.bestit-amazon-pay--tooltip:hover .bestit-amazon-pay--tooltip-text{visibility: visible}.bestit-amazon-pay--widget-single{width: auto;height: 228px}.bestit-amazon-pay--widget{margin-bottom: 0.25rem;height: 9.375rem;width: auto}.bestit-amazon-pay--widget-single--button-next{padding: .125rem .625rem .125rem .625rem;line-height: 2rem;border-radius: 3px;-webkit-appearance: none;-moz-appearance: none;appearance: none;font-size: .875rem;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;-webkit-font-smoothing: inherit;display: inline-block;position: relative;text-decoration: none;text-align: left;cursor: pointer;border: 1px solid #d8dcbf;color: #000;font-size: 14px;background-image: linear-gradient(to right, #f0f0f0 0%, #fff 100%);background: #fff;color: #2d6043;border: 1px solid #a8be00;font-weight: 700;padding: .125rem .75rem .125rem .75rem;line-height: 2.125rem;background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;border: 0 none;font-weight: 500;font-size: 20px;color: #fff;text-align: center;background-image: none;background-color: #e2001a;border: 0;border-radius: 0;background-clip: padding-box;border: 1px solid #e2001a;padding-right: 2.25rem;margin: 0}.bestit-amazon-pay--widget-single--button-next [class^="icon--"]{font-size: .625rem}.bestit-amazon-pay--widget-single--button-next .is--large{font-size: 1rem}.bestit-amazon-pay--widget-single--button-next.is--icon-right{padding-right: 2.25rem}.bestit-amazon-pay--widget-single--button-next.is--icon-right [class^="icon--"]{height: 1rem;line-height: 2rem;margin: -1rem 0rem 0rem 0rem;right: .75rem;font-weight: 400;display: block;position: absolute;top: 50%}.bestit-amazon-pay--widget-single--button-next.is--icon-left{padding-left: 2.25rem}.bestit-amazon-pay--widget-single--button-next.is--icon-left [class^="icon--"]{height: 1rem;line-height: 2rem;margin: -1rem 0rem 0rem 0rem;left: .75rem;font-weight: 400;display: block;position: absolute;top: 50%}.bestit-amazon-pay--widget-single--button-next:disabled,.bestit-amazon-pay--widget-single--button-next:disabled:hover,.bestit-amazon-pay--widget-single--button-next.is--disabled,.bestit-amazon-pay--widget-single--button-next.is--disabled:hover{opacity: .5;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;border: 1px solid #d8dcbf;color: #000;cursor: not-allowed}.bestit-amazon-pay--widget-single--button-next:hover{background: #fff;color: #2d6043;border-color: #2d6043}.bestit-amazon-pay--widget-single--button-next:focus{outline: none}.bestit-amazon-pay--widget-single--button-next.is--small{line-height: 1.75rem}.bestit-amazon-pay--widget-single--button-next.is--medium{line-height: 2rem;height: 2.375rem}.bestit-amazon-pay--widget-single--button-next.is--large{line-height: 2.25rem;height: 2.625rem}.bestit-amazon-pay--widget-single--button-next.is--full{display: block}.bestit-amazon-pay--widget-single--button-next.is--center{text-align: center}.bestit-amazon-pay--widget-single--button-next:disabled,.bestit-amazon-pay--widget-single--button-next:disabled:hover,.bestit-amazon-pay--widget-single--button-next.is--disabled,.bestit-amazon-pay--widget-single--button-next.is--disabled:hover{font-weight: 500;font-size: 20px;color: #fff;text-align: center;background-image: none;background-color: #e2001a;border: 0;border-radius: 0;background-clip: padding-box;border: 1px solid #e2001a;opacity: 0.5;cursor: not-allowed}.bestit-amazon-pay--widget-single--button-next.modal--close{font-size: 20px;color: #666666;background: transparent}.bestit-amazon-pay--widget-single--button-next.is--secondary{border: 1px solid #2d6043;background-color: #ffffff;color: #2d6043}.bestit-amazon-pay--widget-single--button-next.is--secondary:hover{background-color: #ffffff;color: #2d6043;border-color: #e2001a}.bestit-amazon-pay--widget-single--button-next.is--secondary:hover{border-color: #2d6043;background-color: #2d6043;color: #fff}.bestit-amazon-pay--widget-single--button-next.hero{border: 2px solid #e2001a;color: #fff}.bestit-amazon-pay--widget-single--button-next.hero.blue{background-color: #a8be00}.bestit-amazon-pay--widget-single--button-next.hero.green{background-color: #2d6043}.bestit-amazon-pay--widget-single--button-next:hover{background-color: #950011;color: #fff}.bestit-amazon-pay--widget-single--button-next:disabled,.bestit-amazon-pay--widget-single--button-next:disabled:hover,.bestit-amazon-pay--widget-single--button-next.is--disabled,.bestit-amazon-pay--widget-single--button-next.is--disabled:hover{font-size: .875rem}.bestit-amazon-pay--widget-single--button-next:hover{border-color: #a8be00;background: #a8be00;color: #fff}.bestit-amazon-pay--widget-single--button-next.hero{border: 2px solid #fff;color: #fff}.bestit-amazon-pay--widget-single--button-next.hero.blue{background-color: #a8be00;background-image: linear-gradient(to right, #304513 0%, #a8be00 100%);color: #fff}.bestit-amazon-pay--widget-single--button-next.hero.green{background-color: #d5f100;background-image: linear-gradient(to right, #a8be00 0%, #d5f100 100%);color: #fff}.bestit-amazon-pay--widget-single--button-next:disabled,.bestit-amazon-pay--widget-single--button-next:disabled:hover,.bestit-amazon-pay--widget-single--button-next.is--disabled,.bestit-amazon-pay--widget-single--button-next.is--disabled:hover{font-size: .875rem}.bestit-amazon-pay--widget-single--button-next:hover{background: #2d6043;color: #fff}.bestit-amazon-pay--widget-single--button-next.is--small{line-height: 1.875rem}.bestit-amazon-pay--widget-single--button-next.is--large{line-height: 2.375rem}.bestit-amazon-pay--widget-single--button-next.is--inverted{color: #e2001a;background-color: transparent}.bestit-amazon-pay--widget-single--button-next [class^="icon--"]{height: 1rem;line-height: 2rem;margin: -1rem 0rem 0rem 0rem;right: .75rem;font-weight: 400;display: block;position: absolute;top: 50%}.btn.bestit-amazon-pay--no-margin{margin: 0}.bestit-amazon-pay--clearfix:after{content: "";display: table;clear: both}.bestit-amazon-pay--content-main .content-main--inner{padding-top: 1rem}@media screen and (min-width: 78.75em){.bestit-amazon-pay--content-main .content-main--inner{padding-top: 3.125rem}}.bestit-amazon-alexa--panel-account-linking{margin: 0rem 0rem 1.25rem 0rem}.bestit-amazon-pay--panel-account{margin: 1.25rem 0rem 0rem 0rem}.bestit-amazon-pay--panel-account .bestit-amazon-pay--button{float: none;margin: 0rem 0rem 1.25rem 0rem}.bestit-amazon-pay--button{position: relative}.bestit-amazon-pay--button.bestit-is--small{min-height: 1.875rem;min-width: 9.25rem}.bestit-amazon-pay--button.bestit-is--medium{min-height: 2.8125rem;min-width: 12.5rem}.bestit-amazon-pay--button.bestit-is--large{min-height: 3.75rem;min-width: 18.5rem}.bestit-amazon-pay--button.bestit-is--x-large{min-height: 5.625rem;min-width: 25rem}.bestit-amazon-pay--button .bestit-amazon-pay--tooltip{position: absolute}.bestit-amazon-pay--button-account .bestit-amazon-pay--tooltip{left: 9.6875rem;top: .3125rem}.bestit-amazon-pay--button-on_account .bestit-amazon-pay--tooltip{left: 9.6875rem;top: .625rem}.bestit-amazon-pay--button-cart-modal .bestit-amazon-pay--tooltip,.bestit-amazon-pay--button-cart-ajax .bestit-amazon-pay--tooltip,.bestit-amazon-pay--button-cart .bestit-amazon-pay--tooltip,.bestit-amazon-pay--button-confirm .bestit-amazon-pay--tooltip{top: .3125rem;left: -1.25rem}.bestit-amazon-pay--button-cart-modal .bestit-amazon-pay--tooltip .bestit-amazon-pay--tooltip-text,.bestit-amazon-pay--button-cart-ajax .bestit-amazon-pay--tooltip .bestit-amazon-pay--tooltip-text{top: auto;bottom: 100%;width: 15.625rem;margin-left: -3.125rem;font-size: .8125rem}@media screen and (min-width: 30em){.bestit-amazon-pay--button-cart-modal .bestit-amazon-pay--tooltip .bestit-amazon-pay--tooltip-text,.bestit-amazon-pay--button-cart-ajax .bestit-amazon-pay--tooltip .bestit-amazon-pay--tooltip-text{margin-left: -6.25rem}}.container--ajax-cart:not(.off-canvas) .bestit-amazon-pay--button-cart-ajax .bestit-amazon-pay--tooltip .bestit-amazon-pay--tooltip-text{top: auto;bottom: 100%;width: 25rem;margin-left: -15.3125rem;height: 3.75rem;padding: .3125rem;font-size: .8125rem}.container--ajax-cart.off-canvas .bestit-amazon-pay--button-cart-ajax .bestit-amazon-pay--tooltip .bestit-amazon-pay--tooltip-text{width: 15.625rem;margin-left: -3.125rem;font-size: .8125rem;bottom: 100%;top: auto;z-index: 100}@media screen and (min-width: 30em){.container--ajax-cart.off-canvas .bestit-amazon-pay--button-cart-ajax .bestit-amazon-pay--tooltip .bestit-amazon-pay--tooltip-text{margin-left: -6.25rem}}.container--ajax-cart.off-canvas .bestit-amazon-pay--button-cart-ajax .bestit-amazon-pay--tooltip .bestit-amazon-pay--tooltip-text-medium{margin-left: -2.1875rem}.container--ajax-cart.off-canvas .bestit-amazon-pay--button-cart-ajax .bestit-amazon-pay--tooltip .bestit-amazon-pay--tooltip-text-large,.container--ajax-cart.off-canvas .bestit-amazon-pay--button-cart-ajax .bestit-amazon-pay--tooltip .bestit-amazon-pay--tooltip-text-x-large{margin-left: .8125rem}.product--table .bestit-amazon-pay--container .bestit-amazon-pay--button{float: right;margin: 0rem 0rem 1.25rem 0rem}.product--table .bestit-amazon-pay--container .bestit-amazon-pay--button:after{content: "";display: table;clear: both}.bestit-amazon-pay--button-cart-ajax{margin: .625rem 0rem .625rem 0rem;float: right}.bestit-amazon-pay--button-cart-ajax:after{content: "";display: table;clear: both}.bestit-amazon-pay--button-cart-modal{float: right}.ajax--cart .paypal-express .paypal-express--delimiter{margin: 0rem .625rem 0rem .625rem}.amazon-pay-sidebar{margin-bottom: 1.25rem;border-bottom: 1px solid #d8dcbf}.amazon-pay-sidebar .amazon-pay-sidebar--logo{display: block;margin: 0 auto}@media screen and (min-width: 48em){.amazon-pay-sidebar{border-radius: 3px;background-clip: padding-box;border-left: 1px solid #d8dcbf;border-top: 1px solid #d8dcbf;border-right: 1px solid #d8dcbf}}.bestit-amazon-pay--check-shippingadress-notice > .alert{margin: 0rem 0rem 0rem 0rem}.bestit-amazon-pay--steps-container .steps--content .steps--entry .text .text--inner{min-width: 6.25rem}.bestit-amazon-pay--steps-container-completion .steps--content .steps--entry .text{margin: 0;width: 100%;text-align: center}.bestit-amazon-pay--loading-indicator{align-items: center;color: #ffffff;display: flex;flex-direction: column;pointer-events: none;transform: translateX(-50%)}.has--cssanimations .bestit-amazon-pay--loading-indicator{margin: 0}.bestit-amazon-pay--loading-indicator .icon--default{margin-bottom: 1rem}.bestit-amazon-pay--loading-indicator .animation-text{text-align: center}.bestit-amazon-pay--completion-container{float: none;width: 100%;margin-top: 0;display: block}.bestit-amazon-pay--completion-container .is--disabled{background-color: white;border-top-color: #777;box-shadow: none;opacity: .90;cursor: not-allowed}.bestit-amazon-pay--completion-container .bestit-amazon-pay--company-wrapper{margin-bottom: .9375rem}.bestit-amazon-pay--completion-container form > .panel--body{padding: 0;display: flex;width: 100%;flex-flow: row wrap;max-width: 100%}.bestit-amazon-pay--completion-container form .completion--panel{flex: 0 0 50%;max-width: 50%}@media screen and (max-width: 48em){.bestit-amazon-pay--completion-container form .completion--panel{flex: 0 0 100%;max-width: 100%}}.bestit-amazon-pay--completion-container .register--personal{padding: 0}.bestit-amazon-pay--express-button--container{font-size: .75rem}.bestit-amazon-pay--express-button.bestit-is--small{min-height: 1.875rem;min-width: 9.25rem}.bestit-amazon-pay--express-button.bestit-is--medium{min-height: 2.8125rem;min-width: 12.5rem}.bestit-amazon-pay--express-button.bestit-is--large{min-height: 3.75rem;min-width: 18.5rem}.bestit-amazon-pay--express-button.bestit-is--x-large{min-height: 5.625rem;min-width: 25rem}.product--box.box--image .bestit-amazon-pay--express-button--container,.product--box.box--basic .bestit-amazon-pay--express-button--container,.product--box.box--list .bestit-amazon-pay--express-button--container,.product--box.box--minimal .bestit-amazon-pay--express-button--container,.product--detail-upper .bestit-amazon-pay--express-button--container{margin-top: .625rem}.product--box.box--image .bestit-amazon-pay--express-button--container:after,.product--box.box--basic .bestit-amazon-pay--express-button--container:after,.product--box.box--list .bestit-amazon-pay--express-button--container:after,.product--box.box--minimal .bestit-amazon-pay--express-button--container:after,.product--detail-upper .bestit-amazon-pay--express-button--container:after{content: "";display: table;clear: both}.product--box.box--image .bestit-amazon-pay--express-button--container .button--label,.product--box.box--basic .bestit-amazon-pay--express-button--container .button--label,.product--box.box--list .bestit-amazon-pay--express-button--container .button--label,.product--box.box--minimal .bestit-amazon-pay--express-button--container .button--label,.product--detail-upper .bestit-amazon-pay--express-button--container .button--label{line-height: .8125rem;height: 1.875rem;padding-right: .3125rem;padding-top: .125rem;display: block;float: left;text-align: right}.product--box.box--image .bestit-amazon-pay--express-button--container .button--container,.product--box.box--basic .bestit-amazon-pay--express-button--container .button--container,.product--box.box--list .bestit-amazon-pay--express-button--container .button--container,.product--box.box--minimal .bestit-amazon-pay--express-button--container .button--container,.product--detail-upper .bestit-amazon-pay--express-button--container .button--container{height: 1.875rem;display: block;float: left}.product--box.box--image .bestit-amazon-pay--express-button--container .button--placeholder,.product--box.box--basic .bestit-amazon-pay--express-button--container .button--placeholder,.product--box.box--list .bestit-amazon-pay--express-button--container .button--placeholder,.product--box.box--minimal .bestit-amazon-pay--express-button--container .button--placeholder,.product--detail-upper .bestit-amazon-pay--express-button--container .button--placeholder{height: 1.875rem}@media screen and (min-width: 78.75em){.product--box.box--image .bestit-amazon-pay--express-button--container .button--label,.product--box.box--basic .bestit-amazon-pay--express-button--container .button--label,.product--box.box--list .bestit-amazon-pay--express-button--container .button--label,.product--box.box--minimal .bestit-amazon-pay--express-button--container .button--label,.product--detail-upper .bestit-amazon-pay--express-button--container .button--label{float: left;text-align: right}.product--box.box--image .bestit-amazon-pay--express-button--container .button--container,.product--box.box--basic .bestit-amazon-pay--express-button--container .button--container,.product--box.box--list .bestit-amazon-pay--express-button--container .button--container,.product--box.box--minimal .bestit-amazon-pay--express-button--container .button--container,.product--detail-upper .bestit-amazon-pay--express-button--container .button--container{height: 1.875rem;display: block;float: left;width: 53%}}.product--box.box--minimal .bestit-amazon-pay--express-button--container .bestit-is--small,.product--box.box--minimal .bestit-amazon-pay--express-button--container .bestit-is--medium,.product--box.box--minimal .bestit-amazon-pay--express-button--container .bestit-is--large,.product--box.box--minimal .bestit-amazon-pay--express-button--container .bestit-is--x-large{height: 1.5625rem;min-height: 1.5625rem;min-width: 7.8125rem;width: 7.8125rem}.product--box.box--minimal .bestit-amazon-pay--express-button--container .button--label{height: .9375rem;margin: 0rem 0rem .3125rem 0rem;text-align: initial}.product--box.box--minimal .bestit-amazon-pay--express-button--container .button--container{width: 100%}.product--box.box--minimal .bestit-amazon-pay--express-button--container .button--placeholder{height: 3.125rem}.product--box.box--slider .bestit-amazon-pay--express-button--container .bestit-is--small,.product--box.box--slider .bestit-amazon-pay--express-button--container .bestit-is--medium,.product--box.box--slider .bestit-amazon-pay--express-button--container .bestit-is--large,.product--box.box--slider .bestit-amazon-pay--express-button--container .bestit-is--x-large{height: 1.875rem;min-height: 1.875rem;min-width: 9.25rem;width: 9.25rem}.product--box.box--slider .bestit-amazon-pay--express-button--container .button--label{margin: .5rem 0rem .125rem 0rem}.product--box.box--slider .bestit-amazon-pay--express-button--container .button--container{height: 1.875rem;width: 9.25rem;display: inline-block}.product--box.box--slider .bestit-amazon-pay--express-button--container .button--placeholder{height: auto}.product--detail-upper .bestit-amazon-pay--express-button--container{margin-bottom: .625rem;align-items: center;display: flex;justify-content: flex-end;text-align: right}@media screen and (min-width: 30em){.product--detail-upper .bestit-amazon-pay--express-button--container{margin-right: 20%}}@media screen and (min-width: 64em){.product--detail-upper .bestit-amazon-pay--express-button--container{margin-right: 0}}.product--detail-upper .bestit-amazon-pay--express-button--container .button--label{padding-right: .5rem;height: auto;padding-top: 0;vertical-align: middle}@media screen and (min-width: 64em){.product--detail-upper .bestit-amazon-pay--express-button--container .button--label{line-height: 1.75rem}}.product--detail-upper .bestit-amazon-pay--express-button--container .button--container{float: none;height: auto;max-width: 63%;width: auto}.product--detail-upper .bestit-amazon-pay--express-button--container .button--container .bestit-amazon-pay--express-button{display: inline-block}.product--box.box--image .button-label--express,.product--box.box--basic .button-label--express,.product--box.box--list .button-label--express{display: block}.is--ctl-checkout .atsd-order-gifts--loading-indicator{height: 355px;background-color: #e9e9f1;margin: 0 0 20px 0}.is--ctl-checkout .atsd-order-gifts--loading-indicator .emotion--loading-indicator{padding: 178px 0 0 0}.is--ctl-checkout .atsd-order-gifts{margin: 0 0 20px 0}.is--ctl-checkout .atsd-order-gifts .premium-product--content.product-slider{height: 300px}.is--ctl-checkout .atsd-order-gifts--placeholder{cursor: pointer;margin: 0 0 20px 0}.is--ctl-checkout .atsd-order-gifts--placeholder .inner-content{padding: 20px}/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding: 0;margin: 0;border: 0;outline: none;vertical-align: top}.fancybox-wrap{position: absolute;top: 0;left: 0;z-index: 8020}.fancybox-skin{position: relative;background: #f9f9f9;color: #444;text-shadow: none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px}.fancybox-opened{z-index: 8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);box-shadow: 0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position: relative}.fancybox-inner{overflow: hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling: touch}.fancybox-error{color: #444;font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;margin: 0;padding: 15px;white-space: nowrap}.fancybox-image,.fancybox-iframe{display: block;width: 100%;height: 100%}.fancybox-image{max-width: 100%;max-height: 100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image: url('../../custom/project/DHLPaWunschpaket/Resources/views/frontend/_public/src/img/fancybox_sprite.png')}#fancybox-loading{position: fixed;top: 50%;left: 50%;margin-top: -22px;margin-left: -22px;background-position: 0 -108px;opacity: 0.8;cursor: pointer;z-index: 8060}#fancybox-loading div{width: 44px;height: 44px;background: url('../../custom/project/DHLPaWunschpaket/Resources/views/frontend/_public/src/less/_mixins/fancybox_loading.gif') center center no-repeat}.fancybox-close{position: absolute;top: -18px;right: -18px;width: 36px;height: 36px;cursor: pointer;z-index: 8040}.fancybox-nav{position: absolute;top: 0;width: 40%;height: 100%;cursor: pointer;text-decoration: none;background: transparent url('../../custom/project/DHLPaWunschpaket/Resources/views/frontend/_public/src/less/_mixins/blank.gif');-webkit-tap-highlight-color: rgba(0,0,0,0);z-index: 8040}.fancybox-prev{left: 0}.fancybox-next{right: 0}.fancybox-nav span{position: absolute;top: 50%;width: 36px;height: 34px;margin-top: -18px;cursor: pointer;z-index: 8040;visibility: hidden}.fancybox-prev span{left: 10px;background-position: 0 -36px}.fancybox-next span{right: 10px;background-position: 0 -72px}.fancybox-nav:hover span{visibility: visible}.fancybox-tmp{position: absolute;top: -99999px;left: -99999px;visibility: hidden;max-width: 99999px;max-height: 99999px;overflow: visible !important}.fancybox-lock{overflow: hidden}.fancybox-overlay{position: absolute;top: 0;left: 0;overflow: hidden;display: none;z-index: 8010;background: url('../../custom/project/DHLPaWunschpaket/Resources/views/frontend/_public/src/img/fancybox_overlay.png')}.fancybox-overlay-fixed{position: fixed;bottom: 0;right: 0}.fancybox-lock .fancybox-overlay{overflow: auto;overflow-y: scroll}.fancybox-title{visibility: hidden;font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;position: relative;text-shadow: none;z-index: 8050}.fancybox-opened .fancybox-title{visibility: visible}.fancybox-title-float-wrap{position: absolute;bottom: 0;right: 50%;margin-bottom: -35px;z-index: 8050;text-align: center}.fancybox-title-float-wrap .child{display: inline-block;margin-right: -100%;padding: 2px 20px;background: transparent;background: rgba(0,0,0,0.8);-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;text-shadow: 0 1px 2px #222;color: #FFF;font-weight: bold;line-height: 24px;white-space: nowrap}.fancybox-title-outside-wrap{position: relative;margin-top: 10px;color: #fff}.fancybox-title-inside-wrap{padding-top: 10px}.fancybox-title-over-wrap{position: absolute;bottom: 0;left: 0;color: #fff;padding: 10px;background: #000;background: rgba(0,0,0,0.8)}.mopt-wunschpaket-address-type-select-holder{display: block}input.mopt-wunschpaket-type-dependent,.mopt-wunschpaket-streetwrapper input.mopt-wunschpaket-street-field-dhl-selected,.account--address input.address--field.mopt-wunschpaket-street-field-dhl-selected{width: 70%;margin-bottom: 0;max-width: calc(98% - 120px)}.mopt-wunschpaket-streetwrapper label.mopt-wunschpaket-type-dependent,.register--additional-line1 .mopt-wunschpaket-postnumber-tip{display: inline-block;width: 28%;margin-right: 2%;min-width: 120px}@media screen and (min-width: 48em){.account--address input.mopt-wunschpaket-type-dependent,.account--address .mopt-wunschpaket-streetwrapper input.mopt-wunschpaket-street-field-dhl-selected{width: 50%;margin-bottom: 0;max-width: calc(68% - 120px)}.account--address .mopt-wunschpaket-streetwrapper label.mopt-wunschpaket-type-dependent,.account--address .register--additional-line1 .mopt-wunschpaket-postnumber-tip{display: inline-block;width: 18%;margin-right: 2%}}.mopt-wunschpaket-map-holder{width: 100%;height: 98%}.mopt-wunschpaket-map{height: 72vh;width: auto;margin: 10px}@media screen and (min-width: 30em){.mopt-wunschpaket-map{height: 65vh}}@media screen and (min-height: 64em){.mopt-wunschpaket-map{height: 70vh}}.mopt-wunschpaket-errors{margin: 10px}form.mopt-wunschpaket-map-form{margin: 10px;margin-bottom: 15px}input.mopt-wunschpaket-street,input.mopt-wunschpaket-zipcode,input.mopt-wunschpaket-city{width: 20%;margin-right: 2%}.mopt-wunschpaket-services-checkbox{margin-top: 10px}label.mopt-wunschpaket-checkbox-label{margin-right: 15px}.register--additional-line1.mopt-wunschpaket-type-dependent #mopt-wunschpaket-postnumber-tip{margin-right: 5px}.register--additional-line1.mopt-wunschpaket-type-dependent,.mopt-wunschpaket-streetwrapper{margin-bottom: 0.625em}input.wunschpaket-map-form-submit{margin-top: 10px;display: block}.mopt-wunschpaket-map img{max-width: none;max-height: none}h4.mopt-wunschpaket-map-title{margin-top: 0px}address.mopt-wunschpaket-map-address{margin-bottom: 0px;margin-top: 15px}.mopt-wunschpaket-map-icons{margin-top: 10px}.mopt-wunschpaket-onmap-icons{display: none}.mopt-wunschpaket-map-icons img.icon{margin: 0 auto;width: 48px;height: 48px;display: inline}h5.moptEmpfaengerservicesOpeningHours{margin-bottom: 0px;margin-top: 0px;width: 250px}ul.moptEmpfaengerservicesOpeningHours{margin-top: 0px;margin-bottom: 15px}.ajax--cart .mopt-wunschpaket-powered-by-dhl{display: block;padding: 10px}.information--panel-item .mopt-wunschpaket-powered-by-dhl{display: block;padding: 1.25rem 1.25rem 1.25rem 1.25rem}.is--act-finish .information--panel-item .mopt-wunschpaket-powered-by-dhl{padding: 0}.mopt-wunschpaket-powered-by-dhl p{margin-top: 20px}.mopt-wunschpaket-powered-by-dhl img{margin-bottom: 8px}#moptEmpfaengerservicesWunschpaket .mopt-wunschpaket-powered-by-dhl{margin: 0}#moptEmpfaengerservicesWunschpaket{border: 1px solid #fc0;margin-bottom: 20px;padding: 0 5px}#moptEmpfaengerservicesWunschpaket label{font-weight: bold}div#moptEmpfaengerservicesWunschpaket p{margin-bottom: 5px}div#moptEmpfaengerservicesWunschpaket > img{width: 96px}div#moptEmpfaengerservicesWunschpaket input:disabled,form#mopt-wunschpaket-map-form input:disabled{background-color: gainsboro}div#moptEmpfaengerservicesWunschpaket dt:first-of-type{margin-top: 10px}div#moptEmpfaengerservicesWunschpaket dt{margin-top: 20px;display: block}div#moptEmpfaengerservicesWunschpaket dd{margin-top: 5px;margin-bottom: 5px;margin-left: 0px;-webkit-margin-start: 0px;display: block;clear: both}div.moptEmpfaengerservicesWunschpaketFlow dd ul{padding: 0px;margin: 0px}div#moptEmpfaengerservicesWunschpaket dd ul li{background-color: #e3e3e3;width: 70px;padding: 10px 0 0;margin: 0 10px 5px 0;float: left;list-style-type: none;text-align: center;cursor: pointer}#moptWunschpaketPreferredDaySelect,#moptWunschpaketPreferredTimeSelect{display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center}div#moptEmpfaengerservicesWunschpaket dl dd ul li label{background-color: #eef4f2;text-align: center;font-weight: bold;display: inline-block;width: 100%;line-height: 1rem;padding: 4px;vertical-align: central;cursor: pointer}div.moptEmpfaengerservicesWunschpaketFlow dl dd ul li label{margin-bottom: 0px}div#moptEmpfaengerservicesWunschpaket dd ul li input{display: none}div#moptEmpfaengerservicesWunschpaket ul li input:disabled + label,form#mopt-wunschpaket-map-form input:disabled + label{color: #cecece}div#moptEmpfaengerservicesWunschpaket ul li input:checked + label{background-color: #fc0}div#moptEmpfaengerservicesWunschpaket input[type="text"]{width: 94%}div#moptEmpfaengerservicesWunschpaket ul#moptWunschpaketPreferredTimeSelect li{width: 85px}div#moptEmpfaengerservicesWunschpaket ul#moptWunschpaketPreferredDaySelect li{width: 55px}div#moptEmpfaengerservicesWunschpaket ul#moptWunschpaketPreferredDaySelect label{height: 40px}.mopt-wunschpaket-privacy-link-holder{width: 94%;text-align: right;height: 14px;line-height: 14px}.mopt-wunschpaket-privacy-link-holder .mopt-wunschpaket-privacy-link{color: #304513;font-size: .625rem}.tooltip{cursor: pointer}#mopt-wunschpaket-search-map{padding-left: 0;padding-right: 0px;padding-top: 0px}#mopt-wunschpaket-search-map-btn{margin: 0px}#mopt-wunschpaket-search-map-btn img{display: inline-block;margin-right: 15px;margin-top: 10px}#mopt-wunschpaket-search-map-btn span{display: inline-block;margin-right: 15px;vertical-align: super}.mopt-wunschpaket-dhl-logo-in-address{margin-bottom: 10px}.confirm--content .information--panel-item.information--panel-address .shipping--panel{text-align: left}@media screen and (min-width: 48em){#moptEmpfaengerservicesWunschpaket{margin-left: 2.5rem;padding: 0}}#moptWunschpaketRestoredSaveButton{margin-top: 10px;margin-left: 5px}@media screen and (max-width: 30em){.fancybox-close{top: -5px;right: -5px}}img.lazy,img.lazyloading{min-width: 80%;color: transparent}img.lazyloaded{opacity: 0}.product--image-container img.lazy,.product--image-container img.lazyloading{min-height: 100%}.mwst--register--password--strength .mwst--password--strength--bar--container{height: 40px;border: 1px solid #d8dcbf;border-radius: 5px;overflow: hidden}.mwst--register--password--strength .mwst--password--strength--bar--container .mwst--password--strength--bar{border-left: 1px solid #d8dcbf;width: 25%;float: left;height: 40px}.mwst--register--password--strength .mwst--password--strength--bar--container .mwst--password--strength--bar:first-of-type{border-left: 0}.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--0 .mwst--password--strength--bar--0{background: #e74c3c}.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--0 .mwst--password--strength--bar--1,.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--0 .mwst--password--strength--bar--2,.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--0 .mwst--password--strength--bar--3{background: transparent}.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--1 .mwst--password--strength--bar--0,.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--1 .mwst--password--strength--bar--1{background: #f1c40f}.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--1 .mwst--password--strength--bar--2,.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--1 .mwst--password--strength--bar--3{background: transparent}.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--2 .mwst--password--strength--bar--0,.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--2 .mwst--password--strength--bar--1,.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--2 .mwst--password--strength--bar--2{background: #f1c40f}.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--2 .mwst--password--strength--bar--3{background: transparent}.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--3 .mwst--password--strength--bar--0,.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--3 .mwst--password--strength--bar--1,.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--3 .mwst--password--strength--bar--2,.mwst--register--password--strength .mwst--password--strength--bar--container.mwst--password--strength--3 .mwst--password--strength--bar--3{background: #a8be00}.mwst--register--password--strength .mwst--password--strength--description{margin-top: .9375rem;margin-bottom: .9375rem}.mwst--register--password--strength .mwst--password--strength--description .mwst--password--criteria-list{padding-left: 1.8em}.mwst--register--password--strength .mwst--password--strength--description .mwst--password--criteria-list li.check{color: #a8be00}.column--newsletter .g-recaptcha{margin-bottom: .625rem}.password-reset--form .g-recaptcha div{margin-left: auto;margin-right: auto}.password-reset--form .recaptcha-error{margin-bottom: 1.25rem}.password-new--form .mwst--register--password--strength{max-width: 20rem;margin-bottom: 1.875rem;margin-left: auto;margin-right: auto}.passwordForm .mwst--register--password--strength{margin-bottom: 1.875rem}.instock-form--recaptcha{float: left;width: 100%;padding-bottom: .375rem}.alert.recaptcha-error{display: block;width: 100%;float: left}.sysg--login-captcha-error-wrap{margin: 0rem 0rem .625rem 0rem}.sysg--login-recaptcha-wrap{width: 100%;padding: 0rem 0rem 1.25rem 0rem;display: block;overflow: hidden}.reply-direct-order{padding-top: .625rem}.reply-direct-order h1{margin-top: 0}.reply-direct-order .reply-direct-order-table{margin: 0rem 0rem 1.25rem 0rem;border: 1px solid #d8dcbf;border-spacing: 0}.reply-direct-order .reply-direct-order-table .reply-direct-order-searchterm-column{width: 10%}.reply-direct-order .reply-direct-order-table .reply-direct-order-name-column .entry--media{max-width: 25%;padding-right: .625rem}.reply-direct-order .reply-direct-order-table .reply-direct-order-name-column .entry--product{max-width: 75%}.reply-direct-order .reply-direct-order-table .reply-direct-order-details-column{width: 50%}.reply-direct-order .reply-direct-order-table .reply-direct-order-quantity-column{width: 10%}.reply-direct-order .reply-direct-order-submit{width: 15.625rem;padding: 0rem 2.25rem 0rem .9375rem}.reply-direct-order-searchterm-column input{width: 100%}.reply-direct-order--emotion{margin-top: 1.25rem}@media screen and (min-width: 30em){.reply-direct-order .reply-direct-order-table .reply-direct-order-searchterm-column{width: 15%}.reply-direct-order .reply-direct-order-table .reply-direct-order-name-column{width: 25%}.reply-direct-order .reply-direct-order-table .reply-direct-order-details-column{width: 50%}.reply-direct-order .reply-direct-order-table .reply-direct-order-quantity-column{width: 10%}}@media screen and (min-width: 48em){.reply-direct-order{padding-top: 1.875rem}.reply-direct-order .reply-direct-order-table .reply-direct-order-searchterm-column{width: 20%}.reply-direct-order .reply-direct-order-table .reply-direct-order-details-column{width: 35%}.reply-direct-order .reply-direct-order-table .reply-direct-order-quantity-column{width: 10%}.reply-direct-order--emotion .emotion--wrapper{width: 100%}.reply-direct-order--emotion{margin-top: 5rem}.is--ctl-reply_direct_order .sidebar-main{display: block}.is--ctl-reply_direct_order .sidebar-main + .content--wrapper{margin-left: 16.25rem}}@media screen and (min-width: 78.75em){.reply-direct-order{padding-top: 2.8125rem}}.reply-direct-order-details-column .select2-container{width: 100% !important;vertical-align: sub}.select2-container--default{max-width: 18.125rem;height: 2.625rem;width: 100%;display: inline-block;position: relative;overflow: hidden;overflow: unset}.select2-container--default:hover{color: #2d6043}.select2-container--default select{-webkit-appearance: none;-moz-appearance: none;appearance: none;padding: 0rem 2.5rem 0rem .625rem;line-height: 2.5rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;height: 100%;width: 100%;display: block;cursor: pointer;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: left;border: 1px solid #d8dcbf}.select2-container--default select option{padding: .25rem .5rem .25rem .5rem;color: #304513;background: #fff}.select2-container--default select::-ms-expand{display: none}.select2-container--default select:hover{color: #2d6043;border-color: #2d6043;background: #fff}.select2-container--default select:focus{outline: none;color: #2d6043;border-color: #2d6043}.select2-container--default select:focus::-ms-value{color: #2d6043;background: none}.select2-container--default select:disabled{opacity: .5;cursor: not-allowed}.select2-container--default select.has--error{color: #e74c3c;border-color: #e74c3c;background: #faeceb}.select2-container--default:after{width: 1.875rem;height: 2.5rem;top: .0625rem;-webkit-user-select: none;user-select: none;line-height: 40px;max-height: 100%;display: block;content: "\e612";position: absolute;right: 0;font-size: 5px;border-left: 1px solid #d8dcbf;text-align: center;font-family: 'shopware';pointer-events: none}.select2-container--default:after:hover{color: #2d6043}.select2-container--default.is--disabled select,.select2-container--default.is--disabled:after{opacity: .5;cursor: not-allowed}.select2-container--default.has--error select{color: #e74c3c;border-color: #e74c3c;background: #faeceb}.select2-container--default.has--error:after{color: #e74c3c;border-color: #e74c3c}.select2-container--default:hover{color: #000}.select2-container--default > select{padding: 0rem 1.25rem 0rem .625rem;line-height: 2.375rem;border-radius: 0;background-image: none;background-color: #fff;color: #2d6043;font-size: .875rem;border-color: #777;height: 2.5rem;display: inline-block}.select2-container--default > select option{color: #000}.select2-container--default > select:hover{color: #000;border-color: #d8dcbf;background: #fff}.select2-container--default > select:focus{color: #000;border-color: #777}.select2-container--default:after{top: 0rem;color: #000;border-left-width: 0;font-family: 'medicaria';content: "\e902";width: 2.25rem;font-size: .625rem;display: block}.select2-container--default:after:hover{color: #777}.select2-container--default.has--label{height: 4.875rem}.select2-container--default.wizard-actions--question-select > select{line-height: 2.25rem}.select2-container--default:hover{color: #000}.select2-container--default > select{padding: 0rem 1.25rem 0rem .625rem;line-height: 2.375rem;border-radius: 0;background-clip: padding-box;background-image: none;background-color: #fff;color: #2d6043;font-size: .875rem;border-color: #777;height: 2.5rem;display: inline-block}.select2-container--default > select option{color: #000}.select2-container--default > select:hover{color: #2d6043;border-color: #d8dcbf;background: #fff}.select2-container--default > select:hover:after{color: #2d6043}.select2-container--default > select:focus{color: #000;border-color: #777}.select2-container--default:after{top: 50%;transform: translateY(-50%);color: #777;border-left-width: 0;font-family: 'sanicon';content: "\e902";width: 2.25rem;font-size: .875rem;display: block}.select2-container--default:after:hover{color: #2d6043}.select2-container--default:hover{color: #000}.select2-container--default .select2-selection--single{-webkit-appearance: none;-moz-appearance: none;appearance: none;padding: 0rem 2.5rem 0rem .625rem;line-height: 2.5rem;border-radius: 3px;border-radius: 0;background-clip: padding-box;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;height: 100%;width: 100%;display: block;cursor: pointer;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: left;border: 1px solid #d8dcbf}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: inherit;padding: 0}.select2-container--default .select2-selection--single .select2-selection__arrow{display: none}.select2-container--default.select2-container--open:after{content: "\e610";color: #2d6043}.select2-container--default.select2-container--open .select2-selection--single{background: #FFF;border-color: #2d6043;color: #2d6043}.select2-container--default.select2-container--open .select2-dropdown--below{border-color: #2d6043}.select2-container--default .select2-search--dropdown .select2-search__field{border-color: #d8dcbf}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color: #e7e7e7;color: #000}.select2-container--default .select2-results__option[aria-selected=true]{background-color: #2d6043;color: #FFF}.select2-dropdown{border-color: #000;border-radius: 0;margin-top: -0.1875rem}.is--ctl-checkout .emotion--container,.is--act-cart .emotion--container{margin-top: 3.125rem;margin-bottom: 2.5rem;height: auto}.is--ctl-checkout .emotion--container .emotion--element,.is--act-cart .emotion--container .emotion--element{height: 100%}#salutation-hint{display: none}.sanicare_smartappbanner{position: fixed;z-index: 1000;bottom: 0;left: 0;overflow-x: hidden;width: 100%;height: 72px;background: #ffffff;box-shadow: 0px 0px 15px 1px #808080}.sanicare_smartappbanner__hide{display: none}.sanicare_smartappbanner__exit{position: absolute;top: calc(44%);left: 9px;display: block;margin: 0;width: 12px;height: 12px;border: 0;text-align: center}.sanicare_smartappbanner__exit::before,.sanicare_smartappbanner__exit::after{position: absolute;width: 1px;height: 12px;background: #767676;content: ' '}.sanicare_smartappbanner__exit::before{transform: rotate(45deg)}.sanicare_smartappbanner__exit::after{transform: rotate(-45deg)}.sanicare_smartappbanner__icon{background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgdmlld0JveD0iMCAwIDE4Ni41NiAxODIuNTcwMDEiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzEyMCIKICAgc29kaXBvZGk6ZG9jbmFtZT0iaWNvbi1waG9uZS5zdmciCiAgIHdpZHRoPSIxODYuNTYiCiAgIGhlaWdodD0iMTgyLjU3MDAxIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIxLjIuMSAoOWM2ZDQxZTQxMCwgMjAyMi0wNy0xNCkiCiAgIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIgogICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiCiAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBpZD0ibmFtZWR2aWV3MTIyIgogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBib3JkZXJjb2xvcj0iIzAwMDAwMCIKICAgICBib3JkZXJvcGFjaXR5PSIwLjI1IgogICAgIGlua3NjYXBlOnNob3dwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiCiAgICAgaW5rc2NhcGU6cGFnZWNoZWNrZXJib2FyZD0idHJ1ZSIKICAgICBpbmtzY2FwZTpkZXNrY29sb3I9IiNkMWQxZDEiCiAgICAgc2hvd2dyaWQ9ImZhbHNlIgogICAgIGlua3NjYXBlOnpvb209IjIuNzE2OTQzMSIKICAgICBpbmtzY2FwZTpjeD0iMjQ1LjQ5NjUiCiAgICAgaW5rc2NhcGU6Y3k9IjUzLjkyMDg5NCIKICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjE5MDQiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMTAwNCIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iOCIKICAgICBpbmtzY2FwZTp3aW5kb3cteT0iNjgiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJFYmVuZV8xIiAvPgogIDxkZWZzCiAgICAgaWQ9ImRlZnM3Ij4KICAgIDxzdHlsZQogICAgICAgaWQ9InN0eWxlMiI+LmNscy0xLC5jbHMtMjJ7ZmlsbDpub25lO30uY2xzLTJ7aXNvbGF0aW9uOmlzb2xhdGU7fS5jbHMtMTgsLmNscy0ze2ZpbGw6I2ZmZjt9LmNscy00e2ZpbGw6I2IxYjJiMzt9LmNscy01e2ZpbGw6I2ZkMDt9LmNscy02e21peC1ibGVuZC1tb2RlOm11bHRpcGx5O29wYWNpdHk6MC4xNTt9LmNscy03e2ZpbGw6I2U3N2EwYTt9LmNscy04e2ZpbGw6I2YwZjZmZDt9LmNscy05e2ZvbnQtc2l6ZTo2MnB4O30uY2xzLTE1LC5jbHMtMTgsLmNscy05e2ZvbnQtZmFtaWx5OkxhdG8tUmVndWxhciwgTGF0bzt9LmNscy0xMHtsZXR0ZXItc3BhY2luZzotMC4wMWVtO30uY2xzLTExe2xldHRlci1zcGFjaW5nOi0wLjAyZW07fS5jbHMtMTJ7bGV0dGVyLXNwYWNpbmc6MGVtO30uY2xzLTEze2xldHRlci1zcGFjaW5nOi0wLjAxZW07fS5jbHMtMTR7bGV0dGVyLXNwYWNpbmc6LTAuMDNlbTt9LmNscy0xNXtmb250LXNpemU6MzRweDtmaWxsOiM5YzlkOWQ7fS5jbHMtMTZ7bGV0dGVyLXNwYWNpbmc6MGVtO30uY2xzLTE3e2xldHRlci1zcGFjaW5nOi0wLjAyZW07fS5jbHMtMTh7Zm9udC1zaXplOjQ1cHg7fS5jbHMtMTl7bGV0dGVyLXNwYWNpbmc6LTAuMDNlbTt9LmNscy0yMHtmaWxsOiMyOTU1MTU7fS5jbHMtMjF7Y2xpcC1wYXRoOnVybCgjY2xpcC1wYXRoKTt9LmNscy0yMntzdHJva2U6IzI5NTUxNTtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MC42NHB4O30uY2xzLTIze2ZpbGw6I2U3N2IwNTt9PC9zdHlsZT4KICAgIDxjbGlwUGF0aAogICAgICAgaWQ9ImNsaXAtcGF0aCI+CiAgICAgIDxyZWN0CiAgICAgICAgIGNsYXNzPSJjbHMtMSIKICAgICAgICAgeD0iMTMzLjM5IgogICAgICAgICB5PSI5Ny4zNzAwMDMiCiAgICAgICAgIHdpZHRoPSIxNjYiCiAgICAgICAgIGhlaWdodD0iNjIuNjg5OTk5IgogICAgICAgICBpZD0icmVjdDQiIC8+CiAgICA8L2NsaXBQYXRoPgogICAgPGNsaXBQYXRoCiAgICAgICBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIKICAgICAgIGlkPSJjbGlwUGF0aDE1NjQiPgogICAgICA8dGV4dAogICAgICAgICBjbGFzcz0iY2xzLTE4IgogICAgICAgICBpZD0idGV4dDE1NzAiCiAgICAgICAgIHg9IjY0Mi43NjAwMSIKICAgICAgICAgeT0iMy4xODk5OTkzIj5KRVRaPHRzcGFuCiAgIGNsYXNzPSJjbHMtMTkiCiAgIHg9Ijc0MS40MTk5OCIKICAgeT0iMy4xODk5OTkzIgogICBpZD0idHNwYW4xNTY2Ij5UPC90c3Bhbj48dHNwYW4KICAgeD0iNzY2LjY0MDA4IgogICB5PSIzLjE4OTk5OTMiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIGlkPSJ0c3BhbjE1NjgiPiBMQURFTjwvdHNwYW4+PC90ZXh0PgogICAgPC9jbGlwUGF0aD4KICAgIDxjbGlwUGF0aAogICAgICAgY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiCiAgICAgICBpZD0iY2xpcFBhdGgxNTcyIj4KICAgICAgPHRleHQKICAgICAgICAgY2xhc3M9ImNscy0xOCIKICAgICAgICAgaWQ9InRleHQxNTc4IgogICAgICAgICB4PSI2NDIuNzYwMDEiCiAgICAgICAgIHk9IjQ5LjUiPkpFVFo8dHNwYW4KICAgY2xhc3M9ImNscy0xOSIKICAgeD0iNzQxLjQxOTk4IgogICB5PSI0OS41IgogICBpZD0idHNwYW4xNTc0Ij5UPC90c3Bhbj48dHNwYW4KICAgeD0iNzY2LjY0MDA4IgogICB5PSI0OS41IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpZD0idHNwYW4xNTc2Ij4gTEFERU48L3RzcGFuPjwvdGV4dD4KICAgIDwvY2xpcFBhdGg+CiAgICA8Y2xpcFBhdGgKICAgICAgIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIgogICAgICAgaWQ9ImNsaXBQYXRoMTU4MCI+CiAgICAgIDx0ZXh0CiAgICAgICAgIGNsYXNzPSJjbHMtMTgiCiAgICAgICAgIGlkPSJ0ZXh0MTU4NiIKICAgICAgICAgeD0iMzc1OC41NDE1IgogICAgICAgICB5PSI2MjkuMjA4MzEiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6NC4xNjY2NyI+SkVUWjx0c3BhbgogICBjbGFzcz0iY2xzLTE5IgogICB4PSI0MTY5LjYyNSIKICAgeT0iNjI5LjIwODMxIgogICBpZD0idHNwYW4xNTgyIgogICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjQuMTY2NjciPlQ8L3RzcGFuPjx0c3BhbgogICB4PSI0Mjc0LjcwODUiCiAgIHk9IjYyOS4yMDgzMSIKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgaWQ9InRzcGFuMTU4NCIKICAgc3R5bGU9InN0cm9rZS13aWR0aDo0LjE2NjY3Ij4gTEFERU48L3RzcGFuPjwvdGV4dD4KICAgIDwvY2xpcFBhdGg+CiAgICA8Y2xpcFBhdGgKICAgICAgIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIgogICAgICAgaWQ9ImNsaXBQYXRoMTU4OCI+CiAgICAgIDx0ZXh0CiAgICAgICAgIGNsYXNzPSJjbHMtMTgiCiAgICAgICAgIGlkPSJ0ZXh0MTU5NCIKICAgICAgICAgeD0iOTg1LjA0OTk5IgogICAgICAgICB5PSIxNDYuODkiPkpFVFo8dHNwYW4KICAgY2xhc3M9ImNscy0xOSIKICAgeD0iMTA4My43MSIKICAgeT0iMTQ2Ljg5IgogICBpZD0idHNwYW4xNTkwIj5UPC90c3Bhbj48dHNwYW4KICAgeD0iMTEwOC45MzAxIgogICB5PSIxNDYuODkiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIGlkPSJ0c3BhbjE1OTIiPiBMQURFTjwvdHNwYW4+PC90ZXh0PgogICAgPC9jbGlwUGF0aD4KICAgIDxjbGlwUGF0aAogICAgICAgY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiCiAgICAgICBpZD0iY2xpcFBhdGgxNTk2Ij4KICAgICAgPHRleHQKICAgICAgICAgY2xhc3M9ImNscy0xOCIKICAgICAgICAgaWQ9InRleHQxNjAyIgogICAgICAgICB4PSI0MTMuNTQxNjMiCiAgICAgICAgIHk9IjQ4OC4yMDgzNCIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDo0LjE2NjY3Ij5KRVRaPHRzcGFuCiAgIGNsYXNzPSJjbHMtMTkiCiAgIHg9IjgyNC42MjQ4MiIKICAgeT0iNDg4LjIwODM0IgogICBpZD0idHNwYW4xNTk4IgogICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjQuMTY2NjciPlQ8L3RzcGFuPjx0c3BhbgogICB4PSI5MjkuNzA4NTYiCiAgIHk9IjQ4OC4yMDgzNCIKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgaWQ9InRzcGFuMTYwMCIKICAgc3R5bGU9InN0cm9rZS13aWR0aDo0LjE2NjY3Ij4gTEFERU48L3RzcGFuPjwvdGV4dD4KICAgIDwvY2xpcFBhdGg+CiAgICA8Y2xpcFBhdGgKICAgICAgIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIgogICAgICAgaWQ9ImNsaXBQYXRoMTYwNCI+CiAgICAgIDx0ZXh0CiAgICAgICAgIGNsYXNzPSJjbHMtMTgiCiAgICAgICAgIGlkPSJ0ZXh0MTYxMCIKICAgICAgICAgeD0iOTg1LjA0OTk5IgogICAgICAgICB5PSIxNDYuODkiPkpFVFo8dHNwYW4KICAgY2xhc3M9ImNscy0xOSIKICAgeD0iMTA4My43MSIKICAgeT0iMTQ2Ljg5IgogICBpZD0idHNwYW4xNjA2Ij5UPC90c3Bhbj48dHNwYW4KICAgeD0iMTEwOC45MzAxIgogICB5PSIxNDYuODkiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIGlkPSJ0c3BhbjE2MDgiPiBMQURFTjwvdHNwYW4+PC90ZXh0PgogICAgPC9jbGlwUGF0aD4KICAgIDxjbGlwUGF0aAogICAgICAgY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiCiAgICAgICBpZD0iY2xpcFBhdGgxNjEyIj4KICAgICAgPHRleHQKICAgICAgICAgY2xhc3M9ImNscy0xOCIKICAgICAgICAgaWQ9InRleHQxNjE4IgogICAgICAgICB4PSI5ODUuMDQ5OTkiCiAgICAgICAgIHk9IjE0Ni44OSI+SkVUWjx0c3BhbgogICBjbGFzcz0iY2xzLTE5IgogICB4PSIxMDgzLjcxIgogICB5PSIxNDYuODkiCiAgIGlkPSJ0c3BhbjE2MTQiPlQ8L3RzcGFuPjx0c3BhbgogICB4PSIxMTA4LjkzMDEiCiAgIHk9IjE0Ni44OSIKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgaWQ9InRzcGFuMTYxNiI+IExBREVOPC90c3Bhbj48L3RleHQ+CiAgICA8L2NsaXBQYXRoPgogICAgPGNsaXBQYXRoCiAgICAgICBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIKICAgICAgIGlkPSJjbGlwUGF0aDE2MjAiPgogICAgICA8dGV4dAogICAgICAgICBjbGFzcz0iY2xzLTE4IgogICAgICAgICBpZD0idGV4dDE2MjYiCiAgICAgICAgIHg9Ijk4NS4wNDk5OSIKICAgICAgICAgeT0iMTQ2Ljg5Ij5KRVRaPHRzcGFuCiAgIGNsYXNzPSJjbHMtMTkiCiAgIHg9IjEwODMuNzEiCiAgIHk9IjE0Ni44OSIKICAgaWQ9InRzcGFuMTYyMiI+VDwvdHNwYW4+PHRzcGFuCiAgIHg9IjExMDguOTMwMSIKICAgeT0iMTQ2Ljg5IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpZD0idHNwYW4xNjI0Ij4gTEFERU48L3RzcGFuPjwvdGV4dD4KICAgIDwvY2xpcFBhdGg+CiAgICA8Y2xpcFBhdGgKICAgICAgIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIgogICAgICAgaWQ9ImNsaXBQYXRoMTYyOCI+CiAgICAgIDx0ZXh0CiAgICAgICAgIGNsYXNzPSJjbHMtMTgiCiAgICAgICAgIGlkPSJ0ZXh0MTYzNCIKICAgICAgICAgeD0iOTg1LjA0OTk5IgogICAgICAgICB5PSIxNDYuODkiPkpFVFo8dHNwYW4KICAgY2xhc3M9ImNscy0xOSIKICAgeD0iMTA4My43MSIKICAgeT0iMTQ2Ljg5IgogICBpZD0idHNwYW4xNjMwIj5UPC90c3Bhbj48dHNwYW4KICAgeD0iMTEwOC45MzAxIgogICB5PSIxNDYuODkiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIGlkPSJ0c3BhbjE2MzIiPiBMQURFTjwvdHNwYW4+PC90ZXh0PgogICAgPC9jbGlwUGF0aD4KICAgIDxjbGlwUGF0aAogICAgICAgY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiCiAgICAgICBpZD0iY2xpcFBhdGgxNjM2Ij4KICAgICAgPHRleHQKICAgICAgICAgY2xhc3M9ImNscy0xOCIKICAgICAgICAgaWQ9InRleHQxNjQyIgogICAgICAgICB4PSI5ODUuMDQ5OTkiCiAgICAgICAgIHk9IjE0Ni44OSI+SkVUWjx0c3BhbgogICBjbGFzcz0iY2xzLTE5IgogICB4PSIxMDgzLjcxIgogICB5PSIxNDYuODkiCiAgIGlkPSJ0c3BhbjE2MzgiPlQ8L3RzcGFuPjx0c3BhbgogICB4PSIxMTA4LjkzMDEiCiAgIHk9IjE0Ni44OSIKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgaWQ9InRzcGFuMTY0MCI+IExBREVOPC90c3Bhbj48L3RleHQ+CiAgICA8L2NsaXBQYXRoPgogICAgPGNsaXBQYXRoCiAgICAgICBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIKICAgICAgIGlkPSJjbGlwUGF0aDE2NDQiPgogICAgICA8dGV4dAogICAgICAgICBjbGFzcz0iY2xzLTE4IgogICAgICAgICBpZD0idGV4dDE2NTAiCiAgICAgICAgIHg9Ijk4NS4wNDk5OSIKICAgICAgICAgeT0iMTQ2Ljg5Ij5KRVRaPHRzcGFuCiAgIGNsYXNzPSJjbHMtMTkiCiAgIHg9IjEwODMuNzEiCiAgIHk9IjE0Ni44OSIKICAgaWQ9InRzcGFuMTY0NiI+VDwvdHNwYW4+PHRzcGFuCiAgIHg9IjExMDguOTMwMSIKICAgeT0iMTQ2Ljg5IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpZD0idHNwYW4xNjQ4Ij4gTEFERU48L3RzcGFuPjwvdGV4dD4KICAgIDwvY2xpcFBhdGg+CiAgICA8Y2xpcFBhdGgKICAgICAgIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIgogICAgICAgaWQ9ImNsaXBQYXRoMTY1MiI+CiAgICAgIDx0ZXh0CiAgICAgICAgIGNsYXNzPSJjbHMtMTgiCiAgICAgICAgIGlkPSJ0ZXh0MTY1OCIKICAgICAgICAgeD0iOTg1LjA0OTk5IgogICAgICAgICB5PSIxNDYuODkiPkpFVFo8dHNwYW4KICAgY2xhc3M9ImNscy0xOSIKICAgeD0iMTA4My43MSIKICAgeT0iMTQ2Ljg5IgogICBpZD0idHNwYW4xNjU0Ij5UPC90c3Bhbj48dHNwYW4KICAgeD0iMTEwOC45MzAxIgogICB5PSIxNDYuODkiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIGlkPSJ0c3BhbjE2NTYiPiBMQURFTjwvdHNwYW4+PC90ZXh0PgogICAgPC9jbGlwUGF0aD4KICAgIDxjbGlwUGF0aAogICAgICAgY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiCiAgICAgICBpZD0iY2xpcFBhdGgxNjYwIj4KICAgICAgPHRleHQKICAgICAgICAgY2xhc3M9ImNscy0xOCIKICAgICAgICAgaWQ9InRleHQxNjY2IgogICAgICAgICB4PSI5ODUuMDQ5OTkiCiAgICAgICAgIHk9IjE0Ni44OSI+SkVUWjx0c3BhbgogICBjbGFzcz0iY2xzLTE5IgogICB4PSIxMDgzLjcxIgogICB5PSIxNDYuODkiCiAgIGlkPSJ0c3BhbjE2NjIiPlQ8L3RzcGFuPjx0c3BhbgogICB4PSIxMTA4LjkzMDEiCiAgIHk9IjE0Ni44OSIKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgaWQ9InRzcGFuMTY2NCI+IExBREVOPC90c3Bhbj48L3RleHQ+CiAgICA8L2NsaXBQYXRoPgogICAgPGNsaXBQYXRoCiAgICAgICBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIKICAgICAgIGlkPSJjbGlwUGF0aDE2NjgiPgogICAgICA8dGV4dAogICAgICAgICBjbGFzcz0iY2xzLTE4IgogICAgICAgICBpZD0idGV4dDE2NzQiCiAgICAgICAgIHg9Ijk4NS4wNDk5OSIKICAgICAgICAgeT0iMTQ2Ljg5Ij5KRVRaPHRzcGFuCiAgIGNsYXNzPSJjbHMtMTkiCiAgIHg9IjEwODMuNzEiCiAgIHk9IjE0Ni44OSIKICAgaWQ9InRzcGFuMTY3MCI+VDwvdHNwYW4+PHRzcGFuCiAgIHg9IjExMDguOTMwMSIKICAgeT0iMTQ2Ljg5IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpZD0idHNwYW4xNjcyIj4gTEFERU48L3RzcGFuPjwvdGV4dD4KICAgIDwvY2xpcFBhdGg+CiAgICA8Y2xpcFBhdGgKICAgICAgIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIgogICAgICAgaWQ9ImNsaXBQYXRoMTY3NiI+CiAgICAgIDx0ZXh0CiAgICAgICAgIGNsYXNzPSJjbHMtMTgiCiAgICAgICAgIGlkPSJ0ZXh0MTY4MiIKICAgICAgICAgeD0iOTg1LjA0OTk5IgogICAgICAgICB5PSIxNDYuODkiPkpFVFo8dHNwYW4KICAgY2xhc3M9ImNscy0xOSIKICAgeD0iMTA4My43MSIKICAgeT0iMTQ2Ljg5IgogICBpZD0idHNwYW4xNjc4Ij5UPC90c3Bhbj48dHNwYW4KICAgeD0iMTEwOC45MzAxIgogICB5PSIxNDYuODkiCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIGlkPSJ0c3BhbjE2ODAiPiBMQURFTjwvdHNwYW4+PC90ZXh0PgogICAgPC9jbGlwUGF0aD4KICAgIDxjbGlwUGF0aAogICAgICAgY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiCiAgICAgICBpZD0iY2xpcFBhdGgxNjg0Ij4KICAgICAgPHRleHQKICAgICAgICAgY2xhc3M9ImNscy0xOCIKICAgICAgICAgaWQ9InRleHQxNjkwIgogICAgICAgICB4PSI5ODUuMDQ5OTkiCiAgICAgICAgIHk9IjE0Ni44OSI+SkVUWjx0c3BhbgogICBjbGFzcz0iY2xzLTE5IgogICB4PSIxMDgzLjcxIgogICB5PSIxNDYuODkiCiAgIGlkPSJ0c3BhbjE2ODYiPlQ8L3RzcGFuPjx0c3BhbgogICB4PSIxMTA4LjkzMDEiCiAgIHk9IjE0Ni44OSIKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgaWQ9InRzcGFuMTY4OCI+IExBREVOPC90c3Bhbj48L3RleHQ+CiAgICA8L2NsaXBQYXRoPgogICAgPGNsaXBQYXRoCiAgICAgICBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIKICAgICAgIGlkPSJjbGlwUGF0aDE2OTIiPgogICAgICA8dGV4dAogICAgICAgICBjbGFzcz0iY2xzLTE4IgogICAgICAgICBpZD0idGV4dDE2OTgiCiAgICAgICAgIHg9Ijk4NS4wNDk5OSIKICAgICAgICAgeT0iMTQ2Ljg5Ij5KRVRaPHRzcGFuCiAgIGNsYXNzPSJjbHMtMTkiCiAgIHg9IjEwODMuNzEiCiAgIHk9IjE0Ni44OSIKICAgaWQ9InRzcGFuMTY5NCI+VDwvdHNwYW4+PHRzcGFuCiAgIHg9IjExMDguOTMwMSIKICAgeT0iMTQ2Ljg5IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBpZD0idHNwYW4xNjk2Ij4gTEFERU48L3RzcGFuPjwvdGV4dD4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnCiAgICAgY2xhc3M9ImNscy0yIgogICAgIGlkPSJnMTE4IgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjIuODEsLTM1LjcwMDAwMSkiPgogICAgPGcKICAgICAgIGlkPSJFYmVuZV8xIgogICAgICAgZGF0YS1uYW1lPSJFYmVuZSAxIj4KICAgICAgPHBhdGgKICAgICAgICAgY2xhc3M9ImNscy00IgogICAgICAgICBkPSJNIDU5LjA4LDEzMS4zMiA0NS4zLDE0NS4xIGEgMS44OSwxLjg5IDAgMCAxIC0xLjM4LDAuNTkgMS44NSwxLjg1IDAgMCAxIC0xLjM4LC0wLjU5IDEuOSwxLjkgMCAwIDEgMCwtMi43NSBMIDU2LjMyLDEyOC41NiA0Mi41NCwxMTQuNzggYSAxLjksMS45IDAgMCAxIDAsLTIuNzUgMS44NSwxLjg1IDAgMCAxIDEuMzgsLTAuNTkgMS44OSwxLjg5IDAgMCAxIDEuMzgsMC41OSBMIDU5LjA4LDEyNS44MSA3Mi44NiwxMTIgYSAxLjg1LDEuODUgMCAwIDEgMS4zOCwtMC41OSAxLjk0LDEuOTQgMCAwIDEgMS4zOCwzLjM0IGwgLTEzLjc5LDEzLjgxIDEzLjc5LDEzLjc5IGEgMiwyIDAgMCAxIC0xLjM4LDMuMzQgMS44NSwxLjg1IDAgMCAxIC0xLjM4LC0wLjU5IHoiCiAgICAgICAgIGlkPSJwYXRoMTEiCiAgICAgICAgIGNsaXAtcGF0aD0idXJsKCNjbGlwUGF0aDE2ODQpIiAvPgogICAgICA8cGF0aAogICAgICAgICBjbGFzcz0iY2xzLTUiCiAgICAgICAgIGQ9Im0gNTg0LjMyLDIwNS4xNSA5LjI3LC01LjU1IDkuMjcsNS42MSAtMi40OCwtMTAuNTEgOC4xNCwtNy4wOCAtMTAuNzQsLTEgLTQuMTksLTkuOTIgLTQuMiw5Ljg2IC0xMC43NCwwLjk1IDguMTUsNy4wOCB6IG0gOS4yNywtMS40MSAtMTEsNi42MSBhIDEuNzYsMS43NiAwIDAgMSAtMS45NCwtMC4wNiAxLjczLDEuNzMgMCAwIDEgLTAuNjIsLTAuNzcgMS43MSwxLjcxIDAgMCAxIC0wLjA5LC0xLjA2IGwgMi44OSwtMTIuNTIgLTkuNjgsLTguNDQgYSAxLjU3LDEuNTcgMCAwIDEgLTAuNTYsLTAuOTIgMi4yNiwyLjI2IDAgMCAxIDAsLTEgMS4zOCwxLjM4IDAgMCAxIDAuNTMsLTAuOCAxLjkzLDEuOTMgMCAwIDEgMSwtMC4zOCBsIDEyLjg4LC0xLjA5IDUsLTExLjgxIGEgMS42OSwxLjY5IDAgMCAxIDAuNzEsLTAuOCAxLjg5LDEuODkgMCAwIDEgMSwtMC4yNiAxLjg2LDEuODYgMCAwIDEgMC45NCwwLjI2IDEuNjQsMS42NCAwIDAgMSAwLjcxLDAuOCBsIDUsMTEuODEgMTIuNjQsMS4xMiBhIDEuOTMsMS45MyAwIDAgMSAxLDAuMzggMS40NCwxLjQ0IDAgMCAxIDAuNTQsMC44IDIuNjMsMi42MyAwIDAgMSAwLDEgMS41OSwxLjU5IDAgMCAxIC0wLjU3LDAuOTIgbCAtOS42OCw4LjQ0IDIuODksMTIuNTIgYSAxLjc5LDEuNzkgMCAwIDEgLTAuMDgsMS4wNiAxLjg4LDEuODggMCAwIDEgLTAuNjIsMC43NyAxLjc0LDEuNzQgMCAwIDEgLTAuOTUsMC4zMiAxLjcxLDEuNzEgMCAwIDEgLTEsLTAuMjYgeiIKICAgICAgICAgaWQ9InBhdGgxMyIKICAgICAgICAgY2xpcC1wYXRoPSJ1cmwoI2NsaXBQYXRoMTY3NikiIC8+CiAgICAgIDxwb2x5Z29uCiAgICAgICAgIGNsYXNzPSJjbHMtNSIKICAgICAgICAgcG9pbnRzPSI1OTQuMDIsMTc1LjAzIDU5Ny45OCwxODUuMzkgNjA5Ljk5LDE4Ny40NSA2MDEuMzYsMTk2LjA4IDYwNC4xNywyMDYuMiA1OTQuMjMsMjAyLjY0IDU4My45MiwyMDYuMzkgNTg1LjQyLDE5NS44OSA1NzcuNzMsMTg3LjA3IDU4Mi4wNCwxODYuMTQgNTg4Ljc5LDE4Ni4xNCAiCiAgICAgICAgIGlkPSJwb2x5Z29uMTUiCiAgICAgICAgIGNsaXAtcGF0aD0idXJsKCNjbGlwUGF0aDE2NjgpIiAvPgogICAgICA8cGF0aAogICAgICAgICBjbGFzcz0iY2xzLTUiCiAgICAgICAgIGQ9Im0gNTMwLjQ0LDIwNS4xNSA5LjI3LC01LjU1IDkuMjcsNS42MSAtMi40OCwtMTAuNTEgOC4xNSwtNy4wOCAtMTAuNzQsLTEgLTQuMiwtOS45MiAtNC4xOSw5Ljg2IC0xMC43NCwwLjk1IDguMTQsNy4wOCB6IG0gOS4yNywtMS40MSAtMTEsNi42MSBhIDEuNzEsMS43MSAwIDAgMSAtMSwwLjI2IDEuNzQsMS43NCAwIDAgMSAtMSwtMC4zMiAxLjg4LDEuODggMCAwIDEgLTAuNjIsLTAuNzcgMS43OSwxLjc5IDAgMCAxIC0wLjA4LC0xLjA2IGwgMi45OSwtMTIuNTIgLTkuNjgsLTguNDQgYSAxLjU5LDEuNTkgMCAwIDEgLTAuNTcsLTAuOTIgMi42MywyLjYzIDAgMCAxIDAsLTEgMS40NCwxLjQ0IDAgMCAxIDAuNTQsLTAuOCAxLjkzLDEuOTMgMCAwIDEgMSwtMC4zOCBsIDEyLjgxLC0xLjEyIDUsLTExLjgxIGEgMS42NCwxLjY0IDAgMCAxIDAuNzEsLTAuOCAxLjg2LDEuODYgMCAwIDEgMC45NCwtMC4yNiAxLjg5LDEuODkgMCAwIDEgMC45NSwwLjI2IDEuNjksMS42OSAwIDAgMSAwLjcxLDAuOCBsIDUsMTEuODEgMTIuODEsMS4xMiBhIDEuOTMsMS45MyAwIDAgMSAxLDAuMzggMS4zOCwxLjM4IDAgMCAxIDAuNTMsMC44IDIuMjYsMi4yNiAwIDAgMSAwLDEgMS41NywxLjU3IDAgMCAxIC0wLjU2LDAuOTIgbCAtOS42OCw4LjQ0IDIuODksMTIuNTIgYSAxLjcxLDEuNzEgMCAwIDEgLTAuMDksMS4wNiAxLjczLDEuNzMgMCAwIDEgLTAuNjIsMC43NyAxLjc2LDEuNzYgMCAwIDEgLTEuOTQsMC4wNiB6IgogICAgICAgICBpZD0icGF0aDE3IgogICAgICAgICBjbGlwLXBhdGg9InVybCgjY2xpcFBhdGgxNjYwKSIgLz4KICAgICAgPHBvbHlnb24KICAgICAgICAgY2xhc3M9ImNscy01IgogICAgICAgICBwb2ludHM9IjU0MC4xNSwxNzUuMDMgNTQ0LjExLDE4NS4zOSA1NTYuMTEsMTg3LjQ1IDU0Ny40OSwxOTYuMDggNTUwLjMsMjA2LjIgNTQwLjM2LDIwMi42NCA1MzAuMDQsMjA2LjM5IDUzMS41NSwxOTUuODkgNTIzLjg2LDE4Ny4wNyA1MjguMTcsMTg2LjE0IDUzNC45MiwxODYuMTQgIgogICAgICAgICBpZD0icG9seWdvbjE5IgogICAgICAgICBjbGlwLXBhdGg9InVybCgjY2xpcFBhdGgxNjUyKSIgLz4KICAgICAgPHBhdGgKICAgICAgICAgY2xhc3M9ImNscy01IgogICAgICAgICBkPSJtIDQ3My41OCwyMDUuMTUgOS4yNywtNS41NSA5LjI3LDUuNjEgLTIuNDgsLTEwLjUxIDguMTUsLTcuMDggLTEwLjc1LC0xIC00LjE5LC05LjkyIC00LjE5LDkuODYgLTEwLjc1LDAuOTUgOC4xNSw3LjA4IHogbSA5LjI3LC0xLjQxIC0xMSw2LjYxIGEgMS43NCwxLjc0IDAgMCAxIC0xLDAuMjYgMS43MSwxLjcxIDAgMCAxIC0wLjk0LC0wLjMyIDEuOCwxLjggMCAwIDEgLTAuNjIsLTAuNzcgMS43MSwxLjcxIDAgMCAxIC0wLjA5LC0xLjA2IGwgMi44OSwtMTIuNTIgLTkuNjgsLTguNDQgYSAxLjYyLDEuNjIgMCAwIDEgLTAuNTYsLTAuOTIgMi4yNiwyLjI2IDAgMCAxIDAsLTEgMS40OCwxLjQ4IDAgMCAxIDAuNTMsLTAuOCAyLDIgMCAwIDEgMSwtMC4zOCBsIDEyLjgyLC0xLjEyIDUsLTExLjgxIGEgMS42MiwxLjYyIDAgMCAxIDAuNywtMC44IDEuODksMS44OSAwIDAgMSAxLC0wLjI2IDEuODYsMS44NiAwIDAgMSAwLjk0LDAuMjYgMS41OSwxLjU5IDAgMCAxIDAuNzEsMC44IGwgNSwxMS44MSAxMi44MSwxLjEyIGEgMiwyIDAgMCAxIDEsMC4zOCAxLjQ4LDEuNDggMCAwIDEgMC41MywwLjggMi4yNiwyLjI2IDAgMCAxIDAsMSAxLjYyLDEuNjIgMCAwIDEgLTAuNTYsMC45MiBsIC05LjY4LDguNDQgMi44OSwxMi41MiBhIDEuNzEsMS43MSAwIDAgMSAtMC4wOSwxLjA2IDEuOCwxLjggMCAwIDEgLTAuNjIsMC43NyAxLjc4LDEuNzggMCAwIDEgLTEuOTUsMC4wNiB6IgogICAgICAgICBpZD0icGF0aDIxIgogICAgICAgICBjbGlwLXBhdGg9InVybCgjY2xpcFBhdGgxNjQ0KSIgLz4KICAgICAgPHBvbHlnb24KICAgICAgICAgY2xhc3M9ImNscy01IgogICAgICAgICBwb2ludHM9IjQ4My4yOSwxNzUuMDMgNDg3LjI1LDE4NS4zOSA0OTkuMjUsMTg3LjQ1IDQ5MC42MiwxOTYuMDggNDkzLjQ0LDIwNi4yIDQ4My41LDIwMi42NCA0NzMuMTgsMjA2LjM5IDQ3NC42OCwxOTUuODkgNDY2Ljk5LDE4Ny4wNyA0NzEuMzEsMTg2LjE0IDQ3OC4wNiwxODYuMTQgIgogICAgICAgICBpZD0icG9seWdvbjIzIgogICAgICAgICBjbGlwLXBhdGg9InVybCgjY2xpcFBhdGgxNjM2KSIgLz4KICAgICAgPHBhdGgKICAgICAgICAgY2xhc3M9ImNscy01IgogICAgICAgICBkPSJtIDQxNy4wNSwyMDUuMTUgOS4yNywtNS41NSA5LjI3LDUuNjEgLTIuNDgsLTEwLjUxIDguMTUsLTcuMDggLTEwLjc1LC0xIC00LjE5LC05LjkyIC00LjE5LDkuODYgLTEwLjc1LDAuOTUgOC4xNSw3LjA4IHogbSA5LjI3LC0xLjQxIC0xMSw2LjYxIGEgMS43NCwxLjc0IDAgMCAxIC0xLDAuMjYgMS43MSwxLjcxIDAgMCAxIC0wLjk0LC0wLjMyIDEuOCwxLjggMCAwIDEgLTAuNjIsLTAuNzcgMS43MSwxLjcxIDAgMCAxIC0wLjA5LC0xLjA2IGwgMi44OSwtMTIuNTIgLTkuNjgsLTguNDQgYSAxLjU3LDEuNTcgMCAwIDEgLTAuNTYsLTAuOTIgMi4yNiwyLjI2IDAgMCAxIDAsLTEgMS40MiwxLjQyIDAgMCAxIDAuNTMsLTAuOCAxLjkzLDEuOTMgMCAwIDEgMSwtMC4zOCBsIDEyLjgxLC0xLjEyIDUsLTExLjgxIGEgMS42OSwxLjY5IDAgMCAxIDAuNzEsLTAuOCAxLjg5LDEuODkgMCAwIDEgMC45NSwtMC4yNiAxLjg2LDEuODYgMCAwIDEgMC45NCwwLjI2IDEuNjQsMS42NCAwIDAgMSAwLjcxLDAuOCBsIDUsMTEuODEgMTIuODEsMS4xMiBhIDIsMiAwIDAgMSAxLDAuMzggMS40OCwxLjQ4IDAgMCAxIDAuNTMsMC44IDIuMjYsMi4yNiAwIDAgMSAwLDEgMS42MiwxLjYyIDAgMCAxIC0wLjU2LDAuOTIgbCAtOS42OSw4LjQ0IDIuOSwxMi41MiBhIDEuNzEsMS43MSAwIDAgMSAtMC4wOSwxLjA2IDEuODgsMS44OCAwIDAgMSAtMC42MiwwLjc3IDEuNzQsMS43NCAwIDAgMSAtMC45NSwwLjMyIDEuNzEsMS43MSAwIDAgMSAtMSwtMC4yNiB6IgogICAgICAgICBpZD0icGF0aDI1IgogICAgICAgICBjbGlwLXBhdGg9InVybCgjY2xpcFBhdGgxNjI4KSIgLz4KICAgICAgPHBvbHlnb24KICAgICAgICAgY2xhc3M9ImNscy01IgogICAgICAgICBwb2ludHM9IjQyNi43NSwxNzUuMDMgNDMwLjcxLDE4NS4zOSA0NDIuNzIsMTg3LjQ1IDQzNC4wOSwxOTYuMDggNDM2LjksMjA2LjIgNDI2Ljk2LDIwMi42NCA0MTYuNjUsMjA2LjM5IDQxOC4xNSwxOTUuODkgNDEwLjQ2LDE4Ny4wNyA0MTQuNzcsMTg2LjE0IDQyMS41MiwxODYuMTQgIgogICAgICAgICBpZD0icG9seWdvbjI3IgogICAgICAgICBjbGlwLXBhdGg9InVybCgjY2xpcFBhdGgxNjIwKSIgLz4KICAgICAgPHBhdGgKICAgICAgICAgY2xhc3M9ImNscy01IgogICAgICAgICBkPSJtIDM2My41MSwyMDUuMTUgOS4yNywtNS41NSA5LjI3LDUuNjEgLTIuNDgsLTEwLjUxIDguMTUsLTcuMDggLTEwLjc1LC0xIC00LjE5LC05LjkyIC00LjE5LDkuODYgLTEwLjc1LDAuOTUgOC4xNSw3LjA4IHogbSA5LjI3LC0xLjQxIC0xMSw2LjYxIGEgMS43NCwxLjc0IDAgMCAxIC0xLDAuMjYgMS43MSwxLjcxIDAgMCAxIC0wLjk0LC0wLjMyIDEuOCwxLjggMCAwIDEgLTAuNjIsLTAuNzcgMS43MSwxLjcxIDAgMCAxIC0wLjA5LC0xLjA2IGwgMi44NywtMTIuNTIgLTkuNjgsLTguNDQgYSAxLjU3LDEuNTcgMCAwIDEgLTAuNTYsLTAuOTIgMi4yNiwyLjI2IDAgMCAxIDAsLTEgMS40MiwxLjQyIDAgMCAxIDAuNTMsLTAuOCAyLDIgMCAwIDEgMSwtMC4zOCBsIDEyLjgyLC0xLjEyIDUsLTExLjgxIGEgMS42MiwxLjYyIDAgMCAxIDAuNywtMC44IDEuODksMS44OSAwIDAgMSAwLjk1LC0wLjI2IDEuODYsMS44NiAwIDAgMSAwLjk0LDAuMjYgMS42NCwxLjY0IDAgMCAxIDAuNzEsMC44IGwgNSwxMS44MSAxMi44MSwxLjEyIGEgMiwyIDAgMCAxIDEsMC4zOCAxLjQ4LDEuNDggMCAwIDEgMC41MywwLjggMi4yNiwyLjI2IDAgMCAxIDAsMSAxLjYyLDEuNjIgMCAwIDEgLTAuNTYsMC45MiBsIC05LjY5LDguNDQgMi45LDEyLjUyIGEgMS43MSwxLjcxIDAgMCAxIC0wLjA5LDEuMDYgMS44OCwxLjg4IDAgMCAxIC0wLjYyLDAuNzcgMS43OCwxLjc4IDAgMCAxIC0xLjk1LDAuMDYgeiIKICAgICAgICAgaWQ9InBhdGgyOSIKICAgICAgICAgY2xpcC1wYXRoPSJ1cmwoI2NsaXBQYXRoMTYxMikiIC8+CiAgICAgIDxwb2x5Z29uCiAgICAgICAgIGNsYXNzPSJjbHMtNSIKICAgICAgICAgcG9pbnRzPSIzNzMuMjEsMTc1LjAzIDM3Ny4xOCwxODUuMzkgMzg5LjE4LDE4Ny40NSAzODAuNTUsMTk2LjA4IDM4My4zNiwyMDYuMiAzNzMuNDIsMjAyLjY0IDM2My4xMSwyMDYuMzkgMzY0LjYxLDE5NS44OSAzNTYuOTIsMTg3LjA3IDM2MS4yMywxODYuMTQgMzY3Ljk5LDE4Ni4xNCAiCiAgICAgICAgIGlkPSJwb2x5Z29uMzEiCiAgICAgICAgIGNsaXAtcGF0aD0idXJsKCNjbGlwUGF0aDE2MDQpIiAvPgogICAgICA8aW1hZ2UKICAgICAgICAgY2xhc3M9ImNscy02IgogICAgICAgICB3aWR0aD0iMTEzMyIKICAgICAgICAgaGVpZ2h0PSIxMTE3IgogICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjI0LDAsMCwwLjI0LDgzLC00LjEyKSIKICAgICAgICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUJHMEFBQVJkQ0FZQUFBRHJGTDlxQUFBQUNYQklXWE1BQUM0akFBQXVJd0Y0cFQ5MkFBQWdBRWxFUVZSNFh1eTg2NUl6dVk2elMwOTg5My9KdS9hUE5acFdhL0VBVWxRZWJEd1JEa2tBcUV5N1hHNkw4VlovL3Y3K2hCQkNDQ0dFRUVJSUlZUThpLytKQW9RUVFnZ2hoQkJDQ0NIa2V0aTBJWVFRUWdnaGhCQkNDSGtnYk5vUVFnZ2hoQkJDQ0NHRVBCQTJiUWdoaEJCQ0NDR0VFRUllQ0pzMmhCQkNDQ0dFRUVJSUlRK0VUUnRDQ0NHRUVFSUlJWVNRQjhLbURTR0VFRUlJSVlRUVFzZ0RZZE9HRUVJSUlZUVFRZ2doNUlHd2FVTUlJWVFRUWdnaGhCRHlRTmkwSVlRUVFnZ2hoQkJDQ0hrZ2JOb1FRZ2doaEJCQ0NDR0VQQkEyYlFnaGhCQkNDQ0dFRUVJZUNKczJoQkJDQ0NHRUVFSUlJUStFVFJ0Q0NDR0VFRUlJSVlTUUI4S21EU0dFRUVJSUlZUVFRc2dEWWRPR0VFSUlJWVFRUWdnaDVJR3dhVU1JSVlRUVFnZ2hoQkR5UVA1ZkZDQ0VFRUlRUHAvUEo4b1FRc2l2OFBmMzl4ZGxDQ0dFa0lnUC8zdENDQ0hmQVpzbWhCQkNSTmd3SW9TUWI0Sk5HMElJdVJrMld3Z2hoRHdWTm9BSUllUmUyTFFoaEpCRzJJQWhoQkR5NjdEUlF3Z2hmYkJwUXdnaEFXekVFRUlJSVdkZ2c0Y1FRbnpZdENHRS9EUnN5QkJDQ0NIUGhvMGRRc2d2dzZZTkllU3JZVk9HRUVJSStXN1kxQ0dFZkROczJoQkNYZzhiTTRRUVFnalJZRU9IRVBKMjJMUWhoTHdDTm1ZSUlZUVEwZ2tiT29TUU44Q21EU0hrVWJBNVF3Z2hoSkE3WVRPSEVQSWsyTFFoaE53Q216T0VFRUlJZVF0czVCQkM3b0pORzBMSWNkaWdJWVFRUXNpM3dVWU9JZVFLMkxRaGhMVENCZzBoaEJCQ2ZoVTJjZ2doM2JCcFF3alpnazBhUWdnaGhCQWJObklJSVR1d2FVTUlnV0dEaGhCQ0NDRmtEelp4Q0NFWjJMUWhoSml3U1VNSUlZUVFjaDQyY2dnaEZtemFFRUwrRHpacHlJM3d2VWNJZVNMOG9reHVnVTBjUXNpQVRSdENmaGcyYVg0Uy9zd0pJZVQ5OEF2OEQ4RUdEaUcvRFpzMmhQd1liTlM4RHY2OENDR0VuSVNIZ1pmQkpnNGh2d1diTm9SOE9XelNQQXIrTEFnaGhId0xQRVE4QkRaeENQbHUyTFFoNUF0aG8rWlMrRm9UUWdnaFBqeHdYQVFiT0lSOEgyemFFUElGc0VsekJMNm1oQkJDeUhYd1VOSU1HemlFZkFkczJoRHlVdGlvMllhdkh5R0VFUEllZUdqWmhFMGNRdDRKbXphRXZBZzJhdEx3OVNLRUVFSytIeDVva3JDQlE4aDdZTk9Ha0lmRFJnMEVYeU5DQ0NHRWFQQ3dFOEFHRGlIUGhrMGJRaDRJR3pVbWZGMStBLzZjQ1NGM3dTL0d2d04vMWdwczRCRHlQTmkwSWVRaHNGSHpML2hhbklldk1TR0V2QTkrY1Q4TFg5OEpObkFJZVFaczJoQnlJMnpVaUFpYkJ5aDhuUWdoaEhUQ1F3RE96NzlXYk9BUWNoOXMyaEJ5TVQvZXFQbmw1ejdEMTRFUVFzaGI0ZUhoaDE4RE5tOEl1UjQyYlFpNWlCOXQxdnpTYy82bDUwb0lJWVFnL05KQjQ1ZWVxNGl3Z1VQSVZiQnBROGhCZnF4Ujg4M1A5WnVmR3lHRUVISW4zM29ZK2RibnBjSUdEaUhuWU5PR2tHWitxRkh6VGMvem01NExJWVFROGsxOHkySGxXNTZIQzVzM2hQVERwZzBoVGZ4QXMrYnR6Ky90OS84aytGb1NRa2dkZnZudTQ4MnY1WnZ2SFlJTkhFSjZZTk9Ha0EzWXFIa2NiN3ZmRS9BMUlJUVF3aS80NzNzTjNuYS9NR3plRUxJSG16YUVGUGppWnMxYm50ZGI3clBDTno4M1FnZ2g3K0JiRHdodmVsNXZ1bGNZTm5BSXljT21EU0VnYk5UY3h0UHZMK0x0OTA4SUlZUkV2UDFBOGZUN2YvcjlwV0h6aGhBY05tMElDZmpDWnMyVG44K1Q3MjNsVGZkS0NDR0VQSUUzSFR5ZWVxOVB2YTh5Yk9BUTRzT21EU0VHWDlhc2VlSnplZUk5elR6OS9wNEtYemRDQ1BuQ2cvVkZQUDExZStMOVBmR2VTckI1UTRnT216YUVMSHhScytacHo0UDNjdysvOGp3SkllU1grWVV2OUU5OGprKzdwNmZkVHdrMmJ3ajVOMnphRVBLL2ZFbXo1aW5QNFNuM0lmS3NlOG55NW5zbmhCRHlMdDU4S0hqS3ZUL2xQa1NlZFM4bDJMd2g1RCt3YVVOK0dqWnEydUE5eER6OS9nZ2hoSkFNYnpoRTNIMlBkMTkvOEpUN0tNSG1EZmwxMkxRaFA4a1hOR3Z1dnY4N3IzL250VFdlZGovZkJsOWZRc2hwK0dYNExFOThmZSs2cDd1dU8vT0VleWpCNWczNVZkaTBJVC9GeTVzMWQ5LzdIZGUvNDVvclQ3aUhVM3p6Y3lPRWtHL2kyNyt3UCtINTNYRVBkMXh6NXU3cmwyRHpodndhYk5xUW4rR2xEWnM3Ny9ucWExOTl2Y0ZkMTYzeXR2c2xoQkR5UE41MEFManpYcSsrOXRYWG03bnoyaVhZdkNHL0FwczI1T3Q1WWJQbXp2dTk4dHBYWGt2ayt1c2hQUEdlQ0NHRUVJMG5IaHF1dnFjcnIzZmx0V2J1dW00Wk5tL0l0OE9tRGZsYTJLeUJ1T3FhVjExSDVOcHJhZHg5L2FmQjE0TVE4dTN3eS9SL2MvZHJjdVgxcjdqV0ZkZlF1T3U2SmRpOElkOEttemJrNjNoWnMrYU9lNzNpbXQ5eWpaVTdydG5GbSsrZEVFS0l6bHUveU45MTMxZGM5L1ExVHU5dmNkZDEwN0I1UTc0Tk5tM0kxOEJtamN2cDY3MTkvNWtycjRYeXhIc2loQkR5SFR6eE1IRGxQWjIrMXNuOVQrNXRjY2MxUzdCNVE3NEZObTNJNjNsUnMrYnEreng1dmJmdVBiamlHaFozWHZ1YjRPdElDTW5DTDcwOTNQMDZYbkg5VTljNHRhL0kyYjB0N3JobUNqWnV5RGZBcGcxNU5TOXAyRng1anlldmRXcnZ0KzFyY2ZYMXVubjcvUk5DeURmeTVpL3FWOS83eWV1ZDJ2dHQrMXBjZmIwMGJONlFOOE9tRFhrbEwyaldYSGwvcDY1MVl0OFRlNHFjMjNmbWltdGtlTnI5RUVJSWVUNVArK0oveGYyY3VNWmI5aFE1dDYvRjFkZEx3ZVlOZVNOczJwQlh3V2JOLzNIcU90MzdkdThuY21aUGtYUDdSdHgxM1crQXJ4MGhKQU8vOU5hNDYzVTdlZDBUZTNmdjJiMmZ5Sms5TGE2OFZnbzJic2piWU5PR3ZJYUhOMnl1dXJjVDErbmNzM012a2Y3OVJNN3NxWEhWZGJwNDIvMFNRc2d2OExZdjZsZmQ3NG5yZE83WnVaZEkvMzRpWi9iVXVPbzZhZGk4SVcrQlRSdnllQjdjckxucXZrNWNwM1BQcnIyNjlobDA3emR6Y20rVUo5d0RJWVNROS9DVUwvMG43Nk43NzY3OXV2WVI2ZDFyY0dMUGxTdXVVWUxORy9KMDJMUWhqK1hIbXpVbnJ0RzE1N2Z1TTNOaVQ0K3JyM2Nudi9SY0NTSGZ5YTk5ZWI3eStaNjZWdGUrMzdyUG9Icy9pNnV1QThQR0RYa3liTnFRUi9MUWhzMFY5OVI5amE3OU92WjV5aDZEenIwMFR1OWY1YW4zUlFnaEJPZXBYK0JQM2xmMzNoMzdQV1VQa2I1OUJ0MzdhVnh4alJSczNwQW53cVlOZVJRLzJxenAzcjlqdnlmc3NWcy82TnBuNXNTZUNIZGRsNXlIUDF2eVJQZ2w4YnU1NCtkNzRwcGRlM2Jzczd2SGJ2MmdhNTlCOTM0cnAvZFB3Y1lOZVJwczJwREg4TUNHemVuNzZkeS9ZNi9kUGU2dUYrblpZOUM1bDhicC9idDUyLzBTUXNnYmVOc1g4ZFAzMjdsL3gxNjdlOXhkTDlLeng2QnpMNDNUKzZkZzg0WThCVFp0eU8zOFdMT21jKytPdlhiMjJLa1YyYXZmcVozcDJtZm14SjRvZDE2YkVFTEljN2o3Qy82SjYzZnN1YnZIVHYxT3Jjajk5VE9kZTJtYzNoK0dqUnZ5Qk5pMEliZnlzSWJOeVh2cDNIdDNyNTM2YW0yMWJuQjMvVXpuWGhaWFhPTTAzL0FjQ0NFa3l6ZDhzYjdpT1hSZVkzZXZuZm8zMW9yczE4OTA3alZ6YXQ4U2JONlFPMkhUaHR3Q216VnBkdmZacWEvV1hsMG5zbGM3Nk5oajVjU2VXWjV3RDRRUVFucTUrNHY4aWV0MzdibXpUN1gyNmpxUnZWcVIvZnBCMXo0cnAvWk53OFlOdVFzMmJjamwvRUREcG12UDNYMnE5ZDllTjlpdEgzVHRZM0Y2L3p2NTV1ZEdDUGt1dnZrTDh4WFByZXNhdS90VTY2K3NxOVFNN3FxZDZkcG41ZFMrYWRpOElWZkRwZzI1RERacllIYjJxZFpXNmlvMUlyVzZTczNncmxxTEUzdG11UHY2aEJCQzluakNsL2Z1ZTlqZGI2ZStVdnZrbXNGZHRZT09QVFJPN1p1Q2pSdHlKV3pha0V0NFVNUG14SDEwN0xtelI3VzJVdmR0TlNMMXVwV3VmU3hPNzM4bjMvemNDQ0h2NTF1L0xGL3h2THF1VWQyblV2ZlVtbXgrVUswVDJhdWQ2ZHBuNXNTZWFkaThJVmZBcGcwNUNwczFJVHQ3VkdxdnFEbWRGN211WnJCVGEzRmlUNVE3cjAwSUlhVE8zVi9jdTYrL3UxK2xQbHVUell2a2EwN25COVU2a2IzYVFjY2VNOTM3bFdEamhweUdUUnR5akM5dTJIVHNWOTJqVW5lNkpwTVZlVjUrVUsxYjZkckg0dlQrVi9OdHo0Y1E4cDE4MnhmbTA4K25hLy9xUHRtNlRENlRGWGxlZm5CMTNVekhIalBkKzVWZzg0YWNnazBiMGc2Yk5TWTc5ZG5hYkY0a1YvT0VyRWcrTDFLckdlelVhblR2aDNMWGRRa2hoT3h4NXhmM3ptdnY3bFdwejlhZ2VUUTN5T1F6V1pGOFhxUldJMUt2bStuWVk2Wjd2elJzM0pBVHNHbERXbmxJdzZiN0huYjNxOVpYNnJJMW1meUpMSm9UeVdWRjh2bEJ0VzZtWXcrTGszdGZ4VGM4QjBMSWIvSXRYNXhQUG8rT3ZhdDdaT3N5ZVRTTDVrVE9aVVh5ZVpGYWpVaTlUbVN2VnFON3Z4SnMzcEJPMkxRaGJYeGh3MlozcjJwOXR1NWtIczNlbFJ1Y3pzL3MxSzUwN29WeXh6VUpJWVQwY3NjWCtLNXI3dXhUcWMzV29QbTdjaUs1ck1qNS9LQmFKN0pYcTlHOVh4bzJia2dYYk5xUWJiNndXU095dDErbE5sdHpNbzlta1J5U0VjRnpJcm1zU0Q0dlVxdVoyYTNYT0xIbkNkNXluNFFRY29xM2ZMaytkWis3KzFicXN6V1pQSnBGY2toR0JNK0puTXVLNVBPRGFwM0lYcTFHOTM1cDJMd2h1N0JwUTdiNHdvYk56bDZWMm14Tkp0K2Q3Y3FJOU9kRWNsbVJmSDVRclZ2cDJnZmw2dXNSUWdnNXo5VmY1RHV1VjkyalVwZXBRYk9kdWE3TTRGUldKSjhYcWRVTWRtcFhPdmNxd2NZTjJZRk5HMUtDelpwL1Vhbk4xTnladlRJajBwOGJuTTdQN05ScWRPKzN3NVB1aFJCQzNzNVR2b1NmdUkrZFBiTzFwL0tkdVNzekF6U0w1Z2JadkVpdFpyQlR1OUs1VnhvMmJrZ1ZObTFJbWk5cjJPenNrNjA5bVVlelNDN0tSTDRJbGhIQmNraG1rTW1LNVBNaXRacVozWHFFSzY1eEZkLzBYQWdoeitUYnZneGY4WHgycjFHcHo5YWcrVHR5VVNieVJiQ01DSjRUT1pjZFZHcEU2blVhblh1VllQT0daR0hUaHFSNFFNT204L3JWdmJKMXAvS2R1U2dUK1NMWFprVHduRWd1SzVMUEQ2cDFHcDE3SVZ4OVBVSUlJVEZYZmxIdnZsWjF2MnhkSm85bWtkeFZtY2dYd1RJaS9UbVJYSFpRcVJHcDEybDA3cFdHalJ1U2dVMGJBdkdBWm8xSTM2R3l1aysyTHBOSHM1MjVLTFByaTF5YkVjRnpJcm5zb0ZJejJLbTFPTEhuRGsrN0gwSUl1Wk1uZmNrK2RTODcrMlpyTTNrMDI1bnJ5T3o2SW4yWndhbXNTRDQvcU5hdGRPMVRnbzBiZ3NLbURRbDVRTU9tNi9yVmZiSjFtVHlhUlhJZG1WMWZKTTVFdmtoZlpuQXFPNmpVckhUc1lYRnk3eWZ4SzgrVEVJTHhLMTl5VHozUHJuMHIrMlJxMEd4bkxzcEV2a2ljT2UwUHVuTWk1N0l6MVRxTnpyM1NzSGxESXRpMElTNXMyS1RxVG1TUlhKUjV1aTl5YlVZRXp3MnkrWm1kMnBtdWZSQ3V2QlloaEpCL2MrV1g4NjVyN2V5VHFVV3puYmtvRS9raWNXYkhqMnBGK2pJaWVFN2tYSGFtV3JmU3RVOEpObTZJQjVzMnhPVG1oazNYdGF2N1pPcTZzMWRrb3Zxbit5SllScVEvTjFPcEdlelVyblR1dGNOVDdvTVFRcDdBVTc1a2Q5N0h6bDZWV3JRR3lWMlZ1ZFBmcVIwZ0daSCszQ0NiSDFUclZycjJTY1BHRGJGZzA0YjhGemMzYTBUNkRuNlZmVEkxYUxZekYyWHVhdFRzMUNLK1NKeUovQUdhRThsbFo2cDFJbnUxRmlmMnZKSzMzejhoNUxtOC9ZdndxZnZmMmJkYW02bERzbGRrb3ZxVC9rNHQ0b3YwWlVUdzNDQ2JGNm5WYUhUdGs0YU5HNkxCcGczNUZ6YzNiTHF1WGRrblc0UGtrWXhJbkl0OGtYcERKZHI3aWJXREt6TXoyZnlnV2pmWXJZODR2VDhoaEpBY1YzeEozNzFHcGY1VVRVZm1UdjlVN2M2K2c2Nk1DSjRUeVdWbnFuVXJYZnVrWWZPR3pMQnBRLzRQTm13ZzBDeVNpekk3ZnRXTC9Lb1grVHUxaUMrQ1pRYVpyRWcrTDFLcjBlamFKOE1kMXlTRWtHL2hqaS9mSGRlczdwR3R5K1NqYk9TTHhKbHFRK1JwKzBaMUluRW04a1d3akFpZUU4bGxCNVVhamE1OTByQnhRd1pzMmhBUnViVmgwM1hkeWo2WkdqUWI1U0pmSk01VW14OXY4YTd3UmJETVRDYWZ5YzVVNnpRNjkrcmdhZmREQ0NHN1BPMUxkT2Y5VlBmSzFwM0lSNWtkLzFUdGs3d09Yd1RMaU9BNWtWeDJVS25SNk5vbkJSczNSSVJOR3lKczJBUjA1U0pmcE43aytHV3Z3NTlCczJodWtNM1A3TlJhbk5qekRyN2xlUkJDcnVGYnZ2U2VlQjQ3ZTJacTc4Z2krMVRyci9TaTUxR3BxKzZKK2lKOW1VRW1PNmpVYUhUdGs0S05HOEttelEvRFprMElrbzB5Si8xdTc2cWFIUy95bzFvUkxETkFzMmh1a00ydjdOWjduTnliRUVJSXhza3Y2THQ3Wit2UlBKb1R3YklubWhVbjZpcGVwZWFVaC9naWZabEJKanVvMUt4MDdKR0dqWnZmaGsyYkgrVUhHemFaUEpMZHpVVDFsZG9uMTNoZXBTYnlFSCtBNUpETUlKTWRWR3BtZHV0UnJyb09JWVI4TzFkK0FkKzlWcVUrVTROa2tZekl1Y1pEWi9Qa3lUVTdIdUtMOUdWRThOeE1wVWFqYTU4VWJONzhKbXphL0NBdmI5aFU5a0Jya054dUpxcS9xckZ4V3ZlOFNzMk9ONGd5a1Q5QWN5SzU3S0JTbzlHMVQ0WTdya2tJSVUvbGppL1pYZGVzN0pPcFFiS25NMUZ0cFM1Yjg5UzlkcndPWHdUTERETFpRYVZtcFdPUE5HemMvQjVzMnZ3WU56VnN1cTZaM1NlVFI3SlJacWVwME5uZ3VFdjN2S3p1ZWRYWEV2VkYraktEVEhhbVdxZlJ1ZGNPVDdrUFFnaXA4cVF2ejEzM1V0MG5XNGZrT3pMVmhrUEZ1MHYzdkt6dWVaV2FMbDhFeTRqZ3VabEt6VXJISG1uWXVQa3QyTFQ1SVY3Y3NLbnNnZFlndVNoVGFUeFV2YzZhako3SmVsNDI3K2s3SHVLTDlHVm1zdmxCdGM2aWU3OVR2T1UrQ1NIdjVpMWZpRHZ2YzJldlRDMmFSWEluR2dpVlBiOVY5N3hLVFpjdmdtVkU4TnhNcFdhbFk0OFViTno4RG16YS9BZy8xTERKNUtQc0tiL1NhTGhEejJUdjFIYzh4QmZweTh4azh6TTd0UlluOXJ5YmIzeE9oQkNkYi8xQ2UrSjU3ZXlacVVXelNLN2FNS2g0WFRXWjdHbTk2emw1K282SCtDSllSZ1RQelZScVZqcjJTTUhHelcvQXBzMFBjRVBEcHVONmxUM1FHaVFYWmFwTmdteEQ0cVIrS212cG1heW5lMTZsQnZWRitqSXoyZnpNVG0zRXliMS9FYjZlNUJ2aGw4aCtUcjZtTzN0bmF0RXNrcXMyQVNyZVNUMlR0ZlJNOWs1OXgwTjhFU3dqZ3VjRzJieEd4eDRwMkxqNWZ0aTArV0p1YU5hSTlCeE1zbnVnZVNRWFphcE5nV3lUSWFObnNwYU9hcGFleVZwNkpodDVsUnJVRituTHpHVHpNenUxS0ZkY2d4QkNmbzBydm9qdlhDTlRpMmFSWFBYUVgvRk82cWlXMVU5bE8vVWRyOE1mb0xtWlNzMUt4eDR3Yk54OE4yemFmQ2t2YmRoVTZ0RWFKRmM5NkZlOERuMDNlM2U5cFdleWtWZXA2ZklIYUc2UXpjL3MxS0pjY1ExQ0NQbG1ydnJ5dlhPZGJDMlMzODFFOWRtbXdrbDlSN04wVk12cW1XeW5qdmhSclFpV0VjRnpnMnhlbzJNUEdEWnV2aGMyYmI2UUgybllvSGtrRjJVcUIvK1RPcXBaK2hXYXBhTmFwKzU1T3o5N3hCK2d1VUUydjdKYmozREZOUWdoNUp1NDZrdjM3bld5OVVoK04xUHhzalhaZmRBOWRqUkwzOUVzUFpQdDFDT3Z3eCtndVpsS3pjeHVmUW8yYnI0VE5tMitqQnNhTmgzWHkrNkI1cVBjanA5dEFuVG9xS2JwVjlTaSsyVzByTjc1TSt2eUIyaHVrTTJ2N05halhIVWRRZ2g1TTFkOTRkNjlUcllleWU5bUtsNkh2cHQ5a21icHFIYUZ2dU1Oa0l3SW5odGs4eXU3OVduWXZQa3UyTFQ1SWw3WXNLblVJelc3bVlwM1VuK0tobVIyTlV2dnlIcGU5SjdaOVFkb2JwRE5yK3pXbzF4MUhVSUllU05YZmRuZXZVNjJIc252WmlwZWg0NXFtbzdXbnRiUSs4MW9XYjN6NTlmbEQ5RGNJSnZYNk5nRGhvMmI3NEZObXkvaEJ4bzJhRDdLN2ZpWkEzOG1hK21kR3BKQk5TUnpsV2JwWFQvSFRuK0E1Z2JaL01wdVBjcFYxeUdFa0RkeDFSZnQzZXRrNjVIOGJxYmlkZWlkR3BKQk5TUnpsWmJWTTlsZGI0QmtSUERjSUp0ZjJhMVB3Y2JOZDhDbXpSZkFoczMvRWVVcUIzblB5elFMTW5wVlF6S2ExcFhSTkNTenExbDYxOCswMHgrZ3VVRTJ2N0piajNERk5RZ2g1RzFjOFVWNzl4clplaVMvbTZsNEhYcW5GcTFSRGNsb0dwTFoxU3c5azYzb1hmNEF6UTJ5K1pYZCtoUnMzTHdmTm0xZXpwYzNiTkJzbEt2NkhmcHVGdEcrTlpQUkxOMzcyV2YyNmZRSGFFNGtsOVhZclVlNDRocUVFUEkycnZpaXZYT05iQzJTMzgxVXZBNGQwWkNNcGtWclZJdldxSVprTXBxbGQyUjN2RUZYWmlhYlg5bXRUOEhHemJ0aDArYkZ2S3hoazYxRjgxR3VjbWozUExReGNLSSthbnhVYXBETVZUVzdtcVYzL1p3N2ZSRXNNOGhrTlhickVhNjRCaUdFdkkwcnZtanZYQ05iaStTalRQVUFubWtBWkhWRVF6S2FsbDBqbVVwTk5iT3JXWG9tNitsZC9nRE5EYkw1bVozYU5HemN2QmMyYlY3S3hRMmIzV3RsNjVGOGxLbjZHWDAzaTJpbk10RWF5V1RYMVV4R3MzVHYvWkRaQi9FUVh3VExEREpaamQzNmlOUDdFMExJbXpuOVpYdG4vMnd0a3ZjeVVYMzJ3TjZoSTlxcFRMUkdNdEVheVNBMXU1cWxvOXF1TitqS3pHVHpNenUxS2RpMGVTOXMycnlRTDI3WW9Oa29WejFzWnc3N2FMYXFWVElkTmFmWDFVeEdzL1JNTnZKMjNvTURKRFBJWkZkMmFoRk83MDhJSWQvQTZTL2MxZjJ6ZFVpK2VxaXVlSmtEUDVxdE5EUXFtYXZYU0FhcE9hRlplaWJiNll0Z21abHNmbVczSG9LTm0zZkNwczNMK1BHR3pXNG1ld0JIRC82ZFdpWHp0blUxczZ0ZG9hTytDSllaWkxJejFUcUVrM3NUUXNpM2N2S0xkMlh2YkEyUzl6SVZMNlB2Wml0TmpFcG1Ya2ZaS0xOYmo2eFJyZnYxdDdSZEQvRUhhRTRrbDlYWXJZZGc0K1o5c0duek1pNXMydXhjSjF1TDVLT001MmM5VkxQMFNrT2lrcmx5bmNraTYycm1oTmFwbzc0SWxobGtzb05LRGNLcGZZa05YM055RW40UnZJZFRyM3RsMzB3TmtxMGVwRE1IZmt2djFFNWw1blVtKzRRMXFpRVpUMGMxVCsveVJiRE1JSlBWMksySFlPUG1YYkJwOHlLK3NHR0RacU9jNTJjTzNidlpyaWJFeVhVbXU2NHpXV1I5TXBQUk9uWFVGOEV5SW5odXBsSVRjV0xQSi9DdHo0dVFiK05idjdDZWVGNlZQZEVhSk9kbEtoNTZnRWZya2RwVG1YbWR5VWJyVExaalhjMmMwSFk5eEJmQk1qUFovTXhPTFF3Yk4rK0JUWnVYOEtNTm15amorVm52dEZiSjdLeWZrRVhXU0FhcDBUUWswNjEzK1FNME4xT3BzZWpjNnhSdnVFZEN5TDI4NGN0dTl6MVc5a05xZGpNVkR6MjhWN1ZLWnJmbUNkbU9kVFZ6UXZQMHlFUDhBWm9UeVdWWGRtcGgyTGg1QjJ6YXZBQTJiTkorNXFDTmFwWWVOUW82YWpMckU5NjZ6bVE3MWljejNYcVhMNEpsVmlvMUdsMzc3UENFZXlDRS9CNVArR0xjZFErVmZaQ2FLRk05T0djTzRsV3Rrb25XU0daZTM1SE43Tk94cm1aMnRWMFA4VVd3ekNDVFhkbXBoV0hqNXZtd2FmTncyTEJKKzVsRGRxZFd5ZXlzci9iV2RTWjdZbzFra0pwdVBmSVFYd1RMekdUekdoMTdaTGo2ZW9RUTBzSFZYNXgzcjFlcFIycWlqT1ZYRHRQb2dSM1JvaldTMlZsM1pVOTRKOWJWeks3bTZaR0grQ0pZWnBESnJ1elV3ckJ4ODJ6WXRIa3dMMmpZWk91UWZQVXduRGxjbjlaT3JqczhOQmV0TTlsMW5jbWltV2h0YVozNmpqZEFNalBaL014T0xjTHAvUWtoNUNtYy9rSzl1MysySHNsWEQ4WFpRelo2VUVlME85ZGQyYXU5YU4zeHVwL1FUbm9ESkRQSVpGZDJhbUhZdUhrdWJObzhsQzlyMkNEWktGTTVDS09IOXFvV3JWY3R5bnRyMU92T1JldXFkOGZhMGl3OWs5MzFCa2hta01uT1ZPc2lUdTFMQ0NGdjVzUVg3WjA5TTdWSXRuTG83ZENyMnNsMVY3YkRRM01aYjExSFdTU0QxT3hxbmg1NUhmNU1KcnV5VXd2RHhzMHpZZFBtZ2JCaEEvdlpBM0wxVUYrcDg5WmQyZDBjV3RQbHJldE10bU50YVphZXlYcDY1QTJRakFpZVc2bldhWFR1ZFRWdnZuZEN5SDk0KzVmWHp2dXY3b1hXSWJuS2dUaWpkMm83NjY3c2FhODdsL0VxNjJvbW8zbDY1Q0crQ0pZWlpMSXoxVG9ZTm0yZUNaczJEK1NpcGszMUdwazZKRnM5NkdZT3pwMWE1N3JEdTZxbTZuVzlIaDNyWGEyaVJ4N2lEOURjVEtWbXBXT1BYWjV3RDRTUTcrVUpYNFk3N3FHeUIxS3ptOWs5V0hkcU8rdlRIcHJ6dkt0cXJsaWYwQ282Nm90Z21VRW1PMU90ZzJIajVubXdhZk13MkxEWjh0RERkK1Z3ZjNLTmV0azVtcXZVZE9ReVhzZDZWN04wS3h0NWlDK0NaV2F5K1pYZGVvUXJya0VJSVNlNDZvdno3bld5OVVnK3luais3cUc2NjRDL3M3Ym1WYTlTNDNtZE5XaDl0STZ5U0FhcHlXaWV2dU1Oa013Z2s1MnAxc0d3Y2ZNczJMUjVFRC9Vc0tuNkdiMVR5Nnk3c2wxek5IZFZUVFhYc2E1bVBOM0tSbDZIUDVQSnJ1elVXcHpZa3hCQzNzS0pMOWZWUGJOMVVYN0hSdy9WVmEyU3lheVJlZFZENW1qdVZIMzF0ZXBZb3hxU2lmUWRiNEJrQnBuc1RMVU9obzJiNThDbXpVTmd3eWIwTTNwVjYxeFhzeWZtYUE2Wm83bmQraXZXSjdSZEQvRm5NdGxCcFVhamE1K3JlZXQ5RTBMKzRjMWZYcnZ1dmJKUHBtYm4wSnF0cldxVnpNNDZPMGR6eUJ6TjdkUm44MW52eEhwWHEraGQva3dtTzFPdGcySGo1aG13YWZNQXZxUmhnK1NxQjFuTFF3N1NTRWJUTXVzTzcvUWN6WjJlVjNOWHJIZTFrOTRNbWh0azh5dTc5Vlh1dWk0aDVIZTU2MHZ4N25XejlXZyt5bmwrMWtPMFNxWnp2VE5IY3lmbVNDN3kxM25HVzllWnJMYXVaaXl0b25mNU01bnNUTFVPaG8yYisySFQ1bWJZc0NsNW5Wcm5HdldRSEZLYm5TTzV5SSs4YUU4ckUrWFdkU2FycmFzWlMvUDB5SS9xQm1oT0pKZWRxZFlobk55YkVFTHU0dVFYNmVyZW1Ub2s2MlU2dmNwQlBNcEUrY3o2alhNa0YvbmV2TXVMMXF1SGFrZ20wbmM4eEovSlpHZXFkUkJzMnR3UG16WTNjMEhUcHJvL1dvZmt2RXoySUlzZW9pc0g4cTRtQVZvWHpTUC9MZlBLYTVEeFRxd3ptcWZ2ZUlnL2s4bUs1UE1lblh1OWdWOTd2b1IwOG10ZlBEdWZiMld2VEUyVXJSNWNNNGZrNk5DOVc1UEpydXNuelNNLzhqTDdaT2RkWG1WOVF0djFCa2hHQk0rdFZPc2cyTGk1RnpadGJvUU5tL1FCR0RsRUk1bFZpL1pBczZpWG1VZitpWG5rWitlVjE2WExROWJWVEZXUFBNUWZvRG1SWEZaanQzNkhPNjlOQ1BsdTd2NGl2SFA5YkMyYWozS1dYem5VSWdmbjdIclZ1cG9HM2ZQSVIrYm9jOG5VbnBobnZIVWRaYXNaUzZ2b2tUZEFNaUo0YnFWYUI4SEd6WDJ3YVhNVFA5Q3dxZm9adlhMUXpxdzd2STU1NUdmbmtZL01JOS9LV3BsTUx1TjFyQzJ0VTQrOG1lN2NTclVPNGVUZWhCQnlOU2UvUkZmMnp0UWcyU2lUUGRobTlPZ1F2clB1OERybWtXL05JeCtaUno0eTMzM2RNbDVsWGMxVTljZ2JJQmtSUERkVHFVbkJ4czA5c0dsekF6L2VzTWw2VlMyYjZmQ3l1Y2l2WnEzNXJ0K1J0VExWbkZmVHNjNW9GVDN5QmtoR0JNOE5zbm1Mcm4yZXdyYzlIMExleHJkOU9lMTZQdGw5MER5U3l4NVVzd2RlWkkrZE5lcFZjcG41cmwvTld2UEl0K2FSNzgyN1BHUmR6VlQxeUJzZ0dSRThOMU9wZ1dIVDVoN1l0TG1ZQ3hvMklyVURCMW9UNWFxSFUvUmdqR2hSSnNwWEdnVFZlZVJYcy9NYzFUTFpxTWJLV2hsMFhzMVYxcnVhcCs5NE0yaE9KSmRkMmFtdGNzYzFDU0hrNmkvR085ZkwxaUw1S0pNOXhHWjBSTXVzVWErekpwcmY3VmV6OHp6eUsvT010NjVYVDlPUVRFYno5TWdiSUJrUlBEZFRxWUZoNCtaNjJMUzVtQXVhTnBYOTBab29Wem1FWnZUS0lUdXpSajFrUHEramZPUm5zaFgvUkkyVnRSQmlOdzRBQUNBQVNVUkJWREs3ODR4WFdWdWFwVnZaSFEveEIyaHVwVnJuY1dKUFFnaDVHaWUrVUZmM1JPdWlYT1ZRbXRHcldtYU5OZ0t1bWxkOFZNdjRwN0tSdjg2N3ZNcDZWOXYxRUgrQTVtWXFOVEJzM0Z3TG16WVh3b2JObGw0NVZGY1A5YWlYbVQvUjc5YXlXU1JqNWRGNXgzcFg4L1FkYndiTmllU3lIbDM3ZFBHMCt5R0UzTThUditSMjNGTjJEeVFmWlN5L1EwZTB6QnIxN3BqdmFKR1BhaGsvazQxOGRON2xhZXRxeHRKMlBjUWZvTG1aU2cwTUd6Zlh3YWJOUmJCaHM2VkhoK3FvQmozNGUxN0gvQ3AvSjdlamRXUjM1eG12c3JZMFM3ZXlPeDdpRDlEY1NyVXV3eFhYSUlTUWJrNS9jZDdaSDYyTmNwVURhRWF2YXBrMWVyQ3Z6aVBmbWo5Sk8rMUhOZXU4bWx2WFViYWFxZXFSaC9nRE5EZFRxWUZoNCtZYTJMUzVBRFpzSUwycTdhelJ3MzFtZnNKSGEzWnlIZm1NYjgwalAvTFFtc3A2Vi9QMEhXOEd6WW5rc2hHZGU5M0ZOendIUXI2TmIvbVMydlU4c3ZzZytTaVRQYUJtZEVUTHJGR3ZleDc1VVRhclpmTVZiZGVQYWlyekhVL1RvcldsVmZUSVEzd1JMS05SclF0aDArWWEyTFM1Z01OTm04cmVhRTJVcXh3eTBRTXVvbVhXcUdmbGtEeWFyZmhaclRPUDd0WHA3ODR6WG1WdGFaWnVaWGM4eEIrZ3VaVnFYWldycjBjSUlSNVhma25ldVJaYUcrVXFCODZNWHRVeTY4cWhQak0vNFh2YTZYeEZpM3hVUStkZEhySkdNeFU5OGhCZkJNdXNWR3BnMkxnNUQ1czJoM2xndzBZRXE0c3lsWU1tZXBpdEhKalJBenJxWmVhb0Z2a2QydFZleG85cXNsazA1OVZVMXJ1YXArOTRNMmhPSkplTjZOenJXK0JyUW40RmZxSDhiN3Blayt3K1NEN0tWQTZleUFFWTFYYldWODByZmxhNzJvdTB5RWMxSkd0bE1ybktlbGZ6OU1oRGZCRXNzMUtwZ1dIajVpeHMyaHprY01OR3BIWVlRR3FpVE9WUWlSNW9Ld2RtOUlDK2s2djRYVFdJcDJuZG1TNHQ0M2ZPVDZ4M3RWMFA4V2N5MlpscVhaV3JyMGNJSVROWGZqbmV1VmFtTnNwV0Rwa1pIZEU2MTkzeml0K2hJUjZTeVhwWGE1VjVsN2VUc1RSUDMvRm0wTnhNcFFhQ1RadXpzR2x6a01OTm04cmVTRTJVcVJ3dTBRTnNkRUNPYXRERE9wS0w4anRhNUhkNW1ReVNQYWxsL01vODR5SHJYYzNUZDd3Wk5EZkk1ajA2OXlLRWtMZlIrZVU2dXhlU2p6S1ZBeVY2bUswY2pET0hieXVibVovd1BXM1hxMlN6M2trdDQwY2VtdFBXMVl5bGVmcU9ONFBtWmlvMUVHemNuSU5ObTBPOHRHRWpVajhzWmc2bWlMYXpScjNNdkZ2VGZNVHJ6bVJxc2w2a1JYNVVVNW1mV085cXV4N2l6MlN5TTlXNktsZGZqeEJDUkE0ZWFCUjJycFdwamJLVncyTkdSN1NkTmVwRjg0cmZvZTE2MFhpVjE2WHR6ak01VFl2V0djM1RkN3daTkRkVHFZRmc0K1lNYk5vY2dBMGJWMGUwblRWNldJL21xSS9XWnJWVG1XanM5RTVxbFhuR1E5YTdtcWZ2ZUFNa001UE5lM1R1UlFnaGI2THppM1YyTHlRZlpTcUhTUFFBV3prTVZ3N21ucWZOSzM2SGhuaVpERHBXdmV6ejY5SXE4NHhYV1dlMGlvNzZBelEzVTZtQllPT21Ielp0bW1IRHh0UXNQVG9ZVncvZDJWeFU2Mm5adktZaDNrNFdIWGN6VjJ1VitZbjFyaFo1WHMwQXlZamdPWTJkMml4WFhvc1FRZ1pYZmpIZXVSWmFHK1U4UDN2UVJBK3gwWUU0czBZOWJWN3hzOXF1bDhsa3g1T1prNW8zcitZcTY0eFcwVkZmQk11c1ZHb2cyTFRwaDAyYlpsN2F0S2tjSWowUE9haFdNdWdodkdPZTFUcnpIZG5xaUdTUTdOVWFPczk0eUhwWHEraVJOMEF5TTltOFIrZGV2d1JmTi9JMCtDV3hSdGZybHQwSHlVZVo3TUVTUGJSV0RzRG9nUnYxL3BZeDQyZTFYVzhuV3gyUkRGS3pvMmtlNG5zZW1xdXNNMXBGUjMwUkxMTlNxWUZnNDZZWE5tMGErY0tHamVkbjlNckJGejFvVjNMYXZFT3I1bmV5M1NPU3lkU2dXamEvT3oreDN0VXErZ3lTRWNGeks5VzZMRmRkaHhCQ1BLNzZnbHk5RGxvWDVUdy9jOENzYWp0cjFOUG1welRFeTJRcTJlNFJ5WGhaVkVQenUvT01oNnd6V2tWSGZSRXNzMUtwZ1dEanBnODJiWnBndzhiVW80TnV0Z2FabzduUE1tcGFaeDd4bmpJaW1VeE4xcXRvNkR6alZkWVpyYUpIM2dESnpHVHpHaDE3UEkxdmZFNkVQSkZ2KzBMYTlYd3kreURaS0pNOVVDS0gxVW9HUFZTajN0OHladnd1TDVQcHFMbDYzTkd5K2NxOG1rUFdHYTJpbzc0SWxsbXAxSVN3YWRNSG16Wk5IR3phVlBaRmFxSk05aUNKSEZLajlhcWhCKzFzVFZicnpMOXRSREtWbXF3WGFaVjV4a1BXdTFwRm4rbkthRlRyTWx4eERVSUl5WExGRitYS05kQ2FLT2Y1bVlNbG9uV3VVVStiZDJpSXQ1UGRxWG5LaUdwVnJ6S3Y1clIxTlZQVkkyOEd6UTJ5ZVJnMmJucGcwNmFCZ3cwYmtmeEJCc2xIbWV6QkVUbVVkcTY3NTU2R1pEU3RrcW1NU0taalJESTd0VjFhWlo3eHRIVTFVOVVqYjRCa0JwbXN4bTc5VmJ6bFBna2hHRy80RXR0eGo1azlvbXpWeitqUlFYWm5qWHJSUEtzaDNrNjJzM1lla2N5SkVkV3FYcVN0Y3pUbjFXanJhcWFxUjk0QXlheFVhaURZdU5tSFRadE5IdGF3RWNGcUtvZkJqQjRkWUhmV0hmT3NobVEwN2NvUnlYU09TQ1lhczE2azdjNVByRE5hUlVkOUVTeXpVcWxCT2JrM0lZU2M0UFNYNXV6K2FMNTZBTXdjS0JGdFo0MTYwYnhEUTd6c2lHUXlJNUs1Y2p6dFdiNlY4ZVlaYnlkamFidmVBTW1zVkdwQzJMVFpoMDJiVFE0MmJTcjdJalZlSm50Z1JBNmpuZXVPdWFjaFhuZG1IcEdNTlNLWk8wWWs0MlUxVGZNNjV5ZldsdGFwenlBWkVUeG5zVnZmd1JQdWdSRHlmTzcrd3J0Ny9VeDlsSzBjQmpONmRJRE5yRkV2TTg5cWlJZU9TS1pqUkRJZE5jaDRsZGM1ejNqYWVsZmI5UVpJWnFWU0U4TEd6UjVzMm16d0l3MGJ5ME8wblRYcVplYnJXUFV5bVowUnlYVFUzRGwyZUtmbUhldU1WdEVqYjRCa1pySjVoQk43RWtMSTNaejRJcDNaRTgxV0RuOFpIZEYyMXQxelQ5djFuakFpbVVxMmM2eDZYcVp6bnZHMDlhN202YWd2Z21WbXNua1lObTdxc0dsVDVHRERSaVIvdUVIeVVTWnpXRVMwblRYcVJmT3NWc2xVc3ZQWWxhbGtveEhKSUNPU3lXU3RlZVI3ODR4WFdWdWFwV2V5SzEwWmo5MTZsS3V1UXdnaElnY1BLeE83MTBEcm81em43eDRxbzhOc1puMXk3bW1WekpQR3Jrd2xpNHhWRDhsMHpqT2V0dDdWUEIzMVJiRE1URFlQd2FaTkhUWnRpaHhzMm1UM1JmSlJKbk5BckdqUmdYYjNVUDFaeHNoSHZFeW1ZN3d5WTQxSTVzUzRtemsxUDdIMjlFd1c4UVpJWnBESmVuVHRjeFZ2dTE5Q2ZvbTNmVkh0dk4vTVhrald5MlFPakZVdHMwYTlhSTc2aUpmSlZFWWtnNDVYWmpwSEpPTmxJNjB5ejNqYUdzMVU5TWdiSUptVlNrMElHemMxMkxRcDhLQ0dqUWhXVXpuMG9ZZktTSXNPc1pYRHN6YlBhb2lYeVdUR3FvZGtrUHBLMWhxUnpEd2ltVXdOTW8vOFR1K1U1dWt6VVNieVBYWnFMVTdzU1FnaEp6anhoWGxuVDZRMnltUVBnbFZ0WjkwOTk3Uks1dVNJWkt5eDZpRVpwTDR5SWhra0cybVZlY2JUMW1pbW9rZmVBTW5NWlBNd2JOemtZZE1teWNHR2pVaitBSVBrdlV6MmNGZzVyS0tIWFdRK3I2TzhwMVV5SjhhcnZVb1d5WndZczVtTWo4NHpucmJlMVR3OThoQi9KcFBWMksydmN0ZDFDU0h2NUs0dnZidlh6ZFJIMmNyQkR6bUFhdHJPR3ZXMGVjV1BSaVJUR1pGTWQvYUV0NU1kUkpsTTFwcEgvanF2NXBDMXBWWDB5QnNnbVpsc0hvSk5tenhzMmlRNTJMVEo3b3ZrS3djK1ZFY09udWlCdDN1K2pwNlh5ZXlNblY0MmYyY21NeUlaTFJ2NVVVM2tlVGxrdmF0NWVwZHZVYTFiNmRxSEVFS2VTTmVYNmNvK1NFMzFvSWNlTXFQRDZjNjZZNTdWb2pIS1JQVzd0YnNaVk52MVRvelZUS1I1ODJvT1dXYzBUMGQ5RVN3ems4MURzSEdUZzAyYkJGL1VzUEY4OUNBWkhWUXJCK0tPK1RwNjNrNVdHM2N6TzlwZEhqcGFucFgzeG9wV21XYzhaSjNSUEgzSFc4bGtaNnAxQ0NmM0pvUVFsSk5ma0t0N1orcThiTVZERDViUkliWGpNQnpOTzdRcnh0MU1wNGRxdTk3T2lHUzhiTlZmNXhrUFdXYzBUNCs4QVpKWnFkU0VzSEdEdzZZTnlNR0dqVWora0lMa0s0YzY5RUFaSFU3UmcyL0gzTk1RNzRweFI5TThOSWQ0MlR6aW5SeTd0SFZlelZYV0djM1RJdy94TlNvMWc1M2FFenp0ZmdnaFozblNsOXJkZThuV1IvbnFRUTg5VEVZSDA4eTZlKzVwaUxjekloa2ttL1U2OHFpR2VKbU1OaUlaSkJ2bDBIbkdROVlaemRNamI0Qmtacko1Q0RadGNOaTBBVG5ZdE1udWkrUXJoenowRUJrZFNDc0g0ZXJjMHhEdnhKajFLbHJITmJKNWJ3OXJSREtaTWV0MXpxTjFsTTFvRlQzeVp0RGNUS1hHb25NdlFnaTVpODR2MEpXOTBKck9ReDl5cU54Wm8xNDB6MnFWakRZaW1VeE50NGJtSXgveHZQd1ZJK3BaODhqUGVzZzZvM2w2NUEyUXpFdzJEOEhHRFFhYk5nQnMySmhhWnQwOTk3UktwakoyZUpHUDFuamVGVm8wSWhsdnpIcVI1czJyT1dTZDBUeDl4OVBJNWtWcU5WbXV1QVloaElnY09wQXNWSytScVl1eVhRZEFSS3NlY0x2bjYraDVhRGFxeTlaa3ZaTmE1R2MxeE9zY3MxN1ZYK2NuMWxVOThoQmZvMUlUd3NaTkRKczJBUWNiTmlMNUEwbVVyeHppVUgxbmJYbkl3VmliZTVvMUlobGt6SHBkV2laN3BZWjQxU3lTOGJLbjVoM3JqQlo1WHMwQXljeGs4eXU3OWFkNSt2MFJRbnllL3VWMTkvNHk5V2cyZStqTDZOSEJNN1B1bUdlMWsyTTFFMm1SdjZObHNsbXRrcW1NV2EvcXIvTm9IV1V6bXFkSDNnREp6R1R6RUd6YXhMQnBFM0N3YVpQZEY4bDNIZml5Qjg0b0h4MkVJei9Lb2lPUzBjYXNWOUV5ZnBUdHF0RTB6ZmZ5VjR3VnJUTFBlTm82bzFYMHlGdkpaRVh5ZVkvT3ZRZ2g1RXE2dnpobjk4dmtLd2U2akk1b21RTXJjaWl1SEthOW1oTmpOVlBSZHYyb0pwUE5hcFVNTWxZemtZYk9vM1dVeldpZUhua0RKRE9UelVPd2NlUERwbzBER3phbVZqMjQ3aDZvdlJwMHRMeW9Mc3BXdEl5ZnFZdHFNdG1zaG5nbnhranJ5SGF0TTFwRm4wRXlnMHgyVUttcGNOVjFDQ0cveVJWZmhxdlh5TlFoMmV6QkR6MDhSZ2RSOUJEYk1jOXFuV09IMStsSDJhaW1XdWRwMVR3eUloa3ZHMm5vUE9OcDY0em02WkUzUURJejJUd0VHemMyYk5vNHZLaHA0L21aQXgraWVXdlVxeHlldmR3VkkrcDErc2c4OHF0MXFPOTVYcjV6ckdpNzg0elhvWGw2NU0yZ09aRmNWbU8zL2dyZWNJK0VrSDk0dzVmVzNYdk0xS1BaeW9FT1BUQWlHbnA0cmM1UkgvRXFZelVUYVJtL1doZjV5THppSTU2WDEwWWtnOVJFR2pyUGVObzZvM2w2NUNIK1NqWVB3YWFORFpzMkJpOXEySWprRDNub1FURTZpS0tIMW1pTytvalhPV1k5WkI3NTJYbmtJL1BJajdLZWhuZ2RZMFhiblZmV2FLYWlvLzRBelEyeStZanUvUWdoNUFvNnZ6aG45MEx6VVM1N3VLdHExUU5zWnQ2aDdZeWRYblllK2NnODhuZm1IWm8xcmxxVTk4YUtWcGwzckMzTjB5TnZnR1Jtc25rSU5tNTAyTFJSK0pLR2plZFZEcEtaZFhYdWFZalhNV2E5cXYrRWVlUm42andOOFhaRzFNdjQzanpqN1dRaVBmSUdTRVlFejYxVTY3SmNkUjFDeUc5eDFSZmg2blhRT2lTWFBleWhCOFpJaXc2aXlJSDNieGt6ZnNiTGpGbXZvcDJlUi81dXJaZk5haWZIaWxhWmQ2d3R6ZE1qYjRCa1pyTDVFRFp0ZE5pMFVYaFIwNlp5bUVNT2l6dnI2dHpURUs5ajdOSitZWjdWRUc5blJMMk12ODR6SHJMT2FKNk8raUpZWnBESmF1eldYOFZiN3BPUVgrY05YMWc3N2hIZG95T1hQZmhWRHBQZXVudnVhWWlYR2JOZXBHWDh5bnpuV21oT0JQT2pyS2VkSEZGdmQ1N3hzcHFuUng3aXIyVHpFR3pjL0RkczJpeXdZYU5xNkVHMU9zOXFKMFpyam1vWmY1MmpPV1NPNWpybVdRM3hkc2FLMWpsSDFyc2E0aUgrQU0wTnNubVB6cjBJSWVRS3VyODBaL2REODFFdWU5aEREb3hSQmoyMFZ1ZWVobmlaTWV0RjJ0UG5hQzR6NzlCT2pLaUh6R2N0V2tmWlhRM3hCa2htSnB1SFlPUG0zN0JwczNDb2FaUGRFOGxuRDNSVnJYSkFSUTY0WHRiVE9zZUtsdkhST1pycnJFZHowVHlySWQ3T1dORjI1NVgxcm9aNEF5UWpndWRXcW5VWnJyZ0dJZVEzdWVxTGNQVTZTTjF1eHZMUUEyRjA0RVFQcDlXNXB5RmVac3g2a1hiRkhNMVY2dWUxbFlubUZmK0tNZEt5Mll5SHJDM04weU52Z0dSbXN2a1FObTMrRFpzMkU0Y2FOaUw1QTBlVXJ4emlrTU5nWm8xNHlJRjN6U0xlem9oNkdSK3A4L0xJWHBtYWpqMHk4NnlHZUR0alJhdk1NMTZINXVtUk4wQXlnMHhXWTdmK0N0NXdqNFNRZjNqRGw5YmRlMFRyTzNLWkF4K2lSUm4wQUJ2TlVSL3hNbVBXaTdUT2VYY09yVUgzME9ZVjM5Tk9qSkdXOGJNZXNyWTBUNDg4eEYvSjVpSFl1UGtITm0zK0Z6WnNVbXZVUXcvSm50WTVWclNNajg2ak5WcDMyc3ZNc3hyaTdZd1ZyVEt2ck5GTVJVZjlBWm9iWlBNZW5Yc1JRc2hWZEg1eHp1NkY1SGN5NklFUTBhb0gxV2lPK29pWEdiTmVwSFhPVDNob0R0MmpPczlxSjhhS2hzNmo5ZXBsdElvK2cyUm1zdmtRTm0zK2dVMmIvK1ZRMHlhN0o1TFBIdUtRQStPcVJRZEs1RENMSG80OXJXUE1lc2g4MXBCOFZIT2lMbHFqWG1hZTFSQnZaNnhvNkR6ajdXUWlQZklRZjREbVZxcDFHYTY0QmlIa2Q3bml5M0RsR21nTmt2TXk2TUVPUFN5aWg5QnNEdlVSTHpObXZVanJuRWZyYXJaYWgrNFp6VkVmOFRwSGF4NzUzanpqZFdpSU4wQXlnMHdXaG8yYi84Q21qY2lwaG8xSS9xQVI1U3NITitSZ1dEMk1adVpacldORXZZeGZtV2ZYcDdLWjJ1cThRK3NjSXkzalp6MWtuZEU4UGZKbXVuTVd1L1VuZWZLOUVVSjhudjdGZGZmKzBIb2tGMlVzSHpuOFZUTElBYlk2WDBmUHE0eGRXdWM4dXo2VlJlOFhxWWxxczlxSk1kSXE4NHluclMzTjB5TVA4VmV5K1JBMmJmNERtellpcDVvMjJUMmpmT1d3aGh3R3F3ZlN6QnoxTzBmVWkyclFlY2FMMXBuczdocjFNdk1PclhPTXRJeWY5YlQxcnVicHFEOUFjNE5zM3FOekwwSUl1WXJPTDg3WnZaRDhUZ1k5Q0ZZT2tNakJ0VHBmUjgrcmpLaVg4WGZucDllWmJMVHVubWUxRTJPa0lWa3JVMTFiV2tXZlFUSXoyWHdJR3pmQ3BzMUxHallpK2NNYmNnRE1yQzBQT2VSNjJSTmpSVU95U0Y2cmlmYUo2dGMxa3Ntc1VTOHo3OUE2eDBqcm5GdGFOZVBwa1Rmb3ltaFU2ekpjY1ExQ3lPOXl4WmZoeWpYUUdpVG5aZERESDZKbDF0VjVWdXNZSzlxcCtkdldxQmZOSzM1MlhMVW92MmFzdWVYdmVMc2E0ZzJRekNDVGhmbjF4ZzJiTnU5bzJtUVBiQlhOT3p3aVhuU1k5YlRPc2FMdHpqTWVtc211a1l5M1JyM012T0tmSENOdGQ0NnNxNWxJUjMwUkxDT0M1eXgyNjAveTVIc2poTVE4K2N2cnpyMWxhcEZzbExGODcrQ1kwU3FIMFdpZTFUckdpcGJOSXJWZGF5UnpjbTNOa1Z6RlI4Y29nM29aZjUxblBHMXRhWjRlZVlpL2tzMkhzR256dzgvL1N4czJsaDRkRk5HRGFEUkgvUk5qUmF2TU01NjJSakxSR3RVeWE5U3J6ck5hbElueTJoaHBsWG5rYVJxU3NUUlBuK25LekdUekhwMTdFVUxJVlhSK2NjN3VoZVNqVFBiZ1Zqa2tadGFaZVZickhDTnRKMXZOVmRaZG1XaTlhbDRleVNGNUx4dU5TR1llS3hvNnozamEydElxK2d5U21jbm1RMzY1Y2NPbVRUK1pQWkZzOXRDR0hQd3lCMDdrMElvZWlEMU5HNUdNbDQwMGRMN2pvVnEwM3RFeWE5VHJtSHNhNHMwamt2R3l1L1BLZWxkRHZFRlhScU5hbCtHS2F4QkNmcE9ydmdoWHJvUFdJTG5zWVEwNUNHWXpxSWNlZ2oydGM0eTBqTy9OTTE1bGpXcW5NbUxNUGE4Njk3UktSaHNybXVWYkdjVGIxUkFQOFZleStSQTJiWDZRQnpSc1JPSjg5cUJXMGJ5RFpYV2UxYndSeVdqWmpML09xemx0aldwSVprZkxyRkd2WSs1cGlLZU4xVXhsbnZFeW1wYnhkTlFYd1RLRFRIWmxwL1lxM25DUGhKRC84SVl2ckx2M21LbEhzcFVER25yUTh3NlZtbFk1a0hxSFgwODdNVnJ6eUsvTVQ2eTd0VXJHVzZOZVp1NXBpSmNaSXczeFBjL0xhV3RMOC9USVEveVZiRDdrVnhzM2JOcjBrZDB2eW50KzVrQVhIUWF6QjFNazcyVXJZemFUOGRkNXhrUFdxSVprc3RsVjIxbWpYalJIZmNSRHhxeUh6ak9ldHE1bVVBL3hSYkRNVERZZjBiMGZJWVNjcFB0TGMyWS9OQnZsTWdlNXFsWTVpR2Jtbm1hTmxoZlZXWmxUOHhQckoybmVHdlV5ODZ5Mk0xWTBiNTd4dExXbFZmUVpKRFBJWkNIWXRQa2hEalJzUkhLSER5UnJaVEo2ZENoRUQ1MlZRNjZuVmNhc1Y1bEg2MHcyMG5lMFRIYlZPdGNkODZ4V0dWRXY0MmU5blV4Vm4wRXlJbmh1cFZxWDVhcnJFRUorZzZ1K0JGZXZnOVlodWV3aHJYb2dSQStaMWJtblZUTHppSHFJajlSR05SM3JqSmJKVnJXZGRjZDhIVDF2WjdUbWtlL05JMjlYUXp6RVg4bm1RMzZ4Y2ZOelRac0hOR3hFNHJ6bm80ZThTRU1QbjlFYzlUdkdpdWJOZDd3b0grbW9sdFVSclhPTnpPZDFsUGR5T3lQcTdjNHI2NHptNlpFM1FES0RURlpqdC80dTNucmZoSHdMYi94eTJuSFA2QjRkT2N0RERuaVZESElvamVhZWhuamVtUFYyNXhrUHpTQTFscGJWVVUzVE0ydlV5OHc5clhPTXRNbzg0M21hcDBjZTRzOWtzaEJzMnZ3QUQyamFJTm5zWVEwNThLR0hUTXVMRHF5ZTFqR2lIanJQZU1qYTBqcXlXUjNSb25XVVFiMW9udFU2eGtpcnpETmVoK2JwcUQ5QWM0TnNQcUo3UDBJSTZlYkVsK1hzbm1pK2VoQkREM3ZaUXlKNjRJem1ub1o0eUloNmxvL2tveHBrWGMxWVdwZStrL1hXcUplWmU1bzFScG1LaHZnWlQxdGJXa1dmUVRLRFRCYmkxeG8zL3k4S2ZCTVBhTmdnWlBkRERubmVubGtQUGZocW5vYVZSL2V1ekRPZXRrWXptWHJFeStpSWhtUld6ZHVqWSs1cG5XT2tWZWFWTlpyeDlNaEQvSmxNZHFaYVYrWHE2eEZDM2svMVMvN081NDExeldqUHRjN0tJN21SV2IyNWR2YTB2S1Y1bWI5bDdubmVITkUwcnpKcW1nUzUyVjh6czdmT0xjL3kwVXhHOC9RckdhOGI0czNyNnR6NnVWb2prcDJKdEt3ZjFjNUVleU5rOHhIZCsvMGNQL1V2YlI3UXRJbXlucTk1RmMyYW83blBNcUthTjFZemxYbTBqcklaTGZJNmF6UzlVL1BXMWh6SlpiWE9NZExRZWNiYnlTQ2VWek9ENWtSeVdZdU9QYjRadmo3a3lmek9GOFVhSGE5UGRnOGs3MlVzVDlNcjJ1cDc2MmllMVhaRzFOdWRWOVluTkUrdmVCMTVNZWJSR3EwVGliVktSaHNyR2pyUGVKNVcwV2VRekNDVGhmaWxmMjN6TS8vUzVnVU5HNCt1V3ZRUUdNMnpXalJXTTJQK1Njem50WmZWMXBibTZkV2FTbDFHcjJpcjc2MnJjMDlEdkVHVTBiSVpQK3NoYTB1cjZKRzNrc2tPS2pVSXAvWWxoTlQ0MWQ5SjlEQ1FmWDIwZmFNOTFob3JQK2ZXRE9KcCtxeHB1VlhUYW1adlpOSDV1cStuZFl5YUprRnVuYy81ZFc1NTFqcWp6WHFrZWZxT2wyRzhicWp2cmRlNU9ONG4wT1pSRkEwZFp5SU4rUmxsZmliUjlSQ3krWWp1L1g2S24ybmFITUQ3a0ttUTNVL0xyNXEzNSt4WnVTamphZGt4eW5pYWx2SG1XcDJWK1JRMTFLL1dudFJYTGJOR1BXM3VhWWluamRuTTdqempaVFZQanp6RW44bGtWM1pxdTNuU3ZSQkN6dE41SU5qNS9QRHVBOWxYTzJ4WnJBYzF5MTg5cjA2cm1RKzVXZ1paNzg0OXJYT01OQUhtYSszcXJYWGVPdElRZmNYU0krODA0M1dyck9mWFZmUFcrZnB6V0VmUHk0N2FYckxNQitqUEp2bzVvWHVqMTZ2NFIvbDhQcDlmK2RjMmJOcGN3L3poa3ZXajJrR1VtLzNzOWJSYVQ2dU9saGRwYTcyWDA5YlZUS1NmOXIyNmJJMm1yNXEzUnIxb250VXlJK3J0eml2cmpMYnJEWkRNVERidjBia1hJWVFNcnZwc2lRNEptZnZROXZMcXRRT1hsMW45K2NDbjZhdTM1clg2Y1JEVjFscDlaZTVwVnNZYXZYb0JOVzgrNStkNWRXMXBGWDMyTkR3UDhTM0dhNFRvcTdhenpzem5VUlJOeXlCbytVaXo1aXRvTG1Lbk5zTlYxL2s2ZnFKcGMrQlBvN3IzczdDdWcxeC96bmg1SzZmVm9KckhKeGdSelp0bnZIVi9LMk5waUlmNFNNYnpLeDZxNzZ4UlQ2U21WVWJVcTh3NzFwWlcwVkYvZ09aV3FuVlpycm9PSWVSM3FCNGVzcDlIMFNIWVF6dllhY3k1TllONGlLNGRqdWVNdHJicU0zTlBXejB2TTQ4anAzbVJKc0E4NDFsclM2dm9xNS8xRUwvS2VHMDlUVnZMcEdscmF6NXk2OXpUS3Buc05XU1p6eUFaemRPeTJaOWpsSS84by96S3Y3YjVpYWJOemF3ZlFsbC9SY3V2bXJmbjdGbTVLUE5aUmsyenhpZ1RhZEhjOHBDMXBWWDBiQWJKN2ZpV3ArbUlsbGxYNSt2b2VabXhvbm56aktldE01cW5SeDdpcjJUekdoMTdQSjFmZUk2RVZIbnlsK25PMzkzb1VJTmdIZFkwdElPWTVWZThXVisxblhWbFB1L3pVVWJQUThhS3RzNWxXczl6emN1c1o2MmlaMzJMeUVjWXJ4bkttdGZxdmN3NkY4ZjdCTm84aXFKRjQ4eU9wbm5SenlieUIyaE9JMU9ieVpMLzVldWJObC80cjJ4V290enNlMW5OMDJxOUhEcG1QVzMrY2VhVnRhVjVldVJsTXBsc2xQRjh5OU4wUlBQV3FDZFMwM2JHU051ZFY5WVpiZGNiSUJtTmFsM0VxWDBKSWZmeDF0L3I3S0VpOHp5OWc1aUZkcUR6TXA2L2VsYWRkdERWTXVpNlk3NXFtcGNacGFCWjg3OWx2bnFWOVNDcmQvbHo1aVRqdFl2MCtYWHlNdXQ3WkgwZldmUDE1NEM4TjdLanRzZU1sbHZuSzJodVlHV3kraVA0aFg5dDgvVk5tNXZSUG53eS9ncVNSeklpLzg1WmMwU3JqcFlYYVdzOTRzM3JOZTlwbm83NjJWd21HK1U4My9JMEhkSEVtSHRlTlBlMGpqSFNLdk9PdGFWNWV1UWgvZ0ROV2V6V2QvTzAreUdFOUhQaXkvck9aMGQwUDhqZTJrRk9ZODVwR2M5ZkQ3U3pOdXRlenNwbzY4cGNPK1N1L3U1WTBkYTVUT3Q1WGwwUHNucVh2K2E2R0s5Ynh0UDBWWnRmUjh2WHZQWDFYelB6dU9hc2pJZVc4NjZEemxkV3o3c3VTcFNQL0psTWxzaVhOMjF1L2xjMm1leUtWb3RvM3RxYXoyaVpTUE5ZOCtpZWx2WlI1cGFuclRQYXJyZVR6ZWFqck9kYm5xYXYyczVhbTJjMXk3TnkyaGhwbFhsbGJXbVdibVZSWHdUTHpHVHpFZDM3RVVKK2w2cytUOUJEUnVaK3ZFT1hobmJ3OGpLcmIzbnJvUmZWS210dnJoMk9JNzlqakRRQjVoblBXZyt5K3VwcC9wcUptSjlISitOMXpYano2K1ZsWjIydFFiejE1K0pwWFprWkxlZVJ5VWYrQU0wOWltLy8xelpmM2JSNU9OYUhsYVZuUWZmUmNsbk5HaXNaTGJkbVZ5L0taalRFcys0aGVtVHoyWm9vVy9FUkxiUE96RDBOOFFhWlRPZThzdmIwVERiakQ5Q2N4azd0RG5kZGx4RHlQanErekZjK2M2THJlbnRxdFZwZU8vaFp2dVhOZWtaRDE5ckJVcHZQK1hYdWFUdWpnSm8zRjhHOXdYeXRWVVAxeU10a1pyUjd1NHJ4K2lIZS9QcDZtZmw5TStkWFQzdC95VFRQdkllODdNRGJSOHRadmdhU1F6SXpVVDd5WnpMWm4rZHJtellQLzFjMmtiK2k1VmZOMjNQMmtQbXFhVGwwekdaV1g1dEg2OC95UURYRXkyVHVxa095WHNieVZqMnpSajJSV0VNOGJheG9sWGxsbmRFOFBmSVFmeVdiOStqY2l4QkNNcHo0L0VFT0hPaDF0YjJzV3UxQTUyVlczL0tzQTNDa0lldmR1YWQxakpFbXdGenp2TFZXYitWbVhmTXRrTXhNTmo5WW4yUEVlRzA5WDR5TVZydHFhNzIyMXJ4MXZ1YTFjYzFueGhsVVczVnJqcXd6R3JtUnIyM2F2QlR2dzJzbXlzMStsQlhSODFyZDZxRmpsS25NMFRXaUlaNTNuZXhqcHo1YmkrU3RES3BuMXBsNVZrUEdpb2JPTTE1V3EraVJONFBtVnFwMUZhNjhGaUhrZDlnNW1HUS9sN3hyZVh0cEI2cHNaajI0b2JxblpkYWF0ODY5UTZpVzFjYVJXY2VvYnMxSTRIdjNXbDBQTEgzMU5CL05ySGpYakpoZmd3emo5YXhrNXRjdzBxejFtbDg5UEFjRzFBQUFJQUJKUkVGVTc3M2dlU2hlSGFwcG9Ma3EwZjZSUDVQSmhuenpuMGg5WmRQbUIvNlZ6Y3FjOGZKUnp0T1ErNWpSNmxiTnVwOTEvbEhtM25yTmV4cmk3V1JQNzVQWkk4cDZ2dWF0bXJkR1BaRllRenh2akxUT09iSzJORXUzc3BHSCtET1pyRWZYUG9RUWNvS096eWowa0JCZHl6dUVyMmdIT2k4eit4bmQwekpyemRNT3ZWcmV5bXI3cnQ0OGVwNjJ0K1hQOHpXL2VzaDZnT2lybDhuTXJIbWtSbU4rVFNxTTF5L0tpT2c1clg3VjFucHRyWG1yanJ4bk5NMTd6dzBRRDUydnJGNTBEVThqTi9HVlRadVhvbjBRSVpyM1FUZDd5SHpWRU04YVVlMER6QzNQV2lNYTRsbjVLSk45ZE82SjdoWGxMRi9UVjAyTXVlZEY4M1gwUEcrc2FKVTVzdDdWUEIzMVJiRE1TcVdtd2xYWElZU1FuY05KNXJQS3U0NjNqM2FneW1UV1E5dk1lb2pOYXRaNnpXdUhZR1R1YWV1aE5ScFJUOXR6bmMrWmVZNnVWMjNXcmJ6bFd4a3JHK1VSNXVlK3cvejZlSXpYWDlObDhTek5XcS81K1djdDB6eXJvZU9NdDY5SEpoLzVBeXNYMVVmK1RDWWI4cTMvMm9aTm01am9BMlFteWtiK0x2UCt5TFhRL0tjNFZqUnRqcXcveXRyU0VFL0xadkk3ajY3cm9QdDRPY3RiOWN3YThiSmFacXhvM2p6amFldU01dW1SaC9nem1heEZ4eDYvQWw4cjhsUys3c3V2d2U3dklQbzZSZGV4OXRIcXRNT2U1YVBlZW5oRk5XMnRlVmJPeXF6N2ZKVFI4N1JSMHlUSWlUSFBlR050YWF1K2VvaHY1YnhzRnV2ZWR4bXZkNVFSMFhOYS9acEgxdDU4L1psNjJ1eDVlUGxJeTE1ak56T1R6Wk1OdnE1cGMrQlBvNjVBdTJkRVE1L3JuSXYyL1JoamhGY1hhZEhjVzJjMHhMUHlVZWFxaHdDWm5Wb3ZvM21ybGxsbjV1dm9lY2dZYWJ2enl0clNLbnJremFDNW1VcE5saXV1UVFpSithWGZ4WjBEU09aMWlnN2JHbHJObXRVT2Q1WS9lNXFlMWJ5MU5SKzU2a0ZaeTBXanRjOGZrRnYxZWE1NTN0clNabDN6VmorYnk2RHQyYlczeGZ3NmVsZzVUNSsxTmZlM3pJZm56WkgzbE9ldDd3MHRxM21WT2JLMlFITXJtYnBNTnVRYi83WE4xelZ0bW9rK01HYWlyT1ZIZFlNb04vdldmRWJUdld0OGdqSHJSZlBQTXJmV3E2YmxvcnoxeU9idmZBaVF5ZWF0akthdm1yZXV6ajB0TTFZMGRGNVo3MnFJTjBBeWcweldvbU9QWDRHdkZYa3FYL1hGTjJEbjl6RHpPbm5Yc2ZiUmFyUkRuWmVaL1VqUGF0NWE4OUM1cDYzWFFFZDBIOHRmTTZ1SHJDME44YlNNbDdOWTY3WEhYY3l2bThmNFdXaTZMSjZsemUrdjJWODk3WDBvMHh4NVQwV2pocllmeXRQeXBNaFhOVzFlK3E5c05KRG5nV1JXdEJwUHk0NFpMNXBuMWxYZGVtVHpUMzBJa0VHem1vOW9Zc3c5VDZTbVpjWklRL3lNaDZ3ejJxNDNnK1ptS2pVVnJyb09JY1RtbDM0UGR3NGY2T3NVWGNQYVI2dGJzMUZtOWpPNnB5RnJ6VVBubnJaZUF4bXRmZjZjSERKSDE1YTI2cXVuK1ZwbVJhdkoxTi9OL0RwV011Tm51bW95NmRwYTg3dzU4ajZMUVBiUzh0NThaZldpZlQwTklWT1h5ZjRjWDlXMHVSSHZnOFR6bzdyQm12UFcyZm1xb2ZjMDBPcFdEYm1QZGE2dFA4cmF5bm02OXBpSnNtOTlDSkNKY3BxM2FwbDFadTVwbWJHaW9mUEtPcU41ZXVRaC9rd202OUcxRHlHRW5LYjZlWlU1YUVUWDhBNWJLOXJCQ3ZYWGc1dW5leHF5MWp4MDdtbnJOZEFSM2NlYnovbDVicTBSYmRZMWIvV2piRlR6SnViWE5adng5Rm1iMTJ2TjZtWGZrNXFtWlZZMHo4dHJHU1MvdytuOVMzemJuMGl4YVdQamZTaWNKSHZkbmZ4bkdiVmNOS0thNW8zNVI1blA2NHptNlZZT3lYN2pRell5bXI1cTNybzY5N1RNR0dtSW4vR1F0YVZWZE5RWHdUSVdPN1ZacnJ3V0llUjM2UGhTajM0K0lkZlM5dklPZERQYTRjN3laMC9UczVxMzFqeDA3bW5yTlpBUjNWdUErZDh5WDcwQnFxMzY2bms1TC90TnJLK2hsMWw5VFY4MWIrM05zeG82emtTYTVtdXN1V2hmVDBQSTFHV3lQOFhYTkcxdS9OT282THFXSDlVTjFweFhOM3ZXSE5HeUk2cDlqTG5sYWI2bGVicVdpWEozUGY0SHlDQVBBVExaR3N0ZjljdzZtbWMxWkt4bzZMeXl6bWllSG5rREpET1R6VnQwN1VNSUlaM3NmRFpsRHhmZXRieTl0RG90dithMFE1Zm1EVjNUWnQzVDBNUHU4THk1ZHRCZGZTdm5qVjdXeXFGemI3M21aODNLcnF5MVZ1NlhXRjlyeTE4OVRWODFiYTE1MGZ2TDBoQzhPdVE5V1htdlZ0bXRQOEkzL1d1YnIybmFOS1A5NGw5QjlycHpIcW5WTXA5bFJOSHFzdHFZSTJ0TDgvVFY5ekozUGJxYU5PaERnRXlVUlhWdlhaMTdHaktpM3U0Y1dlOXF1OTVLSnJ1eVU5dkIzZGNuaER5YlUxL2EwYzhlNVByV1h0NGhma2JMelJudDBMZnFWdDdMZW9kZDFOTU90ekxOcmNPdmxvdEdUZFAyUnVkU1dBOW1QZkpXWDBPcnFUeit2M1hqRnpDL1B2UDcyUFBtbjQrbHJUL0QxZlBlUTZobWpScmFQcWZROXE5ZU0xT1h5ZjRNWDlHMCtaSi9aWU5vMGZVR2N3N1pWL09pc2FwcGMyOXRhWjZ1dlc1UGVsemRxUEVlc3BsWnZjeTZPdmMwWkl5MGpKLzF0TFdsVmZUSUd5Q1psVXFOUi9kK2hCQmkwZlY1VXoxSWVOZVA5dFJxdFpvMXB4MjJOQy9TczlxODFyektQS3RaSTFvdnlUbTZYclZaajd5Vk5ZdlVvUHlQL0xQZm14czQ4M3ZiOHhEdGI1a1BEM2tQVmQ2cnlIdDRKbnFQYW5YUk9zdHVQWEg0aXFaTk05b3YrQk9aN3pNN1g3VjFqTkQyUlRWdHJxMGpiZFVqN3dtUEp6VnJySWNVL1ZYUHJLTjVWdlBHaWxhWkkrdU01dW1SaC9nem1hekdidjBkdlBHZUNma2xubklReUh4V29QZHM3ZW5WcnpWYWRzNW9CenpORzdxbXpicVZzOVp6SHAxcmg5elZYNis1NWlOdmpOWTEwWGxtYmQyVDVsa1pMOXZObXhzNDYrdXZlZDc3ZTlWV2YvV3M5NjJuWmZEZTB5Z2QrZXdlZzJyZEZ0L3lKMUpzMnB4ai9YRHdkRVN6OWtPWWE1RjlQc0ZvelZGdHpMMzFyR2s1MUh2Q283TlpzN3VYQUJra2EzbXI3cTJyODNYMHZIbEV2ZDE1WlozUmRyMFpOTGRTclVNNXZUOGg1RjFjK1puUTllWGV1MmZrR2xxOWQ2aWYwUTVaa1djZGNEWGRPN3hHYTNRKzExcStOcTRnK1ZWRDUxSllEeXhkODYyTXhWemIyV2daRFp6T1BXZlE1em0vUDFIbW4wZWtXNXIzL3ZiZVQ2Z1dqVE9SWnMxWFZzL0xYc2xUN3VNeHZMNXA4K0EvamRwaDNkdGJJM1BQcjQ3VzNOSzB1YmRHZGMxNzBtTzN5Ykpianp4a003TjZtWFYxYm8yckZ1WFhUTVpmNTVWMVJ2UDB5QnNnbVpsczNxSnJIMElJT1UzbDh5cDd1TEN1RWUyejFua0hNU3RqZVpIdWFjaDZkKzVwMVRIYUg1bWo2MVdiZGMxYi9TaHIxYzcvVW1aKzdEUmV1cHMzODJ1R0VMMDJIdGExTkgzVnZQVTZSelVVYlkvVlErbklXM3RFZTBmK0ViN2hYOXU4dm1uVFRQU0xqbUx0bytsZDE3VG92T1puR2ExNTVJKzV0bDd2N1NPNnQrcmFZNGRvYitSUmJiaFU2em9lc3BGWjljdzZtbnZhemhocDZEempaYldLanZvem1lektUbTBuVDdrUFFzZ3p1T3BMZXZUWmc5Nkh0azkwQUJwWU9TOHpQRVMzTkhROTE2Tno3ZEM3K3J1amRTMTBubGxyci9PZjZKNlg4N0lvYXpPbjBvRHBhTjdNUDljT3ROZEcyMy85K1hqNi9IT1AxdGI3S1hvdlJhT0c1a1hYMFlqZXYzZnhsUHQ0Qks5dTJ2QmYyVUJ6UkVQSFNFTjliVzFwMnZQMy9DaUxQanIyeUQ0Nm1qWGVIZ0xVWjJvc2I5VzlkWFhlTVVaYVpWNVpaN1JkYndiTnpWUnFFRTd0U3dqNWJUbytXem9PRGRaOUlIdXZ0ZDdCQzgxb0I3MkJkMmpWdE1vYW5jKzFzeitZYzVuUjJ3T2RTMkU5c0hUTjkzS2Q3UHkvYS81SDhqVWkvN3ltcDVsZlArMTY4OC9MMDVHMTlUNWVOYzNQampQV05iSVppK2lhaUU0MmVIWFRwcG11RHcxcm40NzlzM3RvK2M4eVJtaDVUMXQ5YmE2dFo4M1RVYi9yVWQwLzA0REpaRHZxMW9jQW1TaTNlcGwxWnU1cHlKajF2SG5HMDlZWnpkTWpiNEJrWnJKNWpZNDlDQ0hrVHREUHNjb2hSZHM3Mm1ldXNiSlJ4dk9IcHgxMFY4M0xhT3ZkK1RyT1dKbE1WcEp6ZEwxcTYvMGd2cGUxSHBWR2lranRYOURNN3ltRThicGZ6Zm96UWJ6NTV4cXQxM24wSHRMZW54bXMvVFhmWTgyaGRSVk83bTN5OWorUll0TW1UK2NIekxwWHRMWThhKzVwcTJlTkZTMmFhK3RJMTE2YnF4Nm5ybGRwdWxScXNnL1p5S3g2WmgzTnJUSEtlSjZYUWVjZGEwdXI2RE5JUmdUUGFlelVkdktVK3lDRVBJY3J2NkI3bjBHWisxajM4V3JuckpXTE1zUFhEbnVyL2xIV1NFWTc1S0p6NjVDN2poRklmWGFlV1Z1di9aL1l2cGJ4c2l2YS84OG0wNGpKTkcreS85ckcrMzI1aXZYbnBIbmE3OC82dnRmV3lIc3I4LzVHMzdlRDZOcFduVWQwSFVUUDByWFA2M2x0MDZiNVQ2TTY5enBGOWg2MS9LYzRWalJ0cnEzWCsvd0k3bDM1RUNBekhraGpCY2xVc3QwUEtmaUlKb201cDNXTWtZYk9rVFdhcWVpb1AwQnpNNVVhbEpON0UwSitrOTNQbGE3RGduVWZ5UDVyclZVejV5cVo0VVdITWkwWFpUUS9Pa1NPK1ZxcmVkVlIyek03dDlacmZ0WFdiRFpUcGZKblVHaERabjJ2V295ZlFZYU8xOEc3NXZwejgvVDVaMjZ0by9lTjVXZUkzc2RaMXRxZHZTSk83djJWdkxacDgxQ3NEd05OWDdWb2JYblczTk15YVBzajJrZVphK3RaUXp3dFU4WGErL1FEYmNLZ3VkMGFBVEpSVHZOV3pWdEhjMCtyaktpSHppdnJYUzNqaTJDWm1XemVvM012UWdpNUN2U3pxM3I0MFBhUDlwcHJ2RU0vbXRFT2ZhdHVhWm5NNnErZWQ0QWRHdUpGSTFMcnplZTZlYTQ5NzBpYm1YMHJzekpxa0lhS1J2WmYwa1RaN3VhT3lMOWY1MTIwMTFYYjE3cm1xbnRyYjQ3NjBUZ1RhY2djSWJvT29tZnAydWZWZnlMRnBrMk9qZytNQ3RucmF2bFBjYlRtbHViVmFldFYxenpyK2V3K3NudGxzdFlEYWFvZ21aMTg5SkNOektwck9Tbk8xOUh6dERIclZlYmF1cHF4Tk1RYklKbEJKcXV4VzM4WGI3MXZRbjZOSjMvUnRqNUhLdmM4N3hYVkk5a29NM3p0SUxicUgyV05aS3gxTlBlMGRkOFRHV3V1ZVpwdmFacW4rVnBtZllqb2Z3YjFKMWdEUlFScnlBeWl4b3oxdXpDRFpFVCsrZm1jWlAxWklkNzg4NC9XNnp4NmIybnZSNC9vL1p2RmVrK2Y0T1RlWDhjcm16WVAvZE1vYXg5Tmo2N3ArYk5uelQwdFEzU3R5Qjl6YmIzZTIwZDVSSDdYbzNQLzNRWUtXby9tZGg5UzhCRk5Fbk5QaXp3ckgyVXFjMlNOWmlvNjZzOWtzalBWdWgzdXVDWWg1RG1jK2d3NGVXaXc3aG05NWxydjFjMVpLK2RsaGhjZEFMVmNsTkY4NytBNno5ZGF6ZE15MmJ6bVdmUE0ycnFPNW1VeUNOay9oVUtiTjk3dll0VFVFY0YrbDhmUDRrcTA5N0RuZWUvcDJVZmZXNTZXZVE5YkdqSkhpSzVERHZES3BzMU5uUHpnNk54YjIrdFRISkc1NTN2cldkTTh6VC81UUsrSDVyU0gxMmhCbXpCb0RxMFJvQjdKYXQ2cW9ldFpSN1RLaUhyb3ZMTE9hSjZPK2dNME4xT3BRVGkxTHlHRW9HUStoN29PSmVzMTBYM25PcThHeVkwTWN2alNzbXN1eXF6KzZua0h5S0VoWGpRaXRRTE1yZldhWHpYdjUvRW5mbWFIVEFNbmFyeEVmdlE3RmZualp4SFI5VHBwMTFwL25wbzM2OVo3WlhqUit5bjZIZEJBM3RzVjF0ck92YXAwN2ZQYVA1RmkwNllINjRORjA1RVBvWms1ajh4WHJYbzk1RnBXRmxtdnV1WnBtUjJzL2VmclJKa1RENlFSZzJRcTJmVWhRTWJMcmJxVzh6SWlzWVo0MnBqMUtuTnRqV1lzM2NwRzNneWFHMlR6SHAxN0VVTEluWGlmWnp1SGdIVmZaSys1eHN1UFhOUXNXRFV4ZE8wdzZ4M3d2SFUwOXpUcnZqc3ozdHhiUjVybWVUOURMYnMrb2tiTURQSXZhcUtNMTdpSmZrOTIvSkVSaVhNbzY4L0w4K2VNVmhlOWI5RDN1ZVo3NzlsQjlmM3M3WG1TdTY3N09sN1h0SG5vbjBidHNON0R6ajE1dFI5d25KbTFhUDVSZEcydFBkLzFzYUpsS2c5a3Y4ajNIaDMva3FaYWgrYXlEeW40aUdhdFp4M1JPc1pJUStmSU9xTlY5QmtrTTVQTnIreld2NEZmZUk2RVhNazNmVm5YUGgrcXoyL2VDOWtEeVkrTTVsdmV4OURXN0pwYk05bytLTlk5b0lkWU5LOTUxanl6dHE2amVWYkd5dzdXLzY4TjBzU0pHak1qazIzT1ZHcEUvbm45UFpETUR0clB5OHBvdjNmZWUxK2JvejQ2emtTL0Z4N28rM3ZHdXQ3T2ZjeDA3Zk5LWHRlMHVZbXVENGZzUG5NZW1hOWE5WHJJdFpENVdGdWE1bWwrOXlPNlJ1UjNQbllhUFpIZi9aQ2t0MnJlT3BwN1dtV010TjI1dHQ3VkVBL3haekxabFozYVRwNXlINFNRUEZmOS90NzFSWDk5ZnBYN21QZEE2a2ZleW5yK1I5R3QvSnJWY25PbVkyN2RIM0tZUldvMXo1cGI2elcvYXQ3UDVVLzhUSWJPUDRleWZrOHJ6UmxManp5UmYzNVdLTWpyR08ybi9SdzFiMzMvYTJ2di9Xek5LMVRlejFiZEZWeCszVGYraWRRdk4yMmlYMUtVeW9mU1lNMGdOUmJJaDJBMFJscG1yajAzVFY4OUw1ZkIyblBlZThmUFBLem1TbFpIL1dxTkFKa291K3BhVG9wemE0d3lXVzkzanF3dHJhS2ovZ0ROYWV6VVpyanFPb1NRM3lEem1YTHlpL3g2SDlscnpmVlI3Y2hHVFFKTkY4WFQ4cWltZWRuNVlHamVkVHpXZXUxNjZQMVk2MGpUdk1welFVSC9SWTJWNld6T1dQcDQzUzBRZndYNXZmZGVkNjErL2RtdSt2cjdvNjNSOTVqMVhvM0dHVTFEaVdvejE0djJJZ0d2YXRvMC8ya1V5aDNYRlBuM2RaSDVxcUgzcmVVOUxacHI2L1ZlUHNwRFE4dWhEMlNQcWgvVm5Yd2d6WmRLZG4wSWtMRnlpQ2FKdWFkVlJ0UkQ1eGt2cSsxNkF5UmpzVlByY1dwZlFnalp3ZnRzNmo1MHpOZks3ajFxbzdxUGsvSDIwT3EwdkxkLzVNK2VOZGV5cTFZZHRiMHNiZldqdGFYTk92cXppeDdSdjZRWm9NMmJUT1BHK24zcDBrWCsrWmxabmpqK0R0clAwL0tqMzQzWlI5NzMzbnNWSVhvL1J1OU5qZXE5ZFBLRWU3aUZWelZ0SGtqbWd5ZjZNSWw4RDYvMkU0eGExc3A1YzI4OWE1cW4rVjJQYUgvUE8vbkkvaXNidEFHRDVqSVBLZnFyN3EyMWVWYnpSdFRiblZmV2x1YnBYYjVGdGM2aWV6OUNDTGtEN2JPczZ3QXg3NTNaYzlSNU5WSG1ZM2hXM1pyUHJLMXJXV2o1N0I0VzFiM1I1MnZ0SGYycy9pVE96V1QrRkVva2J0NWtHalFkVFo0L1EvZTgrZjEwRmRyUFUvUFczeHZyL1kvTUIwTkRSNjNXSXZJOWRtcG51dmFCZWR1ZlNQMXEwK2JLWDNBTDd4NW1ENW12R3ZyOHRMdzI5M3hrYmQycjlxaGk3ZWZkMCt4NWRkSGUzaVBUUk5scDJDQ1pqb2NrdlZYejF0cDhIVDB2TTBaYVpWNVpXNXFuUjk0QXljeGs4eDZkZXhGQ3lKTlpQKzg2RGdIem51aCtvNlo2T1BQcXRicFZpOVl6czVlWmUvZVJIYjA5SkRtUG5yZVdzM3p2NTRlUWFlQmsvK3dwMDRpeGRGUVQrZWRuZ3VxejM0MTFINW8vdnovV2RXV3V2YWNRdlBjaXlwcEg2cTBNVWtzTVh0TzBlZEdmUm1VK2pGRGZ3NnY5QktPV3RlYXJadVUxZjlibWg0YVdReDdvSHBZZjFYVStNZzJXS0J2NTJid0FlM2c1UksvTzE5SHo1akhyb2ZPTWw4bDRldVFoL2tvMmI5RzFEeUdFdkpuNXM3RGpnREwyUS9mNmlKK045b3ZxcTZ6N3ptdHJyakg4S0JmaDdZUGNtL1Y4MEVQeW5OOTVIaDdSdjZnWm1kMS9LWlA1THJOcTQyZXdrdFdISjQ2L2cvVXoxSHp0ZHd4NUgwVy9CK3Q3TmhxMVdrdUxydjBrbm41L1IzaE4wK2FCN0h3Z2VMV3poOHhYRGIwdkxSL05QMEZtdmZaSGRGM3pPeC9SL3BhWDFUc2ZXalBGYTdCRXpaZHFkbjdJUmtiVHBUajN0TW9ZYVpWNVpaM1JQSDBHeVF3eVdZdU9QWjdBdHp3UFFyNlZ0MzVCbno5YmRwL0QyQXZaQjhsK0hGL3pFQzI3anBqenlQMmlvN2RIQmUrMVFYV05PYXM5b245Sk00aWFONW5HRGFxSllOOXh0TXo0V1dWME1id1Y1SFdmOGZaYzM5dWVycjJQTS9QcSs5TjdiNkpFK1k1cmlOUnF0bmpUbjBqOVl0TUcrWVYrQzk1eitRU2pscTNPdmZXcXI0OE9vcjB0TDZNLzZZRTBZWkJNNWlFRmY5Vzh0VGIzdE1pejhsR21NcStzTXhyaUlmNEF6WGwwN0hHU3A5OGZJU1JINW5mNnFWL0E1K2V3YzQ4ZndldWpiT1N2YVBsVmk5WXpzMmZOTllZZjVTeThldVNlb251MTdndTUzNUVaRDQvTW4wS0orSDhPdGRONFFiWHhtbnNaUzlOcVBYMzJaN3lzaHZmZW5iR3VNNzlQMWpVNjk3Um9uSW0wNkgwOVFON0hGanUxUDgwcm1qWVAvTk1veTBNK2VLSzF4cHhCcmhIeFdjYmQrVml2L3Z5d1dIT1ZSN1NYNVhrMVVSYXBSZi8xREtwNU91cnZQaVRwclpvVTU1NkdqS2kzTzlmV2FLYWlvLzRBelZuczFuZnp0UHNoaE55UDlibndwSVBDdU1mcVBXWHFQK0xuTEQrcXE1TGRkODRqdFNOampVaU5GT2J6MmpvWVI5ZjNNaEZvQThmN1Z6ZmE3NDdXekVHKzUyamF1aDZ2ZVVYejlPR0o0KytpL1l3MVgvdGRSZDVQMnZzVmVmOXJWT3Rtb2owaUh3WGRCODE5RGE5bzJ2d1E4eTk4OUNIamZUaEc0NHgxVFhTKzdxbHBzMzd5TWJBOFZMZXlWejBxRFp0S3MyYXVFU0EvUDd6ODZubnJhTzVwTzJPa29mUEtPcU41T3VvUDBKekdUbTBuVDdrUFFzajdXRDgvbnZDRmY5elQ2WHY1U08wYVdoMmlSZXVaMmJQbUhpTjNLbzlpN1ljODk4NzdFSW4vSEdwa3FuL21WRzNrUkd0Tkd6K3JGVThYdzV2OUhienJycG4xOTJEV2tQZSs5bjVkdFdqVWlLNjN6bGVRMzUvSzc4VGx2T1ZQcEg2dGFXUDlBcStndVlob244aGZRVDdjSWo3THVEc2ZhMHViSHlmd3JxUHBWbDdUcjNpZ3paYXVoZzJhRlNEajVWWmRqTG5sZVJyaURUS1ozYm0yUmpNVkhmVUhhRzZsV3RmSkUrNkJFUEpkeko4cmovL0NidkNSbm52djJnY2xlejB0ait5Unljelo3RnhqK042aE5icTN3Y2dqZndJMTQvMDVsSWorMzlacVF3YXBpOWJqNStCbHJGeWtEenErVDFnL1V5c3p2UG05czY2aitTQjYzMFhzMXBPYmVIelQ1cVkvamZLdzdnZTVUeTh6ZTlZYzBhSnhCcm1tTjljK1dEVmQ4N3NlM3Q2YWptYXQzTTREYVpnZ21Xd1d6VmtQS2ZwaXpEMVBtM3RhWnF4bzZ6emphZXVNNXVtb1AwQnpHanUxSGR4OWZVTEk5L09SZXc4eVYxeS9lZzJ0RHRHaWRSVnZuK0ZaMTg3ZXc1eTM1c2g2MVpGN21MTWpqLzRKMUl6M3IyN3UvcGMxMFhyOHpDTE55NHFpVzBRL0YyOGY2K2U5ZXQ1N0JabXZkZEY3MnN0bHJ1ZnBuaC9WYUtBMWFPNHJlSHpUaHZ3ZnlJZGp4R2NaZCtkamJkMmI5dGdsMmxmVEVRMTVWT3QySDlXbVM3WE9la2pTejZ5MXVhZFptU2huWlNyempuVlZSLzBCbWx1cDFuVng5L1VKSWVUcGZLVG40TksxVDRYNTJzaDhKWHZ2STYvVlZmZXkxcEd1WmNiREk5dkFzUm8wNko5SnJmODlSakxlZXJ6KzFscVV0WmJSOVBrOW8yVXRvdThjMmRyMWZURnIyaHFkZSs5Ykw3Tm1FYnIyV2RtcGJlY05meUwxUzAyYjZCZHhnT1ptdEpyb2c4ZTZ6cXdqKzg1YU5NNVkxMEhuMnZQUjlKWFA1aVBhUzlPcm1wYnBmT3cwVmJyK1hLcnlrSVRuclRQemRmUzhlVVM5M2JtMlJqTVZQZkptMEp6R1RtMFhUN2dIUWdnaHZYeGsvOUNHN0ZITnpKbzFSeGo1Nk9EclpTS1EvNGZOeUNIL3NrYlRLaGx2SFdWSDQ4RmFWM0ppZUIxNFA5L1ZYOTlQczU5NTMxWGZpNWFHN0lka3lBRWUzYlI1MFo5RzdWTFp0MUlqWW45Z29uTnZ2ZXJXQXdYZFI5T3JXdWF4Vzc4K3RHWUxxaUZlNTBNU3VoaHp5N1B5cTU4Wks5bzZ6M2phT3FONU91clBaTElyTzdXZFBPVStDQ0hmeGVuRDNKUDRTTzNBcGRVaFdyU3U0dTB6UE92YVNDM0t6dk1iV1RTUGdEUnZ0UGM1OHE5bWtJeTNYcHNwbm9mNG1xN2x2Ti92enRmZSt2eFkzeCt6NXIxL2tQbGFGNDFhalVWMFRTMW5aYU5yYWFBMWFPNzFQTHBwODhWWXY5Z3oxZ2ZieWljNTdzN0hldlhuUjhTYXR4NW9yZVpwV1VTTDFrOStaQnMyV2w2QXVpaS9hdDQ2bW50YVpZdzBkTjZ4cnVxb1A1UEpydXpVbnVLSjkwUUllUWZhZ2VKdXJFTnBOMWRkcDhKSDhFT3FCcG9ib0huMFhqVFB5cVBYcnVMOUQ0alJmMjJ6MjZSWjF4bHZmWjlxNzlrMW83MjNyZmY3L1BQc3dudGZySm1oZVd0MG5uMHZaZDZucDducnVpcFAveE9wWDJuYW9MK1VhRzVHcTRrK3hDd3Z1bjdrUjFqWFF1ZmE4N0tlLzZtSGQ0MVYxM0tvNWwwL3ltaVB0VUdDTkZneS84b0cyUytUKzhoL2lESldidFdrWVc2TnErYmxJNjB5MTlab3h0TWpEL0ZuTXRtVm5kb3JlY3Q5RWtMT2d4eWluc0J1STJXMy9rNCtzbjlvMjkxRHEwZjJqREtXSDlXdGpIejBwMDhyWHVOR2U3OTBOMm5XOVR5UG1qSmVWdE9Rek5CRTBWZS9BckxueUt5YXRVYm1hMTAwYWpXV1ZuMFBSejRwOE5pbXpRLzlhVlNFZGwzMFhqN0x1RHNmYTB0RDc2dkNSL1RyYUxxM3RyVHNIdDJQVERPbFVvdGtySWNVL0ZYejF0bzhxMmtqNmxtK2xZbHlIUnJpSWY1TUptdlJzY2ZUK01iblJNZzNrajBFUFAxM096cEFkcU1kWWxGMmFqK1MvOWxaVlBkQzZwQ01CVnFielkySHlEOS8rdlFuZUFQSGF0eWcvOXBtWGE5MTY3cnlIV3A5YjYzcmRjOG9iMlhFeU0xVTMrTWljUk5qelZpYTFqQkI1aGtxZFY0TnNoK1NXVUZyME55cmVXelQ1c1ZFdi9DVzczMUFSWm8xYWxuTDl6SWYrZThhVFp2MTdvZTF2NlpIYXpTVGZYVHM0VDBxalpkS2pmV1FwTGRxVXB4N0dqSld0SFdlOGJKYVJaOUJNb05NTnFKekwwSUlpZmlXenh6ckFGbEJPN0JXNmR4cjV0UytIaC81NTdyYW9YalZMZVljV2lPaVo1SDZrWWx5eVArN1pvQTJhRFF0KzY5djV2bjZjMGZtNjNyZEkxcG5NcUxvV2dZRjNXdmtQTTE2MzBWemROU3c5ajdObGRjS2VmS2ZTUDFDMDhiN0pacEJjek5JalpkQjZsZXlOZDRIbzZaNStZK2phZDR1Njk3cnZhMTZabTFwaUZmSlpSOW9zK1hxL3lteEpQUlZrK0xjMDVDeG9xM3pqcldsZVhya0lmNUtObzl3WWs5Q0NQa1d0QVBhRHNpaGMwWTd1TzZDSEpoMytJaC9tSXY4S3NpK1NDYkQyQys3SjlxODBYNG1Xa01tMjZSWjE5WjhmVjlVY3F1SHZQKzB0Y2gvMTgzZUlQcytqdDZyQSswNjYrZUQxanhCNWhXaSt1cDFJNThrK1lXbVRRZlpYOXdkckErcmxRODRybk5OVzMyazFycTNUK1BEMjFmVHMydHRUOFNMOW5uQzQwVERaandrb1lzeHR6d3J2L3Fac2FKcGE4L1QxaG10b3M4Z21aVktEY0twZlFraDVDM3NIZ0F0dkVPbkJkSkk4VEpJL1FrcTEvMUk3cUNZeld1c2UyaDdldGZwdUFmdi8xL2orY2gzbE13YW1jOC8xL1ZuYk9VaVQ5T2k5ZEFHM25zTi9mbDR2ME1yODJzd2ExR0RKSnF2bzBYMmZScUIxQ0taRmJRR3piMldSelp0SHZqL3MwR0o3aHY1TU5PSWZBdXREcjJIMWJQMnNyd3FIK05oK2F1MnUwYTl6Z2ZTWU1uOFQ0bXZlRWhSazhUYzB5cGo1eHhaWnpSUGo3d1pOTGRTclVNNXZUOGhoTnlKZHZqcFpENllaZEFPcXBWTWxXanZ5SDhLSHpseklPemNOMnJjb045SG91ODIzbnBuampacE9obzIzdStUMTJDSmlINlcyajNNT3RxWThlWXJ3MXRITFdOcDN2NGRuTjcvSzNoazA2WVI5SmNNemMwZ05VakdRcXY5Sk1lWldVUG0xdHA2VHArbXg0cmxyMXJYZXZYdWVPdzJZM2Jya1llQXVyZU81cDZXR1NNTm5YZXNxM3JremFBNWk5MzZMRmRmanhCQ0tuaUhpaE9mWTlxaERnVnQ4a1JORTh0SERzNGFTT1lPUG9JZFpEM2RvbXNmQks5eFUvMXpxSTcvMlhCMnZyNVByTG1XOWRiVzcwWG1keTM2bVVXL1R6UHJmUTB0MDVqUk11aDdDODNOZVBjVXJWL0JVLysvTnQvZXRPa2crdVhkeGZzZ3NyUU15SWVlZHc4ZlI5TzhIZFo5MS92eTlEV1RYU01QTWVhLytwQ0N0dm9pZm1iMUsyT2tlZk9NcDYwem1xZlBJQmtSUE9mUnNVY25UN3NmUXNoN3lYNHB2K0x6SjNONDFMQU9wUnBSQXlYeXU4bGVUOHRuOTlqbEk4OG1hZXJ4QUFBZ0FFbEVRVlE3cEhyUEgvaytFalZ5ME85STJueHRvRVQ1TmVjMVpLSzE5WDRSUjllSTNsL1J6Mys5djFYWEdpTEkrOHpUckZIRHUyNEhsVDNSR2pUM1NoN1h0UG5CUDQxQ1FXcyt5MWlkcjlmVHROWGJmYXhvbmxhanpaRTFzbzlYRStXeisxaVB6SjlHWmYrVnpab1hvTWJMUnRycWE1Nm5WVVpyYnZtZTUrVXlHVStQUE1SZnllWXR1dmI1QnZoYUVKTG5TVitvbi9BN3JCMnlLbGlIVHcwa3F4MXdQUS9Sb3ZXTWRkajJhdDdFUjg3OUxuai8yZ2I1enFKcDF2ZWc5ZWNSL2N5UWZieWZkK2I5NU8xai9RNGd2eHVENk9mbnZiZG41bnVjdFQ5bEhubVdoaERWV1g1VWg5SzF6OWZ5dUtaTkk4Z3ZuQWllbTBGcWtNeU05YUcwc243d2FSK0VhOWJUdmV0K0hDMzcvRHcreGtQekxVMmJSK3ZWKzZWSDFOd1JZQThycytyZVdwdDdXbWFNdE1xOHNyWTBUNCs4QVpKWnFkUjRkTzlIQ1BsZWZ2bnp3anJ3VkZrUGNnaEkwd050cHBDWWo5eHpFTFYrUnRVL2tVSytIeUhObVoxNTFJU3Bab2NtanE0Ui9SNUVQL2Y1L2l4dGZmL01hMnUrWnRGUnE3WHdmTytlWDhNVC8wVHFtNXMySFVTL2tMdEUrMGUraFZhM2FzZ0g1S3g1K3U1anhmSlh6VnBYczluNVd4OVJ3K1lqL3lIS1dMbFY4OWJhZkIwOXp4c2pEWjFudkt6bTZhZ3ZnbVUwcW5Vb3AvY25oSkFuRVIxMGR0RU9lQWpXb1RTVDBRNjdsaDRkbEtOMUJ1VDZFZG04eGtlZWN6ajFuZ3Z5L1FUOURsU2QvelhOb3pXU0ZVTmJkUTNrNTIzdG9WM0hhM2JNYTJSZVFhdmYzVk9qc2lkYWcrWmVCNXMyUFVTLzFOYUhsNGJtZjVMampIZHR5L3NvMlZtUG5rT0dqL0t3dkZWZk02alg5UkJqZnZyUjlhZFIwVU9LbVZYejFpSTF6UnNyMmpyUGVObzZvM2s2NnM5a3Npczd0YnZjZVcxQ0NMSElIQUM2UDhlMEF4UUtldmpVRHE2b3J6VTdOQzBEY2xoSHI0SG1ydVFqdWZkVWhkMC9rVUsvRDJYbTg4OGl5cUp6cnlrVGVhTDRxemJyR3NoN0M2bVBHaVh6T2pOSDMydTdPYlErb211ZnIrUlJUWnZHLzU4TnVnK2FtMEZxa015TWxzL3VzWUo4MkNHZWRSK2Zwc2VLNW1rMTJyenFJZlBNSTF1WHplODhNbzBkS1daV1RZcnpkZlM4QWVKVjVwR25hVnJHMHlNUDhWZXllWTJPUFo3R056NG5RbjZGcTcvVVgvVjVZUjJHTXF3SFBRL3JrTHBtTEI5dGlIaUhaMjFkQmJsWGEvUnFVTEw1MDJTK2czamZYOWJubFpuUHRWSFdtdjhCODExUERHM1ZWN0tmUmV0ZWEvMThqN1AyRjh4bk5IMW8xcWpoZVpHL2V0RmVCT0JSVFp1SDRmMlNkb0R1bjgxRkgzN3JYUE0wWDlNNytJaStQNkpwOHgzUGUyU3l5UFdxKzEzNWtHSm0xYVE0dDhZeGozSldCcDFuUEcxdGFidmVBTW5NWlBNUjNmc1JRZ2pDbXo5N29rTlFGdXZRWjVFOWpHb1p5N01PdjlFOXpYVGtzM3Q4SzlacmdIeFhzYjc3cksvdG1GdE5FV3VmcUU3YncvS3JudlYrWGJWWlg4bSt6Nko5dE4vbnYyQ3VyUzBOb1hNdmo4cWVhQTJhYzNuYS85ZUdUWnQ5b2w5WTZ3Tkx3L1BYRDY5MTFMS2V2bWEwdGJWMzU4UGFHOUdzZWVSWjk0SG1NOWtUajZ1dUdWM0g4c1dZZTU1SXJHWEdTS3ZNSyt1cWp2b0ROTGRTcmN0d3hUVUlJZVJPMEMvMnU1K0gybUVxWWozY2VWaUgxdG5YUEV0ZjhRN1VYdFk3bEhlajdkOTVMNVdhQ3BudkhkNTNHV3MrUHc4a3I3MW1IVm52NTRIKzNMVDNQZko3Zy83ZXIyanZMODJmNzB1YlI5NnNhWjZXaTdCeWFIMUUxejVmQjVzMk9heGYyaGtrTTZQbHMzc01rTDJzRHoxdFBiVHEvVVI4bG9lbVcxbzBSM05yalhaUGxlek9vMnVmblljVU02dm1yVVZzVGZPUnNhSjU4Mmk5ZXA1dVpTTVA4V2N5V1kzZCt0TTgvZjRJSWUrZzgyQnc0blBKT2hnaElBZk9BWkxWRHJWWjNUdFFhK3NNV3UxOFVFWDJSWE1aVHV5SmduNC9pWDRPSGZONXo4alhzcFp2emF1NXNSWkRXNm4rYktQOTF0L0pQMlh1ZVd0dVpuanI2R1V0TXJYUlhpVGdNVTJiaC8zL2JOQTlxcUQ3NytSbWJmVWp6OXB2ZmlDc05kRWVxNjVsNTNVMHorUVEzOHBXL013RDNRdkpJUmswcDJWV1RZcnpkYlE4SzI5bEt2UEl5MmllSG5rREpET1R6WHQwN2tVSUlYZnloTSt6NkVDVVlUMGdlYUJaN1FBN2U2aHVaUzBmT1hCbnI2TWRWT2ZScTBISjVrK0NmZ2ZKcktPNTlmT0pzcWlQdmhlUTNQcmUxdDdyM3Z0LzluZlFyamZyOHoyc3Z1WnA4N1UyUXN0bjkwQTRzZWZYOHBpbXpVdXhmb2sxUDVPMVBHdlVzdDQ4OG9ZVzNWUDBpTER5MXZxenJKRjU1RmxheG84ZWtwemYvWkNOakJoenp4T0p0Y3BvelNNLzYzbGFSVWQ5RVN5alVhM0xjTVUxQ0NIa2FXUU9JZFhQU2UwYTBWN2FnVkFqeWxrSFdVOUhOTVRUeU81ZkJXa0VvRlJxTWxqN2E3cTNScDd6UEo5cnRibVdqZmFLOWwrZkUzS2ZYczFZaTZITmRQd00xMzNuZTV3MWE3MTZXbWJWb2pFaWM4MEszajdvTmRDY3k1UCt2elpzMnVBZ3Y1aElaa2JMWi9jWWFCOWszbHp6clB1cDN0UGdZenlzektwcDY4emN1NzZuUlg3bVd0MlBuV3NPVUIyOS9xcDVhMjN1YWNpSWVwVTVzdlowS3h0NUF5UWpndWNzZHV1djRBMzNTQWg1UHFlK2lIZCtSbmtIRjRUMW9HZUI1TFNEN095dHVwV1BEc3hXMWp0MFI1cDNqWmxzSHFGekw1VHE5NVAxWGp2bTg1NmVGdm5XejkrNmYzUXV6dHJTVnErRDlSNW1mZjM5L0ZQbTJ0clNNa1Qxbm8vY0h3SDUxYWFOOW91SGVCMmcrNjhmUnRHNHptZThqTGJXOXZsc1BEU3N6S3BaNjY2NXAwVStxbFVlNno3b3ZtaHVaR2VpZkhTTlZaZmlmQjB0ejhwYm1kMjV0czVvbm83NklsaG1rTWtpZE85SENDRjNjZmZuR1hKNHlkeWp0cDlYdng2bUtobnJRS3MxS3F3RHNiWE96Z2VhdG5yVzZOV2dvSGswbDhYYk4zcXRWdC95b3ZtOHI2ZEZmcVIxem1WYWE5cFl6M1QrL05iOXRldCs1Ti8zaFhxVzV0R3hCOEtKUGIrU1J6UnRidmovMlhRUVhVdjdRTEtJL0FpdGZ0VzgrN0hxZCs5cjVyTThMRy9WdEhYSDNQTzFYUFRRYW1Sai91U0hBSnEzMXVhZWxobFJENTFyYXpSVDBXZTZNaHJWdWlwWFg0OFFRcTZpZXVENC85bTcxeVZHYlNBQm8ySnIzLytWc3oreUpKcE9YeVVCQW4rbnlvVm90UzZBamJGbU1wbTVMNDcrZ0pRLzhtWnpaTDBYNzJQV2orUkRLV2RvK2RVK3BLalB5bnlqK3BXOGF4WTl1MlN1UjZiYzkrUEZ0RFlqc1ZYbGM3K0orbjYvMTM5V1ZwSGo5dkcvbExLMjc4WFBXTFNOVk1ZYzRmV3phb3hYMldMUjVnVzBENnFVeWVscCthdjdrUFZSbmRYZmlwZWsxWG14MVdXclhwdDNKbGFwWC9XeXhySGlLMTVXM3pMZWpISy9yK1Y0TVcrYnJSc3BXN0ZNVGhTUDZrNlpuTmJ5ZVpGVi9Yd2Q1d25JKytwRDloWDNnZWhjWmNhMGZsQnA1QS9BYW83MXcxYUxSeitTcGV5UDdTaW0xWTNrWldUN3lPWmxlZjFGenl5eTdZcHkzK2RvekxybTBYdGlwTnljL1Q1MjBzNnB6TW1TNDFyeG8vMlpFKzFic1lxb2ZWVGZxK1RPV2pMV0x2K3VEWXMyOTlJKzNCcDVRN0syUGF0dkdlLzNyWDZ5ODZ3Nm10Ni9qTW04MWVWTXJKcHZ2YUw2U3R1WnZsYTlXaUxtN1VkbGF5dGpYbjRVeTVZeis1V1lGOC9XdDViTGtVYmFaRjNaTjREditPVjdSZldCdjNxdXRQNmpQdVFQdlpFYzdZZXRGYmRpWGs3Mng3WTJ2bmRNaDdMMXJNaXg2cU4yRmRFeGV6RlpiOVZGNWI3ZkZUSHZtbWZlRXlQbDF1MWJzVDdlRzcyV3NpODVuek9XM1pkMVZzeHpWUjhqT1QvdlM0czIyUStKbDVmdEk5TDNFL1VaMVVlMDlqTG03UjlLZlIrdnp1OXdYbGFlakduN0s4cGV2WmNYOWVIRm9uRzljdVpsNVZmN3lieTBQcU9ZckcvTno1SDFsZTFJVEpZeis5bWNrWGd2azlOYVBzOHkyLzRPYjVnamdIZTY0OGZDaW51WU44K28vOHFQUy9ranNGTHYvYmp0WTlZUFkyOC9vdVdmc2RHK3ZENWxXWXJheW5nejZySzh1VlNmWTZ4anpKUlh4cXI1Szh2bmZoUDFQZTM2enZMRzZtUFJ2aGZ2ejYyM2pXVHpzTURqaXpZTC96MmJPOGs1VjQ5QnkxL2RSelJIYmQrYXcxRjRlYXc4R2V2M3RUb3Z4eXRiOVY2ZWxUTVNXL0dxOUZ2SmpmcXgrcEp4Yno4cXk2MVhkNnJVWmN2YS9taE9GSS9xVHBrY2FhUk41SW8rQWVCSlQ5N1hLajk0c3ZPMGZyaDU1STgvTDBlcnQrcTBlUFREV09ab1A1eTE4a24rK1BUcXJLM0dxN055TW0xNjNqbTJSRzI4ODJEdGo1YjdmclI2TDArN0JsNmRsNWNwUis4cldkZnY5N0ZlNWJwWnJINzdlSFhmaWxWRTdlVTVuUm5yNVBXVEhTT2J0NzNIRjIxZVlNVUhzTFY4UC9JR1pHMTdWdDh5SHUyZnNleGNQWWZ5c3VwbFRKYTFPaTlmSzFkajNualZ2clJZOXBWcDYrVmsybnR0SzMxNys1WHl5RFpiNTVWSDlpdXgyYnBlTnM4eTIzNmxuZVlDQUpZckh2eEg3My9SanlkUDlzZW05cVBQcXJmcStyZ1Y4M0swZXEydS95R3V6U1U2SjVwc245WCtNL25hdVJySnNlcWpaNXQrUHlyM3g1T3RyOVJwT2RHMWo4b3kxcHo4dnM2SzlmR1Y1RHpPV0haZjFsa3h6eFY5Vk5zL2JvZC8xK2JYRm0za0J5eGJWOUgzRS9VWjFVZTA5akpXM2Uvak15K05WaTlqVnIxV2p1cWozRDZXcWRQNjkxNWFYaXVXUi9yVjZyejZrWHl0dmhsbHI2NFpXNit1MzQ3RXZISm12eEliaWZjeU9iMXFmc1lWZlFMQTIxeDlMNno4SU1qT1JldlRheXQvV0ZYcXJicnNEOS8reDNLMGI1VzFYQm5MYmpXWk9VVEhZY1UwM2cvZGJQdG83Skh6M0pmN3RsNjlkbjR6ZFprK3JaaFc5dXBiVUNmcmU5cjFrRGxaM2hqUmUwSWJVNHYzNThMYlJySjVrVlg5Zk5aWEZtMjBEOHBWNUZqVnNiWDgxWDFFYzlUMnEzUElPTVJMcTh2c2UrV29YbzV2eGJTNlRFNm1mYWIrcXJheW4xT2xMak1mR1d1RnNoZXJiQ3N4SzhmYXorYU14TFAxcDJ5ZVpxYnRTcnZNQXdCR1hQSGpZdVMrR00zRDY5UDZjU2RwUDFncmRYMDhFOHZzUitXVC9CRmFOZHBlNWx0emEwcmNNanNISytidFY4cDkzMTZzVXVmMXFWMzc2TDBSMVovbFp0UnA5WDFNcWx5dm51eFB6dTJNVmZhdFdFWFV2cStQY3JPOGZsYU44UXBmV2JTNXl1aUhUY3IyWTkyODVMWm45UzNqMGY0Wnk4NVZjNGlYbDFQWmwzRlpIcW52WTFhZGxxT05VNm16NXVPVk0vdVpjV1Z1TDhydjIwVGp0c0d5M0ZwMVZyNlZreTJQN0ZzeEx4N1ZuVEk1cDBwdTFoVjlBc0FYWEhsL3JQd0l5Y3lqK29QUytzR281V1RyS3JIc2ZsU1diYlc2YU91MWJVNjVZclNkeCtyVE9pWnRYOVpwNVQ2bkdyT3VsOWMrV3hlOUg2ejZKdUtaL1Q1MjZ1dG1hR09kY1RtK3RTL3JySmpuaWo2cTdXZmNPZFpsSGwyMGVlay9RdXlwSEU4bFY2TzFsN0hNdnRYUHlFdGo1VlQyWmR5cWx6R3JQbE5uNVdpNW1icVJWOVJXcXo5RmZWZGZWcDh5N3UxclpTK1cyV2JydlBLSy9kRjR0djZVemRQTXRGMXBsM2tBd0l5cmZnUlU3NUhSUEx6K3RMWmF2dmFEclZKWGpXWDJ2YklYNitzeXRQeG9mSzJkZHR5WnVvcG9EQm1YOCt2M3JicStQQnJUNmlxNW1Ub3JMMVBmQnZaNzF2bVB5SFpXMzMwODJ2ZmkvYkY3MjBnMkw3S3FuMDk2ZE5IbVp0b0hLRk0zU3VzekcvTkVmY2o2YVArTVZlZmhPWnJkcDR4NysxNDVHNU56c2VxdXlyRmltWEttenhXNVVUOVdYMXE4RFpaWGJLT1lWODdzVjJJajhWNG1wMWZOejdpaVR3RDRpcXZ1a2RVZkxabDVXSDFhYmJVZmQxWjl0azcrMk5WaUkvdGErYVQ5S0xmcXJLM1dKcXZhaDNhT01xSjJtWG5JNjJMVmFlZTdHcE4xMmptdjVGWmoyZnBXMkQvOTFYUXlUMk8xYmUyLzQ1Nnh5cjRWcTZpMHIrUnU3K2wvalBnTGl6YVpEOEVxY3F5VlkwZDlhZlZXbTJpZVhydnpsWFVvTHk5SHhyeDlXVDVFZVVWTXk5R09aeWJIYXhlOVpOdG9YOVo1OWRHNFZsdXJyZzJXNWRhck8xVnl2UExJZmlVMlc5Zkw1bGxtMjYrMjIzd0FJT1BxaC9icXZURXpINjlQcmIyV0wzOE1adXFpdUl5TjdrYy94bVViTHllYkY0MnY1Zld4cHNSbC9XeE9hL0hjdGYzTWVSNk5hZWMwbTV2cE40cEY5ZkxhWlBkUDJybWU0WTBqM3dQV3ZxeXpZcDVzSDlWK003dytyeGh2UzE5WXRMbUsvTkNOMHZyeCtwWTNvMng3R2N2c1IvUEl2Q3hXam94NSs3SzhLcVlkZzdmTnRQRnlyRmltSEkxeDFuczV2VXcvWHA1V3A3VnBRVmx1dlRwdm02MlQ1Ulg3VnN5TFIzV25URTZ2bXA5MVZiOEE4RlpYM1JkSGYzaEU4NG42MWRwcmJXU2UvSUdvMWZWeEt6LzdvMWpiOThwOS9xRnNlNVU2clcrdmZPNjNadmZ0OFg2c2Vxd3haVXliYTNSTWZUa1QwK295MTJla1RmWTZaV0t0c04vSGVuMzlDS3ZQUGg3dGUzSHRQR3JiRmJMenZNS2RZMTNpc1VXYkgvLzNiRVpwWS9ReFdSL3RuN0VWY3ovRXk2clA3SHZsRlRFdHgzcFYybmc1YmFMczlaV0p5eHhMcGwxbXpCYVV2ZGpNZHJhczdXZHpSdUxaK2w0bFZ6UGIvbTV2bXkrQWQzdnlvWDdrZnBlWnI5ZXYxVjVyby8zWXE5UlorV2M4K2xHczdXZkxmZXlVK2FFYXRXbko4c21LTlNVK1F4dkhxcFBYeGFyVHluMitGL091UnpiWHV6N1orV2g5dFBiZi9tVDV6UEgyKzVpTXIyS05XZG0zWWhWWDlIbGExYy9uUExab2M3UCtRMVNwRzZYMW1ZMXBzbm10L1RjMzJ1L2pNeStOVnAvWmwrVkRsRWRpMm53ejIwcGJMMmYySmZ1eCtqMUYvV1ZmVm45YVhNYWlzcldOY3JKMTJYSm12eEx6NGxIZEtaT2pHVzJYZFhYL0FQQ2t1Kzl4c3o5T292bEcvVnZ0dFhZeTEvcXg2dFhKSDd4ZUxMdWZLY3QyY2l0bDhxeTJNcWUxK0hqN3VGYVhaZlZ0MWNsanFKN2pURXlyczNLODg1N3RJeHV6NnBwU1BuTXkrNmYrWEdyMUZkNFk4bjFqN2NzNksrYXA1cmMyMW1aYlQvNjdOcit5YUxPQy9QREovUm5SRFVuVDEwVnowL1pYenI5M05MMS9HZlAyWlhsRlRNdXhYaU50dlJ5dHJscTI5bVVzVTVkNWVlMjF1SXkxb0N5M1hwMjNqV0t5WEtuVDlpdXhURjJtdmxmSmphenNDd0JRTjNJZnJ2eGc4UHIzK3BIdHROdyt4L3ZCS245RXlyZ1g4L1pIeXYyMlY2bnJjNnhZYTMvMjQvV3JzYzZaSnBPYkdWODdybXpaT3g5V25aZGJiWnU1SmlQNVo3a1Y5dnRZcjYrdnN2cVQxOTdiOStKV2JxYSsybDkybmxLbHowOTYrNkxOekFmQXM2cGZyWi9adnEzMk1oN3RuN0haK2JUMmJ6K1pNYng5clU1dUt6R3JMdHA2cjBvYnJhNU5sQ3ZqOUhXblREOWVybFpueGJ5eUZ4dlp6cFpIOWtmalVWMHZtNmVaYVR2cWlURUJZSGVyZjB4azdyV1pNYTErTWo4NHRSOXBWbjFmcDhXOW1MYy9XajZkc1dqcnRkSHF2UDJXaUVuUnRjeTByYzYxVXRiT1NhWXV5bzIybVQ2MG1GZlhnbkxyOGsreXZvL0orQXJXZUpWOWkzVytzWUczTDlyc292OXc5bVZQTnUrazVjdFlkYitQejd5OC9tUmM1a1IxMmpZYjYrdTh1VmUybGI2MHV0blhLUnZYY2l4Uk95M3U1VVZsYTJ2VldmbXlMbHNlMmJkaVhqeXF5OVJMMWZ5TUsvb0VnRjgzZTI4ZCtkSGtqUm4xcDdXVmJXU09WeC85bVBWaW1mMXNXZjdvSHRuMnREcVpaeDJqZGY1bTN5c25xejhyYnMwdkt2Y3hMYytxaTdaYTIycGZYbzVWMXdybHM0K1RGdXZqV2wyRjE3K2NoN1Z2bFVkbzdXZjdQSzNxUjdxcTMxczhzbWh6OHo5QzdJMlZuWWZNeTdZN1plWVFiWHQ5TEpyTDdOd3JqbWJQMTVwelgrZVY1VFliaTdhWlY5VEh1ZlhhYUhValpTOTJ4cTI2NnN2cVM0dDcrMXBaYnIwNmJXdVZyZnBLbmJaZmlYbnhiUDBwbStkWjBjZlYzakJIQUwvcnlRZjk3UDB4TzBlclA2KzliRlA1WVdyVm5YRXZsdG5QbHZ1Mmg3SzFlUGxXckxVLys1UmphRGw5WEt1TFJHMjE0OVRPYTZXY2lXbm5LTnBhYmJOYnI0OXNYVlJ1eXI0VmszVWpyUDdrMk42K0pwUFR5K2IzZWRrMmNEeXlhUE1qWmo2WUZxdlBQcTdseU5oaDVJMDRtdDZmRnRmMnMyVnRhOFdzdXRHdDk4cTAwZXBteW4xTWkvZDFWcjMxaXRySnVKYmJncklYeTJ5aldMWThzdS9GcmR5b3JwZk42NDIwcWJwakRBRFkxZFgzd0JVL2FMdzVadnJYMmx2dCtseVprNm1MZnVUS21MYy9VdTVqSisrSHZKVWpZMDJKOTIzN2Vpc202Nno2YW81MUxOWitWTzd6dmZNYjVZeHV0YjZqTVNwMUxTaWYrZHArSDVQeEZhenhzdnV5cm85Rlc0MVhwNG5tYXNubVhlcXBmNHo0ellzMi9ZZGhwV3EvbGZ4S2JrOXI1L1dWelQvRUt5THp2VDY5bUxZdjQ3SnNiYU82NkdXMXpXNHpmV3AxSTY5VE5pN3J2YlpXdlRlR3R0L0h0TElYcTJ5am1GY2UyYmRpSS9Gc3ZWVE45NnpzQ3dBd3AzcFBydjVnc1BxUCtwSHR0SHd2cDYrTDRsN00yOWZxWkZubWEvV1piVS9yUnl1MzltZGJxeStacDlWTDN2dkc2ak16cCtqWW9sajIvTGFKYmRSM1pxN1JjV1N2cTdWL092NHRtdGN5dyt1L2owWDdVWHpHRlgxbVBEWHViZDY4YUxPai9rTlpqV21pdGxaWjI3ZGlzdDU3ZWJRY0dmUDJ0V1BSNnJWdEpzZmFqcnlzdnM2dDE4YUtlV1haVnU1N3VWWk9OVGNhcHpXOVhwWmwvc3gydHB6WnI4UzhlTGErVjhudGpiYTd5bTd6QVlBcjNQbURJYnF2WnVlaTllTzFsZm5XRDBHdFBvcDdNVzlmcTVObG1hL1ZWN2N0V2JiMm00ajFjYTB1eStyN3JOUEd0T1pxbFRNeDdYeGxjMWR2bzdGYUVOUEt6YWpUNm50SEcyZjFKOGZXOHJ6NnFJMmwwcTZTMjFvOVArdXFmaS8zeTRzMm94K2EwWGFhSTloV3lYWmFQNGNSSDNFMHZUOHJadFgzeDYyZGcrZzhhZTJ1M0dxdlRCc3Y1cFd0ZlJtVGRWYTk5L0xhYW5FWnE1VGwxcW9iaVhubGtYMHZidVZHZGIxc1htK2tUZGFWZlFQQUY2MjZiNjc0UWVITkplcGZhMnUxNlhPOUg2amFqMFFaejhTMGZhMU9sclVmNXJLK3V2WDZPOHRuanJadnhXU2RWZCtMY3JOamU4ZWlsYTN6MkpSdDVweXUzTFp1bThtTllySy9jOStxNjJNeXZrby92cll2WTFaWnkvVmsyMmI3UThMdGl6WWIvU1BFV1N2NmFHMituNzY5VmM3czkvR1JPUjNOYnF2RlpVeVdqNjRzYzdSNmI1dkp1V3FydmJ5Y1ZpeWYrNW1ZVm0vbFNGNk9kd3plM0xXeUY5TzJVV3lrbk5tM1lpUHhYaWFuVjgyM3JPb0hBSENOeW4xNjVBZVIxbi9VajJ5ajVmYzUybzgzclU2TG56RXRUOHZSNm1SWjVtdjExYTNYMzFudWMwNXkvNHcxSlM3ckxWRTdiYnpvM0dmTGZjeXE4M0t2MmtaejhJNUZYczgrcjQrZlpWblg3NStPZjR2aDlZeG9ZL1J6OG1JWjBYbGJZYlN2MFhhdmQvdWl6ZWI2RDlTTVZmMjBOdGFYYk9QMWNSUmZYaDllVE52M3l2MVdpM201ZDcxYXNQVnlyVHd0UitacDdYcmVmQ1VyMXhwYmkvZjcyYkk4Rm04N0VwUGxTbDAxbHFuTDFKK3llWnFadGxmWmNVNEFzTm9UUHlTaSsydDJUbG8vWHRzK1g4dno2cTI2TSs3OStEMmMvVXE1Ny90UXRwS1hseTAzWi8ra25ZOHFydzl0WEhuTWN0ODd0dXk1bEZzcjkrNXRLOVExcFh6bXlEcXR2bmUwUDJrNXZTaGZqcTNGdk9PSXh2Zk10ait0NkdkRkg5dDY2NktOZlBNK3BaOUhkazR6ZWRaNFVlNjVueDA3Uyt2VGlsbjFSN2Z0eS8xV2krMncxVjVlcnRkZXhqTDdNaWJyckhyckpWbjEzbjYyZkpJeGF4dkZzdVdSZlN2bXhhTzZYamF2TjlLbTZvNHhBT0FyVnQwelYvN29zT2FVR1VPMnRkcjBlZEVQVk8ySHBZekxXR1UvVzVZL1dQdXR6TE5pV2g5TktaODUzbjRmTzFublN1UDEwOWRyMTBMR3JIM3QrTHp6NVoyM0hiWXR5R2xPN0d6YjUyaDFmVXpHZTMyT3htclgycC9qZTdISVNCdkxxcjVXOWJQY0UvOEhxYmN1MnJ5Rjl5RThnbTJWMXM2S2pZN1Iyci90TStQSlBGbldqbGs3SDlHNTJtbmJ2NnAxTWsvYno4UzBlaTNQcTlOeW9ybGx5MTVNMjBheGtYSm0zNHFOeEtWc1htdTEzTWpLdmdBQTYxWHUwNk0vR3JReG9yNzZOcGtmbjFyT1dhLzl5SlJ4R2N2c1o4dDkyME5zWlo2WEwyTk5LZmM1SjdsL3hwb1NsL1dhcUkwMmxuYXRyRGxHeDMzR3ZQTnE1V3JicVAzc3RnM21uTEhXeGMreXJPdjNUMVo4VkQrSGJNd3FhN21la2J4c202dnRNbytTWDEyME9WcU96TXUyVzYwZjF5cHIrMWJzakkrOE5MSXVzKytWNWRhcnUzSWJ2U3J0dFRvcjV1MTcvV3U1STNsZWpvejMrOW15UEE1dk94THp5cG45U2l4VGw2bnZWWEkxcysyZjh0WjVBL2kyblIvdXZmdG1kZDZ5TDY5OW4ydmxlVGxXM1JtWHNleithTG5mTmlYbTFiVkN1VG43SisxOFZIanR0VEg3T1dvNWZYM21IR2gxVVh1NXRkcDViYkxibHNqcHo0RVZPOHRuZjdKT3E0L2lXVjYvbVZoRzV2eFliWENCTHkvYUhPMFoycmlqY3hscHQzSjh6OUc5Wk56YWwvbEh0KzNMbGJyVlczbGMyZHlvVGRSZXhqTDdNaWJyclBwcUc2MU8yOCtXVHpKbWJhTll0anl5YjhXOGVMYitsTTNyamJTWjljU1lBUEMwSys5OVYvN0FzZWFkSFZPMjkzNm96ZVNjZGQ2UDNjcCt0cHo1WVo2cGs3R21sTThjYjcrUG5iVHpHZVZvMTEyTzZjV3NmWGsrMm1EZDdMYnZQOHJWNWhYbDlGdHRuRE4yOXRYbmFIVldySTlYeVg1YSszTU9Wa3c3TGkzdkx0NzhQTm04VDdsMTBlYm0vM05VVlhWdTFmelc4bTIwdkQ1bWxhTllkbnlQMVkrTWEvdGFuWlpUcVZ1eDdWOVJiclQxK3JMcXRMTFdUdGIzTVJuWDZqMWVXeSttN1h0bEw2WnRvOWhJT2JOdnhieDRWSGZLNVBTcStSVlg5ZzBBOEZYdndTdCtxR2hqWnZydDIxbjVsUnpyQjZ6M1l6ZXpueTMzYlEreGxYbGV2b3cxcGR6bm5HUjlINVB4bm5YZU5Ob1laOXliaXpYMzZEeDQ1L1NLclJ6WHkyMkovakp0emxqcjRtZFoxdlg3Vm15RmZoNWVMRExTcHJWMTQ2L3cxTGlYdTNYUlpwR2o3VWVia3pkUDdTYlRiNnNxNHg5T25lVm9kanN0M3UvTCtxaXNiYVB6TmJLVngzVEYxaHVqVXU3M3JaZ1hyN3g2VWQrdDZmVmUyWXRsY3FLWUxFZDFXaXlUczdxK1Y4bjFyT29IQUxDSDZMNCsrbU5GNjlmcnE4KzM4cUtjczE3N3NTZmpSMkYvdEN5M1dwMlYzd3JsczQrVEZ1dmpXcDNGT3BleVhvNXY3V3ZIM09kNE1TMG5zNDM2aWJaVzMxRTdiZHVDMkZsdVJwMjJmOGFhRXEreStySEd0T2FmYWEvSjV2V3FiYXI1dDduN0h5Tis0NkxOVTQ3MmpINWNxNnp0VzdHK0x2dnkybnN4V2RicURsSFd0bDVkWlN1UHFiS05YcG4yWGt3cmUvdFdySS8zTWpreUw0cG5qa0dXdlZpL3pkWmx5NW45YkU2bUxsUGZxK1JLTTIzdjlKWjVBa0RGYlEvdENkNTl0anJQdmkrdmJTYlB5em5yb2grT01zL2J6NWF0SCtaeTdKT1hseTAzWmIrUHliaXM4MmpYMytvM21sTjA3clJjdWMza3lHM2ZMc3E5WTl1Y1dGTnlyTHArLzNTMC81STVVdDlHeSszbjRjVXlNdWZHYWhQRm5yYmpuRnkvdUdpamZVQTAyYnpJYUQ4ajdiUTJJLzE0anBZYnA5K1g1YU1yeTV4S1hXYmJ2NkpjdWEyMHplUnFPVjdaMnJkaU1tN2xaUE9pZUwrZkxVY3hxeTdxTjF1Mllwa2NLMWFwUDJYenBORjJvKzRlRHdEZVp0Vjk4dW9mRU5vOHMyUEt0dDRQdG15TzlRTzJqMXV4N0g1VTd2cy9KcmF0VUc3S2ZoL3o0bGxlZXptSE0yYnRSMlh0WEVRNTJXM2ZYNVI3MWJZNXNkYkZaZG5hYnlJbUhjMFh0WlgxM3B5OHVkL2xxWEZmNTMraWhKZUszdkN6clA2OWNiTnowdkw2bUZXT1l0bnhMVllmTXE3dFo4dmExcXVMdHBrY3JjMW8yM09iNlNNcWUvdFdySTlyZGRwTHN1cTlXS1hjYnlVclQ0NTVicU55bjkvdmE3Rk1qalh2VEgyZkUrV2REdVcxaXRiM2xlTUJBSHpSL2ZpS2UvTm92NWsyVVk1VnA4VzEvVDZtN1krVVI3ZVZzclp2eGJUejArZDVkVlkvWGt6Yjk4cDl6S3BidGIxakRHMGJ4YlN5VldmbHJHQ05VelhTcHJYeGRsSzJuMnplWjN4MTBhWnE1c0pYMjlWL3k2VUFBQ0FBU1VSQlZGcjUxWDVPbFEvcE1mR3krcEl4YTE4ckg2S3NiYjA2YjV2SjZYT3JiYkxiekhGcDVjeStGWk4xbnFpZE4xYS9ueTJQYnFPWUxHZjNveHdyZHNhMVBxbzVwNlBWOGoyeXI1VjlBd0NlZGRVOWZxU2ZUTDZYNDhXalBHKy96NWRsSzM5a0syTlIyZHUzamxsN1JmVmVYekxtN1h0bE9aZG9heDFEZFp2SldibU5ZcktzMWNsNkwxN2g5ZTNGdkxsYk1ZMlhaOVZsK3g1MWRmK1B1TzAvajlyOC94eTFXdVpZdFErL2xlT1Z0WDBydGtMbTVpQnp0SElVcytxeTIwek8wWEk1czl2KzFZcGxhOStLYVhYUnkydXJ4YlY5cjl6bmoyeWptRmZXOWtkem9uaTJ2bGZKMWN5MjM5bVhqdzNBdnI3d1YvV3QrMmYxMkdRL1VmcyszOG85YzdUL2pFUEdyWmlYbzlYTHVyNk56SmQ1MFZicnh5dWYrZHArSDVOeHJiNFg1VWJuck0rVHg1VXBlK2ZIeXUzcm8zNnNjenk2bFRMNVh1d3NONk5PcTVmeEVkNnhSTEdNNkh4bFZmTjdNMjAvNDdaRm0wVm0zdFFWY3B5N3hqMk5qS2UxR2VuSGNqUjdqRDR1eTFwZE5UYXl6ZVNjb2h5ci8vNFY1WitzT1dwbGI3K1B5YmlzaTNodHRiaTI3NVhsOFdXMlBhMHVVODdzWjNPOGVMYitsTTJUUnR1dHRzczhBT0FLZDl6am52b0JJbyt0T28rK2ZkVDJ6TFh5ckhvdGZpajdYbzZzbDNYV2ozQTVUalZINWplbGZPWm8rMzFNeHJYNm52Vys5Y2J3WXQ0eHlMTGN0a1NPM1BidE1ybFJqcmZWeHVsbDJ6V2wzT2ZJOGtubXIrUWRqN1lmemZYa25TOHI5L1B1L0Q5SS9kcC9IblcwNjJoOVY4ZUwrckRLVWF3Nmo1N1ZYb3Q3Y3oyNnNzenhZcVBiVEk0MnJ5alhhdVBWOVRsOUxDcDcrMzNNaTJkZlZuc3QzdTlYeWpJbXQ5bWNURG03SCtWWWViTE9xcS9tOVk0MjFxNUtqaE85QUFCem92dnNYZmZlbVhHeWJhSThxMDdHdEx6S3ZsV1dNYm0xYVBsYVcxbjI5dnVZTmNmbzViWEp4UHI5YkZtYnc4eDJWWTYybmMwWkxmZjdVWHlVTlViVlNKc1pkNDkzZW1yY0lWOWN0TG42QW96MEg3V0o2aTJWRCtjeCtOSkU0MWJLWG14MkcrVkU3YlZ6a2RsNmJVYks4bmk4V0IrdnNOcEhzV3k1MzFxc2ZIbXNtYkszZjhia3ZqWS9hODZaYzIyZFU4OUltOGdSdkFBQSs3dnJYajdTWjdhTmw2UEZ0WHh0djQ5NStWclppMVczbFhKMEhIMHNjMjVQWGhzdDd1MW55eWZydkl4c294eXZia1diYkYyMmZPN0xtQmZQOHZyMVl0NWNyWmlubW0vSjlwUE4rNFF2THRwVXpWenc2aHZjKy9CTFZwMTJBNGh5VnRGdUNqSldLWHV4RmRzb3g2dXI1RlRheWxoVTd2ZWptSXhuWDVJM25zekxsa2UzdldnTVdiYjJveHdyejR2TGVpK25kN1I2RzR2c2EwV2ZBSUIzdU9JN1lLU2ZUSDcxTzFiR3RMeCtYOVpIWlcvTTdGYkdvbkxmSmhPVGRkYkx5OWZpVmw2MjdNVm10bEZPMUw3YW43YnRlZjFseTE3c2pJKzhOSlZ4STFFN3I3NHl2NVd1N3Y5MmIvczNiWDVWOU1aYitjSFVXRGNGR2N2Y3NBNngxV0tydGxGTzFENmJZMjB6c2FpczdmY3hMNTUxdExodmJ6OWJ6bTU3MWZQVnErNTc4ZWpjUnZXOVNxNWxSUjlmd0hrQWtIWEx2enV3SWUwK09YSXUrbjR5N1RQNWgxR254Yy8rckgrYkk5cVB5bkxiczNLOGZwcFRQdmVicUQ5cGVWcWR4cnZlMmhoV0xGdnVqeU02VDVWdGxOTVNPU081bFQ1YW9keTZmU3UyU2orMkZkTnl2SGhmcDUySGpHcCtiNmJ0SjdCb0V6dmFtQ3ZiYVRuWldNWFI3SDVsdk4vUGxHV3NPbGZaenRxTzFoM05yOHR1bzFoVTF2YjdtQmZQdmlTdlgyM2ZLMHV5cnBwVExXdjdsWmdYaitwNjJUek5UTnM3N0Q0L0FHanQrWHZWVGo4NDVMbW96cTF2bjJsNzVscy9FclU2TCs3OStQVDJyYkxNbGR1SWx1K1ZtN1BmeDJSYzFsbThObkpjTGZaWG9TeVBjZVYydE82cXVXbDl0V1JaMno5alRZbVBzc2J3K28vcVIxelI1MCs3NVQrUFd2Uy8rMTdSUjhaZDQwamF1SDBzTXkrcmowemJudGVtTXMrbzdQVVZiVE01Unh1dk8wVTUwVFlUMDhyZXZoWHI0eFZXKzB3c0ttdkhyc25rUjJQSnNyVWY5ZDNIckhsbnozYzJUNXE5cGlPT3dSY0FJQmJkUzUrOHY4Nk1XMm5uNVZYaU1pYjcxZmE5c2pmR3lEWXFhL3RSekR0M2t0ZEdpM3Y3WHRtTHJkaU8xbFZ5cXRzbzVwWFBmUm56NGxsZXY1bVlsTWxaNmU3eFh1ZVdSWnROckhneldIMTRmVWZqUnZXVzZseU93c3RyNzhVcVpTK1czYzdtZUhWSDgrdXkyMHhNSzJmMis1aFdsM2w1N1dWTTVtWEwxVzFQcTh1VU0vdG56QnRYaTF0MU1pZktrMGJiWlIzQkN3Q3dsK2krZmRXOWU3VC9iTHZxZDZ3V3QyTFdmbFNXMjU2VmsybWoxV2VQSlRwUDJpdksxK0xldmxjK1JGbXJzK2FZMlZwMVZ2NUlUb2JYTGpwSFoxbTJ0ZWFnNVhxOC9Fdy8xcHk5bUtlYWIxblZUMlI2bkVWL09TWDB0VVdiVzA3YS82dU9WYmxoWkQ5ODJieFptUTl4OXFZbFdlY2x1NTNOR2EycmJLT1lWczdzeTdoV0Z6bWEzVDRhM3pzT3lUcy8yZHhzT2JQdnhhenpHSjNma1d0Z25mc1poL0VDQUh6UDFmZjgwVDZqTmlQZnQ1bnZjbS9mS3N1WTNIbzVVWjBzWi9hMVk4aGVCNW5yOVNWajJyNVg3dk8xclZWbjVhOXE3OVZWY3ZyY2s5ZVBWN2IydFRINnV1aGw4Zm9kRWJVYm1jc0tWL2E5bGE4dDJsU3R2dENyKzJzdDduUDFoN0tuM1JDczJFaDUxVGJLdWFLdXNvMWlXdG5iNzJNeUx1dThsOFlieTl1WFplMTRQWmwyMFppVi9haC9HZmVPSTZxWG9tdFFJYS9waWo0QkFPOTN4ZmZEU0Y5UmZ2VzdOeE9yeks4MXYwKzVyZVI1WlcrL2owWG5ycHFueGIxOXIzeUljcmJPeXMvbWpOWlZjaXB0czJWdC80eHA4VkZXWDVtNWVQRytUanNIR2Q2NVdlM3EvbS8xNjRzMnU4bTh1YXdQdXliVG44YTZlVVN4U25sbWJ0cjI3cnJLTm9wNTUwcmI3Mk15THVzOFhodHJIR3ZmNm1OazI2c2NUMnYrK1pQMVhsNWZaNm1jNzVIckk4bnJQTk1YQU9EM3JQd09xZllUZmRkV3ZvY3ozKy95ZVNCYnRzYkxiSHQ5blRXbXRlOGRzM2ZlS3psZXJOLzN5bjIrdHJYcXJQeE1qcFYvYnFPK3ZicnN0cWYxNjVYUGZhc3ZMVjVodFkvNmplcEhyTzV6ZFgrdnd2ODk2ay9haDJwRXRWM2xKbUR4UHFUVmx5YTY0VlRMTXBiZDdsU1gzVWF4czN3b1pXMi9qOG00Vmk5ZlViNFc5L1psV1J2RE9qZVozTmx5TmViRm83cGVOcyt6b28rZGZPMTRBUHkydC8vZlVlUTllZlI0K242aVBnNG54Nm83KzQvK3J6amVmcVVzdDcyWnV0YitITXZiNzJNeVhtSDFvY1cxT1VYbnFYVmx1YlhxWkIrVm5ORjJtVHBQcHMrbzNOcWZZMWxqYTdrWlhuOHluam51VEE1dThwWkZtNk85VXpUdnFONWl0UnZ0THlMNzlmWXI1ZEh0NmpwdnZHZ3UwVGFLUmVWKzM0cjFjYXUra3BzWk55cHJ4K3p4OHFPeFpGa1Q5WnVKUjNXblRJNW50djBWZHB3VEFEeHQxYjF4bHg5Ry9mR016dW5zdzJ2djVVUjEwWTlQYno5VGx1M2tWdkx5ckZoejlxMllyTXZRamttcjArYWt6Uzg2ZjlHNU9sbjUyVDVYMWZVeWM3SnlXN0tjMmU4ZHJVYnJKN29XTWllVEh4bnRZN1RkVDdqOFA0KzY2MTlVRHF5WWc5VkhwbStaNDdXWkdhZTFmRjdHMGVLNTkvdVY4dXkycDlWNTdUS3hURjFtRzhXMGNwL2Y3MXN4N1p6SUhJK1ZZNDBabFdXc3VvMWlYam03bnozZVRGMGx4M0swdWZhamp1UUxBSENkNkI3OHhMMTRkdHhNVzYvZXF0UGlNcGJ0TjlOWEg0dTJQYTB1bXFkMXprYXZoZmYraVdLeVhvdGI5Yk5icTg3S0g2blRZdGx0VCt2UEsyZjJWN0g2clk1WHpWL2xybkh2R21mSzVZczJON3J6aEkrT05kcE80L1UxTzg3UjRodVQzSytXUjNnM3owenNhTFUrTW5YUk5vcHA1Y3krZGk0UDVaV3AwM0swZUwvdmxiVytSM0pHYUhQMzlxTjRWSGZXUnprYTcxcXNwRjM3TzhZRkFLejExUDE4WnB5b2pkZXZWYWZGdmYxb0RxM3ArWmwyUGErZDdOL2I3MlBSdWJGZVhwdE1MRnMrUkhuRjFxcXI1bHQxV214ME8xSzI5bVZzUnJZdkswK0xSMzE2OVpWeHFsYjBNZVdPdjZUeXBVV2JxdFVuZDdhL3pJY2oycy9XV2J3YmhqZDJwbzFXcm02cmRkblliRjJsVGFYczdmY3hyUzdEYTJ1TnA5Vlh6cEhrMVdmUGsxYk83R2ZpMFhtTjZxV1o2eFU1akJjQTRQdnUrZzRZNlR1VDc5Vm52Nys5L1dwWnhxcmJLT2J0Vy9Pb25Ic3ZYNHQ3KzdMYzU4ank3TFphcDhXcStWWFpjK0dWdGYwek5qcXZrOWQrdHUvVy9QT2RVYzFIKysxRm02K0lQcGlWbHlWemsvSHF0QnZXNkxhbjFZM0dqcWJIK20wdmt4dU5FWlcxZlN1bTFXdXZxSTBXOS9hamVGL25uU3NyZDZTYzJUOWpJOGR6MWtjNXA4ejVINUc5dGdDQTMzWGxkMFcxM3lodjVIczU4MzJ2MVhuUEVGWk0xbFZ6WkRrejk4ejVyZVJvWTNyejBzcUhLR3YxSTl0cW5SYXI1bXV4YU51enpsVTJ4MnRqMVhtOE50SFkwZkdObUcwdlZmdXI1bStMUlJ2YjZFV3V0b3MrSUhkOG9DemFEY1BiajI1Y28vUDBicHBYeDd5eFBaazVlMlZyM3pxdi9jc1Q1V3B4R1l2S3MrZHFWblFlclZpbUxsTi95bHlQaXVqYUFRQVF1ZXE3Sk50ZkpzK3F6N1NWVnVSSHp5bVo1NTgrcGoyblpHS3lUdWJJZU5SZXhxejlxSHlJOHNpMldxZkZxdmxhckxxVlpTOW0xVVc1bFpmRnE4TUxzR2p6cjlWdjVxaS9xTDdxanY2OG0weFU5bUxSdHBmcGIzVnMxYlpTOXZiN21IYU9aRjVVNy9VdlkxRlp4ckxiWG1hY2FIeVBsUitkejZqK2xNM0x5RjVuQUFCR3JQNmV5ZllUNVVYZng2UDdsYkwzakdKdHZWd3RUOXUzK2hxNVRsNDdHZmYyWmJuUGthSnpWR21UaldYbnBNVkd6bW0vMWVxOHNyVmZuVWRXTkUrNW44bVBWUE5QbyswKzd3MkxOck1YYjdaOWEzWWZtYjY5bTRxVUhTZWJOOEs2YVdRLzNOa1AvZWoycnBoVk43cVZzYWlzN1ZzeFdkZS90TGpGR3MvYXQ0NXRoTll1R2t1V1IvYWplTGIrbE0zelpLNFZBQUNycmZyK3lmWVI1VVgxdmVqN1B2TWM0VDJMVk9lUmVhNko1bXpsYWZXWmEyZmx5SmkyTDh1SEtNdThVNlZPeTlYcU12bFIvY2g4TW0yeVpXM2ZpczNZdmIvSTNlTnQ2MytqQlB6SExtOGVheDZqOCt0dmdsRThNMGIyQnBtUnZlbXVqR1hxc3Rzb0pzdld2bmIram1iWFdhSTIwZGpldlB0WWR0dXJISWNVblVPTGw3ZWlqNHpaOW0veVM4Y0s0THYraWhKZXJyOVhqeDdyMlVmVS9naHl0UHBNTE9yWDQ3VTk2Nnl0bHV2RnRQUGtuYnZvMm1qZnM5b2NaTnc3ZjFFNWN5NHkrVjdmV2o5V0xOdGZOSTlvMjR2T2tTeHIrMmVzS2ZHcTZCcFU4ekoxSTIyUWNPbmZ0TG5qZjMvMS82cmpWUE1qcy8xcDdXVXNrOVBIczNQeWNqTmo5dnVaL0Q2VzNmYWltTloyTkRZejk1NDNsbGIyOXZ1WU5wYVdrODNUNGpLbWxiMVlSdlg4YUdVcE83OXFINXBzbnBTNVBqdVI3Nm5SRndCOFFYU3Z5NzdlWUhhK21YWlIvMXBkcHQ5ZW41OHB5MWgyUEMzZjZrUGJ0K1lRblNOUDFLKzNueTNQYm52WmM3ZzZWdUgxNlpFNThweEg4UXlyM1doL2x0RnpXRDFua2RrK1p0dGY3dEpGRzl6Q2U1TWRpWmZGdW5sWSs5R0hUMzZvUjdkUnJKZHRVNW12bCtQVlpjNlZMTXQrdFppc3MzSzhPcGtqWTliK3lQRlh6bXUyck8xTDBUaVZ1bE4wUGpXWjYzQTMrZDZ4WGdDQTlhSjc3MjczNE5INVpOdFZ2NXRsckxKdmxUT3hhTnV6amltYTZ4bUx6a25sUFdQVnkxaS83NVg3L0psdHRXNGsxdk5pMlcwdmlzbjZLRi9HclRySnk4Mk1tY21wbW0zL0NsZi9aUlVXYlhTako3M2FMdnBnWkQ1SVhueFVOQys1SDVWbjU2ZjFVNDFGOVpXNjZEcGsrOVRLTWwrcmwvSHErWTNhYWVONyszMnNPcGZUYUx2VzR2bDU4OVZrNXBMSjZZMWNwNVVPNXdVQTJOOXU5L0hSc1ROdE1qbWV6SE9BcDg4ZmZiNkpuajFrV1p1ek5XYjIya2Q1MXJqV2Z2YTh5RHByMi9OeVZzU2krdGx0THhyZjJyZGlmVjMwc25oMWIxTTlsbXIrbGxpMCtkdmRGL09LOFZiMW1ibUJXR041TjZZK1Z0MzJvcGpXTm1valk1bTY2amFLbldWdnY0OXBjOVJ5c3JsYTNOdjM0dEc1ME03RHlUczNXbG55NmpLaTl0SDUxRlR6WjFXdVB3RGcvWjY4NzQrTWwya3o4dHlSbFhtK3lEeHJXRnN2MXl1ZisxWS9tZk5tOGRwSGM0aksxZU8zNmpJNVVheVhiVE42VGsvUmZMeDVSdk5ld2Vvdk01ZEt2VlROaDRORm0zSGVHekg3NGNpb2ZLQkcrajhkTFhmamlQWmxiUGFHbUwzSlp1dXJNZS80b20wdk8yZHYzenVIUi9OenN2VmV6SnV2RmN1SStxcWNKeW5xT3hQUDFrdlJOVnZsRUM4QUFPNytiaGdaSjhxdmZGOUh6d2ZlV05sNVJIa25MNy82VEJPZFYzbWRNOWRjcTdkaVVWbkdvbk5sNVduOVorcXE5WmxZZGR1THh0WGlVVDh6UnZzWmJiZkNrMk52aTBXYjJNd2JKN3B4OVRJNUdkVitqalorVTRsdVRDdHVpQ094WHJaTlphNWVqbGRuelZXV28vUGV4N1g4aU5jdUduLzIzR1hhWkVYbnFUSkdOSFpVTDFYenEwYXZQUURnTjkzMXZWSHRQOG9mL2Q1dUxmODhVODNwNjd6bm10UG9YTDA1WnE1bGxLZlZ5VmhVMXZxMnprM21uR1hxckpqV05sdnZqZXVKeHJSaTBmNFpxODZuNTdXOXF0K29QbXFyR1duek9ic3Yyc3hlcE5uMjB1citMTkVIT1pwSDVrTWU1V1RhWitQVkc2R1hIOFcwdHRVMm1icm8rTFBINE0xVHUwWkgwK05XVG5UT3JaeW9uUlNkRjBzMGRuUWRNM1duNkpwWmRabStUOVg4aXV3MUJRREFjL1gzU2JYdktEZXFQMlh6VHBYbmpleHpqcGVYSGM5N1hvbkd0M2pYWEl2TCtXbkhKV09aODFiTnFjWjYyVGFWT1dYYVdESHZIR3Y3ZmR5cXM2eks5L3JKbkpPc21iWS9ZZmRGbXplWWZaT050cyswTzV5WFovYW1ZOFZrWGViRHJ0VjVzYWplT3c0cno2cUx0cjFvL09pY0hrcE1xN2ZHenJUM1lwbXlsRGt2cDJqOFNsMm0valF6aGxUTno4aGNPd0FBUmwzNVBWUHBzNUo3eWp3N1JQdVJUSDdtV1NMekhHVmRoK2o2SE1Zcnl0ZmltWDF0L3RiV2tzblBqRmV0ejhTaXVaOHljOC9HTS9YUmRUMUZPVkg5WFZiUFkzVi9XL25Db2szMUFsWHpkMUc1SWN5b2pwTzlLWTV1UjJLOWJKdk0zTDI2YW81WGxuMXBmWjl4TGQvanRZbkd6cDdyYUQ2WmMrYkZvL05UNlhlRjZqV0lqRnhYQUFCbVhmSDlVK25QeThzOEgxaXkvVWJQT2JMT2V2N0l6Q25ETzNlWmF4WGxhSFV5cHUzMzI1NnN5MjU3bVRvcnByWE4xbWZtNHVXZW9qbksvVXkrVnUrOVBKbnhNamxmdFBVeFhyWm9jL1gvcTN4RDFlT044cVA2VXpZdlluM1FzemVhNkFaVTRkMFVvNWpXdHRvbVc2Zko1R2ZQbTNaTmpxYkhSNnk2NXQ1Y012T001bkJGLzE0OHF1dGw4eUlycnlzQUFMTldmeTlsKzduanV6bXFsekxQT3hxdFhhYXM3ZmZ4Nmp4YTg2K25Gby8yKzFpbWJpUjNKTmJMdHZGaTNuV0k4cUw1ZVhWZS9xZ3Irc3hhUGZicS9yWjMyYUxOaXozNUpvakdqbTRjbzdMOVpzYkozUGlpclNhNm9XWHJzMjB5ZGRHMkY0MGZuZXREaVVtSDgvSkU1NjdDT2dmZXVaRTVuaWducWovTnpxTzFmSjRuYzMwQUFIalNxdStxYkIvWnZGUG1PY2JidDhvWjh2a20rM3pobGEzamllWjJ0RnFlRnMvc2EzUFBISDh2MHk0elhyVytHcE4xbWVPTDVpYkwycjRWRzJYMWxabEhwWDVYYjUzM1AxaTBXWDhSby82aStsR2ovV1kveEY3OUZUZWFLMjdVMlQ0emRaa2NXUmZONnl6THZxTHh0VGJWdkdqY3FCeU5MMlhiUmNmdTdWc3hUeVkvYzc0aksvb0FBT0JPSzc2N3JtcWY2VGVUMC9PZUs2Sytzbm1SNkp3ZlRjK3g0bHFPRjlQMisyMVAxbVczdlV5ZEZadXRsN0Zvdmw2OWQ5NVBWbjh5bHVuTE05cCt0RjF2dEkvUmRvKzY4cjgwWXRGbVRPYUNSQi8wbmxXWHZibGs2aVR2SmhDTk85S3V1dTFGc1ZYMTJod3E4OHptV1hPVHVkWTFPcHBkbCtHMTFlWVFsYVhNT2ZCazV4WloxVTl2cHUxcFJSOEFBRHhsOW5zczB6N3puQkdKOGlyUE9GRmZrY3hZM2pPWWpGZWVBNk44clM3YTcyT1phK1hsZWpuVjJHeDk1cHhtanRlS1JmMTcxMmhFZGE1WlVkdW92bXAxZjYvRG9vMnY4aUZiWlhhY0kvbXlSRGViVE4yS1kraTNXbDIxWHV2VGE1ODU1bWpiaThhWGJhdytvbk9idmM1OXJoYXZ5Snl6dm43bG1OYStKWE5kcjVLNUpnQUF2TUhzZDFxbWJTYW5sM20rV05HbnJMTzJtcjdPSzF2SFVwMi81UFdSUFZmYXZDdm5vSy8zOHJXNjZCclAxc3RZZER5WitYdnhhcnZvdlBZcXVhM1Y4MXZMdjJkNm1Sd0lYMTYwZWNNYklqUEh5b2Q1VnFaZjYwWlR1ZUZGMjU1V3A1V2orbDdVM3FyTG5KOWVwbSt0UHNyWDZzNVhwYTdQOFdLWjhvalJjVE91eU0va1dHYmFBZ0N3cTVudnR5dmFYdEduckkveVR0VjhUOVRIWWJ5aWZDMXU3V2VmeStSeFI5dGVwczdLaStaWHFiZGtybW0xNzVIOHpNc1QxZmN5dVptY3lJbytQdXQvb3dTNG5ueHpyUjdiNmkrNndVbVpuSXpvQm5abGZhYXV1bzFpWjFtT3JjWDZlT1Y4ZS9sUlg5RzVrM1hlZVpBcXg5Q2FmbzR5c25tYTBiYWo3WDRaNXd6QUR2NktFdkNQODc0OWNzNk81cmZ6NnFPMko1blg3MXQ5WlBzK1pmS3RjYjM1ZU9lMi83NzB6cEdYby9Vdlk5RmM1YmJuMVZrNTNoaXQrZU5ZNVpINnpQRlpmY2c2cjJ6SjVJeUk1bW5sWEdIMU9LdjcyOGJPZjlQbWlCSUdYTkhuaU9vOHJQeHFQNWFSL3ZzNkxlOFEyNmpleTgrT1paVkgybWZtazhrOVpjZTE2dnZZN0hYUDlsSEp5ZVMybHMrUDZqM1pjNW1weTlSYlJ0dTl6Ykg0QlFBN2lPNVYxZGN2dU9vNHEvMVc4eU5hZjRmWVJuRXR4eXRyKzMxODVCaTlkdDR4ZW1VWmk0N2Z5b3ZHMTJKWDExdWlZNHpxTk5INVdtV212NW0ybUxUem9zMmJySGdUUnpjUlN5VlhrNzFKWk9hWHVYbGw1cXZsUmpmV2tkeHNtOHJjVy9QYlpmbzRXbndNbHFQWjdhWE1HSlZ6TEdWeWVsYStOMjUxREdtMnZTWjcvbmQyRkY0QWdGaDBMLzNLZlhWay9pTnRUdG0yWHA3MW5LRzF5WTUzT3NRMnl4cTcyby9HNmtlTGo1d1BlY3pXVmxNZG95K1BYc2ZLTVVRcVkzbm5PaE92dXJyL3lGM2p6Tmgyam05ZnRGbDlZbGYzSjgzMFg3M0JaYXo0OEVZM0owL21obmpYVFRrYnEyNTdtWGxiN2FMcnIrVlljUzFIeGtaWXg1NDlKeXVzSHFQYXRwci9wTU41QVFDZTgvYjc4OGhjby96b1dTWVRxOVJMbWZFemZmWTVWbGtUMWJkV2Y3OVlPVkc3MXZTNVo5cjFaTHVvVHkvV3E1empxSC9KbW5QVXQwWG1XRzB5ZlhrcTdTdm43RW03ek9NV2IxKzAyYzJUYjU3SzJFZXIzUlF5TnordlhlYkdKbVg3WGxrZjVZMkkrcXpNVThhOTZ5aEZ1Ykp1eFJ3dFVSL1JlSm02aktoOVZDOVY4KzkwS0M4QXdQdTg2WDYrZW02cis1dmxQYU41OVpMM0RLYnR5enJ2ZlJEVm56bGVMRk9Xc2VxMk54S3IxRWU1TXBhOWpxZW8vNmcvNzFxT3FGNzcxZTRZSTJPWGVReTVaTkhtT0k2M25KU1JlVDdaSnVvblUzLzFCN2ZhaDd3aFJqZTFxUDlLKytvTjJwcXJkd3luNlBoa0crdGFSZGN3NHJXdjlsdk5sNnJ0by96b2VtZmlvMWIzTitzUUx3REFkMzNsbmo4ejk4d3pnTmQvOXZuTWlua09zWlhsWG5iT0k5ZmFhNlBWWFhsT3BHeWZVU3lhUjVTYmVZOUUyMTdtT2tkejdsVnlXNnZuVjF6WmQydlg5LzhxbHl6YXdQM3dTcU1mV3N2aHZFWlk4NHZtSGQzUU1qZkZTaXc3bjB5OWpNMmV1MnA3YXk2WmZsYm1WYzZ2ckt0Yzd4MjljYjc5Q3dEd3UzYjZUcWlPSCtWSDlSWFZ2akw1bVp4ZTVwbEt4cXBqU0Y0Zk1oNDlDMXB6ckd4N1dwMFg2MFZ6N1dYN0h6M1gwWmlSNkgyUjZTdkttWjNqeVdvVEhVUFZTSnZiWGZXWFYxaTBzVVVmOXFkY05aY1ZIOXhxdnBTZFErWGFSRGZ3cUg4WnEyNTcwVnhrMll2Sit2UGx4VFN5UHRxWHZPUFZSTWNYblF1ckx1bzNFOC9XUzlYOFZiTFhHQUR3MjU3K3ZyaHIzTHZHNlZuUFFkN3owZFhQSjlscmJlVmwydmFxejRKUzlWejFzV2pNS0xjYXkyNTcxaHhHNWlicnZkZXNhSDdTN1BzQURoWnQ5bmJYbXo0enpzaE5wcnJ0UmJGS2ZYUjgxWGxVUkgxNjgvUnV1a2Z6NjN0Um5qYXVKak5XVnJXdmF2NWQ3cDVYNWJvREFDQTk5UjFTR1RQS2plcDcyV2NjV2VjOW4xa3hUOVJITk05b1BPMzVJUHZNVUpsYjlyeFV0NzJSV0haZW1Yb3ZWakhidnJVMWZXaXU2bmRFZEczUXZydG84NFlMUGpQSG1iYVMxVmQxakdxK0picHBqdFQzb3R6TWwwaDIyNHZtSlhuWHBkclhhYlJ0OVhpODgvQzBhRTVSL1ZOR3J4MEFBSnJkdjFmdW1sdDFuR3ErbEdrdmM2Sm5ybXlmWHE1VzErOWJaUzlXNGZWWkdUdks3VVY5eVZqVTN5bnFOMVB1WmNlZGRkYzRHUERWUlpzN3JIeGpleC9ZS3ovQTJiNHJONWZxdkx3YllkUlhwWDVrM3RXYnRLUzFyNVo3by9PUU1zZGZtVU4wbnJMWE9ITU90THFvMzZ4cW0ycitxTHZHQVFEOG5xUGQ5ejJ6Y3B6b21lTk84amtuZWk2U3NubTltZXZtdGEzMm1Ya3VqTGE5VEoxVjM3TnlvMzY5bUt5ckhFL1dxdXZpbWVscnB1MWQzakRIc2w5YXRObmxBcTZjeDB4Zk0yMmx6RTAzYzJNN1JUZTlTbjJsWFNaVzNmWXE4K29kaVp6VzhubXQ2Ym5adHFkcS9xaTd4cW00WTA2VjZ3a0F3SXk3dm5NcVkxUnlQWlhubmNxelduWitsYmJSWEZkZXA4d2NLdVhSZVhudG8xaDBqWHBSYmphV0VmVVZ6VVdUemZOays4am00U2E3THRyd1J2bVRkejVHemxXbHY4b05abVF1dmFqUGtYcUwxaTdxZjBTMXZYZitOVWYzOG1JalJzOXRaR1ZmRlpYMy9kTjJtdzhBNERlODZmdG4xVnlyL1ZUelQ5WG56T296NGFueUhHamxXYytBMGJQaE1ianRaV05XZlRUSFhuYXNhUDdlOFZSVjNoTVZvLzFtejFIR2FMdWZ0K3VpVGNicWl6N2FYN1pkTm05RXBlL3FoM0pFdHAvcURYdTBQbE9Xc1V4ZHRPMWw1aURiUmRjcU9nZXR4WG1WTVU4ajV5WVNYUmVyTGpyWFY3aXkvK2g2QVFCd3RhdS9peXA5VjNKUEkyM3VaTTF2WnQ1SDA2K2JGWmVpK3NnVjdiVm55ZXp6b3F5UDJtVmpJNkt4dGJnMzlzaThSdHE4d1JYSGRVV2YwOTY4YVBObEkyK1dxRTNtaGkxbGJpeVptNHExMVVRM3pVcDkxSzduOVJ1MXRZek9WZHZ2NHlQejhkcGxyMGQwUEo3UnRwbWNqTjM2MFZ6Wk53QUFWVmQrTDEzWnR5YjduQ1hyc3ZPVXo0eXJueUZYUEJkR3VkNlltYktNWmJlOTdIbXJ6S2NYNVdaakdWRzdxTjVUYVJ2bFJ2V2ViTnRzSGd3czJ0UlViblJSWE5aRmIrYW92clcvYzZ4WFJPWkUrMUpVSDRsdWtpUDFscWhkNXBwRjIxNWxicTJOdlpleU11K0hxTDYxWEk1bXROMlZucDVUNXBvQUFQQ0VIYjZqTXM5bHN6TDl6RHpqUlcyOVo5UFZ6NFhlTmZYRzl1Wm94VElPc2RYcXJQcGVaYTY5YUZ3WnkyNTcwUnhheTEvM2JIMXJ1UnhwcE0xVlZzOWxkWCszK2VWRm02c3VtdmVCM2RYb1hGZmMwRVp1YkpYNlREa1RpOGFVb3Y2anVmU09STTZzcS90ZlFjNHhPc2VyWGRIM0ZYMENBTERhRmQ5WFYvUjV1ckx2MXNiN0gyM1hXL1ZjYVBWUjdkdkxsOC9SbWI2ajU3dnFNM1JVcnNZcW9qNmovalAxM2l1U3lUbGxybk0ySHRWQitPVkZHOCt1YjZJcjVoWGRUT1IrSm45VTFIZWxQbXJYaS9xMUhHS2J6ZkhtRnUxckR1VVZpWEt5OCszSlk0M0dPSTJNVmJHcW45VjJuUmNBQUY5VWVjYTY4enU2OGx5NFd1YTVzZktjbG4wR3pEd3padnZ3eXBvb054dnpWUE5QSzhaZXFUcDI5dnFQdXFyZjdTMWZ0RG1PNDJzbjg2bmp1V1BjMVdPTTlqZHlnNHB1dUphb1hlWUx5Qm92cW8vSWRsRS9oNVBqMWZVNTNuNVcxQzU3bnArUW5VYzJEd0NBcjdyaXV6RGJwNWVYN1NNU1BkOUZyT2ZGbGM5Qm1YYUg4b3BFejRUOS9zcmprWXpvOWdBQUlBQkpSRUZVa2FLK28zR3MzRXE3VEN6YWFrYm5kcFdueHNXQTVZczJTSm41a015MHpjamVwRE0zcGV5MkY4V2k0OC9NTnhyRGkxVm94eG5OSTF1WG5Wc2x0NnJhYnpXL2wybWJ5ZG5GbStZS0FNRHBUZDlmVjh6MWl1ZEZpK3czR3NkNzVzczhEMWJIYTgwL0g5bXRKanJQVmxsVGFaZU5WVlRiWHpHSHJMdkdrYUxyOHZOWXRObkxuVy9TVldOZDJVL1VkK1VtYkttT08vTEZrNUZwZjdSY25zWnFLMk9aY3pvNmgwaWwzMnh1TnU5T084NEpBSUJmNEQzM1ZGWGJSczloMWY1T2xlZkRLRGRiRngxTGhmY3NIZlU1K3F3YTVXWmpuaFY5OUdiYVNpdjdnbkRGZjNuMHhVV2I1U2RKc1hLTTdNMHhFOCthN1hmbFRTamIxK3FiY2pTR2pFWGpuTHo4N0Z5aXRxdGQyWGRrOXIwNEl6dEdOZzhBZ0Yrdytuc3gyOS9JTS9PTUsvcHNMZGR2OXRrdzA1Y20yM1kyUno0WGovYm5QVGRMMmVmdERHOHUwVGJpemMzcUk5djNsWGFZdzgvNTRxTE5yeGo5d0ZUYWpkem9adkt5TWN2b1RYcDAzTkVjcjEwMXYycGxYNzNLRjlZVmM3aWl6eXU4Wlo0QUFIamU4bjFXbmVlcUg4dlZmTStWejRhWnZpdlAxNW5ud0w1KzVua3htb3VsY2p5WnVveVI5cXZlaTFLMmZmYmM3T2h0OHcyeGFIT3YxVytnYW4rcmIwYVovcXl0bGhzWnVjbEtVYnZLTVVWeExTY2J6OWFmamxiTDlXS1pzaGVyMUdkWTUvdHQzanB2QUFEd0wrOTVxUExNRWoxajNXWGsrVTZxNWt2ZXMzVGxQRldlWVMzWmE1WVJIVThtcnFuazlsWWUyNmk3eHZtVVgxbTBlZk9iSTVwN1ZIL0s1cDFXM0ZBaVY5dzRSbS9XM2swMWFpdU5mdkZFKzlMUnZiellGYXI5Vi9OWFdQSCt5dVlCQVBCclZuNUhadnU2NHJzOTIyNUdaWXpvK1RYYlYrVjVNTXF6NXBTNUh0YldFK1ZrNStDSitwZzV0dXljb3J6TUhMS3ErZGpJam9zMmIzcERaZWVheld1dGxudUsyc3pXUjZydHF6ZWdrUzhLVDlRdXF1OWxjbGZsbkk2V3kvZnlNdTJ2dHVxNlZ2T2Y4SVk1QWdCUTlldmZiOVhqcitaTFVmdWplM2t4amF5UDhxVkRiQ09qK1puNlRGbWoxVWR0c2xiMTA4djJtYzJydUtMUEVidk00MUk3THRvODRZbUx2WHJNdzNsVlpXN2FYaXphYXJKaldGYmVuRDNXc1dTT3NSZmxXZlZSTzAyMnI4dzVIQm4vMTNIT0FBQjRUdlY3K081bm9CWDlIaTNYVHpidnRPcGNaUEsxbkNpVzZWY3owa2MyVDRxT0lZcEg0ODdXdCtiL0pzQUczcnBvODhRYnlSdXo4c0hUUkhsUi9Zd3IrODdJanIvaVN5TnE1OFVxNDdTVzcxK0xXMjJyYytqTnRNM0tqSkhKOFdUYmozeGVwV3dlQUFDL2JOWDM1YXArM2lEelRKaDVQdlRpbnF2N3NwNmZNOC9WbFdkb3JUNVRqbFRucDFtZDUxbDVQYXV5WTJUenBORjJNNTRZMC9YV1JadGRaVzVFYnpaeUU3V3N1QmxLb3pmcDBlTmFsZk9rRmZPVGZhejhIS3pvNDBsdm56OEFBTHRaOFF4cFBidGtaZWF3OG5uSU10UDMwWExQd0pYbjYrcDh2SE1VOVJYVlo4d2NqM1dkTTIwODFYbWNEdVcxUW5TT2NJTmZYYlRaL1ExMzEvd3lONFhzWEZibm5TcGZGQmxSdTh5TjFqcEhtYlplV2R1M1lpTXkvV1RuYWNVQUFNRHY0WmtnUGdkUnZXZW03UjFXelMvcXAxS2ZLV2VOdElsYzBlZUlWZk93K3NuK1ByckxFMk5PKzlWRm16ZGEvUWFiNlMvejRiTzJudEViNnVoTk9Wc2Y1VW5WL0pQV2JyUXZ5NHIrcW4xRStaVnJKbFh6czY3cUZ3QUEySzc2L3IycTMxbWp6N0N0NVhJeU1zK2YxYm0xTnZlYm9CZk5yOXJmYWVUY3J4aHJwTDYxWE00T1JxOHpIQ3phL0ZmMlEvdHJyandYVWQ5UmZVWjBYVmVNSVVYanJCcno2RjRqUnR2TmVHTE0xdTRkOTg2eEFBRDRKVmQveDFhZTE2SjZxWnF2V2RGSEwzcG10WXkyYTgzL2NaK05XYXpyTjlwSHBhNDNlaHlabkJWRzUvZWszZWQzQ1JadDdqZnpScHRwMjdQNmtmRm92S2crTW5LaldIRVQ3bFhuSUw5Z3ZDK2NVMlp1MVhtYzlkbzF5N1RMMWtlNWQ4ck9KWnNIQUFEVzJlWDc5OHA1WE5tM1pYVE1vM3ZkWVhhYzBXZGhyVndSOVpGNXhxLzhMcGh4VmIvWUhJczIrM2pMaDdCNk05Tms4N041a25YempmcnpqaTFxZTZybVc2SXZpS2ovVEU3VmJIL1Y5dFg4Vlo0YUZ3QUEzUGM5Zk5jNEdiUFBxN0plNW1TZUM2Tm4vRXhaa3MvRm1lZmtrWGxXamZReDBxWlhPYi9hL21wWDkxK1ZmVS85SkJadG5qVnl3NXA5RTEvVmIydnhqWG5rZUxQMVZhdjd5NWk5R1IydDNpNTd2YXY5bmlyWCtKZHdIZ0FBZUpmcWQzYzFYNXB0TDJXZUU2T2NxSDFXdHAvczg2TldiejFYWjhxYWJHN1VqMVROajZ6dWI4UU9jL2dwTE5yQUVuMFlvL3FzNkNhc3lkeU1vejU2MVRuSUw1aE1ya2ZtWk5yczdvNWpxSTVSelFjQUFEVTdmOWZlT2JmS3M2SW4rNHhZN2IrYWY0cWV0VWY3MVZ6ZGYydHhmelBQK0ROdHI1WWRQNXVIaXkxZHREbU80eGN1N0E3SE9EcUh1OXQ1c24xbTh6eldGMHoyeXlEN2hSdlZ6NWpwZTZUdHlIa2FFWTFUdGFJUEFBQ3d2eDIvODNlY2s4V2FxNHhuanVuS25FeTdpcWkvcUY2U3Z4T3E3WHZaY3o4emhzZnI5Nm94a2JCMDBXWURPNytaVnMrdDJ0OVZIOEpxMjVsNVJQVzdpTDV3ckxLMmI4V3FNdjJ1R0VmS2pMdVRuZWNHQUFCeVZueWZlODlybzZMbm9wRnhSdHFjWnRwR0RyR040bHBPcHI1YUhqSGIvaFJkLzRxNzIrRkJYMXUwK1pyb1F4WFZuN0o1Snl0LzFjMDFJOHJQM0pRck4rdVZOOUhUYkh2ODYwM244azF6QlFCZ3RSWGZneXY2dU1vVno0d2EyZWRkNDdhV2YrWmZNYWRzZmpadlJQWTRycHpEaU4zbWsvWFdlYWV0L2krUVdMVFp5OGpGamRwRTlaRnErOFBZZWpJNUs2MzRzcWtjWDlib1hMSlc5TFdpajR5N3hnRUFBTCtMNTQzY09WaVY0N242T2JpMStEZEFWclZ0TmI4WHRZM3FlNVhjak5YOXJiVHozTXArWWRIbVV4Zk1ZQjFqNXRnek9kSkltNnc3YnRnam9rVWFyOTc2Z29pT0s2cGZ3UnZqanZIdjhxVmpBUUFBMTdqcmVXSEZPQ3Y2T0VYUHJ6dkpQRmRYbnJkNzFmTVE5VDNTTnVwVGsya1Q1VVQxZU5BdkxOcjhpa041alJodE4ySmtyTXdOK2E0YjlRNW1yN2UwcWg5cGRiK3Ird01BQU8venBlZUJrUi80VDhuTzV3aTJtcnVmeDFmMFhUaytUWlFmMWJkV1A2ZVJrVGE0Q0lzMjE0dHVQRTkrSUdiSEhtMGZuUk12TnVQTzgxN3RYK1pIN1E4bFI0dEpVYjFsdE4yYnJEakdGWDBBQVBCMnUzNGZycDdYNnY1T1YvWHJpY2EwNm1lZTRWY3ZOR1JGZmM4Y1UyUlZQNW9yNTcyenp4OGppemJqRjNtMFhkVmQ0Mmo2c1ZmY1ZMTjVtcG0ya2RFYlhDYW5sejJma2FodFZDOVY4NlZEYkoveTlQZ0FBR0NkWC9oZUh6M0dUTHREdkVaVTIxWHpUeVB0ck9mcVRIbDNNM05kY2QyeEdSWnRydk9MSHhMcm1MMXpNWEtlTWpmamtYNWJ5ODFWNWxoeEt6WWoyMTgyYjhiSTllNnR1RjRBQUFDYXA1OHR2T2ZESzFrLzFqTS80cVA2cTBYUDBsZk9MeHJiaTJXTXRqdk50dmRFZlVmWElHcVBTYnN0MnV4NndiMTU3VHJueU9nSHJwS1R5ZFdNdHJORU41cklTSnNLMmI4MVhuVWVxL29CQUFENFJTUFBrS3VmdnlydE1ybEh5K1ZwclBPUithMDArL3ZnQ2pOenliYk5uQnRaL3FyUll4eHQ5eG03TGRxODJhb2IwV3o3dDhnZVp6WnZ4RlY5WDlYdlhhSXZrT3p4emJUdGpiUUJBQUQ0b3F1ZmkyVC9vK05GN2JLTEdaSE1RbEwwYkJzWm1ldklPRy8zaThkOGl6Y3UydnppbStHSlk0N0dqT3BIUkgydXZQbEtxeFlZTExQekhXblQybmk3SjcxeHpxMjlkOTRBQUZ6aExkK0xJL01jYVhPS25qbEgrNjYycStablZmdk41cTg0UnhtamZSOWk2eG5OeWJUYmtUZnZYWTlwcTNtOWNkRm0xbFlYNENIVm04REtjN2F5TDQxMVE2K01XOG4xWlBxUk9kVnJNeW96N2xkOCtkZ0FBUGgxcTcvblIvc2JiZmVra1RtUFBsOUg3bm9HMW1USHllYTkzZXh4SG1LTFNiKzRhSU8xcnZvd1h0VnZhM045eTV2UUw5MlVkam5HSytaeFJaOEFBQUF6c24vSXR2bzVKanR1TDVOekpXc3hLVlBXUlBVam9qNmoraXM4TWViVFhuZk1MTnI4NmVvTGVIWC9PL09PUFRvdlVmMk1iTi9adkVpMW4ycStaa1VmQUFBQWQ3dmlHZWFLUGtmODBqd09zZlZFT1pXRmw2dXNITGY2RzJubDJHLzFjK2VBUlJ2Ym5XK0d6Rmlabkl4Vi9VanlabHk1T1ZkWU4rcE1PYkxpeGxqcFE4YXJZNzNGSGNkMXh4Z0FBQUM3MmZrWktIb0d6czQ5bXplck9rNDJQNXNIcUZpMFFXdjV4WVBWTjV6Vi9VWHVIbTkzM3ZuZ1hBRUFnTGU3NDNubWpqR3VWdmxEUjFsWGJidURhUDY5cUw2MSszNDc3ZVRMeDdZZEZtMmVrNzBScmpUUzcwaWJHWGVORjQwVDFVZG0yN2UycG85VHBxOWYvTUlCQUFEWXhSTy9EN0t1SEg5azRjZGFlTW1VcjNLSTdWVlc5Wi9wSjVPenl0M1g2elZZdE1HSTJROVJ0djFkSDl6UnZxdnRkdjRpdnR2WGp2ZHJ4d01BQUo2VmViYkk1TnpwNnZsYzNmOXBaQkdweXVwUHhsZVBpeGRpMGVaZCtORCtMYk9DZnNXQ2o3VjZQdEwvU0pzZFdlZWtZcVl0QUFEWUY5L3hzVjNPMFIwTEZaRzd4OXZGVHNmTkh6SnZpRVdiMzNIRmg2emE1dzQzZ1dpY3FONno4c3N1Mis1b3RkeXJyUjVqZFg4QUFBQVZNMzhRdU9JUHQzWXljaTdrT2NpMk8xWHpLMmFPWjlScys5T3FmdkFDTE5wQWZ1QjN1QUhjTllmc09ObThVU1A5eThXYXl1Sk5iNlJOYStQdEFBQUFkclA2dVdaMWY1bzd4c2dhbWN0SUc0MjE4SklwL3pMT3c0dXdhRk96dzV0N1pBNGpiU1N2ajZqL3FQNXJyajdlbVd2eHBDZm05c1NZQUFBQW10SG5rcGwyL1N1U3ljbks5cVhsUlcyaitsVldQbk5YOHpPdTZCTWJZdEVHbnVxTjREQzJuaWlucjYrV0swYStNQ29xYzF6NUJTSE50ci9hRS9ON1lrd0FBTERPRTkvbFQ0eFpzZXJaZHFUTkZlNmF4MTNqZU9RY2RwZ1RIc1NpelQxR1BtZ2piZkNueWtMSmw4d2NhM1RPc24xbjh3QUFBRHc4VTlSZCtRZUFrYXY3djhMTW5LTzJUMTRMeTFQalloQ0xOdTlVK2FEdGVLT3czRFdmdDQ2enVyODM0aHdBQUlDcmpUNXZaTnRGZWJQMWtabmZCOUVmOEkyYStjUEMxdXg1WmNxUlRPNWhiTE9xK2FmUmRrOTc2N3dmOGFWRm03ZGYrTGZQdjJxWDQ2MStRY3pla0tYWjlnQUFBS2paOGZscjFaeFc5Zk1HdjNTc2R4ZzVueU50VVBTbFJadGZrL21BWkhKNm1meE16Z3AzamJPYlZjZGQ2YWVTQ3dBQWdQZXJQUDlsY2xmbFJGYjBrWEhYT0ZtWlAxVE9xT1JpRXl6YXZOdXFEKytkUnVZMTBtYTFhQTVSL2F5Vi9hL3Nhd2RQSDgvVDR3TUFBTFMyN3pPSm5GZjFOOHd1eDdYTFBPN3k5dU45Ky96L3dhTE4rKzE4WTd0Q2Yyd3paVTFVdjhJZFkxemhyZk1HQUFEUDRobGl6aFBuYjlXWVVUOVIvZDN1bWs5bW5FeE9MNU9meWNHR1dMVDVoc3JDeENuS2kvcU0ya3RlZnJXdk8xWG50dUpjcmZMVXVMMGQ1Z0FBQUg3WDE1NUZWaDdQeXI1MlVUMm1hbjVyWTIyQVlTemFmTWZSdUlGVTdIQ3U1QnlzT2Uwd1Z3QUFBS3kxOGhsdlpWK1I2QTkzVjRqNnpjekJ5b242ZnF1My9pRTVBc3NXYlk3ajRJMlFVN2xoUlBVN2lPWVkxVXZWZkFBQUFPQkpQTC8rcVhvK3F2bDNXcmtRb3VWWGZodG1SR1BnaFpZdDJtenE2VGZvMCtNajU0cWIyMno3VlhhWkJ3QUFBUGFUK1ZzcTJ2NFRkcGpEazdMSGY0Z1hYdTdyaXpiSW0vMUFIOGJXRStWRTliK0Fjd0FBQUFEY3AvcjhIZVZIOVR1STVyajZid1I5M3NyL0VvbEZtekhMTGdEU3JCdEZ0WXkvZWVlRTh3VUFBUEFldXp5N3pjNURhei9iSjM3RHA5OG5MTnI4cGsrL3FRTXJqcjN5dDRsNjFmeGZ3RGtCQUFENDF4UFBSaytNdVp2b0hFVDFyZjMzTjBLbWpXZTIvWjNlTk5mWCtmVkZHOTVjTmI5d3ZrYitCc3FLODdLaWp4bDNqbi9uV0FBQUFGL0JNOVIvOWVka3BveDdjTTRIL1BxaURmYnh4QWY0ampGbkZub3lPUmt6L2N5MEJRQUErQUorNlA5WDlUeXMrdHNucmEzcEEzZ05GbTMyc3NzTjZPcDVYTjMvVTc1NlhFL2hmQUlBZ0YvMjlMUFFpdkZIL2dCenhiaTdHejNHMFhadjk2dkgzVnBqMFFheEp6NGdUNHpwMlcwK3U5bjEvT3c2THdBQXNKOG5ueHRteHA1cDI4djBNN0lBczhvZFkwaFBqQW44QjRzMnNhYy9yRStQRDFpKzhONzh3akVBQUFDKzAzZnoxZXR4OVhGZDNUOWVpRVdiYTd6dHc3YnpmTythMjEzamZCbm5FQUFBWE9ITnp4aHZudnNkT0Q5N25vTWQ1L1N6V0xUNVBTcytnS045akxZNzllMW55bGtqYlZvYmI5ZGIwUWNBQUFEMndMUGRPM0Nkc0IwV2JlYndvWjdIT2VRY0FBQUFmQTNQZC9QdU9vZDNqVFBpanJtdEhHT2tyNUUyUDRWRm03VjR3NzNETDE2bmxjZThzaThBQUFEc1ljVXozbWdmbysxT21iOXRQL3UzOEh1ajdVZmI5VmIwZ1JkaDBXWU5QamlJL1BwNzVOZVBId0FBb0xYM1BSUHRQTitkNXdZc3M5T2lEUis2NytMYS9tbVg4N0hMUEU2N3pRY0FBTUR6OUxQTDArTS80WWxqZm1MTXQ1UG5qSE00WWFkRkc3elBWejk4WHowdUFBQUFZQldlbVJIaFBiSUFpemE0VXZWRFdzMWY0WWt4OFIyOGZ3QUErS2JkdnVOM21jOHU4OWdGNStPN3RybTJiMXUwMmViRXZkVE0rZlBhOHRmZmRLUG5ZYlRkMTNGZUFBQjRKNzdEa2ZYVjk4cFhqd3MzZU51aURhNDNjME9aYWZzMnYzU3NWWndiQUFBQXJQTEVzMlYxekdvK2tNYWl6VHQ4OFNZUUhWTlUvNVNkL2xiUjBaNGRId0FBNEsxNGh0S05ucGZSZGwvSGVjRzBYMXUwZWZKRDgrVFlubDNuQlY5LzNiaUdBQUFBZStDNXpQWUw1K1lRVzA4bXh6TFRGaTg3ZjcrMmFMT2puZDh3dTh6TldxQ29sbmUwKy94NmI1b3JBQUFBL3ZiME05eE9mMU45eGwzenZtc2N2QVNMTnNDL3ZCdGtkUE9NNnEvMjlQZ0FBQURZVCtWdmZ2eTZYenhIdjNqTXI4T2lEWDdKVjI1S284ZFJhVmZKQlFBQVFNMFR6MXBQakhtSG1iOXhuOGw1MnE1emZISmVUNDU5T3hadEFKeCs2dVlIQUFEd2NhdWU3VWI3aWRwRjlTdFZGM1B1dHVPY1RqdlA3U2V3YUFOOEJ6ZFVBQUNBM3pENjNEZmE3bTdSUEtONjRETll0UG5YTGgvOFhlYnhkWnhuQUFBQTdHVDN2dzBDNEFFczJ1aTRTVjVITzdjN24rL2Q1cmJiZko3RytRQUFBQUR3V1N6YS9BNSszTjVqOWp6UHRnY0FBQUI0cGdRK2drVWJBQUFBQUYvR0FzYWZkanNmMmZsazgxWjZZc3luN1hMTXU4empjU3phb0lvUHp4ek9Id0FBQVBCZVBNOWZoM09yWU5IbUdid1pmOHVkMS92T3NRQUFBUEE5czgrVHMrMlJ3M24rRVN6YUFBQUFBQUFBYkloRkcrQTlXRTBIQUFEQTAvaGZrOC9obktHRVJSdnM1b21iMkJOakFnQUFBRmZnMlJaWDRiMzFBQlp0M29NUENBQUFBQUFBUDRSRkcwREhJaGtBQUFDK2ltZGQ0Q1ZZdEFFQUFBQUE3T2lKeGFVbnhnUk1MTnJnTHR6OEFBQUFBR0FQL0Q1N0NSWnRBQUFBQUFCUFl4RUJVTEJvODl2a2pYRzNHK1Z1OHdFQUFBQUE0RFlzMnVCTCtrVWVGbnh5T0U4QUFBQkFIYy9SdUFXTE5nQUFBQUFBQUJ0aTBlWTNmR0VWMlBwYk5KbGp5K1E4WWRkNUFRQUFBTDlrdCtmeTNmOFpDOXlJUlJ2Z0dxdHZySlgrS3JrQUFBRFlHODkyT2RVLzJBVmVnVVViUEltYktRQUFBQUFBQmhadE1Jb0ZGd0FBQU9BMzdQcnNuNW5YekQrekFEeU9SUnNBQUFBQStJYktRa1FsTjJOMWY0aHh6bjhBaXpiSTRHWUFBQUFBNEZmeGV3aVBZZEVHdjRZYkxnQUFBSUM3OFRzRVExaTBBUUFBQUFBQTJCQ0xOZ0FBQUFBQUFCdGkwUVpYNDY4QkFnQUFBRmpsUzc4dnZuUXN1QWlMTmdBQUFBQUFBQnRpMFFiWUJ5dnRBQUFBQUlCL3NHZ0RBQUFBQU1BWS91QVZsMkxSQmdBQUFBQUFZRU1zMnNEQ2lqRUFBQUFBQUE5aTBRYjRMU3pHQVFBQUlNSXpJN0FKRm0wQVJQalNCZ0FBQUlBSHNHZ0RBQUFBQU1DeitJTlNxRmkwQWY3RXpSSUFBQUE3NDNrVitDRXMyZ0FBQUFEQU0xaUFBZUJpMFFZQUFBQUFBR0JETE5vQUFBQUFBQUJzaUVVYkFBQUFBTUF1K0UvR2dBNkxOZ0FBQUFBQUFCdGkwUWF6V0FrSEFBQUFBT0FDTE5vQUFBQUFBQUJzaUVVYkFBQUFBQUNBRGJGbzh5NzhwMGdBQUFBQUFQd0lGbTBBQUFBQUFMZ0dmL0NPS1N6YUFBQUFBQUFBYkloRkd3QUFBQUFBZ0EyeGFBTUFBQUFBd08vZ1A5bDZFUlp0QUFBQUFBQUFOc1NpRFFBQUFBQUF3SVpZdE1FdkcvMXJnWWZZQWdBQUFBQ3dISXMyZWZ4QXIrRjhBUUFBQUFBd2dVVWJBQUFBQUFDQURiRm9Bd0FBQUFBQXNDRVdiUUFBQUFBQVY1cjlOeUZIMndHdng2SU5BQUFBQUFDNEV3dHhTU3phQUFBQUFBQXdoMFVJWElKRkd3QUFBQUFBZ0EyeGFQTjlyUGdDQUFBQUFQQkNMTm9BQUFBQUFBQnNpRVViQUFBQUFBQ0FEYkZvQXdBQUFBQUFzQ0VXYlFBQUFBQUFlQ2YrRGRPUFk5RUdBQUFBQUFCZ1F5emFBQUFBQUFBQWJJaEZHd0FBQUFBQWdBMnhhQU1BQUFBQUFMQWhGbTBBQUFBQUFBQTJ4S0lOQUFBQUFBREFobGkwQVFBQUFBQUEyQkNMTmdBQUFBQUFBQnRpMFFZQUFBQUFBR0JETE5vQUFBQUFBQUJzaUVVYkFBQUFBQUNBRGJGb0F3QUFBQUFBc0NFV2JRQUFBQUFBQURiRW9nMEFBQUFBQU1DR1dMUUJBQUFBQUFEWUVJczJBQUFBQUFBQUcyTFJCZ0FBQUFBQVlFTXMyZ0FBQUFBQUFHeUlSUnNBQUFBQUFJQU5zV2dEQUFBQUFBQ3dJUlp0QUFBQUFBQUFOc1NpRFFBQUFBQUF3SVpZdEFFQUFBQUFBTmdRaXpZQUFBQUFBQUFiWXRFR0FBQUFBQUJnUXl6YUFBQUFBQUFBYkloRkd3QUFBQUFBZ0EyeGFBTUFBQUFBQUxBaEZtMEFBQUFBQUFBMnhLSU5BQUFBQUFEQWhsaTBBUUFBQUFBQTJCQ0xOZ0FBQUFBQUFCdGkwUVlBQUFBQUFHQkRMTm9BQUFBQUFBQnNpRVViQUFBQUFBQ0FEYkZvQXdBQUFBQUFzQ0VXYlFBQUFBQUFBRGJFb2cwQUFBQUFBTUNHV0xRQkFBQUFBQURZRUlzMkFBQUFBQUFBRzJMUkJnQUFBQUFBWUVNczJnQUFBQUFBQUd5SVJSc0FBQUFBQUlBTnNXZ0RBQUFBQUFDd0lSWnRBQUFBQUFBQU5zU2lEUUFBQUFBQXdJWll0QUVBQUFBQUFOZ1FpellBQUFBQUFBQWJZdEVHQUFBQUFBQmdReXphQUFBQUFBQUFiSWhGR3dBQUFBQUFnQTJ4YUFNQUFBQUFBTEFoRm0wQUFBQUFBQUEyeEtJTkFBQUFBQURBaGxpMEFRQUFBQUFBMkJDTE5nQUFBQUFBQUJ0aTBRWUFBQUFBQUdCRExOb0FBQUFBQUFCc2lFVWJBQUFBQUFDQURiRm9Bd0FBQUFBQXNDRVdiUUFBQUFBQUFEYkVvZzBBQUFBQUFNQ0dXTFFCQUFBQUFBRFlFSXMyQUFBQUFBQUFHMkxSQmdBQUFBQUFZRU1zMmdBQUFBQUFBR3lJUlJzQUFBQUFBSUFOc1dnREFBQUFBQUN3SVJadEFBQUFBQUFBTnNTaURRQUFBQUFBd0laWXRBRUFBQUFBQU5nUWl6WUFBQUFBQUFBYll0RUdBQUFBQUFCZ1F5emFBQUFBQUFBQWJJaEZHd0FBQUFBQWdBMnhhQU1BQUFBQUFMQWhGbTBBQUFBQUFBQTJ4S0lOQUFBQUFBREFobGkwQVFBQUFBQUEyQkNMTmdBQUFBQUFBQnRpMFFZQUFBQUFBR0JETE5vQUFBQUFBQUJzaUVVYkFBQUFBQUNBRGJGb0F3QUFBQUFBc0NFV2JRQUFBQUFBQURiRW9nMEFBQUFBQU1DR1dMUUJBQUFBQUFEWUVJczJBQUFBQUFBQUcyTFJCZ0FBQUFBQVlFTXMyZ0FBQUFBQUFHeUlSUnNBQUFBQUFJQU5zV2dEQUFBQUFBQ3dJUlp0QUFBQUFBQUFOc1NpRFFBQUFBQUF3SVpZdEFFQUFBQUFBTmdRaXpZQUFBQUFBQUFiWXRFR0FBQUFBQUJnUXl6YUFBQUFBQUFBYkloRkd3QUFBQUFBZ0EyeGFBTUFBQUFBQUxBaEZtMEFBQUFBQUFBMnhLSU5BQUFBQUFEQWhsaTBBUUFBQUFBQTJCQ0xOZ0FBQUFBQUFCdGkwUVlBQUFBQUFHQkRMTm9BQUFBQUFBQnNpRVViQUFBQUFBQ0FEYkZvQXdBQUFBQUFzQ0VXYlFBQUFBQUFBRGJFb2cwQUFBQUFBTUNHV0xRQkFBQUFBQURZRUlzMkFBQUFBQUFBRzJMUkJnQUFBQUFBWUVNczJnQUFBQUFBQUd5SVJSc0FBQUFBQUlBTnNXZ0RBQUFBQUFDd0lSWnRBQUFBQUFBQU5zU2lEUUFBQUFBQXdJWll0QUVBQUFBQUFOZ1FpellBQUFBQUFBQWJZdEVHQUFBQUFBQmdReXphQUFBQUFBQUFiSWhGR3dBQUFBQUFnQTJ4YUFNQUFBQUFBTEFoRm0wQUFBQUFBQUEyeEtJTkFBQUFBQURBaGxpMEFRQUFBQUFBMkJDTE5nQUFBQUFBdk5OZlVRTGVqVVViQUFBQUFBQ0FEYkZvQXdBQUFBQUFzQ0VXYlFBQUFBQUFBRGJFb3MzMzhkODRBZ0FBQUFEd1FpemFBQUFBQUFBQWJJaEZHd0FBQUFBQWdBMnhhQU1BQUFBQXdCeitXWW9hemxjU2l6WUFBQUFBZ0N2OUpiWlZvKzJBMTJQUkJnQUFBQUFBWUVNczJnQUFBQUFBQUd5SVJaczgva3BlRGVjTEFBQUFBSUFKTE5yZ2w0MHVMTTMrTjdrQUFBQUFBSVJZdEFFQUFBQUFBTmdRaXpZQUFBQUFBQUFiWXRFR0FBQUFBSURmd1QvejhDSXMyZ0FBQUFBQUFHeUlSUnNBQUFBQUFJQU5zV2dEQUFBQUFNQTErRStSTUlWRm0zZmhBdzhBQUFBQXdJOWcwUVlBQUFBQUFHQkRMTm9BQUFBQUFBQnNpRVViek9JLzJRSUFBQUFBNEFJczJnQUFBQUFBQUd5SVJSc0FBQUFBQUlBTnNXZ0RBQUFBQU5nRi8vd0MwR0hSQmdBQUFBQUFZRU1zMmdBQUFBREFNL2hiSlFCY0xOb0FmK0tMRXdBQUFEdmplUlg0SVN6YUFBQUFBQUR3TEJiam9HTFJCa0NFTHhBQUFBQUFlQUNMTnNCdllRRUdBQUFBQUY2Q1JSdFkrSEVQQUFBQS9DWitDd0NiWU5FR0FBQUFBQUJnUXl6YUFBQUFBQUF3aHIrVmhFdXhhQVBzZ3hzK0FBQUFBT0FmTE5vQUFBQUFBQUJzaUVVYlhJMi9QUUlBQUFCZ0ZYNWY0S2V3YUFNQUFBQUF3UDFZZ0VLSVJSc0FBQUFBQUlBTnNXZ0RBQUFBQU1DMStGczFHTUtpRFRLK2RJUDUwckVBQUFBQXVCNi9JZkFZRm0wQUFBQUE0UGVzWG9oWTNSK0F4cUlOeG5GVEJnQUFBUFp5MVRQNlZmM09xczZyejYrMjNkRVhqZ0VCRm0zd0pHNHlBQUFBQUs3RWJ3NjhHb3Myd0RWV2Z6bFUrcXZrQWdBQUFGL3d0YjlGQTdUV1dMVDVGVis0YVZrMzRjeXhaWEtlc091OEFBQUFzQStlR2ErMzJ6bVc4OWx0ZnJnUml6WUFBQUFBQUFBYll0RUdYMUw5R3pqZ1BBRUFBQUFqZUk3R0xWaTArVzI3LzdXNzNlWURBQUFBQU1CdFdMUUJBQUFBQUR5TlA3QUZGQ3phNEM3Y2hBRUFBQUJnRC93K2V3a1diUUFBQUFBQU8zcGlZZUdKTVFFVGl6YUFqcHMxQUFBQUFPQlJMTnE4QjRzSUFBQUFBRmJndHdYd0VpemFZRGRQZklFOE1TWUFBQUFBQUM0V2JZRDNZSEVKQUFBQWtUdWZHZThjNnl2ZWZNN2VQUGZYWXRFR0FBQUFBSkRGRDNmZ1JpemFQSU1iSGE3Q2V3c0FBQUJQNG5uMEhwem5IOEdpRGFxNE9kVDE1NHp6QndBQWdKM3h2T3JqL09CV0xOb0FBQUFBK0RKK1pQOXB0L094MjN4Nk84L3RLazhlTTMvWXJXRFI1bmZ3cHIvSDdIbWViUThBQUFCOEVjL0orRWtzMnVpNElWeEhPN2M3bisvZDVyYmJmSjdHK1FBQUFQZ3ZucEdBajJEUjVsKzczTmgybWNmWGNaNEJBQUN3SzU1VkFiVFdXTFFCdm9RdmR3QUFnUGVxUE10VmNudWo3WGJ6bGVNQVFpemFBRGp4NVFjQUFQQWRxNTd0UnZ1SjJubjFVZHNaVi9ZOWFzYzVuWGFlMjA5ZzBRWjRuOUViWjZWZEpSY0FBQUExVHp4clBUSG1IZnJqeXBSN2J6Z251ODd4eVhrOU9mYnRXTFRCTDRrKzNGRzlaNmJ0Q2srUER3QUFnUDM4SmJaQWovZkZDN0JvODd5ZFB5aTd6QzJ6WW43MTZ2bXFmcVNyK3IzQ20rWUtBQUNBdnozOURDZkhmM28rbG1oZVVUMXdpVjlidEhueWcvYmsySjVkNXpXdXZUVzdBQUFnQUVsRVFWVGppOGNrWlJhc0FBQUFjQytleTJ5L2NHNHFmN05wNWcrZE16bXd2ZXI4L2RxaXpWdTk2azIxeUs3SHZOT2ZGUHpWbmgwZkFBRGdyWGlHMG8yZWw5RjJYOGQ1d1RRV2JTRGRkV1A1UC9iZWRtbHlYTlhXWlo3WTkzL0oyK2ZIV3RxVHBvRXhRTExUbVM5UGhFTUlCa2orVEZ0ZFZmM1VPSGZ4N2ZPL2t6azJ3ekFNd3pBTXd5ays4VzVaSGJPcUh3YWFiMXUwbVp0aGo1M2p4K1JXL2pqZ1g2QjdITHA1djg0Y2wyRVlobUg0VHVZM2ZHRDUxV3ZsVi9kcmVJQnZXN1FaM3NuTzM4ZlVWUFhEOEdubW1oMkdZUmlHNFM4eDd6Ny9aSTdINy9LYWN6dUxOc05meDdzWlgzT0REc013RE1Nd0RCL2hiZStEYjV1UHlEdm5OTHlMdVVZTzhLWkZtem1oM3dkN3psamRYMkdPaDg4Y2wyRVlobUVZdm9sUHY3dDhldnhQOEJmMytSdVo4M1NRTnkzYWZETnpVUTZJTjE0amI1elRNQXpETUF6REwvTnQ3MS9mTnQ4N21HT3d6eHpERFdiUjVpeHpNWDRIZi9FOGZYcWZQejMrTUF6RE1BekRrSFBpZmExYm81T25jM2JzRHQzOGJwN21SSTNoaTVoRm16M21odGxuanVIM0hZTnZtKzh3RE1Nd0RNUFR6UHZTUGs4ZHc2Zkc2ZkRtdVhsODIzeS9nbG0wK1h1Y3VKRzZOYnA1aStwS09hUEo2T1NJOVBNMEoyb013ekFNd3pBTTcyRGU3WWEzOHVscjg5UGp2NTVadExtSGI3dnczanpmNnR5cStrVTNiL2d2Y3d5SFlSaUdZYmlEYjM3SCtPYTUvMFUrY2I0K01lYndSY3lpRGViVE45R254eCtHaUYrNE5uOWhINFpoR0laaG1OLzB0OEdlRDFiM0Z1NmU3OTMxV2Q0eWowRm0wV2JBZk9LRy9jU1lHVytiejl0NDYvRjU2N3lHWVJpR1lYZ2ZuM3h2K09UWWk1MDU3T1N5UERHRzVSTmpEc08vbUVXYmQvR1dCOE5iNXZGdHpIRTd5eHpQWVJpR1lSaitNc3k3RUtNNVJXZXNLQ2VyMVJubjIvZ0wrM2lTUDMyOFp0Rm0rQVRlVGZlSkcvR0pNVHMvVkF0R3c3QlRaeWQzR0laaEdJYmhGOUR2UTMvcDNlamt3c3BsMmgxTzFQaFcvdksrLzFuKytxTE5YUFNEcGZQamRPSTZPbEZqaHlmSGYzS3NZUmlHWVJpR1gySGVvZjVOdEtERzJNUHp6UEZ2OE5jWGJmNHEzWnVsbS9jbVR1eEQ5NzhVVlBWL2dUa213ekFNd3pBTS8rVVQ3MGFmR1BNTlZCWnpVRnprMzk4SVRFN0didjd3STh5aVRZKzVnVDRMczNKZWVRai9SYkpqTXNkckdJWmhHSWJoZTNqTHU5dnVQTHo4M1pyRE0zejZQSDE2L0Z1WlJadmhOSldWWmFTWmhaZS91OS9ETUF6RE1BekQ4QW1xNzk5SWorSnZBTTF4dnN1S1hOZDE3RGo5K3FMTnNRUFY1TlBqVjlpZDYyNytKN2xqVlg4My94UnZtY2N3RE1Nd0RNUHdQcUozUmV1ZmQ4cnY0bExiOE9VY1c3UTV1WkwwNDFSV0tWSDhEYUE1b3JpbHFoK0dZUmlHWVJpR1R6THZyM3V3eDQvVlBVVjFQdWcvRktONktMNllCYmNmNDlpaXpmQnhaaVcxeGh1T0ZmdEFmY05jaDJFWWhtRVlodmZ5NVBzaVdtZzRNUmRVQThWUDhkUTRwNWp2aVI5a0ZtMStBL1RnOUVBNlZCUGxXNnI2dDFDZDk0bGo5VXY4NVgwZmhtRVlodUh6dlBsZHBETzNUazdFeVZxZkpQcHVxZG9zblp3bmVPdThoazFtMGViNytZVkZndTU4bWJ6S1F4bkZUL0RFR0l1VFk1MnNOUXpETUF6RDMySGVJZmI0NXVPSDVvN2lUL1BVZkpoeEdFMlZPMm9PRHpDTE50OU5kdU85OWFic3pJdFplR0UwMzh6SmZUcFo2dzE4ZW44K1BmNHdETU13RElQSXVYZVNVM1VXdGw2MWZsVi9GMitaaDhjZGM3dWo1cE44Ky96L0g3Tm84NzNjY1JFeU5Sbk5DWjRhaHdYTkI4VlpUdFdwOElreGgyRVlobUVZaHM5UmVmOWp0RTlxbnVBdDgxaWNtcytwT3NPRC9OS2l6YmRmZ0hmTS80NmFwM2pMM0x4NVpIUGIvUzhGbHQzOGlMdnFEc013RE1Nd2ZEdS8vSjcweS9zbThzLzkrL1Y5WlRsMUhEcDFPamxEa1Y5YXRQbExuTG81VHRVNXhWUHpPVEVPVTRQUlZEaGQ3eHVaWXpBTXd6QU13OTEwM3pmWVBQUWZEVkVkRkVkVS9nTmxGa2ZhSjRubXhkZ0lSbnNGTFV0VlAvd2hadEhtR1RvM1lTZkg0MVNkYitjdkhZZWRmZTMrbUEzRE1BekRNTnpCdkkvVStlUXg2NDZORnJMdTVNNXhkaGJJR0RvMU9qbW5lY01jdm9aWnRCa3lxamRUWjRXWjBTeVlsZkx1b3NQZFB4U1ZlZDM1Y0g4cW45Vlp1bms3ZkdMTVlSaUdZUmpPOFluZjhrK01lWUxxdkt2NnUzaHFIdFZ4cW5xR08yb09YOHdzMnRSNHd3M1VtVU1ueDdLemtJRGlHVHU1bitMdU9lK2NpMC95NXJrTnd6QU13ekRjVGZkZHFKTjN5Yi8vb3lHcWcrSVYyRnFzN3R2WjJjOG9kNmZtOEVYTW9zMWdiL1kzM1B4UHplR3BjUkNkZVhnL3ZKMDZ2ODRjazJFWWhtRVlFS2ZmRjA3WDgyREhZQlpyZHVuVTMvbVBrSFl4eXJOUHNEUEh0L1B0OC85VHpLTE4zK0dPRzdOYTh3MFBQalNPRjBjNUMxYkh3TmE2MU5iaGRGNjNYc1RwZXNNd0RNTXdEQlYyM2tVdTAzNDduUVVTZXd6WXZGMlloWjJuNXFMNXhKakRsek9MTnQvRjNPVC9BL1BndmVPQjNGbW82T1RjeFIxalB2MERQQXpETUF6RDkvQnI3d2QzN004ZE5UdDQ4M2pEM0o2YUF6c09xNnZRcWRuSjJlVVRZdzR5aXpaRGo5MGJsczIvWStIRm8xcTd1MURSV2R6NVZaNDZ0MC94Qy9zd0RNTXdETU43WU40dEdNMlQ3TTRINWFQNEtaNFloeDJEMVozaTZmRUdnbG0wK1J5ZitJRHYxTzNrL0FKdjJPK241eENOOS9ROGhtRVlobUVZL2lLZitENTRBNTE5aS80RDRGMy9ZWkNwMWYwUHV4b21sOUV3TUhVWXpTbWVIT3VybUVXYlFlVGZOOGhUSCs5ZXZkTmphTzU2aUh2Y1hiL0swOGQ2R0laaEdJYmgwenp4cnZQRUdIZkR2Q2RXdmc5T0hKTVROVFIzTHV4VWpzMnZjUGUrM1YzL3E1aEZtNWduTHhSbUxFYkRjS3BPeEdYYTB6QVAzTzZEK09rZkhmYkg4Qk84YVM0TTN6YmZZUmlHWVJpR0UzemlIZWpVbUd3ZFZyZEw5VnVBblJlckd3YVhXYlQ1SjNmZlVIZlgveVRzd29RSDBxRDRFN0J6UURvVXQxVDFiK1FYOW1FWWhtRVlodWU1NHgzaWpwb2Qvc0k4THRCNm9QbWcrQk04TllmcUl0SmY0YzhkZzFtMEdYWmhieHBXdDZqcUsramExWEYyRnFjK3hhbTVuYXF6eXgzenVLUG1NQXpETUF6RER2Yjk1S24zbGM2NGpPWTAwVHQ5MWZaQThRNW9FZWFPTVJHZkdQUFRmTjArLzhWRm02ODdTVGVBSGhpVldKV1R0UkRkaHlDanZVeWJhVEtZSDBXbVRwVTdhZzdETUF6RE1Eek42WGVhMC9XZW9Edm5UbDczL1JyeDFEdXdCenNPcS92ck1OOUpRNEZ2WExUNWl5Zi9FL3VNeGtUeERxaG05Q054MTQvSFNYYm4xYzFuODFqZEU1eWV5K2w2RVUrTk13ekRNQXpmd0MvL0x1NHNNS0JjdHM0dWQ0MVRyY3ZxV2QwMzBOMlhibDZWMCtOazlVNlBkWXBYemVzYkYyM2V5bVhhTHJ2NTN3SzduNnl1QS9xQjdJNk44bEQ4VGV3Y2w1M2NZUmlHWVJpR0ovaTJkNU5vdnFmMnc5YnAxa1Y1T3gveTBUczhZeU9xNzYvMkcvQXZmeE4rNDV5L2dyY3QycnoxUkRNMzZyZFJmU0F0S2hwRzY5SE5pK2crdEJlZG5BcnNqMk4xSHQwNktQNDBiNXZQTUF6RE1BeC9nODQ3WlBmOTZ3VHNHS3pPMHRtMzA0c1p1M1RPcVFlYnl4d2Jhdy9EUDNqYm9zMHY4UmR2dkowSGVZWG9BWGZpd2NmTTFXcXlINkh1UENMWWVxeHVoODc1anVqa0RNTXdETU13dkpWVGl4VFYvRXZ5ZDdScXZZaFRkVFJQdkV0SHNHTS9OUi9MbmVPaTJ1Z2JDK1V2V0oybG0vY3p6S0xOWEFRWjZBWmxZaHBXNTdHVGkraldydWF4eHhPQmNsSGNVdFZiTHRPeVZQV0kwL1dHWVJpR1lmZ2N1Ny9ydS9sUDBKMGprM2ZKUDkvUjJKeXNqNmpxRjJ4ZTlDN04ySittTXBlSzFuS1piZmdCWnRHbUQzc1RlTHJLd3dURmQ5aXQzYzFIeHlUejdmQ1c0KzVSL1pIMEhzVE13eG5GSTdwNTM4UmYyTWRoR0laaGVJSzMvcWFlbnRmcGVvdVRkVS9WT2xXSDVmUjR1OThCS09jTmZPdThkL241Zlp4Rm05L2hNbHVYbmR5bmlSNitsWWV5NXVTRHJwdFg1Y1E1MTV5cWN6ZHZuZWRiNXpVTXd6QU12OGd2L2U1bSsvTEVmbGJHUU8vYWwybXJjUXVyNjNDaXR0MmY2cmxFYzBCeGtmcVlpRTdPY0JOL1lkSG1MMXh3blp0L3dlbzBuUnlQenJ4Ui9DN1ljZEUrb1I4NURZcWY0UFFEUHVKa3JRNmZIbjhZaG1FWWh2ZnoxUHZDaVhGTzFGaWc5OWRkbU1XTUJkSXc3OVdvUmtUMU9LQnhVUHdVekRoSWcrTERCL2tMaXpiZlJPZG0yWG1RTUZScjJJZHlOZC9qUkEwTmVxZ3p4L1NwL1R4UmQzR2kxb2thREUrTk13ekRNQXpEMzJYZU56aVk0OFJvTXU1NkQwYnYvUjJxZFNyN2RxSjJSRVhMY0xyZUVEQ0xOdThHM1Fnb0xzSnBMSjJIQ0Jxbm1sdXBWN1U5T25OQTdPWVAvMldPNVRBTXd6QjhCNy8rbTMzSE82T0hyWG5YdU5XNjZQMjZPcWVxL2hSbzNCUDdkZ0wyWEh3VFQ4ejdpVEZDcnVzNk92NnZMZG9jUFRpSE9UMjNTajJrUmZHTWF1N09nd2ZGM3dKNnlLTWZPd3VqUWFBNVJacGRtSEhmeEltNW5hZ3hETU13REgrWjNkL1MzWHlSK3ZzYUEzb3Y2b3pUeVZuczVDSXUweUsvcDRsOFZSdUJ0Q2pPZ3Zhcnd0TjV3d2M1dW1oemVrWHBwYnhoSHp0ejZPVGNDVHNmVnNlQ0h1YVpEODBGeFJtaUdqdTFPN21kNDlRQmpWUGxSSTFoR0laaEdON1BHMy96M3ppbktuWWZtSDI2VThQa0lTcnZteWh1c2Q4SjFYd05lK3gzeHVqeWlUR0gvK1hvb3Mzd2VpbzNHM3E0VldwbDdOYU81b25tcjZuT29mSndSbVAvS2svc2QzV01xbjRZaG1FWWhocHYvcTE5Y203c3h6ZUNyVk90ZjBrOVJ3Uy9YM2RxVmpoZEg5WGJlY2ZmeWIyYlU5ZlI4QkN6YVBOWk9qZno3czEwVjEyUmVER0RxWTAwNkVlaXlva2FWYUo5cVB3Z1YrZk5udTlxM1VYblhQOEY1amdNd3pBTXcyL0QvTlozM3ZXN01PK0pTSVB5V2RnNjJmc2pxc0c4VjZNYUdsYkw2aFpWUGVKMHZRejJPMks0bVZtMGVRL2ZjdkYzSHFvTFZyZW82ajBxRCs1czMxQ3VwYXEzblBoQlpYVXN1L1dxK1ZYOUtUNDE3akFNd3pBTXovME8yM0dlR3RkajkzM1Z4cjE5WS9JWW40VjVaNDFhais0OEVMdkhHT1VnVU0ybnI4ZTc2MWQ1MjN4ZXhTemFQTS9PQmJtVHEySHJzTG9xMVFkMVJQU2c2OWJJZkRZV1BWaXI5UmFNUm5OSm5KUEZWanlqZXl6djVrMXpHWVpoR0liaG43emxkL290OHpoRmQzOHV0WjBBdlIrZUdrZUR4amt4SnFwM1lveFR2R2t1ZC9KWDlwTm1GbTMrRGJweGY1bnFoLzd1OFdIelQ1K1RrL3RTemF2c0M0cUwvUE1IdWZ2RDNNblo1YzR4cTlmeFhUdzUxakFNd3pEOEplNytqWTNxbjNpSHJPbzlUdFRRbk5pdlJUWHZNbTFFSmM3WUNPWjlFclVlbFRuY3pjbnovaFJ2bjk4dHpLTE4zK1d1Qy83VXc2c3lQK2JCM0JtRG1YdEdOYTh6eHlvbjZsVnJJRDA2VDhNd0RNTXcvQTN1ZWcvWXFidVRpNGhxM3ptbWhYbi9yTHhmMjFoVWk4bnR4aG5ZL2RDd3VnV3J6NDUzNW5zanpQa2RpdnpWUlp1M1gwU2Z2Rkc3RHcxMmZ0VUhkT2RISWdQbE1mT0xORm1jM1E4MHY3dEIrL1kyN3ByWFhYV0hZUmlHNFJlWjMwMThESGJpNk4zeTB6Qno2V3BRSHZPT2pXcG9Pbk5BM0ZIekZLZm0wZm1HT0RWMmhVK011YzFmWGJTNWk4dTBiK2ZFUExzMTdyNkJLdy9xN29PVU9kOU1IY1NKR2lMMS9VVGo3c2IvQW5NTWhtRVlodUU1Mk45ZHEyUHpGc3o3RS9PZXVNdE83VXU0ZDhOb0RDWVhrUjBqNUt1T3RZaHFvUEdpV09WOE0zT3V6dU51MERFYUh1QmJGMjArY2NGMGJrQjJua2lINGp0VWFsZTBMR3hONWdITDFoTGhINGlWbXBwS0xldVBjcnR6RWRuTFJaeitzZEl3eDhiajVCeUdZUmlHWVlnNTlidksxbUYxYjRiWkIvWWRpS2xsNmRaQzhVWDBUc2k4SzNvZ3ZZNUg5aW5ZbXFkMUdWZXkzUTA3QnF1emRQTjIrTVNZS2QrNmFIT2FUNXlZMDJPZXZGR1p2RXhqSDhqTUE5cUxNZlB3aUI3V08yT2dmVUJ4QzlLaGNTcXd0Wmphak9aWE9MV3ZwK29Nd3pBTXcxQ24ranZNdmplZEFyMnJNckR2L2F4dXdXaFBhUlpJaStJUnU5OEhKOGJOZkJGSXV4c1g2WDBUREEveXhrV2JiN3BJMkxteU9wR2FkcEhsTVBXUUJzVVhKM1Rvd2NiWUNLUkZjWkgvYWlyYURFYXp1SVRUc3pxUDdyR3RjT0pjaXRUMW4rQWI1amdNd3pBTVZYNzk5dzN0SDRwYnFub0x5ci9VbHZrOGJEenJlN1VxNzhhYUxBL1ZZdDRsVVExTlp3NHNUQjFHbzJIMXJLN0NIVFU3dkdVZXQvTEdSWnM3K09hVGllYU80aUtjeGhMbG5IeVlaWGtuYWxZZTJKLzQ4YkZ4MUxkY2FzdDhIaWlPcU9aWDlYZnp0dmtNd3pBTXcxK0cvVjArOGU1WWZkLzZKT2hkTW9ONUgxd2dYUlJuemtkMHZKbmN5SWZtR3hIVlFPTkZNZFFpa0k2WkEwdFZQN3lJdjdKbzh4Wk8zeXlWZWtpTDRoN01nNFI1aUxGalZ4NjBFU2l2c2svSTcybFlQeHRmWEZMVE1qNkdibDZGNkhnaldGM0dpUnFMazdXR1lSaUc0ZFA4MWQrMTdEMnE4bzU0NHIzMkxxcnZ0TXljdXhxVXh4eEhWRU5UM2ZlTXl2NVVhbGUwbW03ZVNkNHdoNjlqRm0yK2w4NEYzOGxac0xrN090WVgwWDFRZDhmdGFrNytHTnhCNXpqYTJHVmFMM2FTTzJyZXdiZk1jeGlHWVJneXZ1WDNyRHJQcWo3aVZCMlJlOStsTG9uZjRhSis1cy9lL3p5cTc0dWRkMVJMSjQvVlJYVHlLOGU5UXFmdTdwaFA4MjN6aGZ6aW9zMFRKK25rR0UvZklKWHhLamQxZDY1c3JTY2UwcG1QSFNmVHM4ZlQ2N1BqSXlyejZsQ3R4UjZUTzNoaWpHRVlobUVZY3RqZjQ4bzc3QW5RZTJPWFRxMDczdCtZZlBTT2lyRHZ4Y3g3OWU2K1J1Y04xV0RIUmZ1RXhsbXdPazBucDhzbjM5RUh3eTh1Mm53ejdFM0E2aUoyOHpXbmFyRVB5b2k3SDlBMjFuMUFMNnlleVdjMEdkVjlqZWprTU54UjkwVE5FelUwcCtzTnd6QU13NU44OCs5WTUvMHJZaWQzMFgxL1hWekNheGRaRHZNT0hOblZlVmpZOTFRMEQydDdJQzNyeTZqVVlLN0w2dmdaSjJzTmh1dTZqaC9mV2JUNURNZFBaSVBPUXdNOTRHd010UjdvMkxCenNIR1V4L29xZVB1TDVvRmlWeEtMcU9SVTVzcldYRlQxbXV5Ni9FYStmZjdETUF6RDMrU2JmcitlbWlzN0RxdUxRTytOVEJ4cHNqNkw5LzZieGRsM1RQUmVHbEhKUStOMjJNMFhPVk9ENGFseExKVno5Q2M1dm1oeng4clM4QTlPSHQrVHRVVHE5ZGdmRHZRQVJWb04wbWErNm85UUZadUhqcy9ha0NhTG53RFZZWS96THAyYWJBNnJHNFpoR0lhQmgvMTlmY1A3akFnM0QrYTlzVHNXeXJ1Q0RZSGVRWFUvc2lPeTQyRHA3blBGN3NTakdIT3VQYkt4MlJxN1BEWE9jSURqaXpZL0FycUpuK0NwY1ptSEZEb2V1M05sODVHdThxRFdkUGVwOG9CbTU0YjZIbGV3WmV6dWN4YXJIQmNSL3RoME9WWG5ORytkMXpBTXd6QjRmUHZ2Vm1YK2Q3eVBSRlRlQys4QWpSSEZ2WG1qV3BZc0QvbTY1d2hwczNGUjdnTE5QYUtiZHhmVnNhdkhxY3BkZFYvUExOcWM1ODZMOVk2YUl2MjZ6RU1OdFpxT0Q4Mjk4bkJuOW9mRnk0dHFvTm9vZmdJN0JqUHZwOG5tK0FSM2pIZEh6V0VZaG1FNHpSMi9WM2ZVWERDMUdVMUVON2VicDduazNqcFpiWFpjK3g0Y3RSNW9UbWdPa2JaVEY0MkZRUG03Y1pIL25rZHZRekNhUmZXY1pYNFVHd3gvZWRHbWM2R2N6a0VQaWc2ZEcxYmszem8yYjFIVkw5Z0hKUEpWamlYU011Y010UWhtRE90amEyZWNyTk9obThmU3FkL0pPY21wY3pJTXd6QU1wM25EYjFUMW5hbkRxVG9SNkgwemV6ZU41cll6WjdZbU04ZnFPN0FseTBjMTBaeXMzWWxIc2FqMVFPTjVmbWJmR1UyVlRzNWRuSjdMNlhxUDhaY1hiVTV6OGlLb1BqeFdQSHNJb0h4RTVVSFlnZDFuTkY1M250bFlLRGZDeTJkc3I2Lzl1L05CZm5hT2tjK2ptOHRvR041V3grUE8yc013RE1OUTVjN2ZwVHRyZTFURzY3d0hzZTlZWFU2OUYxYjBqSTQ1SnFqVk1MSE1SaUJ0ZFU0ZXJHNkh5aGhJaStJWmJDNnJHd0srZWRIbTlNay9YYzl5WjMyMk50TFpPTkpIb0ljeiswQm1mV2llbFlkOFZndnRSM1cvTEpYamY0RzRKdE5XeHN5b0hBc1BkRjZpR0Z2L0pIZU9XVG12d3pBTXczQUhkLzhXVldwWHRBc21oOUYwWU41L21MRVpqZVpTV3lWbU5WbmNzek5maGF3bUdsc1RhZEdjVWJ3RHFwbU56NTRMbGs3T04zREhmdDFSYzV1M0x0cTg4bUFGUERIWGt6Y3UwbWNQamJzZWJtd3Q1RVB6MHlEdFpkb3VsVGw3TVBHMU1mNEtVZTVPelNmb3pLK1RjeWR2bTg4d0RNUHdOL2ltMzU5VGM2M1dxZW9YMVhkQzFJKzR6SWFvekF1OXcxNm1SWEUwTnV0ajdFNDhpcUZXdzV3RGxwMWEzZHlUKzlUTisvTzhkZEhtRHQ1eWtaeWNSN2RXTnkrQ2VXaDNIMnFzTDRxakI3T0dtVnVtUVhGbVhsRWVtcnZJZjNVVnJmVkZvUDJwVU0ycjZpTk8xUkU1V3l1Q1BaZkRNQXpEc010VHZ6bVZNU3JhakVxZDZ2c1p3MDZ1NWVSNWltcFY2elB2ajEwTjhsWG1pclRaV0NqWFVwbTMxVVpqVmVmZ3dkWStNZFp3a0wrMGFIT2FreGZ6SjI1YzV1SHA5ZEdEc2pvdnRnYnlvWEhSUHFENkVjekRuS21qdWV1Y0w1aDlyY3lCblJmS1pjOG5POWNxMVRwVmZaZW54aG1HWVJqK0prLzl6and4RGpNR282bGczd1daZDBOTjl2NVRlUjlqdVlTdlczbFBZL2M3MHpHeGlNNWNtZmdPMVRyc2VkbGhwOVpPN2xOOHd4ekwvT3FpelRlY3JKMDU3dVJxc2pyVk1hcDZpL2VRWmgraWxZZTBCdFd5dnV5SFJKUHAyTGxtRDIwMGZrUTNsODJKamhPYmY1THMrR1dnK0tmb25ydGhHSVpoaUhqemJ3dWFGNHF6Vk90VTlSWW0vNjUzUXFUUHhrVzJWN2Z5UHNqa2V6SFc3c1N0cjlwcUtuTzBNSm9UUERYTzBPQlhGMjBHSHZZR3JUeHMwRU9zK3ZCR0R6K1B6bnc5SHpOSDVpSE56TWZtWDQ3UHh0QnhFTUU2YjF3RW84bW81bGYxVC9IMHZDcm5mUmlHWVJnc24vb2RlWHE4UldWYzl2MHM4bVdnR3FnZWVvK0x6aWx6dnIwNG1vOUl2azhvUDlPeGRidkhyenBtbDJyK0hYT0l1S3R1QjNSdUJwbEZHNVpQWFVCUDNieFJ6ZXBZVmYyQ2ZYQ2ZqR2NQZi9iSHdvT3B3ZHFaejhiWGx2azhiRHpyZCtabVFUWFFlRkVNMVdYOGJOeFMxWitDUGNmRE1BekQzK2JUdnhmVmNaRysrL3N1d21rcW9MbFUzazgwTzNtVjg4Mk1nOTdObVBjMTVuaXd0ZEYrb2ZscXF2V2ovV0gzZ2JFem40MW4yeTVvZnBic0dBeWJ6S0pOekNjdXVCTmpkbS9lS000OFhMSUhEV285c25yZHVBYmxaejRiNis1UFJqUVhwczVKSFhOTldKK05NY2Zualh6amZKbHpPZ3pETVB3K2w3em5kNkU2ZmxXL1EzVXM1bDF2cDJiMERtVjkxVEU4b2pyWkhMSzVhaDg2RmxtY2lVVStkbjZWT05xWGlLcStBbnNOSUEwNkJpem9QRmRqRVoyY3g3bXU2NVo1M3JKb2M5ZGtiNkF6VHlhbmNxTlhMblEwTmhQdnpLVkN0VVoyck5BeHFNU1JsdkYxV3cwN3YreTZxQjVqUzFZN29qb21vMmMwR3FSSHg1dnhkemxkYjRmTGJNTXdETU52ODVlZSs1WGZkZmJkeXNheTk3TWRtTHJzZU4xekhlVjVmdWFZWEtiMXFHZzhIeG9QSGRmZHVNWE9JZHMvWnA0b2ovRkhWUFVWN3F3OUdHNVp0UG5EZlBMaXJZeDlTZTFod0R4a21BZHg5bEN6b05yZHVEY0gxdGNocTUzWnE1K2RwK3JjVUwyczcvbTd4Nmh6dmp5cTQxcFFQb3BicXZxbnVKeHRHSVpoK0U2KzZabGVuUnZTby9oVHNPOC9WVjBVWStJN0dzK1A1aXlTNTFWYlRjZDNaNXc5andzMEZxSnluaGpRdFhFMzNURzZlUkduNnozS0xOcjhrN3RQNWs3OU8yNjRFdzhGNWlFWHdUd00yUWZxaVRqanE3WWFkRHhFNm5tWDJqcnhwYW4wSTZKOXo0N0pFK3lNVzgydDZqL0ZsV3pETUF6RFovbUZaM1IxcmxXOXhzdEY5VkRjd3J4SE1lODdPc2JZbWM5U3ZXYWl1UFdkbUZ0R2R0eVE3Kzc0RGxHZGJId21wME1sLzZuanM4dGI1dkVJMzc1bzg1YVRkV0llNkFhSnFHZzkySWNETTcvZHVTelFBK0x1dVBYWmxpWExxejZ3cjhEdmFmU1d3V3FRSFhGS28wSEhhcmZlQ1pqaittYTg2eWphaG1FWUJoNzBUUDJGWit0ZCt4RFZaTWZLZERvVzJabVBvWm9YalYydDR4SFY4ZnpvMkdRK3R0VXdkYTN0K1NyNXpKalZWb1BtaldKWlRvVzc2eU9lR21lSDE4N3gyeGR0cXJ6bFJGVG5jZmROMXFtUEhrRG9ZWVphNUt2RU5XdytzKytvMVZUbmVqbSt6RjhocTFHdHpSd3ZEL2JjV0xzTGN6Njc4WWh1M2pkeEhkNkdZUmplQW5wZWRiWmZwN3VQS0EvRkxWVjloOHUwbGJqMlJiYlgxLzdPUG1aNU8vUFVQblplVm8vRzkzeGVManRQSnI0RFV3Zk5KZk4zMmFtM2t6dHM4bitRNElOY0l2SWZKUG93bjV6ajZiR1plcWMwREY0ZDdhdkVsMTNKdDc2b3RUQTZOTTlJYS8wTDluaXZuRWh2eDZyTWN4SHROM3M4R0xKNWVuM2taK2ptb21NKy9CTjlYUS9ETUF6ZndjNnorNGxjcTJQekZveitNbTJteWFqTTlWSmJWeFBGdEEvWldYN1VNbHBQODBUYytxcXRCaDI3REViVEFjM3ptL21WL2ZnWHYvd25iYjdocERGemZQTEdZc2FxUEh6UVE2MzZzUE44cCtLWkx6dmVYVTFtZThjYzFZODBXY3hxcks5aVJ6QWF6YzVZbXJ2MVZlNnVQd3pETUF5ZllPZjNqY21OTkZWL1JPVzlvMXA3Z1dxaHV1ZzlUbXZzbGhITmk1bGJ0ay9WVnBOcEtzY1I1V2R4ZE53UWFKNU1ET21aTFdNM2ZncDBmb2YvNVpjWGJVN3dpUXZweERpbmIyS1VZNm5xTFpkcGthOFMxMlErSnNhMkduWitVUzQ2dHBWekxZTG55SkR0cjBkVjc4RWNMNDlNaDJxZ09JSTlKOE13RE1Qd2RwNzRUYXZXWjk1cFR0YU1hbVZ4N2N2c0tMYzZmNCtzUHRQMzVvMk9pWVhKWThiTDdFN2MrcXF0SmpvV25ma3NQM3Q4UldwYUVXNitVYXh5L2huTllKaEZtL3VvWE1TVml4ZlZZV29oSFhxQU1MYjFWVnNOOGxYaTNqak0yTXg1MUdSNVVRM3JqODVUNUsrUTFZNzZ6RDdvV09YWU1iV3IrM3lxam1ZbmQzR2l4akFNd3pCOGloTy9ZenMxZG5JMW5YY2NqK3A3RGt2MkhsT3RkMG1jNS9sUlgvdVlXRWZyYVNMZmJqenpWVUExVWYzc25IZkk4cm8xUlhBdWlsYzVYZS9ybUVXYjNrVncxdzFncWRTcWFCZVhuSGs0b0FkVUI3WW1laEI2OGFvdnE5dlIycGdkMitxeWM1U2RRMHVtUitNeWRnZVVuOFdaNDRUcVd4ZzlvMEZVenRzd0RNTXd2SUVUdjExc2plemRoL1V6N3drc2wybFowTHpRTzFWMnZDN1ppeStON1dmSExUc09Oc2EybWt5VCtYYmpsYmxVOWlNak84Nk1uNldiMzgwN3dTZkhibk5kMTIzem5rV2JmM1Bid2Y1ZmR1by9mVE5uRHhNMlIvdllWdVBGTWg4VFozeE1qRzAxVVl6cFI4ZGN4N1hPODNtd3h5YUQyWGNVWjhaRUdoUmZWSStIQlIxVGxsTjFobUVZaHVFdVR2MVdzVFZZM1lKNXA4ajZqRzJKM252WTl4ekcxcUJ6Y0RsYmhxZngrbWh1ekg1N01IbGVMUE5wS25IclkvZkJnc2JKNWhTTjJaMkxoYTJQeGtOeFMxVi9GMitaUjV2YkZtM3VYR2w2S1NmMkZ6MWdQRmdkZ3IyWm94aDZVRlhJSHBySXg4YVJMNHF4KzVUbFJiVzhQdVB6WURYb2VOaytPdFlXNXJpaE9WUnpMWkdHeVVXY3FDSENuOWRoR0laaGVJSkx6djQyc1hWMmYvUHZZSGZjYW41MjNIZk9TWFJPSTEvVXQrOTIyWHZjanRiVFJENHZ0NU1UeGRqVzJwa3ZpM25uWkpmVDlUN0pMKzBMeFcyTE5nOVNQV2xWL1YxVTUxRjlBSFNJNm1VUElqUXY5SERMSG5xTDdJRVl6YTJhdzh4WnN6dC9IYk5qVzEyVzU4VXlzancwTnJJN2MyRjhGblI4dW5VMUZYM25QRVIweitzd0RNTXc3SExIYjFDbFhxYUxZc3h2L3M2N2pjYSs3NkE1b2JteDQzbXc1d3JwdkdQREhLL0s4VUd0SnROa1BoUm5qelU2bmdnMERxTkJjN295LzNjQUFDQUFTVVJCVkxpU0RkRVpUNFRUWk96bVA4R3I1L2dMaXphZjVsTW4rSzV4bWJyZGgxQ0Y3T0dKZk5VSHRPZGpZbXlyaVdKTVB6dnVlc3ZpRWV6eHNURDdXRGt1a1krWmk0YlZWNDlKUmxXUFlNN2JNQXpETU94dzUyL05IVFUxNk4yQjZTTVlQZk4rRTczVG9IY2Q1dHhjeVlaeXJDL1RNUHVINXJwZzhySmp4ODVMMjFWZnRkVkU4MFBISjR2Yjg3R2oyWW1mNHZRNHArdTlpcmN2MnZ6MHdmOWYwSTNPOUMxWFlZdnlrYS95TUxvMjI0NVB3K1pVNWg1UjNaZHM3alllK1N5WDJSaXQ1NC82ako2bFVnc2RLd1JUdHhMellJNTVCL1o4RHNNd0RBUGk3dCtVYW0ya3I5U3FFTDFYWk84bTdGelErMDFtUjdub09DR2lHcEV2NnR0andSeXZqdGJUUkQ0dnQ1TVR4VEx0Z2gyUDdXdC9OcTVIVlIvQjdDOXpiQkE3dVgrQ3R5L2E3SExpQWtBM2Y4YUppN2hLZGF6b1FjRDQwTEhwM09oWkhXKzhhQTdWbk16SHpLbXF5ZXpzT0Z0ZGRvd2pzbHcwZm1SYkg5dHFXRjhVUS8zSWwvbFhySHFjcS9vS2w5bUdZUmlHQWZIVTcwYTFQdEpYZnJmUmV3QWF5NExlRGJMVzAyWlU1bG81bDBqcmphdDl1bTl0Q3pvbWxXUGxhVElmaWtjNW1TNkRtV2VHZDl3OURWTXJJc3RseG85QTJzcTRESjJjbitQWEYyM3VwSE5CbnNqcDFHRHdIZ3paUXkwamUxZ3krU0s1SHZtOFhKUmpmVXdNdFJvMEozVHN2Zk5qWTlteFJab294c3czMjIrRzdyZ01WWDFHdFJZNko2ZTR6RFlNd3pBTVQvODJkTVpCK3V5ZEJma3FmZlNlVVgzUHlmVFpXRjRmalduUE0zdmV2WGpuR05sOVJjZXFvdmRpbVUvRDVsVDJCZTJialRHMjE0OThIVTdWR1Q3TUxOcjhEMDlmMEhlTWQ2cG05VUhDMkJiMEVHUWVwTWluWVhNcXNXcXJ5WTVaMW85OFh0eHVTTS82TGRuK1JmbnNzV0h3amc4Q3pTdURQUzZhcW42WHl2a2ZobUVZdnA5UFB2Yzc0ekU1S0w2RHJzM1lGdnNldzd6WHNPTjR4K2JVZVkzcVdKL1h6K3pxL2tleDdGanQrRFFvcHdLemIxRThpM1huRXhIVnMzNDA1K3E4cXZwRk4rK25tVVVibis3RlVzMUROMFIyTXpIK0x1eTRYanpiSjFRbkluc1FSMk5YYzVoNXMvdkI1RlhPODVYNDBGdzhVQzRhUHp0V0hzeHhReldyeHl2clI3N2xaNDRwbzlHd2RlL2lTclpoR0liaC9ienRPZDRkbThuWmVWOWcraFV1MDdLZ2VWcWJuWFBsdktQcmhCazNtN1AxUmJHbzFXUWFKaS9TWlQ0Tm1tdGxIeklmTzQrSUs5a3lVUHlYK1lsOW4wV2I3K2V1Q3pGN3lEQjk1S3UyR3VUemNycytaaDVkamJXemZ1VFQvaWh1TlJIUm1GR2YyZDhJNXBpeE5nTWFweEpib09QcHdaeUhwN0hYajdjTnd6QU05NENldjI5N0RuZm53K1pWZjV1dHI5SkhkalllYWpYUlBqRnpSY2VqYzgxNGNldnorcDV0ZmQxV1U0MTVkc2NYeGJJNW8vbG9JaitLWDJyTFFKcHNYeXVhS3J2NWx0UDFqbkJkMTYzenVuWFI1dTdKSzZyalZQV0kzWHBNZnZVbXVvcGJWS1BTOS95WGFUMGZhai9sOC9ZUHpaWE45V3l0aWZyTDUvbHRYRytNMXZOYlgyYWpmV1kxSFpqajVvR09EUU9yc3pEbjV5MTQxMVJuRzRaaCtCWFE4NDdkdm9IZCtiSjVtYzZMc1hVWFdzL1ltUy9qTXEwWHkvcVJyem9QVFZRajhubnh6RDdaVm1QVzlueE1IYTlHQmp1bXRabis4bFhuSkpMbmRPcmR3VnZtc1hqYmZQN0YvMEdDNFY5Y0l2SWZKRG9BR2llTG8xeVBkYkhhUEZzcjYwZTJwNjJ3OHJ6NnJFK1QrWmhZdDVXQ0xVbC9jZjNYTEIxWGxPZWRZNjFsajI5MHZpdkhXa2k3MDBmK0ZaTWt2bUIxRWVpYy9BcDZQNGRoR0liM2N1SjV6ZFpBT2kvTytGRGRqS3crYWpWZXpKc25PL2RMZkgybWkrYUY1bEd4czJQZ2Nlb1lzajROTXdiYklwKzEyVDU3SENPeWZEUSs4dXRZZHQ0c25YRllUdFI0TmJmK1NadEQ3SjZFM1h5UnZScVZpNXE5bURzMVdMd0hSYVh2MlptUGJUVk0zVXE4RXR0dGtjMzBvMk5pdHlnZUVlVkYvY2kyZU1jZzBrUSt4bWFJOUtnT2lpOVlYUVp6cm9aaEdJYmhOQ2QvZjlnYVNJZmlpeFB2TDltN0NEdVBCZk5ldzh3NUcvZEtOcFNUK2J4K1pqUEhiVmY3aEs5RHRqOWV2TnJmNFdTdEJhcUo0bFZPMS90YXZtSFI1czFrRnhLNnlGQzh3OG1hNkNHUzlkRUR6UHFpbHRFaW54ZS9BbCttdDVxTUxCL1pXaC8xbHcvTjV4S3NpelNSejZOeTdKaGppdllyZzVrenN4OVJIR2xFZUIwRGN3NkhZUmlHb2N2cDN4bTJGdEpsY2VhM1BvcFg3T3dkQXJXYWFKeW9IL25RZmtaRStaSFBpMmUyMW5kYVRhYTUyOWR0clIzNXF2MFRSRFd6c1psOVFWVDFpMjdlenpPTE52L2xVeGNKdWpIWUcvcU8rYU94VWQvNnZJZGNSdlp3dEpySWw5VmdmRm45anJaaVozM3JqK0llbWQ3elYrYWlXeGJtK0xFMjA0OTh5NC9taitJTHBsYUY2bmtlaG1FWUJrdm52WUdoVWcvcHNqaktGZUUwRVpWM0JvdDluNm04dHpBKzdXZmptU2J6ZGUzZE5vcFY5RHMrdHRWRXh5VFRXRjJVdDJMTUZwSEZoaTloRm0xaXVoZDROMjhIZEtNeVc0VDNVT2s4bkt6ZGJYZDhKL1ZzaTN5ZXpmUzFUM01SVzVibitabCtsb3RhVGZWWWVUYlRqM3hNYk1XUlpsSFJzckRuZFJpR1lmamIzUGxiVWEyTHRGazhpcUhmZSthOWdhbXJmVkdiYVQwYnpUM1NlZkdLenZObi9jeStqSDJpWlgxVmZlVHJrTlZtN2N5My9KVjVabnBtWEVaVFpUZmZVcTFYMWIrV1diUjVEOHhGVmJtWm5yelJxN2Ixc2UyTzc2UysybG9mc3JWZTl5T2Y5VmVJOHFQeHZENXpyQkRSSENxdzg3VythQnptMktLNDVzVDV5cmljYlJpR1lmZzdQUEU3MEsyTjlGazgrNTFtKzFYYitxcXRKaHZENjBjMXFzYzl5N0grckovWlduK3laWDFWdmVmYmJUdjI2bHRmNW1lSmNuZHFlblRyZGZQK05MKzBhRk85QUtwNnhPbDZJcmptSFRkbDVRSENQSlE4dXp1LzdDR1orVkNzcXErMldWMWsyMlBsK2JSZmJ6dWF6SmZsNmphTE1kcklGOWxlM3hMRnN6eW1KdEpZc25Od0V1K2NQekh1TUF6RGNKN3NtWDduYzMxbkRKVEh4RDJmOWFNK1F1c3YwN0xZUEsrbXRWZWY4ZGtZMnJJODY3TzZqcDN0dndicEw4bHI3ZW85WDdYVm9PTmliYSsvZk5FeHE0S09mZFJIZmkvR3pMa3pEc3VKR2x0YzEzWDdIRzVmdEhsaUp4NGl1L0VRekEyL1lDOXFWdGNsZW5CazgyQnM2K3Uyckc4bmh1YkF0c2puMlZsZis2dy8wckE2ejI5OVh0eXJqNDVMZHJ3VzdQR0tRRFd0dnhPcmFEeVljM1FIRjdrTnd6QU05NEtldzU5NEh1K095K1JtOFNpZjhXWDl5R1o4cU5WNE1XdDc4NHg4NkZoR1JQbU1EOW1Yc2ExdWtSMkxMTDhTODN4SUg4VlFpM3laSGZXOWVlMFMxZXlPaGZKUS9LMTh4Ynh2WDdRNXhPN0IzTTNQeUdxamNWRTg0dlJObU9FOVNMSStzak1mMjdLK08yUFYxdnFRbmZXMXovcHRMQ0xUWjJQb2ZtWjcrNS9CSExlT3ZmcU1UOGNpbVAycG5BZEw5VHcrd1hWb0c0WmgrRFhRYzQvZDNzS0pPVEg1U0JQRlBMLzFaWDNHdGo3YmRuUjJyS3dmK2JUZmJpam0xY2g4WGwzUDFucmJlajdkWmpHa3FlcVpXQVV2enh2SDJremZ4dGd0Z3RuSGJMNlJMNk9xWDFTT3paL2oveURCSCtNU2tmOGdFVUcxanFmWFBxWmVwcWxjOUZrTkhjdjZ5R2IySjhPclkzMjZqV0paSHFwWmJTV3A3OWxMNy9XMXovcHRMTUk3L3RrNDFwZnRnL2Jabk94NFc3S1lSelF2TDU3NWxsOGFNUTJyaTdEbnNWdm5MVERYNVRBTXcvQXNKNTdObFJxWnRocXp2cXhmc1psNVpQUHhOTXhjSXg4NnZrdzhxNS8xV1R2YjU2Nm1rOWVOVlZ2a3N6YlQxLzRvRnBIbGVINm1QcU1aSHVKYi9xVE5wM2o2WW1YR3E5eDRkOS8wV1Q5N2FHbmZicnVqeWZKUXpXcHJmVkc4MHJkK0w0YUljaGxmWkZ0ZnQwVSthMXV5T1ZsZlZLZGEzMlBuL0dndU9WZHJHSVpoK0h2WTM1R2QzNUpxRGFUTmZvZVozM1BVUjJSanNLM0dpOWw5OGZZdDIxL21tRnRkVkw4eUw4KytqRjJKc1pxblkyeUxmTlptK3N2bitTdEUrYWd1aW5jNFhmTjB2YTlpRm0zT2NzZkZoR3AyYjA1RTlPRHdIanJNQTR0NTRGWGJYVTAzMW1sUmZldG4rdHJueFpndHlzOThYdC9hM3Y0eVpIbG9UR3V2dnVmenlQeWRtRWQyN0tzdzUzTVlobUg0dTV6K2plalVRbnIwRyt2NTBPOTYxdmZzeklmMk5kTnJuL1ZuL2NqbnhlMkd0SjZmNlZ0YmE3dzJpNTNRZFBOUURMWFc5bnpXenZxUmI0ZW9samV1UnphWDdMZ3dWUFU3UERuVzdmemFvazMxNUZUMW1tcHU1U0puYnlKV3R3UDdjTWtlVnRiT2ZHeTdxK25HdXEzMVJmRktYL3VzdjBKVUkvSkZmVytmb2xoMm5CYlpNVVEyTSs5b3pPaFlac2U0Y3g0Nk9ZZ3IySVpoR0liZkpIcnVuM3IyZCtzeE9kbnZiZlFialh4WlA3S3RqNGt4bXN5TytwR1BPWjRMbEdQOVROL2FsN0Vyc1JPYVNNOXF1bVMxTTl2clI3NFRSSFc3NDZHOExINTZMcG9UTmI2Q1gxdTB1WnZPUlljdUpoU1A2TTRGYlJITWc0WjlhQ0VmYWs5b3VyRnVpK1puL1V4Zis2emZibGs4cXVINXZiNjF0Y1pyTFprdTgyVTIwNDk4eUIvRktocExkTnhQY1JIYk1BekQ4RDQrOGV6dTFtZnpNbzNuai9UV2wvV1JuZFZuVzAwMlh0Ylh2dXhZWkp1SEY2LzByWjM1RmxIc2xDYUxWVFRWRnZtc0hmV3RUL3VybTBmazEyUnpqbnhQOE5TNDIrTTg5WC9LL2t1TE5vOGMwQTNRamNMTVA3dHBtWHlSL0FIZythMFAyY2pIWVBPOEZtbTZzVTZMZko3TjlMWFAraTFNbktudDlUUGJHM2MzeHRwTWYva3FmaFN6R3FTelhOTFAzY0dPeTJ6RE1Bd0REM3FtZnZJNXV6TW1tNWZwb2xqa3MvNnNqK3pNbDgwM2FwR2Q5YjM5eUk2YngrVnNYc3o2dkg1bWE3MXRQZDlwRFpPL1FCcTJ0YmJuczdiVlIvbWVueVhLWjMwV1J1UHhkTjZmNFpIL2U5UjFYZGQvL3ZPZjNmL3p5U1hQL045VDdEamRjZS9NOHpTUlR4dy9TNVNQeGtkMjVqdlZvdHJkV0tjVjQ1TWt2dXlseWZyYVovMmFyaWJ6ZVgzUFhxQmp4T1NJK0RycnR4cXZMeEtQWjRuOEt5WkpmQkdkTXdaN3pxcjVkeEpkVDAveHBtTXhETVA3K2ZRejZ5MmNPQTZWR2tqcnhhTWM2Ni8wSTl2NlRzUVllL1Vabi9hakxjdnovRmsvc3k5amU3RklrK1hwdGh2YjBUSTFLbkhkWjN3N2VMVlFmUlFmWHNBaml6YkROcGZrSHlkZUhPVlVXRGN6K3ZEVll5STc4KzIyVEUya1FmbVZWb3hQa3ZpeWw4YnJSejd0MTNoNXJNYk9ZZm04T1daMnA1V0NUL3VYTFVuZjZyWFA2akkvRzljdzV5UERubk9SWHAxZndEc1d3ekFNdzM4NStaeXMxa0w2S083NUdWL1dSM1pXSDdVYU5NNnl2YmxHUGkrV2tlVjUvcXlmMlpuUDA5aXhtYlliODFwRzQrVXNzanFaN2ZVajN3bVlzYUt4c3preHgyakJ6S0hDVHU1UDhKZitlbFRFemtWUXZTQjNMM2JQWDUzRER0Rll6QU9MZmREdHRvem1FcXpKWXBVVytaRHQ5YlV2ODdQeGFtM2RaMjNiV2hoZDVJdkdadnZzV01zZnhYUTgwMmlxK29ncjJJWmhHSWEvd1IyL0E1MWFqRDc3N1dWK2t6MWQxa2QyNXF1MEZkdnJhMTkyZk5DVzVURytpcjJ3dmhNdDBtU3hFemtkbjJmcmZ1VFQvc29XRWRYdmdQSlEzS09UVStIdStvL3ppNHMyZDUra1RuMlVnK0lSbFJzUzNmVHN3eUR6ZCt5c1ZyVmxOS3dXNWJPdDlXVnh6L2I2MnBmNTJialZlVDQwcjh6MnhxM0VvcHBvM0t5UE5KR09pVmtOMGkwdXFlY2diRTF2RzRaaEdON1BVOC95VGswMko5TjRmay92OWJYUDZ5UGIrbXhiMGJHMjE0LzJqVG0yQzV1RHhyRStMNTdaTnZka2l6UW92MXMzMGlCZlpxKys5V1YraGl3M0dndlptYS9LaVJvUmQ5WitIWC90cjBkZGN0OWZJemhSMjZ1aGZaSHRhYlZQSEQ5TGxPLzVtYmw2dG0yejJLa2NWbE90dTFwUmJUWlBTZXlvTDRIUCtxdDRkVElmbW4vMy9HaThHR3RMMHJmNlNKUDVVVXdUbmE4TWV5N1p2Q3JWYSthdWVRekRNUHdscXMvZXUrak9nODFEdWlodS9aNE9hWFFmMmJiVlZHT1puZlVqbjQxbFc1YmorWmwrWm1lKzNSWnBzaGhxRWN4WXJPMzFsNCtkRHlLcTFhbmZ5UkU1bDlldFUrV3BjWTd3YllzMmx6enp3V0RINlk3N1pKNlgwNmtUc1M1czlFRjdKZmJTZVJyYlpyRWRyVzRaamRhaWNVUzFtWWExSmVsSFB1MnZrTlZnNXNUYTFkYkxqV3BibSswTDRjdjhPaGJGTlJXdHhwNGprVnIrS2J4NW5PWVQrelVNdzdCNDRqbjNDWGIzcTVLUHRGSGM4MXRmVllQc3JCNXFyUS9aVEYvNzlJWkFPWjQvNjdPMjlrVXh0cTNVWURRbld1UkR0dTVIdmxONGRiM3hrVDBRUFBXLyt4WjVjTkhtMFA5QjZxOXhTZS9ETlBLZFlGMmMyWGpXMXZvVjgvU1ZXRVZ6T25mdGsyMVJudFVJc0pkZTk1SFArbGwwdmtnK1h0YjNqcXNvdTlOcTJHTm5qNGQzZkRKTjVGdCtDV0k2bm1rV0ZhMUhkSzQ3dGQ1RTV4b2VobUVZL29lVHo5QktMVVliYVR3LzQ2djBQVHZ6c1czRlp2cldIOFdyZXM5dmZiclAybDVyeHppbDFUbEljNktOWXA2dE5kYjJ0RjZzc2tWNHNVeWZ3UndmeThueFJmWnlmNFpmL0RkdE91eGNETlVMczNQeFoxVEdSemQvdGtXMXJDK0tlM2JteS9hTHlXTmFSbk9xUlQ1clIzMnJ0ejR2eGhEbE0rTm4rNkkxWG11SmRGNHRaRFBIelBZWkh4T3pHcVFUK2FlVzBXZllXcWZxRHNNd0RPL2dydWQ4dFJhalJSclBiMzFlZnRiWCtzelcrbTZiMWJPYXJCL3RzOTBzak03elcxL1VSelpxMFlieXZaYlJuR2laOGEzV3hyeis4dG04Q2xsdU5CNnlNNThIcTlOMGNpcmNYZjhqL09xaXpkMG5xMU9melVFM1R1Y20yM2tnTEtJYWxZZVVaMmUrVEpQcEtxM2VrTGJhWnJXUlhlbGJ2eGREVzVUcitiTitadHQ2MWRnbHZwNmRVOVJIbWtoblkxRzhxbHRjVXM5aHNIV3piUmlHWVhnTzlFdysvWHp1MW1YMVNPUEZJMTlGMDdXN3JmVjVOdFBYUHVhNFpicE1nK1lSN1lOblc5L2Q3ZE5qSXA5blovM0l0ME5VcnpOR0owZmszUGdzZDlaK0pZLzk5YWdYY2NsOWYzWEFxOTBkcjVOM2N2eUlkWk9ndjdhaU5UYTI4MWRvRmpaWHQwd2RyejFSUTFTYmFWaGJrcjcyV2I5R2F5eGVUbFFUelFmdFUrYnpXaUY4NHRoYXMyd2IwMzJyanpUYTc4V1krSUxWYWRDNXVvUG9tcXB5OXp5SFlSZyt4YW5uNU4zc3pwUE5SN29zYm1PZUZtbDB2MkpIcmNYVGVUbldadnJldm5TM3JJNzFlMzNXMXI0b3R0dmVXVHRya1Mrem83NzFuY1NybmMwcG0vdFRvR00yL0M5L2NkR0c1Wkw4bys0cDlMaVI3ZlVqbjQxbk1Mbm93OWY3VUxaMjlJSE90TGFPZmlBeStWRmJxU0dxWmJUUmZudDFGbDVmNjYxZll6VWFxNC9xWldOSCsySHR6QmUxS0orMTJiNFFQaWFtNDVsR2hEdUhFWlZ6KzBteWVRN0RNQXpuT1BXOHJkUkIyazdjK3BBbTAzczI4bVV4NVBQc3JCLzViSXdoeS9mOFVWL25XTnZxdlJqU29QWkVqZDBXK1phdE5WRk05NjIvdTNsRTQzVHc5bCszSHQyeG51WmI1dm4vK01aRm0wdmU5VEVTa2MxenhhSzJpcGNYMWRJWEtSckx1NkM5Y2JTZjZUTWY0MHdyaEVZL1lKQ1dxZUcxS0QvVGltTmJmZFpmUkg0TDB2M252K1kvTko3Zm0xdG1WODZiYmdYa0M3Q1hudWxYZkRZV3hWbk5JanEzVmRocllSaUdZZmdlMExPOVM3VXVvODgwVWN6elcxL1c3OXFaVDdlTXovTkhNZXVMOXAvZHNqelBiMzFlMzlxWno5UGNvWDJpUmI1bFJ6R3Z2M3lldjBwVUI5WE81aHY1UERvNk5tZFIxVC9Hay8vbktKR0hGMjFlL24rUXVxVDJFYVAxYk82T0xob1BhYlZQSEgrVnFJNGQwK3JRL0xYK0l0cUtkclVyajlIdXRxSmFKbVp0cHI5ODR2aDFUS1BIaW1JTHJiSHowTDVvSDZKekpjcG1XcFF2d05iNmhkZlhldVN6ZmpiT2FqVHN1YTNpMWMwNE1lWXdETVB3VDZyUDRoTjB4bVJ6a0M2S2UzN3JxL1FydG0yck1ldkx4dlA2M241NFd3U2o5L3pXRi9VOTIrcTlXS2FONXZ1V0Z2azhPK3RIdmhONE5iMnhFWXlHNVdTdENwOGE5M1llWGJSNW1Fcys4NUZ4Y3R4T0xTK25Vd2V4YmdybUk5ZjdjTlphVDVPMU5xL1RyanE2UlRtbzFmVXFjeGZIbHFRZitiVGZpeUd5M0dnTzNod3pHeDBmcjdYNTdGaWVMVW5mNnJYUDZqSy9qYk1ha1ZobmljNHRtOStoZWoxVnVIUGV3ekFNTzl6NTdMdWIzYm16K1VpWHhiMFk0OHY2eUs3NmRJdDhtUjMxcmMvYmYwOFRhVE5OWlM2UmJYMU03TzRXYlNqZnRwbFArNjBkOWEzUHh0Z3R3b3RsODhybVg2V2JqNDViQkt2N0tYNTUwU2JqRXU0amdkVWhkdXZvL01qMitwRnYrVHN3SDY3V1orZnN4Yno5OGxweGZLZmFWViszMlR4c3kyaXovYkYyMUpmQVovMGFyZEV3K214OHI1L1ozZk1vSUYrQXZmU2QvZ0w1dlZoRkkvTHY4NUZwUGFMenVhaldld28wNzJFWWh1SGZuSHgyVm1xeDJraFg4VnRmMXUvYW1ROXBzcmpWWkgxdnY3cGJWc2Y2UEowQU8vUHBHTkpVMjJ4amNwRkd0NW5QMDBReDNiZCtMNGJJOHFLeE9qREhaM2lRdjdwbzArV1NjeDg5cTFiVVZ2SHlJcDg0ZnBZbzMvUHI4VzNjeHFLUGNUWjJWN3ZHdFMzS3k3UmV6TE8xenNZamplWS8velVwemNKcW83bG9YN1lmM25FUVpUTXR5aGRnYS8zQzYxdjlJanFXOXZobE1VOGpFdXRFL1BPVzZSSFJkV0RaR1dNWWhtSFlnMzFXZCtuVVozTXlYUlR6L05aWDZWZHMyMmF4aTlCN2R0YVBmRjQ4QStVeXZxanYyVmJ2eFR4TlI0dHkySmJSTERMZnNxT1kxMTgrejk4aHFvVjgyWndqbndlYnk5WjdramZPQ2ZLdGl6YVh2Tytqd3BzVDYvTkF1Wkh0YVROZmwzWEJSeCt0OXNNM212ZUtlZnRqMnl6MmhsWlVtMmt5bjdWWFh4eWY3bHV0QkhHR3FBYWFoNDVuTmpwR1htdnoyYkU4VzVKK3haZjVkU3lLTCt4NXlyUWkrWGxGdVN6ZGE4ZHlhajdETUF6ZndLbG41eWwyNXNQbUlsMFc5MktNVC9mWjJHVmExcWRiNU12c3FHOTkwZjZqRGVtOW1OZlh2c2kyUGlhV2FTdDV1MjFYczJ6dGoySzZIL2xPNGRYdGpOWEpxVklkbzZyL2FiNTEwZVl1THFsOVpGVDFIVHBqZURsWkhlYW1ZSEt6ajl6TDJGN01hdXpIdXppK1Q3WGl0SXdXK2JRZDlTWHdXYjlHYXp4UVhqWUhyNS9abVM4N2hzZ25qcTAxeTdZeHIxL3hhYjhYcy9GSXM2aG9MZEY1RktuVk9VVTJuMkVZaG1HUGs4L1lTaTFHRzJrcWZ1dkwrbDNidGxHTThYazIwL2YyYTJmTGFsbWZweE5nWno0ZGk4YitkSXMwbWMvVGVMSElwLzJkelNNYUkrcEhkZ2RtN0tkNGJOeW4vODlSSWg5WXRIbjQveUIxeWVjK1ZMeVB1cDI1NlB6STl2cVpiOEhNeTE2YzJZZHBOQjhiOS9aRGE1QXZhdVdCdGpJSFpsL0VzWFVORzQ4MEduc2VNcEEybW8vMlpmdkM3SGZXQ3VFVHg5YWFaZHRZMWtjKzYwY3hUeU1TNjBUeTgxRUJYUU9hVHYxaEdJYmhESlhuZFpWT2JUWW4wM214U0cvOVdaK05YYWIxZk5YVytqdzc2MGMrTDQ1QStZd3Y2dHNZOGtWdE5MOVB0SldZWjBjeEw0NzhGYkxhakk4QkhiOFRlTWVNZ2RYOUhJOHYycnlJUzdnUEU2dGo4eGhXcmFpdDR1VjU4eGRIVjBYZk5ORkhLL05oYkczME1ZN2FpdlpVSzA2YmFUeGZadHZqdG55NmI3VVN4Qm15R21ndTl2eEZ0ajAyaThwNXRUNXhiSzFadHRWWnJkZlhQdGFQWXByb09FZGs1eGJsTW5TdkhjdUp1UXpETUh3RHA1NmJwOWlaRDV1TGRGSGM4ek8rck4rMWQxcldqdnJXWjJOUnZKUGp4VkEvcW1QdExNOXFtSnhUbTRBMmltVTZxOG42Mm1mOXUwUmplVHBrWno0UE5wZXROeEQ4NVVXYk83akUvMmhqZkI0b043STliYVE1Z2I0cEt4L0MzdnkxSm9wSHJjMjdveFduWmJUWlhGbDc5Y1g0TXIrbjhZanlzdkd5ZWFIOXlZNlpSM2I4c3JGRWFaWWQ2V3hjOTVITytsSE1pMnU4WTVIcE5kbHhGT0hybkFETlpSaUdZYWh6OHRsYXJZWDBVYnppdDc2c3o4UWl2WTFYMm9xdCt6WnVkVjZzdW1WMXJOOXFxN2IxMlRhYnc5MXRWMk45bnAzMUk1K05WVGNQYjl3TUw0NXlUbEFkbzZwbnVhdnU3WHp6b3MwbDkzeDhWT3RXOVIyOE1kQzROaDdwZHk3ZXJCNzZFSTQrb3EzR2kzc3RvOUhhYmx1cHpjUlkyK3N2bnpoK0c4ODBJbGpualJQNTBMNmdZOGkwWW54U3NIWHVzbldzNDdOK0ZMUHhTS05oempGRGRoMTRWT3NQd3pBTU5hclA1UTdkTVppOFRPUEZJcjMxVi9vVk8vTXhiVmJIMCtnKzQvUGlFVkZlVnR2elM5Rm1mRkdMNW55eVJSckc1L21qbVBVeE1aYXNkcVdQL0N6TVhJWkRmUE9pemR1NXhQK0kyL2tBaXZLdEgvV1hUeHgvQlgxak12WDFQR3g4eGJUZjJsSHJhU1JwVVQyMlpXcDdzY2dYMlY0LzhpMy93b3Nqc254Ny9wWXY2bWY3cEgzVjF1Wkt3ZGE1eTdheFJlWmovVGJteFQyTmlLK3paT2VZeVVkMHJxRUtKK1k0RE1Od04zYy9DM2M1TVQrMkJ0SkZjYy9QK0xKK0ZJczBXVHhyMlppdDY4VWpqWTFGOGFvMmlsdWZGR3liRy9taXZLanRiRkd0MVZaajFtZjlLR2I5WG13SHIyYWxuODBISGM4VG9MbEdNUE8rblUvOEk4UWlIMXEwZWRFL1JwekZORmJINWpHc1dxajFjcXpOOWtYK1hYTVhmUUZuNDJWOWE5dDk5RnFyajN6ZFZwS1d5V0Y5bWEzMXEyODFtZDlpejMybXo4Yks1dVNkQzIzYmZDL1dQZWZJRnBXN2JCdGJaTDZPMzR0SEdwSDQzRVI2QzdvV0ZteTlPMkRuT0F6RDhCZTU0eGxaclluMFdUeUtlWDdycS9TUm5mbWlXS1NMWXRhMmRTT050MStkRGRYdy9KR1cyY1MwYkF4cHF5MVRxeHJ6N0tpdnNYT3gyUGt5VzRRM2R0YlBZTFdlanZVTkczeGswZWJIdWNUL0tHWjhHWXplYWxCZis3dGs5YnlQMk94RDJkcGFjem10Rjh2MFdzTzJuVnBlTEpzbmEzdjk1UlBINzJsRTRud3ZaalYyTHA1UHozM0ZtZk9qcWNaMmJaRi9qbU45M2pIU1B1MjNzZXg0VnpRYTlseXpaUFVZT21NT3d6RDhGWGFmc1IyNlk3SjVtUzZLc2Y1S3YydnZ0TWlYOVJtZnQxbFlQZU9YRGR2Nm1GaW1yZWJhRnMwcHk5TSt6NjcwclQrS00yUzUxcC8xby9sMXFPUlZ0Q0oxUGN0ZGRSOWhGbTE4THFsOWhGVDBGYTJIem85c3ByOTg0dmdyNkJ1QStZaTFZK3ArWm1jZjZzaG4yNmdtYXBsYTFSaHJlLzNJcDJPTFNHTkJPZmE4TFIrYVorVFBqaldqMC9PcDJpTCszRzFjOTVGdndjYTh1S2RaZUZvTGM2NlpPaFdZTVlkaEdJWXpuSHJtVnVvZ2JSYjNZb3d2NnpPeFNHL2pUTXZHN0RoZVBQUForS0lTWThhd2ZpbmFqTStMUlpxb1piWXNsL0Y1TWM5bSt0cG4vYnRFTmIzeEVWa2QyN0pVOVVPQmIxKzB1ZVQ4eDhkSnF2TmJldHNpckk3cGkzQzFLK2liTmZwUXpUNktNMXUzc3VHTFdpRmFKcGVKYVI5cjY5elZ0eG9tVmdHTmtjM0hPd2ZhdHZsZURMVmVic1dXUmwvN1BKM1YyaGdUOXpTTDdKeEdPUjZkYTZOU2Z4aUdZZURvUEk4cmRPb3pPWmttaW5sK3hwZjFLN1p0czlqVmlGbmJqcFA1YkN5S2QzS2lXS1JudG1vOUVheUp0S2hGNHpDK1JXWm4vY2huWTlYTkl4bzc2a2QyNW1QaktOZUM1aDF4Y2c1ZnliY3YyckJja244RU1SOGpWc2ZtTFhibTRNV2pIRFRQTEs4TFU0LzVLTTdzRXo0ZHMyMms3ZVI2c2NqSDJHSnNHOU4rcS9XdzU0dlZXNTNuWi9Zbk83YUxqa2FhdGhUNjJoZjVvK08wUUhGUEkrTHJOT2c4aXVBYUdVejlrK3pNZFJpR29jdlR6N29kVHN5VnJZRjBVWnoxZTdwTTA3VlB0TWdYOVNPZm5lZk9sdFdKL0Y2OFltdGZKNVpwTzdrbmZKNmQ5YldQaWJGaytkYWY5YVA1VldEMWFOeXY1VlAvQ0xISUJ4ZHRIdjdIaUovZ2tuOSt0REg3eHVvV25qNGJGL1dYVHh4L0JYc0JaeCtoNktQWSs3Zys1WXRpbVJibFpwcUtMN0s5dnJZampSZGZXRjBXMDloenBmM1JmTFA5MGo3dnVIcGtldTJUZ3IxeXN6N3lzWDRiWStJTGRGd1lzaG9lYk4wN2s5UFBGQUFBSUFCSlJFRlVxTTUxR0liaDI3bnJ1VmV0eStnelRSVHovTmEzMC9kczIyYXhyRVcrekxaak0vNnVMaG8vbTFmVWoreXNycWZMWWtqTDVIcWFFNzVsTTMzcjkySTdaT05sZlE5R2s4SE1vOHVwT2ovSHh4WnR2b0JMem55d2VIVjJhek0xbWI3STNqd2k3QTJYamV2MXJhMDFGWjlJclBNMEo3UW81dWt5Vyt1anZoaWZCc1V0M3JueU5EYVd6Uk9kTDV2RHRsbXVrRGJibDRJdjg5c1lFMTlZbllZNXYxbCtCRk8zUTJjdXd6QU1iK0d1WjJPSDNibXcrWm11R21OOGxiNW5aejRtZGhWaW1lMzE3ZmpScHNsOEtOL3pvL21odWxtdVNCeUxOQjJ0empubDgyeW1iLzJhYUwvUTV1SEZzbjVrV3g5cVQ0RG1mU2RQam5VTHY3Qm9jOGx6SHdCMnJKTmpyMXFvOVhJc2FKNVozaTZvcnYzWTlmcVp6ZnFpdUcyalk5M1ZNakhXRm1QYm1PMXI3SEh0a05Yd1l0bDhQTHhqRmNXcUd0YVdSbC83UEYybXRURXY3bWxFOExsR1ZNL05uVlRtTWd6RDhKZTQ0L2xZcmNub0kwM0Z6L2l5UHJJelg2ZEZQbXQ3L2Npblk0dElVOVdpZUtabmJHWWNrYnFtb28zbTRla3luMmN6ZlkwM253NW9ETGJ2MWFqT2k2MVJyY3VRMWJ4anZGZnlDNHMyTEpmRUh5SlpySXRYay9WbG9CbzJqdnJMSjQ2L2c3MTUwRmhaMzlxc0Q4V2pWZ2l0T0cwMUZzVzE3Zlh0c2JWOWtYOGZ4eE5rTmJNNU03Yk44MktaTHF0bDllTDRsMjFqV1YvN0lyODNwMFVXaXpRaXZrNkVQOWRSdmdkYnMwcGxEc013REcvbnJtZGxoZDA1TVBsSUU4VlovMDRmMmJiTllsN0x4cXdkOWEyUGlURWJ5cmN4MUs5c1hxNElIL00wRmEwWDgyeld0MnltcjMxZTdBUlJYVzhlQ0VhVFVjbXZhRi9QSi84OUc1Ry90V2p6Qkpmd0h5VVZyWWVYYjMxTVg4U2ZSL1hDWkQ0b3M3Rzl2clcxSnZLaHVQYlpkbGZEeEt5dGo0ODlWcFYrNUl2d3JoMUVWRCtiRzdLei9VQnRscFA1eE5Fc21MNEVQdGFQWWphK3lNNlJwN2N3NTNqQjFPdFFtY013RE1OZjVJN25aS1VtbzgwMFVjenpXMStsait6TXQ5TjJiSyt2L1ZHc3MxWHFXWjFzMkptUGlWbU5wN1V4cmNsOEtMNndOdFBYUGsyMGY1WE40dm16Zm1SYkgyb1JyQTV4cXM1UDh0RkZteS80eDRndk9mUHh3dFpaT3RSNk9SYnJSMzN0bHlDVzRkMW8zbHh0ekk2bis1bU40a0w2dkZoSHc4YWl1TGF0M3Nac1AvSlo3UGxuWXhwN25yUWZqUi9oSFdjR20xZTlUbVNqajN6V1g0bDU4WVhWTGRqakZ1VmIySG9kMkRrTXd6QzhtVHVma3l5N2MyRHlrU2FLVi96V2wvVXJkdWFydE1pWDJWNGYrVTlzWG0zUGQycnphb3Z3TVVaVGpVVTJpaStiNlZ0L0ZPK1FqY1gybVh6RUhUV3ErVHM4T2RadGZIVFI1aUNYUFBjaFlNZXFqdTNwVDlkQWM0enl4Zkh2WUc4Uzc2TVZmUnhYUDhRWnJmWXhNVWFUeFR4ZEZMY2FHL1A2a1c5aGp5bUMwZHM1Wm5IR3RubHM2NUhWOWVLZHZoQSs3YS9HUEkwSVB1WUk5aHBZTURXclZPY3dETVB3VnpqOWZLeldZL1NSSnN2MVl0Wlg2U003ODZGWXBJOWkxbWI3MWhkdEhpZ25HcGVkVzhWbXg2M0VHQTNLUTNZV3IvU3QzeEx0UjdSbE5hd3Y2M3N3bWd5VWI0L1BDZEN4L1RQOHlxSU55eVh4UjBnV3E2RHJvSm9vanZEeXJZL3BpL2gxdW1USDJNYXR6K3RiVzJzeU80cG5PaWFXMWRUSExkT3h0czcxK3BGditTV0lNYUI4TkRkMGZqVFJQaUM4ODJSam1jL09TNUsrMVVjYXh1L0ZiRHpTaVB4YkoxSTdmbDYrUjZWbUIzWWV3ekFNYitEdVp5TEw3anpZL0V6WGlWbi9UaC9adHMxaVdZdDhtYzMwdlUzVGlUKzVDYUdKZENKeExOTlVmYXkyMDlkRTg2K0E2clA5eUxhK3FHV3A2aU5PMWZsWi90cWlUWWRMem54WXNIV1dEclZlanNYNlVYLzV4UEZYOEc2ODZHTVZmU2piaitxS25jVXpYVGRXOFRHMkdOdnJXejN5ZDZqVXFtaEZmTDA5MXFqTmNrVjhuZlZiamRjWG9JbDBtVi9Ib3JqVmlPQmpiUFVXbE8rQmFuYm96R01ZaHVGWHVPTVoyS25KNUdTYUtPYjVHVi9XUjNibVE1cE1qM3pXOXZxUlQ4ZXllQ2ZIaTFrZm14L1pKM3cyeHVZaEg3SVhVVDJ2YjNPODJDNVJUVzhPVVovSmo4aDBiSTFGVmY4NlB2MlBFSXU4WU5IbUMvNWRHNDlML3YyaFZka0hUMys2QnBxajF4Zko1NEF1V0RZM0d6ZnJkK3dvbnZtNk1kYkgycmF2YTNseHh0L0ZuZy90ejhaQzV5ZlNWdkRPdFkyeE50dVhncy82VWN6R0k4M0Nha1ZxeDlITDk2alVQQWs3djJFWWhpNmZlcjVWMkoxakpSOXBxKzhlbmgrOXoyUjl6Njc2bUJiNU1wdnBhMzhVWTdjc3YxcjdoTDdxNjhZaTNhN3Q5YlhQK3IxNFo0dnFXVi9XOTJBMEhtd2VxeFBodGF3dTQwU05WL0R4Ulp1RFhMTC9jbitpaHNnLzY2Q2FLSTd3OHEwdjY2K0xtZmxJUlBPTWJveXNkdlN4YStlbCs2eU40Z0p5S2pIdDA3Ym5ZMjFkMjhhOE9QS2Z3S3R0ZmRYeE03MDk5dDY1aUhJaVgyWkwwcmY2VEdOOTJ1L0ZtUGhDNjBUd3NiWjZDOHJQUUxWUHNETy9ZUmlHdDNEbnM2eFRtODNKZEZHTTlWZjZGVHZ6ZFZya3N6YlRSLzdPVnFsbHRaWGNTdDJLajlIcm1HZWpPTEt6dnZaWnZ4ZnZFTlh4eG83NmtXMTlVZXZCekFuNVQvTEVHSy9pbHhadFdDNTU1a1BEZ3gxNzZWRHI1VmlzWC9lak91TDRkN0EzVnZSeDZuMDAyN2dYaTJ3VXQ4YzB5bUZpS0k3bVlHMHhOdE1YK1hjTmhEM21kOER1ci9heCs1SHAyUm9lM3JVbmpnOXBNcitPUlhHckVjbjN5V3BGNnNmQXF4RlJyZjFMVkk3VE1Bei81UzgvTnlxY09FNlZHa2piaVhkOTBidFF4Ylp0RnRNdEcyUHRxdSt1Yldjc0lXeDI4M0pFY0l5WkQ0cG5OdFBYUHV1MzJEbGxXNVp2Zld6ZnE0dm12R0IxcDNoNnZLL2tMeTdhZExnRXY2QXpHbzJuUDEzRHhsRk14SyszQS9NUmFUOXFtWDdGN3NRem4vZFFaSE5aMi9idEFvR05aejRQZEl3enZMbFluNmZKWVBSTGsyazl6WTRkOVFWb0loMFQwL0ZNSS9KUG5RZytoaUwvenJFd05TcWc4YjZWMDhkcEdJYnY1ZW5uUVhjOE5nL3Bzamo3Ym1KOVdiOWkyemFMTVMzeVdadnBJLy9PZHFwbXRZNm5Seld5T0twWGlXZDJGUFBpMm1mOTNseFlzanh2TGphZTlTTWZBMXNycTgvTTc5Vzg0ZCt6RVhuSm9zMlAvTHMyR1VpTDRnZ3YzL3AwUDR0cG56aitLdDZGanNiU09mWmoydW9yZGlkK3d0ZXg3U0tBUFk3UklvRjN2SzFHSk5haGVCZm0vRmhXTE5LZ3VOWjBiWkYvMXJaalJjY3JtN09BV0JTM0doRjhucXhlQk9ka2VQVVFPK01Od3pEOE1xZWZqNVY2ckRiVFJUSFB6L2gwLzRRZHRkYUg5RmJEMmxYZjA1dUFmbmZ6NnJDMXhiRTlIOHBoYlMvbXhhMVArMDhTMWJiemlHTElmNEhXbzdLdkZXM0dpZm13dXEvZ0ZZczJCN21FKzZqSWRHd05SRlNIcmI5MHFQVnlMTnB2TlY1ZnhLK2o0d3hzamVqaldQdThqMlV2eHRpZGVOVVgyY3o4dEo3dFJ6Nk5IU01EYWIxNGRvNHE3T1oxOHpPaWE5UTdCbGJIK0wxWVJiT3c5eHpTYTZMN1ZWT3Bkd2ZNSElkaEdGZysvVXhEN002UHpXZDBtU2FLTWU4cVdiOXIyemFMZVMzeXNiYlhSLzRUVzFRNzhqT2JCRGJhUEMzeW9UaktZZTBvNXNXMXo0dnRiaGJQYitmRnhpS2Z4MmtkNGxTZG4rZlhGbTN1NUpMekh3eGV6ZW80cUVaa2V6RVJ2NWFtT3JlSTZFTVVmUng3OCszYW5iajNVUFI4cUdabTI3NjNPT0FkMit4NE0zR0xOKzZkWk9PdG1HMHptR3VBc1MzZU5icjhuaS9TZW40Ynp6UWkvNzRmMFRFUitYZk9nc2xsaWNiWTVlUWNoMkVZN3VLSloxVm5EQ1lIYWJJNCsyNkMzbWwwSDlsc3ZOTWluN1daZnVUTHRxcisxQ1pGRGRKNzhkMmNIZHVMZVhIUGIyTzdSRFc5T1RDeHpNZHdvaFl6djRGa0ZtMzJ1T1RmSDFmWkIxSDJJWVBpQ0M5Zis3SzVScm5pK0U5aGIxenZJOWI2N0VjeDg4SE4yTjREc0JOSE9heHQ5OU03Vm95dkV1OVFuUWR6THF3V3padlZMWmc1Wk5lWmgzZnRMci9uODdRNkZzVVhyRzZoOVNKY2pvZXRrOUVkWXhpRzRTOXg4bGxacmNYb00wMFU4L3lNVC9kUDJGRWJ4Yks4anUzMWtkL1RMYTIybVkzVldoMmJoN1pPSFFsc0ZPL1lsYjcxYTZKOVlUWVBMNWIxc3pxUkQ3V2FxTDRYUjFxV0UzVk8xSGpOdjJjajhxSkZtNFAvcnMwbDNNZEZwbU5ySUtJNmJQMmxZMXNSdjdiMVpmcDFjVWJ6UGtYMkllbDkyR1lmMG93dGdSM3BPM0UwbHJhWnViSDl5RmVKUjloNVZ0bk5yK0tOdHpPSDdMcnorc3NuZ2QrYlI2VDNOQ0o0WDdKN0MrSGQ5NHRLbmJ2STVqY013MURsRGMrMWlOMjVWZktSTm90SE1lWmRoWDMzUVhiVmw3WEl4OXBlUC9KNVc2Umo4NnQxNzl5OE1TV3cyWHkyWG1SSGZhdTNQbS9jTGxrZGIwNDJ6dHJWZVNJOWlyTjA2blJ5Zm9MWExOcDhDWmVjLzJqd2FuYkgwWGxSalV3VHpXWFJtVk9FZDlONUg2L1c1L1dSbmNWUXJ2ZndRL0ZJRytYWnVXWXhHODk4bGZoYmlCWTJUbWlZYXlXcm5WMVR5Q2VPZjhXeThSYk0vaTZRZHVIZHoyeHVoYnVmRzhNd0RHL2dxZWRUWjV4S1RxYU5ZcXkvMHUvYW1hL1NJcCsxbVg3azYyZytzUWxob3cxcFVkMHNIc1ZRVHNYbkVlMUx0R1UxUEw5blp6RTBYNWFkbXRsY2h3YXphTFBQSmYvK1lJbytVcklZaXE5WTFIcGExbzc2SXYrdXJXTzdlUE8yTWV1TCt0bUhONlB6SGt3VnJiWXJXbXVqV1BTUm41MlRiR0dBSWN2M1lxeWVuWmU5M3BGZnc0N2hVYzJ0SEF2dittWmlHdTkremNqdXR3N2VzOEZqZDV4aEdJWmY0dlF6c1ZxUDFXZTZLTWE4bjFUZWVhS1laMmUrVG90OG1lMzFrYitxZVdvVFF0UFZkN1dSemVvV05pL3lXYjgzdHdwWmJqUzJaNk9ZOXJGdEJUUjJoMU4xZm81WnRJbTVoUDhveVlqcXNQVjNkTm9YMlY1TXhLKzFZT2JEWUcvTTZDUFUrNGlOUHY2akQzc3ZodktqaDlGdVhtWkhjNHo2eUM4aThuOUY1UDlMNG5mRExINHdHZ1JiZzcxMk5ObDE1ZlVqWCtaSHNSVmZzUHU2WVBTVzdGN3YxSHNEcDU1Znd6QjhqbTk5L2lCMjk2dWFqL1JabkgwZjhYU1o1b1J0Mnl4MkZXS3M3ZlVqbjdleHVsUGJYZU5WNmdwaE03bVZXZ3ZrMC80SVpvNG96L3FqUHRKR1BnWlVxMXZYMHFuRDVyQzZsRGY5ZXpZaUwxdTBlZG0vYXhQUnlVRjROYnZqb0ZvMm5zV1dUeHkvam5XSnhySng3YmUrN0tPYmpVVVBJelFHeXR1MW1UN3lzL0VNNzdwNEFyU0FFVkZaUUltb0xLeXc0M25YTXhOajRocDdmN1BjY1krelBIbDlQYlZQd3pEOERwOTZidXlNVzhsRjJpenV4ZEM3Uzlablk1ZHBXVi9XSWg5cmUvM0lGMjJSOXY4U3VidWJFSnJxSm9GZDJiSWFXVC9MV3o0djMvTm5jOHRnY3J6NTJIZ1V5L3dYYUQyWWZZckk1ajAwZWRXaXpSZHpTYndRZ3JTVitJcEZyYWZOZkxydnhTVHdMWFkvdEx5Yk9CclArMmlORmxPNnNjald1UldicWEzMTF2YjYwWithOFk2bDV0Ti8ydVlUMk9QY3BWckgwMmMxVUV5UytDSzdUeU84NThOSktzK0gwMk1Qd3pCOGlqdWZaOTNhYkY2bWkyS2VuL0ZsL2E2ZCtaaTI0MlA3eU05b24xaXdxV3dTMkpVdHFsRzFVZC9hVnN2NFR4UFZ0M05oWXA3TnpyMmp5K1k0M01BczJ1UmNVdnZ3aUlqcXNQV3JPcTFueHJhMnlEOXpQSjltNTJaRkg0N2VSNnMzVnh0blluTEkzbG5zcWNReUg3TW8wemxQNk5wRDhRN1ZSWkl1MFhsRGl5alo5VlFCTGNnd3RWRU5pM2RmNzRDdWpXRVlodUcvbkh3dWRtb3hPVWpEdnBlZzl4bjJYYWhpWjc1S2kzeldadnJJZjNxTEZuZzhmMlV4U0E1cFRtMTJyS3p2eGF4UCs3M1lpYzBTamV2WldjeXJYU0dhMjJtaW10bFk3RHhZM2RmeHk0czJsM0FmazZ4TzA4bEJlRFV6bjIwOWRLeHFyNzRFUHMzT3NZaHVMdTlqTlBKRmZmU0J6WHkwTTdhdVdiWHRuT3p4OEk1UGRNd2kvNEpaMkRsQmRrMmV3dDRETEovUXN6NGRreVRPYWhiby9tWHh6dWxPdlcvbTd1dDdHSDZkdi9yczhEaHhMS28xR0gzMVhhUHovc0s4SjBVeGxMdlRJcC9YdDdHSzcyMWJaUkVIYlJMWWpJYXhxLzJGalZ1ZmpaMGtxdS9OeDdOUlRQdllWb1AyTzR0bjgvd2EzdmJ2MllpOGNOSG00TDlyOHpTWC9QdmpLTnFQTEJiRjJSemJTc09PK21KOG1wMkxHMzBNUmgrbzlzTlg5N09ZMTMrRDdmVzloWmJvV0RQbm9MSndnNjQ1bGxOMVJPcUxLQ0s5SEFhbUxxUFJJSDEwTDNoVXRCN2VNK2pUbkxxT2RubkRzUmlHWVo4MzNzdTdjNnJrSTIzbGZZUHhWZm9WTy9OMTJvN045SkgvMUhaeTBlV3VUUWhObG1Qek8vM0laLzBuTjBzME5ySzlmdVJqUUhsUkhPVU5oM2pkb3MwTHVlVE1oMEpVUi9zOXplNzRVZjFzWEJzVDhlZWwyWjJqUjdaWVkvMlZCUnRKNGxtZE8yeTdpT0lkQyt1TEZsN1lCWm4vSy8remI1RjJuWDkwVG5ldnpZaXNiaFJEaXgwWjJUbVBkSjM0SXRLaGZCUmZSUGNOZzMwTzNFMzErbmxpVHNNd0RCNmZlUDdzak1ubVpyb294dnJSTzAybXI5aVpyOUlpWDJZemZlUy9lL3VHeFp4TC9nZlB6blNkL3ZKbC90TkU5YjM1SUZzVDFjeGFEMmFzSFNyeloySWFWdmVWL1BxaXpTWGNSd0dyMHpBNWpDWWl5MTB4MUhvNW1ZMWl5eWVPMzhZN1JHUFp1T2UvSE52ckkzMWtSem1NTFlsdCsreWZySW1PYytYNDI4V2JkYjY3MTZ5SWY4MHdjWlIzR3UrNjZHZ3lkdk0xVEszby9rRFkrLzgwNkhvWWhtSDRkcDU0bG5YR1lITXlYZVY5Zy9GbGZlWmRDZWwzV3VTek5vcEZ2c3kvdTFVWFpxcjZ1elloTko2dTA3Yys3ZmRpSnpaTDV0KzF2Ym9lckU2VDVkaFlwLzdIZWVOZmpSSjU2YUxORC8wVnFTd2UyUm1zYnVIcHMzRlJUQUtmcGpJL1MzU1RSQitqMW04L2JMMFAzV3d4UmNjeVhkV3V4SmgrNUJQaC83U05aaTNlVk00ZGV5MW1PcmFHUjNidFBnR3ppT0lSNVdYMW1MRVlqU1c2cjNid3pzSEorc013RE4vQ1hjKytUbDBtSjlMcytpdDlKbGIxVmRySWp1S2RQaHY3eGswMmJMYldpZjd5ZVg0ZE8wbFVQL0oxN1E1ZVBsTi9kOXlod0NzWGJWN0lKYzk5RUhwalpiNm85YlNaVC9ldExZN1cralM3TjdFM1Z5K3UvZmFqMWZ1SVJacnNBY1hvSWpzYmgrbDdDekhaNHN6dThlOXkrajVoNmpHYUU2QkZFUlMvaytyWXB4ZHJ2R2ZETUF6RDhFOU9QeCtyOVpBK2kwY3h6NC9lYWF5dityNVY5VEV0OHJHMjE0OThtYis3Wlg5cWh2MFROYXp1amswS3NVN2YrclRmaTUzYUxObll1dCt4cTYzRzg1MGtxcCtOZS9lY3ZvYS9zR2h6Q2ZkUngrbzBURTZtUWZsZUhPVXNsazdybzl4SVkvWHJ4bUVYVmJwRU4yajBzWWtXWXhpTjdpUHRqczMwZC8rS1ZPZFAyMVNvWG9OUjM0UFJWTG1qSnFLeWtKSnBVUjBVMTBUM1R3ZnZ1VEFNd3pCd25IcHVWdXNnZlJTditCa2YrNDdrMlZVZjB5SmZabmY2ZGtOeFp1c3N0akE1VnNQa25OcWtHRWY5NWZQOE9tYkp4bWVJY2lKZjErNkE4dGx4VWY5dW5oN3ZjZjdDb3MzVFhGSmZpTW44YkJ5aDh6dTJ5RC9IMXpjSFdzVFpJZnM0OUQ1Q093czJZdnBaYkhjQmgrbXptbXh4NXE2Rm0rNzFhNG11TmFROXhSMDFFWlVGbHRPY0d2dmt3czhiZVBvYUdJWmhqMTk1OWl4TzdFK2xCdEptY2VaZEpmSjMzN2t1MDZJNEU5TnR4MmR0cGgvNU9ocTdNWXNvak9aVG00QStpcUg4aFpmbithTnhQVkNlbCt2NXN6NWpXeDlxUFZEdFA4RmIvejBia1JjdjJyenczN1c1NUxrWGZEMldOKzd5VlZ0YnIycXZ2Z1MreGNuajVOMDgwWWVqOTJGcWZVaUQ5R3hNMjNZQkJmVkYvajNIYUJFbWU3aWcvMHRVaFhVZHNPZld1MjdZM0ZPd1l6STZSbk1hNzFxdHhFOFMzWE52b25OKzNydy93ekRzOHkzMytPNDhLL21adGhQei9OYVg5YnQyNW90aWtTN1NzRGJUajN6ZWhuU1ZSWmhJNi9rcmRYYzJJVFNSMXN0bE5abGZnK2JFMUZoRXVtaGV1cy9hYUE2V3FsNGt6MkhxWmNjNmdxbjdaM2p0b3MxaEx1RmU2Rm1kaHNuSk5FeitvcUwxMFBsVk8rcUwrSE82NDBiTFBoelJZZ3lyc2ZHc245V3UxUEg2ekVKT3BQTTAzY1diZGM2ejY2NTZYVEo2VDdOOEtCL0ZNN0xyL3c2OGEvSTB1MlBzNXQvQlU4K2NZUmgra3pjK0wzYm1WTWxGMmlqTytqMGQrMzVVc1ROZnAwVyt6R2I2eUI5dFMvL1Vnb3JlVG80cGhWaW1qZUpzalFXcVg0R3RGZm1pUG1OYkx0QjYyc2dYallPT0VZcWY1dW54UHNKZldiUjVta3Q2SDVYYUg5bVdGV05iYWRxUzlMVnZjY2ZIcm5kVDJqbHB2L1o1SDU2TUpvdG5EN2JkdnVlTEZtaVloUnVSZi81Zm9qTDlPdmRyeS9DdVRldGpydDlJeCtSNjEzZ0VvMkZBZFZCOHdlbytoWGRQZkFMdnVoaUdZVGpCbTU0bk8zTmhjNUV1aWpQdktaNHY2N094eTdTc2oyazd2bTRmK1U5dTFYK1VtRm1nWVRSM2JOTDBMYUthV2J5eVpXVGo2YjZOSTl2NjBEd1dXWTJuK2RTNExtLytxMUVpTDErMCtlTi9SUXJSbll2TzY5Z2kveHpYODJuL1hkZzUyWmoyZXgrZW5nOXAySWRxcDgvK3lacm91TElMTnd1N2dIT3BQbnRkZWRjZ3VpNVJuTlZVNmN6Vmt1bVpXb3htK0NmWmZUNE13M0NTTnp4bmR1YkE1bWE2YW96eHNlOU9YZHUyV1V5M2JJeTF2WDdrWTJJNzI2Y1dWK3dtelpnWDkvUVZuK2UzOFM1TTNjam4yU2dXK1d6TXRwNG1BbzNQeEJhTXh0TEorV2xldldoem1FdTREeVpXcC9GeXJDL3JNN2FYWjMybzlYSTY5dXBMNExOK2o4ck42Tlh5OHIwUHZMWC9Wc2Y0S3YyS1ZvUmJwUEUwZC96ancyc0JoMlZkQzB5T2QrMTVzVXluNDBobllmWHNkZjhrbnh6N0RYajM1REFNdzUxOCtwbXpNejZibSttaUdPdjNkT3k3VXNYT2ZKRUc2U0pOWmpQOXlGZUpzeHV6V01QK0tadHVyZTRtVFEzclcvNG90ck5GZUhGdkxwNGR4VEpmTnBjb25vM3ZnVFFvZnBxbngvc1lmMm5SNXR1NUpGOTRZVmg2bmRleFJmNDVydWZUZm8vcXZETzh4WnJsWjN4QzZuVGZ4ak90MSs5cVJQREN6WCtTK0E3ck9tQVdZWmkrUjNUZFJicG9EQ1ozRjFRSHhSZXN6c0xtc2JxMzhhM3pIb2JoZTBIdkczZXlNemFiaTNSUm5IMC9RZTgxdXMvR0x0T2llS2RGdnN4bStwR3ZvL0UyZHZHRTFYVnpHVTFsazAyZjU5ZXhVMlR6MTNHYmcyeXZIL2txVlBJcjJncDMxVzN4OXI4YUpmSUZpelkvOWxla3Nsd2RRMk40OGVWRHJaZlRzVmRmVEZ6ajdjT3BtOEtiaDQxNzgyRzFLQmZwYmYvMG42eEJ4L0hrNHMwNjcramFyVnl6dTlmN0tRMlRwOG4wVEMxR282bnFUL1BYeHgrRzRlK0FmbGZ2Wm1kOE5qZlRSYkdLSDcwTFJlOVJYZHUyV1V5MzFaaTFLekc3WmJHS3JycEFFdW03ZjhybWprMElUYVNMY2hlbzV1N21FYzFCOTVHdDhUUnM2N0V6UHRPUGZJaE96cy96K2tXYncxekNmUUN3T28yWGcrcWd1TlYweHJDZ0dxd3RTWC9oM1hTVnVXWkVON1Nkay9aSDgyRzB1MzNQeHl6a1JEcDJVY2IrMnpVczYzeXZEZWxZdjQweHRzMWpyL211UHJNdHFEYUtMMWlkaGMxamRXOGtlcjRNd3pEc0VyMUxQTTNPUE5oY3BJdml6UHVNNTZ2MEszYm1pelJJRjJsWTIrdEh2c3gveDVZdHdPd3N6blJ5QmZTWm5NeS9pUFFhTkM1VFE1TnB2Zmw1c1V6ajJSVzZlVy9tRi9jcDVLOHQycnlkUy9nUGsweTdZcmJOTk5LMFJmNVpXOTlBM3BoM1llZGtZeFUvNDZ2MldWLzFUOVpVL2gwYnZZRHpIL2xuM2pxdmVzdlFldVN2WE5lV3puWE9qTWRvSXBnNVpUQWFUVlYvR3U4Ky93VDJIdmowZklaaCtEN3VmQS9wc2pNbk5oZnBvbmpGajk2RGRKK05YYVpsZlpVVytWamI2MGMrSnJhN2RSWlZvcnh1cmM0bXBBLzVvNWpWVktqVTgvemUzR3pNODBVMjIycVFMN0l0ekRHTU5FenVZM3pEWDQwUytaSkZteS82SzFLZTMvcFEzL05IdHRWR3RSZ2RNMTQyajNYQmU3NEZtbHNGYi80ZWEzOTMvSjRQOWRtLzZ1VE53ZlBkOGUvWTJFVWNoblhlMFRVYitaanJhZWNhanpoNTdWdlFuTkNZbVkrQnpmUHUwUXE3K2FmSjd2bGhHUDQyMGZQaFRlek9zWktmYWFzeHhsZnBWK3pNeDhTdVJpeXptVDd5czNGMll4ZFlXTjFiTmluNlZ5eUxkemVQS0I3TlJmZXRqZUpWdkx4cUxhUkhjWlpUZFg2T3IxaTBPY3dsM0VzOXEvc2syUnhYekxhWlJwcTJ5RDlyZXo3dDk2Z2VhM1JUMi9uWldNVnZmWjZPeWZOODdPSk81dGZ4L3dCTmwzWE92Zk1VeGV3MXgxNVBubTNKcm1zbXJqVWRucTZMYXFLNHBxTDEwTmZ3VHAyN1FNOEd5eHYzWVJpR2YxTzl0OS9JaVgybzFHQzBrWVo1aDJGOE5wNzFQYnZxNjdUSXg5cVpML04zZFd1ckxNQlUvN3JVanErN3lTRy9qcDhFamNINGtCM0ZJMTNVYXBBUGpma20zajYvNC96RlJadFRYTkovMmM5eWRZeXhiUjZhVjZaanhzdm1zVzRnSGRkRUg2TW5pY2JXY1M5VzhhT0gzZ2xmdG5Eem55Qm1OVWlIV09kM2Jaa0crZEYxbWNGYzI3c2E1aHBuYXJQOXlKZUI5UGIreTZob00vUzF1MXZyVTV4K0JnM0RNR2hPUG1NcXRaQTJpMGN4NWgwbTY3TXh6ODU4VEV5M2JJeTF2WDdreS93VmJXZVJwTHBnODhRbUIvMVI3STdOa3MzRjZsZ2IrUmlpdVZiSTlzSHJSNzdNL3hHKzVhOUdpWHpSb3MySC9vclVKZlVQRVM4SDFVSHhqQ3gzeFd5YmFhUnBTOUpmZURkR2Q3OGpzcHR2N1Nmcmw4Qy80NnY4eVpwc1g5Q2Z1bGxVRm5EV09kVWJvMFYrZTkyeDExVGxtdlZnZE5INERObCtlV1Q3Z253NkprbDhhZGo5WU9xeDZPdjFSTDFoR0ladkpmdjk3bENweDJnelRSUmozbk1xL2E2ZCtUb3RHN00yMDQ5OFRPemtoaFprb2pqS1E5dHV2aFQ5SzViRk81dEhwb25tb3Z1c25mbFFxNG4ydzRzajdWMnc0N0s2bitKckZtME9jOG03UHlyMC9CamJndlp2eFcwcmhMMXVsRWlqWTlwbi9UWjJKM1orTmhiTkk0cXh2c3BpVEdVeFI4Zi9BelFhKzIvWWVCdGluVzlQNjExMzFvZXVMeThuOHRtWWR6MGpiUVE3TjJZc1JMUy80dmgxSE0xZmdFYVQzYWNkN0RWK291WXdETU5idWVOOXBsTVQ1WFRqN0h1UDl0bDQxa2QyNW1OaVh0dnhXWnZwSXo4YnIyN3Nna2wxd1diM3IwWUo2VU94TEdmRlQ4R013Zmk2ZG5kL3ZMeG9yQWh2bjdyczVQNTUvdXFpelNrdU9mUHg2dlU3Wk9OR3JhZU5iT3VUUU8vRnRXOFJIYnRUMkxsNjhXeThLSVllZ3NoZlhjejVqNXhkdktteXp1M2FzampqWTZsY3p4SE05WTZ1Kzh5MmVQY0Jjd3lxL2hXVEpNNXFMUG82ck9SbGVOZjJxZHJETUF4UGtyMDM3Tkt0emVSbG1tcU04ZWsrRzBPMmJiTllwVVcrelBiNmtTL3pWelhlVmxrOHFXZy92VW5pajJLbk40OXNMbGJYdGEyUGJUWFIvRTl3YXJ4T3poYmY5RmVqUkw1czBlYUwvb3JVQ2ZTNGtlMXBNNS9IMHFIeHNyZ1FmZTJ6Zmcwelo1YnNabHo3VkkxSC9xaFd4Wi85eVJyMHAyNlc1ai8vdXlFdFlwM2p0U0dONTg5MDZIclRlTmVneFdvWUxmSmxaSE5tK2lMK0hDcCtIVWR6UnpVaW92djNCT2orRzRaaCtCVFo4K2swM2JIWVBLU3J2S2RFZnV2TCtsMDc4ekd4QzhROERXdEhQay9EeENyYXp1SUx5cW44S1p0VG0yekVGMmlNeW1aQm1tZ3V1dCt4dmJrd1JQdFFzUzNkdVp6a0RYUDRDRisxYUhPWVM4NThHT3pVc2JuVldwNCs4MFd0cC9YeW92aXlKZWxybi9YYjJOMnNmZXJFcS81b3NhWHFYN0gvSkhHTi9hdFFLR2VkUzcweFd1U1BybkhtZWtMWGFMZjFha1creUxaRSt4bjFJMS9IdjJLU3hCZjZPa1ZheTA1dWxlaCtzdHc5ajJFWWZnZjJ1WEkzTy9PbzVDSnRGdmRpa2Q3NnN6NGJ1MHpMK2pvdDhtVTIwNDk4bGZpcGpWbDBxUzdZTURWUGJVTEVUOEhVOS96V3QyTmJIOXRxZG80THlxMk1oMm9OZ0wrOGFITTNsL0FmYVF3Nmw2M05qcmQwM2hqUnVKa3RUai95MmRqaWpwczdHMS9ieUNxNkFBQWdBRWxFUVZScnNuam5ZVlROUVgrcXBySjRzOWo5OTJ6V09ZNjA5bHJUZXFUSmJLdjFya3VHTEgvbldtZjN6K3N2bnh6d3MzR052djRZdmNhN2RxczFUcERkZDZmNXhQNE53MS9neWZ2NEUrenVYeldmMFVlYWlwL3haZjJLbmZsT3RCVWYwNi80T3ByS3hpNnFzTG83Tnpta09ibHBvbGprczNIUG45bDJmQll2RDQxbDdTZDVmTnh2KzZ0UklsKzRhUE9EZjBVcXE4Mk02Mmt5SDJvOXJUUnRVZjNJcC8wYTlGSEt3SXlqV2Z1Y0VjV3p2Q2lHL2xRTldwUTUrZGVoUE5iNVhCdlNXQityUWJaM1BTN1E5Y3prZUxHT3pmWkY4bkZadndReEhjODBtcXJldzd2T3U3WGVTSFFmRDhNd0xFNDlKNnAxV0gybTgyS1IzdnFaWE4ydjJKbVBpWGx0TldiOVhnenBHWDlYWjdmcUFnelNkLzZVRGFvWmJVSnFHRjExODhnMGtTK0tYNlpsN0dxcmlmYUpJZHN2cngvNU1uK1ZVM1cra3E5YnREbk1KV2MrS3FJNm5oK05tY1YxaksyTnhyTXNmVFNXWjYrYktOSXNQSi8yZXpGTGRWOVk5SDUwTkZsdWQzR204aWRxVGkzZ3JITzN0b3BHKzYwdjBqRFhWblJOWnhwV2g2NzNpRXp2OVFWb0lsM21SekdyRWNIN0pmTHZhNW5KaWNqdWk1MjZ3ekFNbndDOUoreFFyVjNSWjlvbzV2a1pYNlZmc1cyYnhTcHR4ZGZwUno0bXh1UjBGMGZZWEVaemVoTkNzM1FMcE0xeVVZMUlZMzFaMzlvbzNzWExaOGJhSGJmTHA4YjlPdjc2b2syRlN6N3prY0dNNjJreUgycTluTWkyUGduMFhsejdGdEVINjUycy9VQmtHcFMvazF0WnZCSHgveXFVelYzbnh0czhyRDZLZTNxa3lXeXJaYTVWSm9hdWRjK0g1aTlKMytvamphZlRmZ0d4S0w1Z2RScDdmYko1Q0hUZGEwNk5PUXpENEZGNUhwMmdPMTRsRDJtak9PdjNkRWlqK3hVNzg3R2FMQS81TXR2clYzeVYrSW1OWFlSQk9oVFBOam1rc2ZvS2xWcFJuT2xuTmh0blcwM25tQ3hzN2s2dFV4eWJ3emYrMVNpUkwxMjBPZnhYcEM0NTgwRVExZkg4MW9mNkdoMUR0WmRkM1VjdkQ5VzF0aEI5N2JOK05yNkRONStJdGI4UjZLOHpuZmdUTlR0L21zWmJ5RUdzYzVycHRjYjZJazNVait6c09vNDBuUnd2Sm9uZDdRdlFSRG9tcHVPWlJ1VGYxM09tMVhqM0FadmJ4UnZ6QkhmUGV4aUdzOXoxTExpVDNUbFg4aGx0cHZGaWpLK3FpV0tlSnZNeE1hOWxZNndkK1R4TjVxOXEySzI2d0ZMVm44NWZteENhVTV1R2pUTjk2N2MyRzdkejhQQTBxTDYxR2RBNGpIOG84cFdMTm4rUVMvREhoZFo0K3VXcnRyWWVHMSsyRVAyRjkzRWJ4VS9BUGtqVy9pS1FCc1hSd285bVp3RW5ZNTIvdFZVMDJtOTlUQjlkWnpZbjA3QzY3SHF1WE5kb0g3V2UxV1IrSFl2aXJHWlIwVnF5YTd0YTYwblFQVGtNdzhCdzhsbFNyY1hva1NhS1c3K25RNXFzWDdGdG04VXFMZkpsTnRPUGZFeXNxKzB1bXJCNXJPN0V0a0M2enFhcHhLMHY2K3Myc3FPNGg4M3g5S2hHaHJmZmQzRm43WjlqRm0xcVhITHVBOFRXUW4yTmprVzJwKzNnMVVmanI1c3crOGpWZmUxYlpMRW4wZnVEUURwbVVZYjlVemVhblFXY2RjNzB4dWlpR09QejR1eDE1c1VXbFJoN3IwVFh1aGVUcEcvMW1jYjZNcitONzJvVzNyV01jaUxRZmJIbzFoK0dZYmdUOWhuV3BWT2Z5VUdhTE83RnJLK2owZjJLbmZtUUJ1a2pUV2FqV01WWGlkKzFWUlpoS3Rwc0UwSmo5UnFrOTNJc0tDZUtNWDFyZCtKUjYrSEYwSmpXWmtEak1QNHFwK3A4N1YrTkV2bmlSWnNmK0N0U1ZhbzFQUDN5VlZzdlZ3TGIrb1RvYTUvMW85aWRyUDFoWWJUTXdvMUlmeUhHKzJ0UWFJdFk1ekxTNmJqbmozVGVkZk9md05hYW5XdWF5YkV4QWJiV0w1aStBRTJrMDM0djF0V0l4RHFOZDMwemVTeGVmWmFUOHhpRzRiZlllYmFjWkdjZWJDNmp5elJlalBFaFRhWkhkdVpqWXJxdGFqS2I2VmQ4SGMzT1ZsMThZZldzN3BML0FXbXlYQVNxNGRWaVlremYraU5mRk0vSTlHd05EMjkvNytMTzJqL0oxeTdhZkpCTDd2dEFzTFd6c1hRc3NqMXR4TkxZMW90SllHZHhJZnFMeUs5alVmd1VhMzhxVkJaa0dOMml1NERUWVoyM3RTRk41bWY3ckwySXJsVzJ6V3BKMDVaQ2YvbHMzMnEwdnhxcmFFVCtmYTFuV28zTnM3QjFka0h6R0laaGVJSlR6NkpLSFVhYmFhS1k1MmQ4bFQ2eXE3NUtpM3lzemZRalgrYnY2ckt0c3FCeUlvL1poTkRjc1duWW1QVmxmZDBpbnhkSHJRYjVHSnNCamNQNGh5YXphUE5mTGpuemdSSFY4ZnpWTVUvb2w4KzJFWjdPc3lPZkdIL1cxNzdNNzhVWEp4NFNldTVWMkx6T1g0TVNPYitBczg2VjNoaGRGTE0rcGwreFVXdGg5T3cxN3RrU3hOaStCRDdyMTdGb1B4ZGVuTlVzdEhhQmNqeThPaDZkMnNNd0RFL0JQc3M2Vkd1emVxU0w0cXgvcDkrMU05OU91MnN6ZmVSSHNXeXplYWNXV2FwMXF2cTFDYUU1c1dteU9QSm5mV3V6dmlwZVhyZVdpSDk4M3NDeGVYenpYNDBTK2ZKRm04Ti9SYXJDSmZkOVpOamEyVmc2RnRtZTFySmlxSlhBWm54QzlDT2Y5bnN4elluenNuTlRWM083aXpjaS9sK0Y4dXFzY3hGdEVUYVBpV2svNm5kdDd4cGJWR0xSZFNzRlcrY3UyOGF5ZnVSai9GNk1pVnVOU0t6VDJKd0ZrNHVJYWxjNE1ZOWhHSDZQRTgrWFhYYm1VTWxGMml3ZXhUeS85Vlg2WFR2ejdiVElsOW1kUHZKWE5hZTM3c0xMN2lhRXBycFprQWI1czM1bVYzMXNhMjNQeDlnTWFCekd6OFlIaDY5ZXRIa3hsOFFmVTlHSEpNc0ovZkx0MVBKcVpMNWxDOUdQZkV6czAxVC82dE5pWi9GR0UvMmJOZ3pyWEdWNVdwUDUyWDdWWnE3bnFNMXk1SUF0Ry8zSXAvMVp6UHB0UE5PSStQZFNwdGQ0dVJxMnppNW9Ic013REhkeDh2bFRxY1ZvTTAwVVkvMDcvWXFkK1pBRzZhMm1ZM2Y2Ykt5anEyNG5GbXBPMUJCQ0UrVjVNUG9vbHZtOHZyVzFwdVBMOW12aDVVZnhETytZdklHM3pPTVZmUDJpemVFL2JYUEpjeDhZR1hZZVdaK3h2VHpyWTFzdmgvR0o4VE45N2JOK0hYdmJUYjB6bjlOLy9TbGpuUis5TWJvb1puMU12Mkpudm1wcmEwZ1NaKzF1WHdLZjlldFk1UGRpbmtZazFpMnNmb0h5TEZHZGpPb1l3ekFNSitrOHQ2cDB4bUJ6TWwwMXh2Z3EvUk8yYmJPWWJ0bFl4MmI2eUk5aUovU1huRmxndWFQV0pUMVFUVnVialZsZjFyZDJ4K2RoZFo0K21rdFZFNEhHck5ETjIrTGIvMnFVeUE4czJueVFTL0lQaXlqdStWR3RYVTZPdWZKMGZzVW5qZjRDK2IzWUoraithUnVML1ZNek96WFhlYkFicTJkaTJvLzZYVnZYMldrRjFKV21MWTIrOWtWKzdkTitGUFBpQzZzVGliVWFMMi9CNUROa1k1em0xSnlIWWJpWEo1OExKemd4MzBvTnBJM2lGVC9qeS9wZHUrckwybzR2c3p0OTVLOXFQckdkWHF5NWMxdEVmaHV6UHFadi9SMWYxSHA0TWErMnRTM2VjZGhoTjM5eHFzN1BNSXMyLythU2Q3ekUyM2xrZmNiTzhycXRWd1A1bGkxQlg5K2tObzc4T3JiNDFFMS9hdUZHMC9uZmVlc3RZNTJmVEs4MW1aL3RWMjFkQjEyYnFQWHF5Z0ZiR24zdDgzU1pGc1ZzUE5Jc3JIYVI1V2lpZkErMjV0MVU1andNdzNESE02TmFrOUZubWloVzhWdGYxbWRqbmwzMU1TM3lkZXhPbjQxVk5IZHZ2N1JZZy95VnZtNHJQb1lzcjF1THBhclBPRm1MNWhmK2xJM0lqeXphSFA0clVoWCsvM2JPZGxtU0ZFZWltbjMvZDY3OU1jczJSWVBrTGtSOHBSK3phNEM3Q3lMelZwY0ZzcHI1WS9FRmFIV0ptbDI4b3MrQVpGYjB0ZDQrell2R1dSYlJiTkRiZXVXdE5FK2ZaY3l1Lzh1aTZ2K241aFR0OTlKKzJFenZqUnF5WnVhZWxoM0h2Y3p4bzNtckhiM1Z1czlIR3FxUDNzeWZaY3ptdVo1WlRTT3FYZUh0eVpBOVh3anhXMVQ5blpOaDkyeTBQc3F0L0ptT1pwbDF4ZHpUbURIU012UFptdEVRYnllYi9YbGpvOFljRDlITjFuNi9IdWVzaG80OWtZYk1rZldLVlE2dEZ3ayswYlE1d0I5N3hrVWdlbzdlWitlTnBrVm5qY3pxR00wNnZjMUhyMSt2dEY2ZmVUM1JCZmNVVi83LzFLeG8zLy80ZzJRUnI5ZWpkWGJlNzFNeFdyQy9FZk8rdHMxSHIxOUgycTQrODFjWnMzL25HcXQ4ejZwMkJOa3JBM3ErRUVLY29QTHZJSGF2S08vNUsyK21JeHF6WnVhc2hvd1p6WnNqNjVYbTZaSG4vV1RyM3RTZ2FUODluby9vb3piT1oxNnZaN1JaWm1UbWVma0tLdmRuOW1LeVA0T2FOdnY4TWY4eXN2Sm5PcUpGNXpYNkhMSnZyN0hqckRiU1puTUQxaXNOOFVaV2w5K1RYTkhBYWQvcitPTXgxbmkrcDZOcmR0N3Y0LzA1N05uOWM4dk16ZjdacDgxSHIxOUhXcS9QdnZQR0xEL3pWaG16ZWE0eHl6ZTh1aG5lWGhIc1dVSUlnYkx6ZDFPRzdIbG9uWmRiZVl3K2Fzd2E5ZjRNSTZveFk2Umw1c2g2cFhrNm0vbUZuNTRvZytpak5sdlB2SDVrTkk4eFA5dXJaK1Y3ZGRGNnhTcUgxbC9LVi82blVXWWZhdHJjK0QrUnF1YVBjUmVVUG8vVXpqSmVYZk5XNHl5RGFEYVp0d3l5WG1tSU44TzcvSjRDK2YrbytSLzc1M3RqZmlKbWUwWVpULytUWENOelQ4dm14eitETTIzMDIzNnpUUE5tdWRrNm80MDY0ODM4eHBnelcyZDdablV6a0wwaTBMT0VFT0l1cXY2ZVl2WkJzcXZNcnI2enpzN0gwZk9RTWRMUWVXYTkwaEF2ay92Q1R3K1NRL1JSODliZW5OV2ljY2JxR1ZpUTJsa0dxWnZCMURIWm4rSXpUWnNEL0RIOHNoRmxWMzVVMXhoelhsM3ZyZVplZGh3alpubFdhM05iclB2L2dFZC9wWTNleXArUnFUbEZhK3pzMHI3ci9nZkpyVHhFbTYzN1BEUHZhMWZqcUZtUW4rMXBpL25zejJjL2I5NHNOMXQ3bVZYTzAwY1A4V2VaeGl6YnM2cWJFZTIxZ2psRENDRXF5UDU5eFpJOUI2bUxNaXQvcGlNYXMwYTlQOE9JYXN5WTBjWTU0M21hcDBkZVJmN0pQejNaM0V4ZmFTdC9OdTh6R1cyV1dXVm5YbVkrSS9JamR1dVA4S1YvWldQMnNhYU4vclVOVEovM2FwdUhqck9hMVQ0Mm1iZHM1REZhVCtUUHlOUThnZlpkOXo5b0Z2RjZmYVd0MXV5ODM2Zml6MTRiTGRCR3YrMDN5elJ2bHB1dHZjd3E1K21qaC9pelRHT1c3Vm5WalVUN2VLQm52SjJkNzBpSXEvaVYveDUzcWZxZW1IMmlyT2V2dkprK2FqdnI3SHdjUFE4Wkl5MHpSOVlyemRQWlRFWE5uVCtObmR6TVE3UngzdGJqUEtONWVQbElZODlZclJtdG1pdk9lQzJmYXRvYzRJL2hMOVJSZHVWSGRZMHg1NjNaZWFOcGlEZkxJcHIzUE5abDJuejArdldZNzdVeHgvZ3pNalZYMGI3SDhZZkplNWxJSHpWdnZmTDYrU3cvODczOCtPZHBObzU3anZtVjMrdHQzdGVPdWRrNm8zbjY2Q0grTE5PWVpSdXJtaG5lUGg3TUdXOG4reDBKSWM1dzFYK1RtWE9RR2kvRGVvakdyQkZ2bGZmOHpJaDY2RHl6WG1tSXgyU2luNG85cW40YVVhNWxtVDFHYmN6TjF0NjhIMUV0R251OC9UelkvQTdSL3BFdlFEN1h0UG14ZjIyRFpNeit6czFxUEkwOVkzWlc1TmxrM2pLanQvTDc5U28zTXU2TEVPMTVtdmE5alQ4Ull4MmI2YjJWaHE1SGJ6YnZNelBmKzdQVmoxNSt6SmpqUi9OV0czbXJmTVBMZWRuUlEveFpwakhMTmxZMU03eDlQSmd6M2s3Mk94TGlTbjdwdjhrZHFyNG5kQjhrdDhvd09xSXhhMmJPYXN5WTBXWnJ6MFBXa1I1NW1SejZVNzJmZDQ0QnVTZzcwOGM4cy9ibTQ0aHFzOHdxTy9QUStjam9SV2Q0V2pXbFozenRmeHBsOXNHbXpRSCtHUDVTSFdWWGZsVFhpSEs5SDJYSFRKdlA2a1l2R3IyYW1XZVR1WFdaTnUrOTBWOWxacm5STThlL2kvWjl6SDVReGozWXpNcnI5VkdicmNlODkzdnYvMXowODVtL00xcWdqYjVONXJQOHlsdjUvYnJYVm5xdjlYcmt6ZnhacGpITDlxenFScUo5UE5BejNzN09keVNFcU9XcS94NHo1NkExWG03bE1mcW9NZXVLK1RoNm5qZWlIanBuUEUvYjlYYXl5RS8xZnV5ZXEyd0QwVmJyTVQrYjk1blp1Tkk4dkR5cXpVQnpqZXA4NUFzQ05XMmV3eCtiWDdJaWJaYVplY2g4ckVPOFdaYnhSczBtODVaQjFvelcwNStKd09ZUjJ2ZlFmbGpHK3VqUHhTclQrNUUrYXF2MTZFWHpQai96ZDhkeGZ5UDhOdTh6YlQ1NnlEclNVRDN5Um4rVmFZelpIcTl1eE52SGd6bERDQ0h1cHVydkxHYWZLT3Y1SzIrbUk1cTNScjAvdzhqNG1UR2pqWFBHbTYxWEd1SXhtVXoyOUQ2TktCZGxaL3FvamZXejljd2I1NTZHZUY1TkE5VkdmVFZIMWl2UTNHUDQ0cit5TWZ0bzArYkEvMFRxaitFWGp5Z2IrU09uOHJPY3A3SDd6dXBtbmptNU51OHpqV2pOYUwxbmpuK0s5bm1SNzdlbnI0dnF4eXpqejU1djFMejF5bHZOWjdXZWxobHQwTXp4bWJrbDFyMDJ5eUhabVlmNHMweGpsdTFaMVkxRSt5Q2dad2toUklhS3Y2ZFFNbWVoTlY2TzliS2F0ODdPV1EwWk14bzZ6Nnl6ZWphWHpWZlZNdldyWEFQUlZ1c3hIODM3Y2FZaFhwOVpaYVBjeXArQjVKQk1UNVNQL0I0bSs3TjhzbW56WXY0WWRqa1pjOTU2TmUrWjZaN0dqbDd0NkZrd2IzbGs3V25lWHhDUjMwQnpLOXJuUm43blBXaGRuMXRsVjN1dGFzYzh1aDY5YU43bmtUOUh6R2lCTnZvV3pHZTFvK2V0ZTIybEk5blJtL2xvcGpGbWU3eTZHZDVlRWV4WlFnaHhGWlYvUHpGN0lkbFZabGZmV1ZmTXg5SHpaaVByZVhQR202MFpEZkdZekU3K2lyb0dXajlxWS8xc1BmTzgrVGhHbm9lWFh6M0hDaVlmK1kxVkxxcVAvR044OVYvWm1IMjRhZk9ELzlvR3laajluWnZWekh3dkY0MWVkdWFObWcxNlcvZi9VVWJyVmNZbU9kVGZCZjE5OWJTYXFDN0s5ZjdxOXhycDJUVXk3MnNSalIzSHM0endaL09XSHoxMGJRdHRwZmRhcjgrODBWOWx6UDZkTTF0bmUyWjFNNUM5R05CemhSQ2lVZjMzRU1yT3VXaHRsRnY1akQ1cU8rdG9qdnFJTnhzekdqclByRmVhcDBjZWs4bGtzelZJZnBWcElOcHFQZWFqZVorZmpaNFhqVDJSaHN4SFJpODZ3OU5PY05VNXIrZXpUWnNYODhld3kwaVU2LzBvTzJabSthWWhlL1dNZGJOeit0RVd1VjV2ODVVMzgyZVpsVmJwejhoK2gxRk5sUFA4bFRmcU8rdVZOOHZNL0ZrdU05cWdtZU16Yzl0WVJ4cXFqOTdNbjJYTTVybkdMTi93NmxaNCs2Rmt6aFZDaUYycS8rN0o3QmZWWlAyWmptak1PanYzTkRRVDFZMFp4cTlhcnpSUGp6d21rOG15ZVMvYlFPc2lyY0Y0dlI1cGlEZkxOcng5WnJtVlAvTzhYQVBKOUVUNXlCZEpQdDIwK1lGL2JUTnEzcDY5aDh4bmRhT1dIYjA5UnM4bTg1YUp2TkgzTXFOMkN1YjMzckpSUHNwNS9zb2I5Vmx1L0N5ejMrRzRIajN2ejhSL0p0b3NoNHpXMWErOGNlNDkrMnplYXBsMVJodjF5QnY5VmNiczM3bkdLait5cWg5Qjk2c0FmU1loeEx1NTh1OFZoTjNuUWV1am5PZXZ2SmsrYWp2cjdOelRLc1pJUStlTXgycWVIbmxNaHNreFdTL0hlQTFQbS9tcmVWdlBNdjA0MDNvUHdhdWJuZVBCNUNPL2dlWjJLVDNueS8vVEtMT1BOMjFld0IrYlh5aFlmWlh4OGxGdTVuc2FPa2ExNXVUYnZNK01jMlROYUo3T2d2eit6UDdKUmRrbzUva3JiNmFQenoxbVZ1dlJXK1ZtR1ZielJpTThjM3h2bmwyYi9iMWZ3OHVOK3N4RC9ERmp0czcxakRVOVNQMEtiOThkZHA1SkNQSGJuUHI3STdzdlV1ZGxXQS9SZHRiUkhQVXJ4b3cyemhsdnRtWTBUNCs4Nmt4Rnp0TkhiNWIxTXVNZTBielB6MGJQUThlZVNFUG1JNk1YbllFUTVTTmZiS0NtRGM4Znd5OFhUSFlFclkxeXZSOWx4OHdzNzJuUmlHVEhqQkh6Vmp0Nk0zK1dXV21lSG5rc3pPOW9sZlA4bFRmVFI0MVpyN3hWcnRlUlB5ODIyV1AyNTZhTlhtYWxNWE1yWERkWXZmY1FmNVZwak5tR1Z6T3kybU1HcysrVFlENmpFTC9LVy8vN1pxajRqT3dlVWQ3elY5NU1SelJtemN4UnYyS010TXc4czJZMFQ0ODhOQlA1RlptWmgyZ05iNDE2a2RhUG5oZU5rZFlUK1lqSFVMVlBST2s1WC85WE5tWS8wTFE1OEQrUll2bGova3Q5NUkvTThxUG03ZGw3ekR6U0VNWTZkTzllczhtOFpXYmUrQi94cUNHWkNwRHZLc28wUC9yZHp2eVZOOU5ITGJ0R3ZUNkRhTE0vSTdNUnFlczFLNWpieHJyWFVKM3habjVqekptdHN6Mnp1aDVrRDRUb25EdXArb3hDaUh1NDZyL2g3RGxvWFpSYitZdythanZyN056VGRzYU1OczRaRDFrem1xZEgzaFcrbDVucGlNYXN4M2xiajNOUHkyVDZiQ1BTWnY2SWw0L1dqSVo0aU4vRFpNWC84Zm1telNIKzJEV1hpSjF6K2xwdm4xVnVWdU5wdStOcUwzTzBWdE5uWnZNK04vcXpOYU5WRWYydWtkL2h6Rjk1TTkzVGtQVll2L0ptYzFhckdHMHg5NTUvTnU5ckc1bTFEUnFpczk0c1k3Yk9OY1o4STZxYnNkckxJM09PRUVLY292THZwTXhlVVkzbnN4NmlNZXVLK1RoNkhqSm1OSFRPZUV3bW8rOTRrWit0bmVtSTVxMGJLOCtiOStOTW0yVVF2TDFuT1hRK01uclJHUWhzL2xKKzRWL1ptUDFJMCtibC85cG01cUhheXQ4NXI4MjlIRHQ2dFRPdmFkYnAzanl6WmpSUFIyQitkek9kOFdZNm9xSHIwVnZsWnBtWlA5TjJSdXYyOWM0eFl0NXFNK3VtOWV0VkR0Rm4zdWl2TW8weGErYm5lMmExSStoZXV5RFBJb1Q0SGxmOUhST3g4eHhNYlpUMS9KVTMweEhOVzZQZW4yR01mTVJEeG96bXpSa1BXYSswU2ozeXNuc3lkYk5jbExIRjNQT3NHL3M1NDdGanoyeC94a2M4aHAxOW1Gb21LenArb21semlEOVdleWxnOTV2bFI4M2JzL2RXdVNqVHRGa09IYU1hQzdSb2Jnc1BXVDhCNUhjejAxZS9xOW1mRDFTYitmMTY1YTF5dlQ3elBTMHpHdWhsNWpQUG5IVkdHL1hlRy9YZVcvbU5QbWZtWnh0alRRT3A5Vmp0bTJIM1dZUVE0dFRmSTVsOTBSb3Z0L0lZZmRSMjFzemMwektaZnN4b21YbTBIajFHcThqdWVGVTFvOGFzeDdublJWby9laDQ2UnRvNFgrSGxvL1ZLODRqeWtYK1VYL2xYTm1ZLzFMUjV3YisyOGFpcTlmWlo1V1kxckxZYWR6SUd6aGtQV2ErMExPanZKS3MzcmRlejJ1eDNrdlg2VFBTN0huT1owVUF2TzdlRnQxcjNlVWJyZGRhYlpjeld1Y2FZTjR0clJtWjd6R0QzL1FMb2R5UEUzZnppZjU4b0ZkOE5zd2VhWGVXOCtwbUhhTjRhOWFLNXA2M0dsZWZWb1o0M3orWm02eE9hcDJlOGl2eW9NV3R2M3RiajNOTXltVmxOSTlMWStZam5OVllacExhQ3E4NzVKRC9UdERuRUgrTmV1S044NUkvTTh0RWV2ZTlsbzczYlBOSTh4dnhzTk5DYnpRM0laZGFNbG1YMUhUSTZvclcxcDYzV1kzNDEvODlpM21kbXZwZERSdXZxbzh3NDl6NVBtODlxUjg5Yk14cWl6endtWS9aM3J1SGxHN082SG1RUGh1aThOMUg5M1FnaGZPNzRieTU3SmxvWDVUeC81YzMwVVlzeVhqNDc5N1RLTWRKMjU1R0hha2htcFhrNlc4UHVNMm83Nit6YzAyWWprdkd5NDN5bVJWbkVRL3pHRldjYzRaZitsWTNaanpWdER2MXJtejkyelFWaWRjNU1Ielh2R1hzUE9TTTZyODJyUm0vUDBiTkJiK3RvanF4UGdIemZXUjNSVm1za00rWlg4MVhOTE85cDVuaXJQd05vZHZWODVzd1piN1UyUWh2MTNodjEzbXZNTW1aNHJqSG1HMUdkeDJwUGo1M3poQkFpUS9YZk8reCthRDdLclh4VW4rV2lUTCt1bUh0YXhZaDZtVG5qb1Jta1pxVlY2YnRaVzh4bjNpckx6UHR4cG5sWmhGbCtkdDdLOTd3eEY2MVhtZ2ViajZqZTcrZjRxYWJOUS9oai9pWEY4Nk5hajc0V1BTT2FSM3VPT1hhTTlyQkZ2dGZSK1d6ZE0vTzhmSmJWNzRiUkVRMWRqNytIMmU4N212OW5NZTh6Nk8rOFpid3hxaDkvL3pNdG1odmg5ZXN4NzJWR3JkZFpyeWVUYTNqNUdiTTlSdGc5VDRNOHN4RGlQRS83dXdGaDk1bVplaVRyWlZiZVRNOW9vODk2cTd6blY0eXNOODQ5RDYzSnJMT1pqSTVxbVdlSzhxc3NNeDlIejlzWkkyMmM5eUNaeUdzZ1o3RHMxRzd6YS8vS3hzenNQei80bWUzQXY3WXg0MTcwa2V3cXcraWo1cTFSN3ovRHlQak1pR1JtMmQwNTR5RnJUOS9SbU95bzdheFJMNXF6V3VVWWFabDVabzFtTW5vUGtqSERjeVBaT3BhcnpoRkMvQlpYdlFobnprRnJrQng3OGN0cTNocjEwRXN2NHpFajZsWE9LOWJaREp0Rk5lUjV2RFhxUlhOUFF6eG16R2plblBGbWEwWkRQTVFmWWZNaGF0cjhDQTlvMnBqRmVjOW5MbkRlcFREalJSZFlWcHVOU01iTFZzNGpMOG96R3BKaHM2TzJzejQ1OTdUS01kSXljOGFyMER3ZDlSdG96b3pMSWxUdko0UVFWMUQ1NHN6dWhlYWozTXBITDNmc1JSRzloRVp6VDBNOFpHUzkzVG5qSWV0c2hza2lHYVRPVzZOZU5QYzB4R1BHU0dOODFwdXRWMXBHNzBFeURTWUw4WXNOR3pQN3phYU5tWDIxY1pQUjBNc25NL2UweUZ2bHZUSFNkdWVNTjF1akdwTFowYngxTnB1ZHM5ck9pSHE3ODh5YTBUdzk4aHBJcHNGa1orelduK2JwenllRStEZHZlR25kZlVhMHZpTEhYTnd5RjBUMHdzbk1QUTN4dkpITm5Kb3ozbXlkemFBYWtrSHFiREgzdkdpTytsNCtNNjdtakwvS0lONU1tMlU4UGZJUWY0VE5oNmhwODJNY2F0cVljUmNCSk10ZTNwQUxvTGRHdmRrYzlVK01rWWJNZTgzTE14NmpSZXNkelZ0bnM4d2M5UkdQR1ZHdmNqNWJaek5adlFmSm1PRzVua3dOeXhWbkNDRitteXRlaHJObm9IVlJMbk5SUXk2QlVRYTllREp6VDh0aytwSDFUczBaYjdiT1pwQTZwR2JVdkQxUUw1cWovbXBFTXYyWTBUTHp5TnZWRUsrQlpCcE1GdUpYR3pabTlydE5Hek03MWJoaDk0enluczljNUtJTEkzb0I5UzdEakg5aWpEUTJpOVJtMTBnbVdxT2F0Njd3WnZQSW4yVVJqeGxSai9GWmI3WkdNeGtkOWMyd1RBK2I5NmpjU3dnaHJxYnk1Wm5aQzgxR3VaV1BYdklRRGIxMFp1ZWV0aHFqVEZRL1poZy9NMmU4MmJvcUU2MlJqQzNtbnNmTVdXMDFSaG5VWS94eHpuaXo5VXJMNkQxSXBvZk5oNmhwODhNOG9IR0RaTDBNY2lGRXRNeWxGTG5nZXRuS0VmVVlmNXhuYzdOMWxHSHphTVlXODZ3M20yZDh4a05HMXN2TUdlK1V4dmhtV01ZTXo2M1lyVC9KazU5TkNJSHoxQmZZM2VkaTZwR3NsMkV1Y0lqR3JDdm1uaGFOb3hibFY1bXNqODRaYjdaR01sRU5tMmZxSythc2RtSmN6U04vbkRQZWJMM1NQRDN5RUgrRXpZZjhjc1BHek5TMGVVRFR4Z3pMcnpLTUhsMHEwUXNwTTBmOWloSDFHQitkTXg2U2llckhOWkt4eFR6cm1XRitsR1U4WkdTOXpKenhadXRkRGZFYVNNWU16L1ZrYWxpdU9FTUlJYTU0SWM2Y2dkWkV1Y3lGRGJrUXNobjBRb3BlZWozdHhCaHBqSS9PR1crMlJqTGVPc3BHR1dTKzhwRGFNWXQ0RldPa0lmNk90NnNoWGdQSk5KZ3NqSm8ydi8zNXpjemUwcmpKWE55UUMyRDJJc3JNV1cxblpMMVQ4OTAxazJYWEZaNVozdmMweFBORzF0dWRSOTVNUXpJckRmRVEzd3pMOUxCNWo4cTloQkRpYWlwZm50bTlrSHlVV2Ztb2psd0ttY3RuZE9IdDU2eFdPVlpwbVRualZhK1pMRlBMekZFZjhTckdTRU95cTB4MnZkSXllZytTNldIekliL2VzREV6TlczTTdGVFR4b3k3bUNCWjloS1gxVElYMU16RjJOTjJSdGJMK3BIbjVhTDFhcjY3cnZETThyNm5JWjQzc2w3bEhGbG5NNUdPK21aWXhnelByZGl0UDhtVG4wMElnZkhrbDlmZFoyUHFrYXlYWVM1eWlCWmwwQXRyTkdlMXlyRkt5OHdaajExbnZXaGRNVWQ5eEtzWVYvUEk5K2FNTjF1dk5FK1BQTVFmWWZNUWF0cVltamFOUTQwYmRrOGt6MTdvMEVzaGVobEZQZlNDN09WMlJqYkQrSms1dTE3Tm8vVnB6eXp2ZTFvbTA0K3NWem5QckhjMXhHdFVaV1prNnhpdU9FTUlJYTU0SWM2Y2dkWWdPZmJ5bHRXeWwxRm16bXFWWTVXV21UTmVWWmFwUS9lWnpUTytwMVdPR1EyZE0xNkZobmdOSk5QRDVrUFVzUGt2YXRyOEg0ZWFObWI4aFNQS1p5NXd5RVdRV1NNZWN0a2RzNGlYR1ZHUDhYZm4wUnFaUjJ1MER2WE04cjZuWlRMOXlIcW41c2g2Vi9QMG5xcE1ENXYzcU54TENDR3VwUHJGbWQwUHlVY1o5aUtIYUZFR3ZhUXljMWFySEt1MHpMektROCtyM2lPYVYyaVZZNlF4L3E3SGFCT0gzQ2dBQUNBQVNVUkJWQm05QjhuMHNQa1FOV3orUVUyYmprT05HM1pQSk85bG1JdGVkTUhNWEU2Unk2MlhaVHhtWkwyc2o4NmpOVEsvSTVmeFBTMlQ2VWZXeS9xUk4rWm1HcEpaYVo0ZWVUM1Z1Ulc3OVZmd2htY1VRdnlicDcrNDdqNGZVNDlrb3d4enFmTXVsMmdHdWRReWMxYXJIS3Uwekx3aWgrN2gxYUIxczNuRzk3VEtFZlZXODVYUGVNaDZwWGw2NUNIK0NKdUhVTlBtSDlTMEdmaEE0NGJSRVczM0Fodk5QUTN4TW1PVmhzeFhmclJtNTJodXB6N2plMW9tMDQrc0Yybm9uUEYyTXBFZWVZMnF6SXhzSGN0VjV3Z2hmcE9yWG9ZejU2QTFTSTY5eEZWcDZLVzFZajZPbmxjeFZtbVpPWnJicmFtc244MHJ0TW9SOVpCNXIwVnJKaHZwcTJ6a05aQk1ENXNQVWNQbWI5UzBHVGpVdERIakx4MVJQbk9SUXkrS3pJVVV1ZVJHYzA5RHZNekllbGtmbmFPNUUzTWtsL0U5TFpQcFI5YUx0TXc4OGxCdGxzbm9xTjlBY3cwMjcxRzVseEJDWEVuMWl6TzdINUxmeWFBWFFFVExYbENqT2VvalhzVllwWjJhb3psa2p1Wm04NHp2YVNmR2pKYVpNeDZyWmZRZUpOUEQ1aUhVdFBrYk5XMG1IR3Jjc0hzaWVTL0RYUGlpU3lTelp1YW83K1VyeGlxTjhjYzVtalA3dDRia2QrWVozOU15bVg1a3ZVakx6Qm12UXZQMHlPdXB6cTNZcmIrS3R6eW5FT0svdk9HbGRmY1ptWG8wNitXWXl4MmlSUm4wNGhyTlVSL3hLc1lxN2VuemxZZlVlbGxXT3pGbXRNdzhXbzhlbzNsNjVDSCtDSnVIVU1QbTM2aHBNK0ZRMDhhTXZ5QWdlZllpaDE0SW1UWHF6ZWFzaG5nN1k1WEdacEZhWkorVDh3b3RrK25IQ3E5eUhubTdXa2J2UVRKbWVHNGtXOGR5MVRsQ2lOL2txcGZoekRsTURaSmxMM3JvWlhIblVvcGNkS081cHlGZXhWaWxJZlBJZjlxOFFqc3hzdDd1dkdLOTBqdzk4aHBJcG9mTmg2aGhNMGRObXdVdmF0eDRQblBaUXpUbXNocGRlRE0rNCsyTXJCZHBTSmJOVjh3alA4cXlXaWJUajlsTTFoL25qRGRiNzJxNzNnaVROZVB6SHBWN0NTSEVsVlMvT0xQN29ma294MTc2a0l0amxQSHlGWE5XT3pGV2FSWFprM3RrOS9ZMHhLc2NXUzh6Wnp4azdlbXJiT1Exa0V3UG00ZFEwMmFPbWpZT2h4bzM3SjVJUG5PSlF5K0tWWmZXektXWjFVNk1ySmYxa2ZtdVgxSG5hWWpIWkdZajYwVmFaaDZ0UjI5WDgvVEk2MEZ6Wmx4MnhtNzlGYnpoR1lVUS8rWU5MNjY3ejhqVUk5bk1aWTdSbzRzbWVvbXRtTFBhaVJIVlpsNmxYMTJYM2NQVEVPL0V5SHFaT2VQTjFvem02WkdIK0NOc0hrSU5telZxMmpnY2F0cVk4WmNGSkorNTFDR1h4aWpEWEY0emwyZFdPem15WHRiUDFrVStrMlUxeEdNeXM1SE5NRDQ2Wjd6Wm10RXllZytTYVREWm5td2R3eFZuQ0NIRUZTL0UyVE9ZdWlqTFh2aFFQYnBjUm5ua0VqeWJaL3dyUnRhTE5NYVBzbEZOUloybjdYcjlpR1NZMnF3L3pxTjFsR1UwVDQrOEJwTHBZZk1RYXRxc1VkTW00T09ORy9SQ3VMT3VtTFBhRlNQclpYMG1tL0ZSYmVZakhwTkJSdFk3TlkvV284ZG9HVDN5UnBpc0daLzNxTnhMQ0NIdW9QcmxtZDBQeldjdmN1aGxFZEdZZGNXYzFkaE1WTTltMFh5VVkveW9ocWxEYTNZOWIwUXlTRTNXSCtmUk9zb3ltcWRIWGdQSjlMQjVDRFZzZk5TMENmaDQwMmFsSXhxenJwaXpXalFpbVg2czlFNzdhSzVheTJReUkrb3h2amRuUEdTOTBpcjFFVFJueG1WbjdOYWY1dW5QSjRUQWVQSUw3TzZ6c2ZWSVBuT3hReStPaUlaZVdxdm5ub1o0M29oa2tDenFSZjZPeG1SM2FqSVpaRVF5WGhhWnIzekd5Nnc5ZlpXdDhrZllQSVFhTmpGcTJnQ29jYlBVbUhYRm5OVldJNUx4eG13bW8wWCszZHBxUkRLWmtmVXE1OUU2eWpKYTVIazFpTi9EWkh1eWRTaW45eGRDaUpFclhvcXpaekIxVVphNUZLNTBSR1BXcUJmTks3VE1pR1NRR2pRZitaNDI4NkthSFMyVHlZelpEREpmK1l5WFdXZjF5R3NnbVI0MkQ2R21UWXlhTmlCcTNDdzFabDB4Ui8zVmlHU1lNWnQ1a2xhWnYySkVQY2FQUEMrWFdhODBUL2M4cjZZSHpmVmthbFpVN2lXRUVIZFQrUkxON29YbXM1ZTZtWmZWbUhYMTNOTVFiMmRFTWtnMmsyUHprYzlxaUhkaVpEMTIzbXVyVEhiTmFKNGVlUTBrMDhQbUlkU3d3VkRUQnVSQlRSdXp1Q2Jyb3hmTDZFS0tYbllyNXA2V3lWU09xTWJtVWEweWozaTdOVWpHeTBaYVpzNTR5SnJSZGozRUgySHpJN3YxbFR6cFdZUVExL0drRjl2ZFoySHJvM3pta29kZUlxTUxLYk5HdmVoU25kV3VHSy95MEh6a0k1Nlh6MmFSREZJVGFaWHp6SnJSUEQzeUdraW1oODFEcUdHRG82WU53WU1hTjBnK2M5RkRkZVRTaVY1MEsrYWVobmhYakt4M09yL3JNWm5NbU0xay9janpjck4xTmhQcE85NElrKzNKMWlHYzNGc0lJVmhPdmlSbjkwYnJvaHg3NmN0cXpCcjFtRG1yUldPVWllcXp0VmQ1cUlaNFRNWWJrUXlTdldLZVdUT2FwMWY1TXpJMUlXcmE0S2hwUTZMR3pYSTlhbEVldVJ3emMxWmJqVWdHR1hjenFMYnJWV2RPaktqSCtPajh4SnJSZHIwR2tobkoxTXlvMmtjSUlaNUsxY3QwZHArb0x1dnZYQ1IzMXFnM20yZjhhRVF5elBpVURLcnRlaFVqa3ZHeWlML0tvUFBNbXRGMnZRYVM2V0h6RUdyWWNLaHBRL0tncG8wWlZwTzU3S0VYeWtpTExxL0lwVGs3SDBmUFl6SVY0OVVla3ptZGJVUVpwQ2JTR0ovMU1tdEc4L1RJUS93ZUpqdGp0ejdMWGVjS0lkN05YUysrTytleXRWR2V2ZlN0OGtpV1dhTWVNMGQ5TDMvbGlHU1k3TlhleVRHYllYM1BRMnRtYXpTVDBTT3ZnV1I2MkR5TW1qWWNhdG9rVU9QRzFYYlcxWE5QeTJST2psbXZPck1ha1V4bVJESmVEZU5uNWhYclhRM3hFTjhNeTh6STFrV2MybGNJSVU1dzRxVjVaMCtrTnNxd2wwUGtJanJUbURYcXplYVJQOHNpWG1YTkh6Q3pHcEVNa3IyaW5obFBaQmgvbkZkNVRDYWpSMTREeVl4a2FrTFVzT0ZSMHliSmd4bzNTRDdLckh6MFVobGRXcGwxOWR6VEVJL0paTVlyTTVrc09yWjVsUE5HSkRQTEl2UElaejFrdmF0NWV1UTFrRXlEeVhwVTdYTVZiM3RlSVg2UnQ3MnNWajB2dXcrU1p5OSt6QVVTMGJJWDMrcTVwNjFHSkhOaVJES3I4Y3BNeGJpYmlYTG92TXFyMER3OThocElaaVJURTZLR1RRNDFiWkljYk5xWThaY0lKSis5L0tFWHpPZ0N5NnlSK2NxTGFyM2NUdWJFV0pWWmpVam01SmoxWnBsVDg4d2F6YXowVlRieUVMK0I1bWJzMURKY2RZNFFRdlJjOFdLOGV3WmFIK1hZQ3lKNnlVUzA3Q1c0WXU1cHB6TE1pR1RRc1NxVHljN0drNWxJUStkVlhvWG02YWh2aG1WNjJEeU1talk1MUxUWjRHRGpKck12VXBPNURESjZkRkZsMXVnbE9wcXpHcFB4dkowUnlXU3kwWWhra0JISk1EV290enRuUEdUTmFCazk4aHBJcG9mTkk1ellVd2dobmtMMXl6UzdINXIzY3V5RkVibDBzaG5VWTNPb3YrczljVVF5bVd6RmVOcmJuWjlZTTlxdTEwQXlQV3dlUmcyYlBHcmFiS0xHVGFqdHJGRXZtclBhcm5mRmlHU2VQRlo2dTNQR1E5Wm9KcU5ISHVMM01Oa1p1L1c3M0gyK0VPSmQzUDNTdTNzK1V4OWxWejU3UWN4cTNocjFLdWFlaG5oTTVzNFJ5VlRVTktJTWttVzl5dm1KTmFQdGVnMGtNNUtwQ1ZIRFpnODFiVFk1MkxReDR5OGthRDV6SVdUMDZNTEtyRkdQbVh2YVNhOWlSREpQR0pFTWtzMW8zanlieTZ3WnpkTjN2QWFTR2NuVW9KemNXd2doVG5MeXhUbXpOMXFUdmZ5dFBPVHltY21nbCtpS09hc2hYalFpbVJNamtqazVWbnFSdGp1UHZKa1dyVmRhUm8rOEJwSVp5ZFJBcUdtemg1bzJCYnl3Y1JObDJFc2xjakd0WEZmTVdXM1grK3FJWkppYUttMmNaM09aTlpySjZGVitENU5kVWJISGFkN3dqRUlJbmplOHlGWThJN05IbE0xZUJ0R0xLS0l4YTlSajVxaVBlRXptUkMweklwbk11SnRoUGNSZlpieDU1TTIwYUwzU01ucms5YUM1QnB1SFVjTm1IelZ0aWpqWXVNbnNpOVJFR2ZZeWlWeFNvd3l6cnA1N1d0YWJhVjhacjhoRUd1SjducGVyV0RPYXAwY2U0cHRobVJuWk9vWXJ6aEJDaUF4WHZDaG56MERyb2x6bWdvaGNURE1aNWdLTlhNS2pPYXNoSHBPcHFIbmFXT2xsdEhGZWtadXRzNW1zanZwbVdLYUh6Y09vWVZPRG1qWkZIR3phbU9VdU5FaE5sR0V1bDFsdFo0M01WMTZGbHMweit6eHQzTTJ3WHFTdC9GV0d5YTIwYUkxbU1qcnFtMkdaQnBQMXFOcm5LWHp0OHdqeGRMNzJVbHIxZVpoOWtLeVhZYjJzdHJOR3ZXaU8raWU5eXBxcng2dThTRVBuMmR4c25jMWtkZFEzd3pJam1Sb0lOVzFxVU5PbWtBODJibGd2cTBVWjlKS2R5ZjFuR0ZHTnpjKzA3SWhrcXNmZERLcWgrY3A1eFhwWDgvVElRL3dHbWh2SjFyRmNkWTRRUWtSYzlZS2NQWWVwaTdLZXoxd3VFUzJUUVMvWDJYbUZ0dXZ0WkUrTlNNYkx6alRXWTN4dm5zM04xdGxNVmtkOU15d3prcW1CVU1PbURqVnRpbmxZNHdiTlp5K0w2SVVVMGRnTWVnRm41cWlQMWlKN01KbG9SRExzdUpzNXFlM09JMittUld0R3kraW9iNFpsZXRqOGlxcDlmZ2w5WitMSjZFVXhSOVgzeHU2RDVMME02MVZxekJyMW9ubkc5N1JkYnllYkhaRU1ra1UxTmw4NVo3elpPcHZKNnFodmhtVkdNalVRYXRqVW9xWk5NUTlyMnBqaE5WNk85ZENMS0ZMTFhMS1Jpem96djFKYmpVam1SQzJ5Qit0VmFVaDJsWWx5bVRXalpmVElRL3dHbXB1eFU4dHk1VmxDQ0RGeTVjdHg5aXltTHNwNlBuUEpyTlN5Riszc1BPTjcycTdIWk5nUnlTRFpIUTNOSTc3bm9ibk1tdEU4ZmNmclFYTU5OZytqaGswOWF0b2M0S1dObXlqRFhpalJpeWxTaTE3R1BRL0pSYlduTk1Sak1sZlZYSzJ4MlIxdnBrWHJsYmJTVjluSVEzd3pMTlBENWowcTl4SkNpTGRSK1hMTjdvWGtvd3g3NlVRdnJvakdyRkdQbVdkOFQ4dm1tVXcwbnN6c2FET1A4Y2Q1TnBkWk01cW43M2c5YUs0blV3T2hwazA5YXRvY1FvMmJwYmJTb3dzeHM4NWMxR2Z6akYraElSNlRxYzZ5SHVOSE5XeVc4VEpyUnN2b2tZZjRQVXgyWktlVzVjcXpoQkJpNU1xWDQ1MnowRm9rbDdrNG9wZldySVpleUQwdk84LzRyTGJyN2RUc1pxSmNsWmFaTTE1bXpXaWV2dVAxb0xtZVRBMkVHalpuVU5QbUVJZWJObWE1U3cxU0UyWFl5eVZ6U1kwdXlNd2E5Ykx6SzdWZEw1Tmx2WXpHK05rc3NoNjltUmF0VjlwS1gyVWpEL0hOc0V3UG0vZW8zRXNJSWQ1SzVRczJ1eGVTanpMc0JSUzl4Q0xhenJwNlh1V2p0WXlYeVZaNmpJOXFLMytWMmNuTnRHak5hSjYrNC9XZ3VaNU1EWVFhTnVkUTArWWdhdHlFT3FKRjYxRkRMKzVJRHNsN1dWU2IrWGQ1U0Nhak1YNDI2ODFQckJrdG8wY2U0dmN3MlpHZFdwWXJ6eEpDaUJWWHZpRHZuSVhXSXJuTUpSSzl3R1kxWm4zVlBPT3pHdUx0Wm1ZYW0yZjhUTTA0cjhqTjF0bk1TdlAweUVOOE15d3prcW1CVWRQbUhHcmFIT1p3NHlhek4xb1Q1VElYVGZTQ203a3NvNWYxM2R4c3ZxTkZ2cWM5d1l2OFRNMnBlV2FkelhqNktodDVpRytHWlhyWS9JcXFmYjZFdmhQeGEraWw4bThxdnc5Mkx5UWZaZGpMS0hxaFJUUTJnOHpSM0d4K3d2ZTBxNzBxTGZLakduUmU1ZTFrVnBxblJ4N2ltMkdaa1V3TmpCbzJaMUhUNWdMVXVBbDFSR016RlY1MmptcVJYNkZsdlptVytReU1mOFU4czk3Vk1ucmtJWDREemMzWXFXVzU4aXdoaEVDNThrVTVleFpURjJVemwwMUdSelEyZzE3UXErY24vRjF2cHJINVNLdjBWOWxWaHNsbDFydWFwMGNlNHB0aG1Sblp1aEExYk02anBzMEZIRzdhbU9VdU8yaE5sTXRjT3RITExxSXg2d292bXFQYXJsK2hWZVFaUDV0RjU5bmNiSjNOVk91b2I0WmxldGo4aXFwOTd1UUxuMEdJci9LRkY5WEt6OER1aGVTemwwem0wcHJWb2d4NmdjL2tadlBJWjdLZXh1WlJiZWVaVHZuZVBKdkxyTkZNUm84OHhHK2d1WjVNRFlRYU50ZWdwczFGcUhFRDZWbHRaNDE2MmZrZC9pa3Q4eXgzemhsdnR0N1ZNbnJrSVg0RHpjM1lxVVU0dmI4UVFwems5TXR6ZG4rbUxzcG1McCtNam1oUkJyM2NlOTdKZWNabk5mUU1OSGZLMzUzdmVETXRXcSswakI1NWlOOUFjejJaR2hnMWJhNUJUWnNMVWVObVM0OHUyRkZObE45dEFzem1wLzBvZTRYRytLZm1WZDVPcGxwSGZUTXMwOFBtWjFUc1VjblRua2NJOFJ5ZTlxSmI5VHpzUGtnK2UrbGtMckZaYldlZHVleFh6RE4rdGZZa0g1MVhlYk4xTnBQVkl3L3hHMml1SjFNRG80Yk5kYWhwY3pGcTNHenBtY3QwOWdLUGV0bjVyczlrTXo2cU1UNDZSM09aZW1TOXEyWDB5RVA4QnBvYnlkWjVuTmhUQ0NHZVN2VkxkWFkvcGk3S1ppNmpqSTVvTzJ2VVkrZElMdU5mVmNQNFRKYjlqcnc1NHlIcmJDYXJSeDdpTjlCY1Q2WUdSZzJiYTFIVDVtSWUyclF4dyt1aVhPWlN5dWlaQ3plenJ2Q2krYTYvbWovZDkrWm9EcTBmMTB5VzFTcDExRGZETWoxc3ZtZW5Oc1BWNXdraFJNL1ZMOGM3NTdHMVNENTdDV1V1dFdnMnFvM3lhSmFkSTdtTUg5VkUyYWhtTlkvOGJCYWRNOTY0SHIyWmhtUVliZGREL0FhYTY4blV3S2hoY3oxcTJ0eUFHamVVbDlXaVRKUkhzOVh6eUdmbnV6NlRqWHh2WHBGalBHUzkwbGg5bFkyOEJwSXh3M01OTnIraWFwOG44S1hQSXNUYitkSUxhdFZueWV5RDFrUzV6T1dVMFROYWRERkhML3FuY3JzK2s0MThaQjc1YkJiTmVUWGpPc3BtTTR6bTZWVitBODJOWk9zZzFMUzVIalZ0YmtLTkc4cXIxS291K2FqSHpDTi9aeDc1Mld3L2ozeHZudlc4WE1WNnBWWHFxRytHWlJwTXRwR3BRVG01dHhCQzNNV3BGK25zdm1oZFJTNXpvVVV2eG9qR1hPYlJXalRuZVgrR0VabEgvbW9lK2V3ODhpdm5qSmRaWnpOWlBmSWFTTVlNejQxazZ5RFVzTGtITlcxdTVNY2JONTdQNkpsTDk4NGE5ZGhjNUorWVJ6NHlqM3gwem5qam1zbG0xaXZOMHozUHEwSDhCcG96NDdJemR1dDN1UE5zSWNSdmNPZkw4TzdaVEgxbGxyM1FNanFpN2F4UGUzK0dzV29lK1ZYenlFZm4yVnkwSGoxVVF6SlpQZklhU01ZTXo0MWs2eURVc0xrUE5XMXU1SUttalZuK3dvUFdJYm5LaXkxNm9XWXY0bEUrMnpSQWNraitxZlBJUitlTU42NlpMSnBCYWhBdlU0UDZQVXkya2FtWlViWFBXL2kxenl2RUtYN3BCYlR5czdKN01Ya2tXM21aUlMvUjBlVzdjbDNoL1JuR044NGpmNXhYNURMcmJHYWxaZlRJYXlBWk16dzNrcTJEVU1QbVh0UzB1UmsxYmx5UDBiUGF6cnJDMDV6M1RxeXptZE5lQThrMG1HeFB0ZzdoNU41Q0NIRW5KMStrczN1emRVZytlMkZsTHNDSWxza3c2d3B2TnQrcDdlZFZ6NFBNZDg5aXZJbzFxczB5bnI3ak5aQ01HWjRieWRaQnFHRnpQMnJhUEFBMWJ0SWVjcW5PWkNyWHF6bWFPejFIYzZmbmpGZXhSalVrVStFaGZnUE5OZGg4ejA3dERuZWRLNFFRZDcwWTc1N0wxcVA1bmNzcWN6bk9hdXc2eWxSNGQ4M1IzSWw1bFllc1VRM0pSUHFPMTBBeVpuaHVKRnNIbzZiTi9haHA4eERVdUVsNzZLVTZjeG5mV1ZkNHArZG9EcG1qdVV4OVpvMWtrQnBHUTd3S3Y0SG1lakkxTTZyMnVacTNQcmNRNHQrODlRVzI2cm16KzZCMVVTN3JvenA2NFk3cTJKb0tENW1qT1hhTzVxcm0wWnJKWnRhN1drYXY4bnVZYkUrMkRrWU5tMmVncHMyRFVPTW05Qms5cTdIclVmUHkwVjZyN0lsNWRlNWtUV2FkemV4cWlGZmhqN0Q1UnJiTzQ4U2VRZ2p4Tms2OFlHZjNaT3FpYk9TYjhaZGc5SUtkdWNDem1Rb3ZrNnVzUjNQc25QSEdOWk9kclU5b0diM0s3Mkd5UGRrNkdEVnNub09hTmcvakk0MGJzemk3NDY4ODVHS05aR1phNVJyMU1qbGtmbVhPODlCY1pvMXFTTWJUVjluSWEwU1p5QjloOHlPNzlRaFhuQ0dFRUNlNTZ1VjU1eHkyRnNudlpCaTlVbU16cDcyVHVkMmF6RjVYckxPWmxlYnBPMTREeVRTWWJFKzJEa1lObTJlaHBzM0RlSGpUeG95clJiTFpTKy91eFJyUm9qV1N5VFlpMERwMlhwRzcyMFBXSjdTVnZzcEdYcU1xTTVLcEdhbllZNWNuUElNUTR2czg0WVY0OXhreTlXZ05rbU12eUl5ZTFkaE0xaHZYcUlmbVBPK3FHc2FyV0ovUVBIM0hheUNaQnBQdHlkYkJxR0h6UE5TMGVTQnEzR3g3Nk1VNnEwWHJVWXZ5M2hyZEI1bFg1S0oxMWh2WFRIYTJQcUZsOU1ocklCa3pQRGVTclp0UnVkZlZ2UG5aaFJCLzgvWVgyTXJueis2RjFpRTU5b0xNNkR0Wk5oUFZuOGhXZUprY1doT3RtZXhPWnFZaEdjVHphaERmRE1zMG1HeFB0bzVDVFp2bm9hYk5RMUhqaHZLWmkzUld5MlIyMWhWZWRZNWRaNzJLOWE1V3FVZGVBOGswbU96SVR1MktFM3NLSWNSWE9QR3l2Yk1uVTR0a014ZGhwbVlueTJhaWVtWmRsVVc5Nmh5N1pyL3IyZnFFNXVtUmgvaG1XS2JCWkh1eWRSUnEyRHdUTlcwZWpCbzNsTTljcEN1MVRJWlpuL2JRM082YXlWYXNkN1dNdnVNMWtFd1BtKy9acVVXNTRnd2hoSGdLcDErcWQvZG42NUY4NWpKOFVzODBCWGJXVERaYW4vYlEzQlhycXpSUDMvRWFTS2JCWkVkMmFtSFVzSGt1YXRvOG5Jc2FOMmI1eXhWVGgyYXpGMS9XcTlTaU5aTHgxdGtzbW1PODNYV1VSVExSZWxmemRNL3phaERmRE11TVpHcDZkdXRacmo1UENDR3F1UHJGdWVLOHpCNUlUZmJDeTE2dUdUM1RMSGpTK2tsZXhUcWIyZFU4UGZJUTN3ekxOSmpzeUU0dGpCbzJ6MFpObXhmd2dzYU5HVmVMWktOTTFZWDZ0SmJKZU91cWJOWjd3anFiWVRSUDMvRVEzd3pMakdScVpsVHRzOE1UbmtFSThiczg0ZVc0NmhreSt5QTFVU1p6WWE3UU13MkNUT2JrT3V1TjYyeGRabzFra0JwUFJ6VlBqenpFTjhNeURTWTdzbE1MbzRiTjgxSFQ1aVdvY1VQN3JGZXBJWm1adHJQT2V1T2F5WjVZSXhta1psZno5QjJ2VVpVWnlkU3NxTnpyRkc5NFJpSEVNM2pEQzIvMU0yYjJRMnFpVE5hdjBCRXRrNm1vWWRaWmIxd3oyY3c2bXptaDdYcUliNFpsR2t4MlpLY1dSZzJiZDZDbXpVdTRzR2xqdG5jUlltcVJiSlRKK3VqbGZhYytrNm1vNmRlbnNpZlcyY3dKemROM3ZBYVNNY056UFptYWlCTjczczBYUDVNUVgrZXJMNjBuUGxkbVQ2U21JclB5Sy9Tc2RpcXpzMmF5NDVySlp0YW9obVJXMmtwbnNvaUgrQTAwWjhabFIzWnFZZFN3ZVE5cTJyeUlIMjdjbU1XNTdDVWF2Y1NmMXFJMWt2SFdUUGFPTmFvaG1aVzIwcG5zcnRkQU1nMG0yOGpVSUp6YVY2elJkeTZ1UUMrRDkzRHFlOC9zaTlZZ3VTakRYcm9aSGMyaXRabTZ5aldUUGJFK21mRjBWTnYxRU44TXkvU3crWjZkV2hnMWJONkZtall2NDZPTkd6TXNIMld5L3U1RlBxdWR5cnh0aldvbmZpY1pmY2RySUprZU5tK1dxMEU1dWJjUVFueWRreS9mbWIyWkdpUWJaWmpMdStjeCsxUnFtY3piMXRuTUNTMmpSMTZqS3ROZ3NqTjI2eUhVc0hrZmF0cThrQmMxYnN5NGVqUWI1YklYYXZTaXoxenlFUTNKekxUVGF5U3p1MGExM2UrOFV0L3hHa2ltaDgwM3NuVW9wL2NYUW9ndmNmcWxPN3MvVTRka28wem1vbDJoVjJxWnpOVnJKSk9wT2FHdDlNeWZsY2hEL0FhYU0rT3lNM2JyWWRTMGVSOXEycndVTlc3Q1hOWm5kRlNiNldndG9rVnJKQk90a1F5N1JqWDBPMTFwbFRyaVI3Vm1XS2FIemZmczFDS2MzbDhJSWI3QTZSZnVuZjJaV2lRYlpiS1hiZWF5djlJcnRVd21XaU1aZG4weXcyZ3JuY2w2ZXBWdmhtVjYyUHpJYmoyTUdqYnZSRTJiRi9QaHhvMFpsdC9Oc0I1endVZXphQzJpWlRMUkd0WFlOYXFoMytOS3krZzdIdUtiWVprZU50K3pVNHR5eFJsQ0NQRldybmpaM2ptRHFVV3lVV2JIWnkveWFKTWdxMlV5VjlXY3pLeTBsWTVxbnI3aklYNER6VFhZZk05T0xZMGFOdTlGVFp1WG84YU5tY1c1ck0vb3U5bEs3Y3JNVEl2V3FMYjduV2IwSGE5UmxlbGg4ejA3dFNoWG5DR0VFRy9rcWhmdG5YT1lXalFiNVhaODlyS1BOZ3dxdFdpTmF0SDZaSWJSVmpxVHplaFZmZ1BObVhIWkdidjFGR3JZdkJzMWJUN0F4WTBicy8wTEdsT1BacEZjOWpMT1hQeDNzNmcyMDVIYXFneXFJWm1aaG43bWxaYlJkN3hHVmFhSHpZL3MxaU5jY1lZUVFyeVJxMTYwZDg1aGE5RjhsTnZ4MmNzOTJsQ28xSkRNVEt2S3pEUWt3Mmlzem1SM1BjUnZvTGtHbXgvWnJhZFF3K2I5cUduekVUN2V1REhEODFFdTY1L1VVVzJsSXcwUFJFTXlPeHFTV1drcm5jbDYrbzdYcU1yMHNQbVIzWHFVcTg0UlFvZzNjdFhMOXM0NWJDMmFqM0k3UHRzQVFKc0lxRGJUMFZwRVF6SXpEY25zYXF6T1pCR3Z3bStndVFhYkg5bXRwMURENWh1b2FmTWgxTGo1ZjVCYzlvTE9OZ01ZSGRWV09xSWhtYWRwSzUzSmV2cU8xNmpLOUxENWtkMTZsS3ZPRVVLSU4zUFZDL2ZPT1d3dG1vOXlPejdiREVBYkNpZnFFUTNKM0tsZG9lOTRpTjlBY3oyWm1wN2RlZ28xYkw2RG1qWWY0NFdOR3pOK0R6UWY1WFo4dGpIQTZMdlpOMm9ybmNsbTlCMnZVWlhwWWZNanUvVW9WNTBqaEJCZjRLcVg3cDF6MkZvMEgrVjJmTFlwY0tKQmdlWlFiV2UvbmRxVmRvVWVlUlYrQTgwMTJQeU1pajFnMUxENUZtcmFmQkExYnY0Q3lXVXY3Um1QMFU5azBkd0piYVV6MlVwOXgydFVaWHJZL01odVBjSVZad2doeEJlNTZzVjc1eHkyRnMxSHVSMmZiUkJVNktpMjBxL1FWanFxWGFGSFhvWGZ3MlROK1B6SWJqMk5HamJmUTAyYmozSkQ0OFpzL3lLWHFVZHJvdHlPbi9FcWRGUmI2YWkyMGxGdHBUUFpqSDdLYTFSbGV0aDh6MDR0eWhWbkNDSEVMM0RGQy9qdUdVdzltbzF5TzM3R3E5QjNzNmkyMGxGdHBUUFpqSDdLYXlBWk16elhZUE16S3ZhZ1VNUG1tNmhwODJGZTJyZ3g0L2RBODBndXltUXUrcFUxdTgyUEs3Tk1mYVYreW1zZ0dUTThaOFpsUjNacVVhNDRRd2doZnBYVEwrTzcrelAxYURiSzdmZ1pyMEsvTXN2VXIzUW1tOUYzdkFxL2g4bWE4ZmtaRlh2QXFGbnpiZFMwK1RnLzFMZ3h3MnVpM0NrLzB5eGdkQ2E3MHBuc1NtZXlsZm9wcjRGa3pQQ2NHWmNkMmFtTk9MbjNMNkx2VTN3WnZValdjdkw3M04yYnFVZXpVVzdIejNnbjlTZGtyOUIzUE1RM3d6Sm1lSzRuVXpOU3NRZU1HamJmUjAyYkgrQ214bzNaL2tVbFU0L1dJTGtvazIwQ1pMdzdkQ2E3MHEvNHJLZThCcEl4dzNObVhIWmtwM2JGaVQzdjVvdWZTUWpoODhXWDJsT2ZhV2RmcGhiTlJya2RQK005U1dleVYraWV0L043cXZCN21Ld1puNTlSc1FlRkdqYS9nWm8yUDhSTnpadUtNek43b0RWSUxzcGttd0laNzlmME83d0drakhEYzJaY2RtU25kcVJ5cjVPODVUbUZFTi9nRFMvRjFjKzRzeDlUaTJhajNJNmY4U3ByR0ozSlpuVFB5OVRzZUlodmhtWE04RnhQcG1ha1lnOEtOV3grQnpWdGZndzFicVlndWQxTXRWZFpjNWVlOWFMZlJXYlBucXBNRDV0dlpPdEdxdmJaNVNuUElZUVF1enpwQmJycVdiTDdNSFZvTnNxZDhqT05CMWIzdkx0MHo4dCtsNUdIK0daWXBzRmt6Zmo4aXFwOVlOU3crUzNVdFBsQlh0eTRNY3Z0ZzlZZ3VTaXo0MWQ3ck81NXJPNTVySTc0TzdXTnFreUR5VFl5TlRPcTltRzQ0MHdoaEhneWQ3MWtWNXliMllPdFFmSlJKdkxOOGsyRmpGZFpVNlZudmVpN3plelpVNVV4dzNNOW1acVJpajFvMUxENVBkUzArVkZ1YXR5WTFWenNNbnN3TlVnMnlwenlzNDJMeXYxWS9RNFA4YzJ3akZsOXJpZFQwN05iajNMVk9VSUk4U3RjOVJKZWNRNjdCNU5Ic2tqR0xNNWxHdzBaNzJzMWlCL1ZtdFZsR2t6V2pNK3ZxTnFIUWcyYjMwUk5teC9tNVkwYnM5dythRTFWN3FSL1ZmTWtVNVAxZHI2UENyOEh6YUs1QnBzZjJhMzNPTG0zRUVJSWpwTXY2VHQ3czdWTUhzMGl1U2lUYlQ1VWUxZlY3SGhYK0daWXBzRmtHNW1hR1ZYN1VLaGg4N3VvYWZQajNOaTRNYXU1SUdiMllHcVFiRVZteDcvU3k5UkVYdVR2MUNKK0E4MlpjVmt6VFFxbnlnQUFFTkJKUkVGVVB0L0kxbm1jMlBNT3Z2STVoQkRYOHBVWDMrclBzYk1mVzh2azBXeVUyL0d6dGRrOTMrSTFva3prTjZwelBabWFHVlg3VUtoWkk5UzBFVjlvM0pqbDltRnFrR3hGWnNmUGVwNmZyVHZsSWI1Wm5JbjhrZFA1UnJadVJ1VmV1enpwV1lRUW9wS252VWhYUGs5Mkw2YU95WnBoK2QxTVZKK3RmWXVIK0daeEp2SWJhTTZNeXpZeU5UT3E5cUZRdzBhWXFXa2pPbTVzM2xTZG05MkhxVU95VjJXeWpZL3N2dG02eUx2Q044TXlabml1NTZxYWtZbzlXTzQ0VXdnaHZzYlZMK0JWNTJYMllXdVlQSktOTWlmOUUxN2taNzBLdjRIa2tFeUR5VFl5TlRPcTlxRlJ3MFkwMUxRUmYzRmo0OGFzN2pLWTJZZXBRYk5JcmlKenFsbHlWMjJGYjFhWEdibXFwbWUzUHVMMC9rSUlJWEtjZmxHdjJEK3pCMXVENXBGY2xObnhuMWdiN1dzV1p5Sy9nZVNRVEErYk44dlZ6S2phaDBZTkc5R2pwbzM0RnovY3VESGo2dEJzVlM3eXpjNDFVblpxci9ETnNJeFpmVzRrVzJlMlY3dml4SjVYOHZibkYwSThuN2UvREo5NC9wMDlzN1ZNSFpwRmNsSG1wTDlURy9rN3RRMGtZMWFmTStPeWpVek5qS3A5VXFoaEkwYlV0QkZUYm03Y21OVmQxTEw3TUhWb3RqSVhaWGI4cU5ic2JEM2ltOVZselBCY1Q2YW1zVk03VXJuWERrOTVEaUdFZUJKUGVOR3VmSWJkdmRoNkpvOWtLekpQOXFOYXMyc3pqVlBabm16ZFNOVStOR3JXaUJWcTJnaVhtNXMzbFdkbjltSnIwSHhscmlKemR3TW04czJ3akZsOXpvekxqdXpVOWxUdGczRGxXVUlJSWVaYytZSmVjZGJPSG13dG1xL0tSYjVabkhtNmI0Wmx6UENjMmJsc1Q3WnVwR3FmRkdyWUNBODFiVVRJelkwYnM3cExaSFlmdG83Sm8xa2t0NXZaclVkOHMyc3pabmpPak1zMk1qVXpxdllaT2JYdjAvaVZ6eW1FNFBpRkY5MlRuN0ZxNzh3K1RBMmFSWEpYWlU3N1puVVpNenhueG1YTitId2pXemRTdFU4S05XeEVoSm8yQXVKRGpSdXovRjVzSFpOSHM1VzUwdzBjc3pnVCtZM3FuQm1YTmVQelBUdTFIcWYyemZDa1p4RkNpS2Z3cEJmdEU4K3lzMmVtbHFsQnMwanVxc3l1YjRabHpPcHpabHpXak04M3NuVWpWZnVrVUxOR29LaHBJeWcrMUx6WjJZZXRaZkxWMmFzeWtXK0daY3p1eXpYWWZDTmJONk55TDRTcnp4TkNDSUZ6NWN0NjlWblovZGc2TkYrWlF6Sm1jVzdYTjhNeVpuak83RnpXak04M3NuVXpLdmVpVWNOR01LaHBJMmcrMUxneDI5dUxyVDJWcjh3OUxXT0c1OHpPWlJ1Wm1wN2Rlb1FyenJpS0wzMFdJY1N6K2RvTDhlblBzN3QvdHA2cE81RkZjaFdaeURmRE1nMDBpK1lhcC9NOU83VTlWZnVrVWNOR3NLaHBJMUk4b0hGalZudWh5KzZWcVdOcm1EeWFyY3BGdmhtV01jTnpadWV5Wm55K1o2ZDJSdlYrT3p6cFdZUVE0aXM4NVVXOCtqbDI5c3ZVTWpWbzl1cGM1SnRobWNZVHNvMU1UV09uZHFSeUx4bzFhMFFXTlczRUZnOW8zbFNmbjkzdmlqb21hNGJuSzNOVkdUTTgxemlkYjJUcmVpcjJZTGo2UENHRUVOZHg1Y3Q4MVZuWmZkZzZKbCtkdlRMVE9KVTE0L05tdVpyR1R1MUk1VjRwMUxBUk82aHBJN1o1UU9QR3JQWlN1ck5YdHBhdFkvSW5za2dPeVpqaE9UTXVhOGJuelhJMVBidjFNMDdzZVlLM1BLY1FRcHptTFMvWUo1NXpkODlzUFZ1SDV1L0lJWmtHa3pVN256ZkwxVFIyYW1kVTcwZWpobzNZUlUwYlVjSkRHamRtdFpmRzNiMHk5YWRyN3N3aUdUTTgxMkR6WnJtYXhrNXRUOVUrREhlY0tZUVE0Z3hYdjhSWG5yZXpWNmFXcWFuT0loa3pQR2ZHWmMzTzV4dlp1c1p1ZlUvbFhpblVyQkZWcUdralNubEk4NmI2R1hiM3k5YXpkU2Z6SjdKb3pvekxtdkg1UnJhdXAyS1BGU2Yzdm9vdmZBWWh4Ry96bFpmbms1OWpkKzlzZmFZT3Jhbk9tWjNMbXZGNXMxeU5XYjZ1c1ZzL1VyMGZqUm8yb2hJMWJVUTVEMm5jbU5WZkRuZjN5OVpuNnRpYWszazBpK1lhYk40c1Y5T3pXOTlUdVJmTG5XY0xJWVRZNDg2WDk4cXpkL2JLMWpKMWI4czJycW94eTljMWR1dEhxdmRMb1lhTnFFWk5HM0dNaHpSdlRqekQ3cDQ3OVpsYXR1WkplU1pyeHVkN2Rtb2JGWHQ0bk43L2FyNzJlWVFRMytackw4Mm5QMC9GL3RrOU1uVk1EWk0xNC9KTXRuRlZqVm0rcnFkaWo1N3EvVktvV1NOT29hYU5PTXBER2pkbVp5NkhGWHRtOTdpcWpzMmI4VFduODJhNW1wN2QrcEhxL1ZqdVBsOElJVVNldTEvZXE4L2YyUzlieTlZOUxXOTJYVTFqcDdaUnNjZklpVDFwMUxBUkoxSFRSaHpuUVkwYnN6T1gxWW85ZC9iSTFtYnEyQm8yYjNaZFRXT250bEd4UjhRVlo5ekJWeitYRU9KYmZQV0YrWXJQVlhGR2RvK3I2dGk4MlhVMVp2azZzNzNhUnNVZUl5ZjJwRkd6Umx5Qm1qYmlNdFM4Z2RqZEkxdWZxYnVxeHV6NnVzWnUvVWoxZml4M255K0VFS0tHSjd6QVZ6L0R6bjUzMUdicXJxb3h5OWVaN2RYMlZPM1RjMkxQRkdyWWlLdFEwMFpjeWc4MGJzenE5dDNkSjF1ZnFjdlVtRjFmMTlpdGIxVHQ0M0hGR1hmdzFjOGxoUGd1WDM1cHZ1S3pWWnl4dTBlMi91dDFqZDM2UnRVK1BTZjJUS0ZtamJnYU5XM0VMYWg1UTFHeFQzYVB0OVExZHV2TmF2WVlPYkVudzkzbkN5R0VPTWZkTC9NbnpxL1ljMmVQYkcyMnppeGZtNjFyN05ZM3F2YVpjWEp2Q2pWc3hCMm9hU051NDJHTkc3T3pGOXVxdlN2MnllNlJyVE83cjlac3Y3Nm5jcThWVjV4eG1pOThCaUdFeVBDVkYrc3JQa2ZWR1JYNzdPeVJyYzNXbWUzVk5pcjJNS3ZiWjhiSnZTblVyQkYzb3FhTnVCMDFiOUpVN0xXengxMjFadnYxWmpWN2pKellFK1hPczRVUVFqeVBPMS95VDV4ZHRlZnVQanYxZDlVMkt2Wm9WTzQxY25KdkdqVnN4TjJvYVNNZWc1bzNXMVRzdDdQSFRxM1pmcjFaelI2TnlyMW1uTjYvbXJjOXJ4QkN2SWszdll4ZjhheVZaK3p1OWZaNnM1bzlHcFY3elRpOVA0V2FOZUlwcUdrakhzVURHemRtNXkrczFmdFg3TGU3eDI2OVdjMGVablg3OUp6WU0rS09NOFUxNkhjcm5vNWVGci9MSGIvYkUyZFc3Ym03ejI2OTJYUDI2S25lYitUMC9qUnEySWdub2FhTmVDUnEzcFJRdFYvRlBrL1pvNmQ2djU2VGUrL3cxT2NTUWdqQjhkUVgrTlBQVmJsLzFWNFYrenhsajU3cS9XWmNjUWFGbWpYaWlhaHBJeDdMUXhzM1p0ZGNmS3ZQcU5ydmFmdVkxZTdWT0xIbmlpdlB1cHRmK3F4Q2lHL3pheS9RVjM3ZUUyZFY3Zm5WZlhwTzdEbHl4UmswYXRpSXA2S21qWGc4YXQ2VVU3bG4xVjVWK3pTcTkrczV1VGZEVTU1RENDSEVlM2pDaS8vSlo2amV1M0svcXIycTl1azVzZWVNcTg2aFVMTkdQQjAxYmNRcmVIRGp4dXk2eS9PcGN5cjNmZXBlalJON3pyanFuQ3JlOXJ4Q0NQRXJ2TzFGL2FyblBYVk81YjVQM2F0eFlzOFpWNTFEbzJhTmVBdHEyb2hYOGZEbWpkbDFsOTlUNTFUdisvVDllazd1N1hIWHVXOUgzNXNRSW9OZWZIUGM5YjJkUExkNjc2ZnYxemkxNzhoVjU2UlF3MGE4Q1RWdHhDdFI4K1l2VHAxMVl0KzM3RGx5eFJrTVQzc2VJWVFRNytCcEwvNVhQTStwTTA3c2UySlBzM1A3enJqeUxCbzFhOFFiVWROR3ZKWVhORzdNcnI5Y256cnZiZnVhbmQxN3h0WG5WZkxtWnhkQ2lLL3o1cGYxcTUvOTVIa245ajZ4WitQazNpTlhucFZDelJyeFp0UzBFYS9uSmMwYnMrc3Z4aWZQTzdYM3FYMTdyampENCs3enY0QytReUZFRnIzNDFuRDM5M2o2L0pQN3YzWHZHVmVmbDBJTkcvRjIxTFFSbjBITkc1ZlRaNTdjLytUZUkxZWVoZkxFWnhKQ0NQRWRubm9adU9xNVRwL3o5djFuM0hFbWpabzE0aXVvYVNNK3g0dWFOMmIzWE1pdk9QUDBHYWYzWDNIWHVidTg5Ym1GRUVMRXZQVmwvbzdudnVMTXI1d3hjc2VaS2RTc0VWOURUUnZ4V2RTOGdianEzSytkcytMdTg1K0d2ZzhoeEsrZ0YrcS9lY0wzY2RVemZPMmNuanZPVEtObWpmZ3FhdHFJVC9PeXhrM2pybWUrOHR3cnp6SzcvanlFSno2VEVFSUk0ZkcwaThNZHozUFZtVmVkTStQT3MyblVyQkZmUjAwYjhSTzh0SGxqZHUvRi9zcXpyenhyNU02eldkNzByRUlJSVo3TDJ5NEFkejN2MWVkZWZWN1BuV2VuVUxORy9BcHEyb2lmNHNYTkc3TjdMK3gzbkgzSG1TTlBlSVpUZlBtekNTSEVGL255Uy9zVFB0c2R6M0RIbVQxM241OUdEUnZ4UzZocEkzNFNOVysydWVzWjdqclg0NG5QOUJYMDNRb2hya0l2eEdkNTJ2ZDc1L1BjZWJiWi9lZHZvV2FOK0VYVXRCRS96Y3ViTjJiUHVkVGUvUngzbjQvd2htY1VRZ2doR041d2tiajdHZTgrMyt3Wno3Q0ZtalhpbDFIVFJnajdSUFBHN0ZsTmdhYzh5MU9lSThPYm4xMElJY1E3ZWZQRjRDblBydWNvUW8wYUlmNkxtalpDZEh5a2VXUDJ2QXYvMDU3SDdKblBWTTB2ZkVZaGhCRC81UmRlNnAvNEdaLzBURTk2bGpScTFnanhOMnJhQ0xIZ1F3MGNzK2RkM3AvMlBDTlBmNzZub3U5TkNDSCtpMTZ3OHp6NXUzdmlzejN4bVZLb1dTUEVIRFZ0aEFqNFdQUEc3TGtYNjZjKzE0dzNQYXNRUWdqeEZONTA4WGp5c3o3NTJXalVyQkhDUjAwYklVQSsyTHd4ZTM3ejRlblBGL0gyNXhkQ0NDRVEzbjZoZU1QenYrRVpLZFNzRVFKRFRSc2hTRDdhdkdtODViTzk1VGxadnZxNWhCQkN2SXN2WHhEZTh0bmU4cHdVYXRRSXdhT21qUkFicUlIek9ONzR6Slg4K3VjWFFnanhENy8ra3YrMnovKzI1NlZRczBhSVBHcmFDRkhBeDVzM2pUZC94amMvKzlQUWR5bUVFSHZvNWJ1V04zK2ZiMzcyRURWcWhLaEJUUnNoaXZtUkJvN1pkeTd2WC9rY1FnZ2h4RmY1eW9YbEs1L0RSYzBhSVdwUjAwYUlRL3hRODZieDFjLzcxYzhsaEJCQ1BJV3ZYa2krK3JuK2hSbzFRcHhEVFJzaEx1QUhHemhtdjlYcytLWFBLb1FRUWpEOHltWGpWejduWDZoWkk4UjUxTFFSNG1KK3RJSFQrT1hQM3RCM0lJUVE0dTNvQXZIRDM0RWFOVUpjaTVvMlF0eklqemR3R3ZvT1l2UWRDU0dFT0lFdUFoZy8vejJwVVNQRWZhaHBJOFJEVUFQbkwvUmRuRVhmcnhCQ3ZCZTl2SjlGMysvL29VYU5FTTlBVFJzaEhvZ2FPRlAwbmZ3TytsMExJZTVFTDhlL2dYN1BFOVNvRWVKNXFHa2p4TU5SQXlkRTM0OFFRZ2doVnVpeUU2QkdqUkRQUmswYklWNkVHamcwK3I2RUVFS0kzMENYR2dJMWFvUjREMnJhQ1BGUzFNRFpSdCtmRUVJSThTNTBjZGxBalJvaDNvbWFOa0o4QURWd2pxRHZWQWdoaExnV1hVeUtVYU5HaVBlanBvMFFIME1ObkV2UmR5MkVFRUpnNk5KeEVXclVDUEV0MUxRUjR1T29pZk1ZOUhzUVFnanhKWFNKZUFocTBnanhiZFMwRWVLSFVBUG5sZWgzSm9RUTRqUzZFTHdNTldxRStCM1V0QkhpaDFFVDUrZlE3MXNJSWI2RFh1Si9DRFZwaFBoZDFMUVJRdncvYXVLSW05Q2ZPeUhFazlITHNyZ2NOV21FRUEwMWJZUVFTOVRFRVVJSUlZUTRqNW8wUW9nVmF0b0lJV0RVeEJGQ0NDR0UyRWROR2lFRWlwbzJRb2cwYXVJSUlZUVFRdmlvUVNPRTJFRk5HeUZFS1dya0NDR0VFT0tYVVpOR0NGR0ptalpDaU9Pb2tTT0VFRUtJTDZJR2pSRGlOR3JhQ0NGdVFZMGNJWVFRUXJ3Sk5XaUVFSGVncG8wUTRqR29rU09FRUVLSXUxRnpSZ2p4Sk5TMEVVSThIalZ6aEJCQ0NGR05tak5DaURlZ3BvMFE0dFdvb1NPRUVFSUlEelZuaEJCdlJrMGJJY1JuVVVOSENDR0UrRDVxeWdnaHZveWFOa0tJbjBWTkhTR0VFT0w1cUNramhQaGwxTFFSUWdnSE5YYUVFRUtJYzZnaEk0UVFQbXJhQ0NGRUVXcndDQ0dFRVA5RnpSZ2hoS2hCVFJzaGhMZ1JOWHFFRUVJOEdUVmZoQkRpWHRTMEVVS0lENkRtanhCQ2lCNDFXNFFRNGh1b2FTT0VFR0liTlkyRUVPTGZxSEVpaEJCaUZ6VnRoQkJDQ0NHRUVFSUlJUjdJLzBRQklZUVFRZ2doaEJCQ0NIRTlhdG9JSVlRUVFnZ2hoQkJDUEJBMWJZUVFRZ2doaEJCQ0NDRWVpSm8yUWdnaGhCQkNDQ0dFRUE5RVRSc2hoQkJDQ0NHRUVFS0lCNkttalJCQ0NDR0VFRUlJSWNRRFVkTkdDQ0dFRUVJSUlZUVE0b0dvYVNPRUVFSUlJWVFRUWdqeFFOUzBFVUlJSVlRUVFnZ2hoSGdnYXRvSUlZUVFRZ2doaEJCQ1BCQTFiWVFRUWdnaGhCQkNDQ0VlaUpvMlFnZ2hoQkJDQ0NHRUVBOUVUUnNoaEJCQ0NDR0VFRUtJQjZLbWpSQkNDQ0dFRUVJSUljUURVZE5HQ0NHRUVFSUlJWVFRNG9Hb2FTT0VFRUlJSVlRUVFnanhRTlMwRVVJSUlZUVFRZ2doaEhnZ2F0b0lJWVFRUWdnaGhCQkNQSkQvQmJKUkpURkNiUzBCQUFBQUFFbEZUa1N1UW1DQyIKICAgICAgICAgaWQ9ImltYWdlMzciCiAgICAgICAgIGNsaXAtcGF0aD0idXJsKCNjbGlwUGF0aDE1ODApIiAvPgogICAgICA8cmVjdAogICAgICAgICBjbGFzcz0iY2xzLTgiCiAgICAgICAgIHg9IjEyMi44MSIKICAgICAgICAgeT0iMzUuNzAwMDAxIgogICAgICAgICB3aWR0aD0iMTg2LjU2IgogICAgICAgICBoZWlnaHQ9IjE4Mi41NzAwMSIKICAgICAgICAgcng9IjM5LjUiCiAgICAgICAgIGlkPSJyZWN0MzkiIC8+CiAgICAgIDx0ZXh0CiAgICAgICAgIGNsYXNzPSJjbHMtOSIKICAgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzQyLjI5LDk3LjM5KSIKICAgICAgICAgaWQ9InRleHQ2MSIKICAgICAgICAgY2xpcC1wYXRoPSJ1cmwoI2NsaXBQYXRoMTU3MikiPjx0c3BhbgogICAgICAgICAgIGNsYXNzPSJjbHMtMTAiCiAgICAgICAgICAgaWQ9InRzcGFuNDEiPlM8L3RzcGFuPjx0c3BhbgogICAgICAgICAgIHg9IjMzLjIwMDAwMSIKICAgICAgICAgICB5PSIwIgogICAgICAgICAgIGlkPSJ0c3BhbjQzIj5hbmljYTwvdHNwYW4+PHRzcGFuCiAgICAgICAgICAgY2xhc3M9ImNscy0xMSIKICAgICAgICAgICB4PSIxNzMuOTEiCiAgICAgICAgICAgeT0iMCIKICAgICAgICAgICBpZD0idHNwYW40NSI+cjwvdHNwYW4+PHRzcGFuCiAgICAgICAgICAgeD0iMTk1LjIxMDAxIgogICAgICAgICAgIHk9IjAiCiAgICAgICAgICAgaWQ9InRzcGFuNDciPmUtPC90c3Bhbj48dHNwYW4KICAgICAgICAgICBjbGFzcz0iY2xzLTEyIgogICAgICAgICAgIHg9IjI1MC45NyIKICAgICAgICAgICB5PSIwIgogICAgICAgICAgIGlkPSJ0c3BhbjQ5Ij5BPC90c3Bhbj48dHNwYW4KICAgICAgICAgICB4PSIyOTIuODIwMDEiCiAgICAgICAgICAgeT0iMCIKICAgICAgICAgICBpZD0idHNwYW41MSI+cDwvdHNwYW4+PHRzcGFuCiAgICAgICAgICAgY2xhc3M9ImNscy0xMyIKICAgICAgICAgICB4PSIzMjcuNTcwMDEiCiAgICAgICAgICAgeT0iMCIKICAgICAgICAgICBpZD0idHNwYW41MyI+bzwvdHNwYW4+PHRzcGFuCiAgICAgICAgICAgeD0iMzYyLjE3MDAxIgogICAgICAgICAgIHk9IjAiCiAgICAgICAgICAgaWQ9InRzcGFuNTUiPnRoZTwvdHNwYW4+PHRzcGFuCiAgICAgICAgICAgY2xhc3M9ImNscy0xNCIKICAgICAgICAgICB4PSI0NTEuNzMwMDEiCiAgICAgICAgICAgeT0iMCIKICAgICAgICAgICBpZD0idHNwYW41NyI+azwvdHNwYW4+PHRzcGFuCiAgICAgICAgICAgeD0iNDgxLjQ1OTk5IgogICAgICAgICAgIHk9IjAiCiAgICAgICAgICAgaWQ9InRzcGFuNTkiPmU8L3RzcGFuPjwvdGV4dD4KICAgICAgPHRleHQKICAgICAgICAgY2xhc3M9ImNscy0xNSIKICAgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzQyLjI5LDE0My43KSIKICAgICAgICAgaWQ9InRleHQ3MSIKICAgICAgICAgY2xpcC1wYXRoPSJ1cmwoI2NsaXBQYXRoMTU2NCkiPjx0c3BhbgogICAgICAgICAgIGNsYXNzPSJjbHMtMTYiCiAgICAgICAgICAgaWQ9InRzcGFuNjMiPlc8L3RzcGFuPjx0c3BhbgogICAgICAgICAgIHg9IjM1LjA5IgogICAgICAgICAgIHk9IjAiCiAgICAgICAgICAgaWQ9InRzcGFuNjUiPmk8L3RzcGFuPjx0c3BhbgogICAgICAgICAgIGNsYXNzPSJjbHMtMTciCiAgICAgICAgICAgeD0iNDMuMjUiCiAgICAgICAgICAgeT0iMCIKICAgICAgICAgICBpZD0idHNwYW42NyI+cjwvdHNwYW4+PHRzcGFuCiAgICAgICAgICAgeD0iNTQuOTEiCiAgICAgICAgICAgeT0iMCIKICAgICAgICAgICB4bWw6c3BhY2U9InByZXNlcnZlIgogICAgICAgICAgIGlkPSJ0c3BhbjY5Ij4ga8O8bW1lcm4gdW5zIHVtIGRpY2g8L3RzcGFuPjwvdGV4dD4KICAgICAgPHBhdGgKICAgICAgICAgY2xhc3M9ImNscy0yMCIKICAgICAgICAgZD0ibSAxNjcuODYsMTI2LjMxIGEgNCw0IDAgMCAxIC0wLjU1LDIuMSA1LjY3LDUuNjcgMCAwIDEgLTEuNCwxLjYxIDYuMzEsNi4zMSAwIDAgMSAtMS45MywxIDYuNzcsNi43NyAwIDAgMSAtMi4xNCwwLjM2IDQuNTMsNC41MyAwIDAgMSAtMS4yOSwtMC4xOSBjIC0wLjQ0LC0wLjEzIC0wLjg3LC0wLjI3IC0xLjI5LC0wLjQzIC0wLjQyLC0wLjE2IC0wLjgsLTAuMyAtMS4xOCwtMC40MyBhIDMuMDgsMy4wOCAwIDAgMCAtMSwtMC4xOSAwLjM1LDAuMzUgMCAwIDAgLTAuMjIsMC4xMSAxLjcxLDEuNzEgMCAwIDAgLTAuMjEsMC4yNiBjIC0wLjA2LDAuMSAtMC4xMSwwLjIgLTAuMTYsMC4zIGEgMS45NCwxLjk0IDAgMCAxIC0wLjExLDAuMjQgaCAtMC42OCB2IC02LjM1IGggMC42OCBhIDkuMjMsOS4yMyAwIDAgMCAwLjY1LDIgNi40OSw2LjQ5IDAgMCAwIDEuMTMsMS43NSA1LjA5LDUuMDkgMCAwIDAgMS42MSwxLjIyIDQuNjksNC42OSAwIDAgMCAyLjA5LDAuNDYgNC4wNSw0LjA1IDAgMCAwIDEuMTQsLTAuMTMgMi45MSwyLjkxIDAgMCAwIDEsLTAuNTEgMi42NiwyLjY2IDAgMCAwIDAuNjksLTAuODMgMi40NSwyLjQ1IDAgMCAwIDAuMjUsLTEuMTQgMy4xOCwzLjE4IDAgMCAwIC0wLjY4LC0yLjA5IDcuMjgsNy4yOCAwIDAgMCAtMS43MywtMS41IGMgLTAuNjksLTAuNDMgLTEuNDQsLTAuODQgLTIuMjMsLTEuMjMgYSAxNi40OCwxNi40OCAwIDAgMSAtMi4yNCwtMS4zMiA3LjI4LDcuMjggMCAwIDEgLTEuNzIsLTEuNzQgNC4yOSw0LjI5IDAgMCAxIC0wLjY5LC0yLjQ4IDQuMzQsNC4zNCAwIDAgMSAwLjQ5LC0yLjE0IDQuNTksNC41OSAwIDAgMSAxLjMsLTEuNSA1LjcxLDUuNzEgMCAwIDEgMS44NiwtMC44OCA4LjEyLDguMTIgMCAwIDEgMi4xNCwtMC4yOSA0LjgxLDQuODEgMCAwIDEgMSwwLjExIGMgMC4zMywwLjA3IDAuNjYsMC4xNSAxLDAuMjUgbCAxLDAuMjQgYSA0LjYsNC42IDAgMCAwIDEsMC4xMSAwLjY2LDAuNjYgMCAwIDAgMC41LC0wLjIxIDEuODEsMS44MSAwIDAgMCAwLjMzLC0wLjUgaCAwLjcgdiA2LjEzIGggLTAuNyBhIDEwLjUsMTAuNSAwIDAgMCAtMC41OSwtMS44NSA2LjQ4LDYuNDggMCAwIDAgLTAuOTQsLTEuNiA0LjYxLDQuNjEgMCAwIDAgLTEuMzksLTEuMTMgNCw0IDAgMCAwIC0xLjkxLC0wLjQzIDYuOTEsNi45MSAwIDAgMCAtMS4xOCwwLjExIDMuNjgsMy42OCAwIDAgMCAtMS4xMiwwLjM2IDIuMTYsMi4xNiAwIDAgMCAtMC44MywwLjczIDIsMiAwIDAgMCAtMC4zMywxLjIyIDMsMyAwIDAgMCAwLjc0LDIuMTEgNy4xMiw3LjEyIDAgMCAwIDEuODUsMS40MyAyNS4zNiwyNS4zNiAwIDAgMCAyLjM5LDEuMTYgMTYuMzYsMTYuMzYgMCAwIDEgMi4zOSwxLjI1IDYuNzUsNi43NSAwIDAgMSAxLjg0LDEuNzcgNC41OSw0LjU5IDAgMCAxIDAuNzQsMi42OSB6IgogICAgICAgICBpZD0icGF0aDc5IiAvPgogICAgICA8cGF0aAogICAgICAgICBjbGFzcz0iY2xzLTIwIgogICAgICAgICBkPSJtIDE4MC43MSwxMjAuMDggLTIuMDUsMC44NCBhIDEzLjM0LDEzLjM0IDAgMCAwIC0yLjE5LDEuMTQgNy4wNSw3LjA1IDAgMCAwIC0xLjc0LDEuNTUgMy4xNSwzLjE1IDAgMCAwIC0wLjcyLDIgMy44OCwzLjg4IDAgMCAwIDAuMTgsMS4xNSAzLjY4LDMuNjggMCAwIDAgMC41NSwxLjA2IDIuODgsMi44OCAwIDAgMCAwLjg4LDAuNzUgMi40MSwyLjQxIDAgMCAwIDEuMTcsMC4yOCAzLjIyLDMuMjIgMCAwIDAgMS4wNSwtMC4xOCA1LjQxLDUuNDEgMCAwIDAgMSwtMC40OCA5LjExLDkuMTEgMCAwIDAgMSwtMC42NSBjIDAuMzIsLTAuMjMgMC42LC0wLjQ1IDAuODYsLTAuNjYgdiAtNi44NSB6IG0gNi4zNCw4LjE1IGMgLTAuMjUsMC4zMyAtMC41MiwwLjY3IC0wLjgyLDEgYSA3LDcgMCAwIDEgLTEsMSA1LjYxLDUuNjEgMCAwIDEgLTEuMTUsMC43IDMuMjYsMy4yNiAwIDAgMSAtMS4zLDAuMjcgMS44OSwxLjg5IDAgMCAxIC0xLC0wLjI2IDEuNzUsMS43NSAwIDAgMSAtMC42MywtMC42OSAyLjg5LDIuODkgMCAwIDEgLTAuMzMsLTEgNi4xNSw2LjE1IDAgMCAxIC0wLjA5LC0xLjA2IGwgLTEuMywxIGEgMTQuMjIsMTQuMjIgMCAwIDEgLTEuMzUsMC45NSA4LjgsOC44IDAgMCAxIC0xLjQ1LDAuNyA0LjgyLDQuODIgMCAwIDEgLTEuNjQsMC4yNyA0LjQ4LDQuNDggMCAwIDEgLTEuOCwtMC4zNSAzLjc5LDMuNzkgMCAwIDEgLTEuMzQsLTEgNC4yOCw0LjI4IDAgMCAxIC0wLjgzLC0xLjQ2IDUuNjYsNS42NiAwIDAgMSAtMC4yOSwtMS44MyA0LDQgMCAwIDEgMC41MSwtMiA2LjM2LDYuMzYgMCAwIDEgMS4zNCwtMS42NiAxMC40MSwxMC40MSAwIDAgMSAxLjg5LC0xLjM3IDIzLjMyLDIzLjMyIDAgMCAxIDIuMTgsLTEuMDkgcSAxLjEzLC0wLjQ4IDIuMTksLTAuODQgbCAxLjg5LC0wLjY1IHYgLTAuNzMgYSAxMi40NCwxMi40NCAwIDAgMCAtMC4xMiwtMS43NSA0LjEyLDQuMTIgMCAwIDAgLTAuNDgsLTEuNTEgMi43NSwyLjc1IDAgMCAwIC0xLC0xIDMuMzUsMy4zNSAwIDAgMCAtMS43NCwtMC4zOSAzLjQyLDMuNDIgMCAwIDAgLTEuNDEsMC4yNSAxLjc1LDEuNzUgMCAwIDAgLTAuODEsMC43IDIuNywyLjcgMCAwIDAgLTAuMzUsMS4wNyAxMC44MSwxMC44MSAwIDAgMCAtMC4wOCwxLjMzIDIuNDcsMi40NyAwIDAgMSAtMC4zMywxLjM4IDEuNTIsMS41MiAwIDAgMSAtMS4zMywwLjQ5IDEuNDQsMS40NCAwIDAgMSAtMS4yNywtMC41MiAyLjI5LDIuMjkgMCAwIDEgLTAuMzYsLTEuMzUgMy4yOCwzLjI4IDAgMCAxIDAuNjUsLTIuMDcgNS4xMyw1LjEzIDAgMCAxIDEuNjIsLTEuNDEgNy44NSw3Ljg1IDAgMCAxIDIuMTEsLTAuNzkgMTAuNjIsMTAuNjIgMCAwIDEgMi4xNiwtMC4yNSAxMC41LDEwLjUgMCAwIDEgMi44NCwwLjMzIDQuMDUsNC4wNSAwIDAgMSAxLjg2LDEuMDYgNC4yOCw0LjI4IDAgMCAxIDEsMS45IDExLjUsMTEuNSAwIDAgMSAwLjMsMi44NCB2IDYuMSBjIDAsMC41MSAwLDEgMCwxLjU5IGEgNy44NCw3Ljg0IDAgMCAwIDAuMTIsMS41NiAyLjEsMi4xIDAgMCAwIDAuMjUsMC42NiAwLjYzLDAuNjMgMCAwIDAgMC42MSwwLjMgMSwxIDAgMCAwIDAuNTMsLTAuMiA3LjI5LDcuMjkgMCAwIDAgMC42MSwtMC40NSA3LjU0LDcuNTQgMCAwIDAgMC41OCwtMC41NCBsIDAuNDEsLTAuNCB2IDEuMTIgeiIKICAgICAgICAgaWQ9InBhdGg4MSIgLz4KICAgICAgPHBhdGgKICAgICAgICAgY2xhc3M9ImNscy0yMCIKICAgICAgICAgZD0ibSAxOTguMTEsMTMwLjgzIHYgLTAuNzYgYSA2LjY3LDYuNjcgMCAwIDAgMS41OSwtMC4xNSAxLjYzLDEuNjMgMCAwIDAgMC44OSwtMC41NCAxLjkzLDEuOTMgMCAwIDAgMC4zNywtMSAxMS44NiwxMS44NiAwIDAgMCAwLjA4LC0xLjYgdiAtNy4zMiBjIDAsLTAuNSAwLC0xIC0wLjA2LC0xLjU4IGEgNS4yLDUuMiAwIDAgMCAtMC4zNSwtMS41MiAyLjg0LDIuODQgMCAwIDAgLTAuODYsLTEuMTMgMi41MSwyLjUxIDAgMCAwIC0xLjU2LC0wLjQ0IDQuMDcsNC4wNyAwIDAgMCAtMS4zNSwwLjIyIDYuODcsNi44NyAwIDAgMCAtMS4yMywwLjU3IDYuNzYsNi43NiAwIDAgMCAtMS4wOSwwLjgyIGMgLTAuMzQsMC4zMSAtMC42NiwwLjYyIC0wLjk1LDAuOTMgdiA5LjQ1IGEgMTMuNzgsMTMuNzggMCAwIDAgMC4wOCwxLjU4IDIuMTMsMi4xMyAwIDAgMCAwLjM2LDEgMS41NSwxLjU1IDAgMCAwIDAuODcsMC41NSA2LjcxLDYuNzEgMCAwIDAgMS42LDAuMTUgdiAwLjc2IGggLTguOTMgdiAtMC43NiBhIDQuOCw0LjggMCAwIDAgMS41MywtMC4xOSAxLjY1LDEuNjUgMCAwIDAgMC44MiwtMC42IDIuMDksMi4wOSAwIDAgMCAwLjMyLC0xIGMgMCwtMC40MSAwLC0wLjkgMCwtMS40OCB2IC02LjY5IGMgMCwtMC4yOCAwLC0wLjcgMCwtMS4yOCBhIDE0LDE0IDAgMCAwIC0wLjA3LC0xLjcxIDQuODUsNC44NSAwIDAgMCAtMC4zOSwtMS41MSAxLDEgMCAwIDAgLTAuOTQsLTAuNjQgMi42NSwyLjY1IDAgMCAwIC0wLjY4LDAuMDkgNS44Miw1LjgyIDAgMCAwIC0wLjY3LDAuMjIgbCAtMC4yNiwtMC43IDUuNDcsLTIuMTkgaCAwLjgxIHYgMy44IGMgMC4zNiwtMC40NSAwLjc3LC0wLjkgMS4yMSwtMS4zNSBhIDEwLjgyLDEwLjgyIDAgMCAxIDEuNDEsLTEuMjIgNy4yNCw3LjI0IDAgMCAxIDEuNjEsLTAuODkgNC44OCw0Ljg4IDAgMCAxIDEuNzcsLTAuMzQgNC4yNSw0LjI1IDAgMCAxIDIuMzcsMC42IDQuMSw0LjEgMCAwIDEgMS40NCwxLjU3IDYuNTksNi41OSAwIDAgMSAwLjcsMi4xNyAxNSwxNSAwIDAgMSAwLjE5LDIuNDIgdiA3LjY1IGEgMTIuNTQsMTIuNTQgMCAwIDAgMC4wNywxLjQ4IDIuMzMsMi4zMyAwIDAgMCAwLjM2LDEgMS41OCwxLjU4IDAgMCAwIDAuODQsMC42IDQuODgsNC44OCAwIDAgMCAxLjUzLDAuMTkgdiAwLjc2IHoiCiAgICAgICAgIGlkPSJwYXRoODMiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGNsYXNzPSJjbHMtMjAiCiAgICAgICAgIGQ9Im0gMjE1LDEwNi43OCBhIDIsMiAwIDAgMSAtMC41NywxLjQzIDEuODYsMS44NiAwIDAgMSAtMS40LDAuNiAyLDIgMCAwIDEgLTIsLTIgMS44NiwxLjg2IDAgMCAxIDAuNTgsLTEuMzkgMiwyIDAgMCAxIDEuNDIsLTAuNTUgMS45MywxLjkzIDAgMCAxIDEuMzksMC41NyAxLjg0LDEuODQgMCAwIDEgMC41OCwxLjM3IHogbSAtNi4zOSwyNC4wNSB2IC0wLjc2IGEgNi4xNiw2LjE2IDAgMCAwIDEuNDMsLTAuMTMgMS41MywxLjUzIDAgMCAwIDAuODQsLTAuNDYgMS44OCwxLjg4IDAgMCAwIDAuNDEsLTAuOSA3LjkxLDcuOTEgMCAwIDAgMC4xLC0xLjQyIHYgLTkuNTggYyAwLC0wLjIyIDAsLTAuNDkgMCwtMC43OSBhIDMuNjIsMy42MiAwIDAgMCAtMC4xNywtMC44NyAxLjY1LDEuNjUgMCAwIDAgLTAuNDEsLTAuNyAxLDEgMCAwIDAgLTAuNzYsLTAuMjggMi43MSwyLjcxIDAgMCAwIC0wLjY4LDAuMDkgNi41OSw2LjU5IDAgMCAwIC0wLjcyLDAuMjIgbCAtMC4yNiwtMC43IDUuNDMsLTIuMTkgaCAwLjg2IHYgMTQuOCBhIDcuOTEsNy45MSAwIDAgMCAwLjEsMS40MiAxLjg3LDEuODcgMCAwIDAgMC40LDAuOSAxLjU3LDEuNTcgMCAwIDAgMC44MywwLjQ2IDYuMDcsNi4wNyAwIDAgMCAxLjQyLDAuMTMgdiAwLjc2IHoiCiAgICAgICAgIGlkPSJwYXRoODUiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGNsYXNzPSJjbHMtMjAiCiAgICAgICAgIGQ9Im0gMjM0Ljc5LDEyNCBhIDEwLjI5LDEwLjI5IDAgMCAxIC0wLjg1LDIuNzMgOS4xOCw5LjE4IDAgMCAxIC0xLjYsMi4zNiA4LjA3LDguMDcgMCAwIDEgLTIuMjUsMS42OCA2LjE5LDYuMTkgMCAwIDEgLTIuOCwwLjYzIDYuNjEsNi42MSAwIDAgMSAtMy4zOSwtMC44NCA3LjU0LDcuNTQgMCAwIDEgLTIuMzksLTIuMjEgMTAsMTAgMCAwIDEgLTEuNDEsLTMuMDYgMTIuOTMsMTIuOTMgMCAwIDEgLTAuNDcsLTMuNDIgMTAuODYsMTAuODYgMCAwIDEgMC42LC0zLjU5IDkuNTksOS41OSAwIDAgMSAxLjcxLC0zIDguMzEsOC4zMSAwIDAgMSAyLjcsLTIuMTEgOCw4IDAgMCAxIDMuNTYsLTAuNzggOC4wNSw4LjA1IDAgMCAxIDIsMC4yOCA3LjIsNy4yIDAgMCAxIDIsMC44MiA1LjUxLDUuNTEgMCAwIDEgMS41MywxLjM1IDMsMyAwIDAgMSAwLjYyLDEuODYgMS41MSwxLjUxIDAgMCAxIC0wLjUxLDEuMjggMi4xLDIuMSAwIDAgMSAtMS4zMywwLjM5IDEuNzQsMS43NCAwIDAgMSAtMS45LC0xLjIyIDUuNjUsNS42NSAwIDAgMSAtMC4yNiwtMS4xMyAzLjcsMy43IDAgMCAwIC0wLjMyLC0xLjEzIDIuMTIsMi4xMiAwIDAgMCAtMC43OSwtMC44NyAzLDMgMCAwIDAgLTEuNjQsLTAuMzUgMy43NCwzLjc0IDAgMCAwIC0yLjE5LDAuNjEgNC41Miw0LjUyIDAgMCAwIC0xLjQ0LDEuNTcgNy4zMiw3LjMyIDAgMCAwIC0wLjgsMi4xMSAxMSwxMSAwIDAgMCAtMC4yNCwyLjI1IDEyLjc0LDEyLjc0IDAgMCAwIDAuMzEsMi43NSA4LjgxLDguODEgMCAwIDAgMSwyLjYyIDYuMDgsNi4wOCAwIDAgMCAxLjgxLDIgNC40Nyw0LjQ3IDAgMCAwIDIuNjYsMC43NyA0LjYzLDQuNjMgMCAwIDAgMS45NCwtMC4zOCA1LjA4LDUuMDggMCAwIDAgMS41MiwtMSA3LDcgMCAwIDAgMS4xNywtMS40NCAxMy4xMiwxMy4xMiAwIDAgMCAwLjksLTEuNyBsIDAuNTksMC4yNiB6IgogICAgICAgICBpZD0icGF0aDg3IiAvPgogICAgICA8cGF0aAogICAgICAgICBjbGFzcz0iY2xzLTIwIgogICAgICAgICBkPSJtIDI0Ny41NCwxMjAuMDggLTIsMC44NCBhIDEzLjM0LDEzLjM0IDAgMCAwIC0yLjE5LDEuMTQgNy4wNSw3LjA1IDAgMCAwIC0xLjc0LDEuNTUgMy4xNSwzLjE1IDAgMCAwIC0wLjcyLDIgMy42LDMuNiAwIDAgMCAwLjE5LDEuMTUgMy40MywzLjQzIDAgMCAwIDAuNTQsMS4wNiAyLjg4LDIuODggMCAwIDAgMC44OCwwLjc1IDIuNDEsMi40MSAwIDAgMCAxLjE3LDAuMjggMy4yMiwzLjIyIDAgMCAwIDEsLTAuMTggNS4xNSw1LjE1IDAgMCAwIDEsLTAuNDggMTAuMzksMTAuMzkgMCAwIDAgMSwtMC42NSBjIDAuMzEsLTAuMjMgMC41OSwtMC40NSAwLjg1LC0wLjY2IHYgLTYuODUgeiBtIDYuMzQsOC4xNSBjIC0wLjI0LDAuMzMgLTAuNTIsMC42NyAtMC44MiwxIGEgNyw3IDAgMCAxIC0xLDEgNS42MSw1LjYxIDAgMCAxIC0xLjE1LDAuNyAzLjI2LDMuMjYgMCAwIDEgLTEuMywwLjI3IDEuOTIsMS45MiAwIDAgMSAtMSwtMC4yNiAxLjgyLDEuODIgMCAwIDEgLTAuNjMsLTAuNjkgMi44OSwyLjg5IDAgMCAxIC0wLjMzLC0xIDYuMTUsNi4xNSAwIDAgMSAtMC4wOSwtMS4wNiBsIC0xLjMsMSBhIDE0LjIyLDE0LjIyIDAgMCAxIC0xLjM1LDAuOTUgOC44LDguOCAwIDAgMSAtMS40NSwwLjcgNC44Miw0LjgyIDAgMCAxIC0xLjY0LDAuMjcgNC40OCw0LjQ4IDAgMCAxIC0xLjgsLTAuMzUgMy44OCwzLjg4IDAgMCAxIC0xLjM0LC0xIDQuMjgsNC4yOCAwIDAgMSAtMC44MywtMS40NiA1LjY2LDUuNjYgMCAwIDEgLTAuMjgsLTEuODMgNC4wOSw0LjA5IDAgMCAxIDAuNSwtMiA2LjU3LDYuNTcgMCAwIDEgMS4zNCwtMS42NiAxMC41LDEwLjUgMCAwIDEgMS45LC0xLjM3IDIxLjEsMjEuMSAwIDAgMSAyLjE4LC0xLjA5IGMgMC43NCwtMC4zMiAxLjQ3LC0wLjYgMi4xOCwtMC44NCBsIDEuODksLTAuNjUgdiAtMC43MyBhIDE0LjE3LDE0LjE3IDAgMCAwIC0wLjExLC0xLjc1IDQuNTQsNC41NCAwIDAgMCAtMC40NSwtMS4zOCAyLjc4LDIuNzggMCAwIDAgLTEsLTEgMy4zNSwzLjM1IDAgMCAwIC0xLjc0LC0wLjM5IDMuNDYsMy40NiAwIDAgMCAtMS40MSwwLjI1IDEuNzUsMS43NSAwIDAgMCAtMC44MSwwLjcgMi44NywyLjg3IDAgMCAwIC0wLjM1LDEuMDcgMTAuOTEsMTAuOTEgMCAwIDAgLTAuMDcsMS4zMyAyLjQ3LDIuNDcgMCAwIDEgLTAuMzQsMS4zOCAxLjUyLDEuNTIgMCAwIDEgLTEuMzMsMC40OSAxLjQ0LDEuNDQgMCAwIDEgLTEuMjcsLTAuNTIgMi4yOSwyLjI5IDAgMCAxIC0wLjM2LC0xLjM1IDMuMjgsMy4yOCAwIDAgMSAwLjY1LC0yLjA3IDUuMTMsNS4xMyAwIDAgMSAxLjYyLC0xLjQxIDcuOCw3LjggMCAwIDEgMi4xMiwtMC43OSAxMC44OCwxMC44OCAwIDAgMSA1LDAuMDggNC4wNSw0LjA1IDAgMCAxIDEuODYsMS4wNiA0LjI4LDQuMjggMCAwIDEgMSwxLjkgMTEuNSwxMS41IDAgMCAxIDAuMywyLjg0IHYgNi4xIGMgMCwwLjUxIDAsMSAwLDEuNTkgYSA4LjY4LDguNjggMCAwIDAgMC4xMSwxLjU2IDIuMzcsMi4zNyAwIDAgMCAwLjI1LDAuNjYgMC42MywwLjYzIDAgMCAwIDAuNjEsMC4zIDEsMSAwIDAgMCAwLjUzLC0wLjIgNy4yOSw3LjI5IDAgMCAwIDAuNjEsLTAuNDUgYyAwLjIxLC0wLjE4IDAuNCwtMC4zNSAwLjU5LC0wLjU0IGwgMC40LC0wLjQgdiAxLjEyIHoiCiAgICAgICAgIGlkPSJwYXRoODkiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGNsYXNzPSJjbHMtMjAiCiAgICAgICAgIGQ9Im0gMjY3LjU5LDExNC41NSBhIDEuOCwxLjggMCAwIDEgLTAuNTMsMS4yNyAxLjczLDEuNzMgMCAwIDEgLTEuMjYsMC41NCAxLjU1LDEuNTUgMCAwIDEgLTAuODIsLTAuMjIgYyAtMC4yNSwtMC4xNCAtMC41LC0wLjMgLTAuNzMsLTAuNDYgbCAtMC42NSwtMC40NyBBIDEsMSAwIDAgMCAyNjMsMTE1IGEgMS4xNSwxLjE1IDAgMCAwIC0wLjc5LDAuMzcgNS42Myw1LjYzIDAgMCAwIC0wLjc2LDAuODkgYyAtMC4yMywwLjMzIC0wLjQ0LDAuNjcgLTAuNjMsMSBsIC0wLjQyLDAuNzUgdiA4LjY3IGEgNC4xOSw0LjE5IDAgMCAwIDAuNjUsMi41NiAzLDMgMCAwIDAgMi40OSwwLjg0IHYgMC43NiBoIC05LjI3IHYgLTAuNzYgYSA2LjMyLDYuMzIgMCAwIDAgMS41NywtMC4xNSAxLjUzLDEuNTMgMCAwIDAgMC44NSwtMC41NSAyLDIgMCAwIDAgMC4zNSwtMSBjIDAsLTAuNDMgMC4wNiwtMC45NSAwLjA2LC0xLjU4IHYgLTcuMjEgYyAwLC0wLjIxIDAsLTAuNTIgMCwtMC45NCAwLC0wLjQyIDAsLTAuODUgLTAuMDYsLTEuMyBhIDExLjgzLDExLjgzIDAgMCAwIC0wLjE3LC0xLjI3IDEuOTMsMS45MyAwIDAgMCAtMC4zNSwtMC44NiAyLjQxLDIuNDEgMCAwIDAgLTEsLTAuMiAzLjE5LDMuMTkgMCAwIDAgLTEuMjIsMC4yNiBsIC0wLjIsLTAuNyA1LjUzLC0yLjE5IGggMC44IHYgNC4wNiBjIDAuMjMsLTAuNDIgMC40OSwtMC44NiAwLjgxLC0xLjMzIGEgOS40Miw5LjQyIDAgMCAxIDEsLTEuMzEgNS43Niw1Ljc2IDAgMCAxIDEuMjcsLTEgMi45MSwyLjkxIDAgMCAxIDEuNDksLTAuNDEgMy4wOCwzLjA4IDAgMCAxIDAuOTQsMC4xNSAyLjI1LDIuMjUgMCAwIDEgMC44MSwwLjQzIDIuMzYsMi4zNiAwIDAgMSAwLjU4LDAuNjggMiwyIDAgMCAxIDAuMjIsMC45MyB6IgogICAgICAgICBpZD0icGF0aDkxIiAvPgogICAgICA8ZwogICAgICAgICBjbGFzcz0iY2xzLTIxIgogICAgICAgICBjbGlwLXBhdGg9InVybCgjY2xpcC1wYXRoKSIKICAgICAgICAgaWQ9Imc5OSI+CiAgICAgICAgPHBhdGgKICAgICAgICAgICBjbGFzcz0iY2xzLTIwIgogICAgICAgICAgIGQ9Im0gMjgwLjE4LDExOC41NCBhIDYuOSw2LjkgMCAwIDAgLTAuMjIsLTEuNzYgNC41MSw0LjUxIDAgMCAwIC0wLjcsLTEuNTIgMy45MiwzLjkyIDAgMCAwIC0xLjIxLC0xLjA4IDMuNSwzLjUgMCAwIDAgLTEuNzQsLTAuNDEgMy44NCwzLjg0IDAgMCAwIC0xLjc5LDAuNCA0LjQ2LDQuNDYgMCAwIDAgLTEuMzQsMS4wNiA1LjQyLDUuNDIgMCAwIDAgLTAuODgsMS41NCA2LjQ4LDYuNDggMCAwIDAgLTAuNCwxLjc3IHogbSA0LjEsNS43NCBhIDguNyw4LjcgMCAwIDEgLTIuMzksNSA3LjY0LDcuNjQgMCAwIDEgLTIuMjIsMS41OSA2LjQyLDYuNDIgMCAwIDEgLTIuNzQsMC41OSA3LDcgMCAwIDEgLTMuMzgsLTAuOCA3LjY1LDcuNjUgMCAwIDEgLTIuNDYsLTIuMTMgOS40LDkuNCAwIDAgMSAtMS40OCwtMyAxMi4xNSwxMi4xNSAwIDAgMSAtMC40OSwtMy40MyAxMy4xOCwxMy4xOCAwIDAgMSAwLjUxLC0zLjcgOC45LDguOSAwIDAgMSAxLjUzLC0zLjA4IDcuNTUsNy41NSAwIDAgMSAyLjU5LC0yLjExIDguMDgsOC4wOCAwIDAgMSAzLjY4LC0wLjggNy4zMiw3LjMyIDAgMCAxIDIuODgsMC41NSA2LDYgMCAwIDEgMi4xNSwxLjUyIDYuODIsNi44MiAwIDAgMSAxLjM2LDIuMzEgOC44NSw4Ljg1IDAgMCAxIDAuNDYsMi45MiBIIDI3MS45IGEgMTEuNzUsMTEuNzUgMCAwIDAgMC4zOSwzIDkuMTEsOS4xMSAwIDAgMCAxLjE5LDIuNzQgNi45Myw2LjkzIDAgMCAwIDIsMiA1LjM2LDUuMzYgMCAwIDAgMi45MiwwLjc5IDUsNSAwIDAgMCAxLjg2LC0wLjMzIDQuNTYsNC41NiAwIDAgMCAxLjQ1LC0wLjkxIDYuMzIsNi4zMiAwIDAgMCAxLjEyLC0xLjM3IDkuODQsOS44NCAwIDAgMCAwLjgxLC0xLjcgbCAwLjYsMC40MSB6IgogICAgICAgICAgIGlkPSJwYXRoOTMiIC8+CiAgICAgICAgPHBhdGgKICAgICAgICAgICBjbGFzcz0iY2xzLTIwIgogICAgICAgICAgIGQ9Im0gMTQ5LjU2LDEzMC4xNyBjIC01LjUsLTIuNzggLTExLjMxLC03Ljc4IC0xMy41NSwtMTUuNzUgLTEuNjMsLTUuODIgMC41MywtMTQgNi4yLC0xMS45NCAzLjYyLDEuMyA1LjM1LDYgNi44LDEwLjE5IDAuMjEsMC42IDEsMC4xNiAwLjc3LC0wLjQ2IGwgLTAuMjEsLTAuNzIgYyAwLjE2LDAuMyAwLjYsMC4xOSAwLjYyLC0wLjI5IDAuMzIsLTUuNjYgMy4xLC0xMS41OCA3LjY3LC0xMS42OCAzLjgzLC0wLjA5IDcuNjEsNS4yMiA4LDguNjIgMC4wNSwwLjQ3IDEuMDYsMC41OCAxLDAuMTEgYSAxMi45MiwxMi45MiAwIDAgMCAtMS42MywtNS45MSBjIC01LjA3LC05LjkgLTE3LjM0LC0yLjYxIC0xNS43MSw4Ljg3IDAsMCAwLDAuMDcgMCwwLjExIC0xLjUsLTQuODEgLTQuMDgsLTEwLjQyIC04LjE3LC0xMSAtMywtMC40NCAtNi4yMywyLjY4IC03LjE5LDYuNDkgLTIuOTMsMTEuNTkgOS4wOCwyMS41MSAxNS44NiwyMy44NSAwLjEyLDAgLTAuMzksLTAuNDQgLTAuNDYsLTAuNDcgeiIKICAgICAgICAgICBpZD0icGF0aDk1IiAvPgogICAgICAgIDxwYXRoCiAgICAgICAgICAgY2xhc3M9ImNscy0yMiIKICAgICAgICAgICBkPSJtIDE0OS41NiwxMzAuMTcgYyAtNS41LC0yLjc4IC0xMS4zMSwtNy43OCAtMTMuNTUsLTE1Ljc1IC0xLjYzLC01LjgyIDAuNTMsLTE0IDYuMiwtMTEuOTQgMy42MiwxLjMgNS4zNSw2IDYuOCwxMC4xOSAwLjIxLDAuNiAxLDAuMTYgMC43NywtMC40NiBsIC0wLjIxLC0wLjcyIGMgMC4xNiwwLjMgMC42LDAuMTkgMC42MiwtMC4yOSAwLjMyLC01LjY2IDMuMSwtMTEuNTggNy42NywtMTEuNjggMy44MywtMC4wOSA3LjYxLDUuMjIgOCw4LjYyIDAuMDUsMC40NyAxLjA2LDAuNTggMSwwLjExIGEgMTIuOTIsMTIuOTIgMCAwIDAgLTEuNjMsLTUuOTEgYyAtNS4wNywtOS45IC0xNy4zNCwtMi42MSAtMTUuNzEsOC44NyAwLDAgMCwwLjA3IDAsMC4xMSAtMS41LC00LjgxIC00LjA4LC0xMC40MiAtOC4xNywtMTEgLTMsLTAuNDQgLTYuMjMsMi42OCAtNy4xOSw2LjQ5IC0yLjkzLDExLjU5IDkuMDgsMjEuNTEgMTUuODYsMjMuODUgMC4xMiwwIC0wLjM5LC0wLjQ0IC0wLjQ2LC0wLjQ3IHoiCiAgICAgICAgICAgaWQ9InBhdGg5NyIgLz4KICAgICAgPC9nPgogICAgICA8cGF0aAogICAgICAgICBjbGFzcz0iY2xzLTIzIgogICAgICAgICBkPSJtIDIzMy4xMywxNDIuNiBjIC0wLjI4LC0wLjkzIC0wLjUsLTEuODMgLTAuOCwtMi42IDAsMCAtMS4wNywyIC0xLjY4LDMuMjUgLTAuNjEsMS4yNSAtMS40OSwzLjMyIC0xLjQ5LDMuMzIgMCwwIDEuNTcsLTAuMyAyLjg0LC0wLjYyIDAuNzEsLTAuMTggMS4yNywtMC4zMiAxLjg2LC0wLjUxIDAsMCAtMC4zLC0xLjI3IC0wLjczLC0yLjg0IHogbSA0LjgyLDIuNyBhIDAuNjcsMC42NyAwIDAgMSAtMC4zLC0wLjA2IGwgLTIuNTYsMC43NSAxLjMzLDUuNjYgYyAwLDAgMC40NiwwLjMzIDAuNDYsMC43MSBhIDAuNjQsMC42NCAwIDAgMSAtMC42LDAuNTggYyAtMC4zNiwwIC0wLjgxLC0wLjMgLTAuODEsLTAuNjIgYSAwLjQzLDAuNDMgMCAwIDEgMCwtMC4xMiBsIC0xLjQxLC01Ljg3IGMgMCwwIC0xLjkzLDAuNTUgLTMuMzUsMSAtMC43LDAuMjIgLTEuMzksMC41MiAtMi4xNywwLjc5IGEgMTEuMTUsMTEuMTUgMCAwIDAgLTAuODEsMiBjIC0wLjEsMC42MSAtMC4wNiwwLjg3IC0wLjM2LDEgYSAxLjA3LDEuMDcgMCAwIDEgLTAuMzIsMC4wOCAwLjU1LDAuNTUgMCAwIDEgLTAuNTEsLTAuMzQgMC4yNSwwLjI1IDAgMCAxIDAsLTAuMTIgMTAuNSwxMC41IDAgMCAxIDAuNzcsLTIuNSAwLjY1LDAuNjUgMCAwIDEgLTAuNTksLTAuNjUgMC44OCwwLjg4IDAgMCAxIDAsLTAuMyBjIDAuMSwtMC40IDEsLTAuNTQgMS4xNywtMC41OSBsIDQuMDcsLTguODkgYyAwLjEzLC0wLjMyIDAuMjksLTAuNjQgMC43NSwtMC42NCAwLjQ2LDAgMC40OCwwLjQ2IDAuNTIsMC43NiBhIDE0LjExLDE0LjExIDAgMCAwIDAuNDUsMi40IGMgMC4yNiwwLjkzIDAuOCwzLjE1IDEuMTcsNC43IGwgMi43OCwtMC44MyBhIDEuNDMsMS40MyAwIDAgMSAwLjUyLC0wLjEyIGMgMC4yMSwwIDAuNDMsMC4xIDAuNDcsMC41MSBhIDAuNjUsMC42NSAwIDAgMSAtMC43MSwwLjY0IHoiCiAgICAgICAgIGlkPSJwYXRoMTAxIiAvPgogICAgICA8cGF0aAogICAgICAgICBjbGFzcz0iY2xzLTIzIgogICAgICAgICBkPSJtIDI0MS4xNCwxNDQuMDkgYyAwLDAgLTAuMzIsMS41NCAtMC40OSwyLjcgLTAuMTcsMS4xNiAtMC40OCwzLjY1IC0wLjQ4LDMuNjUgMCwwIDMuMDcsLTEuNTEgMy41NSwtMy42NyBhIDAuOSwwLjkgMCAwIDAgMCwtMC4yMiAzLjIyLDMuMjIgMCAwIDAgLTIuNiwtMi40NiB6IG0gLTAuMzQsNy4zMiBhIDAuODIsMC44MiAwIDAgMSAtMC42NywtMC41MiAzMS43MywzMS43MyAwIDAgMCAtMC4yOCw0LjQ5IHYgMS4zMSBhIDE3LjI4LDE3LjI4IDAgMCAwIDAuMSwyLjQyIDAuOTMsMC45MyAwIDAgMSAwLjEsMC4zNyAwLjUzLDAuNTMgMCAwIDEgLTAuNDgsMC41OCAwLjc5LDAuNzkgMCAwIDEgLTAuNjksLTAuODMgMC42OCwwLjY4IDAgMCAxIDAuMDgsLTAuMzYgYyAwLDAgMCwtMC4wOCAwLC0wLjIgMCwtMC40NCAtMC4xMiwtMS41NSAtMC4xMiwtMy4zNSAwLC0wLjUyIDAsLTEuMDkgMCwtMS43MyBhIDgxLjk0LDgxLjk0IDAgMCAxIDAuOTEsLTkuMTMgMC42NywwLjY3IDAgMCAxIC0wLjQ5LC0wLjU5IGMgMCwtMC42IDEuMTEsLTAuODcgMS40LC0wLjg3IDEuMzksMCA0LjA5LDEuMzggNC4wOSwzLjcxIDAsMS43NCAtMy42MSw0LjcgLTQsNC43IHoiCiAgICAgICAgIGlkPSJwYXRoMTAzIiAvPgogICAgICA8cGF0aAogICAgICAgICBjbGFzcz0iY2xzLTIzIgogICAgICAgICBkPSJtIDI0Ni42LDE0Ny43IGEgMi4zLDIuMyAwIDAgMCAtMC4xMiwwLjc3IGMgMCwwLjcyIDAuMzgsMiAxLjI5LDIgYSAzLjgzLDMuODMgMCAwIDAgMi41NCwtMS44MSA0LjYxLDQuNjEgMCAwIDAgMC41NywtMiBjIDAsLTAuODggLTAuNDcsLTIuMTUgLTEuNTYsLTIuMTUgLTAuMTYsMCAtMS43MSwwLjIyIC0yLjcyLDMuMjIgeiBtIDEsMy44MSBjIC0xLjQxLDAgLTIuMTQsLTEuNzEgLTIuMTQsLTMgYSA0LDQgMCAwIDEgMC4zMywtMS41NyBjIDEuMTIsLTIuNTIgMi4yNywtMy41NyAzLjQyLC0zLjU3IGEgMi45NCwyLjk0IDAgMCAxIDIuNjcsMi44NiBjIDAsMC4yNCAwLDAuNDQgMCwwLjY1IGEgNC44MSw0LjgxIDAgMCAxIC00LjMyLDQuNjUgeiIKICAgICAgICAgaWQ9InBhdGgxMDUiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGNsYXNzPSJjbHMtMjMiCiAgICAgICAgIGQ9Im0gMjYwLjgyLDE0My4zNyBjIC0wLjI0LDAgLTAuNTEsLTAuMDYgLTAuNjcsLTAuMDYgYSAxNi40MiwxNi40MiAwIDAgMCAtMy4zMiwwLjQ0IDU5LjUsNTkuNSAwIDAgMCAtMC40Myw2LjA3IGMgMCwwLjM0IDAsMC42OCAwLDEgYSA0LjUyLDQuNTIgMCAwIDEgMC4xLDAuNiBjIDAsMC4yNiAtMC4xLDAuNDcgLTAuNDgsMC40NyBIIDI1NiBjIC0wLjU5LDAgLTAuNjksLTAuNzcgLTAuNjksLTEuMDkgYSAzNC4zOCwzNC4zOCAwIDAgMSAwLjIyLC00LjE0IGMgMC4xMywtMS40MSAwLjIxLC0xLjgxIDAuMzEsLTIuNjYgYSAxMCwxMCAwIDAgMCAtMS42OCwwLjU1IGMgLTAuMzQsMC4xNiAtMSwwLjc4IC0xLjM3LDAuNzggLTAuMzcsMCAtMC42MiwtMC4zIC0wLjYyLC0wLjU4IGEgMC4zOSwwLjM5IDAgMCAxIDAsLTAuMTQgYyAwLjEsLTAuMjkgMC4xNCwtMC40MyAxLjIzLC0wLjg1IGEgMTcuMzIsMTcuMzIgMCAwIDEgMi41OCwtMC44NSBjIDAsMCAwLjQ4LC0zLjE0IDAuNDgsLTMuODEgMCwtMC4zNCAwLC0wLjYyIDAsLTAuOSAwLC0wLjI4IDAuMDgsLTAuNzcgMC40NSwtMC43NyAwLjM3LDAgMC42MiwwLjM4IDAuNjIsMS40MyAwLDAuMyAwLDAuNjUgLTAuMDYsMS4wNyAtMC4xMiwxLjE5IC0wLjI0LDEuNTEgLTAuNDIsMi44IGEgMTMuNjMsMTMuNjMgMCAwIDEgMi42LC0wLjI2IGggMC41NCBjIDAuNDEsMCAxLjEzLDAgMS4xNywwLjU2IDAsMC4yOSAtMC4yMiwwLjM1IC0wLjQ4LDAuMzUgeiIKICAgICAgICAgaWQ9InBhdGgxMDciIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGNsYXNzPSJjbHMtMjMiCiAgICAgICAgIGQ9Im0gMjY4LjgyLDE1MC4yMiBjIDAsMC4zMSAwLDAuNTkgMCwwLjc5IDAsMC4yIC0wLjA4LDAuNDYgLTAuNTQsMC40NiAtMC40NiwwIC0wLjYxLC0wLjQyIC0wLjYxLC0wLjk0IDAsLTAuNTIgMC4wOCwtMS4yMyAwLjA4LC0yLjMgMCwtMS40OCAtMC4xNCwtMy4yMyAtMC41OCwtMy41MSBhIDAuNTUsMC41NSAwIDAgMCAtMC4zMiwtMC4wOCBjIC0xLjE5LDAgLTMuNjcsMi40MiAtNC4yMiwzLjYxIGEgNS43OSw1Ljc5IDAgMCAwIC0wLjUyLDIuNCBjIDAsMC4yMiAwLDAuNDQgMCwwLjY4IDAsMC43MyAtMC40LDAuOTUgLTAuNzUsMC45NSBhIDAuNjQsMC42NCAwIDAgMSAtMC42OCwtMC42NSAyLjE2LDIuMTYgMCAwIDEgMC4yNiwtMC44NCBjIDAuMjIsLTAuNDUgMCwtMi44NyAwLjUyLC03Ljc3IDAuMzUsLTMuMjggMC4xNywtNSAwLjg3LC01IDAuNTIsMCAwLjY5LDAuMjUgMC42OSwwLjcxIDAsMC42MSAtMC4yOSwxLjY1IC0wLjQzLDMuMTkgLTAuMTQsMS41NCAtMC4zLDMuMyAtMC4zOCw1LjEgMCwwIDIuNjgsLTMuNDkgNC43NCwtMy40OSBhIDEuNjgsMS42OCAwIDAgMSAwLjU0LDAuMDggYyAxLjA3LDAuMzggMS4zMSwyLjUgMS4zMSw0LjUgMCwwLjY4IC0wLjA2LDEuNTEgLTAuMDYsMi4wOSB6IgogICAgICAgICBpZD0icGF0aDEwOSIgLz4KICAgICAgPHBhdGgKICAgICAgICAgY2xhc3M9ImNscy0yMyIKICAgICAgICAgZD0ibSAyNzMuMjQsMTQ0Ljc0IGEgNS4zNCw1LjM0IDAgMCAwIC0xLjYzLDEuMzMgNS41Niw1LjU2IDAgMCAwIDIuMzUsLTAuODEgNy42Miw3LjYyIDAgMCAwIDEuNDYsLTEuMDcgNC42MSw0LjYxIDAgMCAwIC0yLjE4LDAuNTUgeiBtIDUuNjQsMy42MyBjIC0wLjQ0LDAuMjQgLTMuNjMsMy4xNiAtNS44OCwzLjE2IGEgMi4wOCwyLjA4IDAgMCAxIC0wLjg3LC0wLjE4IDQuMTYsNC4xNiAwIDAgMSAtMi4yLC0zLjYzIEEgMi45NCwyLjk0IDAgMCAxIDI3MCwxNDcgYyAwLjUxLC0yLjI0IDMuMDcsLTMuNzcgNS4xNiwtMy43NyBhIDMsMyAwIDAgMSAxLjcsMC40NiAwLjE1LDAuMTUgMCAwIDEgMC4wOCwwLjE0IGMgMCwwLjQ5IC0xLjY4LDEuNzYgLTIuODEsMi40NCBhIDYuNjEsNi42MSAwIDAgMSAtMywwLjkxIDIuNDIsMi40MiAwIDAgMCAtMC4wNiwwLjU4IDMuMTYsMy4xNiAwIDAgMCAwLjUzLDEuNyAxLjc2LDEuNzYgMCAwIDAgMS42MSwxLjA2IGMgMS41NywwIDQuNjQsLTIuNTIgNC44NCwtMi44IDAuMiwtMC4yOCAwLjM0LC0wLjc0IDAuNjgsLTAuNzQgYSAwLjY0LDAuNjQgMCAwIDEgMC41OSwwLjY0IDEsMSAwIDAgMSAtMC40NSwwLjc1IHoiCiAgICAgICAgIGlkPSJwYXRoMTExIiAvPgogICAgICA8cGF0aAogICAgICAgICBjbGFzcz0iY2xzLTIzIgogICAgICAgICBkPSJtIDI5MC44NCwxNTAuNzMgYSA1LjE4LDUuMTggMCAwIDEgLTIuNCwwLjYyIGggLTAuMTIgYyAtMi4wNiwwIC00LjY4LC0xLjI3IC03LjQ0LC0zLjYzIGEgMTMuNzMsMTMuNzMgMCAwIDAgLTAuMjIsMi43IHYgMC4zNyBjIDAsMC42MiAwLjI2LDEuMTkgMC4yNiwxLjU5IDAsMC40IC0wLjE2LDAuNTIgLTAuNzUsMC41MiAtMC40MiwwIC0wLjU2LC0wLjcyIC0wLjU2LC0yLjA1IDAsLTAuMyAwLC0wLjYxIDAsLTAuOTUgMC4xOCwtNS43NSAxLjU3LC0xMSAxLjg4LC0xMS4xNSBhIDAuOTQsMC45NCAwIDAgMSAwLjMyLC0wLjA4IGMgMC4yOCwwIDAuNSwwLjIgMC42LDAuNiBhIDAuNSwwLjUgMCAwIDEgMCwwLjE3IDIyLjQyLDIyLjQyIDAgMCAwIC0wLjkyLDMuMjIgYyAtMC4xOSwxLjExIC0wLjMzLDEuNzYgLTAuNDUsMi42OCBhIDcyLjE5LDcyLjE5IDAgMCAxIDcuNjgsLTIgMC4zOSwwLjM5IDAgMCAxIDAuMzUsMC40MiAwLjU1LDAuNTUgMCAwIDEgLTAuMjUsMC40NiA0My42Miw0My42MiAwIDAgMCAtNy43NCwyLjMyIDE0Ljg1LDE0Ljg1IDAgMCAwIDQuODQsMy4yNSA2LjI5LDYuMjkgMCAwIDAgMi42LDAuNjQgMi40MSwyLjQxIDAgMCAwIDIsLTAuNzQgMC43LDAuNyAwIDAgMSAwLjU2LC0wLjI4IDAuNTgsMC41OCAwIDAgMSAwLjU5LDAuNiBjIDAsMC4zOCAtMC40MywwLjU5IC0wLjg1LDAuNzUgeiIKICAgICAgICAgaWQ9InBhdGgxMTMiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGNsYXNzPSJjbHMtMjMiCiAgICAgICAgIGQ9Im0gMjkzLjMsMTQ0Ljc0IGEgNS4zNCw1LjM0IDAgMCAwIC0xLjYzLDEuMzMgNS41NCw1LjU0IDAgMCAwIDIuMzQsLTAuODEgNy4zNiw3LjM2IDAgMCAwIDEuNDcsLTEuMDcgNC41OCw0LjU4IDAgMCAwIC0yLjE4LDAuNTUgeiBtIDUuNjQsMy42MyBjIC0wLjQ0LDAuMjQgLTMuNjQsMy4xNiAtNS44OCwzLjE2IGEgMi4wNSwyLjA1IDAgMCAxIC0wLjg3LC0wLjE4IDQuMTYsNC4xNiAwIDAgMSAtMi4yLC0zLjYzIDIuOTQsMi45NCAwIDAgMSAwLjA4LC0wLjcyIGMgMC41MSwtMi4yNCAzLjA3LC0zLjc3IDUuMTUsLTMuNzcgYSAzLDMgMCAwIDEgMS43MSwwLjQ2IDAuMTUsMC4xNSAwIDAgMSAwLjA4LDAuMTQgYyAwLDAuNDkgLTEuNjksMS43NiAtMi44MiwyLjQ0IGEgNi41OCw2LjU4IDAgMCAxIC0zLDAuOTEgMi40MiwyLjQyIDAgMCAwIC0wLjA2LDAuNTggMy4xNiwzLjE2IDAgMCAwIDAuNTMsMS43IDEuNzYsMS43NiAwIDAgMCAxLjYxLDEuMDYgYyAxLjU3LDAgNC42NCwtMi41MiA0Ljg0LC0yLjggMC4yLC0wLjI4IDAuMzQsLTAuNzQgMC42OCwtMC43NCBhIDAuNjUsMC42NSAwIDAgMSAwLjU5LDAuNjQgMSwxIDAgMCAxIC0wLjQ1LDAuNzUgeiIKICAgICAgICAgaWQ9InBhdGgxMTUiIC8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K');position: absolute;top: 10px;left: 36px;width: 52px;height: 52px;border-radius: 15px;background-size: 52px 52px;box-shadow: 0px 0px 10px 0px #d3d3d3}.sanicare_smartappbanner__info{position: absolute;top: 2px;left: 96px;display: flex;overflow-y: hidden;width: 60%;height: 64px;align-items: center;color: #000}.sanicare_smartappbanner__info__name{font-size: 18px}.sanicare_smartappbanner__info__description{font-size: 10px;color: #9c9d9dff}.sanicare_smartappbanner__button{position: absolute;top: 18px;right: 10px;z-index: 1;padding: 12px 15px;min-width: 10%;border-radius: 30px;background: #e77a0aff;box-shadow: outset 0px 10px #d3d3d3;color: #1474fc;font-size: 13px;text-align: center;text-decoration: none}.sanicare_smartappbanner__button__label{text-align: center;color: white}.sanicare_smartappbanner.sanicare_smartappbanner--android{background: #3d3d3d url('data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7');box-shadow: inset 0 4px 0 #88b131}.sanicare_smartappbanner.sanicare_smartappbanner--android .sanicare_smartappbanner__exit{left: 6px;margin-right: 7px;width: 17px;height: 17px;border-radius: 14px;background: #1c1e21;box-shadow: 0 1px 2px rgba(0,0,0,0.8) inset, 0 1px 1px rgba(255,255,255,0.3);color: #b1b1b3;font-family: 'ArialRoundedMTBold', Arial;font-size: 20px;line-height: 17px;text-shadow: 0 1px 1px #000}.sanicare_smartappbanner.sanicare_smartappbanner--android .sanicare_smartappbanner__exit::before,.sanicare_smartappbanner.sanicare_smartappbanner--android .sanicare_smartappbanner__exit::after{top: 3px;left: 8px;width: 2px;height: 11px;background: #b1b1b3}.sanicare_smartappbanner.sanicare_smartappbanner--android .sanicare_smartappbanner__exit:active,.sanicare_smartappbanner.sanicare_smartappbanner--android .sanicare_smartappbanner__exit:hover{color: #eee}.sanicare_smartappbanner.sanicare_smartappbanner--android .sanicare_smartappbanner__icon{background-color: transparent;box-shadow: none}.sanicare_smartappbanner.sanicare_smartappbanner--android .sanicare_smartappbanner__info{color: #ccc;text-shadow: 0 1px 2px #000}.sanicare_smartappbanner.sanicare_smartappbanner--android .sanicare_smartappbanner__info__title{color: #fff;font-weight: bold}.sanicare_smartappbanner.sanicare_smartappbanner--android .sanicare_smartappbanner__button{top: 30px;right: 20px;padding: 0;min-width: 12%;border-radius: 0;background: none;box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;color: #d1d1d1;font-size: 14px;font-weight: bold}.sanicare_smartappbanner.sanicare_smartappbanner--android .sanicare_smartappbanner__button:active,.sanicare_smartappbanner.sanicare_smartappbanner--android .sanicare_smartappbanner__button:hover{background: none}.sanicare_smartappbanner.sanicare_smartappbanner--android .sanicare_smartappbanner__button__label{display: block;padding: 0 10px;background: #42b6c9;background: linear-gradient(to bottom, #42b6c9, #39a9bb);box-shadow: none;line-height: 24px;text-align: center;text-shadow: none;text-transform: none}.sanicare_smartappbanner.sanicare_smartappbanner--android .sanicare_smartappbanner__button__label:active,.sanicare_smartappbanner.sanicare_smartappbanner--android .sanicare_smartappbanner__button__label:hover{background: #2ac7e1}@media screen and (min-width: 48em){.sanicare_smartappbanner{height: 150px}.sanicare_smartappbanner__exit{top: calc(42%);left: 30px}.sanicare_smartappbanner__exit::after,.sanicare_smartappbanner__exit::before{height: 28px}.sanicare_smartappbanner__icon{left: 75px;width: 110px;height: 120px;background-size: 120px 130px;background-position: center}.sanicare_smartappbanner__info{top: 22px;left: 205px;height: 110px}.sanicare_smartappbanner__info__name{font-size: 36px}.sanicare_smartappbanner__info__description{font-size: 20px}.sanicare_smartappbanner__info__rating{padding: 6px 0 0 0;font-size: 26px}.sanicare_smartappbanner__button{top: 40px;right: 28px;padding: 22px 32px;border-radius: 40px;font-size: 26px}}@media screen and (min-width: 64em){.sanicare_smartappbanner{height: 218px}.sanicare_smartappbanner__exit{top: calc(42%);left: 45px}.sanicare_smartappbanner__exit::after,.sanicare_smartappbanner__exit::before{height: 36px}.sanicare_smartappbanner__icon{top: 30px;left: 110px;width: 156px;height: 156px;background-size: 160px 160px;background-position: center;border-radius: 26px}.sanicare_smartappbanner__info{left: 300px;height: 180px}.sanicare_smartappbanner__info__name{font-size: 52px}.sanicare_smartappbanner__info__description{font-size: 30px}.sanicare_smartappbanner__info__rating{padding: 6px 0 0 0;font-size: 38px}.sanicare_smartappbanner__button{top: 60px;right: 38px;padding: 32px 46px;border-radius: 90px;font-size: 38px}}body{height: 100%}.is--ctl-erezeptupload .p-10,.is--ctl-erezepteinloesen .p-10{padding: 10px}.is--ctl-erezeptupload .p-20,.is--ctl-erezepteinloesen .p-20{padding: 20px}.is--ctl-erezeptupload .p-30,.is--ctl-erezepteinloesen .p-30{padding: 30px}.is--ctl-erezeptupload .p-40,.is--ctl-erezepteinloesen .p-40{padding: 40px}.is--ctl-erezeptupload .pr-20,.is--ctl-erezepteinloesen .pr-20{padding-right: 20px}.is--ctl-erezeptupload .mt-10,.is--ctl-erezepteinloesen .mt-10{margin-top: 10px}.is--ctl-erezeptupload .mt-20,.is--ctl-erezepteinloesen .mt-20{margin-top: 20px}.is--ctl-erezeptupload .mb-10,.is--ctl-erezepteinloesen .mb-10{margin-bottom: 10px}.is--ctl-erezeptupload .mb-20,.is--ctl-erezepteinloesen .mb-20{margin-bottom: 20px}.is--ctl-erezeptupload .mb-30,.is--ctl-erezepteinloesen .mb-30{margin-bottom: 30px}.is--ctl-erezeptupload .mb-40,.is--ctl-erezepteinloesen .mb-40{margin-bottom: 40px}.is--ctl-erezeptupload .d-block,.is--ctl-erezepteinloesen .d-block{display: block}.is--ctl-erezeptupload .d-flex,.is--ctl-erezepteinloesen .d-flex{display: flex;width: 100%}.is--ctl-erezeptupload .flex-column,.is--ctl-erezepteinloesen .flex-column{flex-direction: column;align-items: center}.is--ctl-erezeptupload .flex-row,.is--ctl-erezepteinloesen .flex-row{flex-direction: row}.is--ctl-erezeptupload .space-evenly,.is--ctl-erezepteinloesen .space-evenly{justify-content: space-evenly}.is--ctl-erezeptupload .space-around,.is--ctl-erezepteinloesen .space-around{justify-content: space-around}.is--ctl-erezeptupload .space-between,.is--ctl-erezepteinloesen .space-between{justify-content: space-between}.is--ctl-erezeptupload .align-left-start,.is--ctl-erezepteinloesen .align-left-start{align-self: flex-start}.is--ctl-erezeptupload .col-6,.is--ctl-erezepteinloesen .col-6{flex-basis: 50%}.is--ctl-erezeptupload .col-12,.is--ctl-erezepteinloesen .col-12{flex-basis: 100%}.is--ctl-erezeptupload .erezept-panel,.is--ctl-erezepteinloesen .erezept-panel{max-width: 500px;background-color: #e2e9ee}.is--ctl-erezeptupload .e-rezept-register-button,.is--ctl-erezepteinloesen .e-rezept-register-button{width: 100%;max-width: 320px;font-size: 16px}.is--ctl-erezeptupload .e-rezept-register-button .icon--arrow-up-upload:before,.is--ctl-erezepteinloesen .e-rezept-register-button .icon--arrow-up-upload:before{font-size: 20px}.is--ctl-erezeptupload .erezept-link,.is--ctl-erezepteinloesen .erezept-link{color: #2d6043;text-decoration: underline;cursor: pointer}.is--ctl-erezeptupload .erezept-link-back,.is--ctl-erezepteinloesen .erezept-link-back,.is--ctl-erezeptupload .erezept-link-back:hover,.is--ctl-erezepteinloesen .erezept-link-back:hover{color: #2d6043;background: none;background-color: transparent;display: inline-block;border: 0 none}.is--ctl-erezeptupload .erezept-link-back.is--white,.is--ctl-erezepteinloesen .erezept-link-back.is--white,.is--ctl-erezeptupload .erezept-link-back.is--white:hover,.is--ctl-erezepteinloesen .erezept-link-back.is--white:hover{color: #fff}.is--ctl-erezeptupload .erezept-video-container,.is--ctl-erezepteinloesen .erezept-video-container{background-color: rgba(0,0,0,0.7)}.is--ctl-erezeptupload .erezept-video,.is--ctl-erezepteinloesen .erezept-video{border-radius: 10px;border: 2px solid #fff;margin: 0 auto;display: block}.erezept-header .logo--link{display: block;width: 210px;max-height: 100px}@media screen and (min-width: 48em){.d-md-flex{display: flex;width: 100%}.col-md-6{flex-basis: 50%}.is--ctl-erezeptupload .erezept-panel,.is--ctl-erezepteinloesen .erezept-panel{margin-left: 20px;margin-right: 20px}}.is--ctl-erezeptupload .index-button-group,.is--ctl-erezepteinloesen .index-button-group{margin: 0 auto;width: 50%}.is--ctl-erezeptupload .index-button-group .index-button,.is--ctl-erezepteinloesen .index-button-group .index-button{width: 30%;margin-top: 50px}.is--ctl-erezeptupload .index-button-group .index-button img,.is--ctl-erezepteinloesen .index-button-group .index-button img{width: 72px;margin: 0 auto 20px auto}.is--ctl-erezeptupload #cam-select-container,.is--ctl-erezepteinloesen #cam-select-container{display: none}.is--ctl-erezeptupload #back-button-container,.is--ctl-erezepteinloesen #back-button-container{position: relative;top: -50px;left: 120px;display: none}.is--ctl-erezeptupload #show-cam-select-button,.is--ctl-erezepteinloesen #show-cam-select-button{cursor: pointer}.is--ctl-erezeptupload #cam-name-container,.is--ctl-erezepteinloesen #cam-name-container{display: none}.is--ctl-erezeptupload #switch-mobile-cam-container,.is--ctl-erezepteinloesen #switch-mobile-cam-container{position: relative;top: 84px;left: 20px;cursor: pointer;display: none}.is--ctl-erezeptupload #not-read-message-1,.is--ctl-erezepteinloesen #not-read-message-1{display: none}.is--ctl-erezeptupload #not-read-message-2,.is--ctl-erezepteinloesen #not-read-message-2{display: none}.is--ctl-erezeptupload .erezept--modal.is--open .modal--close,.is--ctl-erezepteinloesen .erezept--modal.is--open .modal--close{display: none}.is--ctl-erezeptupload .erezept--modal .button--container,.is--ctl-erezepteinloesen .erezept--modal .button--container{display: flex;justify-content: space-evenly}.is--ctl-erezeptupload .erezept--modal .button--container .btn,.is--ctl-erezepteinloesen .erezept--modal .button--container .btn{width: 100%;max-width: 320px}#erezept-register-container form{height: 100%;width: 100%}#erezept-register-container .feedback-container{height: 15%}#erezept-register-container .float-container,#erezept-register-container .float-element{height: 85%}#erezept-register-container .form-error,#erezept-register-container .form-success{padding-top: 20px;padding-right: 20px}#erezept-register-container .border-erezept{border: 1px solid #d8dcbf;padding: 10px}#erezept-register-container #camera-container{overflow: auto;width: 100%}#erezept-register-container .select{margin-bottom: 20px}#erezept-register-container .qr-status-element{display: none;width: 33%}#erezept-register-container #qr-success{color: green}#erezept-register-container #qr-error{color: red}#erezept-register-container .file-upload:valid ~ .chosen{display: block}#erezept-register-container .file-upload:valid ~ .empty{display: none}#erezept-register-container .file-upload:invalid ~ .chosen{display: none}#erezept-register-container .file-upload:invalid ~ .empty{display: flex}#video{width: 100%}.erezept--modal{opacity: 0;display: none;position: fixed;right: 0;left: 0;top: 50%;bottom: auto;z-index: 7000;overflow-x: hidden;overflow-y: auto;transform: translateY(-50%);margin: auto;background: #fff;width: 80%;height: auto;max-height: 80%;max-width: 800px;box-sizing: content-box;border-radius: 3px;transition: all .5s;box-shadow: 0 0 0 7px rgba(0,0,0,0.25)}.erezept--modal.is--open{display: block;opacity: 1}.erezept--modal.is--open + .modal-overlay{visibility: visible;display: block;position: fixed;z-index: 6000;background: rgba(255,255,255,0.75);width: 100vw;height: 100vh;top: 0;left: 0}.erezept--modal + .modal-overlay{visibility: hidden;display: none}.erezept--modal .content{width: 100%;height: 100%;position: relative;overflow: auto}.erezept--modal .modal--close{position: absolute;right: 10px;top: 10px;font-size: 20px;color: #666666;border: 0 none;background: #fff;height: 30px;width: 30px;line-height: 30px;padding: 0;text-align: center}@media screen and (min-width: 800px){#video{width: 768px}}@media screen and (max-width: 1025px){.is--ctl-erezeptupload .float-container,.is--ctl-erezepteinloesen .float-container{overflow: auto}.is--ctl-erezeptupload .float-element,.is--ctl-erezepteinloesen .float-element{width: 100%;float: none}.is--ctl-erezeptupload .upload-float-element:nth-child(2),.is--ctl-erezepteinloesen .upload-float-element:nth-child(2){margin-left: 0}#erezept-register-container .border-erezept{border: 0}}.is--ctl-erezeptupload .scan-button{display: block}.product-tip-element .status .icon{width: 10px;height: 10px;display: inline-block;margin-right: 3px;position: relative;top: 3px}.product-tip-element .status .icon.status1,.product-tip-element .status .icon.status2{background-color: #73b35c}.product-tip-element .status .icon.status3{background-color: #ea0}.product-tip-element .status .icon.status4{background-color: #e01}.product-tip-element .add-basket-form{position: absolute;margin: 0 auto;right: 2%;bottom: 5%;width: 25em;overflow: auto}.product-tip-element .add-basket-form .buybox--quantity.block{width: 5em;margin-right: 0.5em}.product-tip-element .add-basket-form .buybox--button{float: left;width: 13em}.prudsys-banner .prudsys-banner--content img.banner--image-src{max-width: unset}#vaccination-cert{margin-left: 3.125rem}#vaccination-cert .vaccination-cert-content{margin-bottom: 1.25rem}#vaccination-cert .btn{width: 15.625rem;margin-bottom: 1.875rem}.main-search--form.is--highlighted{z-index: 6000 !important}.main-search--results{background: #fff;width: 100%;height: auto;left: 0;right: 0;margin: 0;z-index: 6000;position: fixed;top: 10.3125rem;overflow-y: scroll;box-shadow: none;border-top: 1px solid #ccc}.main-search--results.is--open{display: block}.main-search--results .block-group{width: 100%}.main-search--results .block-group .block--search-terms{width: 100%}.main-search--results .block-group .block--additional{width: 100%;margin: -1px 0 0 -1px}.main-search--results .block-group .block--products{width: 100%;margin: -1px 0 0 -1px;padding-bottom: 1.25rem;border-left: 1px solid #dadae5}.main-search--results .block-group .block--products a.product-link{display: inline-block;width: 100%}.main-search--results .block-group .block--products .description span{color: #5f7285}.main-search--results .block-group .es-title{background: #f8f8f8;padding: .9375rem 1.25rem .9375rem 1.25rem;margin: 0}.main-search--results .block-group .es-redirect{background: #f8f8f8;padding: .625rem .9375rem .625rem .9375rem;margin: 0;text-align: center;border-bottom: 2px solid #dadae5}.main-search--results .block-group .list--simple{margin: 0;padding: 0;list-style: none}.main-search--results .block-group .list--simple li{list-style: none}.main-search--results .block-group .list--simple li.entry--empty{padding: 1.25rem 1.25rem 1.25rem 1.25rem}.main-search--results .block-group .list--simple li.entry--empty i{color: #4aa3df}.main-search--results .block-group .list--simple li.entry--empty span{padding-left: .625rem;font-style: italic}.main-search--results .block-group .list--simple li a{padding: .625rem 1.25rem .625rem 1.25rem;width: 100%;display: block}.main-search--results .block-group .list--simple li a:hover{background: #f8f8f8}.main-search--results .block-group .list--simple li.has--focus a{background: #2d6043;color: #fff}.main-search--results .block-group .list--products{margin: 0;padding: 0;list-style: none}.main-search--results .block-group .list--products li{padding: .625rem 1.25rem .625rem 1.25rem;display: inline-block;width: 100%;margin-bottom: 0;clear: both}.main-search--results .block-group .list--products li.entry--empty{padding: 1.25rem 1.25rem 1.25rem 1.25rem}.main-search--results .block-group .list--products li.entry--empty i{color: #4aa3df}.main-search--results .block-group .list--products li.entry--empty span{padding-left: .625rem;font-style: italic}.main-search--results .block-group .list--products li:after{content: '';clear: both}.main-search--results .block-group .list--products li .image{height: 5rem;width: 20%;margin-right: 5%;float: left;text-align: center}.main-search--results .block-group .list--products li .image object{width: 5.625rem;height: 5rem;max-width: 100%;max-height: 100%;margin: auto auto;object-fit: contain}.main-search--results .block-group .list--products li .image img{max-width: 100%;max-height: 100%;margin: auto auto}.main-search--results .block-group .list--products li .description{width: 75%;float: right}.main-search--results .block-group .list--products li .description a{font-size: 1rem}.main-search--results .block-group .list--products li .description span{display: block;font-size: .75rem;margin-top: .125rem}.main-search--results .block-group .list--products li.has--focus{background: #2d6043}.main-search--results .block-group .list--products li.has--focus .description a{color: #fff}.main-search--results .block-group .list--products li.has--focus .description span{color: #fff}.main-search--results .block-group .list--supplier{margin: 0;padding: 20px;list-style: none;clear: both}.main-search--results .block-group .list--supplier li{height: 3.75rem;margin-bottom: .625rem;margin-right: 2%;width: 30%;display: inline-block;padding-right: 0}.main-search--results .block-group .list--supplier li.entry--empty{width: 100%;height: auto;padding: 0}.main-search--results .block-group .list--supplier li.entry--empty i{color: #4aa3df}.main-search--results .block-group .list--supplier li.entry--empty span{padding-left: .625rem;font-style: italic}.main-search--results .block-group .list--supplier li a{padding: .3125rem .3125rem .3125rem .3125rem;display: inline-block;border: 1px solid #fff;border-radius: 3px 3px 3px 3px}.main-search--results .block-group .list--supplier li a img{max-width: 100%;margin: 0 auto}.main-search--results .block-group .list--supplier li.has--focus a{border: 1px solid #2d6043;border-radius: 3px 3px 3px 3px}.panel--elastic{margin-bottom: 1.875rem}.panel--elastic .block-group{width: 100%}.panel--elastic .block-group .block{padding-right: .9375rem;width: 25%}.panel--elastic .block-group .block .block--headline{margin-bottom: .625rem;color: #3f4c58;font-weight: 600}.panel--elastic .block-group .block ul{list-style: none}.panel--elastic .block-group .block ul li a{color: #000}.panel--elastic .block-group .block ul li a:hover{color: #2d6043}.panel--elastic .block-group .block.block-manufacturers{width: 100%}.panel--elastic .block-group .block.block-manufacturers ul li{padding-right: 1.875rem;padding-bottom: 1.875rem;width: 20%;float: left}@media screen and (min-width: 30em){.main-search--results{position: fixed;overflow-y: auto;width: 100%;margin: 0;border-top: 0 none;top: 110px;box-shadow: 0 0 10px 1px #000}}@media screen and (min-width: 48em){.main-search--results .block-group{width: 100%}.main-search--results .block-group .block--search-terms{width: 100%}.main-search--results .block-group .block--additional{width: 50%;border-right: 1px solid #dadae5}.main-search--results .block-group .block--products{width: 50%}}@media screen and (min-width: 64em){.main-search--results{width: 1000px;top: 100px;margin: 0 auto}}.paypal--sidebar .paypal--sidebar-inner{padding: .625rem .625rem .625rem .625rem}.paypal--sidebar .logo--image{margin: auto}@media screen and (min-width: 48em){.paypal--sidebar{margin-bottom: 1.25rem;border: 1px solid #d8dcbf}.paypal--sidebar .paypal--sidebar-inner{padding: .75rem .75rem .75rem .75rem}.paypal--sidebar .paypal--sidebar-inner-returns{padding: .75rem .75rem .75rem 1.5rem}}.unified-instructions--table{margin: 0 auto;width: 100%;table-layout: fixed}.unified-instructions--table tr{width: 100%}.unified-instructions--table tr td{background: none;width: 50%;word-wrap: break-word}.unified-instructions--table tr td.bolder{font-weight: bolder}.unified--panel{margin: 1.25rem 0rem 1.25rem 0rem;width: 100%}.unified--panel .unified--instruction{font-weight: bolder;text-align: center}.unified--panel .unified-header--left-td{width: 45%;text-align: right}.unified--panel .unified-header--left-td h3{margin-top: .625rem}.unified--panel .unified-header--center-td{min-width: 6.25rem;width: auto}.unified--panel .unified-header--right-td{width: 45%}.unified--panel .unified-legal--message{text-align: center}@media screen and (min-width: 30em){.unified-instructions--container{margin: 1.25rem 0rem 1.25rem 0rem}.unified-instructions--table{width: 80%;border: 1px solid #d8dcbf;border-radius: 3px}.unified-instructions--table tr{width: 100%}.unified-instructions--table tr td{font-size: inherit}.unified-instructions--table tr td.bolder{font-size: inherit;width: 50%}}@media screen and (min-width: 64em){.unified-instructions--table{width: 50%}}.paypal-unified--error{margin-bottom: 1.25rem}.paypal--payment-selection .is--plus-container{border-bottom: 0}.paypal--payment-selection .is--plus-container .method--label{display: none}.paypal--payment-selection .is--plus-container #ppplus{padding: 0;margin: 0}.paypal--payment-selection .is--plus-container #ppplus iframe{top: -1.625rem;position: relative}.paypal--payment-selection .is--plus-container .method--description{position: relative;width: 100%;display: block}.paypal--payment-selection .is--plus-container.payment--method{margin-bottom: -1.75rem;padding: 0;height: inherit}.paypal--payment-selection .is--plus-container.payment--method:hover{background-color: white}.paypal--payment-selection .is--plus-container.payment--method.js--is-active,.paypal--payment-selection .is--plus-container.payment--method.is--active{background-color: white}.paypal--payment-selection .is--plus-container.payment--method.js--is-active:after,.paypal--payment-selection .is--plus-container.payment--method.is--active:after{display: none}.paypal--payment-selection .method--input{display: none}.paypal--payment-selection .payment--method{font-size: .6875rem;padding: 1.25rem 0rem 1.25rem 0rem;color: #3f3f3f;margin-bottom: 0;font-family: Arial, sans-serif;position: relative;cursor: pointer;height: inherit}.paypal--payment-selection .payment--method:after{content: "";display: table;clear: both}.paypal--payment-selection .payment--method:hover{background-color: #f9f9f9}.paypal--payment-selection .payment--method.js--is-active,.paypal--payment-selection .payment--method.is--active{cursor: default;background-color: #f9f9f9}.paypal--payment-selection .payment--method.js--is-active .method--name,.paypal--payment-selection .payment--method.is--active .method--name{font-weight: bold}.paypal--payment-selection .payment--method.js--is-active .method--label,.paypal--payment-selection .payment--method.is--active .method--label{width: 100%}.paypal--payment-selection .payment--method.js--is-active .method--description,.paypal--payment-selection .payment--method.is--active .method--description{padding-left: .5rem;display: block}.paypal--payment-selection .payment--method.js--is-active:after,.paypal--payment-selection .payment--method.is--active:after{height: 1.125rem;width: 1.4375rem;right: .5rem;top: .9375rem;content: '';position: absolute;background: url('https://www.paypalobjects.com/webstatic/ppplus/icons/checkmark.png') no-repeat}.paypal--payment-selection .payment--method:last-child{border-bottom: 0}.paypal--payment-selection .method--label{padding-left: .5rem;width: 17%;float: left}.paypal--payment-selection .method--description{display: none;float: left;width: 65%}.paypal--payment-selection .method--name{font-size: .75rem;color: #3f3f3f;font-weight: normal;cursor: pointer}.paypal--payment-selection .method--bankdata{text-align: center;clear: both}@media screen and (min-width: 48em){.paypal--payment-selection .is--plus-container #ppplus{margin-bottom: -2.9375rem;padding: 0;width: 100%}.paypal--payment-selection .is--plus-container #ppplus iframe{top: -2.875rem}.paypal--payment-selection .payment--method.js--is-active .method--label,.paypal--payment-selection .payment--method.is--active .method--label{width: 17%}.paypal--payment-selection .payment--method.js--is-active .method--description,.paypal--payment-selection .payment--method.is--active .method--description{width: 66%}.paypal--payment-selection .payment--method:last-child{border-bottom: 1px solid #d8dcbf}}.paypal-unified-installments-banner--product-detail{margin-bottom: .625rem}.paypal-unified-installments-banner--cart{margin-top: 1.25rem}.paypal-unified-ec--outer-button-container:after{content: "";display: table;clear: both}.paypal-unified-ec--button-container{margin-top: .625rem}.product--table .paypal-unified-ec--button-container{margin-top: 0rem}.register--login .paypal-unified-ec--outer-button-container{line-height: normal}.paypal-unified-ec--button-placeholder{height: 2.1875rem}@media screen and (min-width: 30em){.product--table .paypal-unified-ec--button-container{margin-top: .625rem}}@media screen and (min-width: 48em){.product--table .paypal-unified-ec--button-container{margin-top: -0.3125rem;margin-bottom: .625rem}}.paypal-unified--error-message{margin-top: 1rem;padding: 1rem 1rem 1rem 1rem;border-radius: 3;background-clip: padding-box;width: 100%;border: 1px solid #d8dcbf}.paypal-unified--smart-payment-buttons{width: 100%}@media screen and (min-width: 30em){.paypal-unified--smart-payment-buttons{float: right;width: 70%}}@media screen and (min-width: 48em){.paypal-unified--smart-payment-buttons{float: right;width: 50%}}@media screen and (min-width: 64em){.paypal-unified--smart-payment-buttons{float: right;width: 30%}}.icon-medicaria,[class^="medicaria-"],[class*=" medicaria-"]{font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.medicaria--menu:before{content: "\e912"}.medicaria--close:before{content: "\e90f"}.medicaria--account:before{content: "\e900"}.medicaria--animal:before{content: "\e901"}.medicaria--arrow-down:before{content: "\e902"}.medicaria--arrow-left:before{content: "\e903"}.medicaria--arrow-right:before{content: "\e904"}.medicaria--arrow-up:before{content: "\e905"}.medicaria--bio:before{content: "\e906"}.medicaria--cart:before{content: "\e907"}.medicaria--cooling:before{content: "\e908"}.medicaria--edit:before{content: "\e909"}.medicaria--eyecatcher:before{content: "\e90a"}.medicaria--newsletter:before{content: "\e90b"}.medicaria--notepad:before{content: "\e90c"}.medicaria--reciept:before{content: "\e90d"}.medicaria--reimport:before{content: "\e90e"}.medicaria--search:before{content: "\e910"}.medicaria--vegan:before{content: "\e911"}.medicaria--biozid:before{content: "\e913"}.medicaria--erezept:before{content: "\e914"}.medicaria--heart-scribbled:before{content: "\e915"}.panel--flex{overflow: hidden;box-sizing: border-box;display: flex;flex-direction: row;flex-wrap: wrap;margin-right: -10px;margin-left: -10px}.panel--flex.is--collapse{margin-right: 0;margin-left: 0}.panel--flex.is--collapse [class^="col-"],.panel--flex.is--collapse [class*=" col-"]{padding-right: 0;padding-left: 0}.panel--flex.is--reverse{flex-direction: row-reverse;flex-wrap: wrap-reverse}.panel--flex.is--grid{margin-top: 10px;margin-bottom: 10px}.panel--flex.is--grid [class^="col-"],.panel--flex.is--grid [class*=" col-"]{padding-top: 10px;padding-bottom: 10px}.panel--flex.is--inset{margin-left: 0;margin-right: 0}.js--modal .panel--flex.center-large .col-large-8{flex-basis: 100%;max-width: 100%}.col.is--reverse{flex-direction: column-reverse;flex-wrap: wrap-reverse}[class^="col-base"],[class*=" col-base"],[class^="col-base-offset"],[class*=" col-base-offset"]{box-sizing: border-box;display: flex;flex-direction: column;flex-grow: 0;flex-shrink: 0;padding-right: 10px;padding-left: 10px}.col-base{flex-grow: 1;flex-basis: 0;max-width: 100%}.col-base-1{flex-basis: 8.33333333%;max-width: 8.33333333%}.col-base-2{flex-basis: 16.66666667%;max-width: 16.66666667%}.col-base-3{flex-basis: 25%;max-width: 25%}.col-base-4{flex-basis: 33.33333333%;max-width: 33.33333333%}.col-base-5{flex-basis: 41.66666667%;max-width: 41.66666667%}.col-base-6{flex-basis: 50%;max-width: 50%}.col-base-7{flex-basis: 58.33333333%;max-width: 58.33333333%}.col-base-8{flex-basis: 66.66666667%;max-width: 66.66666667%}.col-base-9{flex-basis: 75%;max-width: 75%}.col-base-10{flex-basis: 83.33333333%;max-width: 83.33333333%}.col-base-11{flex-basis: 91.66666667%;max-width: 91.66666667%}.col-base-12{flex-basis: 100%;max-width: 100%}.col-base-offset-1{margin-left: 8.33333333%}.col-base-offset-2{margin-left: 16.66666667%}.col-base-offset-3{margin-left: 25%}.col-base-offset-4{margin-left: 33.33333333%}.col-base-offset-5{margin-left: 41.66666667%}.col-base-offset-6{margin-left: 50%}.col-base-offset-7{margin-left: 58.33333333%}.col-base-offset-8{margin-left: 66.66666667%}.col-base-offset-9{margin-left: 75%}.col-base-offset-10{margin-left: 83.33333333%}.col-base-offset-11{margin-left: 91.66666667%}.start-base{justify-content: flex-start}.start-base .col-base{flex-grow: 0}.center-base{justify-content: center}.end-base{justify-content: flex-end}.end-base .col-base{flex-grow: 0}.top-base{align-items: flex-start}.middle-base{align-items: center}.bottom-base{align-items: flex-end}.around-base{justify-content: space-around}.between-base{justify-content: space-between}.first-base{order: -1}.last-base{order: 1}@media only screen and (min-width: 30em){[class^="col-small"],[class*=" col-small"],[class^="col-small-offset"],[class*=" col-small-offset"]{box-sizing: border-box;display: flex;flex-direction: column;flex-grow: 0;flex-shrink: 0;padding-right: 10px;padding-left: 10px}.col-small{flex-grow: 1;flex-basis: 0;max-width: 100%}.col-small-1{flex-basis: 8.33333333%;max-width: 8.33333333%}.col-small-2{flex-basis: 16.66666667%;max-width: 16.66666667%}.col-small-3{flex-basis: 25%;max-width: 25%}.col-small-4{flex-basis: 33.33333333%;max-width: 33.33333333%}.col-small-5{flex-basis: 41.66666667%;max-width: 41.66666667%}.col-small-6{flex-basis: 50%;max-width: 50%}.col-small-7{flex-basis: 58.33333333%;max-width: 58.33333333%}.col-small-8{flex-basis: 66.66666667%;max-width: 66.66666667%}.col-small-9{flex-basis: 75%;max-width: 75%}.col-small-10{flex-basis: 83.33333333%;max-width: 83.33333333%}.col-small-11{flex-basis: 91.66666667%;max-width: 91.66666667%}.col-small-12{flex-basis: 100%;max-width: 100%}.col-small-offset-1{margin-left: 8.33333333%}.col-small-offset-2{margin-left: 16.66666667%}.col-small-offset-3{margin-left: 25%}.col-small-offset-4{margin-left: 33.33333333%}.col-small-offset-5{margin-left: 41.66666667%}.col-small-offset-6{margin-left: 50%}.col-small-offset-7{margin-left: 58.33333333%}.col-small-offset-8{margin-left: 66.66666667%}.col-small-offset-9{margin-left: 75%}.col-small-offset-10{margin-left: 83.33333333%}.col-small-offset-11{margin-left: 91.66666667%}.start-small{justify-content: flex-start}.start-small .col-small{flex-grow: 0}.center-small{justify-content: center}.end-small{justify-content: flex-end}.end-small .col-small{flex-grow: 0}.top-small{align-items: flex-start}.middle-small{align-items: center}.bottom-small{align-items: flex-end}.around-small{justify-content: space-around}.between-small{justify-content: space-between}.first-small{order: -1}.last-small{order: 1}}@media only screen and (min-width: 48em){[class^="col-medium"],[class*=" col-medium"],[class^="col-medium-offset"],[class*=" col-medium-offset"]{box-sizing: border-box;display: flex;flex-direction: column;flex-grow: 0;flex-shrink: 0;padding-right: 10px;padding-left: 10px}.col-medium{flex-grow: 1;flex-basis: 0;max-width: 100%}.col-medium-1{flex-basis: 8.33333333%;max-width: 8.33333333%}.col-medium-2{flex-basis: 16.66666667%;max-width: 16.66666667%}.col-medium-3{flex-basis: 25%;max-width: 25%}.col-medium-4{flex-basis: 33.33333333%;max-width: 33.33333333%}.col-medium-5{flex-basis: 41.66666667%;max-width: 41.66666667%}.col-medium-6{flex-basis: 50%;max-width: 50%}.col-medium-7{flex-basis: 58.33333333%;max-width: 58.33333333%}.col-medium-8{flex-basis: 66.66666667%;max-width: 66.66666667%}.col-medium-9{flex-basis: 75%;max-width: 75%}.col-medium-10{flex-basis: 83.33333333%;max-width: 83.33333333%}.col-medium-11{flex-basis: 91.66666667%;max-width: 91.66666667%}.col-medium-12{flex-basis: 100%;max-width: 100%}.col-medium-offset-1{margin-left: 8.33333333%}.col-medium-offset-2{margin-left: 16.66666667%}.col-medium-offset-3{margin-left: 25%}.col-medium-offset-4{margin-left: 33.33333333%}.col-medium-offset-5{margin-left: 41.66666667%}.col-medium-offset-6{margin-left: 50%}.col-medium-offset-7{margin-left: 58.33333333%}.col-medium-offset-8{margin-left: 66.66666667%}.col-medium-offset-9{margin-left: 75%}.col-medium-offset-10{margin-left: 83.33333333%}.col-medium-offset-11{margin-left: 91.66666667%}.start-medium{justify-content: flex-start}.start-medium .col-medium{flex-grow: 0}.center-medium{justify-content: center}.end-medium{justify-content: flex-end}.end-medium .col-medium{flex-grow: 0}.top-medium{align-items: flex-start}.middle-medium{align-items: center}.bottom-medium{align-items: flex-end}.around-medium{justify-content: space-around}.between-medium{justify-content: space-between}.first-medium{order: -1}.last-medium{order: 1}}@media only screen and (min-width: 64em){[class^="col-large"],[class*=" col-large"],[class^="col-large-offset"],[class*=" col-large-offset"]{box-sizing: border-box;display: flex;flex-direction: column;flex-grow: 0;flex-shrink: 0;padding-right: 10px;padding-left: 10px}.col-large{flex-grow: 1;flex-basis: 0;max-width: 100%}.col-large-1{flex-basis: 8.33333333%;max-width: 8.33333333%}.col-large-2{flex-basis: 16.66666667%;max-width: 16.66666667%}.col-large-3{flex-basis: 25%;max-width: 25%}.col-large-4{flex-basis: 33.33333333%;max-width: 33.33333333%}.col-large-5{flex-basis: 41.66666667%;max-width: 41.66666667%}.col-large-6{flex-basis: 50%;max-width: 50%}.col-large-7{flex-basis: 58.33333333%;max-width: 58.33333333%}.col-large-8{flex-basis: 66.66666667%;max-width: 66.66666667%}.col-large-9{flex-basis: 75%;max-width: 75%}.col-large-10{flex-basis: 83.33333333%;max-width: 83.33333333%}.col-large-11{flex-basis: 91.66666667%;max-width: 91.66666667%}.col-large-12{flex-basis: 100%;max-width: 100%}.col-large-offset-1{margin-left: 8.33333333%}.col-large-offset-2{margin-left: 16.66666667%}.col-large-offset-3{margin-left: 25%}.col-large-offset-4{margin-left: 33.33333333%}.col-large-offset-5{margin-left: 41.66666667%}.col-large-offset-6{margin-left: 50%}.col-large-offset-7{margin-left: 58.33333333%}.col-large-offset-8{margin-left: 66.66666667%}.col-large-offset-9{margin-left: 75%}.col-large-offset-10{margin-left: 83.33333333%}.col-large-offset-11{margin-left: 91.66666667%}.start-large{justify-content: flex-start}.start-large .col-large{flex-grow: 0}.center-large{justify-content: center}.end-large{justify-content: flex-end}.end-large .col-large{flex-grow: 0}.top-large{align-items: flex-start}.middle-large{align-items: center}.bottom-large{align-items: flex-end}.around-large{justify-content: space-around}.between-large{justify-content: space-between}.first-large{order: -1}.last-large{order: 1}}@media only screen and (min-width: 78.75em){[class^="col-xlarge"],[class*=" col-xlarge"],[class^="col-xlarge-offset"],[class*=" col-xlarge-offset"]{box-sizing: border-box;display: flex;flex-direction: column;flex-grow: 0;flex-shrink: 0;padding-right: 10px;padding-left: 10px}.col-xlarge{flex-grow: 1;flex-basis: 0;max-width: 100%}.col-xlarge-1{flex-basis: 8.33333333%;max-width: 8.33333333%}.col-xlarge-2{flex-basis: 16.66666667%;max-width: 16.66666667%}.col-xlarge-3{flex-basis: 25%;max-width: 25%}.col-xlarge-4{flex-basis: 33.33333333%;max-width: 33.33333333%}.col-xlarge-5{flex-basis: 41.66666667%;max-width: 41.66666667%}.col-xlarge-6{flex-basis: 50%;max-width: 50%}.col-xlarge-7{flex-basis: 58.33333333%;max-width: 58.33333333%}.col-xlarge-8{flex-basis: 66.66666667%;max-width: 66.66666667%}.col-xlarge-9{flex-basis: 75%;max-width: 75%}.col-xlarge-10{flex-basis: 83.33333333%;max-width: 83.33333333%}.col-xlarge-11{flex-basis: 91.66666667%;max-width: 91.66666667%}.col-xlarge-12{flex-basis: 100%;max-width: 100%}.col-xlarge-offset-1{margin-left: 8.33333333%}.col-xlarge-offset-2{margin-left: 16.66666667%}.col-xlarge-offset-3{margin-left: 25%}.col-xlarge-offset-4{margin-left: 33.33333333%}.col-xlarge-offset-5{margin-left: 41.66666667%}.col-xlarge-offset-6{margin-left: 50%}.col-xlarge-offset-7{margin-left: 58.33333333%}.col-xlarge-offset-8{margin-left: 66.66666667%}.col-xlarge-offset-9{margin-left: 75%}.col-xlarge-offset-10{margin-left: 83.33333333%}.col-xlarge-offset-11{margin-left: 91.66666667%}.start-xlarge{justify-content: flex-start}.start-xlarge .col-xlarge{flex-grow: 0}.center-xlarge{justify-content: center}.end-xlarge{justify-content: flex-end}.end-xlarge .col-xlarge{flex-grow: 0}.top-xlarge{align-items: flex-start}.middle-xlarge{align-items: center}.bottom-xlarge{align-items: flex-end}.around-xlarge{justify-content: space-around}.between-xlarge{justify-content: space-between}.first-xlarge{order: -1}.last-xlarge{order: 1}}.btn{font-weight: 500;font-size: 20px;color: #fff;text-align: center;background-image: none;background-color: #e2001a;border: 0;border-radius: 0;background-clip: padding-box;border: 1px solid #e2001a}.btn:disabled,.btn:disabled:hover,.btn.is--disabled,.btn.is--disabled:hover{font-weight: 500;font-size: 20px;color: #fff;text-align: center;background-image: none;background-color: #e2001a;border: 0;border-radius: 0;background-clip: padding-box;border: 1px solid #e2001a;opacity: 0.5;cursor: not-allowed}.btn.modal--close{font-size: 20px;color: #666666;background: transparent}.btn.is--secondary{border: 1px solid #2d6043;background-color: #ffffff;color: #2d6043}.btn.is--secondary:hover{background-color: #ffffff;color: #2d6043;border-color: #e2001a}.is--primary{font-weight: 500;font-size: 20px;color: #fff;text-align: center;background-image: none;background-color: #e2001a;border: 0;border-radius: 0;background-clip: padding-box;border: 1px solid #e2001a}.is--primary.is--inverted{color: #e2001a;background-color: transparent}.is--secondary{font-weight: 500;font-size: 20px;color: #fff;text-align: center;background-image: none;background-color: #e2001a;border: 0;border-radius: 0;background-clip: padding-box;border: 1px solid #e2001a}.is--secondary.is--inverted{color: #fff;background-color: #304513;line-height: 2.25rem}.is--secondary.is--inverted:hover{background-color: #fff !important;color: #304513 !important;border-color: #304513}.is--link{border: 0 none;background: transparent;color: #2d6043;font-size: .875rem;font-weight: 300}.is--link:hover{color: #2d6043}.container{max-width: 85.375em}.emotion--wrapper{max-width: 1244px}.emotion--element.has--border-top .panel.has--border{margin-top: .625rem;border-top: 1px solid #d8dcbf}.emotion--product .product--box:not(.box--list){border: 1px solid #d8dcbf;padding: .625rem .625rem .625rem .625rem}.emotion--product .product--box:not(.box--list) .product--image{height: 60%;width: 80%;margin: 0 auto;margin-bottom: 1.25rem}.emotion--product .product--box:not(.box--list) .product--details{position: relative;max-height: 0;height: 40%}.emotion--product .product--box:not(.box--list) .product--btn-container{display: none}.emotion--product.is--no-border .product--box{border-color: transparent}.emotion--product-slider.has--border .product-slider--container.is--horizontal{border-left: 1px solid #d8dcbf}.emotion--product-slider.has--border .product-slider--container.is--horizontal .product-slider--item{border: 1px solid #d8dcbf;border-left-width: 0}.emotion--product-slider .product-slider--arrow.arrow--next{border-right: 1px solid #d8dcbf}.emotion--product-slider .product-slider--arrow.arrow--prev{border-left: 1px solid #d8dcbf}.emotion--product-slider .product-slider--arrow.arrow--next:hover,.emotion--product-slider .product-slider--arrow.arrow--prev:hover{border-color: #2d6043}.emotion--product-slider .box--emotion .product--price-info .price--unit{font-weight: 300;font-size: 14px;line-height: 24px;color: #777;text-align: center;height: 1.5rem}.emotion--product-slider .box--emotion .product--image{margin-bottom: .3125rem;width: 80%}.emotion--product-slider .product--details{max-height: 0;margin-top: 0}.emotion--product-slider .product--btn-container{display: none}.emotion--html .html--content{font-weight: normal}.emotion--html .html--content.panel--body.is--wide{padding: .625rem 1.25rem 1.25rem 0rem}.emotion--html ul{padding-left: .9375rem}.is--ctl-checkout .emotion--container,.is--act-cart .emotion--container{height: auto}.is--ctl-checkout .emotion--container .product--details .buybox--form,.is--act-cart .emotion--container .product--details .buybox--form{margin: 0;padding: 0}.is--ctl-checkout .emotion--container .product--details .select-field,.is--act-cart .emotion--container .product--details .select-field,.is--ctl-checkout .emotion--container .product--details .js--fancy-select,.is--act-cart .emotion--container .product--details .js--fancy-select{width: 24%;margin-right: 1%;float: left;height: 42px}.is--ctl-checkout .emotion--container .product--details .select-field > select,.is--act-cart .emotion--container .product--details .select-field > select,.is--ctl-checkout .emotion--container .product--details .js--fancy-select > select,.is--act-cart .emotion--container .product--details .js--fancy-select > select{height: 42px}.is--ctl-checkout .emotion--container .product--details .buybox--button,.is--act-cart .emotion--container .product--details .buybox--button{width: 75%;padding: 0rem 0rem 0rem 0rem;line-height: 42px;float: none}.is--ctl-checkout .emotion--container .product--details .product--detail-btn,.is--act-cart .emotion--container .product--details .product--detail-btn{line-height: 42px}.is--ctl-checkout .emotion--container .product--details i.medicaria--cart,.is--act-cart .emotion--container .product--details i.medicaria--cart{display: none !important}.emotion--mode-rows .emotion--product-slider{height: 33.75rem}.emotion--mode-rows .emotion--product{height: 23.75rem}.emotion--product-slider.has--border .panel--title.liveshopping-slider-title{display: none}.emotion--product-slider.has--border .panel--title.liveshopping-slider-title ~ .product-slider--content{padding: 0}.emotion--product-slider.has--border .panel--title.liveshopping-slider-title ~ .product-slider--content .product-slider--container{padding: 0;border: 0 none}.emotion--product-slider.has--border .panel--title.liveshopping-slider-title ~ .product-slider--content .product-slider--item{border: 0 none;padding: 0 10px}.emotion--product-slider.has--border .panel--title.liveshopping-slider-title ~ .product-slider--content .product--description--wrapper{display: none}.emotion--basket .emotion--wrapper{overflow: visible}.emotion--basket .emotion--mode-rows .emotion--product,.emotion--basket .emotion--product{height: auto}.emotion--basket .emotion--container{margin: 0}.emotion--basket .product--box:not(.box--list){height: auto;border: 0 none}.emotion--basket .product--box:not(.box--list) .box-content{padding: 0rem .625rem 0rem 0rem}.emotion--basket .product--box:not(.box--list) .product--image,.emotion--basket .product--box:not(.box--list) .product--info-icons{height: 100px;padding-top: 0}.emotion--basket .product--box:not(.box--list) .buybox--form{width: 100%}.emotion--basket .product--box:not(.box--list) .product--description--wrapper,.emotion--basket .product--box:not(.box--list) .price--unit{display: none}.emotion--basket .product--box:not(.box--list) .product--btn-container{display: block;margin-top: .625rem}.emotion--basket .product--box:not(.box--list) .product--title{height: auto;line-height: normal;font-size: .875rem}.emotion--basket .product--box:not(.box--list) .price--discount{font-size: .875rem}.emotion--basket .product--box:not(.box--list) .price--default.is--discount{font-size: 1.125rem}@media screen and (min-width: 30em){.emotion--basket .product--box:not(.box--list):not(.box--image) .box--content{padding: 0rem .625rem 0rem 0rem}.emotion--basket .product--box:not(.box--list):not(.box--image) .box--content .product--image{padding-top: 0}.emotion--basket .product--box:not(.box--list):not(.box--image) .product--onpack-image{top: 0}}@media screen and (min-width: 48em){.emotion--product .product--box:not(.box--list){padding: .625rem .0625rem .625rem .0625rem}.emotion--product .product--box:not(.box--list) .product--image{height: 7.5rem}.emotion--product-slider .product-slider--content{padding-left: 0rem;padding-right: 0rem}.emotion--product-slider .box--emotion .product--image{height: 8.125rem;margin-bottom: 1.25rem}.emotion--product-slider .box--emotion .product--image .image--element img{max-width: 70%}.emotion--mode-rows .emotion--product-slider{height: 25.625rem}.emotion--mode-rows .emotion--product{height: 23.75rem}.emotion--basket .product--box:not(.box--list):not(.box--image) .box--content .product--image,.emotion--basket .product--box:not(.box--list):not(.box--image) .box--content .product--info-icons{height: 100px}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow: 0 0 0 30px #fff inset !important}input[type='checkbox'],input[type='radio']{width: auto;float: left;background: transparent;border: none}input[type='checkbox']:checked,input[type='radio']:checked,input[type='checkbox']:not(:checked),input[type='radio']:not(:checked){background: transparent;position: relative;margin: .4375rem .4375rem .4375rem .4375rem;padding: 0;border: none}input[type='checkbox']:checked + label,input[type='radio']:checked + label,input[type='checkbox']:not(:checked) + label,input[type='radio']:not(:checked) + label{line-height: 1.75rem;cursor: pointer}input[type='checkbox']:checked + label:before,input[type='radio']:checked + label:before,input[type='checkbox']:not(:checked) + label:before,input[type='radio']:not(:checked) + label:before{content: '';display: inline-block;width: 1.0625rem;height: 1.0625rem;position: relative;top: .25rem;border: 1px solid #2d6043;background-color: #ffffff;margin-right: 1rem;margin-left: -1.5625rem;box-shadow: inset 0 0 0 2px rgba(255,255,255,0)}input[type='checkbox']:hover + label::before,input[type='radio']:hover + label::before{background-color: #a8be00}input[type='checkbox']:checked + label::before,input[type='radio']:checked + label::before{background: #2d6043;box-shadow: inset 0 0 0 2px #fff}input[type='checkbox'].has--error:checked + label:before,input[type='radio'].has--error:checked + label:before,input[type='checkbox'].has--error:not(:checked) + label:before,input[type='radio'].has--error:not(:checked) + label:before{border-color: #e74c3c;background-color: #faeceb}input[type='checkbox'].has--error:hover + label::before,input[type='radio'].has--error:hover + label::before{background-color: #a8be00}input[type='checkbox'].has--error:checked + label::before,input[type='radio'].has--error:checked + label::before{background: #2d6043;border-color: #2d6043;box-shadow: inset 0 0 0 2px #fff}input[type='checkbox']:not(:checked) + label:before,input[type='checkbox']:checked + label:before{font-family: 'shopware';content: "\e60c";line-height: 18px;font-size: .75rem;text-align: center;top: 0}input[type='checkbox']:not(:checked) + label:before{color: transparent}input[type='checkbox']:checked + label:before{color: #ffffff}input[type='radio']:checked + label:before,input[type='radio']:not(:checked) + label:before{border-radius: 50%}textarea,input[type="text"],input[type="search"],input[type="password"],input[type="number"],input[type="email"],input[type="tel"]{border-radius: 0;box-shadow: none;color: #000}.select-field select,.js--fancy-select select{background-image: none}.has--label label{font-weight: 300;font-size: 14px;color: #777;text-align: left;line-height: .875rem}.has--label label textarea,.has--label label input[type="text"],.has--label label input[type="search"],.has--label label input[type="password"],.has--label label input[type="number"],.has--label label input[type="email"],.has--label label input[type="tel"]{margin-top: .375rem;margin-bottom: 1.25rem}.has--label label textarea::-moz-placeholder,.has--label label input[type="text"]::-moz-placeholder,.has--label label input[type="search"]::-moz-placeholder,.has--label label input[type="password"]::-moz-placeholder,.has--label label input[type="number"]::-moz-placeholder,.has--label label input[type="email"]::-moz-placeholder,.has--label label input[type="tel"]::-moz-placeholder{color: transparent}.has--label label textarea::-webkit-input-placeholder,.has--label label input[type="text"]::-webkit-input-placeholder,.has--label label input[type="search"]::-webkit-input-placeholder,.has--label label input[type="password"]::-webkit-input-placeholder,.has--label label input[type="number"]::-webkit-input-placeholder,.has--label label input[type="email"]::-webkit-input-placeholder,.has--label label input[type="tel"]::-webkit-input-placeholder{color: transparent}.has--label label textarea:-ms-input-placeholder,.has--label label input[type="text"]:-ms-input-placeholder,.has--label label input[type="search"]:-ms-input-placeholder,.has--label label input[type="password"]:-ms-input-placeholder,.has--label label input[type="number"]:-ms-input-placeholder,.has--label label input[type="email"]:-ms-input-placeholder,.has--label label input[type="tel"]:-ms-input-placeholder{color: transparent}.has--label label .select-field,.has--label label .js--fancy-select{max-width: 100%}.input-subline{margin-bottom: 1.25rem;margin-top: .375rem;color: #999;line-height: 20px}.has--subline textarea,.has--subline input[type="text"],.has--subline input[type="search"],.has--subline input[type="password"],.has--subline input[type="number"],.has--subline input[type="email"],.has--subline input[type="tel"],.has--subline select{margin-bottom: 0}.select-field:hover,.js--fancy-select:hover{color: #000}.select-field > select,.js--fancy-select > select{padding: 0rem 1.25rem 0rem .625rem;line-height: 2.375rem;border-radius: 0;background-image: none;background-color: #fff;color: #2d6043;font-size: .875rem;border-color: #777;height: 2.5rem;display: inline-block}.select-field > select option,.js--fancy-select > select option{color: #000}.select-field > select:hover,.js--fancy-select > select:hover{color: #000;border-color: #d8dcbf;background: #fff}.select-field > select:focus,.js--fancy-select > select:focus{color: #000;border-color: #777}.select-field:after,.js--fancy-select:after{top: 0rem;color: #000;border-left-width: 0;font-family: 'medicaria';content: "\e902";width: 2.25rem;font-size: .625rem;display: block}.select-field:after:hover,.js--fancy-select:after:hover{color: #777}.has--label .js--fancy-select{height: 4.875rem}.has--label .js--fancy-select select{margin-top: .375rem;line-height: 2.375rem}.has--label .js--fancy-select:after{top: .4375rem}.select-field.has--label{height: 4.875rem}.field--select.has--label:after{display: none}.has--label-label{font-weight: 300;font-size: 14px;color: #777;text-align: left}.has--label-label > .panel--flex{margin-top: .375rem;margin-bottom: 1.25rem}.address--birthdate .field--select{margin-top: .375rem;margin-bottom: 1.25rem}.js--modal .address--title.field--select.select-field.has--label select,.js--modal .address--salutation.field--select.select-field.has--label select,.js--modal .address--customer-type.field--select.select-field.has--label select,.js--modal .address--country.field--select.select-field.has--label select{height: 2.5rem}.js--modal .address--title.field--select.select-field.has--label:after,.js--modal .address--salutation.field--select.select-field.has--label:after,.js--modal .address--customer-type.field--select.select-field.has--label:after,.js--modal .address--country.field--select.select-field.has--label:after{top: 1.5rem;color: #000;border-left-width: 0;font-family: 'medicaria';content: "\e902";width: 2.25rem;font-size: .625rem;display: block}.js--modal .address--title.field--select.select-field.has--label:after:hover,.js--modal .address--salutation.field--select.select-field.has--label:after:hover,.js--modal .address--customer-type.field--select.select-field.has--label:after:hover,.js--modal .address--country.field--select.select-field.has--label:after:hover{color: #777}.icon--percent2:before{content: "\e723"}.icon--percent:before{content: "\e722"}.icon--coupon:before{content: "\e71c"}.icon--truck:before{content: "\e71d"}.icon--logout:before{content: "\e614"}.icon--grid:before{content: "\e615"}.icon--filter:before{content: "\e616"}.icon--clock:before{content: "\e617"}.icon--arrow-up:before{font-family: 'medicaria';content: "\e905";font-size: .5rem}.icon--arrow-right:before{font-family: 'medicaria';content: "\e904";font-size: 1.25rem}.icon--arrow-left:before{font-family: 'medicaria';content: "\e903";font-size: 1.25rem}.icon--arrow-down:before{font-family: 'medicaria';content: "\e902";font-size: .5rem}.icon--pencil:before{font-family: 'medicaria';content: "\e909"}.icon--star:before{content: "\e600"}.icon--star-half:before{content: "\e71e"}.icon--star-empty:before{content: "\e601"}.icon--shopware:before{content: "\e602"}.icon--service:before{content: "\e603"}.icon--search{font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: #000;font-size: 1.75rem}.icon--search:before{content: "\e910"}.icon--numbered-list:before{content: "\e605"}.icon--menu:before{font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e912"}.icon--mail:before{content: "\e607"}.icon--list:before{content: "\e608"}.icon--layout:before{content: "\e609"}.icon--cross{font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.icon--cross:before{content: "\e90f"}.icon--compare:before{content: "\e60b"}.icon--check:before{content: "\e60c"}.shop--navigation .navigation--entry .icon--basket,.shop--navigation .navigation--entry .icon--account,.shop--navigation .navigation--entry .icon--heart,.shop--navigation .navigation--entry .icon--search,.shop--navigation .navigation--entry .icon--erezept{font-size: 1.75rem;color: #000}.icon--basket:before{font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e907"}.icon--account:before{font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e900"}.icon--rezept:before{font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e914"}.icon--heart:before{font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90c"}.icon--erezept:before{font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e914"}.icon--heart-scribbled:before{font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e915"}.panel.has--shadow{box-shadow: none}.panel.has--border{border: none}.panel--header{border-bottom: 1px solid #2d6043}.panel--header.secondary{color: #000;background: #fff}.panel--header.primary{color: #2d6043;background: #fff}.panel--title{font-weight: 300;font-size: 24px;color: #2d6043;text-align: left}.panel--title.has--border{font-weight: 700;font-size: 14px;color: #777;text-align: left;border-bottom: 1px solid #000;line-height: 1.75rem}.panel--subtitle{margin: 0rem 1.25rem 0rem 1.25rem;font-weight: 300;font-size: 18px;color: #2d6043;text-align: left}.panel--title,.panel--subtitle{position: relative}.panel--title.is--underline,.panel--subtitle.is--underline{border-width: 0}.panel--title.is--underline:empty,.panel--subtitle.is--underline:empty{margin: 0;padding: 0}.panel--title.is--striked,.panel--subtitle.is--striked{margin-left: 0;margin-right: 0}.panel--title.is--striked:before,.panel--subtitle.is--striked:before{content: "";position: absolute;display: inline-block;height: 0;border-bottom: 1px solid #2d6043;bottom: 22px;width: 100%;left: 0}.panel--title.is--striked > span,.panel--subtitle.is--striked > span{background-color: #ffffff;display: initial;position: relative;padding-right: 1rem}.panel--title.is--striked > span:after,.panel--subtitle.is--striked > span:after,.panel--title.is--striked > span:before,.panel--subtitle.is--striked > span:before{content: "";background-color: #ffffff;position: absolute;display: block;bottom: 0;height: 0;height: 1rem;width: 1rem}.panel--title.is--striked > span:after,.panel--subtitle.is--striked > span:after{right: 0}.panel--title.is--striked > span:before,.panel--subtitle.is--striked > span:before{right: 100%;display: none}.panel--title.is--empty,.panel--subtitle.is--empty{margin: 0;padding: 0}.panel--title.is--secondary,.panel--subtitle.is--secondary{color: #000}.panel--title.is--primary,.panel--subtitle.is--primary{color: #2d6043}.panel--title h1,.panel--subtitle h1{display: inline}.panel--body.has--border{border: 1px solid #2d6043}.panel--paging .paging--link{background-image: none}.panel--paging .paging--link.is--active,.panel--paging .paging--link.is--active:hover{background-color: transparent;color: #000;border: 1px solid #777}.panel--th{font-weight: 500;color: #2d6043}.panel--table.scroll-x{overflow-x: auto}.off-canvas.action--filter-options{background-color: #2d6043}.filter--active,.search--cat-filter .cat-filter--reset{border-radius: 0;border-color: #777}.filter--active .filter--active-icon:before{font-family: medicaria;content: "\e90f"}.filter--active:hover,.filter--active[data-filter-param="reset"]{border-color: #777}.filter-panel--icon:before{font-family: medicaria;content: "\e902"}.filter-panel{border-radius: 0;background-image: none;border-color: #2d6043}.filter-panel.is--collapsed .filter-panel--flyout{border-color: #777}.filter-panel.is--collapsed .filter-panel--icon:before{font-family: medicaria;content: "\e905"}.filter-panel.is--disabled{background-image: none}.filter-panel--flyout{border-radius: 0}.filter-panel--checkbox,.filter-panel--radio{border-radius: 0;border: 1px solid #2d6043}.filter-panel--checkbox:hover,.filter-panel--radio:hover{background-color: #a8be00}.filter-panel--checkbox input[type="checkbox"],.filter-panel--radio input[type="checkbox"],.filter-panel--checkbox input[type="radio"],.filter-panel--radio input[type="radio"]{margin: 0}.filter-panel--checkbox input[type="checkbox"]:checked ~ .input--state,.filter-panel--radio input[type="checkbox"]:checked ~ .input--state,.filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state,.filter-panel--radio input[type="checkbox"]:checked ~ .checkbox--state{background-image: none}.filter-panel--checkbox input[type="checkbox"]:checked ~ .input--state:before,.filter-panel--radio input[type="checkbox"]:checked ~ .input--state:before,.filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state:before,.filter-panel--radio input[type="checkbox"]:checked ~ .checkbox--state:before{box-shadow: inset 0 0 0 2px rgba(255,255,255,0);background-color: #2d6043;position: absolute;top: 0;left: 0}.filter-panel--checkbox .input--state,.filter-panel--radio .input--state,.filter-panel--checkbox .checkbox--state,.filter-panel--radio .checkbox--state,.filter-panel--checkbox .radio--state,.filter-panel--radio .radio--state{border-radius: 0}@media screen and (min-width: 48em){.off-canvas.action--filter-options{background-color: #ffffff}.is--no-sidebar .filter-panel,.filter-panel{width: 24%}.filter--active-container{position: absolute;width: 102%}}@media screen and (min-width: 78.75em){.filter--facet-container{padding-top: 0}}.range-slider--container{border-radius: 0;box-shadow: inset 0 1px 1px transparent;border-color: #777}.range-slider--range-bar{box-shadow: none}.range-slider--handle{border-radius: 0;background-image: none;border-color: #777}.js--menu-scroller--list{overflow-x: auto}.emotion--product-slider .product-slider--title.is--striked{height: 3.625rem;padding-bottom: .375rem}.emotion--product-slider .product-slider--title ~ .product-slider--content{padding-top: 4.6875rem}.product-slider--arrow{background-color: #ffffff;font-size: 1.25rem}.product-slider--arrow.arrow--prev{border-radius: 0}.product-slider--arrow.arrow--prev:before,.product-slider--arrow.arrow--prev::before{font-family: medicaria;content: "\e903"}.product-slider--arrow.arrow--next{border-radius: 0}.product-slider--arrow.arrow--next:before{font-family: medicaria;content: "\e904"}.product-slider--arrow.is--vertical.arrow--prev{border-radius: 0}.product-slider--arrow.is--vertical.arrow--prev:before,.product-slider--arrow.is--vertical.arrow--prev::before{font-family: medicaria;content: "\e905"}.product-slider--arrow.is--vertical.arrow--next{border-radius: 0}.product-slider--arrow.is--vertical.arrow--next:before{font-family: medicaria;content: "\e902"}.panel--title + .product-slider .product-slider--arrow{margin: 0;top: 56%}.panel--title + .tab--content .product-slider--arrow{margin: 0;top: 50%}.product-slider .product-slider--container .product--badge{white-space: normal}@media screen and (min-width: 78.75em){.emotion--container:not(.emotion--column-12) .product-slider--container.is--horizontal .product-slider--item:not([style="width: 100%;"]),.elio-reco-container .product-slider--container.is--horizontal .product-slider--item:not([style="width: 100%;"]),.tab--container .product-slider--container.is--horizontal .product-slider--item:not([style="width: 100%;"]){width: 25% !important}.modal--checkout-add-article .product-slider--container.is--horizontal .product-slider--item{width: 33.333% !important}}.navigation--smartphone .entry--close-off-canvas,#cookie-consent .cookie-consent--header{background-image: none;background-color: #2d6043}.navigation--smartphone .entry--close-off-canvas .navigation--link,#cookie-consent .cookie-consent--header{position: relative;overflow: hidden;font-weight: 300}.navigation--smartphone .entry--close-off-canvas .navigation--link:before{position: absolute;right: 3px}.navigation--smartphone .entry--close-off-canvas .navigation--link span{text-indent: -9999px;display: block}.sidebar--navigation{background-color: #2d6043;border-width: 0}.off-canvas.account--dropdown-navigation{padding: 0rem .625rem 0rem .625rem}.off-canvas .sidebar--navigation .navigation--entry{border-bottom-color: #a8be00;background-color: #2d6043}.off-canvas .sidebar--navigation .navigation--entry.is--consultant-campaign{display: none}.off-canvas .sidebar--navigation .navigation--link{color: #fff}.off-canvas .sidebar--navigation .navigation--link:focus,.off-canvas .sidebar--navigation .navigation--link:hover,.off-canvas .sidebar--navigation .navigation--link:active{color: #ffffff}.off-canvas .sidebar--navigation .navigation--link.is--display-button{border-bottom: 1px solid #a8be00}.off-canvas .sidebar--navigation .navigation--link.link--go-back{border-top: 1px solid #fff;border-bottom: 1px solid #a8be00}.off-canvas .sidebar--navigation.show--active-items .navigation--link.is--active{color: #fff}.off-canvas .account--menu.is--personalized .navigation--link .navigation--personalized,.off-canvas.account--dropdown-navigation .navigation--link .navigation--personalized,.off-canvas .account--menu.is--personalized .navigation--link.link--logout,.off-canvas.account--dropdown-navigation .navigation--link.link--logout{color: #fff}.off-canvas .account--menu.is--personalized .navigation--link .navigation--personalized:hover,.off-canvas.account--dropdown-navigation .navigation--link .navigation--personalized:hover,.off-canvas .account--menu.is--personalized .navigation--link.link--logout:hover,.off-canvas.account--dropdown-navigation .navigation--link.link--logout:hover,.off-canvas .account--menu.is--personalized .navigation--link .navigation--personalized:active,.off-canvas.account--dropdown-navigation .navigation--link .navigation--personalized:active,.off-canvas .account--menu.is--personalized .navigation--link.link--logout:active,.off-canvas.account--dropdown-navigation .navigation--link.link--logout:active,.off-canvas .account--menu.is--personalized .navigation--link .navigation--personalized:focus,.off-canvas.account--dropdown-navigation .navigation--link .navigation--personalized:focus,.off-canvas .account--menu.is--personalized .navigation--link.link--logout:focus,.off-canvas.account--dropdown-navigation .navigation--link.link--logout:focus{color: #fff}.off-canvas.sidebar-main .sidebar--navigation.show--active-items .navigation--link.is--active{color: #fff}.off-canvas .navigation--link .is--icon-left{display: block}.off-canvas .navigation--link .is--icon-left .icon--arrow-left{display: block}.off-canvas .navigation--link .is--icon-left .icon--arrow-left:before{font-size: .9375rem}.off-canvas .link--go-main{font-size: .875rem;color: #fff}.off-canvas .link--go-main .icon--menu{font-size: 1.125rem}.off-canvas .overlay--headline,.off-canvas .overlay--category{display: none}.off-canvas .overlay--headline.is--consultant-campaign{display: block;background: transparent;border-bottom-color: #fff;margin-bottom: 0rem}.has--disrupter{position: relative;text-align: center}.disrupter{position: absolute;width: 100%;height: 100%;z-index: -1;background-image: url('/themes/Frontend/Aliva/frontend/_public/src/img/icons/eyecatcher-secondary.svg');background-size: contain;background-position: 50% 50%;background-repeat: no-repeat;top: 50%;left: 50%;transform: translate(-50%, -50%)}.emotion--element.has--border .emotion--digital-publishing{border: 1px solid #d8dcbf}.dig-pub--button .btn{padding: .125rem 1rem .125rem 1rem;background-color: #2d6043;color: #ffffff}.dig-pub--button .btn:focus,.dig-pub--button .btn:hover,.dig-pub--button .btn:active{background-color: #304513;color: #ffffff}.dig-pub--button .btn.is--small{font-size: 1rem;line-height: 1.75rem;font-weight: 400}.dig-pub--button .btn.is--secondary{background-color: #e2001a}.dig-pub--button .btn.is--secondary:focus,.dig-pub--button .btn.is--secondary:hover,.dig-pub--button .btn.is--secondary:active{background-color: #950011;color: #ffffff}.ajax--cart .prices--container .prices--articles{color: #2d6043}.ajax--cart .cart--item .thumbnail--container .basket--badge .icon--arrow-right:before{font-size: .625rem}@media screen and (min-width: 48em){.container--ajax-cart{top: 3.125rem}.container--ajax-cart .ajax--cart{box-shadow: 1px 1px 5px rgba(0,0,0,0.5);border: 1px solid #777}.container--ajax-cart .ajax--cart:after,.container--ajax-cart .ajax--cart:before{right: 8%;transform: none;top: auto;bottom: 100%;border: 0px solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;background-color: transparent}.container--ajax-cart .ajax--cart:after{border-color: transparent;border-bottom-color: #ffffff;border-width: .875rem;margin-bottom: -0.125rem}.container--ajax-cart .ajax--cart:before{border-color: transparent;border-bottom-color: #777;border-width: .875rem;margin-bottom: 0rem}}.product--delivery-label{font-weight: 300;font-size: .75rem;color: #000;display: inline-block}.product--delivery-label + .product--delivery{display: inline-block}.product--delivery{font-size: .75rem}.product--delivery .delivery--status-icon{display: none}.product--delivery .delivery--text-shipping-free{color: #000}.product--delivery .delivery--text-available{color: #000}.liveshopping--counter{display: flex;flex-direction: row;justify-content: space-around;background: #2d6043;color: #fff;padding: 3px;width: 100%;line-height: normal}.liveshopping--counter .counter--days,.liveshopping--counter .counter--hours,.liveshopping--counter .counter--minutes,.liveshopping--counter .counter--seconds{justify-content: center;display: flex;flex-direction: row;flex-basis: 25%;align-items: center}.liveshopping--counter .counter--number{font-weight: 700;font-size: .875rem}.liveshopping--counter .counter--text{font-size: .875rem}.js--modal.medikamendo-modal{box-shadow: 0 0 0 transparent}.js--modal.medikamendo-modal:not(.is--fullscreen) .medikamendo-modal-content{height: 100%}.js--modal.medikamendo-modal .content{display: flex;flex-direction: column;height: 100%;min-height: 0}.js--modal.medikamendo-modal .modal--close{background: #fff;color: #999;border: 3px solid #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;box-shadow: inset 0 0 0px 2px #999;font-size: .75rem;width: 2.125rem;height: 2.125rem}.js--modal.medikamendo-modal .modal--close:before{font-family: 'shopware' !important;content: '\e60d'}.js--modal.medikamendo-modal .medikamendo-modal-header,.js--modal.medikamendo-modal .medikamendo-modal-content,.js--modal.medikamendo-modal .medikamendo-modal-footer{padding: 20px}.js--modal.medikamendo-modal .medikamendo-modal-header{display: flex;align-content: center;align-items: center;justify-content: center}@media only screen and (max-width: 47.9375em){.js--modal.medikamendo-modal .medikamendo-modal-header{flex-direction: column-reverse}}.js--modal.medikamendo-modal .medikamendo-modal-header .shop-logo{max-width: 120px}.js--modal.medikamendo-modal .medikamendo-modal-header .medikamendo-logo{max-width: 200px}.js--modal.medikamendo-modal .medikamendo-modal-content{background: #E9F7FF}.js--modal.medikamendo-modal .panel--body{display: flex;flex-direction: column;height: 100%}.js--modal.medikamendo-modal .col-left,.js--modal.medikamendo-modal .col-right{width: 100%}.js--modal.medikamendo-modal .col-right{align-items: center}@media only screen and (min-width: 30em) and (max-width: 47.9375em){.js--modal.medikamendo-modal .col-right{display: none}}.js--modal.medikamendo-modal .medikamendo-modal-headline{font-weight: 700;color: #304513;text-align: left;text-transform: uppercase;font-size: 1.875rem;line-height: 2.625rem;margin-bottom: 1.25rem}.js--modal.medikamendo-modal .medikamendo-modal-text{font-size: 1rem;line-height: 1.5625rem;margin-bottom: 1.875rem}.js--modal.medikamendo-modal .medikamendo-modal-action{font-weight: 700;font-size: 1rem}.js--modal.medikamendo-modal .col-right img{width: 100%}.js--modal.medikamendo-modal .medikamendo-modal-usps{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;margin: 0}.js--modal.medikamendo-modal .medikamendo-modal-usps .medikamendo-usp{width: 50%;list-style: none;margin-left: 0;font-weight: 700}@media only screen and (min-width: 48em){.js--modal.medikamendo-modal{width: 700px !important}.js--modal.medikamendo-modal .medikamendo-modal-header,.js--modal.medikamendo-modal .medikamendo-modal-content,.js--modal.medikamendo-modal .medikamendo-modal-footer{padding-left: 50px;padding-right: 50px}.js--modal.medikamendo-modal .medikamendo-modal-header{gap: 40px}.js--modal.medikamendo-modal .panel--body{flex-direction: row}.js--modal.medikamendo-modal .col-left,.js--modal.medikamendo-modal .col-right{display: flex;flex-direction: column;justify-content: center}.js--modal.medikamendo-modal .col-left{align-items: flex-start;width: 75%}.js--modal.medikamendo-modal .col-right{align-items: center;width: 25%}.js--modal.medikamendo-modal .medikamendo-modal-usps .medikamendo-usp{padding: 0 5px}}@media only screen and (min-width: 64em){.js--modal.medikamendo-modal .medikamendo-modal-header{justify-content: space-between}.js--modal.medikamendo-modal .medikamendo-modal-usps .medikamendo-usp{width: auto;max-width: 50%}}@media only screen and (min-width: 78.75em){.js--modal.medikamendo-modal{width: 1160px !important;overflow: unset}.js--modal.medikamendo-modal .modal--close{position: absolute;border-width: 4px;top: -1.5625rem;right: -1.5625rem;font-size: 1rem;width: 3.125rem;height: 3.125rem;box-shadow: inset 0 0 0px 3px #999}.js--modal.medikamendo-modal .modal--close:before{margin-left: 1px}.js--modal.medikamendo-modal .medikamendo-modal-header .shop-logo{max-width: 160px}.js--modal.medikamendo-modal .medikamendo-modal-header .medikamendo-logo{max-width: 300px}.js--modal.medikamendo-modal .medikamendo-modal-content{overflow-x: hidden;overflow-y: auto}.js--modal.medikamendo-modal .col-left,.js--modal.medikamendo-modal .col-right{width: 50%}.js--modal.medikamendo-modal .col-right img{min-height: 420px}}.font-style-h2{font-weight: 300;font-size: 24px;color: #2d6043;text-align: left}.font-style-h3{font-weight: 300;font-size: 24px;line-height: 28px;color: #777;text-align: center}.font-style-h4{font-weight: 300;font-style: italic;font-size: 24px;line-height: 28px;color: #2d6043;text-align: left}.font-style-h5{font-weight: 300;font-size: 14px;color: #2d6043;text-align: center}.font-style-h6{font-weight: 500;font-size: 20px;color: #fff;text-align: center}.font-style-h7{font-weight: 300;font-size: 24px;line-height: 28px;color: #777;text-align: left}.font-style-h8{font-weight: 400;font-size: 24px;line-height: 28px;color: #2d6043;text-align: left}.font-style-copy1{font-weight: 500;font-size: 14px;color: #fff;text-align: center}.font-style-copy2{font-weight: 300;font-size: 14px;color: #777;text-align: left}.font-style-copy3{font-weight: 700;font-size: 14px;color: #777;text-align: left}.font-style-copy4{font-weight: 300;font-size: 14px;line-height: 24px;color: #777;text-align: center}.font-style-copy5{font-weight: 300;font-size: 12px;color: #777}.font-style-copy6{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;color: #fff;text-align: center}.font-style-copy7{font-weight: 300;font-size: 18px;color: #2d6043;text-align: left}.font-style-copy8{font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;text-align: left}.font-style-links{font-weight: 500;font-size: 14px;text-decoration: underline;color: #777;text-align: center}.font-style-listPrice{font-weight: 300;font-size: 14px;line-height: 24px;color: #777;text-align: center}.font-style-yourPrice{font-weight: 300;font-size: 18px;line-height: normal;color: #2d6043;text-align: center}.font-style-yourPrice2{font-weight: 300;font-size: 24px;line-height: normal;color: #2d6043;text-align: center}.cta-button1{font-weight: 500;font-size: 20px;color: #fff;text-align: center;background-image: none;background-color: #e2001a;border: 0;border-radius: 0}.stoerer1{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;color: #fff;text-align: center;position: relative;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem}.stoerer1:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.stoerer4{line-height: 1.875rem;height: 1.875rem;width: 1.875rem;font-family: 'Rubik';font-weight: normal;font-size: .625rem;text-align: center;position: relative}.stoerer4:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 1.875rem;color: #e2001a;top: 0;left: 0;z-index: -1}h1,h2,h3,h4,h5,h6{color: #000}h1{font-weight: 300;font-size: 24px;color: #2d6043;text-align: left}h2{font-weight: 300;font-size: 24px;line-height: 28px;color: #777;text-align: left}input.mopt-wunschpaket-type-dependent,input.mopt-wunschpaket-street-field{width: 100%;margin-bottom: 0}.register--additional-line1.mopt-wunschpaket-type-dependent,.mopt-wunschpaket-streetwrapper{display: inline;align-items: flex-start;justify-content: flex-start;margin-bottom: 0}.mopt-wunschpaket-packstation-label.mopt-wunschpaket-type-dependent.is--hidden{display: inline !important}.panel--title.is--striked.mopt-wunschpaket-powered-by-dhl{margin-left: 1.25rem}div#moptEmpfaengerservicesWunschpaket ul li input + label:before{display: none}.placeholder{position: relative;background: #a8be00;padding: .625rem .9375rem .625rem .9375rem}.placeholder:after{display: block;content: "----- " attr(data-text) " -----";color: #2d6043;text-align: center}.account-navigation--logout{display: block;margin: .625rem 0rem .625rem 0rem;padding: .625rem 0rem .625rem 0rem;border-top: 1px solid #d8dcbf}.alert ~ .account--welcome{margin-top: 1.25rem}.account--welcome .panel--title{padding: 1.25rem 0rem .625rem 0rem}.address--box,.account--box,.information--panel-item{position: relative}.address--box .panel--actions,.account--box .panel--actions,.information--panel-item .panel--actions{position: absolute;top: 0;right: 0}.address--box .panel--actions .btn,.account--box .panel--actions .btn,.information--panel-item .panel--actions .btn{display: inline-block;overflow: hidden;text-indent: -9999px;background-color: transparent;width: 1.875rem}.address--box .panel--actions .btn:before,.account--box .panel--actions .btn:before,.information--panel-item .panel--actions .btn:before{font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e909";color: #000;float: left;font-size: 18px;line-height: 16px;margin: 0;text-indent: 0}.address--box .panel--actions .btn.delete:before,.account--box .panel--actions .btn.delete:before,.information--panel-item .panel--actions .btn.delete:before{font-family: 'shopware';content: "\e6ae"}.address--box .panel--actions .btn.use-this--address:before,.account--box .panel--actions .btn.use-this--address:before,.information--panel-item .panel--actions .btn.use-this--address:before{font-family: 'shopware';content: "\e60c"}.account--box{margin-bottom: 0rem}.modal--container .address--box .panel--actions,.modal--container .account--box .panel--actions,.modal--container .information--panel-item .panel--actions{position: relative}.modal--container .address--box .panel--actions .btn,.modal--container .account--box .panel--actions .btn,.modal--container .information--panel-item .panel--actions .btn{display: inline-block;overflow: auto;text-indent: 0;background-color: #e2001a;width: auto}.modal--container .address--box .panel--actions .btn:before,.modal--container .account--box .panel--actions .btn:before,.modal--container .information--panel-item .panel--actions .btn:before{color: #ffffff;margin: .5rem .5rem 0rem 0rem}.account--newsletter fieldset input[type="checkbox"]{margin: .4375rem .4375rem .4375rem .4375rem}.account--profile .select-field{width: 100%;max-width: 100%}.account--profile .profile--birthdate .select-field{float: none;width: 100%}.account--profile .birthday--label{font-weight: 300}.order--name,.account--orders-overview .orders--table-header .panel--th{color: #2d6043}.order--repeat{background-color: #ffffff}.account-panel-label{color: #2d6043;font-weight: 300;font-size: 1.25rem}@media screen and (min-width: 48em){.account--menu{border-width: 0}.account--menu.is--rounded{border-radius: 0}.account--menu .navigation--headline:before{display: none}.account--change-payment.register--content{padding-right: 0rem}.account--profile .profile-email--container,.account--profile .profile-password--container{float: none;width: 100%;margin: 0}}@media screen and (min-width: 78.75em){.is--ctl-account .panel--body,.is--ctl-address .panel--body,.is--ctl-freeenvelopeform .panel--body,.is--ctl-wishlist .panel--body,.is--ctl-checkout .panel--body,.is--ctl-medicationform .panel--body,.is--ctl-account .panel--actions,.is--ctl-address .panel--actions,.is--ctl-freeenvelopeform .panel--actions,.is--ctl-wishlist .panel--actions,.is--ctl-checkout .panel--actions,.is--ctl-medicationform .panel--actions,.is--ctl-account .panel--group,.is--ctl-address .panel--group,.is--ctl-freeenvelopeform .panel--group,.is--ctl-wishlist .panel--group,.is--ctl-checkout .panel--group,.is--ctl-medicationform .panel--group,.is--ctl-account .account--payment-form,.is--ctl-address .account--payment-form,.is--ctl-freeenvelopeform .account--payment-form,.is--ctl-wishlist .account--payment-form,.is--ctl-checkout .account--payment-form,.is--ctl-medicationform .account--payment-form,.is--ctl-account .address-form--panel,.is--ctl-address .address-form--panel,.is--ctl-freeenvelopeform .address-form--panel,.is--ctl-wishlist .address-form--panel,.is--ctl-checkout .address-form--panel,.is--ctl-medicationform .address-form--panel,.is--ctl-account .required_fields,.is--ctl-address .required_fields,.is--ctl-freeenvelopeform .required_fields,.is--ctl-wishlist .required_fields,.is--ctl-checkout .required_fields,.is--ctl-medicationform .required_fields,.is--ctl-account .account-info--container,.is--ctl-address .account-info--container,.is--ctl-freeenvelopeform .account-info--container,.is--ctl-wishlist .account-info--container,.is--ctl-checkout .account-info--container,.is--ctl-medicationform .account-info--container,.is--ctl-account .account-address--container,.is--ctl-address .account-address--container,.is--ctl-freeenvelopeform .account-address--container,.is--ctl-wishlist .account-address--container,.is--ctl-checkout .account-address--container,.is--ctl-medicationform .account-address--container,.is--ctl-account .account--newsletter,.is--ctl-address .account--newsletter,.is--ctl-freeenvelopeform .account--newsletter,.is--ctl-wishlist .account--newsletter,.is--ctl-checkout .account--newsletter,.is--ctl-medicationform .account--newsletter,.is--ctl-account .address--content,.is--ctl-address .address--content,.is--ctl-freeenvelopeform .address--content,.is--ctl-wishlist .address--content,.is--ctl-checkout .address--content,.is--ctl-medicationform .address--content{max-width: 51.25rem;margin: 0 auto}.is--ctl-account .js--modal .panel--body,.is--ctl-address .js--modal .panel--body,.is--ctl-freeenvelopeform .js--modal .panel--body,.is--ctl-wishlist .js--modal .panel--body,.is--ctl-checkout .js--modal .panel--body,.is--ctl-medicationform .js--modal .panel--body,.is--ctl-account .js--modal .panel--actions,.is--ctl-address .js--modal .panel--actions,.is--ctl-freeenvelopeform .js--modal .panel--actions,.is--ctl-wishlist .js--modal .panel--actions,.is--ctl-checkout .js--modal .panel--actions,.is--ctl-medicationform .js--modal .panel--actions,.is--ctl-account .js--modal .account--payment-form,.is--ctl-address .js--modal .account--payment-form,.is--ctl-freeenvelopeform .js--modal .account--payment-form,.is--ctl-wishlist .js--modal .account--payment-form,.is--ctl-checkout .js--modal .account--payment-form,.is--ctl-medicationform .js--modal .account--payment-form,.is--ctl-account .js--modal .address-form--panel,.is--ctl-address .js--modal .address-form--panel,.is--ctl-freeenvelopeform .js--modal .address-form--panel,.is--ctl-wishlist .js--modal .address-form--panel,.is--ctl-checkout .js--modal .address-form--panel,.is--ctl-medicationform .js--modal .address-form--panel,.is--ctl-account .js--modal .required_fields,.is--ctl-address .js--modal .required_fields,.is--ctl-freeenvelopeform .js--modal .required_fields,.is--ctl-wishlist .js--modal .required_fields,.is--ctl-checkout .js--modal .required_fields,.is--ctl-medicationform .js--modal .required_fields,.is--ctl-account .js--modal .account-info--container,.is--ctl-address .js--modal .account-info--container,.is--ctl-freeenvelopeform .js--modal .account-info--container,.is--ctl-wishlist .js--modal .account-info--container,.is--ctl-checkout .js--modal .account-info--container,.is--ctl-medicationform .js--modal .account-info--container,.is--ctl-account .js--modal .account-address--container,.is--ctl-address .js--modal .account-address--container,.is--ctl-freeenvelopeform .js--modal .account-address--container,.is--ctl-wishlist .js--modal .account-address--container,.is--ctl-checkout .js--modal .account-address--container,.is--ctl-medicationform .js--modal .account-address--container,.is--ctl-account .js--modal .account--newsletter,.is--ctl-address .js--modal .account--newsletter,.is--ctl-freeenvelopeform .js--modal .account--newsletter,.is--ctl-wishlist .js--modal .account--newsletter,.is--ctl-checkout .js--modal .account--newsletter,.is--ctl-medicationform .js--modal .account--newsletter,.is--ctl-account .js--modal .address--content,.is--ctl-address .js--modal .address--content,.is--ctl-freeenvelopeform .js--modal .address--content,.is--ctl-wishlist .js--modal .address--content,.is--ctl-checkout .js--modal .address--content,.is--ctl-medicationform .js--modal .address--content{max-width: 100%}}.account--address .address--item-content,.address-manager--modal .address--item-content{position: relative}.account--address .address--required-info,.address-manager--modal .address--required-info,.account--address .address--required-info,.address-manager--modal .address--required-info{margin: 0 auto;padding: 0rem 1.625rem 1rem 1.625rem}.account--address .has--label label .address--field,.address-manager--modal .has--label label .address--field{margin-top: .375rem;margin-bottom: 1.25rem;width: 100% !important}.account--address .address--firstname.has--label label .address--field,.address-manager--modal .address--firstname.has--label label .address--field,.account--address .address--lastname.has--label label .address--field,.address-manager--modal .address--lastname.has--label label .address--field{background: #F2F2F2}.account--address .address--item-content .panel--actions,.address-manager--modals .address--item-content .panel--actions{top: .8125rem}.address--actions-set-defaults button,.address--actions-set-defaults html input[type="button"],.address--actions-set-defaults input[type="reset"],.address--actions-set-defaults input[type="submit"]{-webkit-appearance: none;cursor: pointer}.address--actions-set-defaults .is--link{font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;text-align: left}.account--address .address--item-body .panel--title,.address-manager--modal .address--item-body .panel--title{padding-right: 5rem}@media screen and (min-width: 48em){.account--address .has--label label .address--field,.address-manager--modal .has--label label .address--field{margin-top: .375rem;margin-bottom: 1.25rem;width: 100% !important}.account--address.account--content .select-field,.account--address.account--content .address--field,.account--address.account--content .address--item-content{width: 100% !important}.account--address.account--content .select-field{max-width: 100%}}.wizard-content--ct{display: block;width: 100%}.advisor--content .advisor--content-padding{display: flex;flex-direction: row;justify-content: center;align-items: center;align-content: stretch;flex-wrap: wrap}.advisor--content .content-inner--advisor-teaser .advisor-teaser--ct{max-width: 50%}.advisor--wizard{width: 100%;max-width: 51.25rem}.wizard-question--content .question-ct--filter-ct .question-ct--label{text-align: left;padding: .625rem .625rem .625rem 2.5rem}.select-field.wizard-actions--question-select > select,.js--fancy-select.wizard-actions--question-select > select{line-height: 2.25rem}.content--breadcrumb{border-bottom: none}.content--breadcrumb .breadcrumb--button,.content--breadcrumb .breadcrumb--separator{padding: .625rem 0rem .625rem 0rem}.content--breadcrumb .breadcrumb--button .icon--arrow-right:before,.content--breadcrumb .breadcrumb--separator .icon--arrow-right:before{font-size: .5625rem}.content--breadcrumb .breadcrumb--button .icon--arrow-left:before,.content--breadcrumb .breadcrumb--separator .icon--arrow-left:before{font-size: .5625rem}@media screen and (min-width: 78.75em){.content--breadcrumb{padding: 0rem 0rem 0rem 0rem}.content--breadcrumb > .breadcrumb--button{padding-left: 0rem}}.product--table .table--aggregation,.product--table .aggregation--list{background: #fff}.basket--badge{background-color: #2d6043}.basket--badge .icon--arrow-right:before{font-size: .8125rem}.product--table .add-product--field,.product--table .add-voucher--field{border-radius: 0}.product--table .add-voucher--label{font-weight: 400;font-size: 1.25rem}.product--table .add-voucher--button{height: auto;width: auto}.product--table .add-voucher--button i{display: none}.product--table .add-voucher--field{border-color: #2d6043}.product--table .table--shipping-costs-trigger .icon--arrow-right:before{font-size: .8125rem}.product--table .table--shipping-costs .select-field{height: auto}.product--table .basket--badge{background-color: #2d6043}.product--table .column--actions-link.is--link{color: #000}.product--table .content--title{display: block}.product--table .product--onpack-description{font-size: .875rem;color: #e2001a}.product--table .product--essential-features{float: left;width: 100%;font-size: .875rem;margin-top: .625rem}.product--table .product--delivery{margin-top: .625rem}.product--table .price--wrapper{line-height: 2.625rem;font-size: 1rem}.product--table .price--default{color: #2d6043;font-weight: 500;line-height: normal;display: block}.product--table .price--line-trough{text-decoration: line-through;line-height: normal;font-size: .875rem;display: block;float: none;clear: both}.product--table .price--line-trough .price-recommendation{display: inline-block;text-decoration: none}.product--table .column--total-price{font-size: 1rem}.product--table .column--quantity .select-field{max-width: 4.0625rem;width: 100%}.product--table .product--badge{padding: 0rem 0rem 0rem 0rem;z-index: 10;margin-top: .625rem}.product--table .badge--discount{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;text-align: center;position: relative;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem;font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #2d6043;color: #fff;background: transparent}.product--table .badge--discount:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--table .badge--discount:after,.product--table .badge--discount:before{display: none}.product--table .badge--discount .icon--percent2:before{content: ""}.product--table .badge--recommend{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;text-align: center;position: relative;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem;font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #2d6043;color: #fff;background: transparent}.product--table .badge--recommend:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--table .badge--recommend:after,.product--table .badge--recommend:before{display: none}.product--table .badge--promotion{font-weight: 300;font-style: italic;font-size: 14px;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem;font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #2d6043;color: #fff;line-height: normal;position: relative;text-align: center;z-index: 10}.product--table .badge--promotion:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--table .badge--promotion:after,.product--table .badge--promotion:before{display: none}.product--table .badge--promotion:before{color: #2d6043}.product--table .badge--promotion span{width: 100%;position: absolute;top: 50%;left: 0;transform: translateY(-50%)}.product--table .liveshopping--label{background-color: #2d6043;color: #fff;padding: 0 10px;font-size: .8125rem;display: inline-block}.product--table .liveshopping--label .icon--clock{transform: translate(-2px, 1px);display: inline-block}.add-voucher--panel{margin: 0rem .625rem 0rem .625rem;background-color: #dfe8c3;border: 1px solid #2d6043;color: #2d6043;padding: .625rem 1.25rem .625rem 1.25rem}.aggregation--list .entry--total{color: #2d6043}.premium-product--product.product-slider--item .btn{font-size: .8125rem}.is--ctl-checkout .js--modal .address-form--panel input[type="text"][readonly="readonly"]{cursor: not-allowed;background: #f9f9f9;color: #999}.product--table .row--product.row--checkout-shippingfree .column--image .icon-shippingfree{background: #2d6043;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;color: #fff;text-align: center;height: 40px;width: 40px;line-height: 40px;margin: 0 auto;float: none}.product--table .row--product.row--checkout-shippingfree .column--image .icon-shippingfree .icon--arrow-right:before{line-height: 2.5rem;font-size: .8125rem}.product--table .row--product.row--checkout-shippingfree .table--content .content--title{line-height: 2.5rem}.product--table .row--product.row--checkout-shippingfree .column--quantity{border: 1px solid transparent}.product--table .row--product.row--checkout-shippingfree .column--unit-price,.product--table .row--product.row--checkout-shippingfree .column--total-price{padding: 10px}.product--table .row--product.row--checkout-shippingfree .column--unit-price .price--default,.product--table .row--product.row--checkout-shippingfree .column--total-price .price--default{display: inline;font-size: 1rem;color: #777}.table--actions:before,.table--actions:after{content: "";display: none;clear: both;float: none;width: 100%}.table--actions .main--actions:before,.table--actions .main--actions:after{content: "";display: none;clear: both;float: none;width: 100%}.table--actions .main--actions .btn--checkout-proceed{width: 100%;text-align: center;margin-bottom: .625rem}.aggregation--list .entry--discount-total .entry--value{color: #2d6043}.is--ctl-checkout .content-main{margin-bottom: 0rem}.is--ctl-checkout .content-main + #kairionHigh2Banner{margin-bottom: 2.8125rem}.is--ctl-checkout .atsd-order-gifts .product--inner{padding: .3125rem .9375rem .3125rem .9375rem}.is--ctl-checkout .emotion--upselling .box--emotion .product--image{height: 6.5rem}.is--ctl-checkout .emotion--upselling .box--emotion .product--info-icons{display: none}.is--ctl-checkout .emotion--upselling .box--emotion .product--title{font-size: .875rem;line-height: 1.25rem;height: 2.5rem}.is--ctl-checkout .emotion--upselling .box--emotion .product--price,.is--ctl-checkout .emotion--upselling .box--emotion .price--default{font-size: .875rem}.is--ctl-checkout .emotion--upselling .box--emotion .product--price-info{height: 2.8125rem}.is--ctl-checkout .emotion--upselling .box--emotion .product--description--wrapper{display: none}.content--confirm .method--description-info{display: inline-block;position: relative;width: 100%}.content--confirm .payment--method .icon--info{background-color: #e2001a;color: #fff;padding: .25rem .25rem .25rem .25rem;border-radius: 100%;font-size: .625rem;cursor: pointer;position: relative;left: 3px;top: -1px}.content--confirm .payment--method .method--lastschrift-info,.content--confirm .payment--method .method--kreditkarte-info{display: none;background-color: #dfe8c3;color: #000;padding: .3125rem .625rem .3125rem .625rem;font-size: .75rem;line-height: 1.25rem;border-radius: 5px;position: absolute;top: 0;bottom: auto;left: 30px;right: auto;width: 100%}.content--confirm .payment--method .icon--info:hover + .method--lastschrift-info{display: block}.content--confirm .payment--method .icon--info:hover + .method--kreditkarte-info{display: block}.content--confirm .payment--method .method--description img,.content--confirm .payment--method .method--description description--kreditkarte{display: inline}.content--confirm .payment--method .method--description img{margin-left: 10px}.content--confirm .payment--method .method--description img:first-child{margin: 0}.entry--delivery .product--delivery .delivery--status-icon{display: none}.entry--delivery .product--delivery .delivery--text{font-weight: 300;font-size: .75rem;color: #000;display: inline-block}.entry--packingunit{font-weight: 300;font-size: .75rem;color: #000;display: inline-block}.product--info-icons-wrapper{padding: .25rem 0rem .25rem 0rem;font-size: 1.875rem}@media screen and (min-width: 30em){.table--actions .main--actions .btn--checkout-proceed{width: 50%}.is--ctl-checkout .emotion--upselling .product-slider--arrow{display: none}.content--confirm .method--description-info{width: 50%}.content--confirm .method--description-info.description--kreditkarte{top: -0.75rem;left: .625rem}.content--confirm .image--kreditkarte{display: inline-block}}@media screen and (max-width: 48em){.js--modal{top: 0 !important}.js--modal .modal--checkout-add-article .modal--cross-selling{padding-bottom: 0rem}.js--modal .modal--checkout-add-article .modal--cross-selling .topseller{margin: 0}}@media screen and (min-width: 48em){.product--table .panel--body{border-width: 0}.product--table .basket--footer{background: #ffffff}.product--table .row--product .column--unit-price .price-unit--wrapper{line-height: 1.5rem;margin-top: .3125rem}.content--confirm .confirm--inner-container .has--border{border-width: 0}.table--actions .main--actions .btn--checkout-proceed{width: 50%}.basket--footer .aggregation--list{width: 100%;float: none}.basket--footer .table--actions-wrapper{float: left;width: 50%}.basket--footer .table--actions-wrapper:after{content: "";display: table;clear: both}.basket--footer .table-footer-actions:after{content: "";display: table;clear: both}}@media screen and (min-width: 64em){.is--ctl-checkout span[data-ordergifts='1'] ~ .atsd-order-gifts,.is--ctl-checkout span[data-ordergifts='2'] ~ .atsd-order-gifts,.is--ctl-checkout span[data-ordergifts='3'] ~ .atsd-order-gifts{float: left}.is--ctl-checkout span[data-ordergifts='1'] ~ .atsd-order-gifts + .emotion--upselling.has--ordergifts-1,.is--ctl-checkout span[data-ordergifts='2'] ~ .atsd-order-gifts + .emotion--upselling.has--ordergifts-1,.is--ctl-checkout span[data-ordergifts='3'] ~ .atsd-order-gifts + .emotion--upselling.has--ordergifts-1,.is--ctl-checkout span[data-ordergifts='1'] ~ .atsd-order-gifts + .emotion--upselling.has--ordergifts-2,.is--ctl-checkout span[data-ordergifts='2'] ~ .atsd-order-gifts + .emotion--upselling.has--ordergifts-2,.is--ctl-checkout span[data-ordergifts='3'] ~ .atsd-order-gifts + .emotion--upselling.has--ordergifts-2,.is--ctl-checkout span[data-ordergifts='1'] ~ .atsd-order-gifts + .emotion--upselling.has--ordergifts-3,.is--ctl-checkout span[data-ordergifts='2'] ~ .atsd-order-gifts + .emotion--upselling.has--ordergifts-3,.is--ctl-checkout span[data-ordergifts='3'] ~ .atsd-order-gifts + .emotion--upselling.has--ordergifts-3{float: right}.is--ctl-checkout span[data-ordergifts='1'] ~ .atsd-order-gifts{width: 24%}.is--ctl-checkout span[data-ordergifts='1'] ~ .atsd-order-gifts + .emotion--upselling.has--ordergifts-1{width: 75%}.is--ctl-checkout span[data-ordergifts='1'] ~ .atsd-order-gifts + .emotion--upselling.has--ordergifts-1 .product-slider--item{width: 33.333% !important}.is--ctl-checkout span[data-ordergifts='2'] ~ .atsd-order-gifts{width: 50%}.is--ctl-checkout span[data-ordergifts='2'] ~ .atsd-order-gifts .product-slider--item{width: 50% !important}.is--ctl-checkout span[data-ordergifts='2'] ~ .atsd-order-gifts + .emotion--upselling.has--ordergifts-2{width: 49%}.is--ctl-checkout span[data-ordergifts='2'] ~ .atsd-order-gifts + .emotion--upselling.has--ordergifts-2 .product-slider--item{width: 50% !important}.is--ctl-checkout span[data-ordergifts='3'] ~ .atsd-order-gifts{width: 75%}.is--ctl-checkout span[data-ordergifts='3'] ~ .atsd-order-gifts .product-slider--item{width: 33.333% !important}.is--ctl-checkout span[data-ordergifts='3'] ~ .atsd-order-gifts + .emotion--upselling.has--ordergifts-3{width: 24%}.is--ctl-checkout span[data-ordergifts='3'] ~ .atsd-order-gifts + .emotion--upselling.has--ordergifts-3 .product-slider--item{width: 100% !important}.is--ctl-checkout .clearfix{display: table;clear: both;float: none;line-height: 0}.is--ctl-checkout .emotion--upselling .emotion--container{margin: 0}.basket--footer .table--actions-wrapper{float: left;width: 55%}.basket--footer .table--actions-wrapper:after{content: "";display: table;clear: both}}@media screen and (min-width: 78.75em){.product--table .table--tr .column--actions .icon--cross{font-size: 1.125rem}}.confirm--content .list--checkbox .column--checkbox{white-space: nowrap}.confirm--content .product--table .basket--footer{background-color: #ffffff}.confirm--content .information--panel-item.information--panel-address .btn.choose-different-address{display: inline-block;margin-top: .625rem;margin-bottom: .625rem}.confirm--content .information--panel-item.information--panel-address .panel--actions .choose-different-address{display: none}.confirm--content .product--essential-features{margin-top: 0}.product--table .product--packing-unit{float: left;width: 100%;font-size: .875rem}.product--table .row--product.row--checkout-shippingfree{border-bottom: 0}.product--table .row--product.row--checkout-shippingfree .column--tax-price .price--default,.product--table .row--product.row--checkout-shippingfree .column--total-price .price--default{color: #777}.product--table .row--product.row--checkout-shippingfree .column--tax-price{line-height: 2.625rem;padding: .625rem .625rem .625rem .625rem}.product--table .row--product.row--checkout-shippingfree .column--tax-price .price--default{font-weight: 200;display: inline}.btn.add-different-address{margin-bottom: .625rem}.btn.choose-different-address{padding: 0}@media screen and (min-width: 48em){.confirm--content .product--table .table--header .panel--th{color: #2d6043}.confirm--content .information--panel-item.information--panel-address .panel--body .shipping--panel,.confirm--content .information--panel-item.information--panel-address .panel--body .billing--panel{float: none;width: 100%}.confirm--content .tos--panel .column--label{width: 90%}}@media screen and (min-width: 64em){.information--panel-item .information--panel{position: relative}.information--panel-item .information--panel.payment--panel .panel--actions{right: 2.5rem}.confirm--content .information--panel-wrapper .payment--panel .panel--actions{position: absolute}.confirm--content .information--panel-wrapper .payment--panel .btn--change-payment{bottom: auto}}@media screen and (min-width: 78.75em){.is--ctl-checkout .product--table .panel--body{max-width: none}}.listing--campaign-categories{margin-bottom: 1.25rem}.listing--campaign-categories .campaign--question{font-weight: 400;font-size: 1.5rem;margin-bottom: 1.25rem;margin-top: 1.25rem;color: #777}.listing--campaign-categories .campaign--answers .campaign--answer{margin-bottom: .625rem}.listing--campaign-categories .campaign--answers .campaign--answer a.campaign--answers-link{position: relative;padding-left: 1.5625rem}.listing--campaign-categories .campaign--answers .campaign--answer a.campaign--answers-link .campaign--check-answer{display: block;position: absolute;top: 0;left: 0;height: .9375rem;width: .9375rem;border: 1px solid #2d6043;background: #fff}.listing--campaign-categories .campaign--answers .campaign--answer a.campaign--answers-link:hover .campaign--check-answer{background: #a8be00}.listing--content-campaign .emotion--product{height: auto;padding: .3125rem 1.25rem 1.25rem 1.25rem}.listing--content-campaign .emotion--product .product--box.box--list{padding: 2% 0 0 2%;margin-bottom: .25rem}.listing--content-campaign .emotion--product .product--box.box--list .box--content{padding: 1.25rem 1.5625rem 1.25rem 0rem}.listing--content-campaign .emotion--product .product--box.box--list .product--image{height: 11.25rem}.listing--content-campaign .emotion--product .product--badges{right: 3px}.listing--content-campaign .content--emotions .panel--title{color: #666;font-size: 1.25rem;margin: 0rem 1.25rem 0rem 1.25rem}.listing--content-campaign .content--emotions .panel--title:first-letter{text-transform: lowercase}.listing--content-campaign .content--emotions .product--box.box--image,.listing--content-campaign .content--emotions .product--box.box--list{border-bottom: 0 none}.listing--content-campaign .content--emotions .product--box.box--image .box--content,.listing--content-campaign .content--emotions .product--box.box--list .box--content{padding-bottom: 0}.listing--content-campaign .emotion--mode-rows .emotion--product{height: auto}.content--consultant-campaign{display: flex;flex-direction: column}.content--consultant-campaign #kairionHigh2Banner{margin-bottom: 0rem;margin-top: 0rem;order: 2}.content--consultant-campaign #kairionHigh2Banner + .content-main--inner{order: 1}@media screen and (min-width: 48em){.custom-page--content .custom-page--tab-headline{margin-top: 0rem}}@media screen and (min-width: 78.75em){.custom-page--content{margin-top: .625rem}}.product--content-title{margin-bottom: .625rem}.product--details.content .product--header{padding: 0rem 0rem .625rem 0rem;margin-bottom: 1.25rem;min-height: auto;border-bottom: 1px solid #999}.product--details.content .product--header .product--title{font-weight: 300;font-size: 24px;line-height: 28px;color: #777;text-align: left;float: none;width: 100%;margin-bottom: 1.25rem}.product--details.content .product--image-vary-hint{font-weight: 300;font-size: 12px;color: #777;text-align: right;width: auto;margin-top: .625rem}.product--details.content .product--onpack-text,.product--details.content .product--usps,.product--details.content .product--successor-predecessor{font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;text-align: left;line-height: 1.75rem}.product--details.content .product--usps{font-weight: bold}.product--details.content .product--onpack-text,.product--details.content .product--usps{margin: 0}.product--details.content .product--onpack-text{color: #e2001a}.product--details.content .product--detail-upper .product--badges{position: absolute;right: 0;left: auto;top: 0;bottom: auto;z-index: 100}.product--details.content .product--detail-upper .product--badges .product--badge{padding: 0rem 0rem 0rem 0rem}.product--details.content .product--detail-upper .product--badges .badge--discount{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;text-align: center;position: relative;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem;font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #2d6043;color: #fff;background: transparent}.product--details.content .product--detail-upper .product--badges .badge--discount:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--details.content .product--detail-upper .product--badges .badge--discount:after,.product--details.content .product--detail-upper .product--badges .badge--discount:before{display: none}.product--details.content .product--detail-upper .product--badges .badge--discount .icon--percent2:before{content: ""}.product--details.content .product--detail-upper .product--badges .badge--recommend{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;text-align: center;position: relative;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem;font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #2d6043;color: #fff;background: transparent}.product--details.content .product--detail-upper .product--badges .badge--recommend:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--details.content .product--detail-upper .product--badges .badge--recommend:after,.product--details.content .product--detail-upper .product--badges .badge--recommend:before{display: none}.product--details.content .product--detail-upper .badge--recommend.promotionBadge{font-weight: 300;font-style: italic;font-size: 14px;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem;font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #2d6043;color: #fff;line-height: normal;position: relative;text-align: center;z-index: 10}.product--details.content .product--detail-upper .badge--recommend.promotionBadge:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--details.content .product--detail-upper .badge--recommend.promotionBadge:after,.product--details.content .product--detail-upper .badge--recommend.promotionBadge:before{display: none}.product--details.content .product--detail-upper .badge--recommend.promotionBadge:before{color: #2d6043}.product--details.content .product--detail-upper .badge--recommend.promotionBadge span{width: 100%;position: absolute;top: 50%;left: 0;transform: translateY(-50%)}.product--details.content .product--detail-upper .product--onpack-image{position: absolute;z-index: 1000;background-color: #fff;border: 2px solid #e2001a;border-radius: 100%;color: #fff;text-align: center;vertical-align: middle;height: 6.25rem;width: 6.25rem;margin: 0rem 0rem 0rem -2.3125rem;top: 125px;bottom: auto;right: 0;left: auto}.product--details.content .product--detail-upper .product--onpack-image .onpack-icon{position: absolute;z-index: 2000;left: -20px;top: 0;background: #e2001a;border: 2px solid #e2001a;border-radius: 100%;height: 2.5rem;width: 2.5rem;line-height: 2.1875rem;color: #fff;text-align: center}.product--details.content .product--detail-upper .product--onpack-image .onpack-icon:before{content: "+";display: inline;font-weight: 400;font-style: normal;font-size: 1.4375rem}.product--details.content .product--detail-upper .product--onpack-image .onpack-image--wrap{display: table-cell;border-radius: 100%;vertical-align: middle;height: 5.625rem;width: 5.625rem;overflow: hidden;position: relative;top: 3px;left: 3px}.product--details.content .product--detail-upper .product--onpack-image .onpack-image--wrap img{display: block;width: auto;height: auto;max-height: 4.0625rem;max-width: 4.0625rem;margin: auto}.product--details.content .product--base-info{margin-bottom: 0rem}.product--details.content .product--base-info .base-info--entry{margin-bottom: .9375rem}.product--details.content .product--base-info .base-info--entry .entry--label,.product--details.content .product--base-info .base-info--entry .entry--content{width: 50%}.product--details.content .product--rating-container{float: none;width: 100%}.product--details.content .product--image-container{position: relative}.product--details.content .image-slider--container{height: 100%}.product--details.content .product--additional-hints .product--info-icons{position: relative;margin-top: 1.25rem}.product--details.content .product--additional-hints .product--info-icons:after{content: "";display: table;clear: both}.product--details.content .product--additional-hints .product--info-icons .product--info-icon{position: relative;margin-bottom: 1.25rem;font-size: 1.875rem;line-height: 1.875rem;height: 1.875rem}.product--details.content .product--additional-hints .product--info-icons .product--info-icon i{float: left;margin-right: .625rem}.product--details.content .product--additional-hints .product--info-icons .product--info-label{font-weight: 300;font-size: 14px;color: #777;text-align: left;float: left;padding-top: .125rem}.product--details.content .product--additional-hints .product--info-icons .info-icon--reimport,.product--details.content .product--additional-hints .product--info-icons .info-icon--cooling,.product--details.content .product--additional-hints .product--info-icons .info-icon--tip{cursor: pointer}.product--details.content .product--additional-hints .product--info-icons .info-icon--reimport .product--info-hint,.product--details.content .product--additional-hints .product--info-icons .info-icon--cooling .product--info-hint,.product--details.content .product--additional-hints .product--info-icons .info-icon--tip .product--info-hint{display: none}.product--details.content .product--additional-hints .product--info-icons .info-icon--reimport:hover .product--info-hint,.product--details.content .product--additional-hints .product--info-icons .info-icon--cooling:hover .product--info-hint,.product--details.content .product--additional-hints .product--info-icons .info-icon--tip:hover .product--info-hint{display: block;height: auto;width: 13.125rem;font-size: .75rem;line-height: 1.25rem;white-space: normal;color: #fff;position: absolute;z-index: 9000;top: 0;left: 2.25rem;background: #666;border: 1px solid #666;border-radius: 15px;padding: .3125rem .75rem .3125rem .75rem}.product--details.content .product--additional-links{margin-bottom: 1.25rem}.product--details.content .product--additional-links a.additional-link{border-bottom: 1px solid #999;color: #777;display: block;width: 100%;line-height: 2.5rem;position: relative}.product--details.content .product--additional-links a.additional-link:hover{color: #2d6043}.product--details.content .product--additional-links a.additional-link:after{content: ">";position: absolute;right: 0;width: 40px;height: 40px;text-align: right}.product--details.content .product--detail-upper .product--freitext{color: #ff0000;line-height: 2.5rem}.product--details.content .detail--altPackages{margin-top: 1.25rem;margin-bottom: 2.5rem;padding-bottom: 0rem;text-align: left}.product--details.content .detail--altPackages.detail--altPackages__current{margin-top: 2.5rem}.product--details.content .detail--altPackages .product--altPackages-label{font-weight: 400;margin-right: 1.25rem;margin-bottom: 1.25rem;display: block}.product--details.content .detail--altPackages .product--altPackages-label.product--altPackages-current{margin-bottom: 1.875rem}.product--details.content .detail--altPackages .product--altPackages-name{font-weight: 300;margin-right: 1.25rem;margin-bottom: 1.875rem;display: block}.product--details.content .detail--altPackages .product--altPackages-wrapper{margin-bottom: 2.1875rem}.product--details.content .detail--altPackages .product--altPackages-current + .product--altPackages-wrapper{margin-bottom: .3125rem}.product--details.content .detail--altPackages .unit-size{position: relative;border-radius: 12px;border: 1px solid #2d6043;background: #fff;padding: .1875rem .625rem .1875rem .625rem;margin-right: .9375rem;font-size: .75rem;display: inline-block;margin-bottom: 20px}.product--details.content .detail--altPackages .unit-size > a{color: #777}.product--details.content .detail--altPackages .unit-size.is--active{background-color: #2d6043;color: #fff;text-align: center}.product--details.content .detail--altPackages .unit-size .unit-size-discount{line-height: 1.875rem;height: 1.875rem;width: 1.875rem;font-family: 'Rubik';font-weight: normal;font-size: .625rem;text-align: center;position: relative;position: absolute;right: -1rem;top: -1.25rem;z-index: 100}.product--details.content .detail--altPackages .unit-size .unit-size-discount:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 1.875rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--details.content .detail--altPackages .unit-size .unit-size-discount .discount-amount{color: #fff;z-index: 200;position: relative}.product--details.content .product--buybox .price--content{font-weight: 400;font-size: 24px;line-height: 28px;color: #2d6043;text-align: left}.product--details.content .product--buybox .price--discount,.product--details.content .product--buybox .unit-price--container{padding: 0}.product--details.content .product--buybox .price--discount .price--content,.product--details.content .product--buybox .unit-price--container .price--content{font-weight: 400;font-size: 24px;line-height: 28px;color: #2d6043;text-align: left;margin-bottom: .3125rem}.product--details.content .product--buybox .content--discount{display: block;float: none;margin-bottom: .3125rem}.product--details.content .product--buybox .content--discount .price--discount-label{display: block;font-weight: 300;font-size: 14px;color: #777;text-align: left}.product--details.content .product--buybox .content--discount .price--discount-amount{display: block;font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;text-align: left}.product--details.content .product--buybox .price-recommendation{display: inline-block;text-decoration: none}.product--details.content .product--buybox .liveshopping--prices .content--price{background: #2d6043;padding: 0;border-radius: 0}.product--details.content .product--buybox .liveshopping--prices .price--container{min-height: 0}.product--details.content .product--buybox .liveshopping--prices .liveshopping--price{font-weight: 400;font-size: 24px;line-height: 28px;color: #2d6043;text-align: left;color: #fff}.product--details.content .product--buybox .liveshopping--details .counter{border: 0 none;padding: 0;color: #fff;font-size: 1rem}.product--details.content .product--buybox .liveshopping--details .counter .liveshopping--label{font-weight: normal;background: #2d6043;font-size: 1rem;padding: 4px}.product--details.content .product--buybox .liveshopping--details .counter .counter--text{font-weight: normal}.product--details.content .product--buybox .buybox--button-container{max-width: 20rem}.product--details.content .product--buybox .buybox--button-container .buybox--quantity{width: 20%}.product--details.content .product--buybox .buybox--button-container .buybox--button{position: relative;width: 78%}.product--details.content .product--buybox .buybox--button-container .buybox--button.btn.is--icon-right{padding-right: .8125rem}.product--details.content .product--buybox .buybox--button-container .buybox--button .medicaria--cart{display: block;position: absolute;top: 10px;left: 20px}.product--details.content .product--buybox .product--actions{max-width: 20rem}.product--details.content .product--buybox .alert.is--success,.product--details.content .product--buybox .alert.is--promotion{margin-top: 1.25rem;background: transparent;color: #000;font-size: .75rem}.product--details.content .product--buybox .alert.is--success p,.product--details.content .product--buybox .alert.is--promotion p{font-size: .75rem;line-height: 1.5rem}.product--details.content .product--buybox .alert.is--success a,.product--details.content .product--buybox .alert.is--promotion a{color: #2d6043}.product--details.content .product--buybox .alert.is--success .alert--icon,.product--details.content .product--buybox .alert.is--promotion .alert--icon{font-size: 1rem;background: #2d6043}.product--details.content .buybox--inner{border: 1px solid #2d6043;background-color: #dfe8c3;padding: 1.25rem .625rem 1.25rem .625rem;margin-top: .625rem}.product--details.content .liveshopping--details + .buybox--inner{margin-top: 0rem}.product--details.content .liveshopping--details{margin-top: .625rem}.product--details.content .product--actions{border: 0;padding: 0;margin: 0}.product--details.content .product--actions .cart--add-to-list{padding: 0;margin: 0;font-weight: 300;font-size: 14px;color: #2d6043;float: none;width: 100%;display: block;line-height: 1.875rem;border: 1px solid #2d6043;background-color: #fff;text-align: center}.product--details.content .product--actions .cart--add-to-list .icon--text:before{font-family: 'medicaria';content: "\e90c";vertical-align: middle;font-size: 1.125rem}.product--details.content .product--delivery-label{font-weight: 300;font-size: 12px;color: #777;display: inline-block}.product--details.content .product--delivery{display: inline-block}.product--details.content .product--delivery .delivery--text{font-weight: 300;font-size: 12px;color: #777;display: inline-block}.product--details.content .product--delivery .delivery--status-icon{display: none}.product--details.content .product--image-container .image-slider--slide{height: 400px}.product--details.content .product--image-container .image-slider--slide .image--box--video-youtube{height: 400px}.product--details.content .image-slider--item .image--element{display: table;width: 100%;height: 400px}.product--details.content .image-slider--item .image--media{display: table-cell;vertical-align: middle;text-align: center;height: 100%}.product--details.content .image-slider--item img{display: inline}.product--details.content .image--box.image-slider--item.image-slider--item--video--youtube .image--box--video{top: 50%;bottom: auto;transform: translateY(-50%)}.tab-menu--product .tab--container,.tab-menu--cross-selling .tab--container{display: block;border: 0;padding-left: 0rem;padding-right: 0rem}.js--tab-menu .tab--container-list .tab--container{display: block;border: 0}.tab-menu--cross-selling .tab--header{position: relative}.tab-menu--cross-selling .tab--header:after{font-size: 1.125rem;height: 1.875rem;width: 1.875rem;font-family: 'shopware';color: #666;font-weight: 500;content: "\e68f";position: absolute;right: 0;bottom: 0;background: #fff;z-index: 1000;text-align: right}.tab-menu--cross-selling .tab--header.is--active{border: 0}.tab-menu--cross-selling .tab--header.is--active:after{content: "\e68e"}.js--tab-menu .tab--link{margin: 0rem 0rem 0rem 0rem;line-height: auto;background-image: none;background-color: transparent;top: 0;display: inline;position: relative;font-weight: normal;text-align: left;color: #2d6043;text-decoration: none;border: 0}.is--ctl-detail .content-main{margin-bottom: 0rem}.is--ctl-detail .content-main + #kairionHigh2Banner{margin-bottom: 2.8125rem}.is--ctl-detail #product--description,.is--ctl-detail .product--description{margin-bottom: 0rem;line-height: 1.5rem}.is--ctl-detail #product--description .is--biozid,.is--ctl-detail .product--description .is--biozid{font-weight: bold}.is--ctl-detail #product--description .product-kennzeichen-hint,.is--ctl-detail .product--description .product-kennzeichen-hint{margin-top: 1rem}.is--ctl-detail .block-prices--container .is--primary,.is--ctl-detail .block-prices--container .is--secondary{font-size: .875rem;text-align: center;font-weight: normal}.is--ctl-detail .block-prices--container .block-prices--head th{text-align: center}.is--ctl-detail .block-prices--container table th,.is--ctl-detail .block-prices--container table thead td{background: #304513}.is--ctl-detail .block-prices--container table td{color: #2d6043}.product--details .erezept--action-container{display: flex;flex-direction: column}.product--details .erezept--action-container .buybox--button{width: 100%;margin-bottom: .3125rem}.product--details .erezept--action-container .erezept--medikamendo-modal-btn{padding: 0}.product--details .erezept--action-container .medikamendo-modal-btn-label{display: block;padding: .125rem .75rem .125rem .75rem}.product--details .tab--container.recommendation--interesting.has-neighbours-1{width: 100%}.product--details .tab--container.recommendation--interesting.has-neighbours-1 .product-slider--item{width: 100% !important}.product--details .tab--container.recommendation--interesting.has-neighbours-2{width: 100%}.product--details .tab--container.recommendation--interesting.has-neighbours-2 .product-slider--item{width: 100% !important}.product--details .tab--container.has-neighbours-1 + .tab--container.recommendation--similar{width: 100%}.product--details .tab--container.has-neighbours-1 + .tab--container.recommendation--similar .product-slider--item{width: 100% !important}.product--details .tab--container.has-neighbours-2 + .tab--container.recommendation--similar{width: 100%}.product--details .tab--container.has-neighbours-2 + .tab--container.recommendation--similar .product-slider--item{width: 100% !important;display: block}.category-recommendations{margin-bottom: 1.25rem}.category-recommendations .panel--title{margin-bottom: 1.25rem}.category-recommendations ul{margin: 0;padding: 0;list-style: none}.category-recommendations li{line-height: 1.5rem;position: relative;padding-left: .9375rem;margin-bottom: .625rem}.category-recommendations li i{position: absolute;left: 0;top: 3px}.category-recommendations li i:before{font-size: .625rem;color: #777;margin-right: .3125rem}.category-recommendations a{color: #777}.category-recommendations a:hover{color: #2d6043}.product--offcanvas-buybox{display: none}@media screen and (max-width: 64em){.product--offcanvas-buybox{display: block;position: fixed;width: 100%;z-index: 1000;bottom: 0;left: 0;right: 0;top: auto;background-color: rgba(255,249,244,0.9);border-top: 1px solid #2d6043}.product--offcanvas-buybox .offcanvas-buybox--container{display: flex;flex-direction: row;justify-content: space-between;padding: .625rem 1.25rem 1.25rem 1.25rem}.product--offcanvas-buybox .offcanvas-buybox--price{font-weight: 400;margin-right: 10%}.product--offcanvas-buybox .offcanvas-buybox--price .content--default{color: #2d6043;font-size: 1.5rem}.product--offcanvas-buybox .offcanvas-buybox--price .price--line-through{text-decoration: line-through;font-size: .875rem}.product--offcanvas-buybox .offcanvas-buybox--price .price--line-through .price-recommendation{display: inline-block;text-decoration: none}.product--offcanvas-buybox .offcanvas-buybox--cartbutton .buybox--button{padding-left: 20px;padding-right: 20px}}@media screen and (min-width: 64em){.product--offcanvas-buybox .offcanvas-buybox--container{justify-content: flex-end}}@media screen and (min-width: 30em){.product--details.content .product--additional-hints:after{content: "";display: table;clear: both}.product--details.content .product--additional-hints .product--info-icon{float: left;width: 50%}.product--details.content .product--detail-upper .product--onpack-image{top: 80px}.product--details.content .product--base-info .base-info--entry .entry--label{width: 25%}.product--details.content .product--base-info .base-info--entry .entry--content{width: 75%}.product--details.content .detail--altPackages .product--altPackages-label.product--altPackages-current{display: inline-block;margin-bottom: 1.5625rem}.product--details.content .detail--altPackages .product--altPackages-current + .product--altPackages-wrapper{display: inline-block}.product--details.content .product--additional-links:after{content: "";display: table;clear: both}.product--details.content .product--additional-links a.additional-link{color: #777;float: left;width: 40%}.product--details.content .product--additional-links a.additional-link:nth-child(2n){margin-left: 20%}.product--details.content .product--additional-links a.additional-link:hover{color: #2d6043}.tab-menu--product .panel--title.is--underline,.tab-menu--cross-selling .panel--title.is--underline{margin: 0}.tab-menu--product .tab--header,.tab-menu--cross-selling .tab--header{display: block}.tab-menu--product .tab--navigation,.tab-menu--cross-selling .tab--navigation{display: none}.product--details .tab--container.recommendation--interesting.has-neighbours-1 .product-slider--item{width: 50% !important}.product--details .tab--container.recommendation--interesting.has-neighbours-2 .product-slider--arrow{display: none !important}.product--details .tab--container.recommendation--interesting.has-neighbours-2 .product-slider--item{width: 50% !important}.product--details .tab--container.has-neighbours-1 + .tab--container.recommendation--similar .product-slider--item{width: 50% !important}.product--details .tab--container.has-neighbours-2 + .tab--container.recommendation--similar .product-slider--item{width: 50% !important;display: inline-block}}@media screen and (min-width: 48em){.product--content-title{margin-right: 0rem}.product--details.content .content--description{padding: 1.875rem 0rem 0rem 0rem}.product--details.content .image-slider--item .image--element{display: table;width: 100%}.product--details.content .image-slider--item .image--media{display: table-cell;vertical-align: middle;text-align: center;height: 100%}.product--details.content .image-slider--item img{display: inline}.product--details .erezept--action-container{flex-direction: row;justify-content: space-between}.product--details .erezept--action-container .buybox--button{width: calc(50% - 7px);margin-bottom: .3125rem}.tab-menu--product .panel--title.is--underline,.tab-menu--cross-selling .panel--title.is--underline{margin-right: 0rem}.tab-menu--cross-selling .tab--header:after{display: none}.tab-menu--cross-selling .tab--header.is--active :after{display: none}.category-recommendations ul{-moz-column-count: 3;-moz-column-gap: 20px;-webkit-column-count: 3;-webkit-column-gap: 20px;column-count: 3;column-gap: 10px}.category-recommendations ul > li{display: inline-block;width: 100%}}@media screen and (min-width: 64em){.product--details.content .product--image-container{width: 48%;margin-right: 2%}.product--details.content .product--image-vary-hint{margin-top: 0rem}.product--details.content .product--buybox{width: 50%}.product--details.content .product--header{padding-top: 1.875rem}.product--details.content .product--detail-upper .product--badges{top: 30px}.product--details.content .product--detail-upper .badge--discount{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;text-align: center;position: relative;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem;font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #2d6043;color: #fff;background: transparent}.product--details.content .product--detail-upper .badge--discount:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--details.content .product--detail-upper .badge--discount:after,.product--details.content .product--detail-upper .badge--discount:before{display: none}.product--details.content .product--detail-upper .badge--discount .icon--percent2:before{content: ""}.product--details.content .product--detail-upper .badge--recommend{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;text-align: center;position: relative;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem;font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #2d6043;color: #fff;background: transparent}.product--details.content .product--detail-upper .badge--recommend:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--details.content .product--detail-upper .badge--recommend:after,.product--details.content .product--detail-upper .badge--recommend:before{display: none}.product--details.content .product--detail-upper .badge--recommend.promotionBadge{transform: translateY(30px);position: absolute !important}.product--details.content .product--detail-upper .product--onpack-image{top: 115px}.product--details.content .detail--altPackages .product--altPackages-label{display: inline-block}.product--details.content .image-slider--slide{height: 400px}.product--details.content .image-slider--slide .image-slider--item{height: 400px}.product--details.content .image-slider--slide .image-slider--item .image--element{display: table;height: 400px}.product--details.content .image-slider--item .image--media{display: table-cell;vertical-align: middle;text-align: center;height: 100%}.product--details.content .image-slider--item img{display: inline;max-height: 400px}.product--details.content .image-slider--container{margin-bottom: 8.125rem}.product--details.content .image-slider--container.no--thumbnails{margin-bottom: 0rem}.product--details.content .image-slider--dots{display: none}.product--details.content .image-slider--thumbnails{height: 4.375rem;width: 100%;overflow: hidden;white-space: nowrap;position: absolute;left: 0;top: 420px;float: none}.product--details.content .image-slider--thumbnails .thumbnail--link{display: inline-block}.product--details .tab--container.recommendation--interesting.has-neighbours-1 .product-slider--arrow{display: none !important}.product--details .tab--container.recommendation--interesting.has-neighbours-1 .product-slider--item{width: 33.333% !important}.product--details .tab--container.recommendation--interesting.has-neighbours-2 .product-slider--arrow{display: none !important}.product--details .tab--container.recommendation--interesting.has-neighbours-2 .product-slider--item{width: 33.333% !important}.product--details .tab--container.has-neighbours-1 + .tab--container.recommendation--similar .product-slider--item{width: 33.333% !important}.product--details .tab--container.has-neighbours-2 + .tab--container.recommendation--similar .product-slider--item{width: 33.333% !important}}@media screen and (min-width: 78.75em){.product--details.content .product--buybox .buybox--inner{position: relative;display: flex;flex-direction: row}.product--details.content .product--buybox .buybox--inner:after{content: "";display: table;clear: both}.product--details.content .product--buybox .buybox--inner .buybox--buy-container{width: 50%;display: flex;flex-direction: column;justify-content: flex-end}.product--details.content .product--buybox .buybox--inner .buybox--price-container{width: 50%;padding-right: 10px}.product--details.content .product--buybox .buybox--inner .buybox--price-container.has--block-prices{width: 100%;display: block;padding-right: 0}.product--details.content .product--buybox .buybox--inner .buybox--price-container.has--block-prices .buybox--price-container{width: 100%}.product--details.content .product--buybox .buybox--inner .buybox--price-container.has--block-prices .block-prices--container{margin-bottom: 2.5rem}.product--details.content .product--buybox .buybox--inner .buybox--price-container.has--block-prices ~ .buybox--buy-container{display: block;position: absolute;z-index: 100;bottom: 20px;right: 10px}.product--details.content .product--buybox .buybox--button-container{max-width: 100%}.product--details.content .product--buybox .product--actions{max-width: 100%}.image-slider--thumbnails{top: 420px;z-index: 900}.is--ctl-detail .content-main--inner{padding-left: 0rem;padding-right: 0rem}.image-slider--item .image--element{display: table;width: 100%}.image-slider--item .image--media{display: table-cell;vertical-align: middle;text-align: center;height: 100%}.image-slider--item img{display: inline}.product--details .tab--container.recommendation--interesting[class*="has-neighbours"]{float: left}.product--details .tab--container.recommendation--interesting[class*="has-neighbours"] .product-slider--arrow{display: none !important}.product--details .tab--container.recommendation--interesting.has-neighbours-1{width: 75%}.product--details .tab--container.recommendation--interesting.has-neighbours-1 .product-slider--item{width: 33.333% !important}.product--details .tab--container.recommendation--interesting.has-neighbours-1 .product-slider--arrow{display: none !important}.product--details .tab--container.recommendation--interesting.has-neighbours-2{width: 50%}.product--details .tab--container.recommendation--interesting.has-neighbours-2 .product-slider--item{width: 50% !important}.product--details .tab--container[class*="has-neighbours"] + .tab--container.recommendation--similar{float: left}.product--details .tab--container[class*="has-neighbours"] + .tab--container.recommendation--similar .panel--title{margin-left: .625rem}.product--details .tab--container[class*="has-neighbours"] + .tab--container.recommendation--similar .product-slider--arrow{display: none !important}.product--details .tab--container.has-neighbours-1 + .tab--container.recommendation--similar{width: 25%}.product--details .tab--container.has-neighbours-1 + .tab--container.recommendation--similar .product-slider--item{width: 100% !important}.product--details .tab--container.has-neighbours-2 + .tab--container.recommendation--similar{width: 50%}.product--details .tab--container.has-neighbours-2 + .tab--container.recommendation--similar .product-slider--item{width: 50% !important}}.is--ctl-erezeptupload .erezept-panel,.is--ctl-erezepteinloesen .erezept-panel{background-color: #ffeedd}.footer-main .footer--columns{border-color: #777}.footer-main .footer--column:first-child{border-top: 0 none}.footer-main .footer--copyright{word-break: break-word;padding: 1.25rem 0rem 1.25rem 0rem}.footer-main .newsletter--container{margin: 0rem .625rem 0rem .625rem;background-color: #dfe8c3;border: 1px solid #2d6043;padding: 1.875rem 1.25rem 1.875rem 1.25rem}.footer-main .newsletter--container .column--headline{font-weight: 300;font-style: italic;font-size: 24px;line-height: 28px;color: #2d6043;text-align: left;position: relative;padding-left: 130px;width: 100%;min-height: 3.75rem;margin-bottom: 1.25rem}.footer-main .newsletter--container .column--headline:before{font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90b";color: #2d6043;font-size: 3.75rem;position: absolute;left: 0}.footer-main .newsletter--container .column--headline:after{display: none}.footer-main .newsletter--container .column--content{display: block}.footer-main .newsletter--container .column--content .newsletter--form{padding: 0rem 0rem 0rem 0rem;position: relative;width: 100%}.footer-main .newsletter--container .column--content .newsletter--field{box-shadow: none;border-radius: 0;border-color: #2d6043;background: #fff;height: 2.8125rem;margin-right: 1.25rem;margin-bottom: 1.25rem;width: 100%;float: none}.footer-main .newsletter--container .column--content .newsletter--button{font-weight: 500;font-size: 20px;color: #fff;text-align: center;background-image: none;background-color: #e2001a;border: 0;border-radius: 0;background-clip: padding-box;border: 1px solid #e2001a;height: 2.8125rem;width: 100%;float: none}.footer-main .newsletter--container .column--content .newsletter--links{font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;text-align: left;position: relative;font-size: .75rem;margin-top: .625rem}.footer-main .newsletter--container .column--content .newsletter--links a{text-decoration: underline}.footer-main .column--headline{font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;text-align: left;text-align: center}.footer-main .navigation--link{font-weight: 300;font-size: 14px;color: #777;text-align: left;text-align: center}.footer-main .pre-footer .pre-footer-row1,.footer-main .pre-footer .pre-footer-row2{text-align: center;border-bottom: 1px solid #777;padding: 0rem 0rem 2.1875rem 0rem}.footer-main .pre-footer .pre-footer-row1:after,.footer-main .pre-footer .pre-footer-row2:after{content: "";display: block;clear: both;float: none}.footer-main .pre-footer .pre-footer-row1 .footer--column,.footer-main .pre-footer .pre-footer-row2 .footer--column{width: 100%;border: 0 none}.footer-main .pre-footer .pre-footer-row1 .footer--column.is--last,.footer-main .pre-footer .pre-footer-row2 .footer--column.is--last{border: 0 none}.footer-main .pre-footer .pre-footer-row1 .footer--column.awards ul,.footer-main .pre-footer .pre-footer-row2 .footer--column.awards ul{display: flex;justify-content: center;flex-wrap: wrap}.footer-main .pre-footer .pre-footer-row1 .footer--column.awards ul li,.footer-main .pre-footer .pre-footer-row2 .footer--column.awards ul li{display: flex;flex-direction: column;justify-content: center}.footer-main .pre-footer .pre-footer-row1 .footer--column.awards ul li:empty,.footer-main .pre-footer .pre-footer-row2 .footer--column.awards ul li:empty{display: none}.footer-main .pre-footer .pre-footer-row1 .footer--column.awards ul span,.footer-main .pre-footer .pre-footer-row2 .footer--column.awards ul span{padding-top: 2px;white-space: nowrap;display: block}.footer-main .pre-footer .pre-footer-row1 ul,.footer-main .pre-footer .pre-footer-row2 ul{list-style-type: none}.footer-main .pre-footer .pre-footer-row1 ul li,.footer-main .pre-footer .pre-footer-row2 ul li{padding: 0rem .625rem 0rem .625rem;display: inline;width: auto}.footer-main .pre-footer .pre-footer-row1 ul li img,.footer-main .pre-footer .pre-footer-row2 ul li img{display: inline}.footer-main .pre-footer .column--headline:after{display: none}.footer-main .pre-footer .shipping--partners ul{padding-top: .625rem;display: flex;flex-direction: row;align-items: center;justify-content: center}.footer-main .pre-footer .shipping--partners ul li:first-child{padding-right: 10%}@media screen and (min-width: 48em){.footer-main{border-top-width: 0}.footer-main .newsletter--container{margin: 0rem 1.875rem 0rem 1.875rem;padding-bottom: 3.4375rem}.footer-main .newsletter--container .column--headline{margin-top: 0}.footer-main .newsletter--container .column--content .newsletter--field{float: left;width: 67%;margin-right: 3%;margin-bottom: 0rem}.footer-main .newsletter--container .column--content .newsletter--button{float: left;width: 30%}.footer-main .newsletter--container .column--content .newsletter--links{position: absolute;left: 0;bottom: -35px;margin-top: 0rem}.footer-main .pre-footer .pre-footer-row1 .footer--column,.footer-main .pre-footer .pre-footer-row2 .footer--column{width: 100%}}@media screen and (min-width: 64em){.footer-main .newsletter--container .column--content .newsletter--field{width: 67%;margin-right: 3%}.footer-main .newsletter--container .column--content .newsletter--button{width: 30%}.footer-main .pre-footer .pre-footer-row1 .footer--column,.footer-main .pre-footer .pre-footer-row2 .footer--column{width: 50%}}@media screen and (min-width: 78.75em){.footer-main .newsletter--container{margin: 0rem 0rem 0rem 0rem;padding: 1.875rem 1.25rem 1.875rem 1.25rem}.footer-main .newsletter--container:after{content: "";clear: both;float: none;display: block}.footer-main .newsletter--container .column--headline{font-weight: 300;font-style: italic;font-size: 24px;line-height: 28px;color: #2d6043;text-align: left;width: 40%;float: left;margin: 0rem 0rem 0rem 0rem}.footer-main .newsletter--container .column--content{width: 60%;float: left}.footer-main .newsletter--container .column--content .newsletter--links{bottom: -27px}}@media print{.footer-main .container{display: none}}.forms--content .has--label label textarea{margin-top: .375rem;margin-bottom: 1.25rem}.forms--content .has--label.has--subline label textarea{margin-bottom: 0}.forms--content .select-field,.forms--content .js--fancy-select{max-width: 100%}.forms--content .has--label .plz{margin-right: 0;float: none;width: 100%}.forms--content .has--label .ort{float: none;width: 100%}body{font-family: "Exo 2", Arial, Helvetica, sans-serif;font-weight: 400;color: #000;background: #fff}@media screen and (min-width: 48em){.content-main{box-shadow: none}}@media screen and (min-width: 78.75em){.content-main{margin-top: 1.5625rem;margin-bottom: 2.8125rem;font-weight: 300;font-size: 14px;color: #777;text-align: left;box-shadow: none}.content-main--inner{padding: 0rem 3.75rem 2.8125rem 3.75rem}}.text-center{text-align: center}.text-center img{margin-left: auto;margin-right: auto}.text-left{text-align: left}.text-right{text-align: right}.is--rounded{border-radius: 0}.content ul,.seotext--below ul{margin: 0rem 1rem 1rem .625rem;padding: 0}.content ul li,.seotext--below ul li{margin-left: .375rem;line-height: 1.5rem}.content .sidebar-main ul{margin: 0}.content .sidebar-main ul li{margin-left: 0}.header-main .logo-main .logo--link img{height: 3.125rem}.shop--navigation .navigation--entry .btn{background-color: #ffffff;width: auto;padding: 0rem .3125rem 0rem .3125rem}.shop--navigation .navigation--entry .account--link.account--user-loggedin:after{content: "";display: none}.shop--navigation .entry--menu-left .btn.entry--menu{color: #2d6043}.shop--navigation .entry--menu-left .icon--menu{display: inline-block;padding: 0rem 0rem 0rem 0rem;position: relative;margin: 0;left: 0;top: 3px}.shop--navigation .entry--search:after{content: "";display: block;position: absolute;right: 10px;top: -48px;height: 2rem;width: 1.9375rem;background-image: url('/themes/Frontend/Aliva/frontend/_public/src/img/logos/apothekena.svg');background-size: cover}.shop--navigation .entry--search .main-search--field{height: 2.5rem}.shop--navigation .entry--search .main-search--form .main-search--button{height: 2.5rem}.shop--navigation .entry--cart .badge.is--primary,.shop--navigation .entry--notepad .badge.is--primary{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;color: #fff;text-align: center;border-radius: 0;background-image: none;background-color: transparent;height: 1.25rem;width: 20px;line-height: 20px;padding: 0rem .125rem 0rem 0rem;padding: 0}.shop--navigation .entry--cart .badge.is--primary:before,.shop--navigation .entry--notepad .badge.is--primary:before{font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";position: absolute;width: 100%;height: 100%;top: 0;left: 0;font-size: 1.125rem;z-index: -1;color: #e2001a}.entry--erezept{position: relative}.entry--erezept .entry--link{position: relative;display: inline-block;width: auto}.entry--erezept .entry--link .icon--erezept{display: inline;position: relative;vertical-align: middle;top: 0;left: 0}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn,.navigation--signin-btn.is--primary,.navigation--register .blocked--link{padding: .125rem .625rem .125rem .625rem;line-height: 2rem;border-radius: 3px;-webkit-appearance: none;-moz-appearance: none;appearance: none;font-size: .875rem;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;-webkit-font-smoothing: inherit;display: inline-block;position: relative;text-decoration: none;text-align: left;cursor: pointer;border: 1px solid #d8dcbf;color: #000;font-size: 14px;background-image: linear-gradient(to right, #f0f0f0 0%, #fff 100%);background: #fff;color: #2d6043;border: 1px solid #a8be00;font-weight: 700;padding: .125rem .75rem .125rem .75rem;background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;border: 0 none;background-image: none;background-color: #e2001a;border: 0;border-radius: 0;background-clip: padding-box;border: 1px solid #e2001a;line-height: 1.75rem;font-weight: 500;font-size: 20px;color: #fff;line-height: 2.125rem;height: 2.5rem;display: block;margin: .625rem .625rem .625rem .625rem;margin-left: auto;margin-right: auto;text-align: center;width: 100%}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn [class^="icon--"],.navigation--signin-btn.is--primary [class^="icon--"],.navigation--register .blocked--link [class^="icon--"]{font-size: .625rem}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn .is--large,.navigation--signin-btn.is--primary .is--large,.navigation--register .blocked--link .is--large{font-size: 1rem}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--icon-right,.navigation--signin-btn.is--primary.is--icon-right,.navigation--register .blocked--link.is--icon-right{padding-right: 2.25rem}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--icon-right [class^="icon--"],.navigation--signin-btn.is--primary.is--icon-right [class^="icon--"],.navigation--register .blocked--link.is--icon-right [class^="icon--"]{height: 1rem;line-height: 2rem;margin: -1rem 0rem 0rem 0rem;right: .75rem;font-weight: 400;display: block;position: absolute;top: 50%}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--icon-left,.navigation--signin-btn.is--primary.is--icon-left,.navigation--register .blocked--link.is--icon-left{padding-left: 2.25rem}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--icon-left [class^="icon--"],.navigation--signin-btn.is--primary.is--icon-left [class^="icon--"],.navigation--register .blocked--link.is--icon-left [class^="icon--"]{height: 1rem;line-height: 2rem;margin: -1rem 0rem 0rem 0rem;left: .75rem;font-weight: 400;display: block;position: absolute;top: 50%}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn:disabled,.navigation--signin-btn.is--primary:disabled,.navigation--register .blocked--link:disabled,.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn:disabled:hover,.navigation--signin-btn.is--primary:disabled:hover,.navigation--register .blocked--link:disabled:hover,.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--disabled,.navigation--signin-btn.is--primary.is--disabled,.navigation--register .blocked--link.is--disabled,.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--disabled:hover,.navigation--signin-btn.is--primary.is--disabled:hover,.navigation--register .blocked--link.is--disabled:hover{opacity: .5;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;border: 1px solid #d8dcbf;color: #000;cursor: not-allowed}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn:hover,.navigation--signin-btn.is--primary:hover,.navigation--register .blocked--link:hover{background: #fff;color: #2d6043;border-color: #2d6043}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn:focus,.navigation--signin-btn.is--primary:focus,.navigation--register .blocked--link:focus{outline: none}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--small,.navigation--signin-btn.is--primary.is--small,.navigation--register .blocked--link.is--small{line-height: 1.75rem}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--medium,.navigation--signin-btn.is--primary.is--medium,.navigation--register .blocked--link.is--medium{line-height: 2rem;height: 2.375rem}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--large,.navigation--signin-btn.is--primary.is--large,.navigation--register .blocked--link.is--large{line-height: 2.25rem;height: 2.625rem}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--full,.navigation--signin-btn.is--primary.is--full,.navigation--register .blocked--link.is--full{display: block}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--center,.navigation--signin-btn.is--primary.is--center,.navigation--register .blocked--link.is--center{text-align: center}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn:disabled,.navigation--signin-btn.is--primary:disabled,.navigation--register .blocked--link:disabled,.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn:disabled:hover,.navigation--signin-btn.is--primary:disabled:hover,.navigation--register .blocked--link:disabled:hover,.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--disabled,.navigation--signin-btn.is--primary.is--disabled,.navigation--register .blocked--link.is--disabled,.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--disabled:hover,.navigation--signin-btn.is--primary.is--disabled:hover,.navigation--register .blocked--link.is--disabled:hover{font-weight: 500;font-size: 20px;color: #fff;text-align: center;background-image: none;background-color: #e2001a;border: 0;border-radius: 0;background-clip: padding-box;border: 1px solid #e2001a;opacity: 0.5;cursor: not-allowed}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.modal--close,.navigation--signin-btn.is--primary.modal--close,.navigation--register .blocked--link.modal--close{font-size: 20px;color: #666666;background: transparent}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--secondary,.navigation--signin-btn.is--primary.is--secondary,.navigation--register .blocked--link.is--secondary{border: 1px solid #2d6043;background-color: #ffffff;color: #2d6043}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--secondary:hover,.navigation--signin-btn.is--primary.is--secondary:hover,.navigation--register .blocked--link.is--secondary:hover{background-color: #ffffff;color: #2d6043;border-color: #e2001a}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--secondary:hover,.navigation--signin-btn.is--primary.is--secondary:hover,.navigation--register .blocked--link.is--secondary:hover{border-color: #2d6043;background-color: #2d6043;color: #fff}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.hero,.navigation--signin-btn.is--primary.hero,.navigation--register .blocked--link.hero{border: 2px solid #e2001a;color: #fff}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.hero.blue,.navigation--signin-btn.is--primary.hero.blue,.navigation--register .blocked--link.hero.blue{background-color: #a8be00}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.hero.green,.navigation--signin-btn.is--primary.hero.green,.navigation--register .blocked--link.hero.green{background-color: #2d6043}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn:hover,.navigation--signin-btn.is--primary:hover,.navigation--register .blocked--link:hover{background-color: #950011;color: #fff}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn:disabled,.navigation--signin-btn.is--primary:disabled,.navigation--register .blocked--link:disabled,.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn:disabled:hover,.navigation--signin-btn.is--primary:disabled:hover,.navigation--register .blocked--link:disabled:hover,.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--disabled,.navigation--signin-btn.is--primary.is--disabled,.navigation--register .blocked--link.is--disabled,.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--disabled:hover,.navigation--signin-btn.is--primary.is--disabled:hover,.navigation--register .blocked--link.is--disabled:hover{font-size: .875rem}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn:hover,.navigation--signin-btn.is--primary:hover,.navigation--register .blocked--link:hover{border-color: #a8be00;background: #a8be00;color: #fff}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.hero,.navigation--signin-btn.is--primary.hero,.navigation--register .blocked--link.hero{border: 2px solid #fff;color: #fff}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.hero.blue,.navigation--signin-btn.is--primary.hero.blue,.navigation--register .blocked--link.hero.blue{background-color: #a8be00;background-image: linear-gradient(to right, #304513 0%, #a8be00 100%);color: #fff}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.hero.green,.navigation--signin-btn.is--primary.hero.green,.navigation--register .blocked--link.hero.green{background-color: #d5f100;background-image: linear-gradient(to right, #a8be00 0%, #d5f100 100%);color: #fff}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn:disabled,.navigation--signin-btn.is--primary:disabled,.navigation--register .blocked--link:disabled,.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn:disabled:hover,.navigation--signin-btn.is--primary:disabled:hover,.navigation--register .blocked--link:disabled:hover,.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--disabled,.navigation--signin-btn.is--primary.is--disabled,.navigation--register .blocked--link.is--disabled,.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--disabled:hover,.navigation--signin-btn.is--primary.is--disabled:hover,.navigation--register .blocked--link.is--disabled:hover{font-size: .875rem}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn:hover,.navigation--signin-btn.is--primary:hover,.navigation--register .blocked--link:hover{background: #2d6043;color: #fff}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--small,.navigation--signin-btn.is--primary.is--small,.navigation--register .blocked--link.is--small{line-height: 1.875rem}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--large,.navigation--signin-btn.is--primary.is--large,.navigation--register .blocked--link.is--large{line-height: 2.375rem}.shop--navigation .navigation--entry .register--sidebar .register--login-btn.btn.is--inverted,.navigation--signin-btn.is--primary.is--inverted,.navigation--register .blocked--link.is--inverted{color: #e2001a;background-color: transparent}.register--sidebar{padding: 0rem .625rem 0rem .625rem}.register--sidebar .has--label label{color: #ffffff}.register--sidebar .register--login-lostpassword a{color: #ffffff}.register--sidebar input[type="text"],.register--sidebar input[type="password"],.register--sidebar input[type="email"]{width: 100%}.register--sidebar .register--login-lostpassword{margin-bottom: 1.25rem}.account--dropdown-navigation.off-canvas{background-color: #2d6043;color: #ffffff}.account--dropdown-navigation.off-canvas .navigation--headline{color: #ffffff}.account--dropdown-navigation.off-canvas .navigation--signin{padding-top: 0}.account--dropdown-navigation.off-canvas .navigation--signin .navigation--signin-btn.btn{background-color: #e2001a;margin-left: auto;margin-right: auto}.account--dropdown-navigation.off-canvas .blocked--link{width: 95%}.js--search-overlay{display: none;opacity: 0.5;position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 3300;visibility: hidden;cursor: pointer;background: #000}.is--searchfield .shop--navigation .main-search--form{z-index: 3400}.is--searchfield .js--search-overlay{display: block;visibility: visible}@media only screen and (max-width: 29.9375em){.header-main{position: sticky;top: -2.8125rem;z-index: 1001}.is--theme-sanicare .header-main,.is--theme-aliva .header-main{top: -7.1875rem}.is--theme-medicaria .main-search--results.es-suggest{height: calc(100vh - 165px) !important;top: 165px}.is--theme-sanicare .main-search--results.es-suggest,.is--theme-aliva .main-search--results.es-suggest{height: calc(100vh - 170px) !important;top: 170px}.is--theme-medicaria .is-sticky ~ .main-search--results.es-suggest{height: calc(100vh - 120px) !important;top: 120px}.is--theme-sanicare .is-sticky ~ .main-search--results.es-suggest,.is--theme-aliva .is-sticky ~ .main-search--results.es-suggest{height: calc(100vh - 55px) !important;top: 3.4375rem}.js--overlay-relative .js--overlay.is--open{z-index: 1000}.no--scroll .js--overlay-relative .js--overlay.is--open{z-index: 1001}.js--overlay-relative.off-canvas-account--dropdown-navigation .js--overlay{left: 17.5rem}}@media screen and (min-width: 30em){.shop--navigation .entry--search{width: calc(40% - 36px)}.shop--navigation .entry--search:after{right: -45px;right: auto;left: calc(100% + 5px);top: 4px}.shop--navigation .entry--search .main-search--field{background: #fff;box-shadow: none;border-radius: 9px}}@media screen and (min-width: 48em){.header-main .logo-main{padding: 0rem 0rem 0rem 0rem}.header-main .logo-main .logo--shop{height: 2.5rem;width: 100%}.header-main .logo-main .logo--link{height: 3.125rem}.header-main .logo-main .logo--link img{height: 3.125rem;width: auto}.header-main .container{padding: .625rem .625rem .625rem .625rem}.header-main .logo-main{width: 25%}.header-main .shop--navigation{width: 75%}.sidebar--navigation{background-color: #ffffff}.shop--navigation .navigation--entry .btn{height: 3.125rem;background-image: none;background-color: #fff}.shop--navigation .navigation--entry .btn:hover{background-color: #fff}.shop--navigation .navigation--entry .icon--heart{font-size: 1.5rem;left: 0;top: 3px;position: relative}.shop--navigation .navigation--entry .icon--account{left: 0;position: relative}.shop--navigation .navigation--entry .icon--erezept{left: 0;position: relative}.shop--navigation .entry--search{width: calc(60% - 36px)}.shop--navigation .entry--search .main-search--field{height: 3.125rem}.shop--navigation .entry--search .main-search--form .main-search--button{height: 3.125rem}.shop--navigation .entry--search .main-search--field{width: 100%}.shop--navigation .entry--search:after{top: 10px}.account--menu .navigation--headline{border-width: 0;font-weight: 300;font-size: 24px;line-height: 28px;color: #777;text-align: left;padding: 2.1875rem 0rem .625rem 0rem}.account--dropdown-navigation{right: 100%;top: 3.75rem;min-width: 21.875rem;max-width: 21.875rem;margin-right: -10rem}.account--dropdown-navigation .account--menu{box-shadow: 1px 1px 5px rgba(0,0,0,0.5);border: 1px solid #777}.account--dropdown-navigation .account--menu:after,.account--dropdown-navigation .account--menu:before{right: 34%;transform: none;top: auto;bottom: 100%;border: 0px solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;background-color: transparent}.account--dropdown-navigation .account--menu:after{border-color: transparent;border-bottom-color: #ffffff;border-width: .875rem;margin-left: -0.875rem;margin-bottom: -0.5rem}.account--dropdown-navigation .account--menu:before{border-color: transparent;border-bottom-color: #777;border-width: .875rem;margin-left: -0.875rem;margin-bottom: -0.375rem}.account--dropdown-navigation .navigation--signin{border-width: 0;padding: 0;margin-top: 0;margin-bottom: 0}.account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn,.account--dropdown-navigation .navigation--signin .blocked--link{padding: .125rem .75rem .125rem .75rem;line-height: 2.125rem;background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;border: 0 none;font-weight: 500;font-size: 20px;color: #fff;text-align: center;background-image: none;background-color: #e2001a;border: 0;border-radius: 0;background-clip: padding-box;border: 1px solid #e2001a;margin-bottom: .625rem;height: 2.5rem}.account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn:hover,.account--dropdown-navigation .navigation--signin .blocked--link:hover{background: #2d6043;color: #fff}.account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn.is--small,.account--dropdown-navigation .navigation--signin .blocked--link.is--small{line-height: 1.875rem}.account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn.is--large,.account--dropdown-navigation .navigation--signin .blocked--link.is--large{line-height: 2.375rem}.account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn.is--inverted,.account--dropdown-navigation .navigation--signin .blocked--link.is--inverted{color: #e2001a;background-color: transparent}.register--sidebar{padding: 0}.register--sidebar .has--label label{color: #000}.register--sidebar .register--login-lostpassword a{color: #e2001a}}@media screen and (min-width: 48em){.header-main .logo-main .logo--shop{height: 2.1875rem}.header-main .logo-main .logo--link{height: 2.1875rem}.entry--search.is--active .main-search--form{background: transparent}}@media screen and (min-width: 64em){.header-main .logo-main .logo--link{height: 3.125rem}.header-main .logo-main .logo--link img{height: 3.125rem;width: auto}.header-main .shop--navigation .navigation--entry .icon--heart{top: 10px}.header-main .container{padding: .625rem 3.75rem .625rem 3.75rem}.navigation--list .entry--erezept .icon--erezept{display: block;top: 50%}}@media screen and (min-width: 78.75em){.shop--navigation .entry--search{width: calc(100% - 36px);max-width: 610px}}@media screen and (min-width: 90em){.account--dropdown-navigation{margin-right: -11.875rem}.account--dropdown-navigation .account--menu:after,.account--dropdown-navigation .account--menu:before{right: 46%}}.content--home{margin-top: 0rem}@media screen and (min-width: 48em){.content--home{margin-top: 0rem}}@media screen and (min-width: 78.75em){.content--home{margin-top: 0rem}}.content--home + #kairionHighBanner{margin-bottom: 1.25rem;padding-left: 0}.action--filter-options .filter--close-btn{background-image: none;background-color: #2d6043}.action--sort .sort--select:after,.action--sort .sort--select .sort--field{line-height: 2rem;height: 2rem}.action--sort .sort--label{font-weight: 300}.action--filter-btn .filter--trigger.btn{height: 2.5rem;line-height: 2rem;font-size: .875rem;font-weight: 400;background-color: #ffffff;color: #2d6043;border: 1px solid #777}.action--filter-btn .filter--trigger.btn .icon--filter{font-size: 1rem}.action--filter-btn .filter--trigger.btn .action--collapse-icon{background-image: none;line-height: 1.875rem;background-color: #2d6043}.category--teaser{margin: 0rem .625rem 0rem .625rem}.category--teaser .hero--text{padding-left: 0}.listing--header-count{color: #000;font-size: 1rem;font-style: normal}.listing--subcategories .panel--flex{margin-bottom: 1.25rem;align-items: stretch}.listing--subcategories .panel--flex .listing--subcategory{position: relative;margin-bottom: .625rem;padding-right: .625rem;justify-content: flex-end}.listing--subcategories .panel--flex .listing--subcategory .category--icon{position: relative;top: 0;left: 0;border: 0 none;border-radius: 0;display: inline-block;width: 3.75rem;background-size: contain;margin-right: .625rem}.listing--subcategories .panel--flex .listing--subcategory:not(.has--icon) .category--icon{display: none}.listing--subcategories .panel--flex .listing--subcategory a{color: #777;padding-right: 0rem;display: flex}.listing--subcategories .panel--flex .listing--subcategory a > *{height: 2.25rem;line-height: 2.25rem}.listing--subcategories .panel--flex .listing--subcategory a .subcategory--name{display: inline}.listing--subcategories .panel--flex .listing--subcategory a:hover{color: #2d6043}.listing--subcategories .panel--flex .listing--subcategory .icon--arrow-right{position: relative;top: -1px;left: 4px;display: inline-block}.listing--subcategories .panel--flex .listing--subcategory .icon--arrow-right:before{font-size: .5625rem}.listing--subcategories .panel--flex:after{display: block;width: 100%;content: "";float: none;clear: both}.listing--content{margin-top: 0;display: flex;flex-direction: column}.listing--wrapper:before{display: table;width: 100%;content: "";float: none;clear: both}@media screen and (min-width: 48em){.listing--content{padding-top: 0rem;margin-top: 0rem}.action--filter-btn{display: none}.filter--facet-container{display: block !important}.action--filter-options{width: calc(100% - 230px);top: -2.9375rem}.action--sort.is--hidden + .action--filter-options{top: 0rem}.category--teaser{margin: 0rem 1.875rem 0rem 1.875rem}.category--teaser .hero--headline{font-size: 1.5rem;padding: 2.5rem 0rem 0rem 0rem;margin: 0rem 2.5rem 0rem 2.5rem}.category--teaser .hero--headline.panel--title.is--striked{margin-left: 0rem;padding-bottom: .625rem}.category--teaser .hero--text{padding-top: .625rem}.action--filter-options.is--collapsed,.action--filter-options.is--active-filter{border-top-width: 0}.action--filter-options .filter--container{margin-left: 0;padding-left: 0}.listing--actions{border-color: transparent;background: transparent}.listing--actions .listing--paging{border-top: 1px solid transparent}.listing--bottom-paging{border-color: transparent;background-color: transparent}.action--per-page{height: 2.125rem}.action--per-page .per-page--select{height: 2.125rem}.action--per-page .per-page--select:after,.action--per-page .per-page--select .per-page--field{line-height: 2rem}.action--per-page .per-page--label{font-weight: 300}.listing--content .select-field > select,.listing--content .js--fancy-select > select{border-color: #2d6043;color: #000}.listing--subcategories .panel--flex .listing--subcategory{margin-bottom: 1.25rem}.listing--subcategories .panel--flex .listing--subcategory .category--icon{width: 100%;height: 3.75rem;margin-bottom: .3125rem}.listing--subcategories .panel--flex .listing--subcategory a{display: flex;flex-direction: column;text-align: center}.listing--subcategories .panel--flex .listing--subcategory a > *{line-height: normal;height: auto}.listing--subcategories .panel--flex .listing--subcategory a .subcategory--name{height: auto}.listing--subcategories .panel--flex .subcategory--button{text-align: center}}.liveshopping--listing{overflow: visible}@media screen and (min-width: 78.75em){.action--sort{width: 30%}.action--filter-options{width: 69%}.category--teaser{margin: 0rem 3.75rem 0rem 3.75rem}}.navigation-main{border-bottom: 0}.navigation-main .entry--menu-left .navigation--text-menu{display: block}.navigation-main .entry--menu-left .navigation--text-categories{display: none}@media screen and (min-width: 48em){.navigation-main .navigation--entry{width: 25%;float: left;display: block;padding: 0rem 0rem .9375rem .625rem}.navigation-main .entry--menu-left{padding-left: 1.875rem;position: relative}.navigation-main .entry--menu-left .navigation--text-menu{display: none}.navigation-main .entry--menu-left .navigation--text-categories{display: block;line-height: 1.8125rem}.navigation-main .navigation--link{border-bottom: 1px solid #777;padding: .5rem 0rem .125rem 0rem;height: 2.1875rem}.navigation-main .navigation--link.is--icon-left .icon--menu{color: #2d6043;position: absolute;left: 0;top: 14px;bottom: auto}.navigation-main .is--active .navigation--link{background-image: none;background-color: transparent;font-weight: normal;color: #2d6043}.navigation-main .is--active .navigation--link:hover{color: #2d6043}.navigation-main .navigation--custom-link .navigation--custom-icon{display: inline;width: auto;max-height: 1.25rem;margin-right: .625rem}}.newsletter--content{margin-top: 0rem}.newsletter--content .forms--content{margin-top: 0rem}.newsletter--content .panel--subtitle{margin-left: 0rem;margin-bottom: .625rem}.newsletter--content .newsletter-signup-form-container,.newsletter--content .newsletter-update-form-container,.newsletter--content .newsletter-signup-container,.newsletter--content .newsletter-update-container,.newsletter--content .newsletter--update-form-headline{width: 100%;max-width: 100%;flex-basis: 100%;margin-bottom: 1.25rem}.newsletter--content .newsletter-privacy-text-container,.newsletter--content .newsletter-signout-text-container{width: 100%;max-width: 100%;flex-basis: 100%;display: inline-block}.newsletter--content .newsletter-form-wrapper{background-color: #fff9f4;border: 1px solid #ff8f1c;width: 100%;padding: 1.5625rem .3125rem 1.25rem .3125rem;margin: 0rem 0rem 1.25rem 0rem}.newsletter--content .newsletter-form-wrapper a{white-space: nowrap}@media screen and (min-width: 48em){.newsletter--content .newsletter-signup-form-container,.newsletter--content .newsletter-update-form-container,.newsletter--content .newsletter-signup-container,.newsletter--content .newsletter-update-container,.newsletter--content .newsletter-privacy-text-container,.newsletter--content .newsletter-signout-text-container{width: 50%;max-width: 50%;flex-basis: 50%}.newsletter--content .newsletter--signup-btn,.newsletter--content .newsletter--update-btn{height: 2.5rem}.newsletter--content .newsletter-update-container{position: relative}.newsletter--content .newsletter--signup-btn{position: absolute;bottom: 19px}.newsletter--content .newsletter-form-wrapper{padding: 1.5625rem 1.25rem 1.25rem 1.25rem}}#newsletter-overlay{max-width: 320px;position: fixed;z-index: 3000;left: auto;right: 0;top: auto;bottom: 0}#newsletter-overlay .newsletter-overlay--container{background: #2d6043;border-radius: 0 0 18px 18px;padding: 0 20px 0 20px;position: relative;z-index: 20;height: 175px}#newsletter-overlay .newsletter-overlay--container .newsletter-overlay--headline{color: #fff;font-style: italic;margin-bottom: 5px;font-size: 1.3125rem;text-transform: uppercase}#newsletter-overlay .newsletter-overlay--container .newsletter-overlay--headline:before{font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90b";color: #fff;font-size: 2.5rem;line-height: normal;position: absolute;top: -53px;left: 125px;transform: translate(-50%, 0)}#newsletter-overlay .newsletter-overlay--container .inner-container{position: relative;top: -10px}#newsletter-overlay .newsletter-overlay--container .newsletter-overlay--description{color: #fff;margin-bottom: 10px}#newsletter-overlay .newsletter-overlay--container input[type="email"]{width: 100%;border: 0 none;margin-bottom: 10px;position: relative;z-index: 20}#newsletter-overlay .newsletter-overlay--container .newsletter--button{width: 100%;margin-bottom: 5px}#newsletter-overlay .newsletter-overlay--container .newsletter--close{position: absolute;right: -8px;top: -90px;background: transparent;color: #e2001a;font-family: 'medicaria'}#newsletter-overlay .newsletter-overlay--container .newsletter--close:before{content: "\e90f"}#newsletter-overlay .newsletter-overlay--container .newsletter--close:hover{color: #2d6043}#newsletter-overlay .newsletter-overlay--container .newsletter-overlay--links{position: relative;z-index: 20;text-align: right}#newsletter-overlay .newsletter-overlay--container .newsletter-overlay--links a{color: #fff}#newsletter-overlay .newsletter-overlay--container:before{content: "";display: block;width: 320px;height: 96px;top: -96px;left: 0;right: auto;position: absolute;background-image: url('/themes/Frontend/Aliva/frontend/_public/src/img/gfx/nl-top.png');background-position: center}#newsletter-overlay:after{content: "";display: block;float: none;clear: both}@media screen and (max-width: 64em){#newsletter-overlay{display: none}}@media screen and (min-width: 64em){.footer-main.is--newsletter-overlay .footer--columns{padding: 0rem 0rem 1.25rem 0rem}.footer-main.is--newsletter-overlay .footer--columns .footer--column{width: 18%}}@media screen and (min-width: 78.75em){.footer-main.is--newsletter-overlay .footer--columns{margin: 0 auto}.footer-main.is--newsletter-overlay .footer--columns .footer--column{width: 20%}}.note--delete{background-color: transparent;background-image: none;border-radius: 0;font-size: 1.5rem;border-width: 0}.note--title{color: #2d6043}.note--title:hover{color: #2d6043}.note--price{color: #2d6043}.product--box .box--content,.box--emotion .box--content,.emotion--product-slider .box--emotion .box--content,.box--slider .box--content{border: 0 none}.product--box .product--title,.box--emotion .product--title,.emotion--product-slider .box--emotion .product--title,.box--slider .product--title{font-weight: 300;font-size: 24px;line-height: 28px;color: #777;text-align: center;height: 2.8125rem;font-size: 1rem;line-height: 1.5rem;padding: 0rem 1.125rem 0rem 1.125rem}.product--box .product--description,.box--emotion .product--description,.emotion--product-slider .box--emotion .product--description,.box--slider .product--description{height: auto}.product--box .product--price-info,.box--emotion .product--price-info,.emotion--product-slider .box--emotion .product--price-info,.box--slider .product--price-info{height: 5.625rem}.product--box .product--price-info .price--unit,.box--emotion .product--price-info .price--unit,.emotion--product-slider .box--emotion .product--price-info .price--unit,.box--slider .product--price-info .price--unit{font-weight: 300;font-size: 14px;line-height: 24px;color: #777;text-align: center;line-height: 1.25rem;height: 1.25rem}.product--box .product--price,.box--emotion .product--price,.emotion--product-slider .box--emotion .product--price,.box--slider .product--price,.product--box .liveshopping--container.liveshopping--product--price,.box--emotion .liveshopping--container.liveshopping--product--price,.emotion--product-slider .box--emotion .liveshopping--container.liveshopping--product--price,.box--slider .liveshopping--container.liveshopping--product--price{height: auto;line-height: normal}.product--box .product--price .price--default,.box--emotion .product--price .price--default,.emotion--product-slider .box--emotion .product--price .price--default,.box--slider .product--price .price--default,.product--box .liveshopping--container.liveshopping--product--price .price--default,.box--emotion .liveshopping--container.liveshopping--product--price .price--default,.emotion--product-slider .box--emotion .liveshopping--container.liveshopping--product--price .price--default,.box--slider .liveshopping--container.liveshopping--product--price .price--default{font-weight: 300;font-size: 18px;line-height: normal;color: #2d6043;text-align: center}.product--box .product--price .price--default.is--discount,.box--emotion .product--price .price--default.is--discount,.emotion--product-slider .box--emotion .product--price .price--default.is--discount,.box--slider .product--price .price--default.is--discount,.product--box .liveshopping--container.liveshopping--product--price .price--default.is--discount,.box--emotion .liveshopping--container.liveshopping--product--price .price--default.is--discount,.emotion--product-slider .box--emotion .liveshopping--container.liveshopping--product--price .price--default.is--discount,.box--slider .liveshopping--container.liveshopping--product--price .price--default.is--discount{font-weight: 300;font-size: 18px;line-height: normal;color: #2d6043;text-align: center;line-height: 1.5rem}.product--box .product--price .price--pseudo,.box--emotion .product--price .price--pseudo,.emotion--product-slider .box--emotion .product--price .price--pseudo,.box--slider .product--price .price--pseudo,.product--box .liveshopping--container.liveshopping--product--price .price--pseudo,.box--emotion .liveshopping--container.liveshopping--product--price .price--pseudo,.emotion--product-slider .box--emotion .liveshopping--container.liveshopping--product--price .price--pseudo,.box--slider .liveshopping--container.liveshopping--product--price .price--pseudo,.product--box .product--price .liveshopping--pseudoprice,.box--emotion .product--price .liveshopping--pseudoprice,.emotion--product-slider .box--emotion .product--price .liveshopping--pseudoprice,.box--slider .product--price .liveshopping--pseudoprice,.product--box .liveshopping--container.liveshopping--product--price .liveshopping--pseudoprice,.box--emotion .liveshopping--container.liveshopping--product--price .liveshopping--pseudoprice,.emotion--product-slider .box--emotion .liveshopping--container.liveshopping--product--price .liveshopping--pseudoprice,.box--slider .liveshopping--container.liveshopping--product--price .liveshopping--pseudoprice{font-weight: 300;font-size: 14px;line-height: 24px;color: #777;text-align: center;display: inline-block;width: auto}.product--box .product--price .price--discount,.box--emotion .product--price .price--discount,.emotion--product-slider .box--emotion .product--price .price--discount,.box--slider .product--price .price--discount,.product--box .liveshopping--container.liveshopping--product--price .price--discount,.box--emotion .liveshopping--container.liveshopping--product--price .price--discount,.emotion--product-slider .box--emotion .liveshopping--container.liveshopping--product--price .price--discount,.box--slider .liveshopping--container.liveshopping--product--price .price--discount,.product--box .product--price .liveshopping--price,.box--emotion .product--price .liveshopping--price,.emotion--product-slider .box--emotion .product--price .liveshopping--price,.box--slider .product--price .liveshopping--price,.product--box .liveshopping--container.liveshopping--product--price .liveshopping--price,.box--emotion .liveshopping--container.liveshopping--product--price .liveshopping--price,.emotion--product-slider .box--emotion .liveshopping--container.liveshopping--product--price .liveshopping--price,.box--slider .liveshopping--container.liveshopping--product--price .liveshopping--price{font-weight: 300;font-size: 14px;line-height: 24px;color: #777;text-align: center;display: inline-block;width: auto}.product--box .product--price .price-recommendation,.box--emotion .product--price .price-recommendation,.emotion--product-slider .box--emotion .product--price .price-recommendation,.box--slider .product--price .price-recommendation,.product--box .liveshopping--container.liveshopping--product--price .price-recommendation,.box--emotion .liveshopping--container.liveshopping--product--price .price-recommendation,.emotion--product-slider .box--emotion .liveshopping--container.liveshopping--product--price .price-recommendation,.box--slider .liveshopping--container.liveshopping--product--price .price-recommendation{display: inline-block;text-decoration: none}.product--box .product--badges,.box--emotion .product--badges,.emotion--product-slider .box--emotion .product--badges,.box--slider .product--badges{right: -0.0625rem;top: 0;left: auto}.product--box .product--badges .product--badge,.box--emotion .product--badges .product--badge,.emotion--product-slider .box--emotion .product--badges .product--badge,.box--slider .product--badges .product--badge{padding: 0rem 0rem 0rem 0rem}.product--box .product--badges .badge--discount,.box--emotion .product--badges .badge--discount,.emotion--product-slider .box--emotion .product--badges .badge--discount,.box--slider .product--badges .badge--discount{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;text-align: center;position: relative;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem;font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #2d6043;color: #fff;background: transparent}.product--box .product--badges .badge--discount:before,.box--emotion .product--badges .badge--discount:before,.emotion--product-slider .box--emotion .product--badges .badge--discount:before,.box--slider .product--badges .badge--discount:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--box .product--badges .badge--discount:after,.box--emotion .product--badges .badge--discount:after,.emotion--product-slider .box--emotion .product--badges .badge--discount:after,.box--slider .product--badges .badge--discount:after,.product--box .product--badges .badge--discount:before,.box--emotion .product--badges .badge--discount:before,.emotion--product-slider .box--emotion .product--badges .badge--discount:before,.box--slider .product--badges .badge--discount:before{display: none}.product--box .product--badges .badge--discount .icon--percent2:before,.box--emotion .product--badges .badge--discount .icon--percent2:before,.emotion--product-slider .box--emotion .product--badges .badge--discount .icon--percent2:before,.box--slider .product--badges .badge--discount .icon--percent2:before{content: ""}.product--box .product--badges .badge--recommend,.box--emotion .product--badges .badge--recommend,.emotion--product-slider .box--emotion .product--badges .badge--recommend,.box--slider .product--badges .badge--recommend{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;text-align: center;position: relative;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem;font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #2d6043;color: #fff;background: transparent}.product--box .product--badges .badge--recommend:before,.box--emotion .product--badges .badge--recommend:before,.emotion--product-slider .box--emotion .product--badges .badge--recommend:before,.box--slider .product--badges .badge--recommend:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--box .product--badges .badge--recommend:after,.box--emotion .product--badges .badge--recommend:after,.emotion--product-slider .box--emotion .product--badges .badge--recommend:after,.box--slider .product--badges .badge--recommend:after,.product--box .product--badges .badge--recommend:before,.box--emotion .product--badges .badge--recommend:before,.emotion--product-slider .box--emotion .product--badges .badge--recommend:before,.box--slider .product--badges .badge--recommend:before{display: none}.product--box .product--badges .badge--recommend.promotionBadge,.box--emotion .product--badges .badge--recommend.promotionBadge,.emotion--product-slider .box--emotion .product--badges .badge--recommend.promotionBadge,.box--slider .product--badges .badge--recommend.promotionBadge{line-height: normal}.product--box .product--badges .badge--recommend.promotionBadge:before,.box--emotion .product--badges .badge--recommend.promotionBadge:before,.emotion--product-slider .box--emotion .product--badges .badge--recommend.promotionBadge:before,.box--slider .product--badges .badge--recommend.promotionBadge:before{color: #2d6043;display: inline-block}.product--box .product--badges .badge--recommend.promotionBadge span,.box--emotion .product--badges .badge--recommend.promotionBadge span,.emotion--product-slider .box--emotion .product--badges .badge--recommend.promotionBadge span,.box--slider .product--badges .badge--recommend.promotionBadge span{width: 100%;position: absolute;top: 50%;left: 0;transform: translateY(-50%)}.product--box .product--badges.is--liveshopping,.box--emotion .product--badges.is--liveshopping,.emotion--product-slider .box--emotion .product--badges.is--liveshopping,.box--slider .product--badges.is--liveshopping{display: none}.product--box .liveshopping--container.liveshopping--product--price,.box--emotion .liveshopping--container.liveshopping--product--price,.emotion--product-slider .box--emotion .liveshopping--container.liveshopping--product--price,.box--slider .liveshopping--container.liveshopping--product--price{padding: 2px}.product--box .badge--liveshopping,.box--emotion .badge--liveshopping,.emotion--product-slider .box--emotion .badge--liveshopping,.box--slider .badge--liveshopping{position: absolute;top: 0;left: 0;z-index: 5000;width: 100%;background: #2d6043;color: #fff}.product--box .liveshopping--container.liveshopping--product--price,.box--emotion .liveshopping--container.liveshopping--product--price,.emotion--product-slider .box--emotion .liveshopping--container.liveshopping--product--price,.box--slider .liveshopping--container.liveshopping--product--price{background: #2d6043;padding: 0}.product--box .liveshopping--container.liveshopping--product--price .liveshopping--pseudoprice,.box--emotion .liveshopping--container.liveshopping--product--price .liveshopping--pseudoprice,.emotion--product-slider .box--emotion .liveshopping--container.liveshopping--product--price .liveshopping--pseudoprice,.box--slider .liveshopping--container.liveshopping--product--price .liveshopping--pseudoprice,.product--box .liveshopping--container.liveshopping--product--price .price--default.is--discount,.box--emotion .liveshopping--container.liveshopping--product--price .price--default.is--discount,.emotion--product-slider .box--emotion .liveshopping--container.liveshopping--product--price .price--default.is--discount,.box--slider .liveshopping--container.liveshopping--product--price .price--default.is--discount{color: #fff;line-height: normal}.product--box .liveshopping--label,.box--emotion .liveshopping--label,.emotion--product-slider .box--emotion .liveshopping--label,.box--slider .liveshopping--label{padding-top: 3px;text-align: center;font-size: .875rem;line-height: normal}.product--box .product--info-icons,.box--emotion .product--info-icons,.emotion--product-slider .box--emotion .product--info-icons,.box--slider .product--info-icons{position: absolute;left: 0rem;top: 0rem;height: 8.75rem;z-index: 750;width: 1.875rem}.product--box .product--info-icons .info-icons--wrapper,.box--emotion .product--info-icons .info-icons--wrapper,.emotion--product-slider .box--emotion .product--info-icons .info-icons--wrapper,.box--slider .product--info-icons .info-icons--wrapper{width: 1.875rem;height: 8.75rem;position: absolute;bottom: .3125rem;display: flex;flex-direction: column;justify-content: flex-end}.product--box .product--info-icons .product--info-icon,.box--emotion .product--info-icons .product--info-icon,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon,.box--slider .product--info-icons .product--info-icon{width: 1.875rem;height: 1.875rem;padding-left: 1.875rem;margin-bottom: .375rem;position: relative;cursor: pointer}.product--box .product--info-icons .product--info-icon:last-child,.box--emotion .product--info-icons .product--info-icon:last-child,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon:last-child,.box--slider .product--info-icons .product--info-icon:last-child{margin-bottom: 0}.product--box .product--info-icons .product--info-icon [class^="medicaria-"],.box--emotion .product--info-icons .product--info-icon [class^="medicaria-"],.emotion--product-slider .box--emotion .product--info-icons .product--info-icon [class^="medicaria-"],.box--slider .product--info-icons .product--info-icon [class^="medicaria-"]{position: absolute;top: 0;left: 0;width: 100%;font-size: 1.875rem;line-height: 1.875rem}.product--box .product--info-icons .product--info-icon .product--info-label,.box--emotion .product--info-icons .product--info-icon .product--info-label,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon .product--info-label,.box--slider .product--info-icons .product--info-icon .product--info-label{display: none}.product--box .product--info-icons .product--info-icon [class^="medicaria-"]:hover + .product--info-label,.box--emotion .product--info-icons .product--info-icon [class^="medicaria-"]:hover + .product--info-label,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon [class^="medicaria-"]:hover + .product--info-label,.box--slider .product--info-icons .product--info-icon [class^="medicaria-"]:hover + .product--info-label{font-weight: 300;font-size: 14px;color: #777;text-align: left;background: #666;border: 1px solid #666;color: #fff;white-space: nowrap;padding: .3125rem .75rem .3125rem .75rem;border-radius: 15px;display: block;position: absolute;left: 2.25rem;top: 0}.product--box .product--info-icons .product--info-icon .has--multiple-lines:hover + .product--info-label,.box--emotion .product--info-icons .product--info-icon .has--multiple-lines:hover + .product--info-label,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon .has--multiple-lines:hover + .product--info-label,.box--slider .product--info-icons .product--info-icon .has--multiple-lines:hover + .product--info-label{line-height: 1.25rem;font-size: .75rem;white-space: normal;height: auto;width: 13.125rem}.modal--cross-selling .product--box .product--info-icons .product--info-icon .has--multiple-lines:hover + .product--info-label,.modal--cross-selling .box--emotion .product--info-icons .product--info-icon .has--multiple-lines:hover + .product--info-label,.modal--cross-selling .emotion--product-slider .box--emotion .product--info-icons .product--info-icon .has--multiple-lines:hover + .product--info-label,.modal--cross-selling .box--slider .product--info-icons .product--info-icon .has--multiple-lines:hover + .product--info-label{width: 11.875rem}.product--box .buybox--form i.medicaria--cart,.box--emotion .buybox--form i.medicaria--cart,.emotion--product-slider .box--emotion .buybox--form i.medicaria--cart,.box--slider .buybox--form i.medicaria--cart{display: block;top: 60%;left: 18px}.product--box .buybox--form i.medicaria--cart:before,.box--emotion .buybox--form i.medicaria--cart:before,.emotion--product-slider .box--emotion .buybox--form i.medicaria--cart:before,.box--slider .buybox--form i.medicaria--cart:before{height: 22px;width: 22px;top: 60%;background-size: contain}.box--minimal,.box--basic,.box--emotion,.emotion--product-slider .box--emotion,.box--slider{width: 100%}.box--minimal .product--price-outer,.box--basic .product--price-outer,.box--emotion .product--price-outer,.emotion--product-slider .box--emotion .product--price-outer,.box--slider .product--price-outer{height: auto;margin-bottom: 0rem}.box--minimal .product--title,.box--basic .product--title,.box--emotion .product--title,.emotion--product-slider .box--emotion .product--title,.box--slider .product--title{overflow: hidden;margin-bottom: .3125rem;font-size: 1rem;height: 2.8125rem;line-height: 1.5rem}.box--minimal .product--description--wrapper,.box--basic .product--description--wrapper,.box--emotion .product--description--wrapper,.emotion--product-slider .box--emotion .product--description--wrapper,.box--slider .product--description--wrapper{padding-top: .3125rem;margin-bottom: 0rem;min-height: 2.125rem}.box--minimal .product--onpack-description,.box--basic .product--onpack-description,.box--emotion .product--onpack-description,.emotion--product-slider .box--emotion .product--onpack-description,.box--slider .product--onpack-description{font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;text-align: left;overflow: hidden;text-align: center;color: #e2001a}.box--minimal .product--successor,.box--basic .product--successor,.box--emotion .product--successor,.emotion--product-slider .box--emotion .product--successor,.box--slider .product--successor{font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;text-align: left;overflow: hidden;text-align: center}.box--minimal .product--successor a,.box--basic .product--successor a,.box--emotion .product--successor a,.emotion--product-slider .box--emotion .product--successor a,.box--slider .product--successor a{color: #ff0000}.box--minimal .product--freitext,.box--basic .product--freitext,.box--emotion .product--freitext,.emotion--product-slider .box--emotion .product--freitext,.box--slider .product--freitext{font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;text-align: left;height: 1.0625rem;overflow: hidden;text-align: center;color: #ff0000}.box--minimal .product--description,.box--basic .product--description,.box--emotion .product--description,.emotion--product-slider .box--emotion .product--description,.box--slider .product--description{height: auto}.box--minimal .product--price,.box--basic .product--price,.box--emotion .product--price,.emotion--product-slider .box--emotion .product--price,.box--slider .product--price{font-weight: 300;font-size: 18px;line-height: normal;color: #2d6043;text-align: center;position: relative}.box--minimal .product--price .price--default,.box--basic .product--price .price--default,.box--emotion .product--price .price--default,.emotion--product-slider .box--emotion .product--price .price--default,.box--slider .product--price .price--default{font-weight: 300;font-size: 18px;line-height: normal;color: #2d6043;text-align: center;line-height: 1.5rem;display: inline-block;float: none}.box--minimal .product--price .price--default.is--discount,.box--basic .product--price .price--default.is--discount,.box--emotion .product--price .price--default.is--discount,.emotion--product-slider .box--emotion .product--price .price--default.is--discount,.box--slider .product--price .price--default.is--discount{display: inline;float: none;clear: both}.box--minimal .product--price .price--pseudo,.box--basic .product--price .price--pseudo,.box--emotion .product--price .price--pseudo,.emotion--product-slider .box--emotion .product--price .price--pseudo,.box--slider .product--price .price--pseudo,.box--minimal .product--price .price--discount,.box--basic .product--price .price--discount,.box--emotion .product--price .price--discount,.emotion--product-slider .box--emotion .product--price .price--discount,.box--slider .product--price .price--discount{font-weight: 300;font-size: 14px;line-height: 24px;color: #777;text-align: center;line-height: 1.3125rem}.box--minimal .product--price-info .price--unit-wrapper,.box--basic .product--price-info .price--unit-wrapper,.box--emotion .product--price-info .price--unit-wrapper,.emotion--product-slider .box--emotion .product--price-info .price--unit-wrapper,.box--slider .product--price-info .price--unit-wrapper{text-align: center}.box--minimal .product--image,.box--basic .product--image,.box--slider .product--image{height: 8.75rem;width: auto;max-width: 216px;margin: 0 auto;margin-bottom: .3125rem}.box--minimal .product--image .image--element img,.box--basic .product--image .image--element img,.box--slider .product--image .image--element img{height: 6.25rem}.box--minimal .badge--liveshopping + .product--info .product--image .image--element,.box--basic .badge--liveshopping + .product--info .product--image .image--element,.box--emotion .badge--liveshopping + .product--info .product--image .image--element,.emotion--product-slider .box--emotion .badge--liveshopping + .product--info .product--image .image--element,.box--slider .badge--liveshopping + .product--info .product--image .image--element{transform: translateY(44px);height: 83%;width: 83%}.box--list,.box--image{border-bottom: 1px solid #2d6043;float: none}.box--list .box--content,.box--image .box--content{padding: 1.25rem 1.25rem 1.25rem 1.25rem}.box--list .product--info-icons,.box--image .product--info-icons{display: block;height: 9.6875rem}.box--list .product--info-icons .info-icons--wrapper,.box--image .product--info-icons .info-icons--wrapper{height: 9.6875rem}.box--list .product--image .image--element img,.box--image .product--image .image--element img{bottom: auto;max-height: 180px}.box--list .badge--liveshopping + .product--info .product--image .image--element,.box--image .badge--liveshopping + .product--info .product--image .image--element{transform: translateY(25px)}.box--list .list--title-wrapper,.box--image .list--title-wrapper{margin-bottom: 1.25rem}.box--list .list--desc-wrapper,.box--image .list--desc-wrapper{font-weight: 300;font-size: 14px;color: #777;text-align: left;margin-bottom: 1.25rem}.box--list .list--desc-wrapper .list--article-darreichungsform,.box--image .list--desc-wrapper .list--article-darreichungsform{margin-bottom: .9375rem}.box--list .list--desc-wrapper .list--article-darreichungsform:after,.box--image .list--desc-wrapper .list--article-darreichungsform:after{content: "";display: block}.box--list .list--desc-wrapper .list--delivery-status,.box--image .list--desc-wrapper .list--delivery-status{margin-top: .9375rem}.box--list .product--price-info,.box--image .product--price-info{width: 100%;height: auto}.box--list .product--price-info .price--unit,.box--image .product--price-info .price--unit{text-align: left}.box--list .product--price,.box--image .product--price{text-align: left;height: auto}.box--list .product--price .price--default,.box--image .product--price .price--default{font-weight: 400;font-size: 24px;line-height: 28px;color: #2d6043;text-align: left}.box--list .product--price .price--default.is--discount,.box--image .product--price .price--default.is--discount{font-weight: 400;font-size: 24px;line-height: 28px;color: #2d6043;text-align: left}.box--list .list--discount-info,.box--image .list--discount-info{text-align: left;margin-bottom: 2.5rem}.box--list .list--discount-info .list--discount-label,.box--image .list--discount-info .list--discount-label{font-weight: 300;font-size: 14px;color: #777;text-align: left}.box--list .list--discount-info .list--discount-amount,.box--image .list--discount-info .list--discount-amount{font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;text-align: left}.box--list .list--other-unit-sizes,.box--image .list--other-unit-sizes{margin-bottom: .9375rem;border-bottom: 1px solid #777;text-align: left}.box--list .list--other-unit-sizes .unit-size,.box--image .list--other-unit-sizes .unit-size{position: relative;display: inline-block;border-radius: 12px;border: 1px solid #2d6043;color: #2d6043;padding: .1875rem .625rem .1875rem .625rem;margin-right: .9375rem;margin-bottom: 1.25rem;font-size: .75rem}.box--list .list--other-unit-sizes .unit-size.is--active,.box--image .list--other-unit-sizes .unit-size.is--active{background-color: #2d6043;color: #fff;text-align: center}.box--list .list--other-unit-sizes .unit-size .unit-size-discount,.box--image .list--other-unit-sizes .unit-size .unit-size-discount{line-height: 1.875rem;height: 1.875rem;width: 1.875rem;font-family: 'Rubik';font-weight: normal;font-size: .625rem;text-align: center;position: relative;position: absolute;z-index: 1000;right: -1rem;top: -1.3125rem;color: #fff}.box--list .list--other-unit-sizes .unit-size .unit-size-discount:before,.box--image .list--other-unit-sizes .unit-size .unit-size-discount:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 1.875rem;color: #e2001a;top: 0;left: 0;z-index: -1}.box--list .list--other-unit-sizes .product--altPackages-name,.box--image .list--other-unit-sizes .product--altPackages-name{font-weight: 300;margin-bottom: 1.875rem;display: block}.box--list .list--other-unit-sizes .product--altPackages-wrapper:last-child,.box--image .list--other-unit-sizes .product--altPackages-wrapper:last-child{margin-bottom: 0}.box--list .product--title,.box--image .product--title{font-weight: 300;font-size: 24px;line-height: 28px;color: #777;text-align: left;height: auto}.box--list .product--onpack-description,.box--image .product--onpack-description{font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;text-align: left;color: #e2001a}.box--list .product--freitext,.box--image .product--freitext{font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;text-align: left;height: 1.0625rem;overflow: hidden;color: #ff0000}.box--list .product--successor-predecessor,.box--image .product--successor-predecessor{font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;text-align: left}.box--list .buybox--form,.box--image .buybox--form{height: auto;width: 100%;max-width: none;margin-bottom: .625rem}.box--list .buybox--form:after,.box--image .buybox--form:after{content: "";clear: both;float: none;width: 100%;display: block}.box--list .buybox--form .buybox--button,.box--image .buybox--form .buybox--button{width: 100%;padding-left: 2.0625rem}.box--list .buybox--form i.medicaria--cart,.box--image .buybox--form i.medicaria--cart{display: block;position: absolute;top: 10px;left: 15px}.box--list .badge--liveshopping,.box--image .badge--liveshopping{width: 100%;max-width: 255px}.box--list .liveshopping--container.liveshopping--product--price,.box--image .liveshopping--container.liveshopping--product--price{width: fit-content;display: flex;flex-direction: row-reverse;flex-grow: 0;flex-shrink: 0;justify-content: center;align-items: baseline;padding: 5px 10px;margin-bottom: 4px}.box--list .liveshopping--container.liveshopping--product--price .price--default.is--discount,.box--image .liveshopping--container.liveshopping--product--price .price--default.is--discount{font-weight: 400;padding-right: 5px}.box--list .liveshopping--container.liveshopping--product--price .price--default.is--discount,.box--image .liveshopping--container.liveshopping--product--price .price--default.is--discount,.box--list .liveshopping--container.liveshopping--product--price .liveshopping--pseudoprice,.box--image .liveshopping--container.liveshopping--product--price .liveshopping--pseudoprice{direction: ltr}.listing--topproduct .box--list,.listing--topproduct .box--image{border: 1px solid #d8dcbf;margin-bottom: .25rem}.is--ctl-listing .product--box .product--actions,.is--ctl-campaign .product--box .product--actions{display: none}.box--basic .product--onpack-image,.box--minimal .product--onpack-image,.box--image .product--onpack-image,.box--list .product--onpack-image,.box--emotion .product--onpack-image,.emotion--product-slider .box--emotion .product--onpack-image,.box--slider .product--onpack-image{position: absolute;z-index: 1000;background-color: #fff;border: 2px solid #e2001a;border-radius: 100%;color: #fff;text-align: center;vertical-align: middle;height: 4.6875rem;width: 4.6875rem;bottom: auto;right: 0;left: auto}.box--basic .product--onpack-image .onpack-icon,.box--minimal .product--onpack-image .onpack-icon,.box--image .product--onpack-image .onpack-icon,.box--list .product--onpack-image .onpack-icon,.box--emotion .product--onpack-image .onpack-icon,.emotion--product-slider .box--emotion .product--onpack-image .onpack-icon,.box--slider .product--onpack-image .onpack-icon{position: absolute;z-index: 2000;left: -8px;top: -8px;background: #e2001a;border: 2px solid #e2001a;border-radius: 100%;height: 2.0625rem;width: 2.0625rem;line-height: 2.0625rem;color: #fff;text-align: center}.box--basic .product--onpack-image .onpack-icon:before,.box--minimal .product--onpack-image .onpack-icon:before,.box--image .product--onpack-image .onpack-icon:before,.box--list .product--onpack-image .onpack-icon:before,.box--emotion .product--onpack-image .onpack-icon:before,.emotion--product-slider .box--emotion .product--onpack-image .onpack-icon:before,.box--slider .product--onpack-image .onpack-icon:before{content: "+";display: inline;font-weight: 400;font-style: normal;font-size: 1.4375rem;line-height: 1.4375rem}.box--basic .product--onpack-image .onpack-image--wrap,.box--minimal .product--onpack-image .onpack-image--wrap,.box--image .product--onpack-image .onpack-image--wrap,.box--list .product--onpack-image .onpack-image--wrap,.box--emotion .product--onpack-image .onpack-image--wrap,.emotion--product-slider .box--emotion .product--onpack-image .onpack-image--wrap,.box--slider .product--onpack-image .onpack-image--wrap{display: table-cell;border-radius: 100%;vertical-align: middle;height: 3.4375rem;width: 3.4375rem;overflow: hidden;position: relative;top: 8px;left: 8px}.box--basic .product--onpack-image .onpack-image--wrap img,.box--minimal .product--onpack-image .onpack-image--wrap img,.box--image .product--onpack-image .onpack-image--wrap img,.box--list .product--onpack-image .onpack-image--wrap img,.box--emotion .product--onpack-image .onpack-image--wrap img,.emotion--product-slider .box--emotion .product--onpack-image .onpack-image--wrap img,.box--slider .product--onpack-image .onpack-image--wrap img{display: block;width: auto;height: auto;max-height: 3.4375rem;max-width: 3.4375rem;margin: auto}.box--list .product--onpack-image,.box--image .product--onpack-image{top: 80px;margin: 0rem 0rem 1.25rem 0rem}.box--list .liveshopping--listing .product--onpack-image,.box--image .liveshopping--listing .product--onpack-image{transform: translateY(45px)}.box--basic .product--onpack-image,.box--minimal .product--onpack-image,.box--image .product--onpack-image,.box--emotion .product--onpack-image,.emotion--product-slider .box--emotion .product--onpack-image,.box--slider .product--onpack-image{top: 70px;margin: 0rem 0rem 0rem -2.3125rem}@media screen and (min-width: 30em){.box--minimal{width: 49.4%}.box--basic .product--image{position: absolute;left: 0;margin: 0;width: 8.75rem}.box--basic .product--image .image--element img{height: auto;bottom: auto}.box--basic .product--info *,.box--basic .product--info .product--price-info .price--unit-wrapper,.box--basic .product--info .product--price-info .price--unit-wrapper *{text-align: left}.box--basic .product--title{padding-left: 0}.box--basic .product--badges ~ .product--info .product--title{padding-right: 5rem}.box--list .product--onpack-image,.box--image .product--onpack-image,.box--basic .product--onpack-image{top: 10px;bottom: auto;right: auto;left: 145px}.box--list .product--info,.box--image .product--info{width: 90%;padding-left: 12.5rem}.box--list .product--image,.box--image .product--image{width: 11.25rem}.box--list .product--info-icons,.box--image .product--info-icons{display: block;top: 225px;left: 0;width: 12.5rem;height: auto}.box--list .product--info-icons .info-icons--wrapper,.box--image .product--info-icons .info-icons--wrapper{display: block;height: auto;position: relative;width: 12.5rem}.box--list .product--info-icons .info-icons--wrapper .product--info-icon,.box--image .product--info-icons .info-icons--wrapper .product--info-icon{display: inline-block;margin-bottom: 10px;margin-right: 10px;padding: 0}.product--box .product--info-icons .info-icons--wrapper,.box--emotion .product--info-icons .info-icons--wrapper,.emotion--product-slider .box--emotion .product--info-icons .info-icons--wrapper,.box--slider .product--info-icons .info-icons--wrapper{bottom: 0}}@media screen and (min-width: 48em){.box--minimal,.product-slider--container:not(.is--vertical).product-slider--item,.is--ctl-listing.is--no-sidebar .box--minimal{width: 49.4%}.is--ctl-search .box--minimal .product--image,.is--ctl-listing.is--no-sidebar .box--minimal .product--image,.box--minimal .product--image,.product-slider--item .product--image{height: 7.5rem}.is--ctl-search .box--minimal .product--image .image--element img,.is--ctl-listing.is--no-sidebar .box--minimal .product--image .image--element img,.box--minimal .product--image .image--element img,.product-slider--item .product--image .image--element img{height: auto;max-width: 70%}.box--basic,.is--ctl-listing.is--no-sidebar .box--basic{width: 50%}.box--basic .product--image,.is--ctl-listing.is--no-sidebar .box--basic .product--image{position: absolute;margin: 0;width: 7.5rem}.box--basic .product--info,.is--ctl-listing.is--no-sidebar .box--basic .product--info{padding-left: 8.125rem;padding-right: 3.125rem}.box--basic .product--badges ~ .product--info .product--title,.is--ctl-listing.is--no-sidebar .box--basic .product--badges ~ .product--info .product--title{padding-right: 0rem}.box--basic.product--box .product--badges{right: 0;left: auto}.box--minimal .product--onpack-image,.box--emotion .product--onpack-image,.emotion--product-slider .box--emotion .product--onpack-image,.box--slider .product--onpack-image{left: auto;right: -0.625rem}.box--basic .product--onpack-image{top: 100px;left: 105px}.box--list .product--info,.box--image .product--info{width: 100%}.box--list .list--title-wrapper,.box--image .list--title-wrapper{width: 90%}.box--list .buybox--form .select-field,.box--image .buybox--form .select-field{width: calc(20% - 5px);float: left;margin-right: .3125rem;padding-right: 0rem}.box--list .buybox--form .buybox--button,.box--image .buybox--form .buybox--button{width: 80%}.box--image .product--image{height: 100%;margin: 0;position: absolute;top: 0;left: 0;width: 11.25rem}.box--image .product--info{position: relative;padding-left: 12.5rem}.product--box .product--title,.box--emotion .product--title,.emotion--product-slider .box--emotion .product--title,.box--slider .product--title{height: 3.25rem;font-size: 1.25rem;line-height: 1.5625rem;padding-left: 0}.product--box .product--badges,.box--emotion .product--badges,.emotion--product-slider .box--emotion .product--badges,.box--slider .product--badges{right: -0.625rem}.product--box.box--list .product--badges,.box--emotion.box--list .product--badges,.emotion--product-slider .box--emotion.box--list .product--badges,.box--slider.box--list .product--badges,.product--box.box--image .product--badges,.box--emotion.box--image .product--badges,.emotion--product-slider .box--emotion.box--image .product--badges,.box--slider.box--image .product--badges{right: -0.0625rem}.box--minimal .product--image,.box--slider .product--image{margin-bottom: 1.25rem}}@media screen and (min-width: 64em){.box--image{width: 100%}.box--minimal,.product-slider--container:not(.is--vertical).product-slider--item,.is--ctl-listing.is--no-sidebar .box--minimal{width: 33%}.box--list .product--onpack-image,.box--image .product--onpack-image{top: 10px;bottom: auto;right: calc(75% + 10px);left: auto}.box--list .box--content,.box--image .box--content{padding: 1.25rem 1.5625rem 1.25rem 0rem}.box--list .box--content:after,.box--image .box--content:after{content: "";display: block;clear: both;float: none}.box--list .product--info-icons,.box--image .product--info-icons{top: auto;bottom: 0;left: 24%}.box--list .product--info,.box--image .product--info{padding-left: 0}.box--list .product--info:after,.box--image .product--info:after{content: "";display: block;clear: both;float: none}.box--list .product--image,.box--image .product--image{max-width: 255px;position: relative;width: 25%;float: left}.box--list .product--image .image--element,.box--image .product--image .image--element{position: relative}.box--list .product--image .image--element img,.box--image .product--image .image--element img{position: relative}.box--list .list-informations-container,.box--image .list-informations-container{width: 45%;float: left}.box--list .list-informations-container:after:after,.box--image .list-informations-container:after:after{content: "";display: table;clear: both}.box--list .list-informations-container .list--title-wrapper,.box--image .list-informations-container .list--title-wrapper{width: 100%;padding-right: 0;margin-bottom: 0}.box--list .list-informations-container .list--desc-wrapper,.box--image .list-informations-container .list--desc-wrapper{width: 100%;line-height: 1.25rem;margin-bottom: 0}.box--list .product--price-info,.box--image .product--price-info{float: right;width: 30%}.box--list .product--price-info:after,.box--image .product--price-info:after{content: "";display: block;clear: both;float: none}.box--list .product--price-info .product-price,.box--image .product--price-info .product-price{height: auto}.box--list .product--title,.box--image .product--title{margin-bottom: 1.25rem}.box--list .product--onpack-description,.box--image .product--onpack-description{margin-bottom: 1.25rem}.box--list .product--successor-predecessor,.box--image .product--successor-predecessor{margin-bottom: 1.25rem}.box--list .buybox--form,.box--image .buybox--form{max-width: none}.box--basic,.is--ctl-listing.is--no-sidebar .box--basic{width: 50%}.box--basic .product--image,.is--ctl-listing.is--no-sidebar .box--basic .product--image{width: 8.75rem}.box--basic .product--info,.is--ctl-listing.is--no-sidebar .box--basic .product--info{padding-left: 10rem}.box--basic .product--badges ~ .product--info .product--title,.is--ctl-listing.is--no-sidebar .box--basic .product--badges ~ .product--info .product--title{padding-right: 5rem}.box--basic.product--box .product--badges{left: auto;right: 0rem}}@media screen and (min-width: 78.75em){.box--minimal,.product-slider--container:not(.is--vertical).product-slider--item,.is--ctl-listing.is--no-sidebar .box--minimal{width: 24.6%}.box--list .product--onpack-image,.box--image .product--onpack-image{right: calc(75% + 20px)}.box--list .box--content,.box--image .box--content{padding-right: .625rem}.box--list .list-informations-container,.box--image .list-informations-container{width: 45%;float: left}.box--list .list-informations-container:after:after,.box--image .list-informations-container:after:after{content: "";display: table;clear: both}.box--list .list-informations-container .list--title-wrapper,.box--image .list-informations-container .list--title-wrapper{width: 52%;margin-right: 3%;float: left}.box--list .list-informations-container .list--desc-wrapper,.box--image .list-informations-container .list--desc-wrapper{width: calc(45% - 8px);float: left;padding-right: .5rem}.box--list .list-informations-container .list--article-pzn-number,.box--image .list-informations-container .list--article-pzn-number{display: block}.box--list .product--info-icons,.box--image .product--info-icons{left: 255px}.box--basic .product-info{padding-left: 11.25rem}.listing--topproduct .box--list .box--content,.listing--topproduct .box--image .box--content{padding-right: 1.5625rem}}.is--ctl-register .alert .alert--content{float: right}.is--ctl-register .content--wrapper{display: flex;flex-direction: column}.register--message{margin-top: 0}.register--message .alert{margin-bottom: 1.25rem}.register--content{margin-top: 0}.register--content .has--label label .register--field{margin-top: .375rem;margin-bottom: 1.25rem;width: 100% !important}.register--content .birthday--label{font-weight: 300}.register--content .register--check{padding-bottom: 2rem}.register--content + #existing-customer-action,.register--content + #new-customer-action{background: #e2001a;color: #fff;opacity: 1;-webkit-transition: opacity 500ms ease-out;-moz-transition: opacity 500ms ease-out;-o-transition: opacity 500ms ease-out;transition: opacity 500ms ease-out}.register--content.is--collapsed + #existing-customer-action,.register--content.is--collapsed + #new-customer-action{background: #e2001a;color: #fff;display: none;-webkit-transition: opacity 500ms ease-out;-moz-transition: opacity 500ms ease-out;-o-transition: opacity 500ms ease-out;transition: opacity 500ms ease-out}.register--bonus-banner-content{width: 100%;height: auto;text-align: center;margin-bottom: 1.25rem}.register--bonus-banner-content img[src='']{display: none}.register--bonus-banner-content .bonus-banner-desktop{display: none}.register--bonus-banner-content .bonus-banner-mobile{display: inline}.register--bonus-banner-content:before{content: "";width: 100%;clear: both;float: none;display: block}.register--login{float: none;order: -1}.register--login .panel--body,.registration-wrapper .panel--body{padding-top: 0}.register--login .btn.blocked--link,.registration-wrapper .btn.blocked--link{margin-left: 1.25rem;margin-bottom: 3.125rem}.content--registration-code{padding: 1.875rem 0rem 1.875rem 0rem}.content--registration-code > .alert{margin-bottom: 1.25rem}.register--form-optIn-finish{margin-bottom: .625rem}.register--form-optIn-finish .panel--body{padding: 0}.register--form-optIn-finish .panel--body .col--optIn-code-container{padding: 0rem .625rem 0rem .625rem}.register--form-optIn-finish .panel--title{padding-top: 0}.register--form-optIn-finish label input{display: block;margin-bottom: 20px}.register--form-optIn-finish .col--message-code-expired .alert{margin-bottom: 20px}.register--form-optIn-finish .col--optIn-code-email{align-items: center}.register--form-optIn-finish .col--optIn-code-email label,.register--form-optIn-finish .col--optIn-code-email input{max-width: 14.375rem}.register--form-optIn-finish [for="registration_code_code"]{padding: 0 calc((100% - 230px)/2)}.register--form-optIn-finish .optIn-code-inner{display: flex;flex-wrap: wrap;justify-content: center;-webkit-column-gap: 10px;-moz-column-gap: 10px;column-gap: 10px;row-gap: 20px}.register--form-optIn-finish .optIn-code-field{text-align: center;width: 1.875rem;padding: .625rem .3125rem .625rem .3125rem}.register--form-optIn-finish .register--form-optIn-finish-submit{width: 100%}@media only screen and (min-width: 64em){.register--form-optIn-finish .col--optIn-code-email{flex-basis: 33.33333333%;max-width: 33.33333333%}.register--form-optIn-finish .col--optIn-code-email ~ .col--optIn-code-container{flex-basis: 66.66666667%;max-width: 66.66666667%}}@media only screen and (min-width: 30em){.register--form-optIn-finish .col--optIn-code-email{align-items: flex-start}.register--form-optIn-finish .col--optIn-code-email label,.register--form-optIn-finish .col--optIn-code-email input{max-width: unset}.register--form-optIn-finish .optIn-code-inner{justify-content: flex-start}.register--form-optIn-finish [for="registration_code_code"]{padding-left: 0;padding-right: 0}.register--form-optIn-finish .register--form-optIn-finish-submit{width: auto}}@media screen and (min-width: 48em){.is--ctl-register .content--wrapper{display: block}.is--ctl-register .register--login .panel--title,.is--ctl-register .register--new-customer .panel--title{padding-top: .625rem !important}.register--message{margin-top: 0;max-width: 80%}.register--message .alert{margin-bottom: 1.875rem}.register--content .has--label label .register--field{margin-top: .375rem;margin-bottom: 1.25rem}.register--content .has--label.has--subline label .register--field{margin-bottom: 0}.register--content .select-field{width: 100%;max-width: 100%}.register--content .register--country .select-field,.register--content .register--birthdate .select-field{width: 100%}}.register--content .register--password-description{padding-bottom: 0;margin-top: -0.625rem}.register--login{float: none}.register--login .register--new-customer .new-customer-btn{text-align: left;display: block;border-bottom: 1px solid #2d6043;padding-bottom: 1.25rem}.register--login .register--new-customer .new-customer-btn .medicaria--arrow-down{float: right;margin-right: 1.25rem}.register--login .register--new-customer .new-customer-btn:after{display: none}.register--login .register--new-customer .new-customer-btn.is--active{border-bottom: 0 solid #2d6043;border-top: 1px solid #2d6043;padding-bottom: 0rem;padding-top: 1.25rem}.register--login .register--new-customer .new-customer-btn.is--active .medicaria--arrow-down:before{content: "\e905"}@media screen and (min-width: 48em){.register--content{display: none;width: 100%;padding-right: 0}.register--content .has--label label .register--field{margin-top: .375rem;margin-bottom: 1.25rem}.register--content .has--label.has--subline label .register--field{margin-bottom: 0}.register--content .select-field{width: 100%;max-width: 100%}.register--content .register--country .select-field,.register--content .register--birthdate .select-field{width: 100%}.register--login{float: left;width: 30%;margin-top: 0;order: unset}.registration-wrapper{float: right;width: 70%;padding-right: 20%;padding-left: 5%}.register--check{padding-bottom: 2rem}.register--bonus-banner-content{width: 20%;position: absolute;right: 0;left: auto}.register--bonus-banner-content .bonus-banner-desktop{display: inline}.register--bonus-banner-content .bonus-banner-mobile{display: none}body.is--ctl-amazonpay.is--act-register .register--content{display: block}}@media screen and (min-width: 78.75em){.is--ctl-checkout .panel--body.steps--content{max-width: none}.steps--content .steps--entry .text{width: auto}}.reply-direct-order-details-column{display: none}#trustbadge-container-98e3dadd90eb493088abdc5597a70810{z-index: 100 !important}.search--headline{margin: 0}.search--content{padding: 0}.search--content .listing--topproduct .panel--title{color: #777;font-size: 1.25rem}.search--content .listing--topproduct .panel--title:first-letter{text-transform: lowercase}.search--content .listing--topproduct .panel--body{padding-top: .3125rem}.main-search--results.es-suggest.js--empty-additional-suggests .block--products{width: 100%}.main-search--results.es-suggest.js--empty-additional-suggests .block--additional{width: 0}.main-search--results.es-suggest .block--products{border-left: none}.main-search--results.es-suggest .block--products a.product-link{display: flex;align-items: center}.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier{margin: 0;padding: 0}.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier li{height: auto;width: 100%;margin: 0;line-height: normal}.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier li:hover{background: #f8f8f8}.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier li a{padding: .625rem 1.25rem .625rem 1.25rem;width: 100%;line-height: normal}.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier li a:hover{background: #f8f8f8}.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier li.entry--empty{padding: 1.25rem 1.25rem 1.25rem 1.25rem}.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier img{position: relative;line-height: normal}.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier img[alt]:after{display: block;position: absolute;top: 0;left: 0;right: auto;width: 100%;height: 100%;font-weight: 400;line-height: normal;text-align: left;font-size: .875rem;content: attr(alt);background: #fff}.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier img[alt]:hover:after{background: #f8f8f8}.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier li:hover img[alt]:after{background: #f8f8f8}.main-search--results.es-suggest .list--products .description .product-size_unit{display: none}.main-search--results.es-suggest .block--additional{display: flex;flex-direction: column;border-right: none}.main-search--results.es-suggest .block--additional div[data-group="terms"]{order: 1}.main-search--results.es-suggest .block--additional div[data-group="supplier"]{order: 3}.main-search--results.es-suggest .block--additional div[data-group="content"]{order: 4}.main-search--results.es-suggest .block--additional div[data-group="category"]{order: 2}.main-search--results.es-suggest .block--additional div[data-group="blog"]{order: 5}.main-search--results.es-suggest .block--additional div[data-group="emotion"]{order: 6}.main-search--results.es-suggest .block--additional div[data-group="terms"]{order: 2}.main-search--results.es-suggest .block-group{display: flex;flex-direction: column-reverse}.main-search--results.es-suggest .block-group .es-title{font-size: .8125rem;line-height: 1.625rem;color: #777;font-weight: 500}.main-search--results.es-suggest .es-redirect{display: none}.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier li.highlight-suggest-marketing{background-color: #ffead6}.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier li.highlight-suggest-marketing a,.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier li.highlight-suggest-marketing img[alt]:after{background-color: #ffead6}.main-search--results.es-suggest .block-group .list--products li.highlight-suggest-marketing .description{background-color: #ffead6;height: 4rem;padding: 5px}@media screen and (min-width: 48em){.search--content{padding: 0}.is--ctl-search .content-main{margin-bottom: 0rem}.is--ctl-search .content-main--inner{padding-bottom: 0rem}.is--ctl-search .topseller.prudsys{margin-bottom: 0rem}.main-search--results.es-suggest .block-group{display: flex;flex-direction: row-reverse}}.seotext--above{margin: .625rem 0rem .625rem 0rem}.seotext--above p{font-weight: 300}.seotext--above strong{font-weight: 500}.is--ctl-index .seotext--above .panel--title{margin-top: 0rem;padding-top: 0rem}.seotext--below{order: 10;border-top: 1px solid #d8dcbf;float: left;width: 100%;margin: 1.25rem 0rem 1.25rem 0rem;padding: 1.25rem 0rem 0rem 0rem}.seotext--below p{font-weight: 300}.seotext--below strong{font-weight: 500}.mobile--switches{height: auto}.account--menu .navigation--link.link--logout{margin-top: 0;border-width: 0}.sidebar-main .account--menu-container{padding: 0}.sidebar-main .account--menu-container .navigation--entry{border-bottom: 1px solid #fff}.sidebar-main .account--menu-container .navigation--entry .navigation--link{padding: .125rem .625rem .125rem .625rem}.sidebar-main .account--menu-container .navigation--entry .navigation--link.navigation--personalized{padding: .125rem .625rem .125rem .625rem;line-height: 2.375rem}.sidebar-main .account--menu-container .navigation--entry .navigation--link.navigation--personalized:before{padding-left: .625rem}.sidebar-main .account--menu-container .navigation--entry .navigation--link.navigation--personalized .navigation--logout{padding-left: 1.25rem}.has--icon .category--icon{display: block;width: 1.25rem;height: 1.25rem;position: absolute;top: 0;left: .625rem;background-repeat: no-repeat;background-color: #ffffff;background-position: 50% 50%;background-size: 12px;border: 3px solid #fff;border-radius: 50px}.sidebar--navigation .navigation--link.has--icon{padding-left: 2.25rem}.sidebar--navigation .navigation--link.has--icon .category--icon{top: 50%;margin-top: -0.625rem}.sidebar-main.categories-sidebar{background: #2d6043;border-radius: 0 10px 0 0;text-align: left;padding: 0rem .625rem 0rem .625rem}.sidebar-main.categories-sidebar .sidebar--navigation{text-align: left;border: none;background-color: #2d6043}.sidebar-main.categories-sidebar .sidebar--navigation.categories--sublevel .navigation--entry{border-bottom: none}.sidebar-main.categories-sidebar .sidebar--navigation.show--active-items .navigation--link.is--active{color: #ffffff;font-weight: 700}.sidebar-main.categories-sidebar .sidebar--navigation .navigation--entry{border-bottom-color: #a8be00;background-color: #2d6043}.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link{color: #fff;display: flex;align-items: center;justify-content: space-between;min-height: 2.625rem;line-height: 1.25rem;padding-top: .25rem;padding-bottom: .25rem}.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link .is--icon-right,.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link .is--icon-left{color: #fff;line-height: 12px}.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link .is--icon-right .icon--arrow-right:before,.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link .is--icon-left .icon--arrow-right:before,.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link .is--icon-right .icon--arrow-left:before,.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link .is--icon-left .icon--arrow-left:before{font-size: .9375rem}.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link .is--icon-left{margin: 0rem .875rem 0rem .25rem}.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link .is--icon-right{margin-left: .9375rem}.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link:hover{background-color: #a8be00;color: #2d6043}.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link:hover .is--icon-right,.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link:hover .is--icon-left{color: #2d6043}.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link:focus,.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link:active{color: #304513}.sidebar-main.categories-sidebar .sidebar--navigation .is--level1{margin-bottom: .625rem;border: 0 none}.sidebar-main.categories-sidebar .sidebar--navigation .is--level1 .navigation--entry{margin: 0rem 0rem 0rem 0rem;border: 0 none}.sidebar-main.categories-sidebar .sidebar--navigation .is--level1 .navigation--link{padding: .3125rem .625rem .3125rem .625rem}.sidebar-main.categories-sidebar .sidebar--navigation .is--level1 .navigation--link.is--active{font-weight: 700;text-shadow: none;color: #2d6043;background: transparent;border: 0 none}.sidebar-main.categories-sidebar .sidebar--navigation .is--level2{font-size: .75rem}.sidebar-main.categories-sidebar .sidebar--navigation .navigation--level-high{border: 0 none}.sidebar-main.categories-sidebar .navigation--headline{color: #fff;margin: 0;padding: 1rem .625rem .375rem .625rem;font-size: .875rem;font-weight: 500}.sidebar-main.categories-sidebar .offcanvas--overlay{background-color: #2d6043}.sidebar-main.categories-sidebar .offcanvas--overlay .overlay--category .category--headline{color: #fff}.sidebar-main.categories-sidebar .navigation--smartphone .entry--close-off-canvas{background-image: none;background-color: transparent}.sidebar-main.categories-sidebar .navigation--smartphone .entry--close-off-canvas .navigation--link{color: #fff}.sidebar-main.categories-sidebar .navigation--smartphone .entry--close-off-canvas .navigation--link:before{content: "X"}@media screen and (min-width: 48em){.sidebar--navigation .navigation--link{padding: .125rem .625rem .125rem .625rem}.is--ctl-listing .sidebar-main.categories-sidebar,.is--ctl-forms .sidebar-main.categories-sidebar,.is--ctl-tellafriend .sidebar-main.categories-sidebar,.is--ctl-newsletter .sidebar-main.categories-sidebar,.is--ctl-sitemap .sidebar-main.categories-sidebar,.is--ctl-custom .sidebar-main.categories-sidebar,.is--ctl-note.is--user .sidebar-main.categories-sidebar,.is--ctl-wishlist .sidebar-main.categories-sidebar,.is--ctl-address .sidebar-main.categories-sidebar,.is--ctl-account.is--user .sidebar-main.categories-sidebar{display: none}.is--ctl-listing .sidebar-main.categories-sidebar + .content--wrapper,.is--ctl-forms .sidebar-main.categories-sidebar + .content--wrapper,.is--ctl-tellafriend .sidebar-main.categories-sidebar + .content--wrapper,.is--ctl-newsletter .sidebar-main.categories-sidebar + .content--wrapper,.is--ctl-sitemap .sidebar-main.categories-sidebar + .content--wrapper,.is--ctl-custom .sidebar-main.categories-sidebar + .content--wrapper,.is--ctl-note.is--user .sidebar-main.categories-sidebar + .content--wrapper,.is--ctl-wishlist .sidebar-main.categories-sidebar + .content--wrapper,.is--ctl-address .sidebar-main.categories-sidebar + .content--wrapper,.is--ctl-account.is--user .sidebar-main.categories-sidebar + .content--wrapper{margin-left: 0}.is--ctl-listing .sidebar-main.categories-sidebar.is--open,.is--ctl-forms .sidebar-main.categories-sidebar.is--open,.is--ctl-tellafriend .sidebar-main.categories-sidebar.is--open,.is--ctl-newsletter .sidebar-main.categories-sidebar.is--open,.is--ctl-sitemap .sidebar-main.categories-sidebar.is--open,.is--ctl-custom .sidebar-main.categories-sidebar.is--open,.is--ctl-note.is--user .sidebar-main.categories-sidebar.is--open,.is--ctl-wishlist .sidebar-main.categories-sidebar.is--open,.is--ctl-address .sidebar-main.categories-sidebar.is--open,.is--ctl-account.is--user .sidebar-main.categories-sidebar.is--open{display: block}.is--ctl-listing .sidebar-main.categories-sidebar .sidebar--categories-navigation,.is--ctl-forms .sidebar-main.categories-sidebar .sidebar--categories-navigation,.is--ctl-tellafriend .sidebar-main.categories-sidebar .sidebar--categories-navigation,.is--ctl-newsletter .sidebar-main.categories-sidebar .sidebar--categories-navigation,.is--ctl-sitemap .sidebar-main.categories-sidebar .sidebar--categories-navigation,.is--ctl-custom .sidebar-main.categories-sidebar .sidebar--categories-navigation,.is--ctl-note.is--user .sidebar-main.categories-sidebar .sidebar--categories-navigation,.is--ctl-wishlist .sidebar-main.categories-sidebar .sidebar--categories-navigation,.is--ctl-address .sidebar-main.categories-sidebar .sidebar--categories-navigation,.is--ctl-account.is--user .sidebar-main.categories-sidebar .sidebar--categories-navigation{display: block}.is--ctl-listing .sidebar-main.categories-sidebar .shop-sites--container,.is--ctl-forms .sidebar-main.categories-sidebar .shop-sites--container,.is--ctl-tellafriend .sidebar-main.categories-sidebar .shop-sites--container,.is--ctl-newsletter .sidebar-main.categories-sidebar .shop-sites--container,.is--ctl-sitemap .sidebar-main.categories-sidebar .shop-sites--container,.is--ctl-custom .sidebar-main.categories-sidebar .shop-sites--container,.is--ctl-note.is--user .sidebar-main.categories-sidebar .shop-sites--container,.is--ctl-wishlist .sidebar-main.categories-sidebar .shop-sites--container,.is--ctl-address .sidebar-main.categories-sidebar .shop-sites--container,.is--ctl-account.is--user .sidebar-main.categories-sidebar .shop-sites--container{display: none}.is--ctl-note .sidebar-main .categories--headline,.is--ctl-address .sidebar-main .categories--headline,.is--ctl-account .sidebar-main .categories--headline,.is--ctl-note .sidebar-main .categories--navigation,.is--ctl-address .sidebar-main .categories--navigation,.is--ctl-account .sidebar-main .categories--navigation{display: block}.sidebar-main.categories-sidebar{display: none}.sidebar-main.categories-sidebar.is--active{display: none;float: none;padding: 0rem 0rem 0rem 0rem}.sidebar-main.categories-sidebar.off-canvas{z-index: 8000;width: 100%;max-width: 280px;-webkit-transform: translateX(-100%);transform: translateX(-100%);-webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);transition: all .45s cubic-bezier(.3, 0, .15, 1)}.sidebar-main.categories-sidebar.is--open{display: block;position: fixed;left: 0;top: 0;-webkit-transform: translateX(0);transform: translateX(0)}.sidebar-main.categories-sidebar .entry--close-off-canvas{display: block}.sidebar-main.categories-sidebar .navigation--smartphone{display: block}.sidebar-main.categories-sidebar .offcanvas--overlay{display: block}.sidebar-main.categories-sidebar .categories--headline{line-height: 2.375rem}.sidebar-main.categories-sidebar .sidebar--navigation{border: none}.sidebar-main.categories-sidebar .sidebar--navigation .navigation--entry{margin: 0rem 0rem 0rem 0rem;line-height: 2.375rem}.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link{color: #fff;padding: .25rem .625rem .25rem .625rem}.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link .is--icon-right{display: block;color: #fff}.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link .icon--arrow-right{display: block}.sidebar-main.categories-sidebar .sidebar--navigation .navigation--link.has--icon{padding-left: 2.25rem}.sidebar-main.content-sidebar{display: none}.page-wrap{position: initial;left: 0}.content-main{position: relative}.is--ctl-listing.is--no-sidebar .sidebar-main.categories-sidebar.is--active{position: fixed;display: block !important}}.list-container--row{background-color: #ffffff}.article-table--add-article .add-article--button{float: none;width: auto}.list-container--manage-container{border-top: 1px solid #d8dcbf}@media screen and (min-width: 30em){.article-table--add-article .add-article--button{float: none;width: auto}}@media screen and (min-width: 48em){.article-table--add-article .add-article--button{float: none;width: auto}.article-table--add-article .add-article--text-field{width: 100%}}.is--ctl-amazonpay.is--act-register .content--wrapper .alert{margin-bottom: 20px}.js--youtube-player-wrapper{display: inline-block;position: relative;width: 100%;height: 100%}.js--youtube-player-wrapper::before,.js--youtube-player-wrapper::after{content: '';position: absolute;width: 100%;cursor: default;background: black}.js--youtube-player-wrapper:not(.ended):not(.paused):not(.playing)::before,.js--youtube-player-wrapper:not(.ended):not(.paused):not(.playing)::after{left: 0;height: 3.75rem}.js--youtube-player-wrapper:not(.ended):not(.paused):not(.playing)::before{top: 0}.js--youtube-player-wrapper:not(.ended):not(.paused):not(.playing)::after{bottom: 0}.js--youtube-player-wrapper.playing::before,.js--youtube-player-wrapper.playing::after{left: 0;height: 3.75rem}.js--youtube-player-wrapper.playing::before{top: 0}.js--youtube-player-wrapper.playing::after{bottom: 0}.js--youtube-player-wrapper.playing[data-controls]::after{left: auto;right: 0;background: transparent;height: 38px;width: 160px}@media only screen and (min-width: 30em){.js--youtube-player-wrapper.playing[data-controls]::after{width: 200px}}.js--youtube-player-wrapper.ended::before,.js--youtube-player-wrapper.paused::before{content: '';position: absolute;top: 0;left: 0;bottom: 0;right: 0;cursor: pointer;background-color: black;background-repeat: no-repeat;background-position: center}.js--youtube-player-wrapper.ended[data-controls]::before,.js--youtube-player-wrapper.paused[data-controls]::before{bottom: 45px}.js--youtube-player-wrapper.ended[data-controls]::after,.js--youtube-player-wrapper.paused[data-controls]::after{background: transparent;left: auto;right: 0;bottom: 0;height: 38px;width: 160px}@media only screen and (min-width: 30em){.js--youtube-player-wrapper.ended[data-controls]::after,.js--youtube-player-wrapper.paused[data-controls]::after{width: 200px}}.js--youtube-player-wrapper.ended::before{background-size: 64px 64px;background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==)}.js--youtube-player-wrapper.paused::before{background-size: 40px 40px;background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)}.image-gallery--modal .image-slider--item--video--youtube .js--youtube-player-wrapper{display: inline-flex;justify-content: center}@media only screen and (min-width: 48em){.image-gallery--modal .image-slider--item--video--youtube .js--youtube-player-wrapper::before,.image-gallery--modal .image-slider--item--video--youtube .js--youtube-player-wrapper::after{height: 10.625rem !important}}.image-gallery--modal .image-slider--item--video--youtube .js--youtube-player-wrapper iframe{width: 100% !important}html:before{position: absolute;top: -100%;font-size: 0}@media only screen and (max-width: 29.9375em){html:before{content: 'XS (PHONE Portrait)'}}@media only screen and (min-width: 30em) and (max-width: 47.9375em){html:before{content: 'S (PHONE Landscape)'}}@media only screen and (min-width: 48em) and (max-width: 63.9375em){html:before{content: 'M (TABLET Portrait)'}}@media only screen and (min-width: 64em) and (max-width: 78.6875em){html:before{content: 'L (TABLET Landscape)'}}@media only screen and (min-width: 78.75em) and (max-width: 89.9375em){html:before{content: 'XL (DESKTOP)'}}@media only screen and (min-width: 90em){html:before{content: 'XXL (WIDE SCREEN)'}}.icon-sanicon,[class^="sanicon-"],[class*=" sanicon-"]{font-family: "sanicon" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.sanicon--arrow-right:before,.icon--arrow-right:before{content: "\e900";font-family: "sanicon"}.sanicon--arrow-left:before,.icon--arrow-left:before{content: "\e901";font-family: "sanicon"}.sanicon--arrow-down:before{content: "\e902";font-family: "sanicon"}.sanicon--arrow-up:before{content: "\e903";font-family: "sanicon"}.sanicon--arrow-back:before{content: "\e937";font-family: "sanicon"}.sanicon-arrow-prev:before{content: "\e912"}.sanicon-arrow-next:before{content: "\e913"}.sanicon--account:before{content: "\e971";font-family: "sanicon"}.sanicon--cart:before{content: "\e93a";font-family: "sanicon"}.sanicon--menu:before{content: "\e907";font-family: "sanicon"}.sanicon--search:before{content: "\e904";font-family: "sanicon"}.sanicon--phone:before{content: "\e905";font-family: "sanicon"}.sanicon--erezept:before{content: "\e914";font-family: "sanicon"}.sanicon--star-bookmark:before{content: "\e906";font-family: "sanicon"}.sanicon--star-outline:before{content: "\e933";font-family: "sanicon"}.sanicon--drop-down:before{content: "\e938";font-family: "sanicon"}.sanicon--drop-up:before{content: "\e939";font-family: "sanicon"}.sanicon--list-view:before{content: "\e90b";font-family: "sanicon"}.sanicon--tile-view:before{content: "\e934";font-family: "sanicon"}.sanicon--print:before{content: "\e92e";font-family: "sanicon"}.sanicon--sanicare-herz:before{content: "\e92f";font-family: "sanicon"}.sanicon--speech-bubble:before{content: "\e931";font-family: "sanicon"}.sanicon--trash:before{content: "\e935";font-family: "sanicon"}.medicaria--reciept:before,.sanicon--reciept:before{content: "\e908";font-family: "sanicon"}.medicaria--heart-scribbled:before,.sanicon--heart-scribbled:before{content: "\e915";font-family: "sanicon"}.medicaria--bio:before,.sanicon--bio:before{content: "\e90c";font-family: "sanicon"}.medicaria--reimport:before,.sanicon--reimport:before{content: "\e90d";font-family: "sanicon"}.medicaria--animal:before,.sanicon--animal:before{content: "\e90e";font-family: "sanicon"}.medicaria--vegan:before,.sanicon--vegan:before{content: "\e90f";font-family: "sanicon"}.medicaria--cooling:before,.sanicon--kuehlprodukt:before{content: "\e909";font-family: "sanicon"}.medicaria--biozid:before,.sanicon--biozid:before{content: "\e910";font-family: "sanicon"}.sanicon--mail:before{content: "\e90a";font-family: "sanicon"}.sanicon-close:before{content: "\e911";font-family: "sanicon"}.sanicon-edit:before{content: "\e91b";font-family: "sanicon"}.sanicon-eyecatcher:before{content: "\e91c";font-family: "sanicon"}.is--secondary{background-color: #dfe8c3}.btn{color: #fff;border: 1px solid #e2001a;font-size: 14px;border-radius: 0;background-clip: padding-box}.btn.is--secondary:hover{border-color: #2d6043;background-color: #2d6043;color: #fff}.btn.hero{border: 2px solid #e2001a;color: #fff}.btn.hero.blue{background-color: #a8be00}.btn.hero.green{background-color: #2d6043}.btn:hover{background-color: #950011;color: #fff}.btn:disabled,.btn:disabled:hover,.btn.is--disabled,.btn.is--disabled:hover{font-size: .875rem}.buybox--button{background: #a8be00;border: 0 none}.buybox--button:hover{background-color: #d5f100}.btn.modal--close{border: 0 none;background: #fff}.btn.modal--close:hover{color: #2d6043;background: #fff}.container{max-width: 72.5rem;background: #fff;margin: 0 auto;width: 100%}.container:after{content: "";display: table;clear: both}.product--details.content .detail--altPackages{margin: 0;padding: 0}.product--details.content .detail--altPackages.detail--altPackages__current{margin-top: 0;margin-bottom: 0;padding: 0}.product--details.content .detail--altPackages .product--altPackages-wrapper{margin-bottom: 0}.detail--altPackages .alt-package{border: 1px solid #2d6043;border-radius: 0;background-clip: padding-box;margin-bottom: 10px;padding: 5px 20px}.detail--altPackages .alt-package.is--active{background-color: #dfe8c3}.detail--altPackages .alt-package--content{display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;justify-content: flex-end;color: #000}.detail--altPackages .alt-package--content span{line-height: 20px}.detail--altPackages .alt-package--content .alt-package--col-1,.detail--altPackages .alt-package--content .alt-package--col-2,.detail--altPackages .alt-package--content .alt-package--col-3{margin: 0}.detail--altPackages .alt-package--content .alt-package--col-1{flex-basis: 20%}.detail--altPackages .alt-package--content .alt-package--col-2,.detail--altPackages .alt-package--content .alt-package--col-3{flex: 0 1 80%;display: flex;flex-direction: column}.detail--altPackages .active-mark{display: block;height: 30px;width: 30px;border: 1px solid #2d6043;border-radius: 0;background-clip: padding-box}.detail--altPackages .active-mark.is--active{background-color: #2d6043}.detail--altPackages .alt-package--price{color: #2d6043;font-weight: bold;font-size: 16px}.alt-package.org-package.is--active .product--price{display: flex;flex-direction: column;order: 2}.alt-package.org-package.is--active .product--price .price--line-through{order: 1}.alt-package.org-package.is--active .product--price .price--content{order: 2}.alt-package.org-package.is--active .product--price .price-unit-reference{order: 3}.alt-package.org-package.is--active .price--unit{order: 1}.alt-package.org-package.is--active .product--delivery{order: 3}@media screen and (min-width: 30em){.detail--altPackages .alt-package--content{flex-wrap: nowrap}.detail--altPackages .alt-package--content .alt-package--col-1{flex-basis: 60px}.detail--altPackages .alt-package--content .alt-package--col-2,.detail--altPackages .alt-package--content .alt-package--col-3{flex: 1 1 auto;width: 50%}.alt-package.org-package.is--active .alt-package--col-2{flex-direction: column;flex-wrap: wrap;margin: auto 0}.alt-package.org-package.is--active .product--price{width: 50%}.alt-package.org-package.is--active .price--unit{width: 50%}.alt-package.org-package.is--active .product--delivery{margin-top: -26px}}.product--delivery .delivery--status-icon{display: inline}.shop--navigation .navigation--entry .icon--basket,.shop--navigation .navigation--entry .icon--account,.shop--navigation .navigation--entry .icon--heart,.shop--navigation .navigation--entry .icon--search,.shop--navigation .navigation--entry .icon--erezept{color: #2d6043}.shop--navigation .navigation--entry .icon--search{font-size: 22px}.icon--arrow-left:before,.icon--arrow-right:before{font-size: 12px}.icon--basket:before{font-family: "sanicon" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e93a"}.icon--account:before{font-family: "sanicon" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e971"}.icon--heart:before{font-family: "sanicon" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e906"}.icon--erezept:before{font-family: "sanicon" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e914"}.icon--search:before{font-family: "sanicon" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e904"}.icon--phone:before{font-family: "sanicon" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e905"}.icon--cross:before{font-family: "sanicon" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e911"}.icon--heart-scribbled:before{font-family: "sanicon" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e915"}.ajax--cart .cart--item .action--container .btn{background-image: none;background-color: #fff;border-width: 0}.account--dropdown-navigation.off-canvas{background-color: #fff;padding: 0}.account--dropdown-navigation.off-canvas .navigation--signin .navigation--signin-btn.btn,.account--dropdown-navigation.off-canvas .navigation--register .blocked--link{color: #fff;border: 1px solid #e2001a;border-radius: 0;background-clip: padding-box;background-color: #e2001a;font-size: .875rem;line-height: 1.75rem;height: 2.5rem;padding: .3125rem .3125rem .3125rem .3125rem}.account--dropdown-navigation.off-canvas .navigation--signin .navigation--signin-btn.btn:first-letter,.account--dropdown-navigation.off-canvas .navigation--register .blocked--link:first-letter{text-transform: uppercase}.account--dropdown-navigation .navigation--smartphone .entry--close-off-canvas{font-weight: normal}.account--dropdown-navigation .navigation--smartphone .entry--close-off-canvas .account--close-off-canvas{font-weight: normal;display: flex;width: 100%;justify-content: space-between;align-items: center}.account--dropdown-navigation .navigation--smartphone .entry--close-off-canvas .account--close-off-canvas .icon--arrow-right{margin: 0;display: flex;justify-content: center;align-items: center}.account--dropdown-navigation .navigation--smartphone .entry--close-off-canvas .account--close-off-canvas .icon--arrow-right:before{font-size: 14px}.account--dropdown-navigation .account--menu .navigation--headline{color: #2d6043}.account--dropdown-navigation .account--menu .navigation--register{color: #000}.account--dropdown-navigation .account--menu .navigation--entry{background-color: #fff;width: 100%}.account--dropdown-navigation .account--menu .navigation--entry .navigation--link{color: #777}.account--dropdown-navigation .account--menu .navigation--entry .navigation--link.is--active{color: #304513}.off-canvas.sidebar-main .sidebar--navigation .navigation--entry{border: 0 none;background-color: #fff}.off-canvas.sidebar-main .sidebar--navigation .navigation--link{font-weight: normal;color: #777}.off-canvas.sidebar-main .sidebar--navigation .navigation--link .is--icon-left{margin: 0;float: none}.off-canvas.sidebar-main .sidebar--navigation .navigation--link.is--display-button{background-color: #f6f6f6}.off-canvas.sidebar-main .sidebar--navigation .navigation--link.link--go-back{border-top: 1px solid #d8dcbf;border-bottom: 1px solid #d8dcbf}.off-canvas.sidebar-main .sidebar--navigation .navigation--link:active,.off-canvas.sidebar-main .sidebar--navigation .navigation--link:focus{color: #2d6043}.off-canvas.sidebar-main .sidebar--navigation .navigation--link:hover{color: #2d6043}.off-canvas.sidebar-main .sidebar--navigation.show--active-items .navigation--link.is--active{color: #777;font-weight: 700}.off-canvas.sidebar-main .account--menu.account--dropdown-navigation .navigation--link.link--logout,.off-canvas.sidebar-main .account--menu.is--personalized .navigation--link.link--logout{color: #777}@media screen and (min-width: 48em){.off-canvas .sidebar--navigation .navigation--link{padding: 10px 15px}}.dig-pub--button .btn{padding: .125rem 1rem .125rem 1rem;background-color: #fff;color: #2d6043}.dig-pub--button .btn:focus,.dig-pub--button .btn:hover,.dig-pub--button .btn:active{color: #304513}.dig-pub--button .btn.is--secondary{background-color: #e2001a}.dig-pub--button .btn.is--secondary:focus,.dig-pub--button .btn.is--secondary:hover,.dig-pub--button .btn.is--secondary:active{background-color: #950011;color: #fff}.dig-pub--text h1,.dig-pub--text h2,.dig-pub--text h3,.dig-pub--text h4,.dig-pub--text h5,.dig-pub--text h6{font-weight: 700}.dig-pub--text h1.hero-headline,.dig-pub--text h2.hero-headline,.dig-pub--text h3.hero-headline,.dig-pub--text h4.hero-headline,.dig-pub--text h5.hero-headline,.dig-pub--text h6.hero-headline,.dig-pub--text p.hero-headline,.dig-pub--text blockquote.hero-headline{width: 100%;padding: 10px 7vh 10px 10px;text-transform: uppercase}.dig-pub--text p.hero{border: 3px solid #fff;box-shadow: none;padding: .625rem .625rem .625rem .625rem;margin: auto;width: auto;height: auto;color: #fff}.dig-pub--text p.hero.blue{background-color: #a8be00}.dig-pub--text p.hero.green{background-color: #2d6043}.dig-pub--text p.hero.circle{border-radius: 100%;vertical-align: middle;padding: 24% 13%;text-shadow: none !important;white-space: nowrap !important;height: 100%;width: 100%}.dig-pub--text p.hero strong{display: block;font-size: xx-large}.emotion--product-slider.has--border .product-slider--container.is--horizontal{border-width: 0;border-top: 1px solid #d8dcbf;border-bottom: 1px solid #d8dcbf;padding: .625rem 0rem .625rem 0rem}.emotion--product-slider.has--border .product-slider--container.is--horizontal .product-slider--item{border-width: 0;border-right: 1px solid #d8dcbf}.emotion--product-slider .product-slider--arrow.arrow--next{border-right-width: 0}.emotion--product-slider .product-slider--arrow.arrow--prev{border-left-width: 0}.emotion--product-slider .box--emotion .product--image{height: 8.75rem;position: absolute;left: 0;top: 50%;width: 40%;transform: translateY(-50%)}.emotion--product-slider .box--emotion .product--image .image--element img{height: auto}.emotion--product-slider .product-slider--title.is--striked{height: auto}.emotion--product-slider .product-slider--title ~ .product-slider--content{padding-top: 60px;padding-bottom: 8px}.emotion--product .product--box:not(.box--list){padding: 2% 0 0 2%}.emotion--product .product--box:not(.box--list) .box--content{padding: .625rem .625rem .625rem .625rem}.emotion--product .product--box:not(.box--list) .box--content .product--image{height: 8.75rem;position: absolute;left: 0;top: 50%;width: 40%;transform: translateY(-50%)}.emotion--product .product--box:not(.box--list) .box--content .product--image .image--element img{height: auto}.emotion--product .product--box:not(.box--list) .box--content .product--info{height: auto}.emotion--product .product--box:not(.box--list) .product--btn-container{display: block}.emotion--manufacturer .manufacturer--content{border-top: 1px solid #d8dcbf;border-bottom: 1px solid #d8dcbf}.emotion--mode-rows .emotion--product-slider{height: 17.5rem}.emotion--mode-rows .emotion--product{height: 17.5rem}.emotion--container .emotion--element .html--content table{border-collapse: collapse}.emotion--container .emotion--element .html--content th,.emotion--container .emotion--element .html--content td{border: .5pt solid #000;color: #000}.is--act-cart .emotion--mode-rows .emotion--product-slider{height: 15rem}.is--act-cart .emotion--cart .emotion--container{margin-top: 1.5625rem}.emotion--container .emotion--element.has--border .banner--content{border: 1px solid #d8dcbf;border-radius: 0;background-clip: padding-box;padding: .3125rem .3125rem .3125rem .3125rem}.emotion--product .product--box:not(.box--list) .product--btn-container{display: block}.emotion--container.emotion--mode-rows .emotion--element{z-index: 1}.emotion--basket .product--box:not(.box--list):not(.box--image) .listing--article-hints,.emotion--basket .product--box:not(.box--list):not(.box--image) .list--delivery-status,.emotion--basket .product--box:not(.box--list):not(.box--image) .listing--discount-info,.emotion--basket .product--box:not(.box--list):not(.box--image) .price--label{display: none}.emotion--basket .product--box:not(.box--list):not(.box--image) .product--image{margin-bottom: 0}.emotion--basket .product--box:not(.box--list):not(.box--image) .product--btn-container{margin-top: 1.4375rem}.emotion--basket .product--box:not(.box--list):not(.box--image) .listing--price-wrapper{display: flex;justify-content: space-between}.emotion--basket .product--box:not(.box--list):not(.box--image) .product--price-info{min-height: 1px;height: auto}.emotion--basket .product--box:not(.box--list):not(.box--image) .product--price .price--pseudo,.emotion--basket .product--box:not(.box--list):not(.box--image) .product--price .price--default.is--discount,.emotion--basket .product--box:not(.box--list):not(.box--image) .product--price .price--discount{font-size: .875rem;line-height: normal}.emotion--basket .product--box:not(.box--list):not(.box--image) .product--onpack-image{top: 0;right: 3px}@media screen and (min-width: 30em){.emotion--product .product--box:not(.box--list) .box--content .product--image{position: relative;left: 0;top: 0;width: 100%;transform: none;padding: .625rem .625rem .625rem .625rem}.emotion--mode-rows .emotion--product-slider{height: 30rem}.emotion--mode-rows .emotion--product{height: 30rem}.is--act-cart .emotion--mode-rows .emotion--product-slider{height: 32.1875rem}}@media screen and (min-width: 48em){.emotion--mode-rows .emotion--product{height: 28.3125rem}.is--act-cart .emotion--mode-rows .emotion--product-slider{height: 33.75rem}}@media screen and (min-width: 64em){.emotion--product-slider.has--border .product-slider--container.is--horizontal{border-width: 0;border-top: 1px solid #d8dcbf;border-bottom: 1px solid #d8dcbf;padding: .625rem 0rem .625rem 0rem}.emotion--product-slider.has--border .product-slider--container.is--horizontal .product-slider--item{border-width: 0;border-right: 1px solid #d8dcbf}.emotion--product-slider .product-slider--arrow.arrow--next{border-right-width: 0}.emotion--product-slider .product-slider--arrow.arrow--prev{border-left-width: 0}.emotion--container:not(.emotion--column-12) .emotion--manufacturer .product-slider--container.is--horizontal .product-slider--item{width: 16.6666% !important}.emotion--container:not(.emotion--column-12) .emotion--manufacturer .manufacturer--link{display: table;height: 100%}.emotion--container:not(.emotion--column-12) .emotion--manufacturer .manufacturer--name{white-space: normal;display: table-cell;height: 100%;vertical-align: middle}.banner-slider--container.image-slider--container{margin-bottom: 0}}.panel--title{color: #2d6043;font-size: 18px;text-transform: uppercase;font-weight: 700;border: none;background: #fff;margin-right: 0;margin-left: 0;padding-left: 0;position: relative}.panel--title h1{color: #2d6043;font-size: 18px;line-height: 26px;font-weight: 700}.panel--title.is--underline,.panel--title.article--list-title{color: #2d6043;padding-left: 0rem;line-height: 1;font-weight: 700;height: auto;text-transform: uppercase;border: none;background: transparent;background-image: none;position: relative}.panel--title.is--underline > span,.panel--title.article--list-title > span{z-index: 200}.panel--title.is--underline + .panel--body,.panel--title.article--list-title + .panel--body{padding-top: 0}.panel--title.is--underline .panel > .panel--body,.panel--title.article--list-title .panel > .panel--body{padding-top: 0}.panel--title.is--striked:before,.panel--subtitle.is--striked:before{content: "";display: none}.panel--title.is--striked > span,.panel--subtitle.is--striked > span{padding-right: 0;background-color: transparent}.panel--title.is--striked > span:after,.panel--subtitle.is--striked > span:after{display: none}.content > .panel--title:first-child,.content--custom > .panel--title:first-child,.content--wrapper > .panel--title:first-child,.reply-direct-order > .panel--title:first-child,.is--ctl-advantagecardform > .panel--title:first-child,.contact--content > .panel--title:first-child,form > .panel--title:first-child,.content h1:first-child,.content--custom h1:first-child,.content--wrapper h1:first-child,.reply-direct-order h1:first-child,.is--ctl-advantagecardform h1:first-child,.contact--content h1:first-child,form h1:first-child,.content h2:first-child,.content--custom h2:first-child,.content--wrapper h2:first-child,.reply-direct-order h2:first-child,.is--ctl-advantagecardform h2:first-child,.contact--content h2:first-child,form h2:first-child{padding-top: 0rem;margin-top: 0rem;line-height: 1.75rem}.content h1:first-child,.content--custom h1:first-child,.content--wrapper h1:first-child,.reply-direct-order h1:first-child,.is--ctl-advantagecardform h1:first-child,.contact--content h1:first-child,form h1:first-child{font-size: 24px}.content h2:first-child,.content--custom h2:first-child,.content--wrapper h2:first-child,.reply-direct-order h2:first-child,.is--ctl-advantagecardform h2:first-child,.contact--content h2:first-child,form h2:first-child{font-size: 18px}.content > .panel:first-child > .panel--title:first-child,.content--custom > .panel:first-child > .panel--title:first-child,.content--wrapper > .panel:first-child > .panel--title:first-child,.reply-direct-order > .panel:first-child > .panel--title:first-child,.is--ctl-advantagecardform > .panel:first-child > .panel--title:first-child,.contact--content > .panel:first-child > .panel--title:first-child,form > .panel:first-child > .panel--title:first-child{padding-top: 0rem;line-height: 1.75rem}.product-slider--arrow{border-width: 0;font-size: 28px;line-height: 56px;height: 56px;z-index: 760;color: #2d6043;background-color: transparent}.product-slider--arrow:hover{color: #a8be00}.product-slider--arrow.arrow--prev{left: 0}.product-slider--arrow.arrow--prev:before,.product-slider--arrow.arrow--prev::before{font-family: sanicon;content: "\e912"}.product-slider--arrow.arrow--next{right: 0}.product-slider--arrow.arrow--next:before{font-family: sanicon;content: "\e913"}.product-slider--arrow.is--vertical.arrow--prev:before,.product-slider--arrow.is--vertical.arrow--prev::before{font-family: sanicon;content: "\e903";color: #777}.product-slider--arrow.is--vertical.arrow--next:before{font-family: sanicon;content: "\e902"}.panel--title + .product-slider .product-slider--arrow,.panel--title + .tab--content .product-slider--arrow{top: 100%;transform: translateY(-100%)}.panel--title + .product-slider.premium-product--content .product-slider--arrow{top: 50%;transform: translateY(-50%)}.product-slider .product-slider--container{padding: 0}.product-slider .product-slider--container .product-slider--item{padding: 0rem .125rem .625rem .125rem;height: 100%}.product-slider .product-slider--container .product-slider--item .box--slider{height: 100%}.product-slider .product-slider--container .product-slider--item .box--slider .box--content{min-height: 270px;display: flex;align-items: center}.product-slider .product-slider--container .product-slider--item.premium-product--product{height: auto}.product-slider .product-slider--container .product-slider--item.premium-product--product.product-slider--item .btn{line-height: 34px}@media screen and (min-width: 30em){.product-slider .product-slider--container .product-slider--item{height: auto}.panel--title + .product-slider .product-slider--arrow,.panel--title + .tab--content .product-slider--arrow{top: 50%;transform: translateY(-50%)}}@media screen and (min-width: 48em){.emotion--manufacturer .product-slider--arrow{top: 60px}.emotion--product-slider > div:not(.liveshopping-slider-title) + div .product-slider--item{width: 50% !important}}@media screen and (min-width: 64em){.emotion--product-slider > div:not(.liveshopping-slider-title) + div .product-slider--item{width: 33.333% !important}}@media screen and (min-width: 78.75em){.emotion--product-slider > div:not(.liveshopping-slider-title) + div .product-slider--item{width: 25% !important}.emotion--container:not(.emotion--column-12) .product-slider--container.is--horizontal .product-slider--item[style="width: 100%;"]{width: 100% !important}.emotion--manufacturer .product-slider--arrow{top: 60px}.is--ctl-checkout .panel--title + .product-slider .product-slider--arrow{top: 25%}}.filter-panel--checkbox{border-radius: 0;background-clip: padding-box}.filter--active,.search--cat-filter .cat-filter--reset{border-radius: 0;border-color: #777}.filter--active .filter--active-icon:before{font-family: sanicon;content: "\e911"}.filter-panel .filter-panel--icon{top: 50%;transform: translateY(-50%)}.filter-panel .filter-panel--icon:before{font-family: sanicon;content: "\e902";font-size: .875rem;color: #777}.filter-panel.is--collapsed .filter-panel--icon{top: 10px;transform: translateY(0)}.filter-panel{border-radius: 0;background-image: none;border-color: #2d6043}.filter-panel.is--collapsed .filter-panel--flyout{border-color: #d8dcbf;border-radius: 0;background-clip: padding-box}.filter-panel.is--collapsed .filter-panel--icon:before{font-family: sanicon;content: "\e903";font-size: .875rem}@media screen and (min-width: 48em){.filter--active-container{position: absolute;width: 100%}}textarea,input[type="text"],input[type="search"],input[type="password"],input[type="number"],input[type="email"],input[type="tel"],select{border-radius: 0;background-clip: padding-box}input[type='checkbox']:hover + label::before,input[type='radio']:hover + label::before{background-color: #fff}input[type='checkbox']:checked + label::before,input[type='radio']:checked + label::before{background: #2d6043;box-shadow: inset 0 0 0 2px #fff}input[type='checkbox']:checked + label:before,input[type='radio']:checked + label:before,input[type='checkbox']:not(:checked) + label:before,input[type='radio']:not(:checked) + label:before{border-radius: 0;background-clip: padding-box}input[type='checkbox'].has--error:checked + label:before,input[type='radio'].has--error:checked + label:before,input[type='checkbox'].has--error:not(:checked) + label:before,input[type='radio'].has--error:not(:checked) + label:before{border-color: #e74c3c;background-color: #faeceb}input[type='checkbox'].has--error:hover + label::before,input[type='radio'].has--error:hover + label::before{background-color: #fff}input[type='checkbox'].has--error:checked + label::before,input[type='radio'].has--error:checked + label::before{background: #2d6043;border-color: #2d6043;box-shadow: inset 0 0 0 2px #fff}.has--label .js--fancy-select{height: 3.125rem}.select-field:hover,.js--fancy-select:hover,.has--label .js--fancy-select:hover{color: #000}.select-field > select,.js--fancy-select > select,.has--label .js--fancy-select > select{padding: 0rem 1.25rem 0rem .625rem;line-height: 2.375rem;border-radius: 0;background-clip: padding-box;background-image: none;background-color: #fff;color: #2d6043;font-size: .875rem;border-color: #777;height: 2.5rem;display: inline-block}.select-field > select option,.js--fancy-select > select option,.has--label .js--fancy-select > select option{color: #000}.select-field > select:hover,.js--fancy-select > select:hover,.has--label .js--fancy-select > select:hover{color: #2d6043;border-color: #d8dcbf;background: #fff}.select-field > select:hover:after,.js--fancy-select > select:hover:after,.has--label .js--fancy-select > select:hover:after{color: #2d6043}.select-field > select:focus,.js--fancy-select > select:focus,.has--label .js--fancy-select > select:focus{color: #000;border-color: #777}.select-field:after,.js--fancy-select:after,.has--label .js--fancy-select:after{top: 50%;transform: translateY(-50%);color: #777;border-left-width: 0;font-family: 'sanicon';content: "\e902";width: 2.25rem;font-size: .875rem;display: block}.select-field:after:hover,.js--fancy-select:after:hover,.has--label .js--fancy-select:after:hover{color: #2d6043}.js--modal .address--title.field--select.select-field.has--label select,.js--modal .address--salutation.field--select.select-field.has--label select,.js--modal .address--customer-type.field--select.select-field.has--label select,.js--modal .address--country.field--select.select-field.has--label select{height: 2.5rem}.js--modal .address--title.field--select.select-field.has--label:after,.js--modal .address--salutation.field--select.select-field.has--label:after,.js--modal .address--customer-type.field--select.select-field.has--label:after,.js--modal .address--country.field--select.select-field.has--label:after{top: 1.5rem;color: #000;border-left-width: 0;font-family: 'sanicon';content: "\e902";width: 2.25rem;font-size: .625rem;display: block}.js--modal .address--title.field--select.select-field.has--label:after:hover,.js--modal .address--salutation.field--select.select-field.has--label:after:hover,.js--modal .address--customer-type.field--select.select-field.has--label:after:hover,.js--modal .address--country.field--select.select-field.has--label:after:hover{color: #777}.js--modal .address--title.field--select.select-field.has--label:after,.js--modal .address--salutation.field--select.select-field.has--label:after,.js--modal .address--customer-type.field--select.select-field.has--label:after,.js--modal .address--country.field--select.select-field.has--label:after{top: 2.8125rem}.content-expand--container{padding-bottom: 20px;border-bottom: 1px solid #d8dcbf;margin-bottom: 20px}.content-expand--container .content-expand--content{overflow: hidden;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;max-height: 400px;min-height: 0;position: relative}.content-expand--container .content-expand--content.has--overlay{z-index: 0;padding-bottom: 40px}.content-expand--container .content-expand--content.has--overlay:after{content: "";position: absolute;bottom: 40px;left: 0;z-index: 1;width: 100%;height: 25%;background-color: transparent;background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, #fff 100%)}.content-expand--container .content-expand--content .content-expand--actions{position: absolute;bottom: 0;left: 0;width: 100%;height: 40px;background-color: #fff;z-index: 2;display: flex;justify-content: center;align-items: center}.content-expand--container .content-expand--content .content-expand--actions .btn{min-width: 75%}.content-expand--container.is--opened .content-expand--content{max-height: 6000px}.content-expand--container.is--opened .content-expand--content.has--overlay:after{display: none}table{border-collapse: separate;border-spacing: 1px}table th,table thead td{background: #2d6043;color: #fff;font-weight: 700;text-align: center}table td{padding: .3125rem .625rem .3125rem .625rem;background: #fff;color: #e2001a;border: 0 none}table tr:nth-child(even) td{background: #fff}.ajax--cart .button--container *[class*="button--"]{padding: .125rem .75rem .125rem .75rem;line-height: 2.125rem;background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;border: 0 none;font-weight: 500;font-size: 20px;color: #fff;text-align: center;background-image: none;background-color: #e2001a;border: 0;border: 1px solid #e2001a;font-size: 14px;font-weight: 400;line-height: 32px;border-radius: 0;background-clip: padding-box}.ajax--cart .button--container *[class*="button--"]:hover{background: #2d6043;color: #fff}.ajax--cart .button--container *[class*="button--"].is--small{line-height: 1.875rem}.ajax--cart .button--container *[class*="button--"].is--large{line-height: 2.375rem}.ajax--cart .button--container *[class*="button--"].is--inverted{color: #e2001a;background-color: transparent}@media screen and (min-width: 48em){.container--ajax-cart{top: 100px}.container--ajax-cart .ajax--cart:after,.container--ajax-cart .ajax--cart:before{right: 22%}}.js--menu-scroller--arrow{height: 36px;line-height: 36px;background-color: #e2001a;color: #fff;border: none;display: flex;justify-content: center;align-items: center;top: 0;background-image: none}.js--menu-scroller--arrow:hover,.js--menu-scroller--arrow:active{color: #fff;border-color: transparent;background: #ff1631}.js--menu-scroller--arrow.left--arrow:before{content: "\e901";font-family: "sanicon"}.js--menu-scroller--arrow.left--arrow:before{content: "\e901";font-family: "sanicon"}.js--menu-scroller--arrow.right--arrow:before{content: '>'}.js--menu-scroller--arrow.right--arrow:before{content: "\e900";font-family: "sanicon"}.js--menu-scroller--arrow.right--arrow:before{content: "\e900";font-family: "sanicon"}.js--menu-scroller--arrow .arrow--content{display: none}@media screen and (min-width: 78.75em){.js--menu-scroller--arrow.right--arrow,.js--menu-scroller--arrow.left--arrow{border: none}}.range-slider--container{height: 6px}.range-slider--handle.is--max,.range-slider--handle.is--min{top: -8px;background-color: #2d6043;border-radius: 100px}h1,h2,h3,h4{font-weight: 700;color: #2d6043}.stoerer1,.stoerer2{font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box}.stoerer1:after,.stoerer2:after,.stoerer1:before,.stoerer2:before{display: none}.cta-button1{border-radius: 0;background-clip: padding-box;border: 1px solid #e2001a}.stoerer1{background-color: #2d6043;color: #fff}.stoerer2{border-radius: 0;background-clip: padding-box;background-color: #a8be00;color: #fff}.shop--navigation .entry--cart .badge.is--primary:before{display: none}.shop--navigation .cart--quantity,.shop--navigation .notes--quantity{top: 0;left: 50%}.shop--navigation .navigation--entry{margin: 3px 3px 0 3px}.shop--navigation .navigation--entry.entry--cart{margin-right: 20px}.shop--navigation .navigation--list .navigation--entry .btn{display: flex;justify-content: center;align-items: center;flex-direction: column;background-image: none;background-color: transparent;border-width: 0;color: #2d6043;padding: 5px;line-height: normal;font-size: .875rem}.shop--navigation .navigation--list .navigation--entry .btn.is--disabled{font-size: .875rem}.shop--navigation .navigation--list .navigation--entry .badge,.shop--navigation .navigation--list .navigation--entry .badge.is--primary{background-color: #dfe8c3;color: #2d6043;font-style: normal;font-weight: 700;font-size: 12px;border-radius: 50px;padding: 0 5px;border: 0 solid #d8dcbf;height: 20px;min-width: 10px;width: auto;display: block}.shop--navigation .navigation--list .navigation--entry .notes--display,.shop--navigation .navigation--list .navigation--entry .erezept--display,.shop--navigation .navigation--list .navigation--entry .account--display,.shop--navigation .navigation--list .navigation--entry .cart--display{display: none}.shop--navigation .navigation--list .navigation--entry .icon--erezept,.shop--navigation .navigation--list .navigation--entry .icon--heart,.shop--navigation .navigation--list .navigation--entry .icon--account,.shop--navigation .navigation--list .navigation--entry .icon--basket{top: auto;left: auto;display: flex;justify-content: center;align-items: center;font-size: 26px;position: static;margin: 0}.shop--navigation .navigation--list .navigation--entry .icon--basket{font-size: 26px}.shop--navigation .navigation--list .navigation--entry.entry--search .entry--trigger{display: none}.shop--navigation .navigation--list .navigation--entry .icon--search{color: #2d6043}.shop--navigation .entry--menu-left .btn.entry--menu{width: auto;padding: 0rem 0rem 0rem .625rem}.shop--navigation .entry--menu-left .icon--menu{display: flex;justify-content: center;align-items: center;left: auto;top: auto;font-size: 24px}.shop--navigation .entry--menu-left-claim{display: none}.shop--navigation .entry--search:after{background-repeat: no-repeat;background-size: contain;width: 50px;height: 50px;margin: 0;left: auto;right: 2%;top: 53px}.shop--navigation .entry--search.is--active .main-search--form{background-color: #dfe8c3;top: 7.1875rem;z-index: 3400}.shop--navigation .entry--search .main-search--form{display: block;top: 115px;z-index: 2900}.shop--navigation .entry--search .main-search--field{height: 2.5rem;border-radius: 0;background-clip: padding-box}.shop--navigation .entry--search input[type="search"]{border-color: transparent;background-color: #f6f6f6;border-radius: 0;background-clip: padding-box;text-align: center;color: #2d6043}.shop--navigation .entry--search input[type="search"]:hover,.shop--navigation .entry--search input[type="search"]::placeholder{color: #2d6043}.shop--navigation .entry--search input[type="search"]:focus::placeholder{color: transparent}.shop--navigation .entry--search .btn.is--active{color: #fff;background-image: none;background-color: transparent}.header--navigation{display: flex;flex-direction: column}.header--navigation .logo-main{order: 2}.header--navigation .shop--navigation{order: 1}.header-main{padding-bottom: 0;border: 0 none;display: none}body.device-type--desktop .header-main,body.device-type--mobile .header-main{display: block}.header-main .logo-main{padding-bottom: 3.75rem}.header-main .logo-main .logo--link,.header-main .logo-main .logo--link img{height: 3.75rem}@media screen and (min-width: 48em){.header-main .logo-main .logo--link,.header-main .logo-main .logo--link img{height: 5rem}}.header-main .logo-main .logo--shop{height: 3.75rem;margin: 0 auto;text-align: left}@media screen and (min-width: 48em){.header-main .logo-main .logo--shop{height: 5rem}}.header-main.is--active-searchfield{padding-bottom: 1.75rem}.goodies--container{display: flex;flex-direction: column;justify-content: space-between;padding: .9375rem .625rem 0rem .625rem;max-width: 72.5rem;margin: 0 auto}.goodies--container .goodies--box:first-child{margin-bottom: .625rem}.goodies--container .goodies--box.goody-02{display: none}.goodies--container img{width: 100%;height: auto}.navigation-main .entry--menu-left{display: none}@media screen and (min-width: 30em){.shop--navigation .navigation--list .entry--search{width: calc(100% - 185px);top: 62px;right: 0;left: auto;padding: 0 14% 0 0}.shop--navigation .navigation--list .entry--search:after{top: -5px}.shop--navigation .navigation--list .navigation--entry .icon--search{color: #2d6043}.shop--navigation .entry--search .main-search--form{top: 0}.shop--navigation .entry--search .main-search--form .main-search--field:focus{background-color: #f6f6f6}.shop--navigation .entry--search.is--active .main-search--form{position: relative;top: 0rem}.header-main{border: 0 none}.header-main .logo-main{padding-bottom: .625rem}.header-main .logo-main .logo--shop{margin: 0;float: left;text-align: left}.main-search--results{top: 100px;left: 0;right: 0;margin-left: auto;margin-right: auto}}@media screen and (min-width: 48em){.header-main{padding-bottom: 0rem}.header-main .container{padding: 0}.header-main .logo-main{float: none;width: 100%;padding: 10px}.header-main .shop--navigation{width: 100%}.navigation-main{max-width: 72.5rem;margin: 0 auto}.navigation-main .navigation--entry{padding: 0rem 0rem 0rem .625rem;float: none;display: inline;width: auto}.navigation-main .navigation--list{display: flex;justify-content: space-between;align-items: center;height: 36px;background-color: #304513;padding: 0 20px}.navigation-main .navigation--list li{text-transform: uppercase;display: flex;justify-content: space-between;align-items: center;height: 100%;padding: 0}.navigation-main .navigation--link{display: flex;justify-content: space-between;align-items: center;font-weight: bold;border-width: 0;color: #fff;border: none;padding: 0 5px;height: auto;line-height: 1;height: 100%}.navigation-main .navigation--link:hover{color: #fff}.shop--navigation .navigation--entry .btn:hover{background-color: transparent}.shop--navigation .navigation--entry.entry--cart{margin-right: 86px}.shop--navigation .cart--quantity,.shop--navigation .notes--quantity{top: 4px}.shop--navigation .navigation--list .entry--search{width: calc(100% - 330px);top: 80px;left: auto;right: 0;margin: 0;padding: 0 330px 0 0;position: absolute}.shop--navigation .navigation--list .entry--erezept,.shop--navigation .navigation--list .entry--account,.shop--navigation .navigation--list .entry--cart{position: relative;top: 72px}.shop--navigation .entry--menu-left{padding: 0}.shop--navigation .entry--menu-left-claim{position: absolute;width: 40%;margin: 0;display: inline-block;font-weight: 400;line-height: 50px;color: #2d6043;font-size: 14px;padding-left: 15px}.shop--navigation .entry--menu-left-claim:before{left: calc(100% - 1px)}.shop--navigation .entry--search .main-search--form .main-search--button{height: 2.5rem}.shop--navigation .navigation--list .navigation--entry .account--dropdown-navigation .btn.navigation--signin-btn{border: 1px solid #e2001a;border-radius: 0;background-clip: padding-box;background-color: #e2001a;color: #fff;font-size: .875rem;line-height: 2.125rem;padding: 0}.shop--navigation .navigation--list .navigation--entry .account--dropdown-navigation .btn.navigation--signin-btn:hover{background-image: none;background: #2d6043;color: #fff}.shop--navigation .navigation--list .navigation--entry .account--dropdown-navigation .navigation--register{color: #000}.shop--navigation .navigation--list .navigation--entry .account--dropdown-navigation .navigation--register .blocked--link{border: 1px solid #e2001a;border-radius: 0;background-clip: padding-box;background-color: #e2001a;color: #fff;font-size: .875rem}.shop--navigation .navigation--list .navigation--entry .account--dropdown-navigation .navigation--register .blocked--link:hover{background-image: none;background: #2d6043;color: #fff}.main-search--results{top: 150px}.goodies--container{flex-direction: row}.goodies--container .goodies--box.goody-02{display: block}.navigation-main .entry--menu-left .navigation--text-categories{line-height: 1;padding-left: 10px}.navigation-main .entry--menu-left .icon--menu:before{content: "\e907";font-family: "sanicon"}.navigation-main .entry--menu-left .icon--menu:before{content: "\e907";font-family: "sanicon"}.navigation-main .entry--categories-link{display: none}}@media screen and (min-width: 64em){.shop--navigation .navigation--list{display: flex;justify-content: flex-end}.shop--navigation .navigation--list:before,.shop--navigation .navigation--list:after{display: none}.shop--navigation .navigation--list .entry--erezept,.shop--navigation .navigation--list .entry--account,.shop--navigation .navigation--list .entry--cart{top: 76px}.shop--navigation .navigation--list .navigation--entry .icon--erezept,.shop--navigation .navigation--list .navigation--entry .icon--heart,.shop--navigation .navigation--list .navigation--entry .icon--account,.shop--navigation .navigation--list .navigation--entry .icon--basket{position: relative;display: flex;top: auto;left: auto;font-size: 20px;flex-direction: column;align-items: center;justify-content: center;padding: 2px 0;height: auto}.shop--navigation .navigation--list .navigation--entry .icon--basket{font-size: 22px}.shop--navigation .navigation--list .navigation--entry.entry--search{padding-right: 320px}.shop--navigation .navigation--list .navigation--entry .notes--display,.shop--navigation .navigation--list .navigation--entry .erezept--display,.shop--navigation .navigation--list .navigation--entry .account--display,.shop--navigation .navigation--list .navigation--entry .cart--display,.shop--navigation .navigation--list .navigation--entry .cart--amount{display: block;color: #2d6043;font-weight: normal;font-size: 12px;line-height: normal;margin: 0;white-space: nowrap;padding: 2px 0}.shop--navigation .navigation--list .navigation--entry .cart--amount{padding-top: 0}.shop--navigation .cart--quantity,.shop--navigation .notes--quantity{top: -4px}.navigation-main .navigation--list{border-radius: 0;background-clip: padding-box}}@media screen and (min-width: 78.75em){.main-search--results{height: auto;width: 1000px;top: 145px;margin: 0 auto;position: fixed;left: 0;right: 0}.shop--navigation .entry--search{max-width: none}.goodies--container{padding: .9375rem 0rem 0rem 0rem}.goodies--container .goodies--box:first-child{margin: 0}.navigation-main .navigation--list li.has-static-sidebar{display: none}.navigation-main .navigation--list li.has-static-sidebar + .entry--categories-link{display: inline}}.seotext--below{margin: .625rem 0rem .625rem 0rem;padding: 1.25rem .625rem 1.25rem .625rem;border-top: 1px solid #d8dcbf;border-bottom: 0 none;float: none;color: #999;overflow: auto}.seotext--below p{font-size: .8125rem}.seotext--below p:last-child{margin-bottom: 0}.seotext--below h2{font-size: 1.1875rem;-ms-hyphens: auto;hyphens: auto}@media screen and (min-width: 78.75em){.content--home{margin-top: 0}}.footer-main{padding: 0 10px;background-color: transparent}.footer-main .column--headline{text-align: left;padding: 0;margin: 0;display: block;position: relative;color: #2d6043;font-size: 13px}.footer-main .column--headline:after{color: #2d6043;position: absolute;right: 10px;left: auto;top: 50%;transform: translateY(-50%);font-size: 20px}.footer-main .column--headline span{display: inline-block;padding-right: 1.25rem}.footer-main .footer--columns{border-color: #2d6043}.footer-main .navigation--list{padding: 10px 0}.footer-main .footer--column{border-top: 1px solid #2d6043;padding: 0}.footer-main .footer--column:first-child{border-top: 1px solid #2d6043}.footer-main .footer--column.is--last{border-bottom-color: #2d6043}.footer-main .newsletter--container{padding: 0;border: 0 none;background-color: transparent}.footer-main .footer-visuals-container .footer--column.is--last{border-bottom: 1px solid transparent}.footer-main .navigation--link{padding: 0 10px 14px 10px;font-size: 13px;text-align: left;color: #2d6043}.footer-main .column--headline{padding: 10px}.footer-main .column--headline.is--active{color: #fff;background-color: #e2001a}.footer-main .column--headline.is--active:after{color: #fff}.footer-main .column--content{padding: 5px 10px;color: #999}.footer-main .column--content.is--collapsed{background-color: #dfe8c3}.footer-main .column--content .description{padding: 0 0 10px 0;color: #999;font-size: .8125rem}.footer-main .footer-visuals{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;align-items: stretch}.footer-main .footer-visuals ul:not(.ts-reviews-list){list-style: none;display: flex;flex-direction: row;flex-wrap: wrap;align-items: stretch;justify-content: flex-start;align-content: center}.footer-main .footer-visuals ul:not(.ts-reviews-list) li{display: none}.footer-main .footer-visuals ul:not(.ts-reviews-list) li:not(:empty){display: flex;border: 1px solid #d8dcbf;background-color: #fff;height: 5rem;width: calc(50% - 10px);text-align: center;font-weight: 700;font-size: .8125rem;margin: 0rem .625rem .625rem 0rem;padding: .3125rem .3125rem .3125rem .3125rem;align-items: center;justify-content: center}.footer-main .footer-visuals ul:not(.ts-reviews-list) li:not(:empty) img{margin: auto;width: auto;max-height: 5rem;display: inline-block;position: relative}.footer-main .footer-visuals ul:not(.ts-reviews-list) li:not(:empty) span{display: block}.footer-main .footer-visuals .footer-visuals-item{width: 100%}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--shipping ul{justify-content: space-between}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--shipping ul li{margin: 0rem 0rem .625rem 0rem}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--shipping ul li:first-child{border: 0 none;padding: 0;width: auto}.footer-main .footer--copyright{padding: .625rem .625rem .625rem .625rem;color: #999}@media screen and (min-width: 30em){.footer-main .footer-visuals ul li{width: calc(33.33% - 10px)}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--shipping ul{justify-content: flex-start}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--shipping ul li:first-child{width: calc(33.33% - 10px)}}@media screen and (min-width: 48em){.footer-main .column--headline,.footer-main.is--newsletter-overlay .column--headline{font-weight: bold;padding: 10px 0}.footer-main .navigation--link,.footer-main.is--newsletter-overlay .navigation--link{padding: 0rem 0rem 0rem 0rem}.footer-main .footer--columns.block-group,.footer-main.is--newsletter-overlay .footer--columns.block-group{padding: 5px 10px 0px 10px;background-color: #dfe8c3}.footer-main .footer--column,.footer-main.is--newsletter-overlay .footer--column{padding: 0rem 1.25rem 0rem 0rem}.footer-main .footer--column,.footer-main.is--newsletter-overlay .footer--column{border-top: 0 none}.footer-main .footer--column:first-child,.footer-main.is--newsletter-overlay .footer--column:first-child{border-top: 0 none}.footer-main .column--content,.footer-main.is--newsletter-overlay .column--content{padding: 5px 0}.footer-main .footer-visuals,.footer-main.is--newsletter-overlay .footer-visuals{padding: 0 10px;background-color: #fafafa}.footer-main .footer-visuals .column--headline,.footer-main.is--newsletter-overlay .footer-visuals .column--headline{padding-bottom: 0}.footer-main .footer-visuals .column--content,.footer-main.is--newsletter-overlay .footer-visuals .column--content{padding-right: 0}.footer-main .footer-visuals .footer-visuals-item,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item{margin-bottom: 1.875rem}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul,.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--socials ul,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--socials ul,.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--apps ul,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--apps ul{margin-top: .625rem}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul li,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul li,.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--socials ul li,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--socials ul li,.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--apps ul li,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--apps ul li{height: 3.125rem;border-width: 0}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul li:empty,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul li:empty,.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--socials ul li:empty,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--socials ul li:empty,.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--apps ul li:empty,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--apps ul li:empty{display: none}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--shipping,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--shipping,.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--partner,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--partner,.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--ts,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--ts{width: calc(33% - 10px)}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--awards,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--awards{width: calc(52% - 10px)}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--socials,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--socials{width: calc(17% - 10px)}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--apps,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--apps{width: calc(30% - 10px);margin-left: 2.1875rem}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--ts,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--ts{margin-left: 2.1875rem}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--shipping ul li img,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--shipping ul li img{display: inline-block;position: relative}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--shipping ul li:first-child,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--shipping ul li:first-child{padding: 0;margin: 0 10% 0 0;width: calc(40%)}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul li,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul li{height: 5rem;width: auto;margin: 0rem 0rem .625rem 0rem;padding-right: 1.875rem;text-align: left;justify-content: center;align-items: self-start;flex-direction: column}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul li img,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul li img{margin: 0}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--awards .ontentcolumn--c,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--awards .ontentcolumn--c{padding-right: 10%}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--socials ul li,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--socials ul li,.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--apps ul li,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--apps ul li{width: auto}.footer-main .footer-visuals .footer-visuals-item:last-child .column--content,.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item:last-child .column--content{padding-right: 0}.footer-main .navigation--list,.footer-main.is--newsletter-overlay .navigation--list{padding: 0 0 10px 0}.footer-main .footer--copyright,.footer-main.is--newsletter-overlay .footer--copyright{padding: 1.25rem .625rem 1.25rem .625rem}.footer-visuals-container{margin-top: 1.875rem}.footer-visuals-container .footer-visuals img{width: auto;max-height: unset}.footer-main{padding: 0}.footer-main .content--emotions{padding-left: 14.875rem}}@media screen and (min-width: 64em){.footer-main .footer--column,.footer-main.is--newsletter-overlay .footer--column{position: relative;z-index: 1}.footer-main .footer--columns,.footer-main.is--newsletter-overlay .footer--columns{padding: 0rem .625rem 0rem .625rem}.footer-main .footer--columns .footer--column.footer-visuals-item.footer-visuals-item--shipping ul li,.footer-main.is--newsletter-overlay .footer--columns .footer--column.footer-visuals-item.footer-visuals-item--shipping ul li,.footer-main .footer--columns .footer--column.footer-visuals-item.footer-visuals-item--partner ul li,.footer-main.is--newsletter-overlay .footer--columns .footer--column.footer-visuals-item.footer-visuals-item--partner ul li{width: calc(33.3% - 10px)}.footer-main .footer--columns.block-group,.footer-main.is--newsletter-overlay .footer--columns.block-group,.footer-main .footer--columns.footer-visuals,.footer-main.is--newsletter-overlay .footer--columns.footer-visuals{position: relative}.footer-main .footer--columns.block-group:before,.footer-main.is--newsletter-overlay .footer--columns.block-group:before,.footer-main .footer--columns.footer-visuals:before,.footer-main.is--newsletter-overlay .footer--columns.footer-visuals:before{position: absolute;z-index: 0;content: '';width: 100vw;height: 100%;top: 0;left: 50%;transform: translateX(-50%);border-bottom: 1px solid #d8dcbf}.footer-main .footer--columns.block-group,.footer-main.is--newsletter-overlay .footer--columns.block-group{border-bottom: none}.footer-main .footer--columns.block-group:before,.footer-main.is--newsletter-overlay .footer--columns.block-group:before{background-color: #dfe8c3}.footer-main .footer--columns.footer-visuals:before,.footer-main.is--newsletter-overlay .footer--columns.footer-visuals:before{border-top: 1px solid #d8dcbf;background-color: #fafafa}.footer-main .footer--copyright,.footer-main.is--newsletter-overlay .footer--copyright{position: relative;z-index: 1}.footer-main .footer--copyright:before,.footer-main.is--newsletter-overlay .footer--copyright:before{position: absolute;z-index: -1;content: '';width: 100vw;height: 100%;top: 0;left: 50%;transform: translateX(-50%);background-color: #fff}}@media screen and (min-width: 78.75em){.footer-main .footer--columns{padding: 0rem 0rem 0rem 0rem}.footer-main .footer--copyright{padding: 1.25rem 0rem 1.25rem 0rem}}body > .sidebar-main.off-canvas{padding-bottom: 1.25rem;border-right: #d8dcbf}body > .sidebar-main.off-canvas:after{content: "";display: table;clear: both}.sidebar-main.off-canvas,#cookie-consent{background: #fff;border-radius: 0}.sidebar-main.off-canvas .navigation--smartphone ul.navigation--list{margin: 0}.sidebar-main.off-canvas .navigation--smartphone .entry--close-off-canvas .navigation--link{color: #fff;display: flex;justify-content: space-between;align-items: center}.sidebar-main.off-canvas .navigation--smartphone .entry--close-off-canvas .navigation--link:after{display: none}.sidebar-main.off-canvas .navigation--smartphone .entry--close-off-canvas .navigation--link .icon--arrow-right{margin: 0 10px 0 0}.sidebar-main.off-canvas .navigation--smartphone .entry--close-off-canvas .navigation--link .icon--arrow-right:before{font-size: 16px;font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;content: "x"}.sidebar-main.off-canvas .sidebar--navigation .navigation--link{color: #777;background-color: #fff;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;min-height: 2.625rem;line-height: 1.25rem;padding-top: .25rem;padding-bottom: .25rem}.sidebar-main.off-canvas .sidebar--navigation .navigation--link .has--icon{width: calc(100% - 14px)}.sidebar-main.off-canvas .sidebar--navigation .navigation--link .is--icon-right,.sidebar-main.off-canvas .sidebar--navigation .navigation--link .is--icon-left{margin: 0;color: #a8be00;font-size: .75rem}.sidebar-main.off-canvas .sidebar--navigation .navigation--link .is--icon-right .icon--arrow-right:before,.sidebar-main.off-canvas .sidebar--navigation .navigation--link .is--icon-left .icon--arrow-right:before,.sidebar-main.off-canvas .sidebar--navigation .navigation--link .is--icon-right .icon--arrow-left:before,.sidebar-main.off-canvas .sidebar--navigation .navigation--link .is--icon-left .icon--arrow-left:before{color: #a8be00;font-size: .75rem}.sidebar-main.off-canvas .sidebar--navigation .navigation--link:hover{background-color: #fff;color: #2d6043}.sidebar-main.off-canvas .sidebar--navigation .navigation--link:hover .is--icon-right,.sidebar-main.off-canvas .sidebar--navigation .navigation--link:hover .is--icon-left{color: #f0f0f0}.sidebar-main.off-canvas .sidebar--navigation .navigation--link.is--back-button,.sidebar-main.off-canvas .sidebar--navigation .navigation--link.is--display-button{border-color: #d8dcbf;font-weight: 500}.sidebar-main.off-canvas .offcanvas--overlay{background-color: #fff}.mobile--switches{padding: .375rem .625rem .375rem .625rem;height: 2.6875rem;display: block}.mobile--switches:after{content: "";display: table;clear: both}.mobile--switches .navigation--entry{margin-right: 1.25rem;float: left}.mobile--switches .field--select,.mobile--switches .navigation--entry{height: 1.875rem}.mobile--switches .field--select{position: relative}.mobile--switches .select-field{height: 1.875rem}.mobile--switches .select-field select{border-radius: 0;padding: 0rem 1.125rem 0rem 0rem;line-height: 1.75rem;font-size: 1rem;background: none;border: 0 none}.mobile--switches .select-field:after{height: 1.5625rem;line-height: 1.75rem;width: auto;border: 0 none}.mobile--switches .top-bar--language .select-field{width: 2rem}.mobile--switches .top-bar--language .select-field select{text-indent: -9999px}.mobile--switches .top-bar--language .language--flag{margin-top: -0.375rem;position: absolute;z-index: 900;top: 50%;left: 0;pointer-events: none}.navigation--smartphone .entry--close-off-canvas .navigation--link,#cookie-consent .cookie-consent--header{color: #fff}.campaign--box{display: none}.sidebar--navigation{border-radius: 0;margin: 0;border-left: 0 none;border-right: 0 none}.sidebar--navigation .navigation--entry{position: relative;border: 0 none}.sidebar--navigation .navigation--entry.has--icon > .navigation--link{padding-left: 2.125rem}.sidebar--navigation .navigation--entry.has--icon > .navigation--link .category--icon{top: 8px;left: 7px;margin-top: 0rem;border: 0 none}.sidebar--navigation .specialcategory:last-of-type > .navigation--entry:last-child{border-bottom: 1px solid #d8dcbf}.sidebar--navigation .specialcategory > .navigation--entry > a.navigation--link[href*="marken-shops"]{padding-left: .625rem}.sidebar--navigation .specialcategory > .navigation--entry > a.navigation--link[href*="marken-shops"] .category--icon{display: none}.sidebar--navigation .specialcategory > .navigation--entry > a.navigation--link[href*="marken-shops"].is--active .category--icon{display: block;position: relative;top: 0;width: 100%;height: 8.3125rem;margin-bottom: .625rem;background-position-x: 0;background-position-y: center;background-size: contain;border-radius: 0}.sidebar--navigation .navigation--entry a.navigation--link[href*="marken-shops"] + .navigation--list .navigation--entry{border-bottom: 0}.sidebar--navigation .navigation--link{padding: 10px 20px;width: 100%;height: 100%;display: block;color: #777}.sidebar--navigation .navigation--link .is--icon-left,.sidebar--navigation .navigation--link .is--icon-right{display: flex;justify-content: flex-end;align-items: center}.sidebar--navigation .navigation--link:hover{color: #2d6043}.sidebar--navigation.show--active-items .navigation--link.is--active{color: #777;font-weight: 700}.offcanvas--overlay{width: 17.5rem;top: 2.625rem;background: #777;position: absolute;overflow-x: hidden;overflow-y: auto;left: 0;padding: 0;z-index: 1200;bottom: 0}.offcanvas--overlay.background{z-index: 1100}.offcanvas--overlay .overlay--headline{margin-bottom: .625rem;border-bottom: 1px solid #d8dcbf;width: 100%;background: #fff}.offcanvas--overlay .overlay--category{margin: 1rem .625rem .375rem .625rem;line-height: 1.625rem}.offcanvas--overlay .overlay--category .category--headline{font-size: .875rem;color: #304513;margin: 0;padding: 0;font-weight: 700}.offcanvas--overlay .is--icon-left{margin-top: .3125rem;margin-right: .3125rem;font-size: .625rem;display: inline-block}.offcanvas--overlay .is--icon-right{margin-top: .3125rem;font-size: .625rem;display: inline-block;float: right}.offcanvas--overlay .is--back-button{font-weight: 700}.offcanvas--overlay .is--display-button{color: #2d6043;font-weight: 700}.offcanvas--overlay .category--icon{display: none}.has--cssanimations .sidebar--ajax-loader{top: .75rem;right: .9375rem;position: absolute;display: none}.has--cssanimations .sidebar--ajax-loader::before{width: 1rem;height: 1rem;border-radius: 100%;background-clip: padding-box;-webkit-animation: keyframe--spin 1s linear infinite;animation: keyframe--spin 1s linear infinite;display: block;content: "";border: 2px solid #d8dcbf;border-top: 2px solid #5f6537}.sidebar--ajax-loader{top: .75rem;right: .9375rem;position: absolute;display: none}.sidebar--ajax-loader::before{width: 1rem;height: 1rem;border-radius: 100%;background-clip: padding-box;-webkit-animation: keyframe--spin 1s linear infinite;animation: keyframe--spin 1s linear infinite;display: block;content: "";border: 2px solid #d8dcbf;border-top: 2px solid #5f6537}.navigation--headline,.categories--headline{text-transform: uppercase;line-height: 1.75rem}.navigation--headline .sanicon--arrow-left,.categories--headline .sanicon--arrow-left{display: inline-block;font-size: .75rem;margin-right: .625rem}@media screen and (min-width: 48em){.is--ctl-note .sidebar-main.has-static-sidebar .categories--headline,.is--ctl-note .sidebar-main.off-canvas.has-static-sidebar .categories--headline,.is--ctl-address .sidebar-main.has-static-sidebar .categories--headline,.is--ctl-address .sidebar-main.off-canvas.has-static-sidebar .categories--headline,.is--ctl-account .sidebar-main.has-static-sidebar .categories--headline,.is--ctl-account .sidebar-main.off-canvas.has-static-sidebar .categories--headline,.is--ctl-search .sidebar-main.has-static-sidebar .categories--headline,.is--ctl-search .sidebar-main.off-canvas.has-static-sidebar .categories--headline,.is--ctl-note .sidebar-main.has-static-sidebar .categories--navigation,.is--ctl-note .sidebar-main.off-canvas.has-static-sidebar .categories--navigation,.is--ctl-address .sidebar-main.has-static-sidebar .categories--navigation,.is--ctl-address .sidebar-main.off-canvas.has-static-sidebar .categories--navigation,.is--ctl-account .sidebar-main.has-static-sidebar .categories--navigation,.is--ctl-account .sidebar-main.off-canvas.has-static-sidebar .categories--navigation,.is--ctl-search .sidebar-main.has-static-sidebar .categories--navigation,.is--ctl-search .sidebar-main.off-canvas.has-static-sidebar .categories--navigation{display: none}.sidebar-main.off-canvas,#cookie-consent{padding-top: 0;display: none;float: none;z-index: 8000;width: 100%;max-width: 280px;-webkit-transform: translateX(-100%);transform: translateX(-100%);-webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);transition: all .45s cubic-bezier(.3, 0, .15, 1)}.sidebar-main.off-canvas.is--open{padding-top: 0;display: block;position: fixed;left: 0;top: 0;-webkit-transform: translateX(0);transform: translateX(0)}.sidebar-main.off-canvas .offcanvas--overlay,.sidebar-main.off-canvas .navigation--smartphone,.sidebar-main.off-canvas .entry--close-off-canvas,.sidebar-main.off-canvas .icon--arrow-right,.sidebar-main.off-canvas .categories--headline{display: block}.sidebar-main.off-canvas .categories--headline .sanicon--arrow-left{display: none}.is--ctl-forms .sidebar-main .sidebar--categories-navigation,.is--ctl-contactform .sidebar-main .sidebar--categories-navigation,.is--ctl-custom .sidebar-main .sidebar--categories-navigation{display: block}.sidebar-main .sidebar--navigation .navigation--entry{margin: 0}.sidebar-main.off-canvas + .content--wrapper{margin-left: 0rem}}@media screen and (min-width: 64em){.sidebar-main.off-canvas,#cookie-consent{padding-top: 0;display: none;float: none;z-index: 9999991;width: 100%;max-width: 280px;-webkit-transform: translateX(-100%);transform: translateX(-100%);-webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);transition: all .45s cubic-bezier(.3, 0, .15, 1)}.sidebar-main.off-canvas.is--open{padding-top: 0;display: block;position: fixed;left: 0;top: 0;-webkit-transform: translateX(0);transform: translateX(0)}.sidebar-main.off-canvas .offcanvas--overlay,.sidebar-main.off-canvas .navigation--smartphone,.sidebar-main.off-canvas .entry--close-off-canvas,.sidebar-main.off-canvas .icon--arrow-right,.sidebar-main.off-canvas .categories--headline{display: block}.is--ctl-forms .sidebar-main .sidebar--categories-navigation,.is--ctl-contactform .sidebar-main .sidebar--categories-navigation,.is--ctl-custom .sidebar-main .sidebar--categories-navigation{display: block}.sidebar-main.off-canvas + .content--wrapper{margin-left: 0rem}}@media screen and (min-width: 78.75em){.sidebar-main.has-static-sidebar,.sidebar-main.off-canvas.has-static-sidebar{display: none;width: 13rem;padding-top: 0rem;height: auto;float: left;position: relative;top: 0;left: 0;transform: none;transition: none;z-index: 1000}.sidebar-main.has-static-sidebar .offcanvas--overlay,.sidebar-main.off-canvas.has-static-sidebar .offcanvas--overlay,.sidebar-main.has-static-sidebar .navigation--smartphone,.sidebar-main.off-canvas.has-static-sidebar .navigation--smartphone,.sidebar-main.has-static-sidebar .entry--close-off-canvas,.sidebar-main.off-canvas.has-static-sidebar .entry--close-off-canvas{display: block}.sidebar-main.has-static-sidebar .navigation--headline a,.sidebar-main.off-canvas.has-static-sidebar .navigation--headline a,.sidebar-main.has-static-sidebar .categories--headline a,.sidebar-main.off-canvas.has-static-sidebar .categories--headline a{font-weight: normal}.sidebar-main.has-static-sidebar .navigation--headline:after,.sidebar-main.off-canvas.has-static-sidebar .navigation--headline:after,.sidebar-main.has-static-sidebar .categories--headline:after,.sidebar-main.off-canvas.has-static-sidebar .categories--headline:after{display: none}.is--ctl-listing.is--act-markenshop .sidebar-main.has-static-sidebar,.is--ctl-listing.is--act-markenshop .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-wishlist.is--user .sidebar-main.has-static-sidebar,.is--ctl-wishlist.is--user .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-ordercatalogform.is--user .sidebar-main.has-static-sidebar,.is--ctl-ordercatalogform.is--user .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-address.is--user .sidebar-main.has-static-sidebar,.is--ctl-address.is--user .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-account.is--user .sidebar-main.has-static-sidebar,.is--ctl-account.is--user .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-account.is--act-abort .sidebar-main.has-static-sidebar,.is--ctl-account.is--act-abort .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-account.is--act-password .sidebar-main.has-static-sidebar,.is--ctl-account.is--act-password .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-account.is--act-resetPassword .sidebar-main.has-static-sidebar,.is--ctl-account.is--act-resetPassword .sidebar-main.off-canvas.has-static-sidebar{display: block}.is--ctl-listing.is--act-markenshop .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-listing.is--act-markenshop .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-wishlist.is--user .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-wishlist.is--user .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-ordercatalogform.is--user .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-ordercatalogform.is--user .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-address.is--user .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-address.is--user .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-account.is--user .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-account.is--user .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-account.is--act-abort .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-account.is--act-abort .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-account.is--act-password .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-account.is--act-password .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-account.is--act-resetPassword .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-account.is--act-resetPassword .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper{margin-left: 14.875rem}.is--ctl-listing:not(.is--act-markenshop) .sidebar-main.has-static-sidebar,.is--ctl-listing:not(.is--act-markenshop) .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-account.is--act-logout .sidebar-main.has-static-sidebar,.is--ctl-account.is--act-logout .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-detail .sidebar-main.has-static-sidebar,.is--ctl-detail .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-note .sidebar-main.has-static-sidebar,.is--ctl-note .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-note.is--user .sidebar-main.has-static-sidebar,.is--ctl-note.is--user .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-note.is--user.is--one-time-account .sidebar-main.has-static-sidebar,.is--ctl-note.is--user.is--one-time-account .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-newsletter .sidebar-main.has-static-sidebar,.is--ctl-newsletter .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-search .sidebar-main.has-static-sidebar,.is--ctl-search .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-checkout .sidebar-main.has-static-sidebar,.is--ctl-checkout .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-register .sidebar-main.has-static-sidebar,.is--ctl-register .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-address .sidebar-main.has-static-sidebar,.is--ctl-address .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-wishlist .sidebar-main.has-static-sidebar,.is--ctl-wishlist .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-paymentcwbpayenginecw .sidebar-main.has-static-sidebar,.is--ctl-paymentcwbpayenginecw .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-listing.is--no-sidebar .sidebar-main.has-static-sidebar,.is--ctl-listing.is--no-sidebar .sidebar-main.off-canvas.has-static-sidebar,.is--ctl-listing .content--consultant-campaign .sidebar-main.has-static-sidebar,.is--ctl-listing .content--consultant-campaign .sidebar-main.off-canvas.has-static-sidebar{display: none}.is--ctl-listing:not(.is--act-markenshop) .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-listing:not(.is--act-markenshop) .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-account.is--act-logout .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-account.is--act-logout .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-detail .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-detail .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-note .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-note .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-note.is--user .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-note.is--user .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-note.is--user.is--one-time-account .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-note.is--user.is--one-time-account .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-newsletter .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-newsletter .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-search .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-search .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-checkout .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-checkout .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-register .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-register .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-address .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-address .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-wishlist .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-wishlist .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-paymentcwbpayenginecw .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-paymentcwbpayenginecw .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-listing.is--no-sidebar .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-listing.is--no-sidebar .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper,.is--ctl-listing .content--consultant-campaign .sidebar-main.has-static-sidebar + .content--wrapper,.is--ctl-listing .content--consultant-campaign .sidebar-main.off-canvas.has-static-sidebar + .content--wrapper{margin: 0}.is--ctl-note .sidebar-main.has-static-sidebar .categories--headline,.is--ctl-note .sidebar-main.off-canvas.has-static-sidebar .categories--headline,.is--ctl-address .sidebar-main.has-static-sidebar .categories--headline,.is--ctl-address .sidebar-main.off-canvas.has-static-sidebar .categories--headline,.is--ctl-account .sidebar-main.has-static-sidebar .categories--headline,.is--ctl-account .sidebar-main.off-canvas.has-static-sidebar .categories--headline,.is--ctl-search .sidebar-main.has-static-sidebar .categories--headline,.is--ctl-search .sidebar-main.off-canvas.has-static-sidebar .categories--headline,.is--ctl-note .sidebar-main.has-static-sidebar .categories--navigation,.is--ctl-note .sidebar-main.off-canvas.has-static-sidebar .categories--navigation,.is--ctl-address .sidebar-main.has-static-sidebar .categories--navigation,.is--ctl-address .sidebar-main.off-canvas.has-static-sidebar .categories--navigation,.is--ctl-account .sidebar-main.has-static-sidebar .categories--navigation,.is--ctl-account .sidebar-main.off-canvas.has-static-sidebar .categories--navigation,.is--ctl-search .sidebar-main.has-static-sidebar .categories--navigation,.is--ctl-search .sidebar-main.off-canvas.has-static-sidebar .categories--navigation{display: none}.is--ctl-forms .sidebar-main.has-static-sidebar .sidebar--categories-navigation,.is--ctl-forms .sidebar-main.off-canvas.has-static-sidebar .sidebar--categories-navigation,.is--ctl-contactform .sidebar-main.has-static-sidebar .sidebar--categories-navigation,.is--ctl-contactform .sidebar-main.off-canvas.has-static-sidebar .sidebar--categories-navigation,.is--ctl-custom .sidebar-main.has-static-sidebar .sidebar--categories-navigation,.is--ctl-custom .sidebar-main.off-canvas.has-static-sidebar .sidebar--categories-navigation{display: block}.sidebar-main.has-static-sidebar .mobile--switches,.sidebar-main.off-canvas.has-static-sidebar .mobile--switches,.sidebar-main.has-static-sidebar .filter--container,.sidebar-main.off-canvas.has-static-sidebar .filter--container,.sidebar-main.has-static-sidebar .navigation--smartphone,.sidebar-main.off-canvas.has-static-sidebar .navigation--smartphone{display: none}.sidebar-main.has-static-sidebar .sidebar--categories-wrapper,.sidebar-main.off-canvas.has-static-sidebar .sidebar--categories-wrapper{display: block}.campaign--box{margin: 0rem 0rem 1.25rem 0rem;display: block}.categories--navigation.is--level0 .navigation--entry:first-child .navigation--link.is--active{border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;background-clip: padding-box}.categories--navigation.is--level1 .navigation--entry:first-child .navigation--link.is--active{border-radius: 0}.sidebar--categories-navigation{margin-bottom: 1.25rem}.sidebar--navigation{border-radius: 3px;border-radius: 0;background-clip: padding-box;border: 0 none}.sidebar--navigation .navigation--entry{padding: 0rem 0rem 0rem 0rem;margin: 0rem 0rem 0rem 0rem}.sidebar--navigation ul.sidebar--navigation{border-radius: 0}.sidebar--navigation .navigation--link{padding: .625rem .625rem .625rem .625rem;display: block}.sidebar--navigation .navigation--link:hover{color: #2d6043}.sidebar--navigation .navigation--link.is--active{color: #777;font-weight: 700}.sidebar--navigation .navigation--link .is--icon-right{transform: translateX(5px)}.sidebar--navigation .is--level1{margin-bottom: .625rem;border: 0 none}.sidebar--navigation .is--level1 .navigation--entry{margin: 0rem 0rem 0rem 1.25rem;border: 0 none}.sidebar--navigation .is--level1 .navigation--link{padding: .3125rem .625rem .3125rem .625rem}.sidebar--navigation .is--level1 .navigation--link.is--active{font-weight: 700;text-shadow: none;color: #777;background: transparent;border: 0 none}.sidebar--navigation .is--level2 .navigation--entry{margin-left: 0rem}.sidebar--navigation .is--level2 .navigation--link{padding-left: 0rem;color: #777;font-size: .875rem}.sidebar--navigation .navigation--level-high{border: 0 none}.shop-sites--container{padding: .9375rem .625rem .9375rem .625rem;margin-bottom: 1.25rem;border: 1px solid #d8dcbf}.shop-sites--container .shop-sites--headline{padding-bottom: .66666667rem;font-size: 1rem;margin-top: 0;border-bottom: 1px solid #d8dcbf;color: #304513;font-weight: 700}.shop-sites--container .shop-sites--navigation,.shop-sites--container .navigation--entry{border: 0 none}.shop-sites--container .shop-sites--navigation .navigation--link,.shop-sites--container .navigation--entry .navigation--link{padding: .3125rem .625rem .3125rem .625rem}.listing--sidebar + .search--results{margin-left: 14.875rem}.listing--sidebar + .search--results .listing--wrapper{float: left}.listing--sidebar + .search--results:after{content: "";display: block;clear: both;float: none}.listing--sidebar.is--hidden + .search--results{margin-left: 0rem}.listing--sidebar.is--hidden + .search--results .listing--wrapper{float: none}body:not(.is--ctl-index) .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry.is--active,body:not(.is--act-manufacturer) .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry.is--active,body:not(.is--ctl-index) .sidebar-main.off-canvas .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry.is--active,body:not(.is--act-manufacturer) .sidebar-main.off-canvas .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry.is--active{display: block}body:not(.is--ctl-index) .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry .navigation--link,body:not(.is--act-manufacturer) .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry .navigation--link,body:not(.is--ctl-index) .sidebar-main.off-canvas .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry .navigation--link,body:not(.is--act-manufacturer) .sidebar-main.off-canvas .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry .navigation--link{font-weight: normal;color: #777}body:not(.is--ctl-index) .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry .navigation--link:hover,body:not(.is--act-manufacturer) .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry .navigation--link:hover,body:not(.is--ctl-index) .sidebar-main.off-canvas .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry .navigation--link:hover,body:not(.is--act-manufacturer) .sidebar-main.off-canvas .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry .navigation--link:hover{color: #2d6043}body:not(.is--ctl-index) .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry.is--current.has--sub-categories > .navigation--list .navigation--entry,body:not(.is--act-manufacturer) .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry.is--current.has--sub-categories > .navigation--list .navigation--entry,body:not(.is--ctl-index) .sidebar-main.off-canvas .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry.is--current.has--sub-categories > .navigation--list .navigation--entry,body:not(.is--act-manufacturer) .sidebar-main.off-canvas .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry.is--current.has--sub-categories > .navigation--list .navigation--entry{display: block}body:not(.is--ctl-index) .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry.is--current > .navigation--link,body:not(.is--act-manufacturer) .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry.is--current > .navigation--link,body:not(.is--ctl-index) .sidebar-main.off-canvas .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry.is--current > .navigation--link,body:not(.is--act-manufacturer) .sidebar-main.off-canvas .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry.is--current > .navigation--link{font-weight: 700}body.is--act-markenshop .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry,body.is--act-markenshop .sidebar-main.off-canvas .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry{display: none}body.is--act-markenshop .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry.is--active,body.is--act-markenshop .sidebar-main.off-canvas .sidebar--categories-wrapper .sidebar--categories-navigation li.navigation--entry.is--active{display: block}}body{overflow-x: hidden}blockquote{box-shadow: none}.content-main{color: #000}hr{border-width: 1px 0 0 0;border-style: solid;border-color: #d8dcbf;position: relative;overflow: visible;padding: 0rem 0rem 1.25rem 0rem;margin: 0}.hr .emotion--html .html--content.panel--body.is--wide{padding-right: 0rem}@media screen and (min-width: 78.75em){.content-main{margin-top: 0rem;color: #000}.is--ctl-index .content-main--inner,.is--ctl-listing .content-main--inner,.is--ctl-customlisting .content-main--inner,.is--ctl-blog  .content-main--inner,.is--ctl-custom .content-main--inner,.is--ctl-contactform .content-main--inner,.is--ctl-wishlist .content-main--inner,.is--ctl-register .content-main--inner,.is--ctl-account .content-main--inner,.is--ctl-address .content-main--inner,.is--ctl-checkout .content-main--inner,.is--ctl-forms .content-main--inner,.is--ctl-ordercatalogform .content-main--inner,.is--ctl-medicationform .content-main--inner,.is--ctl-replydirectorder .content-main--inner,.is--ctl-advantagecardform .content-main--inner{padding: 0rem 0rem 0rem 0rem}.account--profile,.account--address,.reply-direct-order{padding: 0rem 0rem 0rem 0rem}.is--ctl-detail  .content-main--inner,.is--ctl-newsletter .content-main--inner,.is--ctl-register .content-main--inner,.is--ctl-search .content-main--inner,.is--ctl-account.is--act-logout .content-main--inner,.is--ctl-listing .content--consultant-campaign .content-main--inner{padding: 0rem 0rem 0rem .625rem}}@media screen and (min-width: 78.75em){.content-main{margin-top: 0rem;color: #000}.is--ctl-index .content-main--inner,.is--ctl-listing .content-main--inner,.is--ctl-customlisting .content-main--inner,.is--ctl-blog .content-main--inner,.is--ctl-custom .content-main--inner,.is--ctl-campaign .content-main--inner,.is--ctl-contactform .content-main--inner,.is--ctl-wishlist .content-main--inner,.is--ctl-register .content-main--inner,.is--ctl-account .content-main--inner,.is--ctl-address .content-main--inner,.is--ctl-checkout .content-main--inner,.is--ctl-forms .content-main--inner,.is--ctl-ordercatalogform .content-main--inner,.is--ctl-medicationform .content-main--inner,.is--ctl-replydirectorder .content-main--inner,.is--ctl-advantagecardform .content-main--inner{padding: 0rem 0rem 0rem 0rem}.account--profile,.account--address,.reply-direct-order{padding: 0rem 0rem 0rem 0rem}.is--ctl-detail  .content-main--inner,.is--ctl-newsletter .content-main--inner,.is--ctl-register .content-main--inner,.is--ctl-search .content-main--inner,.is--ctl-account.is--act-logout .content-main--inner{padding: 0rem 0rem 0rem .625rem}}.js--modal .modal--checkout-add-article .modal--title{color: #2d6043;border-bottom-width: 0}.js--modal .btn.link--confirm{background: #a8be00;background: #2d6043;border: 0 none;color: #fff}.js--modal .btn.link--confirm:hover{background-color: #d5f100}.js--modal .btn.link--confirm:hover{background: #a8be00}.product--table .row--product .column--product,.product--table .row--voucher .column--product,.product--table .row--discount .column--product,.product--table .row--rebate .column--product{width: 100%}.product--table .column--actions .column--actions-link{background-image: none;background-color: #fff;border-width: 0}.product--table .add-product--button{line-height: 1;border-radius: 0;background-clip: padding-box;border-left-width: 0}.product--table .product--delivery{float: none}.product--table .table--header{display: none}.product--table .column--label{display: block;color: #000;line-height: 1.5rem;margin-bottom: 0rem}.product--table .essential-features-label{display: inline-block;width: 100%;max-width: 160px}.product--table .price--default{color: #000;line-height: 1.5rem}.product--table .price--line-trough{line-height: 1.5rem}.product--table .total-price-price,.product--table .total-price-discount-int,.product--table .total-price-discount-percent,.product--table .total-tax,.product--table .total-price-amount{font-weight: normal;font-size: .875rem;line-height: 1.5rem}.product--table .total-price-discount-int,.product--table .total-price-discount-percent{color: #2d6043;font-weight: 700}.product--table .total-price-discount-int{margin-top: 1.25rem}.product--table .total-discount-int--label,.product--table .total-discount-percent--label,.product--table .tax-price--label,.product--table .total-amount--label{display: inline;width: auto;font-weight: normal;font-size: .875rem;padding-right: 8%}.product--table .total-discount-int--label{font-weight: 700;color: #000}.product--table .row--product .column--unit-price .unit-price--label,.product--table .row--rebate .column--unit-price .unit-price--label,.product--table .row--voucher .column--unit-price .unit-price--label{margin-bottom: 0rem}.product--table .row--product .column--unit-price .price--wrapper,.product--table .row--rebate .column--unit-price .price--wrapper,.product--table .row--voucher .column--unit-price .price--wrapper{font-weight: normal;font-size: .875rem;line-height: 1.5rem;margin-top: 0rem}.product--table .row--product .column--unit-price .price-unit--wrapper,.product--table .row--rebate .column--unit-price .price-unit--wrapper,.product--table .row--voucher .column--unit-price .price-unit--wrapper{margin-top: 0rem}.product--table .row--product .column--total-price,.product--table .row--rebate .column--total-price,.product--table .row--voucher .column--total-price{font-weight: normal;font-size: .875rem;line-height: 1.5rem}.product--table .row--product .column--total-price .total-price--label,.product--table .row--rebate .column--total-price .total-price--label,.product--table .row--voucher .column--total-price .total-price--label{font-weight: 700;margin-bottom: 0rem}.product--table .row--product .column--tax-price,.product--table .row--rebate .column--tax-price,.product--table .row--voucher .column--tax-price{font-weight: normal;font-size: .875rem;line-height: 1.5rem}.product--table .row--product .column--tax-price .tax-price--label,.product--table .row--rebate .column--tax-price .tax-price--label,.product--table .row--voucher .column--tax-price .tax-price--label{margin-bottom: 0rem}.product--table .unit-price--label{text-align: right}.product--table .column--unit-price{text-align: right}.product--table .btn.btn-delete-product{background: transparent;border: 0 none;color: #777;padding: 0;margin-top: 1.25rem}.product--table .btn.btn-delete-product .icon--cross{font-family: sanicon;font-size: 1.25rem}.product--table .btn.btn-delete-product .icon--cross:before{content: "\e935";padding: 0}.product--table .btn.btn-delete-product span{font-size: .75rem}.product--table .delivery-badges-wrapper{display: flex;flex-direction: row;align-items: center}.product--table .delivery-badges-wrapper .product--delivery{flex: 0 0 160px;margin: 0;overflow: hidden}.product--table .delivery-badges-wrapper .product--badge{flex: 0;padding: 0 10px;margin: 0;white-space: nowrap}.product--table .badge--discount{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;text-align: center;position: relative;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem;font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #2d6043;color: #fff}.product--table .badge--discount:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--table .badge--discount:after,.product--table .badge--discount:before{display: none}.product--table .badge--recommend{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;text-align: center;position: relative;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem;font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #2d6043;color: #fff}.product--table .badge--recommend:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--table .badge--recommend:after,.product--table .badge--recommend:before{display: none}.product--table .badge--promotion{font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #a8be00;color: #fff}.product--table .badge--promotion:after,.product--table .badge--promotion:before{display: none}.table--actions .main--actions .btn--checkout-proceed{background: #a8be00;background: #2d6043;border: 0 none;color: #fff}.table--actions .main--actions .btn--checkout-proceed:hover{background-color: #d5f100}.table--actions .main--actions .btn--checkout-proceed:hover{background: #a8be00}.product--table .basket--footer,.product--table .table--aggregation,.product--table .aggregation--list{background-color: #dfe8c3;border: 0}.product--table .basket--footer{margin-top: .625rem}.product--table .table--actions.actions--bottom{margin: 0rem -0.625rem 0rem -0.625rem;padding: .625rem .625rem .625rem .625rem;background-color: #dfe8c3}.product--table .table--actions.actions--bottom .main--actions{margin: 0rem 0rem 0rem 0rem}.product--table .table--actions.actions--bottom .main--actions .btn--continue-shopping{width: 100%;margin-bottom: .625rem}.product--table .add-product--label,.product--table .add-voucher--label,.product--table .advantage-card--label{font-size: .875rem;margin: .625rem 0rem .625rem 0rem}.product--table .add-voucher--panel,.product--table .add-product--panel,.product--table .advantage-card--panel{flex-direction: column;background-color: #fff;border-width: 0 0 1px 0;border-color: #d8dcbf;color: #000;margin: 0rem 0rem 0rem 0rem;padding: .625rem 0rem .625rem 0rem}.product--table .add-product--panel.panel--flex{border-bottom: 1px solid #d8dcbf}.product--table .add-product--panel.panel--flex .add-product-wrapper{flex-direction: row}.product--table .add-product--form,.product--table .add-voucher--form,.product--table .advantage-card--form{width: 100%;margin: 0}.product--table .add-product--form .select-field{order: 2;width: 19%;margin-left: 1%}.product--table .add-product--form .select-field > select{border-color: #d8dcbf}.product--table .add-product--form .add-product--field{order: 1;width: 80%}.product--table .advantage-card--form .advantage-cart--advantages-list{padding: .625rem 0rem .625rem 0rem;font-size: .6875rem}.product--table .advantage-card--form .advantage-cart--advantages-list ul > li{line-height: 1.25rem}.product--table .advantage-card--form .advantage--panel{margin-right: 0;margin-left: 0;padding: .625rem}.product--table .advantage-card--form .advantagecard--image{display: none}.product--table .advantage-card--form .advantagecard--image.certificate img{width: 75%}.product--table .add-voucher--field{width: 100%}.product--table .add-product--field,.product--table .add-voucher--field{border-color: #d8dcbf;border-radius: 0;background-clip: padding-box;height: 2.5rem}.product--table .add-product--button,.product--table .add-voucher--button,.product--table .advantage-card--button{width: 100%;border-width: 1px;margin-top: .625rem;border-radius: 0;background-clip: padding-box}.product--table .table--actions-wrapper .table--actions{padding-bottom: 0}.product--table .table--actions-wrapper .table-footer-actions{padding: 0rem .625rem 0rem .625rem}.product--table .table--actions-wrapper .table-footer-actions:after{content: "";display: table;clear: both}.product--table .table--actions-wrapper .table-footer-actions .is--secondary,.product--table .table--actions-wrapper .table-footer-actions .is--primary{width: 23%;min-width: 160px}.aggregation--list .entry--total{color: #000}.aggregation--list .entry--total{margin-top: 1.25rem}.aggregation--list .entry--discount-total{color: #2d6043}.atsd-order-gifts .panel--title.is--underline{margin-bottom: .9375rem}.is--act-cart .emotion--upselling .emotion--container{margin-top: 0rem;margin-bottom: 0rem}.is--act-cart .emotion--upselling .box--emotion .product--image{height: 7.25rem}.is--act-cart .emotion--upselling .box--emotion .product--price-info{min-height: auto;height: auto}.is--act-cart .emotion--upselling .emotion--mode-rows .emotion--product-slider .list--delivery-status{display: none}.content--confirm .payment--method .icon--info{background-color: #e2001a;color: #fff}.content--confirm .payment--method .method--lastschrift-info,.content--confirm .payment--method .method--kreditkarte-info{background-color: #2d6043;color: #fff}.content--confirm .confirm--actions .main--actions{background: #a8be00;background: #2d6043;border: 0 none;color: #fff}.content--confirm .confirm--actions .main--actions:hover{background-color: #d5f100}.content--confirm .confirm--actions .main--actions:hover{background: #a8be00}.premium-product .product--inner .premium-product--badge{right: -16px}@media screen and (min-width: 30em){.product--table .row--product .column--quantity{width: 18%}.product--table .row--product .column--unit-price,.product--table .row--product .column--tax-price{width: 30%}.product--table .row--product .column--total-price{width: 38%}.product--table .row--voucher .column--total-price{width: 100%}.product--table .row--rebate .column--total-price{width: 38%}.product--table .table--actions.actions--bottom .main--actions .btn--continue-shopping{width: 49%}.product--table .unit-price--label{text-align: left}.product--table .column--unit-price{text-align: left}.product--table .add-product--label,.product--table .add-voucher--label{font-size: .875rem;margin: 0rem 0rem 0rem 0rem}.product--table .add-voucher--panel,.product--table .add-product--panel,.product--table .advantage-card--panel{flex-direction: row;padding: .625rem 0rem .625rem 0rem}.product--table .add-voucher--panel .col-medium-4,.product--table .add-product--panel .col-medium-4,.product--table .advantage-card--panel .col-medium-4{flex-basis: 33.33333333%;max-width: 33.33333333%;display: flex;flex-direction: column}.product--table .add-product--form .select-field{order: 2;width: 30%;margin-left: 1%}.product--table .add-product--form .select-field > select{border-color: #d8dcbf}.product--table .add-product--form .add-product--field{order: 1;width: 60%}.product--table .add-voucher--field{width: 90%}.product--table .add-product--button,.product--table .add-voucher--button{width: auto;margin: 0}.is--act-cart .emotion--upselling .emotion--mode-rows .emotion--product-slider{height: 26.25rem}}@media screen and (min-width: 48em){.product--table .panel--body{padding: 1.25rem 0rem 1.25rem 0rem}.product--table .row--product .column--product,.product--table .row--voucher .column--product,.product--table .row--discount .column--product,.product--table .row--rebate .column--product{width: 90%}.product--table .row--product .column--quantity,.product--table .row--voucher .column--quantity,.product--table .row--discount .column--quantity,.product--table .row--rebate .column--quantity{width: 15%}.product--table .row--product .column--unit-price,.product--table .row--voucher .column--unit-price,.product--table .row--discount .column--unit-price,.product--table .row--rebate .column--unit-price,.product--table .row--product .column--tax-price,.product--table .row--voucher .column--tax-price,.product--table .row--discount .column--tax-price,.product--table .row--rebate .column--tax-price{width: 30%}.product--table .row--product .column--total-price,.product--table .row--voucher .column--total-price,.product--table .row--discount .column--total-price,.product--table .row--rebate .column--total-price{width: 55%}.product--table .row--voucher .column--total-price{width: 100%;margin-left: 0rem}.product--table .row--rebate .column--total-price{width: 100%}.product--table .column--quantity .select-field{float: left}.product--table .basket--footer{border: 0;margin: .625rem 0rem -1.25rem 0rem}.product--table .aggregation--list{padding-right: .625rem}.product--table .table--actions.actions--bottom{padding-right: .625rem;margin: 0rem 0rem 0rem 0rem}.product--table .table--actions.actions--bottom .main--actions{margin: 0rem}.product--table .table--actions.actions--bottom .main--actions .btn--continue-shopping{width: 29%;left: 29%;transform: translateX(29%)}}@media screen and (min-width: 64em){.product--table .row--product .column--product,.product--table .row--voucher .column--product,.product--table .row--discount .column--product,.product--table .row--rebate .column--product{width: 50%}.product--table .row--product .column--quantity,.product--table .row--voucher .column--quantity,.product--table .row--discount .column--quantity,.product--table .row--rebate .column--quantity{width: 10%}.product--table .row--product .column--unit-price,.product--table .row--voucher .column--unit-price,.product--table .row--discount .column--unit-price,.product--table .row--rebate .column--unit-price,.product--table .row--product .column--tax-price,.product--table .row--voucher .column--tax-price,.product--table .row--discount .column--tax-price,.product--table .row--rebate .column--tax-price{width: 17%}.product--table .row--product .column--total-price,.product--table .row--voucher .column--total-price,.product--table .row--discount .column--total-price,.product--table .row--rebate .column--total-price{width: 23%}.product--table .row--voucher .column--total-price{width: 50%}.product--table .row--rebate .column--total-price{width: 22%}.is--act-cart .emotion--upselling .emotion--mode-rows .emotion--product-slider .product-slider--title{height: auto;padding-bottom: .625rem}}@media screen and (min-width: 78.75em){.product--table .row--voucher .column--total-price{width: 50%}.product--table .row--rebate .column--total-price{width: 50%}.product--table .advantage-card--form .advantagecard--image{display: unset}.content--basket .product--table{margin-top: 1.5625rem}}.listing--header-count{float: right;position: relative;font-size: .875rem;margin-top: -1.4375rem;padding-right: .625rem;display: inline-block;color: #fff}.action--filter-btn .filter--trigger.btn .action--collapse-icon{border-radius: 0;background-clip: padding-box}.action--filter-options .filter--close-btn .icon--arrow-right{margin-top: 0}.listing--container{width: 100%}.listing--content > .seotext--above{margin-top: 0rem}.listing--content > .seotext--above .panel--title.is--underline{padding-top: 0rem}label.filter-panel--title{color: #777}label.filter-panel--title:hover{color: #2d6043}.is--ctl-customlisting .listing--actions-outer{border-bottom: 0 none;margin-bottom: 0}.category--teaser{margin-left: 0;margin-right: 0;margin-bottom: .625rem}@media screen and (min-width: 48em){.listing--header-count{float: none;color: #999;margin: 0;padding: .75rem .625rem 0rem 0rem}.listing--content{padding-top: 0rem;margin-top: 0rem}.listing--content > .seotext--above{margin-top: 0rem}.listing--content > .seotext--above .panel--title.is--underline{padding-top: 0rem}.listing--content .select--field > select,.listing--content .action--sort .sort--select .sort--field{color: #777}.listing--content .select--field > select:hover,.listing--content .action--sort .sort--select .sort--field:hover{color: #2d6043}.listing--content .action--filter-options{top: -2.9375rem}.listing--content .action--sort.is--hidden + .action--filter-options{top: -0.0625rem}.is--ctl-customlisting .listing--actions-outer{border-bottom: 0 none;margin-bottom: 0}.category--teaser{margin-left: 0;margin-right: 0;margin-bottom: 2.5rem}.category--teaser .hero--headline{margin-bottom: 2.5rem}}@media screen and (min-width: 64em){.listing--content .listing--actions{padding-top: 0}.listing--content .listing--actions:after{display: table;float: none;clear: both}.listing--content .listing--actions-outer{height: 2.5rem;margin-bottom: 4.375rem;border-top: 1px solid #d8dcbf;border-bottom: 1px solid #d8dcbf}.listing--content .action--filter-options{top: -2.3125rem}.listing--content .action--sort.is--hidden + .action--filter-options{top: -0.0625rem}.listing--content .filter--facet-container{padding-top: 0}.listing--content .filter--facet-container .filter-panel{margin-bottom: 0;border-color: #d8dcbf;border-left: 0;border-top: 0;border-bottom: 0}.listing--content .action--sort{height: 2.25rem}.listing--content .action--sort .sort--select{height: 2.25rem}.listing--content .action--sort .sort--select .sort--field{border: 0;line-height: 2.25rem;height: 2.25rem}.is--ctl-customlisting .listing--actions-outer{border-bottom: 0 none;margin-bottom: 0}}@media screen and (min-width: 78.75em){.listing--content .action--filter-options{top: -2.9375rem}.listing--content .action--sort.is--hidden + .action--filter-options{top: -0.0625rem}}@media screen and (min-width: 78.75em){.listing--content .action--sort .sort--label{display: none}}.finish--content .container{display: block;height: auto;text-align: center;border-bottom: 1px solid #d8dcbf}.finish--content .container .item{padding: .625rem .625rem .625rem .625rem}.finish--content .container .advantagecard--card{text-align: left}.finish--content .container .advantagecard--hints{font-weight: 700;color: #777}.finish--content .container .advantagecard--order-link a{display: block;padding: .625rem .625rem .625rem .625rem;background: red;text-align: center;color: #fff;border-radius: 10px;font-weight: 700}.finish--content .teaser--text{color: #777}.finish--content .teaser--title{background: 0 none;color: #2d6043;font-weight: normal;text-transform: none;font-size: 1.25rem}#modal--tagmanager-sovendus iframe{transform: translateY(35px)}.trustCheckoutWrapper{display: flex;justify-content: center}@media screen and (min-width: 30em){.finish--content .container{display: flex;height: auto;text-align: center}.finish--content .container .item{flex-basis: auto;height: 100px}.finish--content .container .advantagecard--card{text-align: left;width: 20%}.finish--content .container .advantagecard--hints{width: 50%;text-align: left}.finish--content .container .advantagecard--order-link{width: 30%}}#advantage-card-content .advantagecard--image img{max-width: 12.5rem;margin-bottom: 1.25rem}#advantage-card-content .has--label label select{margin: .375rem 0rem 1.25rem 0rem;height: auto}#advantage-card-content .has--label .js--fancy-select{height: 3.75rem}#advantage-card-content .select-field.has--label{height: auto;max-width: none}#advantage-card-content .address--birthdate .field--select{margin-bottom: 0rem}@media screen and (min-width: 64em){#advantage-card-content .advantagecard--image{float: right}#advantage-card-content .advantagecard--image img{margin-left: 1.25rem}.address--country.select-field,.advantagecard--title.select-field{max-width: 100%}}.emotion--element .category-description{color: black;line-height: 1rem;max-width: 1160px}.emotion--element .category-description h1.over-image.blue{color: #304513;position: relative;font-size: 200%;margin: -3em 0 1em 0;text-transform: uppercase;font-weight: bold}.emotion--element .category-description h1.over-image.blue span{display: block;font-size: 50%}.emotion--element .category-description h2{color: #2d6043;font-size: 115%;font-weight: bold;width: 96%;padding: 1em 2%;margin: 0}.emotion--element .category-description .dynamic-banner{clear: both;float: left;border: 1px solid #9d9d9d;border-width: 0 1px 1px 1px;width: 99.75%;margin: 1em auto}.emotion--element .category-description .dynamic-banner .h2{font-weight: bold;width: 100%;color: #fff;padding: .35em 2%;background: #2d6043}.emotion--element .category-description .dynamic-banner .boxContent{position: relative;float: left;width: 100%}.emotion--element .category-description .dynamic-banner .image{float: left;width: 20%}.emotion--element .category-description .dynamic-banner .desc.no1{font-weight: bold}.emotion--element .category-description .dynamic-banner .desc.no2{font-size: 85%}.emotion--element .category-description .dynamic-banner .desc{float: left;width: 45%;line-height: 1.25;padding: .5em 2.5% 0}.emotion--element .category-description .boxProduct{position: relative;display: table-cell;float: left;border-bottom: 1px solid #9d9d9d;color: #000;font-size: 85%;line-height: 1.5em;width: 94.5%;min-height: 9em;padding: 1.5%;margin: 1.5% 0 0 0;overflow: hidden}.emotion--element .category-description .dynamic-banner .boxProduct{position: static;float: left;border: 0;width: 47.5%;margin: 0;overflow: visible;padding: 0 2.5% 3.25em 2.5%}.emotion--element .category-description .dynamic-banner .boxProduct h2{font-size: 110%;padding: .75em 0 .25em;text-transform: none;width: 100%;height: auto;margin-right: 0;margin-left: 0;color: #000;font-weight: bold}.emotion--element .category-description .dynamic-banner .boxProduct a.photo{height: 70%;margin-bottom: 2rem;top: 5%}.emotion--element .category-description .dynamic-banner .boxProduct a.photo,.emotion--element .category-description .dynamic-banner .boxProduct .addToCartProductForm{position: absolute;width: 26%;margin: 0 auto;right: 2%}.emotion--element .category-description .boxProduct a.photo{position: relative;float: left;width: 20%;min-width: 100px;min-height: 125px}.emotion--element .category-description .boxProduct a{color: inherit}.emotion--element .category-description header{border: 0;outline: 0;font-size: 100%;text-rendering: optimizelegibility;vertical-align: baseline;padding: 0;margin: 0;display: block}.emotion--element .category-description .boxProduct header{text-transform: none;width: 100%;height: auto;padding-right: 0;padding-left: 0;margin-right: 0;margin-left: 0;float: left}.emotion--element .category-description dl.productInfos{height: 2em;text-transform: none;width: 100%;margin-right: 0;margin-left: 0;margin-top: .5em;margin-bottom: .5em;overflow: hidden;line-height: 1em;position: relative;float: left;clear: both;padding: 0;border: 0;outline: 0;font-size: 100%;text-rendering: optimizelegibility;vertical-align: baseline}.emotion--element .category-description .dynamic-banner .boxProduct h2{font-size: 110%;padding: .75em 0 .25em}.emotion--element .category-description dl,.emotion--element .category-description dt,.emotion--element .category-description dd{margin: 0;padding: 0}.emotion--element .category-description .boxProduct dd,.emotion--element .category-description .boxProduct dt.pzn,.emotion--element .category-description .boxProduct dt.listPrice,.emotion--element .category-description .boxProduct dt.yourPrice{display: inline}.emotion--element .category-description .boxProduct dt{display: none}.emotion--element .category-description .boxProduct dd.quantity{border-left: 1px solid #444;padding: 0 3px;margin-left: 4px}.emotion--element .category-description .boxProduct dd.producer{border-left: 1px solid #444;padding-left: 4px}.emotion--element .category-description .dynamic-banner .boxProduct dt.yourPrice,.emotion--element .category-description .dynamic-banner .boxProduct dd.yourPrice{color: #a8be00}.emotion--element .category-description .boxProduct dd.listPrice,.emotion--element .category-description .one-plus-one .listPrice span{text-decoration: line-through}.emotion--element .category-description .boxProduct .productPrice dt{padding-right: 4px;clear: both;float: left}.emotion--element .category-description .boxProduct .productPrice dd{clear: none;float: left}.emotion--element .category-description .boxProduct .productPrice dd.groundPrice{clear: both}.emotion--element .category-description .boxProduct .productPrice em,.emotion--element .category-description .boxProduct .productPrice dd.youSave,.emotion--element .category-description .boxProduct hr{display: none}.emotion--element .category-description .boxProduct .yourPrice{font-size: 140%;font-weight: bold;line-height: 1.1em;white-space: nowrap}.emotion--element .category-description .dynamic-banner .boxProduct .productExtra .youSave{display: block;line-height: 1;color: #a8be00;font-weight: bold;top: 1.5em;left: 50%}.emotion--element .category-description .productInformations{text-transform: none;width: 100%;height: auto;position: relative;float: left;border: 0;outline: 0;font-size: 100%;text-rendering: optimizelegibility;vertical-align: baseline;padding: 0;margin: 0}.emotion--element .category-description .dynamic-banner .boxProduct .productPrice,.emotion--element .category-description .dynamic-banner .boxProduct .productExtra{width: 60%;height: auto}.emotion--element .category-description .boxContent .boxProduct dl,.emotion--element .category-description .boxContent .boxProduct dt,.emotion--element .category-description .boxContent .boxProduct dd{width: auto;padding-bottom: 0}.emotion--element .category-description .boxProduct .productPrice,.emotion--element .category-description .boxProduct .productExtra{position: relative;float: left;width: 50%;height: 4.5em;line-height: 1.5em;overflow: hidden}.emotion--element .category-description .boxContent dl{clear: both;float: left;width: 100%;padding-bottom: 1em}.emotion--element .category-description .boxProduct .productExtra{height: 4em;padding: 1.5em 0 0 0}.emotion--element .category-description .dynamic-banner .boxProduct .productExtra{float: right;width: 40%;height: auto}.emotion--element .category-description p{font-size: 85%;width: 96%;padding: 0 2% .5em 2%;margin: 0rem 0rem .5rem 0rem;line-height: 1rem}.emotion--element .category-description h3{color: black;padding: 0 2% .5em 2%;margin: .5rem 0rem}.emotion--element .category-description ul{list-style: none}.emotion--element .category-description ul li{list-style: disc;margin-left: 4%;line-height: 1.5em}.emotion--element .category-description table td{color: black}.emotion--element .category-description .wide-3 img{width: 23%}.emotion--element .category-description .container{position: relative;clear: both}.emotion--element .category-description .info-box{background-color: #2d6043;color: #fff}.emotion--element .category-description .info-box h3{color: #fff}.emotion--element .category-description .arrow-open{position: absolute;right: 176px;bottom: -9px;z-index: 1}.emotion--element .category-description .arrow-close{position: absolute;right: 176px;bottom: -18px;z-index: 1}[data-preview-pzn-async]{position: relative}.rat-und-tat-tooltip{width: 180px;min-height: 300px;margin: 8px;padding: 8px;border: 1px solid #000;background-color: white;position: absolute;top: -310px;left: 0;z-index: 2;color: black;line-height: 1rem}.rat-und-tat-tooltip .product-image img{margin: 10px auto}.rat-und-tat-tooltip .product-name{font-weight: bold;font-size: 14px;margin: 5px 0}.rat-und-tat-tooltip .product-preis{font-weight: bold;font-size: 100%;margin: 5px 0}.rat-und-tat-tooltip .product-unit,.rat-und-tat-tooltip .product-reference-unit{margin: 5px 0}.rat-und-tat-tooltip .add-basket-form .basket-form-buttons{width: 100%;overflow: auto}.rat-und-tat-tooltip .add-basket-form .basket-form-buttons .text-field{float: left;width: 25%;margin-right: 5%}.rat-und-tat-tooltip .add-basket-form .basket-form-buttons .buybox--button{float: left;width: 70%;line-height: normal;height: 2.5rem}.rat-und-tat-tooltip .add-basket-form .basket-form-buttons .buybox--button .icon--basket{font-size: 1.6875rem}.product--box .box--content,.box--emotion .box--content,.emotion--product-slider .box--emotion .box--content,.box--slider .box--content{padding: 0rem 0rem .625rem 0rem}.product--box .product--info,.box--emotion .product--info,.emotion--product-slider .box--emotion .product--info,.box--slider .product--info{padding-left: 40%;flex: 1;max-width: 100%}.product--box .product--info:after,.box--emotion .product--info:after,.emotion--product-slider .box--emotion .product--info:after,.box--slider .product--info:after{content: "";display: table;clear: both}.product--box .product--image,.box--emotion .product--image,.emotion--product-slider .box--emotion .product--image,.box--slider .product--image{position: absolute;z-index: 1;left: 0;top: 50%;width: 40%;transform: translateY(-50%);padding: 1.5625rem .625rem .625rem .625rem}.product--box .product--title,.box--emotion .product--title,.emotion--product-slider .box--emotion .product--title,.box--slider .product--title{font-size: .875rem;line-height: 1.25rem;font-weight: 700;color: #2d6043;text-align: left;padding: 0rem 0rem 0rem 0rem}.product--box .listing--article-unit-price,.box--emotion .listing--article-unit-price,.emotion--product-slider .box--emotion .listing--article-unit-price,.box--slider .listing--article-unit-price{display: block}.product--box .listing--other-unit-sizes,.box--emotion .listing--other-unit-sizes,.emotion--product-slider .box--emotion .listing--other-unit-sizes,.box--slider .listing--other-unit-sizes{font-size: .75rem;color: #2d6043;text-decoration: none;float: none;clear: both;margin-bottom: .625rem}.product--box .product--price-info,.box--emotion .product--price-info,.emotion--product-slider .box--emotion .product--price-info,.box--slider .product--price-info{height: auto;float: left}.product--box .product--price,.box--emotion .product--price,.emotion--product-slider .box--emotion .product--price,.box--slider .product--price{height: auto}.product--box .product--price .price--default,.box--emotion .product--price .price--default,.emotion--product-slider .box--emotion .product--price .price--default,.box--slider .product--price .price--default{font-size: .875rem;line-height: 1.75rem;font-weight: 700;color: #2d6043;display: block;text-align: left}.product--box .product--price .price--default.is--discount,.box--emotion .product--price .price--default.is--discount,.emotion--product-slider .box--emotion .product--price .price--default.is--discount,.box--slider .product--price .price--default.is--discount{font-size: .875rem;line-height: .75rem;font-weight: 700;color: #2d6043;display: block;text-align: left}.product--box .product--price .price--label,.box--emotion .product--price .price--label,.emotion--product-slider .box--emotion .product--price .price--label,.box--slider .product--price .price--label{display: none}.product--box .liveshopping--container.liveshopping--product--price,.box--emotion .liveshopping--container.liveshopping--product--price,.emotion--product-slider .box--emotion .liveshopping--container.liveshopping--product--price,.box--slider .liveshopping--container.liveshopping--product--price{padding: .3125rem .625rem .3125rem .625rem}.product--box .liveshopping--container.liveshopping--product--price .price--default.is--discount,.box--emotion .liveshopping--container.liveshopping--product--price .price--default.is--discount,.emotion--product-slider .box--emotion .liveshopping--container.liveshopping--product--price .price--default.is--discount,.box--slider .liveshopping--container.liveshopping--product--price .price--default.is--discount{font-size: .875rem;font-weight: 700}.product--box .listing--article-hints,.box--emotion .listing--article-hints,.emotion--product-slider .box--emotion .listing--article-hints,.box--slider .listing--article-hints{color: #000;margin-bottom: 1.25rem;font-size: .75rem;white-space: normal;overflow: hidden;line-height: 1rem;display: table}.product--box .listing--article-hints .price--unit,.box--emotion .listing--article-hints .price--unit,.emotion--product-slider .box--emotion .listing--article-hints .price--unit,.box--slider .listing--article-hints .price--unit{height: auto;display: table-footer-group}.product--box .listing--article-hints .price--unit .list--article-unit,.box--emotion .listing--article-hints .price--unit .list--article-unit,.emotion--product-slider .box--emotion .listing--article-hints .price--unit .list--article-unit,.box--slider .listing--article-hints .price--unit .list--article-unit{display: none}.product--box .listing--discount-info,.box--emotion .listing--discount-info,.emotion--product-slider .box--emotion .listing--discount-info,.box--slider .listing--discount-info,.product--box .liveshopping--discount-info,.box--emotion .liveshopping--discount-info,.emotion--product-slider .box--emotion .liveshopping--discount-info,.box--slider .liveshopping--discount-info{display: none;color: #e2001a;font-weight: 700;font-size: .875rem;line-height: 1.125rem;margin-top: .1875rem;margin-bottom: 0rem}.product--box .liveshopping--discount-info,.box--emotion .liveshopping--discount-info,.emotion--product-slider .box--emotion .liveshopping--discount-info,.box--slider .liveshopping--discount-info{position: absolute;z-index: 1;transform: translateY(-33px)}.product--box .product--badges,.box--emotion .product--badges,.emotion--product-slider .box--emotion .product--badges,.box--slider .product--badges{right: auto;left: 0;top: 0;z-index: 750;width: 40%;display: flex;flex-wrap: wrap;flex-direction: row}.product--box .product--badges .product--badge:not(:last-child),.box--emotion .product--badges .product--badge:not(:last-child),.emotion--product-slider .box--emotion .product--badges .product--badge:not(:last-child),.box--slider .product--badges .product--badge:not(:last-child){margin-left: 0;margin-right: .3125rem}.product--box .product--badges .badge--discount,.box--emotion .product--badges .badge--discount,.emotion--product-slider .box--emotion .product--badges .badge--discount,.box--slider .product--badges .badge--discount{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;text-align: center;position: relative;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem;font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #2d6043;color: #fff}.product--box .product--badges .badge--discount:before,.box--emotion .product--badges .badge--discount:before,.emotion--product-slider .box--emotion .product--badges .badge--discount:before,.box--slider .product--badges .badge--discount:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--box .product--badges .badge--discount:after,.box--emotion .product--badges .badge--discount:after,.emotion--product-slider .box--emotion .product--badges .badge--discount:after,.box--slider .product--badges .badge--discount:after,.product--box .product--badges .badge--discount:before,.box--emotion .product--badges .badge--discount:before,.emotion--product-slider .box--emotion .product--badges .badge--discount:before,.box--slider .product--badges .badge--discount:before{display: none}.product--box .product--badges .badge--discount-percent,.box--emotion .product--badges .badge--discount-percent,.emotion--product-slider .box--emotion .product--badges .badge--discount-percent,.box--slider .product--badges .badge--discount-percent{margin-right: .3125rem}.product--box .product--badges .badge--recommend,.box--emotion .product--badges .badge--recommend,.emotion--product-slider .box--emotion .product--badges .badge--recommend,.box--slider .product--badges .badge--recommend{font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #a8be00;color: #fff}.product--box .product--badges .badge--recommend:after,.box--emotion .product--badges .badge--recommend:after,.emotion--product-slider .box--emotion .product--badges .badge--recommend:after,.box--slider .product--badges .badge--recommend:after,.product--box .product--badges .badge--recommend:before,.box--emotion .product--badges .badge--recommend:before,.emotion--product-slider .box--emotion .product--badges .badge--recommend:before,.box--slider .product--badges .badge--recommend:before{display: none}.product--box .product--badges .badge--recommend.promotionBadge,.box--emotion .product--badges .badge--recommend.promotionBadge,.emotion--product-slider .box--emotion .product--badges .badge--recommend.promotionBadge,.box--slider .product--badges .badge--recommend.promotionBadge{font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #a8be00;color: #fff}.product--box .product--badges .badge--recommend.promotionBadge:after,.box--emotion .product--badges .badge--recommend.promotionBadge:after,.emotion--product-slider .box--emotion .product--badges .badge--recommend.promotionBadge:after,.box--slider .product--badges .badge--recommend.promotionBadge:after,.product--box .product--badges .badge--recommend.promotionBadge:before,.box--emotion .product--badges .badge--recommend.promotionBadge:before,.emotion--product-slider .box--emotion .product--badges .badge--recommend.promotionBadge:before,.box--slider .product--badges .badge--recommend.promotionBadge:before{display: none}.product--box .product--badges .product--badge:nth-child(3),.box--emotion .product--badges .product--badge:nth-child(3),.emotion--product-slider .box--emotion .product--badges .product--badge:nth-child(3),.box--slider .product--badges .product--badge:nth-child(3){display: none}.product--box .product--onpack-image,.box--emotion .product--onpack-image,.emotion--product-slider .box--emotion .product--onpack-image,.box--slider .product--onpack-image{display: none}.product--box .product--info-icons,.box--emotion .product--info-icons,.emotion--product-slider .box--emotion .product--info-icons,.box--slider .product--info-icons{left: 0;top: auto;bottom: 0;height: 7.5rem}.product--box .product--info-icons .product--info-icon [class^="sanicon-"],.box--emotion .product--info-icons .product--info-icon [class^="sanicon-"],.emotion--product-slider .box--emotion .product--info-icons .product--info-icon [class^="sanicon-"],.box--slider .product--info-icons .product--info-icon [class^="sanicon-"]{position: absolute;top: 0;left: 0;width: 100%;font-size: 1.875rem;line-height: 1.875rem}.product--box .product--info-icons .product--info-icon [class^="sanicon-"]:hover + .product--info-label,.box--emotion .product--info-icons .product--info-icon [class^="sanicon-"]:hover + .product--info-label,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon [class^="sanicon-"]:hover + .product--info-label,.box--slider .product--info-icons .product--info-icon [class^="sanicon-"]:hover + .product--info-label{font-weight: 300;font-size: 14px;color: #777;text-align: left;background: #666;border: 1px solid #666;color: #fff;white-space: nowrap;padding: .3125rem .75rem .3125rem .75rem;border-radius: 15px;display: block;position: absolute;z-index: 760;left: 2.25rem;top: 0}.product--box .product--info-icons .product--info-icon .has--multiple-lines:hover + .product--info-label,.box--emotion .product--info-icons .product--info-icon .has--multiple-lines:hover + .product--info-label,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon .has--multiple-lines:hover + .product--info-label,.box--slider .product--info-icons .product--info-icon .has--multiple-lines:hover + .product--info-label{font-size: .75rem;line-height: 1.25rem;white-space: normal;height: auto;width: 11.25rem}.product--box .product--info-icons .product--info-icon .sanicon--reciept,.box--emotion .product--info-icons .product--info-icon .sanicon--reciept,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon .sanicon--reciept,.box--slider .product--info-icons .product--info-icon .sanicon--reciept{color: #ac1a0c}.product--box .product--info-icons .product--info-icon .sanicon--vegan,.box--emotion .product--info-icons .product--info-icon .sanicon--vegan,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon .sanicon--vegan,.box--slider .product--info-icons .product--info-icon .sanicon--vegan{color: #457d3a}.product--box .product--info-icons .product--info-icon .sanicon--bio,.box--emotion .product--info-icons .product--info-icon .sanicon--bio,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon .sanicon--bio,.box--slider .product--info-icons .product--info-icon .sanicon--bio{color: #7fa74c}.product--box .product--info-icons .product--info-icon .sanicon--reimport,.box--emotion .product--info-icons .product--info-icon .sanicon--reimport,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon .sanicon--reimport,.box--slider .product--info-icons .product--info-icon .sanicon--reimport{color: #0d547d}.product--box .product--info-icons .product--info-icon .sanicon--animal,.box--emotion .product--info-icons .product--info-icon .sanicon--animal,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon .sanicon--animal,.box--slider .product--info-icons .product--info-icon .sanicon--animal{color: #d72117}.product--box .product--info-icons .product--info-icon .sanicon--kuehlprodukt,.box--emotion .product--info-icons .product--info-icon .sanicon--kuehlprodukt,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon .sanicon--kuehlprodukt,.box--slider .product--info-icons .product--info-icon .sanicon--kuehlprodukt{color: #0094c8}.product--box .product--info-icons .product--info-icon.info-icon--tip,.box--emotion .product--info-icons .product--info-icon.info-icon--tip,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon.info-icon--tip,.box--slider .product--info-icons .product--info-icon.info-icon--tip{color: #2d6043}.product--box .delivery--information,.box--emotion .delivery--information,.emotion--product-slider .box--emotion .delivery--information,.box--slider .delivery--information{display: none;margin-bottom: .625rem}.product--box .delivery--information .delivery--text,.box--emotion .delivery--information .delivery--text,.emotion--product-slider .box--emotion .delivery--information .delivery--text,.box--slider .delivery--information .delivery--text{font-size: .75rem;color: #000}.product--box .delivery--information .delivery--text .delivery--status-icon:before,.box--emotion .delivery--information .delivery--text .delivery--status-icon:before,.emotion--product-slider .box--emotion .delivery--information .delivery--text .delivery--status-icon:before,.box--slider .delivery--information .delivery--text .delivery--status-icon:before{content: "";display: inline-block;height: 10px;width: 10px}.product--box .delivery--information .delivery--text .delivery--status-available:before,.box--emotion .delivery--information .delivery--text .delivery--status-available:before,.emotion--product-slider .box--emotion .delivery--information .delivery--text .delivery--status-available:before,.box--slider .delivery--information .delivery--text .delivery--status-available:before{background-color: green}.product--box .delivery--information .delivery--text .delivery--status-more-is-coming:before,.box--emotion .delivery--information .delivery--text .delivery--status-more-is-coming:before,.emotion--product-slider .box--emotion .delivery--information .delivery--text .delivery--status-more-is-coming:before,.box--slider .delivery--information .delivery--text .delivery--status-more-is-coming:before{background-color: yellow}.product--box .delivery--information .delivery--text .delivery--status-not-available:before,.box--emotion .delivery--information .delivery--text .delivery--status-not-available:before,.emotion--product-slider .box--emotion .delivery--information .delivery--text .delivery--status-not-available:before,.box--slider .delivery--information .delivery--text .delivery--status-not-available:before{background-color: red}.product--box .product--btn-container,.box--emotion .product--btn-container,.emotion--product-slider .box--emotion .product--btn-container,.box--slider .product--btn-container{float: right}.product--box .product--btn-container .buybox--form,.box--emotion .product--btn-container .buybox--form,.emotion--product-slider .box--emotion .product--btn-container .buybox--form,.box--slider .product--btn-container .buybox--form{padding: 0}.product--box .buybox--form .buybox--button,.box--emotion .buybox--form .buybox--button,.emotion--product-slider .box--emotion .buybox--form .buybox--button,.box--slider .buybox--form .buybox--button{display: flex;justify-content: center;align-items: center;width: auto;min-width: 75px;padding: 7px 20px;border-color: #a8be00;background-color: #a8be00}.product--box .buybox--form .buybox--button:hover,.box--emotion .buybox--form .buybox--button:hover,.emotion--product-slider .box--emotion .buybox--form .buybox--button:hover,.box--slider .buybox--form .buybox--button:hover{border-color: #d5f100;background-color: #d5f100}.product--box .buybox--form .buybox--button .buy-btn--cart-text,.box--emotion .buybox--form .buybox--button .buy-btn--cart-text,.emotion--product-slider .box--emotion .buybox--form .buybox--button .buy-btn--cart-text,.box--slider .buybox--form .buybox--button .buy-btn--cart-text,.product--box .buybox--form .buybox--button .buy-btn--cart-add,.box--emotion .buybox--form .buybox--button .buy-btn--cart-add,.emotion--product-slider .box--emotion .buybox--form .buybox--button .buy-btn--cart-add,.box--slider .buybox--form .buybox--button .buy-btn--cart-add{padding-right: 5px;display: none}.product--box .buybox--form i.icon--basket,.box--emotion .buybox--form i.icon--basket,.emotion--product-slider .box--emotion .buybox--form i.icon--basket,.box--slider .buybox--form i.icon--basket{top: auto;left: auto;display: flex;justify-content: center;align-items: center;height: 100%;font-size: 20px}.box--minimal,.box--emotion,.emotion--product-slider .box--emotion,.box--slider{width: 100%;text-align: left}.box--minimal .product--price-outer,.box--emotion .product--price-outer,.emotion--product-slider .box--emotion .product--price-outer,.box--slider .product--price-outer{height: auto;margin-bottom: .3125rem}.box--minimal .product--title,.box--emotion .product--title,.emotion--product-slider .box--emotion .product--title,.box--slider .product--title{overflow: hidden;margin-bottom: .3125rem;font-size: .875rem;height: auto}.box--minimal .product--description--wrapper,.box--emotion .product--description--wrapper,.emotion--product-slider .box--emotion .product--description--wrapper,.box--slider .product--description--wrapper{height: auto;min-height: 0;margin-bottom: 1.25rem;padding: 0}.box--minimal .product--onpack-description,.box--emotion .product--onpack-description,.emotion--product-slider .box--emotion .product--onpack-description,.box--slider .product--onpack-description{font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;height: auto;font-size: .75rem;padding: 0;overflow: hidden;text-align: left;color: #e2001a}.box--minimal .product--successor,.box--emotion .product--successor,.emotion--product-slider .box--emotion .product--successor,.box--slider .product--successor{font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;height: 1.0625rem;overflow: hidden;text-align: left}.box--minimal .product--successor a,.box--emotion .product--successor a,.emotion--product-slider .box--emotion .product--successor a,.box--slider .product--successor a{color: #e74c3c}.box--minimal .product--freitext,.box--emotion .product--freitext,.emotion--product-slider .box--emotion .product--freitext,.box--slider .product--freitext{font-weight: 300;font-size: 14px;line-height: normal;color: #2d6043;height: 1.0625rem;overflow: hidden;text-align: left;color: #e74c3c}.box--minimal .product--description,.box--emotion .product--description,.emotion--product-slider .box--emotion .product--description,.box--slider .product--description{height: auto}.box--minimal .product--onpack-image,.box--emotion .product--onpack-image,.emotion--product-slider .box--emotion .product--onpack-image,.box--slider .product--onpack-image{position: absolute;z-index: 750;background-color: #fff;border: 2px solid #2d6043;border-radius: 100%;color: #fff;text-align: center;vertical-align: middle;height: 4.0625rem;width: 4.0625rem;margin: 0rem 0rem 0rem -2.3125rem;top: 55px;bottom: auto;right: 0;left: auto}.box--minimal .product--onpack-image .onpack-icon,.box--emotion .product--onpack-image .onpack-icon,.emotion--product-slider .box--emotion .product--onpack-image .onpack-icon,.box--slider .product--onpack-image .onpack-icon{position: absolute;z-index: 760;left: -5px;top: -5px;background-color: transparent;background-color: #a8be00;background-image: linear-gradient(to right, #304513 0%, #a8be00 100%);border: 2px solid #fff;border-radius: 100%;color: #fff;height: 1.5625rem;width: 1.5625rem;line-height: 1.75rem;text-align: center;box-shadow: 1px 1px 0 2px #fff}.box--minimal .product--onpack-image .onpack-icon:before,.box--emotion .product--onpack-image .onpack-icon:before,.emotion--product-slider .box--emotion .product--onpack-image .onpack-icon:before,.box--slider .product--onpack-image .onpack-icon:before{font-size: 1.3125rem;top: -1px;position: relative;left: 0}.box--minimal .product--onpack-image .onpack-image--wrap,.box--emotion .product--onpack-image .onpack-image--wrap,.emotion--product-slider .box--emotion .product--onpack-image .onpack-image--wrap,.box--slider .product--onpack-image .onpack-image--wrap{display: table-cell;border-radius: 100%;vertical-align: middle;height: 3.4375rem;width: 3.4375rem;overflow: hidden;position: relative;top: 4px;left: 4px}.box--minimal .product--onpack-image .onpack-image--wrap img,.box--emotion .product--onpack-image .onpack-image--wrap img,.emotion--product-slider .box--emotion .product--onpack-image .onpack-image--wrap img,.box--slider .product--onpack-image .onpack-image--wrap img{display: block;width: auto;height: auto;max-height: 3.125rem;max-width: 3.125rem;margin: auto}.box--minimal .product--price,.box--emotion .product--price,.emotion--product-slider .box--emotion .product--price,.box--slider .product--price{line-height: 1.125rem;font-weight: 700;color: #000;text-align: left}.box--minimal .product--price .price--default,.box--emotion .product--price .price--default,.emotion--product-slider .box--emotion .product--price .price--default,.box--slider .product--price .price--default{line-height: 1.125rem;font-weight: 700;color: #2d6043;text-align: left}.box--minimal .product--price .price--default.is--discount,.box--emotion .product--price .price--default.is--discount,.emotion--product-slider .box--emotion .product--price .price--default.is--discount,.box--slider .product--price .price--default.is--discount{display: block}.box--minimal .product--price .price--pseudo,.box--emotion .product--price .price--pseudo,.emotion--product-slider .box--emotion .product--price .price--pseudo,.box--slider .product--price .price--pseudo,.box--minimal .product--price .price--discount,.box--emotion .product--price .price--discount,.emotion--product-slider .box--emotion .product--price .price--discount,.box--slider .product--price .price--discount{color: #000;text-align: left;display: block;font-size: .75rem;line-height: 1.75rem}.box--minimal .product--price-info .price--unit-wrapper,.box--emotion .product--price-info .price--unit-wrapper,.emotion--product-slider .box--emotion .product--price-info .price--unit-wrapper,.box--slider .product--price-info .price--unit-wrapper{text-align: left}.similar--content .product-slider .product--btn-container,.emotion--product-slider .product-slider .product--btn-container,.topseller .product-slider .product--btn-container,.related--content .product-slider .product--btn-container{display: none}.is--ctl-listing .emotion--product-slider .product-slider .product--btn-container,.is--ctl-listing .topseller .product-slider .product--btn-container{display: block}.box--basic .product--description--wrapper{margin-bottom: 0rem;height: 1.25rem;min-height: 1.25rem}.box--basic .product--onpack-description{text-align: left}.box--basic .product--title{overflow: hidden;margin-bottom: 0rem;font-size: .875rem}.box--basic .price--unit-wrapper{height: auto;margin: .625rem 0rem .625rem 0rem}.box--basic .product--price{text-align: left}.box--basic .product--price .price--pseudo,.box--basic .product--price .price--discount{color: #000;text-align: left;display: block;font-size: .875rem;line-height: 1.125rem}.box--minimal .product--image .image--element img,.box--slider .product--image .image--element img{height: auto}.listing--wrapper .product--box .product--price-info .price--unit{text-align: left}.box--minimal .badge--liveshopping + .product--info .product--image .image--element,.box--basic .badge--liveshopping + .product--info .product--image .image--element,.box--emotion .badge--liveshopping + .product--info .product--image .image--element,.emotion--product-slider .box--emotion .badge--liveshopping + .product--info .product--image .image--element,.box--slider .badge--liveshopping + .product--info .product--image .image--element{transform: translateY(30px)}.box--basic,.box--minimal{border-bottom: 1px solid #2d6043}.box--basic .box--content,.box--minimal .box--content{padding: .625rem .625rem .625rem .625rem}.box--list,.box--image{border-bottom: 1px solid #2d6043;float: none}.box--list .box--content,.box--image .box--content{padding: .625rem .625rem .625rem .625rem;position: relative}.box--list .product--info-icons,.box--image .product--info-icons{display: block;height: auto;top: auto;bottom: 10px}.box--list .product--info-icons .info-icons--wrapper,.box--image .product--info-icons .info-icons--wrapper{height: auto}.box--list .product--image,.box--image .product--image{position: absolute;left: 0;top: 50%;width: 40%;transform: translateY(-50%);padding: .625rem .625rem .625rem .625rem}.box--list .product--image .image--element img,.box--image .product--image .image--element img{top: 50%;transform: translateY(-50%);bottom: auto;max-height: 8.75rem}.box--list .list-informations-container,.box--image .list-informations-container,.box--list .list--title-wrapper,.box--image .list--title-wrapper{margin-bottom: 1.25rem}.box--list .list--desc-wrapper,.box--image .list--desc-wrapper{color: #000;font-size: .75rem;margin-bottom: 1.25rem}.box--list .list--desc-wrapper .list--article-darreichungsform,.box--image .list--desc-wrapper .list--article-darreichungsform{margin-bottom: .9375rem}.box--list .list--desc-wrapper .list--article-darreichungsform:after,.box--image .list--desc-wrapper .list--article-darreichungsform:after{content: "";display: block}.box--list .list--desc-wrapper .list--article-reference-unit-label,.box--image .list--desc-wrapper .list--article-reference-unit-label{display: none}.box--list .list--desc-wrapper .list--article-reference-unit-hint,.box--image .list--desc-wrapper .list--article-reference-unit-hint{display: inline}.box--list .list--desc-wrapper .list--delivery-status,.box--image .list--desc-wrapper .list--delivery-status{margin-top: .9375rem}.box--list .list--desc-wrapper .list--manufacturer,.box--image .list--desc-wrapper .list--manufacturer,.box--list .list--desc-wrapper .list--manufacturer + .separator,.box--image .list--desc-wrapper .list--manufacturer + .separator,.box--list .list--desc-wrapper .list--article-pzn-number,.box--image .list--desc-wrapper .list--article-pzn-number,.box--list .list--desc-wrapper .list--article-pzn-number + .list--article-unit-price .is--nowrap,.box--image .list--desc-wrapper .list--article-pzn-number + .list--article-unit-price .is--nowrap{display: none}.box--list .list--desc-wrapper .list--article-pzn-number + .list--article-unit-price .price--unit,.box--image .list--desc-wrapper .list--article-pzn-number + .list--article-unit-price .price--unit{display: inline}.box--list .product--price-info,.box--image .product--price-info{display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;height: auto;min-height: 0;border: 0 none}.box--list .product--price-info .price--unit,.box--image .product--price-info .price--unit{display: none;text-align: left}.box--list .product--price,.box--image .product--price{display: flex;flex-direction: column-reverse;justify-content: flex-end;text-align: left;height: auto;margin-bottom: .3125rem}.box--list .product--price .price--discount,.box--image .product--price .price--discount,.box--list .product--price .price--default,.box--image .product--price .price--default,.box--list .product--price .is--discount,.box--image .product--price .is--discount,.box--list .product--price .price--pseudo,.box--image .product--price .price--pseudo{font-weight: 400;font-size: 24px;line-height: 28px;color: #2d6043;font-size: .75rem;text-align: left;color: #000;margin-right: .3125rem}.box--list .product--price .price--discount.price--default,.box--image .product--price .price--discount.price--default,.box--list .product--price .price--default.price--default,.box--image .product--price .price--default.price--default,.box--list .product--price .is--discount.price--default,.box--image .product--price .is--discount.price--default,.box--list .product--price .price--pseudo.price--default,.box--image .product--price .price--pseudo.price--default,.box--list .product--price .price--discount.is--discount,.box--image .product--price .price--discount.is--discount,.box--list .product--price .price--default.is--discount,.box--image .product--price .price--default.is--discount,.box--list .product--price .is--discount.is--discount,.box--image .product--price .is--discount.is--discount,.box--list .product--price .price--pseudo.is--discount,.box--image .product--price .price--pseudo.is--discount{display: inline-block;font-size: .875rem;line-height: .75rem;font-weight: 700;color: #2d6043}.box--list .product--price .price--pseudo,.box--image .product--price .price--pseudo{font-weight: 300;display: inline-block;color: #000}.box--list .product--price .price--pseudo .price--discount,.box--image .product--price .price--pseudo .price--discount{font-weight: 300}.box--list .product--price .price--label,.box--image .product--price .price--label{display: none}.box--list .list--discount-info,.box--image .list--discount-info{display: none}.box--list .list--discount-info .list--discount-label,.box--image .list--discount-info .list--discount-label{color: #000}.box--list .list--discount-info .list--discount-amount,.box--image .list--discount-info .list--discount-amount{color: #2d6043}.box--list .list--other-unit-sizes,.box--image .list--other-unit-sizes{order: -1;margin-bottom: 0;width: 100%;margin-bottom: .625rem;border-bottom: 0}.box--list .list--other-unit-sizes .product--altPackages-label,.box--image .list--other-unit-sizes .product--altPackages-label{color: #2d6043;font-size: .75rem;text-decoration: none}.box--list .list--other-unit-sizes .product--altPackages-wrapper,.box--image .list--other-unit-sizes .product--altPackages-wrapper,.box--list .list--other-unit-sizes .product--altPackages-name,.box--image .list--other-unit-sizes .product--altPackages-name{display: none}.box--list .list--other-unit-sizes .unit-size .unit-size-discount,.box--image .list--other-unit-sizes .unit-size .unit-size-discount{background-color: #a8be00;background-image: linear-gradient(to right, #304513 0%, #a8be00 100%);color: #fff;border: 1px solid #fff;border-radius: 100%}.box--list .list--other-unit-sizes .unit-size .unit-size-discount:before,.box--image .list--other-unit-sizes .unit-size .unit-size-discount:before{content: "";display: none}.box--list .list--other-unit-sizes .unit-size.is--active,.box--image .list--other-unit-sizes .unit-size.is--active{background-color: #f0f0f0;color: #2d6043}.box--list .product--title,.box--image .product--title{font-size: .875rem;line-height: 1.25rem;font-weight: 700;text-align: left;height: 2.5rem;height: auto;color: #000;max-width: 90%}.box--list .product--onpack-description,.box--image .product--onpack-description{font-size: .75rem;color: #e2001a}.box--list .product--freitext,.box--image .product--freitext{display: none;font-size: .75rem;height: 1.0625rem;overflow: hidden;color: #e74c3c}.box--list .product--successor-predecessor,.box--image .product--successor-predecessor{display: none}.box--list .product--onpack-image,.box--image .product--onpack-image{position: absolute;z-index: 750;background-color: #fff;border: 2px solid #2d6043;border-radius: 100%;color: #fff;text-align: center;vertical-align: middle;height: 4.6875rem;width: 4.6875rem;margin: 0rem 0rem 0rem -2.3125rem;top: 70px;bottom: auto;right: 0;left: auto}.box--list .product--onpack-image .onpack-icon,.box--image .product--onpack-image .onpack-icon{position: absolute;z-index: 760;left: -5px;top: -5px;background-color: transparent;background-color: #a8be00;background-image: linear-gradient(to right, #304513 0%, #a8be00 100%);border: 2px solid #fff;border-radius: 100%;color: #fff;height: 1.5625rem;width: 1.5625rem;line-height: 1.75rem;text-align: center;box-shadow: 1px 1px 0 2px #fff}.box--list .product--onpack-image .onpack-icon:before,.box--image .product--onpack-image .onpack-icon:before{font-size: 1.3125rem;top: -1px;position: relative;left: 0}.box--list .product--onpack-image .onpack-image--wrap,.box--image .product--onpack-image .onpack-image--wrap{display: table-cell;border-radius: 100%;vertical-align: middle;height: 3.4375rem;width: 3.4375rem;overflow: hidden;position: relative;top: 8px;left: 8px}.box--list .product--onpack-image .onpack-image--wrap img,.box--image .product--onpack-image .onpack-image--wrap img{display: block;width: auto;height: auto;max-height: 3.5625rem;max-width: 3.5625rem;margin: auto}.box--list .buybox--form,.box--image .buybox--form{height: auto;width: 100%;max-width: none;margin-bottom: .625rem}.box--list .buybox--form:after,.box--image .buybox--form:after{content: "";clear: both;float: none;width: 100%;display: block}.box--list .buybox--form .product--btn-container,.box--image .buybox--form .product--btn-container{width: auto}.listing--topproduct .box--list,.listing--topproduct .box--image{border: 1px solid #d8dcbf;margin-bottom: .25rem}@media screen and (min-width: 30em){.box--basic,.box--minimal{border-bottom: 0 none}.product--box:not(.box--list):not(.box--image) .box--content,.box--minimal .box--content,.box--emotion .box--content,.emotion--product-slider .box--emotion .box--content,.box--slider .box--content{padding: .625rem .625rem .625rem .625rem}.product--box:not(.box--list):not(.box--image) .product--info,.box--minimal .product--info,.box--emotion .product--info,.emotion--product-slider .box--emotion .product--info,.box--slider .product--info{padding-left: 0}.product--box:not(.box--list):not(.box--image) .product--badges,.box--minimal .product--badges,.box--emotion .product--badges,.emotion--product-slider .box--emotion .product--badges,.box--slider .product--badges{width: 100%;padding: 0 10px}.product--box:not(.box--list):not(.box--image) .product--info-icons,.box--minimal .product--info-icons,.box--emotion .product--info-icons,.emotion--product-slider .box--emotion .product--info-icons,.box--slider .product--info-icons{top: 0;bottom: auto}.product--box:not(.box--list):not(.box--image) .product--image,.box--minimal .product--image,.box--emotion .product--image,.emotion--product-slider .box--emotion .product--image,.box--slider .product--image{position: relative;left: 0;top: 0;width: 100%;transform: none;padding: 1.25rem 0rem .625rem 0rem}.product--box:not(.box--list):not(.box--image) .product--title,.box--minimal .product--title,.box--emotion .product--title,.emotion--product-slider .box--emotion .product--title,.box--slider .product--title{height: 2.5rem;margin-bottom: 0}.product--box:not(.box--list):not(.box--image) .product--description--wrapper,.box--minimal .product--description--wrapper,.box--emotion .product--description--wrapper,.emotion--product-slider .box--emotion .product--description--wrapper,.box--slider .product--description--wrapper{height: 2rem;min-height: auto;margin: 0;padding-top: .3125rem}.product--box:not(.box--list):not(.box--image) .listing--article-hints,.box--minimal .listing--article-hints,.box--emotion .listing--article-hints,.emotion--product-slider .box--emotion .listing--article-hints,.box--slider .listing--article-hints{margin-bottom: .625rem;height: 2rem;font-size: .875rem;display: flex;flex-wrap: wrap}.product--box:not(.box--list):not(.box--image) .listing--article-hints .price--unit,.box--minimal .listing--article-hints .price--unit,.box--emotion .listing--article-hints .price--unit,.emotion--product-slider .box--emotion .listing--article-hints .price--unit,.box--slider .listing--article-hints .price--unit{display: inline}.product--box:not(.box--list):not(.box--image) .listing--article-hints .price--unit .list--article-unit,.box--minimal .listing--article-hints .price--unit .list--article-unit,.box--emotion .listing--article-hints .price--unit .list--article-unit,.emotion--product-slider .box--emotion .listing--article-hints .price--unit .list--article-unit,.box--slider .listing--article-hints .price--unit .list--article-unit{display: inline}.product--box:not(.box--list):not(.box--image) .listing--article-hints .price--unit + .listing--article-unit,.box--minimal .listing--article-hints .price--unit + .listing--article-unit,.box--emotion .listing--article-hints .price--unit + .listing--article-unit,.emotion--product-slider .box--emotion .listing--article-hints .price--unit + .listing--article-unit,.box--slider .listing--article-hints .price--unit + .listing--article-unit{display: none}.product--box:not(.box--list):not(.box--image) .listing--article-darreichungsform,.box--minimal .listing--article-darreichungsform,.box--emotion .listing--article-darreichungsform,.emotion--product-slider .box--emotion .listing--article-darreichungsform,.box--slider .listing--article-darreichungsform{display: block;flex: 1 0 100%}.product--box:not(.box--list):not(.box--image) .listing--article-unit-price,.box--minimal .listing--article-unit-price,.box--emotion .listing--article-unit-price,.emotion--product-slider .box--emotion .listing--article-unit-price,.box--slider .listing--article-unit-price{display: inline;order: -1;margin-left: .3125rem}.product--box:not(.box--list):not(.box--image) .listing--article-unit,.box--minimal .listing--article-unit,.box--emotion .listing--article-unit,.emotion--product-slider .box--emotion .listing--article-unit,.box--slider .listing--article-unit{order: -2}.product--box:not(.box--list):not(.box--image) .product--price-info,.box--minimal .product--price-info,.box--emotion .product--price-info,.emotion--product-slider .box--emotion .product--price-info,.box--slider .product--price-info{margin: 0;font-size: .875rem;min-height: 5rem;height: auto;float: none}.product--box:not(.box--list):not(.box--image) .product--price-outer,.box--minimal .product--price-outer,.box--emotion .product--price-outer,.emotion--product-slider .box--emotion .product--price-outer,.box--slider .product--price-outer{margin: .625rem 0rem .625rem 0rem}.product--box:not(.box--list):not(.box--image) .product--price .price--label,.box--minimal .product--price .price--label,.box--emotion .product--price .price--label,.emotion--product-slider .box--emotion .product--price .price--label,.box--slider .product--price .price--label{display: inline}.product--box:not(.box--list):not(.box--image) .product--price .price--default.is--discount,.box--minimal .product--price .price--default.is--discount,.box--emotion .product--price .price--default.is--discount,.emotion--product-slider .box--emotion .product--price .price--default.is--discount,.box--slider .product--price .price--default.is--discount{color: #2d6043}.product--box:not(.box--list):not(.box--image) .product--price .price--discount,.box--minimal .product--price .price--discount,.box--emotion .product--price .price--discount,.emotion--product-slider .box--emotion .product--price .price--discount,.box--slider .product--price .price--discount{font-size: 12px}.product--box:not(.box--list):not(.box--image) .list--desc-wrapper .list--article-reference-unit-hint,.box--minimal .list--desc-wrapper .list--article-reference-unit-hint,.box--emotion .list--desc-wrapper .list--article-reference-unit-hint,.emotion--product-slider .box--emotion .list--desc-wrapper .list--article-reference-unit-hint,.box--slider .list--desc-wrapper .list--article-reference-unit-hint{display: none}.product--box:not(.box--list):not(.box--image) .list--desc-wrapper .list--article-reference-unit-label,.box--minimal .list--desc-wrapper .list--article-reference-unit-label,.box--emotion .list--desc-wrapper .list--article-reference-unit-label,.emotion--product-slider .box--emotion .list--desc-wrapper .list--article-reference-unit-label,.box--slider .list--desc-wrapper .list--article-reference-unit-label{display: inline}.product--box:not(.box--list):not(.box--image) .listing--discount-info,.box--minimal .listing--discount-info,.box--emotion .listing--discount-info,.emotion--product-slider .box--emotion .listing--discount-info,.box--slider .listing--discount-info{display: block}.product--box:not(.box--list):not(.box--image) .product--btn-container,.box--minimal .product--btn-container,.box--emotion .product--btn-container,.emotion--product-slider .box--emotion .product--btn-container,.box--slider .product--btn-container{float: none}.product--box:not(.box--list):not(.box--image) .buybox--form .buybox--button,.box--minimal .buybox--form .buybox--button,.box--emotion .buybox--form .buybox--button,.emotion--product-slider .box--emotion .buybox--form .buybox--button,.box--slider .buybox--form .buybox--button{width: 100%;padding: 2px 15px}.product--box:not(.box--list):not(.box--image) .buybox--form .buybox--button .buy-btn--cart-add,.box--minimal .buybox--form .buybox--button .buy-btn--cart-add,.box--emotion .buybox--form .buybox--button .buy-btn--cart-add,.emotion--product-slider .box--emotion .buybox--form .buybox--button .buy-btn--cart-add,.box--slider .buybox--form .buybox--button .buy-btn--cart-add,.product--box:not(.box--list):not(.box--image) .buybox--form .buybox--button .buy-btn--cart-text,.box--minimal .buybox--form .buybox--button .buy-btn--cart-text,.box--emotion .buybox--form .buybox--button .buy-btn--cart-text,.emotion--product-slider .box--emotion .buybox--form .buybox--button .buy-btn--cart-text,.box--slider .buybox--form .buybox--button .buy-btn--cart-text{display: inline-block}.product--box:not(.box--list):not(.box--image) .buybox--form .buybox--button i.icon--basket,.box--minimal .buybox--form .buybox--button i.icon--basket,.box--emotion .buybox--form .buybox--button i.icon--basket,.emotion--product-slider .box--emotion .buybox--form .buybox--button i.icon--basket,.box--slider .buybox--form .buybox--button i.icon--basket{display: none;margin-left: auto}.product--box:not(.box--list):not(.box--image) .listing--other-unit-sizes,.box--minimal .listing--other-unit-sizes,.box--emotion .listing--other-unit-sizes,.emotion--product-slider .box--emotion .listing--other-unit-sizes,.box--slider .listing--other-unit-sizes,.product--box:not(.box--list):not(.box--image) .listing--article-unit-price-label,.box--minimal .listing--article-unit-price-label,.box--emotion .listing--article-unit-price-label,.emotion--product-slider .box--emotion .listing--article-unit-price-label,.box--slider .listing--article-unit-price-label,.product--box:not(.box--list):not(.box--image) .separator,.box--minimal .separator,.box--emotion .separator,.emotion--product-slider .box--emotion .separator,.box--slider .separator,.product--box:not(.box--list):not(.box--image) .list--article-reference-unit-label,.box--minimal .list--article-reference-unit-label,.box--emotion .list--article-reference-unit-label,.emotion--product-slider .box--emotion .list--article-reference-unit-label,.box--slider .list--article-reference-unit-label{display: none}.product--box:not(.box--list):not(.box--image) .product--badges .badge--discount-percent,.box--minimal .product--badges .badge--discount-percent,.box--emotion .product--badges .badge--discount-percent,.emotion--product-slider .box--emotion .product--badges .badge--discount-percent,.box--slider .product--badges .badge--discount-percent{display: none}.box--minimal{width: 50%}.box--list .product--info,.box--image .product--info{width: 90%;padding-left: 40%}.box--list .product--image,.box--image .product--image{width: 40%}.box--list .product--image .image--element,.box--image .product--image .image--element{width: 60%}.box--list .product--image .image--element img,.box--image .product--image .image--element img{top: 0;transform: translateY(0)}.box--list .list-informations-container,.box--image .list-informations-container,.box--list .product--price-info,.box--image .product--price-info{padding-left: 0}.box--list .product--badges + .product--info .product--image,.box--image .product--badges + .product--info .product--image{padding-top: 1.25rem}.box--list .badge--liveshopping,.box--image .badge--liveshopping{max-width: 210px}.box--list .product--onpack-image + .product--info .product--image,.box--image .product--onpack-image + .product--info .product--image{padding-top: 3.125rem}.box--list .product--onpack-image,.box--image .product--onpack-image{top: 30px;bottom: auto;right: auto;left: 180px}.box--list .product--info-icons,.box--image .product--info-icons{display: block;top: auto;bottom: 0;left: 0;width: 12.5rem;height: auto}.box--list .product--info-icons .info-icons--wrapper,.box--image .product--info-icons .info-icons--wrapper{display: block;height: auto;position: relative;width: 12.5rem}.box--list .product--info-icons .info-icons--wrapper .product--info-icon,.box--image .product--info-icons .info-icons--wrapper .product--info-icon{display: inline-block;margin-bottom: .625rem;margin-right: .625rem;padding: 0}.box--list .list--discount-info,.box--image .list--discount-info{right: -50px}.box--minimal .product--onpack-image,.box--emotion .product--onpack-image,.emotion--product-slider .box--emotion .product--onpack-image,.box--slider .product--onpack-image{display: block;top: 70px}.product--box .product--badge:nth-child(3){display: block}}@media screen and (min-width: 48em){.is--ctl-search .box--minimal .product--image,.is--ctl-listing.is--no-sidebar .box--minimal .product--image,.box--minimal .product--image,.product-slider--item .product--image{height: 8.125rem}.is--ctl-search .box--minimal .product--image .image--element img,.is--ctl-listing.is--no-sidebar .box--minimal .product--image .image--element img,.box--minimal .product--image .image--element img,.product-slider--item .product--image .image--element img{height: 8.125rem;height: auto}.product--box:not(.box--list):not(.box--image) .product--info-icons,.box--minimal .product--info-icons,.box--emotion .product--info-icons,.emotion--product-slider .box--emotion .product--info-icons,.box--slider .product--info-icons{height: 8.4375rem}.box--list .product--info,.box--image .product--info{width: 100%}.box--list .product--badges .badge--discount-percent,.box--image .product--badges .badge--discount-percent{display: none}.box--list .product--image .image--element,.box--image .product--image .image--element{width: 90%}.box--list .product--price-info,.box--image .product--price-info{display: block}.box--list .product--price-info .price--unit,.box--image .product--price-info .price--unit{display: block}.box--list .product--price-info .separator,.box--image .product--price-info .separator{display: none}.box--list .product--price,.box--image .product--price{display: block}.box--list .product--price .price--discount,.box--image .product--price .price--discount,.box--list .product--price .price--default,.box--image .product--price .price--default,.box--list .product--price .is--discount,.box--image .product--price .is--discount,.box--list .product--price .price--pseudo,.box--image .product--price .price--pseudo{font-size: .875rem}.box--list .product--price .price--discount.price--default,.box--image .product--price .price--discount.price--default,.box--list .product--price .price--default.price--default,.box--image .product--price .price--default.price--default,.box--list .product--price .is--discount.price--default,.box--image .product--price .is--discount.price--default,.box--list .product--price .price--pseudo.price--default,.box--image .product--price .price--pseudo.price--default,.box--list .product--price .price--discount.is--discount,.box--image .product--price .price--discount.is--discount,.box--list .product--price .price--default.is--discount,.box--image .product--price .price--default.is--discount,.box--list .product--price .is--discount.is--discount,.box--image .product--price .is--discount.is--discount,.box--list .product--price .price--pseudo.is--discount,.box--image .product--price .price--pseudo.is--discount{font-size: 1.5rem;font-weight: 300}.box--list .list--title-wrapper,.box--image .list--title-wrapper{width: 90%}.box--list .list--desc-wrapper .list--delivery-status,.box--image .list--desc-wrapper .list--delivery-status,.box--list .list--desc-wrapper .list--discount-info,.box--image .list--desc-wrapper .list--discount-info,.box--list .list--other-unit-sizes .product--altPackages-wrapper,.box--image .list--other-unit-sizes .product--altPackages-wrapper,.box--list .list--other-unit-sizes .product--altPackages-name,.box--image .list--other-unit-sizes .product--altPackages-name{display: block}.box--list .list--desc-wrapper .list--manufacturer,.box--image .list--desc-wrapper .list--manufacturer,.box--list .list--desc-wrapper .list--manufacturer + .separator,.box--image .list--desc-wrapper .list--manufacturer + .separator,.box--list .list--desc-wrapper .list--article-pzn-number,.box--image .list--desc-wrapper .list--article-pzn-number,.box--list .list--desc-wrapper .list--article-pzn-number + .list--article-unit-price .is--nowrap,.box--image .list--desc-wrapper .list--article-pzn-number + .list--article-unit-price .is--nowrap{display: inline}.box--list .list--desc-wrapper .list--article-pzn-number + .list--article-unit-price,.box--image .list--desc-wrapper .list--article-pzn-number + .list--article-unit-price,.box--list .list--desc-wrapper .list--article-reference-unit,.box--image .list--desc-wrapper .list--article-reference-unit{display: none}.box--list .list--other-unit-sizes .product--altPackages-label,.box--image .list--other-unit-sizes .product--altPackages-label,.box--list .list--article-reference-unit-label,.box--image .list--article-reference-unit-label{display: none}.box--list .buybox--form .select-field,.box--image .buybox--form .select-field{width: calc(20% - 5px);float: left;margin-right: .3125rem;padding-right: 0rem}.box--list .buybox--form .buybox--button,.box--image .buybox--form .buybox--button{width: 100%}.box--list .buybox--form .buybox--button .buy-btn--cart-add,.box--image .buybox--form .buybox--button .buy-btn--cart-add,.box--list .buybox--form .buybox--button .buy-btn--cart-text,.box--image .buybox--form .buybox--button .buy-btn--cart-text{display: inline-block}.box--list .list--discount-info,.box--image .list--discount-info{display: block;right: -20px;top: -20px}.box--list .buybox--form i.icon--basket,.box--image .buybox--form i.icon--basket{display: none}}@media screen and (min-width: 64em){.box--minimal,.product-slider--container:not(.is--vertical).product-slider--item,.is--ctl-listing .box--minimal{width: 33.333% !important}.box--list .box--content,.box--image .box--content{padding: 1.25rem 1.5625rem 1.25rem 0rem}.box--list .box--content:after,.box--image .box--content:after{content: "";display: block;clear: both;float: none}.box--list .product--info-icons,.box--image .product--info-icons{top: auto;bottom: 18px;left: 24%}.box--list .product--onpack-image,.box--image .product--onpack-image{top: 30px;bottom: auto;right: calc(75% + 10px);left: auto}.box--list .badge--liveshopping,.box--image .badge--liveshopping{max-width: 185px}.box--list .product--info,.box--image .product--info{padding-left: 0}.box--list .product--info:after,.box--image .product--info:after{content: "";display: block;clear: both;float: none}.box--list .product--image,.box--image .product--image{max-width: 255px;position: relative;width: 25%;padding-right: 3%;top: 0;transform: none;float: left}.box--list .product--image .image--element,.box--image .product--image .image--element{position: relative}.box--list .product--image .image--element img,.box--image .product--image .image--element img{position: relative}.box--list .list-informations-container,.box--image .list-informations-container{width: 45%;float: left}.box--list .list-informations-container:after:after,.box--image .list-informations-container:after:after{content: "";display: table;clear: both}.box--list .list-informations-container .list--title-wrapper,.box--image .list-informations-container .list--title-wrapper{width: 100%;padding-right: 0;margin-bottom: 0}.box--list .list-informations-container .list--desc-wrapper,.box--image .list-informations-container .list--desc-wrapper{width: 100%;line-height: 1.25rem;margin-bottom: 0}.box--list .product--price-info,.box--image .product--price-info{float: right;width: 30%}.box--list .product--price-info:after,.box--image .product--price-info:after{content: "";display: block;clear: both;float: none}.box--list .product--price-info .product-price,.box--image .product--price-info .product-price{height: auto}.box--list .product--title,.box--image .product--title{margin-bottom: 1.25rem}.box--list .product--onpack-description,.box--image .product--onpack-description{margin-bottom: 1.25rem}.box--list .product--successor-predecessor,.box--image .product--successor-predecessor{margin-bottom: 0}.box--list .buybox--form,.box--image .buybox--form{max-width: none}.box--list .list--discount-info,.box--image .list--discount-info{right: -25px}.product--box.box--basic:not(.box--list):not(.box--image) .product--info{padding-right: 0;padding-left: 11.875rem}.product--box.box--basic:not(.box--list):not(.box--image) .product--image{position: absolute;width: 11.875rem;margin-left: -0.625rem;height: 70%;top: 50%;transform: translateY(-50%)}}@media screen and (min-width: 78.75em){.box--minimal,.product-slider--container:not(.is--vertical).product-slider--item,.is--ctl-listing .box--minimal{width: 25% !important}.box--list .list-informations-container,.box--image .list-informations-container{width: 50%;float: left}.box--list .list-informations-container:after:after,.box--image .list-informations-container:after:after{content: "";display: table;clear: both}.box--list .list-informations-container .list--title-wrapper,.box--image .list-informations-container .list--title-wrapper{width: 52%;margin-right: 1%;float: left}.box--list .list-informations-container .list--desc-wrapper,.box--image .list-informations-container .list--desc-wrapper{width: calc(47% - 8px);float: left;padding-right: .5rem}.box--list .list-informations-container .list--article-unit,.box--image .list-informations-container .list--article-unit,.box--list .list-informations-container .list--article-darreichungsform,.box--image .list-informations-container .list--article-darreichungsform,.box--list .list-informations-container .list--article-pzn-number,.box--image .list-informations-container .list--article-pzn-number{display: inline}.box--list .product--price-info,.box--image .product--price-info{width: 25%}.box--list .product--info-icons,.box--image .product--info-icons{left: 24%}.box--list .product--onpack-image,.box--image .product--onpack-image{right: calc(75% + 20px)}.box--list .badge--liveshopping,.box--image .badge--liveshopping{max-width: 210px}.box--list .box--content,.box--image .box--content{padding-right: .625rem}.box--list .list-informations-container,.box--image .list-informations-container{width: 47%}.box--list .product--price-info,.box--image .product--price-info{width: 28%}}#newsletter-overlay{max-width: 320px;position: fixed;z-index: 7000;left: auto;right: 0;top: auto;bottom: 0}#newsletter-overlay .newsletter-overlay--container{background: #e2001a;color: #fff;border-radius: 0;padding: 20px 20px 20px 20px;position: relative;z-index: 20;height: auto}#newsletter-overlay .newsletter-overlay--container .newsletter-overlay--headline{color: #fff;font-style: normal;margin-bottom: 5px;font-size: 1rem;text-transform: uppercase;font-weight: 700}#newsletter-overlay .newsletter-overlay--container .newsletter-overlay--headline:before{font-family: "sanicon" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";color: #fff;font-size: 2.25rem;line-height: normal;position: absolute;top: -43px;left: -21px}#newsletter-overlay .newsletter-overlay--container .inner-container{top: 0}#newsletter-overlay .newsletter-overlay--container .newsletter-overlay--description{color: #fff;margin-bottom: 10px}#newsletter-overlay .newsletter-overlay--container input[type="email"]{width: 100%;border: 0 none;margin-bottom: 10px;position: relative;z-index: 20}#newsletter-overlay .newsletter-overlay--container .newsletter--button{width: 100%;margin-bottom: 5px}#newsletter-overlay .newsletter-overlay--container .newsletter--close{position: absolute;right: -8px;top: 0;background: transparent;color: #fff;border: 0;font-family: 'sanicon'}#newsletter-overlay .newsletter-overlay--container .newsletter--close:before{content: "\e911";font-weight: 700}#newsletter-overlay .newsletter-overlay--container .newsletter--close:hover{color: #fff}#newsletter-overlay .newsletter-overlay--container .newsletter-overlay--links{position: relative;z-index: 20;text-align: right}#newsletter-overlay .newsletter-overlay--container .newsletter-overlay--links a{color: #fff}#newsletter-overlay .newsletter-overlay--container:before{border-radius: 100%;border: 4px solid #fff;box-shadow: 0px 1px 12px #000;background: #e2001a;color: #fff;display: block;width: 3.125rem;height: 3.125rem;right: auto;top: -30px;left: -30px;font-size: 25px}#newsletter-overlay:after{content: "";display: block;float: none;clear: both}@media screen and (min-width: 64em){.footer-main.is--newsletter-overlay .footer--columns{padding: 0rem 0rem 1.25rem 0rem}.footer-main.is--newsletter-overlay .footer--columns .footer--column{width: 18%}}@media screen and (min-width: 78.75em){.footer-main.is--newsletter-overlay .footer--columns{margin: 0 auto}.footer-main.is--newsletter-overlay .footer--columns .footer--column{width: 20%}}.product--details.content .product--header--top,.product--details.content .product--header{border: 0 none}.product--details.content .product--header--top .product--title,.product--details.content .product--header .product--title{color: #2d6043;font-size: 24px;line-height: 1;margin: 0;font-weight: 700}.product--details.content .product--header .product--info,.product--details.content .product--header .product--subtitle{display: none}.product--details.content .block-prices--container{margin-bottom: 0}.product--details.content .block-prices--container .block-prices--table{border-spacing: 0;border-collapse: collapse}.product--details.content .block-prices--container .block-prices--table th{background-color: #a8be00;padding-top: 10px;padding-bottom: 10px}.product--details.content .block-prices--container .block-prices--table th:first-child{border-top-left-radius: 0;border-bottom-left-radius: 0}.product--details.content .block-prices--container .block-prices--table th:last-child{border-top-right-radius: 0;border-bottom-right-radius: 0}.product--details.content .block-prices--container .block-prices--table td{line-height: normal;color: #000}.product--details.content .block-prices--container ~ .price--unit,.product--details.content .block-prices--container ~ .product--delivery{display: none}.product--details.content .image-slider--thumbnails .thumbnail--link{border-radius: 0;background-clip: padding-box;margin-right: 10px}.product--details.content .image-slider--thumbnails .thumbnail--link.is--active{border-color: #2d6043}.product--details.content .product--description{overflow-x: auto}.product--details.content .product--usps{font-weight: 400;color: #000}.product--details.content .product--base-info{margin-bottom: 0rem}.product--details.content .product--base-info .base-info--entry{margin-bottom: 5px;margin-left: 0}.product--details.content .product--base-info .base-info--entry .entry--label{font-weight: 700}.product--details.content .product--base-info .base-info--entry .entry--label,.product--details.content .product--base-info .base-info--entry .entry--content{width: 48%;max-width: 225px;float: left}.product--details.content .product--base-info .base-info--entry:after{content: "";display: block;float: none;clear: both}.product--details.content .product--base-info .base-info--entry.entry--sku{display: none}.product--details.content .product--base-info:nth-child(2n){margin: 0}.product--details.content .tab--title{color: #2d6043}.product--details.content .product--detail-upper .product--badges{right: auto;left: 0;top: 0;z-index: 750}.product--details.content .product--detail-upper .product--badges .badge--discount{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;text-align: center;position: relative;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem;font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #2d6043;color: #fff}.product--details.content .product--detail-upper .product--badges .badge--discount:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--details.content .product--detail-upper .product--badges .badge--discount:after,.product--details.content .product--detail-upper .product--badges .badge--discount:before{display: none}.product--details.content .product--detail-upper .product--badges .badge--recommend{font-weight: 300;font-style: italic;font-size: 14px;line-height: normal;text-align: center;position: relative;line-height: 3.8125rem;height: 3.8125rem;width: 3.8125rem;font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #2d6043;color: #fff}.product--details.content .product--detail-upper .product--badges .badge--recommend:before{position: absolute;font-family: 'medicaria';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e90a";font-size: 3.8125rem;color: #e2001a;top: 0;left: 0;z-index: -1}.product--details.content .product--detail-upper .product--badges .badge--recommend:after,.product--details.content .product--detail-upper .product--badges .badge--recommend:before{display: none}.product--details.content .product--detail-upper .badge--recommend.promotionBadge{font-size: 12px;height: 23px;line-height: 23px;padding: 0 5px;width: auto;background-image: none;text-transform: uppercase;font-style: normal;border-radius: 0;background-clip: padding-box;background-color: #a8be00;color: #fff;display: inline-flex;justify-content: center;align-items: center}.product--details.content .product--detail-upper .badge--recommend.promotionBadge:after,.product--details.content .product--detail-upper .badge--recommend.promotionBadge:before{display: none}.product--details.content .product--detail-upper .badge--recommend.promotionBadge span{position: relative;transform: none;top: auto;left: auto}.product--details.content .product--detail-upper .product--badges + .badge--recommend.promotionBadge{top: 40px}.product--details.content .product--detail-upper .product--onpack-image{border-color: #2d6043;height: 4.6875rem;width: 4.6875rem;top: 0}.product--details.content .product--detail-upper .product--onpack-image .onpack-icon{position: absolute;z-index: 760;left: -5px;top: -5px;background-color: transparent;background-color: #a8be00;background-image: linear-gradient(to right, #304513 0%, #a8be00 100%);border: 2px solid #fff;border-radius: 100%;color: #fff;height: 1.5625rem;width: 1.5625rem;line-height: 1.75rem;text-align: center;box-shadow: 1px 1px 0px 2px #fff}.product--details.content .product--detail-upper .product--onpack-image .onpack-icon:before{font-size: 1.3125rem;top: -3px;position: relative;left: 0;line-height: unset}.product--details.content .product--detail-upper .product--onpack-image .onpack-image--wrap{display: table-cell;border-radius: 100%;vertical-align: middle;height: 3.4375rem;width: 3.4375rem;overflow: hidden;position: relative;top: 8px;left: 8px}.product--details.content .product--detail-upper .product--onpack-image .onpack-image--wrap img{display: block;width: auto;height: auto;max-height: 3.5625rem;max-width: 3.5625rem;margin: auto}.product--details.content .product--tax{text-align: right;margin-top: 10px;margin-bottom: 10px}.product--details.content .product--additional-hints .product--info-icons{margin: 0}.product--details.content .product--additional-hints .product--info-icons .product--info-icon{float: none;width: auto;margin-bottom: .625rem}.product--details.content .product--additional-hints [class^="sanicon-"],.product--details.content .product--additional-hints [class*=" sanicon-"]{font-size: 1.4375rem;transform: translateY(5px)}.product--details.content .product--additional-hints .medicaria--reciept,.product--details.content .product--additional-hints .sanicon--reciept{color: #ac1a0c}.product--details.content .product--additional-hints .medicaria--vegan,.product--details.content .product--additional-hints .sanicon--vegan{color: #457d3a}.product--details.content .product--additional-hints .medicaria--bio,.product--details.content .product--additional-hints .sanicon--bio{color: #7fa74c}.product--details.content .product--additional-hints .medicaria--reimport,.product--details.content .product--additional-hints .sanicon--reimport{color: #0d547d}.product--details.content .product--additional-hints .medicaria--animal,.product--details.content .product--additional-hints .sanicon--animal{color: #d72117}.product--details.content .product--additional-hints .medicaria--cooling,.product--details.content .product--additional-hints .sanicon--kuehlprodukt{color: #0094c8}.product--details.content .product--additional-hints .info-icon--tip{color: #2d6043}.product--details.content .product--actions .action--form{float: none}.product--details.content .product--actions .action--list{display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0 0 20px 0}.product--details.content .product--actions .action--list-item{list-style-type: none;display: flex;width: 100%;margin: 0;padding: 0}.product--details.content .product--actions .action--link{padding: .125rem .75rem .125rem .75rem;line-height: 2.125rem;background-image: linear-gradient(to bottom, #a8be00 0%, #2d6043 100%);background-color: #a8be00;border: 0 none;padding: .125rem .625rem .125rem .625rem;line-height: 2rem;border-radius: 3px;-webkit-appearance: none;-moz-appearance: none;appearance: none;font-size: .875rem;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;-webkit-font-smoothing: inherit;display: inline-block;position: relative;text-decoration: none;text-align: left;cursor: pointer;border: 1px solid #d8dcbf;color: #000;font-weight: 500;font-size: 20px;text-align: center;background-image: none;background-color: #e2001a;border: 0;color: #fff;border: 1px solid #e2001a;font-size: 14px;background-image: linear-gradient(to right, #f0f0f0 0%, #fff 100%);background: #fff;color: #2d6043;border: 1px solid #a8be00;border-radius: 0;background-clip: padding-box;font-weight: 700;width: 100%;display: flex;justify-content: center;align-items: center}.product--details.content .product--actions .action--link:hover{background: #2d6043;color: #fff}.product--details.content .product--actions .action--link.is--small{line-height: 1.875rem}.product--details.content .product--actions .action--link.is--large{line-height: 2.375rem}.product--details.content .product--actions .action--link.is--inverted{color: #e2001a;background-color: transparent}.product--details.content .product--actions .action--link [class^="icon--"]{font-size: .625rem}.product--details.content .product--actions .action--link .is--large{font-size: 1rem}.product--details.content .product--actions .action--link.is--icon-right{padding-right: 2.25rem}.product--details.content .product--actions .action--link.is--icon-right [class^="icon--"]{height: 1rem;line-height: 2rem;margin: -1rem 0rem 0rem 0rem;right: .75rem;font-weight: 400;display: block;position: absolute;top: 50%}.product--details.content .product--actions .action--link.is--icon-left{padding-left: 2.25rem}.product--details.content .product--actions .action--link.is--icon-left [class^="icon--"]{height: 1rem;line-height: 2rem;margin: -1rem 0rem 0rem 0rem;left: .75rem;font-weight: 400;display: block;position: absolute;top: 50%}.product--details.content .product--actions .action--link:disabled,.product--details.content .product--actions .action--link:disabled:hover,.product--details.content .product--actions .action--link.is--disabled,.product--details.content .product--actions .action--link.is--disabled:hover{opacity: .5;background-image: linear-gradient(to bottom, #fff 0%, #999 100%);background-color: #fff;background-image: none;border: 1px solid #d8dcbf;color: #000;cursor: not-allowed}.product--details.content .product--actions .action--link:hover{background: #fff;color: #2d6043;border-color: #2d6043}.product--details.content .product--actions .action--link:focus{outline: none}.product--details.content .product--actions .action--link.is--small{line-height: 1.75rem}.product--details.content .product--actions .action--link.is--medium{line-height: 2rem;height: 2.375rem}.product--details.content .product--actions .action--link.is--large{line-height: 2.25rem;height: 2.625rem}.product--details.content .product--actions .action--link.is--full{display: block}.product--details.content .product--actions .action--link.is--center{text-align: center}.product--details.content .product--actions .action--link:disabled,.product--details.content .product--actions .action--link:disabled:hover,.product--details.content .product--actions .action--link.is--disabled,.product--details.content .product--actions .action--link.is--disabled:hover{font-weight: 500;font-size: 20px;color: #fff;text-align: center;background-image: none;background-color: #e2001a;border: 0;border-radius: 0;background-clip: padding-box;border: 1px solid #e2001a;opacity: 0.5;cursor: not-allowed}.product--details.content .product--actions .action--link.modal--close{font-size: 20px;color: #666666;background: transparent}.product--details.content .product--actions .action--link.is--secondary{border: 1px solid #2d6043;background-color: #ffffff;color: #2d6043}.product--details.content .product--actions .action--link.is--secondary:hover{background-color: #ffffff;color: #2d6043;border-color: #e2001a}.product--details.content .product--actions .action--link.is--secondary:hover{border-color: #2d6043;background-color: #2d6043;color: #fff}.product--details.content .product--actions .action--link.hero{border: 2px solid #e2001a;color: #fff}.product--details.content .product--actions .action--link.hero.blue{background-color: #a8be00}.product--details.content .product--actions .action--link.hero.green{background-color: #2d6043}.product--details.content .product--actions .action--link:hover{background-color: #950011;color: #fff}.product--details.content .product--actions .action--link:disabled,.product--details.content .product--actions .action--link:disabled:hover,.product--details.content .product--actions .action--link.is--disabled,.product--details.content .product--actions .action--link.is--disabled:hover{font-size: .875rem}.product--details.content .product--actions .action--link:hover{border-color: #a8be00;background: #a8be00;color: #fff}.product--details.content .product--actions .action--link.hero{border: 2px solid #fff;color: #fff}.product--details.content .product--actions .action--link.hero.blue{background-color: #a8be00;background-image: linear-gradient(to right, #304513 0%, #a8be00 100%);color: #fff}.product--details.content .product--actions .action--link.hero.green{background-color: #d5f100;background-image: linear-gradient(to right, #a8be00 0%, #d5f100 100%);color: #fff}.product--details.content .product--actions .action--link:disabled,.product--details.content .product--actions .action--link:disabled:hover,.product--details.content .product--actions .action--link.is--disabled,.product--details.content .product--actions .action--link.is--disabled:hover{font-size: .875rem}.product--details.content .product--actions .action--link i{display: none}.product--details.content .product--actions .action--link:after{font-family: sanicon;content: "\e913";margin-left: 5px;font-size: .9em}.product--details.content .product--actions [class^="sanicon-"],.product--details.content .product--actions [class*=" sanicon-"]{font-size: 1.25rem;position: relative;top: 3px}.product--details.content .product--onpack-text{font-size: .875rem;line-height: 1.3125rem;color: #2d6043}.product--details.content .buybox--inner{position: relative;border: 0;background-color: transparent;margin-top: 0;padding: 20px 0}.product--details.content .buybox--inner .buybox--buy-container .buybox--button{float: none}.product--details.content .buybox--inner .prescription-hint{margin-bottom: .625rem}.product--details.content .product--buybox .price--line-through{display: block}.product--details.content .product--buybox .price--content{display: block;color: #000;font-weight: 700}.product--details.content .product--buybox .price--discount .price--content{display: block;color: #000;font-weight: 700;line-height: 20px}.product--details.content .product--buybox .buybox--button-container{width: 100%;max-width: none}.product--details.content .product--buybox .buybox--button-container .buybox--quantity{width: 40%;padding-right: 3%;margin-right: 0}.product--details.content .product--buybox .buybox--button-container .buybox--quantity .buybox--quantity-label{width: 40%;font-weight: 400}.product--details.content .product--buybox .buybox--button-container .buybox--quantity .select-field{width: 60px;float: right;height: 2.625rem}.product--details.content .product--buybox .buybox--button-container .buybox--quantity .select-field select{border-radius: 0;background-clip: padding-box}.product--details.content .product--buybox .buybox--button-container .buybox--button{width: 60%;float: none}.product--details.content .product--buybox .buybox--button-container .buybox--button.btn.is--icon-right{padding-right: 1.625rem}.product--details.content .product--buybox .product--actions{display: none}.product--details.content .product--buybox .alert.is--success,.product--details.content .product--buybox .alert.is--promotion{margin-top: 0;margin-bottom: 0}.product--details.content .product--buybox .alert.is--success .alert--icon,.product--details.content .product--buybox .alert.is--promotion .alert--icon{background: #a8be00}.product--details.content .product--buybox .liveshopping--prices .content--price{background: transparent}.product--details.content .product--buybox .liveshopping--prices .price--container{display: flex;flex-direction: row-reverse;align-items: baseline;justify-content: center;background: #2d6043;padding: 2px 0;max-width: 200px;margin-bottom: 10px}.product--details.content .product--buybox .liveshopping--prices .liveshopping--price{text-align: center;font-weight: 700;margin-left: 5px;font-size: 18px}.product--details.content .tab-menu--product:before{content: "";display: block;width: 100%;clear: both;float: none}.product--details.content .product-slider{margin-bottom: 30px;border: 1px solid #d8dcbf;border-radius: 0;background-clip: padding-box}.product--details.content .recommendation--similar .similar--content .product-slider{margin: 3px 3px 30px 3px;border: 13px;border-style: solid;border-radius: 15px;border-color: #dfe8c3;box-shadow: 0px 0px 0px 3px #a8be00}.product--details.content .details-split--container .panel--title{padding: 10px 0;margin: 0 0 10px 0;line-height: 1}.product--details.content .details-split--container .js--off-canvas-button .tab--title:after{display: none}.product--details.content .details-split--container .details-split--col-1 .panel--title{position: relative;display: flex;justify-content: space-between;align-items: center}.product--details.content .details-split--container .details-split--col-2{display: flex;flex-direction: column}.product--details.content .details-split--container .details-split--col-2 > div{width: 100%;float: none}.category-recommendations .panel--title{margin-bottom: 0}.category-recommendations .category-recommendations--content a{color: #2d6043}.category-recommendations .category-recommendations--content > ul{margin: 10px 0}.indication--container{border-bottom: 1px solid #d8dcbf;margin-bottom: 20px;padding-bottom: 20px}.kennzeichen--container{padding-bottom: 20px}.rating--container{width: 100%;overflow: auto;border-bottom: 1px solid #d8dcbf;margin-bottom: 20px;padding-bottom: 20px}.rating--container .ts-rating-light.productreviews .ts-reviews-list > li{margin-left: initial}.rating--container .product--rating{letter-spacing: normal}.product--offcanvas-buybox .offcanvas-buybox--container{align-items: center}.details-split--container{display: flex;flex-direction: column}.product--details .content--description,.product--details .content--product-reviews,.product--details .content--related-products,.product--details .content--similar-products{padding: 0}.product--details .content--title{margin: 0;color: #2d6043}.below_image{display: flex;flex-direction: column}.below_image > div{order: 2}.below_image > div.product--image-vary-hint{order: 1}.similar-related--container,.similar-related--container--splitted{display: flex;justify-content: space-between;flex-wrap: wrap}.similar-related--container > div,.similar-related--container--splitted > div{flex: 1 1 100%;max-width: 100%}.similar-related--container .product-slider--item,.similar-related--container--splitted .product-slider--item{width: 100%}@media screen and (max-width: 64em){.product--offcanvas-buybox{background-color: #f6f6f6}.product--offcanvas-buybox .offcanvas-buybox--price .content--default{color: #000;font-weight: 700}.product--offcanvas-buybox .offcanvas-buybox--cartbutton .buybox--button{line-height: normal}.product--offcanvas-buybox .offcanvas-buybox--cartbutton .buybox--button .icon--basket{font-size: 1.875rem}}@media screen and (min-width: 30em){.product--details.content{margin-top: 20px}.product--details.content .product--detail-upper .product--onpack-image{top: 0}.product--details.content .product--additional-links a.additional-link{width: 50%}.product--details.content .product--additional-links a.additional-link:nth-child(2n){width: 49%;margin-left: 1%}.product--details.content .product--additional-links a.additional-link:hover{color: #2d6043}.product--details.content .similar--content .product-slider,.product--details.content .viewed--content .product-slider,.product--details.content .bought--content .product-slider,.product--details.content .related--content .product-slider,.product--details.content .product-streams--content .product-slider{padding: .625rem .625rem .625rem .625rem}.product--details.content .tab-menu--product .tab--preview{display: block}.product--details.content .configurator--form,.product--details.content .buybox--form{width: 100%}.similar-related--container--splitted > div{flex: 0 1 49%}}@media screen and (min-width: 48em){.product--details.content .product--detail-upper .product--onpack-image{top: 0}.product--details.content .product--actions{overflow: hidden}.product--details.content .product--actions .action--list{flex-wrap: nowrap;margin: 0 0 20px 0;display: grid;grid-auto-flow: column;grid-auto-columns: 1fr;gap: 1em}.product--details.content .product--actions .action--list-item{width: auto}.product--details.content .content--description{padding-top: 0}.product--details.content .tab-menu--product .tab--preview{display: none}.details-split--container .details-split--col .similar-related--container .product-slider--container{text-align: center}.details-split--container .details-split--col .similar-related--container .product-slider--container .product-slider--item{text-align: left;width: 50% !important;margin: 0 auto}}@media screen and (min-width: 64em){.product--details.content .product--header--top{display: none}.product--details.content .product--header .product--info,.product--details.content .product--header .product--subtitle{display: block;padding-top: 0}.product--details.content .product--detail-upper .badge--recommend.promotionBadge{transform: translateY(0)}.product--details.content .product--detail-upper .product--badges + .badge--recommend.promotionBadge{transform: translateY(30)}.product--details.content .buybox--form{padding-top: 0}.product--details.content .buybox--outer.liveshopping .product--price.price--default.price--discount{width: 100%}.product--details.content .liveshopping--prices .content--price{width: 38%;margin-right: 3%}.details-split--container{flex-direction: row;justify-content: space-between;align-items: flex-start;margin-bottom: 20px}.details-split--container .details-split--col{width: 49%}.details-split--container .details-split--col .product-slider .product-slider--item{width: 100%}.details-split--container .details-split--col .recommendation--interesting .product-slider .product-slider--item{width: 50% !important}.kennzeichen--container{border-bottom-width: 0;margin-bottom: 0;padding-bottom: 20px}}@media screen and (min-width: 78.75em){.product--details.content .product--buybox .buybox--inner{display: block}.product--details.content .product--buybox .buybox--inner .buybox--buy-container{width: 100%;position: relative;bottom: auto;right: auto;float: none}.product--details.content .product--buybox .buybox--inner .buybox--price-container{width: 100%;float: none;padding-right: 0}.product--details.content .product--buybox .buybox--inner .buybox--price-container.has--block-prices .block-prices--container{margin-bottom: 1.25rem}.product--details.content .product--buybox .buybox--inner .buybox--price-container.has--block-prices ~ .buybox--buy-container{position: relative;bottom: 0;right: 0}.product--details.content .product--buybox .alert.is--success,.product--details.content .product--buybox .alert.is--promotion{width: 60%;margin-left: 40%}.product--details.content .product--additional-links a.additional-link{width: 40%}.product--details.content .product--additional-links a.additional-link:nth-child(2n){width: 39%;margin-left: 10%}.product--details.content .product--additional-links a.additional-link:hover{color: #2d6043}}.content--breadcrumb{min-height: 15px}.content--breadcrumb .breadcrumb--link{color: #999}.content--breadcrumb .is--active .breadcrumb--link{color: #999}.content--breadcrumb .breadcrumb--separator{color: #999}.content--breadcrumb.breadcrumb--no-entries{display: none}body:not(.is--ctl-index.is--act-index) .content--breadcrumb.breadcrumb--no-entries{height: 2.75rem}body.is--ctl-index.is--act-index .content--breadcrumb .breadcrumb--list{display: none}@media screen and (min-width: 48em){.content--breadcrumb{padding-left: 0rem}}.register--form-optIn-finish-submit,.register--content + #existing-customer-action,.register--content + #new-customer-action{background: #a8be00;background: #2d6043;border: 0 none;color: #fff}.register--form-optIn-finish-submit:hover,.register--content + #existing-customer-action:hover,.register--content + #new-customer-action:hover{background-color: #d5f100}.register--form-optIn-finish-submit:hover,.register--content + #existing-customer-action:hover,.register--content + #new-customer-action:hover{background: #a8be00}.register--login .register--login-description{display: none}.register--content .btn.is--primary{background: #a8be00;background: #2d6043;border: 0 none;color: #fff}.register--content .btn.is--primary:hover{background-color: #d5f100}.register--content .btn.is--primary:hover{background: #a8be00}.register--content .register--password-description{margin-top: 0}.is--ctl-register.is--target-account .content-main--inner,.is--ctl-register.is--target-checkout .content-main--inner{margin-top: 1.25rem}.is--ctl-register.is--target-account .register--login,.is--ctl-register.is--target-checkout .register--login,.is--ctl-register.is--target-account .registration-wrapper,.is--ctl-register.is--target-checkout .registration-wrapper{margin-top: 0rem}.steps--content .steps--list{display: flex;flex-direction: row;justify-content: space-evenly}.steps--content .steps--list:after{display: none}.steps--content .steps--spacer .icon--arrow-right{color: #dfe8c3}.steps--content .steps--spacer .icon--arrow-right:before{font-size: 1rem}.steps--content .steps--entry{display: inline}.steps--content .steps--entry.steps--spacer{display: none}.steps--content .steps--entry .text{color: #2d6043;text-transform: uppercase;font-weight: 400;font-size: .875rem}.steps--content .steps--entry .icon{background: #dfe8c3;color: #2d6043}.steps--content .steps--entry.is--active .text{color: #2d6043;text-transform: uppercase;font-weight: 400}.steps--content .steps--entry.is--active .icon{background-color: #2d6043;color: #fff}@media screen and (min-width: 48em){.register--message{max-width: 75%}.registration-wrapper{padding-right: 25%}.is--ctl-register .content-main--inner{position: relative}.steps--content .steps--list{display: table-row}.steps--content .steps--list:after{display: table}.steps--content .steps--entry{display: table-cell}.steps--content .steps--entry.steps--spacer{display: table-cell}}.search--content{padding: 0}.search--content .listing--topproduct{float: left;width: 100%}.search--content .listing--topproduct .panel--title{color: #2d6043;font-size: 1rem;line-height: 1.75rem;padding-top: 0rem}.search--content .listing--topproduct .panel--title:first-letter{text-transform: none}.search--content .listing--topproduct .panel--body{padding-left: 0rem;padding-right: 0rem;line-height: normal}.filter--active,.search--cat-filter .cat-filter--reset,.search--cat-filter .cat-filter--reset{border-radius: 0;background-clip: padding-box}.search--headline{margin-bottom: 40px}.main-search--results.es-suggest li.entry--empty span{color: #2d6043}.main-search--results.es-suggest li.entry--empty:hover{background: #fff}.main-search--results.es-suggest .block-group .es-title{font-size: 1rem;color: #304513;font-weight: 700;background-color: #f6f6f6}.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier li.highlight-suggest-marketing{background-color: #dfe8c3}.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier li.highlight-suggest-marketing a,.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier li.highlight-suggest-marketing img[alt]:after{background-color: #a8be00}.main-search--results.es-suggest .block-group .list--products li.highlight-suggest-marketing .description{background-color: #dfe8c3;height: 4rem;padding: 5px}.is--ctl-search .product--box.box--list .product--btn-container{width: 100%}.is--ctl-search .product--box.box--list .delivery--information{display: block}@media screen and (min-width: 48em){.search--results .action--filter-options{display: none}.search--results .listing--actions{padding: 0}.search--results .action--sort{margin: 0}.search--results .action--sort .sort--label{margin: 0;color: #2d6043}.search--results .action--sort .select-field > select{color: #777}.is--ctl-search .action--filter-options{top: 0;width: 100%;border: 0;border-radius: 0}.is--ctl-search .sidebar-filter .action--filter-options{border: 0 none;border-radius: 0}.is--ctl-search .sidebar-filter .filter--container{padding: 0}.is--ctl-search .sidebar-filter .filter-panel,.is--ctl-search .sidebar-filter .filter-panel.is--collapsed{height: auto;border: 0 none;border-bottom: 1px solid #2d6043}.is--ctl-search .sidebar-filter .filter-panel .filter-panel--flyout,.is--ctl-search .sidebar-filter .filter-panel.is--collapsed .filter-panel--flyout{height: auto;overflow: visible;position: relative}.is--ctl-search .sidebar-filter .filter-panel .filter-panel--icon,.is--ctl-search .sidebar-filter .filter-panel.is--collapsed .filter-panel--icon{display: none}.is--ctl-search .sidebar-filter .filter-panel .filter-panel--title,.is--ctl-search .sidebar-filter .filter-panel.is--collapsed .filter-panel--title{color: #2d6043;height: 1.875rem;margin-bottom: 0rem;font-weight: 700}.is--ctl-search .sidebar-filter .filter-panel--label{white-space: normal;font-size: .75rem;padding-left: 1.5625rem}.is--ctl-search .sidebar-filter .value-tree--option{margin-bottom: 0rem}.is--ctl-search .filters--headline{display: flex;justify-content: center;align-items: center;text-align: center;margin: 0rem 0rem .625rem 0rem;padding: 0rem .625rem 0rem .625rem;line-height: 1.75rem;font-size: .875rem;font-weight: 700;color: #fff;border: 0 none;border-radius: 0;background-clip: padding-box;background-color: #2d6043}}.confirm--content .product--table .is--last-row{border-bottom: 1px solid #d8dcbf}.confirm--content .product--table .basket--footer{background-color: #dfe8c3;border: 0 none;margin-top: .625rem}.confirm--content .product--table .basket--footer .aggregation--list{border: 0 none;background-color: #dfe8c3}.confirm--content .product--table > .panel{margin-bottom: 0rem}.confirm--content .table--aggregation{display: block}.confirm--content .column--unit-price{display: block}.confirm--content .column--tax-price{display: none}.confirm--content #confirm--form > div.tos--panel:first-child{display: none}.confirm--content .main--actions .btn.is--primary{background: #a8be00;background: #2d6043;border: 0 none;color: #fff}.confirm--content .main--actions .btn.is--primary:hover{background-color: #d5f100}.confirm--content .main--actions .btn.is--primary:hover{background: #a8be00}#shippingPaymentForm + .confirm--inner-container + .table--actions.actions--bottom{width: calc(100% + 20px)}.information--panel .panel--title.has--border{color: #000;border-bottom-color: #d8dcbf;margin-bottom: .625rem;padding-left: 0rem;background: 0 none}.information--panel .panel--actions{padding: .625rem .625rem .625rem .625rem}.information--panel .panel--actions .btn{border: 0 none;background: 0 none;padding: .625rem .625rem .625rem .625rem}@media screen and (min-width: 30em){.confirm--content .product--table .row--premium-product .column--product,.confirm--content .product--table .row--rebate .column--product,.confirm--content .product--table .row--voucher .column--product{width: 77%}.confirm--content .product--table .row--premium-product .column--image,.confirm--content .product--table .row--rebate .column--image,.confirm--content .product--table .row--voucher .column--image{width: 20%}.confirm--content .product--table .row--premium-product .table--content,.confirm--content .product--table .row--rebate .table--content,.confirm--content .product--table .row--voucher .table--content{width: 80%}.confirm--content .product--table .row--premium-product .column--tax-price,.confirm--content .product--table .row--rebate .column--tax-price,.confirm--content .product--table .row--voucher .column--tax-price{width: 27%}.confirm--content .product--table .row--premium-product .column--total-price,.confirm--content .product--table .row--rebate .column--total-price,.confirm--content .product--table .row--voucher .column--total-price{width: 100%}}@media screen and (min-width: 48em){.confirm--content .product--table .row--premium-product .column--product,.confirm--content .product--table .row--rebate .column--product,.confirm--content .product--table .row--voucher .column--product{width: 100%}.confirm--content .product--table .row--premium-product .column--image,.confirm--content .product--table .row--rebate .column--image,.confirm--content .product--table .row--voucher .column--image{width: 16%}.confirm--content .product--table .row--premium-product .column--tax-price,.confirm--content .product--table .row--rebate .column--tax-price,.confirm--content .product--table .row--voucher .column--tax-price{width: 45%;margin-left: 0}.confirm--content .product--table .row--premium-product .column--total-price,.confirm--content .product--table .row--rebate .column--total-price,.confirm--content .product--table .row--voucher .column--total-price{width: 100%}.confirm--content .product--table .row--product .column--tax-price{line-height: 1.5rem}.confirm--content .product--table .is--last-row{border-bottom: 1px solid #d8dcbf}.confirm--content .product--table .basket--footer{margin: .625rem 0rem -1.25rem 0rem;border: 0 none}.confirm--content .product--table .basket--footer .aggregation--list{padding-right: .625rem}.confirm--content #confirm--form > div.tos--panel:first-child{display: none}.content--confirm .confirm--inner-container .basket--footer{border: 0 none}#shippingPaymentForm + .confirm--inner-container + .table--actions.actions--bottom{width: 100%}}@media screen and (min-width: 64em){.confirm--content .product--table .row--premium-product .column--product,.confirm--content .product--table .row--rebate .column--product,.confirm--content .product--table .row--voucher .column--product{width: 50%}.confirm--content .product--table .row--premium-product .column--image,.confirm--content .product--table .row--rebate .column--image,.confirm--content .product--table .row--voucher .column--image{width: 16%}.confirm--content .product--table .row--premium-product .column--tax-price,.confirm--content .product--table .row--rebate .column--tax-price,.confirm--content .product--table .row--voucher .column--tax-price{width: 27%}.confirm--content .product--table .row--premium-product .column--total-price,.confirm--content .product--table .row--rebate .column--total-price,.confirm--content .product--table .row--voucher .column--total-price{width: 50%}}@media screen and (min-width: 78.75em){.confirm--content .product--table .row--premium-product .column--product,.confirm--content .product--table .row--rebate .column--product,.confirm--content .product--table .row--voucher .column--product{width: 50%}.confirm--content .product--table .row--premium-product .column--image,.confirm--content .product--table .row--rebate .column--image,.confirm--content .product--table .row--voucher .column--image{width: 14%}.confirm--content .product--table .row--premium-product .column--tax-price,.confirm--content .product--table .row--rebate .column--tax-price,.confirm--content .product--table .row--voucher .column--tax-price{width: 27%}.confirm--content .product--table .row--premium-product .column--total-price,.confirm--content .product--table .row--rebate .column--total-price,.confirm--content .product--table .row--voucher .column--total-price{width: 50%}}.address--box .panel--actions .btn:before,.account--box .panel--actions .btn:before,.information--panel-item .panel--actions .btn:before{content: "\e91b";font-family: "sanicon"}.account--dropdown-navigation .account--menu{box-shadow: none;border-color: #d8dcbf}.account--dropdown-navigation .account--menu:before{border-bottom-color: #d8dcbf;box-shadow: none}.address--box .panel--actions .btn,.account--box .panel--actions .btn,.information--panel-item .panel--actions .btn{display: inline-flex;justify-content: center;align-items: center}.account--welcome .panel--title.is--underline{margin-bottom: 2.5rem;padding-top: 0rem}.account-panel-label{text-transform: uppercase;font-size: 16px;font-weight: 700}.account--info div.panel--title,.account--billing div.panel--title,.account--payment div.panel--title,.account--shipping div.panel--title,.account--address .address--item-body div.panel--title,.account--info h2.panel--title,.account--billing h2.panel--title,.account--payment h2.panel--title,.account--shipping h2.panel--title,.account--address .address--item-body h2.panel--title{color: #000;border-bottom-color: #d8dcbf;margin-bottom: .625rem;padding-left: 0rem;padding-top: 1.25rem;background: 0 none}.account--info .panel--actions,.account--billing .panel--actions,.account--payment .panel--actions,.account--shipping .panel--actions,.account--address .address--item-body .panel--actions{padding: .625rem .625rem .625rem .625rem}.account--info .panel--actions .btn,.account--billing .panel--actions .btn,.account--payment .panel--actions .btn,.account--shipping .panel--actions .btn,.account--address .address--item-body .panel--actions .btn{border: 0 none;background: 0 none;padding: .625rem .625rem .625rem .625rem}@media screen and (min-width: 48em){.account--menu .navigation--headline{font-size: 16px;font-weight: 700;color: #2d6043;line-height: 1;padding: 0 0 10px 0}.account--dropdown-navigation .account--menu .navigation--headline{color: #2d6043;font-weight: 700;padding: 20px 20px 0 20px;font-size: 18px}.account--dropdown-navigation .account--menu .account--menu-container{padding-bottom: 1.25rem}.account--address.account--content,.account--content{margin-top: 0rem;padding-top: 0rem}}@media screen and (min-width: 64em){.shop--navigation .navigation--list .account--menu-container .navigation--list{flex-direction: column}}.is--ctl-replydirectorder .reply-direct-order-submit{width: 100%;max-width: 250px;float: none;margin-bottom: 1.25rem}.is--ctl-replydirectorder .reply-direct-order-submit .icon--basket{font-size: 1.6875rem;left: auto;right: 10px}.is--ctl-replydirectorder .reply-direct-order-resetform{width: 100%;max-width: 250px;float: none}.is--ctl-replydirectorder .reply-direct-order-table{border: 0 none;border-spacing: 1px}.is--ctl-replydirectorder .reply-direct-order-table td:first-child{padding-left: 0}@media screen and (min-width: 30em){.is--ctl-replydirectorder .reply-direct-order-submit{float: right;margin-bottom: 0}.is--ctl-replydirectorder .reply-direct-order-resetform{float: left}}@media screen and (min-width: 78.75em){.reply-direct-order{padding: 0rem 0rem 0rem .625rem}}.newsletter--content .newsletter-form-wrapper{background-color: transparent;border: 0 none}@media screen and (min-width: 48em){.newsletter--content{padding-top: 0rem}}@media screen and (min-width: 78.75em){.newsletter--content{padding-top: 0rem}}.custom-page--content .content--custom table{border-collapse: collapse}.custom-page--content .content--custom th,.custom-page--content .content--custom td{border: .5pt solid #000;color: #000}@media screen and (min-width: 48em){.custom-page--content{margin-top: 0rem}}@media screen and (min-width: 78.75em){.custom-page--content{margin-top: 0rem}}@media screen and (min-width: 48em){.forms--content{margin-top: 0rem}}@media screen and (min-width: 78.75em){.forms--content{margin-top: 0rem}}.is--ctl-custom .panel--title{margin-top: 1.25rem;margin-bottom: 1.875rem}.is--ctl-custom .faq--wrap{border-bottom: 1px solid #d8dcbf;padding: .625rem .625rem .625rem .625rem}.is--ctl-custom .faq--wrap .faq--label{font-size: .875rem;cursor: pointer}.is--ctl-custom .faq--wrap .faq--label:before{display: inline-block;font-family: sanicon;content: "\e902";font-size: .75rem;margin-right: .875rem}.is--ctl-custom .faq--wrap .faq--label:hover{color: #2d6043}.is--ctl-custom .faq--wrap .faq--label.is--active:before{transform: rotate(180deg)}.is--ctl-custom .faq--wrap .faq--content h3{font-size: 1rem}.is--ctl-blog.is--act-detail .content--breadcrumb li.breadcrumb--separator:last-child{display: none}.is--ctl-blog.is--act-detail .content--breadcrumb li:nth-last-of-type(2){display: list-item}.blog--header{margin-bottom: 1.5625rem}.blog--header .blog--header-image{width: 100%;height: auto}.blog--teaser .category--teaser{margin: 0rem 0rem 0rem 0rem}.blog--teaser .category--teaser .hero--headline{font-size: 1rem;margin: 0rem 0rem 1.5625rem 0rem;padding-bottom: .625rem}.blog--content{margin-top: 0rem}.blog--content .blog--box .blog--box-headline{margin-bottom: 1.5625rem}.blog--content .blog--box .blog--box-metadata{border: 0 none;color: #777;font-size: .75rem}.blog--detail.panel{margin-top: 0rem}.blog--detail .blog--detail-headline{margin-bottom: 1.5625rem}.blog--detail .blog--box-metadata{border: 0 none;color: #777;font-size: .75rem}.blog--detail .blog--crossselling-headline{margin-bottom: 1.5625rem}@media screen and (min-width: 48em){.blog--content .blog--navigation .blog--sidebar-title{text-transform: uppercase;line-height: 1.75rem;display: block;margin: 0rem 0rem .625rem 0rem;padding: 0rem .625rem 0rem .625rem;font-size: .875rem;font-weight: 700;color: #fff;background-color: #2d6043;border: 0 none}.blog--content .blog--navigation .blog--sidebar-title:hover{color: #fff}.blog--content .blog--navigation .collapse--content{padding: 0rem .625rem 0rem .625rem}.blog--content .blog--navigation .collapse--content .filter--entry-link{color: #777;line-height: 2.25rem}.blog--content .blog--filter-options .filter--group{border: 0 none}.blog--listing .panel--title{margin-left: 0rem}.blog--listing .panel--body{padding-left: 0rem}}@media screen and (min-width: 78.75em){.blog--detail.panel{margin-top: 0rem}}.emotion--tip-article{border: 1px solid #d8dcbf;border-radius: 0;background-clip: padding-box;padding: .625rem .625rem .625rem .625rem;float: none}.emotion--tip-article:after{display: table;content: "";clear: both}.emotion--tip-article .product--box{float: none;padding: 0}.emotion--tip-article .apotheker-tipp--image{text-align: center;margin: .625rem 0rem .625rem 0rem;max-height: 9.375rem}.emotion--tip-article .apotheker-tipp--image img{display: inline;height: auto;max-height: inherit}.emotion--tip-article .product--image{margin: 0rem 0rem .625rem 0rem;max-height: 9.375rem}.emotion--tip-article .apotheker-tipp--product .product--title{height: auto}.emotion--tip-article .apotheker-tipp--product .listing--article-hints{height: auto;margin: 0rem 0rem .625rem 0rem}.emotion--tip-article .apotheker-tipp--product .product--price-info{height: auto;min-height: 0;margin: 0rem 0rem .625rem 0rem;padding: .625rem 0rem 0rem 0rem}.emotion--tip-article .apotheker-tipp--product .listing--discount-info{margin: 0rem 0rem .625rem 0rem}.emotion--tip-article .apotheker-tipp--product .product--price{color: #000}.emotion--tip-article .apotheker-tipp--product .product--price .price--pseudo{display: inline}.emotion--tip-article .apotheker-tipp--product .product--price .price--discount{color: #000}.emotion--tip-article .apotheker-tipp--product .product--price .price--default{display: inline;font-size: 1.5rem;font-weight: 300;color: #2d6043}.emotion--tip-article .apotheker-tipp--product .list--discount-label{color: #000;font-weight: 300}.emotion--tip-article .buybox--form .quantity--select{min-width: initial;max-width: initial}@media screen and (min-width: 30em){.emotion--tip-article .buybox--form{display: flex;flex-direction: row;justify-content: space-between}.emotion--tip-article .buybox--form .quantity--select{width: 35%}.emotion--tip-article .buybox--form .quantity--select > select{height: 2.625rem}.emotion--tip-article .buybox--form .buybox--button{width: 60%}}@media screen and (min-width: 48em){.emotion--tip-article .apotheker-tipp--wrapper{display: flex;flex-direction: row;justify-content: space-between}.emotion--tip-article .apotheker-tipp--wrapper .apotheker-tipp--image{width: 45%}.emotion--tip-article .apotheker-tipp--wrapper .apotheker-tipp--desc{width: 50%}.emotion--tip-article .box--content{display: flex;flex-direction: row;justify-content: space-between}.emotion--tip-article .product--image-wrapper{width: 45%}.emotion--tip-article .product--info-wrapper{width: 50%}}@media screen and (min-width: 78.75em){.emotion--tip-article .apotheker-tipp--inner{position: relative}.emotion--tip-article .apotheker-tipp--wrapper{display: block;flex-direction: initial;justify-content: initial;padding-left: 20%;padding-right: 40%;width: 100%}.emotion--tip-article .apotheker-tipp--wrapper .apotheker-tipp--image{width: 20%;position: absolute;bottom: 0;left: 0}.emotion--tip-article .apotheker-tipp--wrapper .apotheker-tipp--desc{width: 100%}.emotion--tip-article .product--info-wrapper{width: 100%}.emotion--tip-article .apotheker-tipp--title{top: 0;left: 0;right: auto;bottom: auto;position: relative;width: 100%;margin-bottom: 1.25rem;padding: 1.25rem .625rem .625rem .625rem}.emotion--tip-article .box--content{display: block;padding: 0;width: 100%;position: initial}.emotion--tip-article .box--content .product--badges{left: 0}.emotion--tip-article .product--container{width: 100%;padding-left: 20%;padding-right: 40%}.emotion--tip-article .product--image-wrapper{position: absolute;width: 38%;right: 0;left: auto;transform: translateY(-50%);top: 50%;bottom: auto;margin-right: .625rem;padding-bottom: 4.375rem}.emotion--tip-article .product--image{padding-top: 1.25rem}.emotion--tip-article .product--badges{top: 20px}.emotion--tip-article .product--btn-container{position: absolute;width: 38%;right: 0;left: auto;top: auto;bottom: 0;margin-right: .625rem;margin-bottom: .625rem}}.emotion--mode-rows .sanicare-emotion-widget .emotion--product-slider{height: auto}.emotion--mode-rows .sanicare-emotion-widget .emotion--product-slider .tab--container-list{height: auto;overflow: hidden;padding: .625rem 0rem .625rem 0rem}.tab-menu--top-products.js--tab-menu .tab--navigation{display: none}.tab-menu--top-products.js--tab-menu .image-slider--container{height: auto;margin-bottom: auto}.tab-menu--top-products.js--tab-menu .image-slider--container:after:after{content: "";display: table;clear: both}.tab-menu--top-products.js--tab-menu .image-slider--container .image-slider--slide:after:after{content: "";display: table;clear: both}.tab-menu--top-products.js--tab-menu .image-slider--container .arrow{border-radius: 0;border: 0 none;top: 0;height: 3.125rem;background: transparent;margin: 0;display: block;position: absolute}.tab-menu--top-products.js--tab-menu .image-slider--container .arrow:before{color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}.tab-menu--top-products.js--tab-menu .tab--container.has--content:not(:last-child){margin-right: -0.28125rem}.tab-menu--top-products.js--tab-menu .tab--container.has--content:not(.is--active){display: inline-block}.tab-menu--top-products.js--tab-menu .tab--container.has--content.is--active{display: inline-block}.tab-menu--top-products.js--tab-menu .tab--container.has--content .top-products--content.is--horizontal{border: none}.tab-menu--top-products.js--tab-menu .tab--container.has--content .top-products--content.is--horizontal:after:after{content: "";display: table;clear: both}.tab-menu--top-products.js--tab-menu .box--minimal .product--title{white-space: initial}.tab-menu--top-products.js--tab-menu .panel--title.product-slider--title{font-size: inherit;text-transform: none;border: none;color: #fff;background: #e2001a;text-align: center;position: relative;padding: 0;height: 3.125rem;line-height: 3.125rem;margin: 0rem 0rem 1.5625rem 0rem}.tab-menu--top-products.js--tab-menu .panel--title.product-slider--title span{font-size: 1rem;font-weight: 700;text-transform: uppercase}@media screen and (min-width: 30em){.emotion--mode-rows .sanicare-emotion-widget .emotion--product-slider{height: auto}}@media screen and (min-width: 64em){.emotion--mode-rows .sanicare-emotion-widget .panel--title{display: none}.emotion--mode-rows .sanicare-emotion-widget .emotion--product-slider{height: auto}.emotion--mode-rows .sanicare-emotion-widget .emotion--product-slider .box--minimal{width: 50% !important}.emotion--mode-rows .sanicare-emotion-widget .emotion--product-slider .arrow{display: none}.emotion--mode-rows .sanicare-emotion-widget .tab-menu--top-products.js--tab-menu .tab--navigation{color: #fff;background-color: #e2001a;display: flex;width: 100%;justify-content: center;border-radius: 0;background-clip: padding-box}.emotion--mode-rows .sanicare-emotion-widget .tab-menu--top-products.js--tab-menu .tab--navigation .tab--link{color: #fff;border-radius: 0;position: relative;text-align: center;cursor: pointer;padding: 10px 6px;background-color: #e2001a;text-transform: uppercase}.emotion--mode-rows .sanicare-emotion-widget .tab-menu--top-products.js--tab-menu .tab--navigation .tab--link.is--active,.emotion--mode-rows .sanicare-emotion-widget .tab-menu--top-products.js--tab-menu .tab--navigation .tab--link:hover{background-color: #e2001a;font-weight: 700;text-decoration: underline;border-radius: 0;font-weight: bold}.emotion--mode-rows .sanicare-emotion-widget .tab-menu--top-products.js--tab-menu .tab--navigation a::before{display: block;content: attr(title);font-weight: bold;height: 0;overflow: hidden;visibility: hidden}.emotion--mode-rows .sanicare-emotion-widget .tab-menu--top-products.js--tab-menu .tab--navigation .tab--spacer{display: inline-block;width: 1px;font-size: 0;line-height: 0;margin: 16px 0;background-color: #fff}.emotion--mode-rows .sanicare-emotion-widget .tab-menu--top-products.js--tab-menu .tab--container.has--content:not(.is--active){display: none}.emotion--mode-rows .sanicare-emotion-widget .tab-menu--top-products.js--tab-menu .tab--container.has--content.is--active{display: block}.emotion--mode-rows .sanicare-emotion-widget .emotion--product-slider{height: auto}.emotion--mode-rows .sanicare-emotion-widget .emotion--product-slider .box--minimal{width: 25% !important}.emotion--mode-rows .sanicare-emotion-widget .tab-menu--top-products.js--tab-menu .tab--navigation .tab--link{padding: 10px 15px}}@media screen and (min-width: 78.75em){.emotion--mode-rows .sanicare-emotion-widget .emotion--product-slider{height: auto}.emotion--mode-rows .sanicare-emotion-widget .emotion--product-slider .box--minimal{width: 25% !important;height: auto}}.campaign-qa-wrapper{margin-bottom: 1.25rem}.campaign-qa-wrapper .listing--campaign-pharmacist{display: none}.campaign-qa-wrapper .listing--campaign-categories{width: 100%}.campaign-qa-wrapper a.campaign--answers-link{display: block}.listing--campaign-categories{margin-bottom: 1.25rem}.listing--campaign-categories h1.campaign--question{font-weight: 400;font-size: 1.5rem;margin-bottom: 1.25rem;margin-top: 1.25rem;color: #777}.listing--campaign-categories .campaign--answers .campaign--answer{margin-bottom: .625rem}.listing--campaign-categories .campaign--answers .campaign--answer a.campaign--answers-link{position: relative;padding-left: 1.5625rem}.listing--campaign-categories .campaign--answers .campaign--answer a.campaign--answers-link .campaign--check-answer{display: block;position: absolute;top: 0;left: 0;height: .9375rem;width: .9375rem;border: 1px solid #2d6043;background: #fff;border-radius: 0;background-clip: padding-box}.listing--campaign-categories .campaign--answers .campaign--answer a.campaign--answers-link:hover .campaign--check-answer{background: #a8be00}.listing--content-campaign .content--emotions{padding: 0rem 0rem 0rem 0rem;margin-bottom: 1.25rem}.listing--content-campaign .content--emotions .content--emotions-box{border: 1px solid #d8dcbf;border-radius: 0;background-clip: padding-box}.listing--content-campaign .content--emotions .emotion--product{padding: 0rem 0rem 0rem 0rem}.listing--content-campaign .content--emotions .emotion--product .product--box.box--list{border: 0 none}.listing--content-campaign .content--emotions .product--box.box--image,.listing--content-campaign .content--emotions .product--box.box--list{border-bottom: 0 none}.listing--content-campaign .content--emotions .product--box.box--image .box--content,.listing--content-campaign .content--emotions .product--box.box--list .box--content{padding-bottom: 0}.listing--content-campaign .content--emotions .panel--title{color: #2d6043;font-size: 1rem;line-height: 1.625rem}.listing--content-campaign .content--emotions .panel--title:first-letter{text-transform: none}@media screen and (min-width: 30em){.campaign-qa-wrapper{display: flex;flex-direction: row-reverse}.campaign-qa-wrapper .listing--campaign-pharmacist{display: block;width: 30%;padding-top: 1.25rem}.campaign-qa-wrapper .listing--campaign-pharmacist img{display: inline;max-height: 200px}.campaign-qa-wrapper .listing--campaign-categories{width: 70%;display: flex;flex-direction: column;justify-content: center}}@media screen and (min-width: 64em){.campaign-qa-wrapper .listing--campaign-pharmacist{width: 30%;text-align: center}.campaign-qa-wrapper .listing--campaign-categories{width: 70%}}.is--ctl-erezeptupload .erezept-panel,.is--ctl-erezepteinloesen .erezept-panel{background-color: #f0f6fd}.btn{background-image: linear-gradient(to right, #f0f0f0 0%, #fff 100%);background: #fff;color: #2d6043;border: 1px solid #a8be00;border-radius: 0;background-clip: padding-box;font-weight: 700}.btn:hover{border-color: #a8be00;background: #a8be00;color: #fff}.btn.hero{border: 2px solid #fff;color: #fff}.btn.hero.blue{background-color: #a8be00;background-image: linear-gradient(to right, #304513 0%, #a8be00 100%);color: #fff}.btn.hero.green{background-color: #d5f100;background-image: linear-gradient(to right, #a8be00 0%, #d5f100 100%);color: #fff}.btn:disabled,.btn:disabled:hover,.btn.is--disabled,.btn.is--disabled:hover{font-size: .875rem}.btn.is--primary{font-size: .875rem;background: #fff;color: #2d6043;border: 1px solid #a8be00;font-weight: 700}.btn.is--primary:hover{background: #a8be00;border: 1px solid #a8be00;color: #fff}.btn.is--secondary{color: #fff;border: 0 none;background: #2d6043}.btn.is--secondary:hover{background: #a8be00;border: 0 none;color: #fff}.main--actions .btn.is--primary{background: #2d6043;color: #fff;border: 1px solid #2d6043}.main--actions .btn.is--primary:hover{background: #a8be00;color: #fff;border: 1px solid #a8be00}.btn.add-product--button,.btn.add-voucher--button,.btn.is--secondary.btn--continue-shopping{background: #fff;color: #2d6043;border: 1px solid #a8be00}.btn.add-product--button:hover,.btn.add-voucher--button:hover,.btn.is--secondary.btn--continue-shopping:hover{background: #a8be00;color: #fff;border: 1px solid #a8be00}.modal--container .address--box .panel--actions .btn.use-this--address{background-color: #fff;color: #2d6043;border: 1px solid #a8be00}.modal--container .address--box .panel--actions .btn.use-this--address:hover{background-color: #a8be00;color: #fff;border: 1px solid #a8be00}.modal--container .address--box .panel--actions .btn.use-this--address:hover:before{color: #fff}.modal--container .address--box .panel--actions .btn.use-this--address:before{color: #2d6043}.is--act-shippingpayment .btn.is--primary.main--actions{background: #2d6043;color: #fff;border: 1px solid #2d6043}.is--act-shippingpayment .btn.is--primary.main--actions:hover{background: #a8be00;color: #fff;border: 1px solid #a8be00}.register--content .btn.is--primary,.register--content + #new-customer-action,.btn#existing-customer-action,.btn.register--submit,.btn.register--login-btn,.btn.register--form-optIn-finish-submit,.register--content.is--collapsed + .btn#existing-customer-action,.register--content.is--collapsed + .btn#new-customer-action{background: #a8be00;color: #fff;border: 0 none;border-radius: 0;background-clip: padding-box;font-weight: 700}.register--content .btn.is--primary:hover,.register--content + #new-customer-action:hover,.btn#existing-customer-action:hover,.btn.register--submit:hover,.btn.register--login-btn:hover,.btn.register--form-optIn-finish-submit:hover,.register--content.is--collapsed + .btn#existing-customer-action:hover,.register--content.is--collapsed + .btn#new-customer-action:hover{border: 0 none;background: #2d6043;color: #fff}.btn.buybox--button .sanicon--cart{top: 5px}.buybox--button{background: #2d6043;border: 0 none;color: #fff}.buybox--button:hover{background: #a8be00}.container--ajax-cart .btn.button--open-basket,.container--ajax-cart .btn.button--checkout{background: #2d6043;color: #fff;border: 1px solid #2d6043}.container--ajax-cart .btn.button--open-basket:hover,.container--ajax-cart .btn.button--checkout:hover{background: #a8be00;color: #fff;border: 1px solid #a8be00}@media screen and (min-width: 48em){.container--ajax-cart .ajax--cart{box-shadow: none;border-color: #d8dcbf}.container--ajax-cart .ajax--cart:before{border-bottom-color: #d8dcbf}.container--ajax-cart{top: 5rem;right: 5%}}@font-face{font-family: "sanicon";src: url('../../themes/Frontend/Aliva/frontend/_public/src/fonts/Sanicare/sanicon.ttf?dtbny3') format('truetype'), url('../../themes/Frontend/Aliva/frontend/_public/src/fonts/Sanicare/sanicon.woff?dtbny3') format('woff'), url('../../themes/Frontend/Aliva/frontend/_public/src/fonts/Sanicare/sanicon.svg?dtbny3#sanicon') format('svg');font-weight: normal;font-style: normal}@font-face{font-family: 'Exo 2';font-style: normal;font-weight: 300;src: url('../../themes/Frontend/Aliva/frontend/_public/src/fonts/Exo_2/Exo2-Light.eot');src: local('Exo_2'), local('Exo2-Light'), url('../../themes/Frontend/Aliva/frontend/_public/src/fonts/Exo_2/Exo2-Light.ttf') format('truetype')}@font-face{font-family: 'Exo 2';font-style: normal;font-weight: 400;src: url('../../themes/Frontend/Aliva/frontend/_public/src/fonts/Exo_2/Exo2-Regular.eot');src: local('Exo_2'), local('Exo2-Regular'), url('../../themes/Frontend/Aliva/frontend/_public/src/fonts/Exo_2/Exo2-Regular.ttf') format('truetype')}@font-face{font-family: 'Exo 2';font-style: normal;font-weight: 500;src: url('../../themes/Frontend/Aliva/frontend/_public/src/fonts/Exo_2/Exo2-Medium.eot');src: local('Exo_2'), local('Exo2-Medium'), url('../../themes/Frontend/Aliva/frontend/_public/src/fonts/Exo_2/Exo2-Medium.ttf') format('truetype')}@font-face{font-family: 'Exo 2';font-style: normal;font-weight: 700;src: url('../../themes/Frontend/Aliva/frontend/_public/src/fonts/Exo_2/Exo2-Bold.eot');src: local('Exo_2'), local('Exo2-Bold'), url('../../themes/Frontend/Aliva/frontend/_public/src/fonts/Exo_2/Exo2-Medium.ttf') format('truetype')}.js--modal .content .modal--title,.js--modal .content > .panel:first-child .modal--title,.js--modal .content .panel--title,.js--modal .content > .panel:first-child .panel--title,.js--modal .content .panel--title.is--underline,.js--modal .content > .panel:first-child .panel--title.is--underline,.js--modal .content .panel--title:first-child,.js--modal .content > .panel:first-child .panel--title:first-child{padding: .625rem 2.5rem .625rem 1.25rem;color: #2d6043}.off-canvas .close--off-canvas{background-color: #a8be00;color: #fff}.navigation--smartphone .entry--close-off-canvas,#cookie-consent .cookie-consent--header{background-color: #a8be00;color: #fff}.off-canvas.sidebar-main .sidebar--navigation.show--active-items .navigation--link.is--active{color: #2d6043}.panel--title{color: #2d6043;font-size: 16px;text-transform: none;font-weight: 700;border: none;background: transparent;margin-bottom: 40px}.panel--title h1{color: #2d6043;font-size: 16px}.panel--title a{color: #2d6043}.panel.has--border .panel--title{padding-left: 10px}.panel--title.is--underline,.panel--title.article--list-title{text-transform: none;color: #2d6043;padding-left: 0;padding-bottom: 0;line-height: 26px;font-weight: 700;border-bottom: 1px solid #d8dcbf !important;overflow: visible}.panel--title.is--underline:after,.panel--title.article--list-title:after{display: none}.content > .panel--title:first-child,.content--custom > .panel--title:first-child,.content--wrapper > .panel--title:first-child,.reply-direct-order > .panel--title:first-child,.is--ctl-advantagecardform > .panel--title:first-child,.contact--content > .panel--title:first-child,form > .panel--title:first-child,.content h1:first-child,.content--custom h1:first-child,.content--wrapper h1:first-child,.reply-direct-order h1:first-child,.is--ctl-advantagecardform h1:first-child,.contact--content h1:first-child,form h1:first-child,.content h2:first-child,.content--custom h2:first-child,.content--wrapper h2:first-child,.reply-direct-order h2:first-child,.is--ctl-advantagecardform h2:first-child,.contact--content h2:first-child,form h2:first-child{font-size: 16px}.product-slider--arrow{color: #999}.product-slider--arrow:hover{color: #2d6043}.product-slider--arrow.arrow--prev:before,.product-slider--arrow.arrow--prev::before{content: "\e901"}.product-slider--arrow.arrow--next:before{content: "\e900"}.product--delivery .delivery--text-available{color: #a8be00}@media screen and (min-width: 48em){.filter--active-container{position: absolute;width: 102%}}.alert.is--info{color: #ae8e0a;background: #fbf5db}.alert.is--info .alert--icon{background: #f1c40f}.discount-badge{color: #fff;background: #a8be00;border: 1px solid #fff;border-radius: 100%;box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.3)}.action-badge{background-color: #a8be00;background-image: none;position: relative}.sale-badge{background-color: #2d6043;background-image: none}.address--box .panel--actions .btn,.account--box .panel--actions .btn,.information--panel-item .panel--actions .btn{background-color: transparent;border-color: transparent}.address--box .panel--actions .btn:hover,.account--box .panel--actions .btn:hover,.information--panel-item .panel--actions .btn:hover{background-color: transparent;border-color: transparent}@media screen and (min-width: 48em){.account--menu .navigation--headline{line-height: 28px}}.js--modal .modal--checkout-add-article .modal--title{border-bottom-width: 1px}.js--modal .modal--checkout-add-article .btn.is--primary.link--confirm{background: #2d6043;color: #fff;border: 1px solid #2d6043}.js--modal .modal--checkout-add-article .btn.is--primary.link--confirm:hover{background: #a8be00;color: #fff;border: 1px solid #a8be00}.js--modal .modal--checkout-add-article .btn.is--secondary.link--back{background: #fff;color: #2d6043;border: 1px solid #a8be00}.js--modal .modal--checkout-add-article .btn.is--secondary.link--back:hover{background: #a8be00;color: #fff;border: 1px solid #a8be00}.product--table .badge--discount{background-color: #2d6043;background-image: none}.product--table .badge--recommend{background-color: #a8be00;background-image: none;position: relative}.product--table .badge--promotion{background-color: #a8be00;background-image: none;position: relative}.listing--campaign-categories h1.campaign--question{color: #2d6043}.product--details.content .product--buybox .buybox--inner{border-radius: 0;background-clip: padding-box}.product--details.content .product--buybox .content--discount{color: #fff;background: #a8be00;border: 1px solid #fff;border-radius: 100%;box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.3)}.product--details.content .product--detail-upper .product--badges .badge--discount{background-color: #2d6043;background-image: none}.product--details.content .product--detail-upper .product--badges .badge--recommend{background-color: #a8be00;background-image: none;position: relative}.product--details.content .product--detail-upper .badge--recommend.promotionBadge{background-color: #a8be00;background-image: none;position: relative}.product--details.content .product--detail-upper .product--onpack-image .onpack-icon{background-color: #2d6043;background-image: none}.product--details.content .block-prices--container .block-prices--table th{background-color: #304513}.product--details.content .block-prices--container .block-prices--table th,.product--details.content .block-prices--container .block-prices--table td{border: 1px solid #d8dcbf}.product--details.content .detail--altPackages .unit-size{border: 0 none;border-radius: 7px;background-clip: padding-box;background-color: #fff;border: 1px solid #a8be00;color: #a8be00}.product--details.content .detail--altPackages .unit-size.is--active{border: 1px solid #a8be00;background-color: #dfe8c3;color: #2d6043}.product--details.content .detail--altPackages .unit-size .unit-size-discount{background-image: none;background-color: #a8be00;border: 0 none;box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.3)}.product--details.content .detail--altPackages .unit-size a{color: #2d6043}.product--details.content .product-slider{border-color: transparent}.product--details.content .recommendation--similar .similar--content .product-slider{border-radius: 0px}.product--details.content .product--additional-hints .sanicon--bio{color: #a8be00}.product--details.content .product--additional-hints .sanicon--animal{color: #e2001a}.product--details.content .product--additional-hints .sanicon--vegan{color: #2d6043}.product--details.content .product--additional-hints .sanicon--pflanzlich{color: #a8be00}@media screen and (max-width: 64em){.product--offcanvas-buybox{background-color: rgba(223,232,195,0.95)}}.tab-menu--top-products.js--tab-menu .tab--navigation{background-image: none;background-color: #dfe8c3}.tab-menu--top-products.js--tab-menu .tab--navigation .tab--link{color: #2d6043}.tab-menu--top-products.js--tab-menu .tab--navigation .tab--link:hover{color: #a8be00}.tab-menu--top-products.js--tab-menu .tab--navigation .tab--link.is--active{color: #a8be00}.tab-menu--top-products.js--tab-menu .tab--navigation .tab--link.is--active:after{border-color: #dfe8c3 transparent transparent transparent}.tab-menu--top-products.js--tab-menu .tab--navigation .tab--spacer{border-color: #2d6043}.tab-menu--top-products.js--tab-menu .panel--title.product-slider--title{background: #304513}.tab-menu--top-products.js--tab-menu .panel--title.product-slider--title span{font-weight: normal}@media screen and (min-width: 64em){.emotion--mode-rows .sanicare-emotion-widget .emotion--product-slider .box--minimal .buybox--button{padding-left: 0}.emotion--mode-rows .sanicare-emotion-widget .tab-menu--top-products.js--tab-menu .tab--navigation{background-image: linear-gradient(to right, #304513 0%, #a8be00 100%);background-color: transparent}.emotion--mode-rows .sanicare-emotion-widget .tab-menu--top-products.js--tab-menu .tab--navigation .tab--link{background-color: transparent;text-transform: none}.emotion--mode-rows .sanicare-emotion-widget .tab-menu--top-products.js--tab-menu .tab--navigation .tab--link.is--active,.emotion--mode-rows .sanicare-emotion-widget .tab-menu--top-products.js--tab-menu .tab--navigation .tab--link:hover{background: #304513;color: #fff;text-transform: none;font-weight: 400;text-decoration: none}.emotion--mode-rows .sanicare-emotion-widget .tab-menu--top-products.js--tab-menu .tab--navigation .tab--spacer{margin: 0}.emotion--mode-rows .sanicare-emotion-widget .tab-menu--top-products.js--tab-menu .tab--navigation a.is--active:after{position: absolute;display: block;content: "";left: 50%;transform: translateX(-50%);right: auto;top: auto;bottom: -10px;width: 0;height: 0;border-style: solid;border-width: 10px 10px 0 10px;border-color: #304513 transparent transparent transparent}}@media screen and (min-width: 78.75em){.emotion--mode-rows .sanicare-emotion-widget .emotion--product-slider .box--minimal .buybox--button{padding-left: .75rem}}.is--ctl-erezeptupload .erezept-panel,.is--ctl-erezepteinloesen .erezept-panel{background-color: #dfe8c3}.footer-main .footer--column,.footer-main .footer--column:first-child,.footer-main .footer--column.is--last,.footer-main .footer--columns{border-color: #d8dcbf}.footer-main .column--headline{color: #999}.footer-main .column--headline:after{color: #999;font-size: 18px}.footer-main .column--headline.is--active{color: #999;background-color: transparent}.footer-main .column--headline.is--active:after{color: #999}.footer-main .column--content{padding: 5px 0;color: #999}.footer-main .column--content.is--collapsed{background-color: transparent}.footer-main .column--content .description{color: #999;font-size: .8125rem}.footer-main .navigation--list{padding: 0 0 16px 0}.footer-main .navigation--link{padding: 0 0 16px 0;color: #999}.footer-main .newsletter--container{display: flex;align-items: center;justify-content: stretch;flex-wrap: wrap;background-image: none;background-color: #dfe8c3;color: #2d6043;border-radius: 0;background-clip: padding-box;border-color: transparent;padding: .625rem .625rem .625rem .625rem}.footer-main .newsletter--container .column--headline{font-size: 1.25rem;line-height: normal;padding: .625rem .625rem .625rem .625rem;color: #2d6043}.footer-main .newsletter--container .column--headline:before{display: none}.footer-main .newsletter--container .newsletter--description{display: block;color: #2d6043;font-size: .75rem;font-weight: normal;line-height: normal;margin-top: .625rem}.footer-main .newsletter--container .column--content .newsletter--form{background-color: #fff;border: 1px solid #a8be00;display: flex;flex-direction: row}.footer-main .newsletter--container .column--content .newsletter--field{border: 0 none;border-radius: 0;background-clip: padding-box;margin: 0;background: transparent}.footer-main .newsletter--container .column--content input[type="submit"]{color: #777}.footer-main .newsletter--container .column--content input[type="submit"]::placeholder{color: #777}.footer-main .newsletter--container .column--content .newsletter--button{width: auto;border: 0 none;background-image: none;background-color: #a8be00;color: #fff;padding: 0rem 1.25rem 0rem 1.25rem;border-radius: 0;background-clip: padding-box;height: 2.125rem;margin: .3125rem .3125rem .3125rem .3125rem;font-size: .75rem;line-height: 1.875rem;font-weight: 700}.footer-main .newsletter--container .column--content .newsletter--links{color: #777}.footer-main .newsletter--container .column--content .newsletter--links a{color: #777}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul{justify-content: space-around}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul li{width: auto;height: auto;margin: 0rem 0rem .625rem 0rem;padding: 0;border: 0 none}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul li:empty{display: none}.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul li img{max-height: 100px}@media screen and (min-width: 48em){.footer-main.is--newsletter-overlay .newsletter--container .column--content .newsletter--field,.footer-main .newsletter--container .column--content .newsletter--field{width: 100%;padding: 0rem 0rem 0rem 6.25rem}.footer-main.is--newsletter-overlay .newsletter--container .column--content .newsletter--form:before,.footer-main .newsletter--container .column--content .newsletter--form:before{position: absolute;z-index: 10;left: 0;right: auto;top: -10px;bottom: auto;display: block;content: "";height: 80px;width: 75px;background-image: url('/themes/Frontend/Aliva/frontend/_public/src/img/icons/newsletter-mail.png');background-size: contain;background-repeat: no-repeat}.footer-main.is--newsletter-overlay .newsletter--container .column--content .newsletter--links,.footer-main .newsletter--container .column--content .newsletter--links{position: relative;bottom: 0;margin: .3125rem .625rem .3125rem .625rem;padding-right: .625rem;padding-left: 5rem}.footer-main.is--newsletter-overlay .footer-visuals,.footer-main .footer-visuals{background-color: transparent}.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--awards,.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--awards{width: 43%;padding: 0}.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul,.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul{justify-content: space-between}.footer-main.is--newsletter-overlay .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul li,.footer-main .footer-visuals .footer-visuals-item.footer-visuals-item--awards ul li{width: auto;height: auto;margin: 0;padding: 0}.footer-main.is--newsletter-overlay .navigation--link,.footer-main .navigation--link{padding: 0}.footer-main.is--newsletter-overlay .footer--columns.block-group,.footer-main .footer--columns.block-group{background-color: transparent;border-bottom: 1px solid #d8dcbf}.footer-main.is--newsletter-overlay .footer--columns .footer--column.footer-visuals-item.footer-visuals-item--shipping ul,.footer-main .footer--columns .footer--column.footer-visuals-item.footer-visuals-item--shipping ul{display: flex;flex-wrap: wrap;justify-content: flex-start;padding-right: 33%}.footer-main.is--newsletter-overlay .footer--columns .footer--column.footer-visuals-item.footer-visuals-item--shipping ul li,.footer-main .footer--columns .footer--column.footer-visuals-item.footer-visuals-item--shipping ul li{width: calc(50% - 10px)}.footer-main.is--newsletter-overlay .footer--columns .footer--column.footer-visuals-item.footer-visuals-item--shipping ul li img,.footer-main .footer--columns .footer--column.footer-visuals-item.footer-visuals-item--shipping ul li img{transform: none;top: 0}}@media screen and (min-width: 64em){.footer-main .footer--columns.footer-visuals:before,.footer-main.is--newsletter-overlay .footer--columns.footer-visuals:before{display: none}.footer-main .footer--columns.block-group:before,.footer-main.is--newsletter-overlay .footer--columns.block-group:before{display: none}.footer-main .footer--copyright:before,.footer-main.is--newsletter-overlay .footer--copyright:before{display: none}}body{font-family: "Exo 2", Arial, Helvetica, sans-serif;font-weight: 400;color: #000;background: #fff}a{color: #a8be00}@media screen and (min-width: 78.75em){body{background-color: #fff;background-image: none}}.shop--navigation{background-image: none;background-color: #dfe8c3}.shop--navigation .navigation--list .navigation--entry .badge,.shop--navigation .navigation--list .navigation--entry .badge.is--primary{background-color: #2d6043;color: #fff;border: 1px solid #fff}.shop--navigation .navigation--list .navigation--entry.entry--search:after{top: 70px;right: 10px;height: 40px;width: 40px}.shop--navigation .navigation--list .navigation--entry.entry--search .main-search--field{border: 0 none;border-radius: 0;background-clip: padding-box;background-color: #fff;border: 1px solid #a8be00}.shop--navigation .navigation--list .navigation--entry.entry--search input[type="search"]{color: #777}.shop--navigation .navigation--list .navigation--entry.entry--search input[type="search"]::placeholder{color: #777}.shop--navigation .navigation--list .navigation--entry.entry--search .main-search--button{background-color: #a8be00;color: #fff;border-radius: 0;background-clip: padding-box;height: 1.875rem;margin: .3125rem .3125rem .3125rem .3125rem;padding-right: 2.5rem;padding-left: 1.25rem}.shop--navigation .navigation--list .navigation--entry.entry--search .main-search--text{display: inline;color: #fff;font-size: .75rem;line-height: 1.875rem;font-weight: 700}.shop--navigation .navigation--list .navigation--entry.entry--search .icon--search{color: #fff;font-size: 1rem;position: absolute;top: 50%;transform: translateY(-50%);right: 15px;left: auto}.shop--navigation .navigation--list .navigation--entry .icon--search,.shop--navigation .navigation--list .navigation--entry .icon--basket,.shop--navigation .navigation--list .navigation--entry .icon--account,.shop--navigation .navigation--list .navigation--entry .icon--menu{color: #2d6043}.shop--navigation .navigation--list .navigation--entry .icon--basket{color: #2d6043}.shop--navigation .navigation--list .navigation--entry .icon--basket:before{display: block;transform: scaleX(-1)}.shop--navigation .navigation--list .navigation--entry .badge.is--primary.cart--quantity{top: 0}.shop--navigation .navigation--list .navigation--entry .badge.is--primary.cart--quantity:before{display: none;content: ""}.shop--navigation .navigation--list .navigation--entry .badge.is--primary.cart--quantity:after{display: none;content: ""}.header-main .top-bar .container{background-color: #dfe8c3;color: #2d6043;font-size: .75rem;padding: .625rem .625rem .625rem .625rem}.header-main .top-bar .container .top-bar--contact{width: 100%}.header-main .top-bar .container .top-bar--contact a{color: #2d6043;text-decoration: underline}.header-main .top-bar .container .top-bar--mail{width: 100%}.header-main .top-bar .container .top-bar--mail a{color: #2d6043}.header-main .logo-main .logo--link img,.header-main .logo-main .logo--link{height: 60px}@media screen and (min-width: 30em){.shop--navigation .navigation--list .navigation--entry.entry--search{width: calc(100% - 135px)}.shop--navigation .navigation--list .navigation--entry.entry--search:after{top: 15px}.shop--navigation .navigation--list .navigation--entry.entry--search .main-search--form{top: 0}}@media screen and (min-width: 48em){.header-main .header--navigation{flex-direction: row;padding: 1.25rem 0rem .625rem 0rem}.header-main .logo-main{padding-top: 0;width: 15%;float: none;order: 1}.header-main .logo-main .logo--shop{height: 72px}.header-main .logo-main .logo--link{height: 72px}.header-main .logo-main .logo--link img{display: block;max-width: 100%;max-height: 100%;height: auto}.header-main .shop--navigation{width: 85%;padding-right: 7%;float: none;order: 2;background: transparent;position: relative}.header-main .top-bar{padding: 0rem 0rem 0rem 0rem}.header-main .top-bar .container .top-bar--contact{width: 80%;text-align: right}.header-main .top-bar .container .top-bar--mail{width: 20%;text-align: right}.shop--navigation .navigation--list .navigation--entry .icon--erezept,.shop--navigation .navigation--list .navigation--entry .icon--account,.shop--navigation .navigation--list .navigation--entry .icon--basket{color: #2d6043}.shop--navigation .navigation--list .navigation--entry .icon--erezept,.shop--navigation .navigation--list .navigation--entry .icon--basket,.shop--navigation .navigation--list .navigation--entry .icon--account{font-size: 30px;height: 30px}.shop--navigation .navigation--list .navigation--entry .erezept--display,.shop--navigation .navigation--list .navigation--entry .account--display,.shop--navigation .navigation--list .navigation--entry .cart--display{display: block;color: #777;margin-top: .4375rem;font-weight: normal;font-size: .75rem}.shop--navigation .navigation--list .navigation--entry.entry--erezept,.shop--navigation .navigation--list .navigation--entry.entry--account,.shop--navigation .navigation--list .navigation--entry.entry--cart{display: inline-block;top: 5px}.shop--navigation .navigation--list .navigation--entry.entry--cart{margin-right: 10px}.shop--navigation .navigation--list .navigation--entry .icon--basket{position: relative}.shop--navigation .navigation--list .navigation--entry .icon--erezept:before,.shop--navigation .navigation--list .navigation--entry .icon--account:before,.shop--navigation .navigation--list .navigation--entry .icon--basket:before{display: block}.shop--navigation .navigation--list .navigation--entry .badge.is--primary.cart--quantity{top: -8px;left: auto;right: 10px;bottom: auto;position: absolute;height: 20px;width: 20px;padding: 0;background-color: #2d6043;color: #fff;border-radius: 50px;background-clip: padding-box;font-weight: 700;border: 1px solid #fff}.shop--navigation .navigation--list .navigation--entry .account--dropdown-navigation{margin-right: -10.5rem;top: 4.375rem}.shop--navigation .navigation--list .navigation--entry .account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn,.shop--navigation .navigation--list .navigation--entry .account--dropdown-navigation .navigation--signin .blocked--link{background-image: linear-gradient(to right, #f0f0f0 0%, #fff 100%);border-color: #2d6043;color: #2d6043}.shop--navigation .navigation--list .navigation--entry .account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn:hover,.shop--navigation .navigation--list .navigation--entry .account--dropdown-navigation .navigation--signin .blocked--link:hover{background: #2d6043;background-image: none;color: #fff}.shop--navigation .navigation--list .navigation--entry .account--dropdown-navigation .account--menu .navigation--headline{padding: 20px 20px 10px 20px;margin-bottom: 20px;font-size: 14px;font-weight: 400}.shop--navigation .navigation--list .navigation--entry.entry--search{width: 50%;padding: .3125rem 0rem 0rem 0rem;margin: 0rem 0rem 0rem 0rem;left: 3%;right: auto;top: auto;bottom: auto}.shop--navigation .navigation--list .navigation--entry.entry--search:after{display: none;content: ""}.shop--navigation .navigation--list .navigation--entry.entry--search .main-search--field{height: 50px}.shop--navigation .navigation--list .navigation--entry.entry--search .main-search--button{height: 34px;margin: .5rem .5rem .5rem .5rem}.shop--navigation:after{content: "";display: block;position: absolute;right: 10px;top: 0;height: 36px;width: 36px;background-image: url(/themes/Frontend/Aliva/frontend/_public/src/img/logos/apothekena.svg);background-size: cover}.navigation-main{border: 0 none;margin: 0 auto}.navigation-main .container{border-radius: 0;background-clip: padding-box;background-color: #f0f0f0}.navigation-main .navigation--link{color: #777;font-weight: 600}.navigation-main .navigation--link:hover{color: #2d6043}.navigation-main .navigation--list{display: flex;justify-content: space-around}.navigation-main .navigation--list:after{display: none}.navigation-main .navigation--list li{text-transform: none}.navigation-main .entry--menu-left .icon--menu{top: 9px}}@media screen and (min-width: 64em){.header-main .logo-main{padding-top: 0;width: 13%;position: relative;top: -10px}.header-main .logo-main .logo--shop{height: 85px}.header-main .logo-main .logo--link img,.header-main .logo-main .logo--link{height: 85px}.header-main .shop--navigation{width: 87%}.header-main .shop--navigation .navigation--list .navigation--entry.entry--search{width: 60%}.header-main .header--navigation{padding-top: 30px}}@media screen and (min-width: 78.75em){.shop--navigation .navigation--list .navigation--entry .account--dropdown-navigation{margin-right: -13.125rem}.shop--navigation .navigation--list .entry--erezept,.shop--navigation .navigation--list .entry--account,.shop--navigation .navigation--list .entry--cart{top: 6px}}.product--box .buybox--form .buybox--button,.box--emotion .buybox--form .buybox--button,.emotion--product-slider .box--emotion .buybox--form .buybox--button,.box--slider .buybox--form .buybox--button{color: #2d6043;border: 1px solid #a8be00;background-color: #fff}.product--box .buybox--form .buybox--button:hover,.box--emotion .buybox--form .buybox--button:hover,.emotion--product-slider .box--emotion .buybox--form .buybox--button:hover,.box--slider .buybox--form .buybox--button:hover{background: #a8be00;border: 1px solid #a8be00;color: #fff}.product--box .product--title,.box--emotion .product--title,.emotion--product-slider .box--emotion .product--title,.box--slider .product--title{color: #000}.product--box .listing--discount-info,.box--emotion .listing--discount-info,.emotion--product-slider .box--emotion .listing--discount-info,.box--slider .listing--discount-info,.product--box .liveshopping--discount-info,.box--emotion .liveshopping--discount-info,.emotion--product-slider .box--emotion .liveshopping--discount-info,.box--slider .liveshopping--discount-info{color: #a8be00;font-weight: 400}.product--box:not(.box--list):not(.box--image) .product--price-info .buybox--form .buybox--button,.box--minimal .product--price-info .buybox--form .buybox--button,.box--emotion .product--price-info .buybox--form .buybox--button,.emotion--product-slider .box--emotion .product--price-info .buybox--form .buybox--button,.box--slider .product--price-info .box--emotion .buybox--form .buybox--button,.box--slider .buybox--form .buybox--button{padding-right: 2.5rem}.product--box:not(.box--list):not(.box--image) .product--price-info .buybox--form i.icon--basket,.box--minimal .product--price-info .buybox--form i.icon--basket,.box--emotion .product--price-info .buybox--form i.icon--basket,.emotion--product-slider .box--emotion .product--price-info .buybox--form i.icon--basket,.box--slider .product--price-info .box--emotion .buybox--form i.icon--basket,.box--slider .buybox--form i.icon--basket{right: 16px}.product--box:not(.box--list):not(.box--image) .product--price-info .product--price .price--default,.box--minimal .product--price-info .product--price .price--default,.box--emotion .product--price-info .product--price .price--default,.emotion--product-slider .box--emotion .product--price-info .product--price .price--default,.box--slider .product--price-info .box--emotion .product--price .price--default,.box--slider .product--price .price--default{color: #000}.product--box:not(.box--list):not(.box--image) .product--price-info .product--price .price--default.is--discount,.box--minimal .product--price-info .product--price .price--default.is--discount,.box--emotion .product--price-info .product--price .price--default.is--discount,.emotion--product-slider .box--emotion .product--price-info .product--price .price--default.is--discount,.box--slider .product--price-info .box--emotion .product--price .price--default.is--discount,.box--slider .product--price .price--default.is--discount{font-size: .875rem;line-height: 1.125rem;font-weight: 700;color: #000;display: block;text-align: left}.product--box:not(.box--list):not(.box--image) .product--price-info .listing--discount-info,.box--minimal .product--price-info .listing--discount-info,.box--emotion .product--price-info .listing--discount-info,.emotion--product-slider .box--emotion .product--price-info .listing--discount-info,.box--slider .product--price-info .box--emotion .listing--discount-info,.box--slider .listing--discount-info{color: #a8be00;font-weight: normal}.product--box:not(.box--list):not(.box--image) .product--price-info .product--badges .badge--discount,.box--minimal .product--price-info .product--badges .badge--discount,.box--emotion .product--price-info .product--badges .badge--discount,.emotion--product-slider .box--emotion .product--price-info .product--badges .badge--discount,.box--slider .product--price-info .box--emotion .product--badges .badge--discount,.box--slider .product--badges .badge--discount{background-color: #2d6043;background-image: none}.product--box:not(.box--list):not(.box--image) .product--price-info .product--badges .badge--recommend,.box--minimal .product--price-info .product--badges .badge--recommend,.box--emotion .product--price-info .product--badges .badge--recommend,.emotion--product-slider .box--emotion .product--price-info .product--badges .badge--recommend,.box--slider .product--price-info .box--emotion .product--badges .badge--recommend,.box--slider .product--badges .badge--recommend{background-color: #a8be00;background-image: none;position: relative}.product--box:not(.box--list):not(.box--image) .product--price-info .product--freitext,.box--minimal .product--price-info .product--freitext,.box--emotion .product--price-info .product--freitext,.emotion--product-slider .box--emotion .product--price-info .product--freitext,.box--slider .product--price-info .box--emotion .product--freitext,.box--slider .product--freitext{color: #e2001a}.product--box:not(.box--list):not(.box--image) .product--price-info .delivery--information .delivery--text .delivery--status-not-available:before,.box--minimal .product--price-info .delivery--information .delivery--text .delivery--status-not-available:before,.box--emotion .product--price-info .delivery--information .delivery--text .delivery--status-not-available:before,.emotion--product-slider .box--emotion .product--price-info .delivery--information .delivery--text .delivery--status-not-available:before,.box--slider .product--price-info .box--emotion .delivery--information .delivery--text .delivery--status-not-available:before,.box--slider .delivery--information .delivery--text .delivery--status-not-available:before{background-color: #e2001a}.box--minimal .product--price .price--default.is--discount,.box--emotion .product--price .price--default.is--discount,.emotion--product-slider .box--emotion .product--price .price--default.is--discount,.box--slider .product--price .price--default.is--discount{color: #000}.box--minimal .product--price .price--pseudo,.box--emotion .product--price .price--pseudo,.emotion--product-slider .box--emotion .product--price .price--pseudo,.box--slider .product--price .price--pseudo,.box--minimal .product--price .price--discount,.box--emotion .product--price .price--discount,.emotion--product-slider .box--emotion .product--price .price--discount,.box--slider .product--price .price--discount{color: #777;font-size: .75rem;line-height: 1rem}.box--minimal .product--onpack-image .onpack-icon,.box--emotion .product--onpack-image .onpack-icon,.emotion--product-slider .box--emotion .product--onpack-image .onpack-icon,.box--slider .product--onpack-image .onpack-icon{background-color: #2d6043;background-image: none}.box--minimal .product--onpack-description,.box--emotion .product--onpack-description,.emotion--product-slider .box--emotion .product--onpack-description,.box--slider .product--onpack-description{color: #2d6043}.box--list{border-bottom: 1px solid #dfe8c3}.box--list .list--other-unit-sizes .unit-size{border: 0 none;border-radius: 7px;background-clip: padding-box;background-color: #fff;border: 1px solid #a8be00;color: #2d6043}.box--list .list--other-unit-sizes .unit-size.is--active{border: 1px solid #a8be00;background-color: #dfe8c3;color: #2d6043}.box--list .list--other-unit-sizes .unit-size .unit-size-discount{background-image: none;background-color: #a8be00;border: 0 none;box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.3)}.box--list .list--other-unit-sizes .unit-size a{color: #2d6043}.box--list .product--price .price--pseudo .price--discount{color: #777;font-size: .75rem}.box--list .product--price .price--default.is--discount{color: #2d6043}.box--list .product--price .price--label{display: inline-block}.box--list .product--price-info .price--unit{color: #000}.box--list .list--discount-info .list--discount-label,.box--list .list--discount-info .list--discount-amount{color: #a8be00}.box--list .product--onpack-image .onpack-icon{background-color: #2d6043;background-image: none}.box--list .product--onpack-description{color: #2d6043}.product--box .product--info-icons .product--info-icon .sanicon--animal,.box--emotion .product--info-icons .product--info-icon .sanicon--animal,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon .sanicon--animal,.box--slider .product--info-icons .product--info-icon .sanicon--animal{color: #e2001a}.product--box .product--info-icons .product--info-icon .sanicon--vegan,.box--emotion .product--info-icons .product--info-icon .sanicon--vegan,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon .sanicon--vegan,.box--slider .product--info-icons .product--info-icon .sanicon--vegan{color: #2d6043}.product--box .product--info-icons .product--info-icon .sanicon--bio,.box--emotion .product--info-icons .product--info-icon .sanicon--bio,.emotion--product-slider .box--emotion .product--info-icons .product--info-icon .sanicon--bio,.box--slider .product--info-icons .product--info-icon .sanicon--bio{color: #a8be00}@media screen and (min-width: 30em){.product--box:not(.box--list):not(.box--image) .product--price .price--default.is--discount,.box--minimal .product--price .price--default.is--discount,.box--emotion .product--price .price--default.is--discount,.emotion--product-slider .box--emotion .product--price .price--default.is--discount,.box--slider .product--price .price--default.is--discount{color: #000}.product--box:not(.box--list):not(.box--image) .product--price-info,.box--minimal .product--price-info,.box--emotion .product--price-info,.emotion--product-slider .box--emotion .product--price-info,.box--slider .product--price-info{border-top: 1px solid #777}}.steps--content .steps--entry.is--active .icon{background: #2d6043;color: #fff}.steps--content.is--active .icon{background-color: transparent;background-image: linear-gradient(to right, #f0f0f0 0%, #fff 100%)}.main-search--results.es-suggest .block-group .es-title{background-color: #dfe8c3}.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier li.highlight-suggest-marketing a,.main-search--results.es-suggest div[data-group="supplier"] ul.list--supplier li.highlight-suggest-marketing img[alt]:after{background-color: #fff}.main-search--results.es-suggest .block-group .list--products li.highlight-suggest-marketing .description{background-color: #f6f6f6}.sidebar--navigation.show--active-items .navigation--link.is--active{font-weight: 400}@media screen and (min-width: 48em){.sidebar-main .navigation--headline,.sidebar-main .categories--headline{text-transform: none;display: block;margin: .625rem 0rem .625rem 0rem;padding: 0rem .625rem 0rem .625rem;font-size: 1rem;font-weight: normal;color: #2d6043;border-bottom: 0 none;background: #fff}.sidebar-main .navigation--headline a,.sidebar-main .categories--headline a{color: #2d6043;font-weight: 700;font-size: 1rem}.sidebar-main .navigation--headline:after,.sidebar-main .categories--headline:after{display: none}.off-canvas.sidebar-main .sidebar--navigation .navigation--link .is--icon-left{margin-top: .1875rem}}@media screen and (min-width: 78.75em){.off-canvas.sidebar-main .navigation--headline,.off-canvas.sidebar-main .categories--headline{margin: .625rem 0rem .625rem 0rem;font-size: 1rem;color: #2d6043;background: #dfe8c3;background-image: none}.off-canvas.sidebar-main .navigation--headline a,.off-canvas.sidebar-main .categories--headline a{color: #2d6043}}.seo-category-links-container .headline{font-size: 16px;text-transform: none}#newsletter-overlay .newsletter-overlay--container{background: #2d6043;background-image: linear-gradient(to right, #2d6043 0%, #a8be00 100%)}#newsletter-overlay .newsletter-overlay--container:before{background: #2d6043;background-image: linear-gradient(to right, #2d6043 0%, #a8be00 100%)}@media screen and (min-width: 48em){.blog--content .blog--navigation .blog--sidebar-title{background-color: transparent;background-color: #a8be00;background-image: linear-gradient(to right, #304513 0%, #a8be00 100%);color: #fff}}.confirm--content .main--actions .btn.is--primary{font-size: 1.4em}.confirm--content .main--actions .btn:disabled,.confirm--content .main--actions .btn:disabled:hover,.confirm--content .main--actions .btn.is--disabled,.confirm--content .main--actions .btn.is--disabled:hover{font-weight: 700;border: 0 none}.sanicare_smartappbanner__icon{background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHEAAABcCAYAAABZTFo4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUZEQTgxRkVFMUQxMTFFOTg3QTM5RjM4NDA2RDI3REUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUZEQTgxRkRFMUQxMTFFOTg3QTM5RjM4NDA2RDI3REUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9IkMyQ0E4NDA4ODU1NDM3NzI0RDY5NzlCQTMxMjNDMUU5IiBzdFJlZjpkb2N1bWVudElEPSJDMkNBODQwODg1NTQzNzcyNEQ2OTc5QkEzMTIzQzFFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgwkzTwAACAVSURBVHja7F0HfFRV1v9PTSa9FxKSQAglQOhdQZGqWLDgqliwu7r7uSIqdnFlV0SFtRfsoBQVRASVIiBIkxJaICQkECAhvU8ymXnfOXcyYebNm4KwS2Jy+I3Cm/fue3P/9/Rzz1NJkpQDIJE+ZZBRffo+GFesQUN2Lsx5p2A+dgqWsjKodDqoYyKhiY+FNr4ddL1TYZg4HurgEJwtlVdX4te923G88BTKqiqgomOTLpmADrHtHc7LzHsLm/Y9hKSYsQgPGkzf344AQwe0cuIJP6YiECvoL4H231R/vhBVsz6Ecd96mGESE2v9aKGGHyQ00KcGFjomNX6n08XAd9w4BP1zKvRpPTze/ecdG7F4/Qps3v87jpzMhamBx6Q/+Xm4euIdWPriBw7n7z7yODYfmAW9lhaXiR7YD+gYOxG9O82Bv29CawaykkEsbUQUDZnZKLp2Cmr2bRDAaBFO//drhEpyMYZK/NeCEoK2hkCmwabOQMjsZ1ze1dRgQsebhiEvNxPxHboiyD+g6buC0iJ0T+yE9XMWO1zz24Ep2Hf0EwT7a8XdGswW4lwQNwLD0z4iDp3SWkEsV9v+Vrfpd5zomiYA1CMWOrQneHzFhLkGEE0AqxEKH5LKGgSj6NVnUXTD7S6v0Gl1uLjXYPhFxDgAKEaTJPgb/BWAL4aK1otKpad/+UKjViEqREvnAyu23In07KdaLSsKEM05J1AwfjQslmoCIqnxsOWsB2MxqyLJ7IsYlC/5DKXTnnR57rAe/VFnqvd67DpTieB5vS6IxGcX4kRJLB8/Xx1CSRlsTJ+JvdkzWi+IxY8+DFNlKXFgIk2MSUFcquh4JUF0ouljQXnTd86cqSVODkT57JdRv/+A4o0TouPgq/eBRfJusZgaSoj7AGNdPmLCxhG3doDZ3CA4lzk7hBj6133PIafgq9YHYt2Obaj5+hsCMFxwkiNpeProTx7h4gND2ij4jbwahr5jofYNEccl1AqDRw6kmtSshf5Uz1ee1KiQMBgYRItnEM2WOtQ3lEFDj1NtpKdSS4gIGoEqI4tXlQBSTxazjw7YnvEE/dvUukCsWbpcTLbVgJFzYB0BVYCgOx9CfGUuovf8jKg1SxH9+yrE1eQi7OmZZL2W0NWVChxpEUvA+N0qxRvriXu0Wi1xouRZlNYXkUVaDFKDxHVAYflmxEdeBa2aATY16dJAPw0Ky3JxIPft1gViQ3pmk33prOEKEPLw4wif9wZUvgZHiFVqBL84HWFz5tJ5JYrGD+tHcxb5l0Wnlc0hybuHrK0/JfSnmkBjbssr3ECAJaJvyksoruBnkRqBJJlAK6e8amfrArF+yx4ShmEKk1xDnBSOgPvvcjtAwN1ToI9IpSVQrAAiWY/GWlhKKs7pIY31hWTIQHCiGFNiv/FJpCU/iYSoPigqNzcByXqz3lzUukC0FLLVF6AAohHqkAho4tu5H4BcBJ8BvQhEo4szLGyVnNNDNphpIVga9R8vHIMKmSd+xOG8ebhyyE7ERfQkjjwDJNDQukBUkR1JmsWFG69y0nTKo6jdfKny8L1nskjWzxlRrhFO/q9770Zp5W5cNTQdSdEXo0QASdyoMrQ+F8O9H++F4vJWuf1BCjQkCYPGYpGabudL1igDtmLrRWTcVGPcwA2ICu2M0irSm/qwNhCbG0UE96XPIJTXsOhoNMPYGjXoyOWoxqptl4pjY/qvho/wdnzbQGyONKjby+Jhy6tNxIEWIegZyNAAFY6f3k5uxX/g79sefTvfQ5zaBmKzpMjgEbh88HL4G9RkxFhQUmkiQBtQUU12dB2w49Dr4rw+KTPQOf6OVgWitiU9bFzEBFw/vApZJ98nEHeRaNUJ69dsqRd+KwcFDPoY8WkDsTk/sMaALu3/D23UgkE8H1RRXYmKmioE+wci0C/ggj9PJT1LtbFG/J2D+aGBwSRl1H9OEE8WFxAAVfRDtS49HYvFjPZR7WDwcTZuFq5bjiUbVuJg7hEYTXXw0/uSIdQTD159KwZ07eXx/tW1NVi2+WfkFZ4Si4AzML46H0SHRpDh1Qe9O6V69Tty8/Owdvdv9ByZOHQ8G7mnT6DeZBLBDP7D43WO74BuiZ0wPG0gjdv9zwHikRM5GD1tMq3YWuIef8VzuGKgpLIca2bPF5NqT3e98hg+WvQ+9GFR5E+Gk1jWoLiqDJ+u/Aqf/rgEP7/yBUb1u8jtM+TQ5N8y40FaKWZoDX4ikMFZGAvdV6XRYjXdd2SfoS6vP11WjJe/fAdfrP4Wp0sKoaZr+LcEGPyhUaut0WeJqxsKsXHfdpjq62Dw9cO1F4/Di1OmOtUdtTgQl29ejZzsg0hO6eEyfcWZDOsfR3p10QcCwG49+kPNk9UYnPDzMSAiJRT7cw7j+U9f9whiAE14p4ROMJkbyJ0x2AWs1Nh3KB3LNv3kEsStB3dh4rP34dSpY0hKTEGPjt3oOSyKNRMMbBRxI4vUelog839agu9/W4MVMz/GsJ79W66L4U8rXx0QDB+dXohK5Y8B/vTRyPTJD1vWQkeTolFrmgC0UYOZxW8cierTgtPcEec/RSLb4him5EWlI93q56Psn+4ggC/+v0morK1Gr9Q+4jyLCwAdxqVzWGL0IpHfQPe86um7cazgRMsFkXUEr1CzxXxW11kIpNq6WphoAo+dPikmRaVyjAhzbpNLJ08Vn/YAoi+BqKdnsCgqZL1Wr3jdva9NFyHC5NgEUdVnT/wsfIwBrqIPLyr58/H3ndoloqSsCE98+HLLBTExOh564sLDx4+SMZBFhkA9AeJZG6gJtCUvvId9n6/HuAHDkX3quJPlp9GoaQJrcDT/uNuxuHqAn0FJnHP0yM/Xz+n4ym2/YN/RQ0iOSxJi2B48DT1bLnEWV/gFESf70/Uni/KF4cS/zR5MvrZD+45Ys3OzEP8tEsT2UbHo1bErRvUdhmdu/TtZcJFkIVZ6dW27iGh0T+qMedNmoWeHLsLAcOAG+mMym1BUXuJ+QZDuEyLZhSBUMrj2HDkgAFDLuIvHOUyW6dj+w7Hjne+wcc5ibJy7GJve+AZDUvvSYjsmjB0HnUx6+DRZ6Bv2bG2Zhg3/6G9nvC8sOabtGek4QCY6GyfeEl/bj/TLzsz9CA9yrFbnSWZR5o6EC9BY0yM3qBhgJbeGOZ/1uPya44UnMaLXYCx+7m0HjgsPCsXiZ9/GqGm3IKcgT/zbRizG1ST688mybZGcyD80wK4elXWjXHd4Q+xIK+tVFTwNxyKTjQ2l+zLX+Ps6Lyg2X+TnMyez+J404grFsdgKvowkTnFFqdN37COXVVe0TBD/28QTyw6323MYRIvFKVXO17Kk8FfQiVqFhDiPwYB3ikt0ea8U0qEqqJ1EN4PeINPJrQ5EtcLKVzU62TV1RrfXNpCVyB+VWuUELnNIkJchPD5fS6D76l2nzDgcqNVqnPPtkvNvaHUg+gg3QJLPi9BpHPFxG3YjV6Wm3igAsCcz6VJ2P84mDis1gunOR+STvFEYrQ5EvV6vOHms02xBaFfEflyt0ShcAwc/jkAMMPgJfXt2it4DyvCu7EV9bndqeWS1ZlUKYlaNGqN7cVpaUUZOeRV0Mv+0QYTh/BDsf2EyImqP+HmDoarlAM1ugMYuftpkgBAwnJlwRyVVFaitrxNGjGNExST0YYAhQNGiVbK02Z2pMdael9+kdY2fPyw1tSi5/zGo/f0g1dUrWQlQ+fnCtOcgrYagFsOJagWLkQ0TFpeexKkwbGSLto6sWmGIyMSsuIYWRr2oXlc3RXpEqM1s8ni/8wAiiZ36elR88Y5H2cybUTUIVdiQ0xxB9FWspuWQGvtfRuI0DnIrESeTORAtv9xIxk58ZKziNaP6XYwvv/4YmeSkc56Q47TMnTUkmgvLSv67IFr3ZqihQzsvra2WUXUdERwmuJEdfvvYq05jDYJz0tkliMRVbInKFwHrxK4JHRWvuXP8JHGf+WuWigxEeU2luF5PnOsquX0eQfxzUlxEDMKDQ0kE1jmAyKKQM/fMjZw0VjRsKsudoy/s89E4HMt1RbeNuVZ8istLcaIoX3Ayh9Ni3FxjvY+qqSdCG4h2xPsiIwhEDjDbR1h4mx2DxB+X1il9J9d7DCLHRllUeiJePPzxhqz5Rskru1Lr3jTlnYuljaJV5VLsqhDSuL/f3OxB9CFRGRoQ7LTVnB14FqVZJ3MxqFtvxWs5+yFPf3GGgi1Tb0D0ln47sBNzSY8yt3oTH3avE8l30oYmWTfEuIousNVVXimMoJYSO+AqN3mc1BaxYRCVqLbOKL6Tp5vY8gwNDCEOP3cQi0jcPvHBvzFvxZcII92dENVOlGf8YRAtKIMmqD2iM9ZDExkJqVYhmkEiSEWipHDcX1D940IaLK5FgBgSGCSMEblYZENDKXPAxOmfwvJiEV5zdC/qERIQhLCzjdbYzzW5Hh8QcM9/Ngf5xafROaETiWidVwB64ERrCkXtZ9UbKoOfa8GraVmqNYw4hydInhvkms+SijJlR7+yjPy6WqeoDDvsUSHhTqE4b2nT3u149L2Z2LJrM9rFJSEtOVUsMLPF++4lWg9+g5fb1qQWBSLXuigVTbGBUuSCE7mEosZYg7AgR47jCE7v5NSzfgYuw3j249cw7/sFCCQuTkvtI4CTS4g2F8MFdWmfLDiKJ8zeUGH/kB1wjqQEyBoinSwqgJEjL3b1ObwImAM7tju7tmRvfPsJnpr3iiiO6tqxi3gGW1UBp5lYSvDiYINJ8oKJWmVSOJLcjCC/QKfKM47alFZyJMW5/8CJ4nynnjv8b64ij4/wbgMPG0fXPHMv/j7rUdLLxH0du4pFYQvHsftSUVNNvmQBYsOiFHOfbZxoA5EsPzZG2GWwr4vRN+pEPt4h1pG7uJyRv3c0akwkXkNchtwcziXr/ZJH/oJt6VvRo3s/wWE27hO2B30yjmWJaM53L30oYrST//UPRIdFegSzVXJiMAHIxkhtvWPqicUaR2wO5B5xsh55guVJ3zoSeRzGiwmP9HjPG198CNv2bkNa195iPJuY5HuyWN2bsQcX9xyI9A9XYUz/4eLZOI6rauNE18TOOU+SPNTFfQEO52U7HOdWnly1FijTk5xE5sXgqeLuX/PfwrK1y9C9ay8Hw4WtYa4xZTH71rRX8Nerb7VbOJLXBmOrBTGSJl+sdDs3Q4TQ9HqnkkAWpbz9LDosQgZiLfqmuO/tyiDN/eZj4T44iEDShafJ4mU9uGb2AgxO7fOHf0urrXbrRg416x+59cfOvBzE3II8AZjaLhlsDXxr0D0pxe19FqxZhoKS06LO1f5ebBSx2zL7/qfOCcBWDWKv5G5iYuUWKucbTxGI7Nzb6Gh+nrXO1e48syg79BPbC9zR8t9WIyQotKl9i424XfY1w8Zg8qiJ5/xbWi2I7cKjRWFTXYNjINxH+IrFOFGY33QsJ/+4ELNydyGG9GqHmPYu78GxVgYrNDDIqX6Urx8/8JLz8ltaL4gR0SK3KK9zsbkZvGmHidNPuzL3i1CdYxiuFH1IH7rKPdr0ITenl7smnPlgF6dHhy5tIJ4rxUfEikSww4So1YI7dx2xNtvlvGNeUb5TiX5tXR26tk92Oz7vWuZsiXwXlomOMYgxYZH/KxBVf1oQk9slCH/MPmfHxge7DLYNp3kkVhlo+wo3Fo2c8ejioiTDXmQqdVa2NFaAc4TI5azbZfbPDUTV+cCw+S4C7kPO4Tf5big2WFiXMR3jpgiNGQ8b8fnsM3Zql+R2fC6NVErq8iGzZHG7C8tqyUrnWgFOq6DBTJ9zKYBqrBBRq87iCums2n8ozZC3u6W6JiQjlkSaURa5CQ4IFI0esk8eEwFxeeEU60ne7+ipW4Yoj1QplUfqhN/pKnfJtDVjN6w7tVTOM+r9XgwNJJL7Uq3xHEDUwsIvQSmvdAMynJxgk7nhj+InQlqe9hnaiA2bxJh4mtBqJ+OGIytfrVsu9kDa72Vk35JB7N8lzeNi4VoeXgDy3KDNeErPylC8bs3OTZi3cqEwvpTkmty3VbvmQzUkk5FArPWO4RTH0AsQ67fucCEunIkD0qeKCxQzCU63VMnFl0ZYm9zvxmu9GJtgfb2RTC9ylmHltnXIOpXrkJayFS+ldezm2XCKaodQMmDk9Tx8PcdhOZsvLyDmXcA3v/R3EVNV2u/IAQZ5MZfavS4jcVrvuURAcvlaBDXxsz/Kpj0H47qNiopbTjxhHKfctG+Hp5s61X/ymOyUe7zWjrjZD0+MU4JYqxcpId6fYV8xzsEBDqBzGskTtY+MJeMpSYhNh0XCAEfGYF/OIQz927V4//sF+PCHhbjuufsxfvrt4n5xxIVKEiU8OAxbDu7CoWNZdvLOnThFPaQaz5yoCjK4YEaJRomAua4Y+SMvhc7QAT6jBiHiuy/gFxYuNqbImxiwMcBO+LT3ZgoTnfVOSlwHpwIlFklKO347Emd9+tMSkb65bvjlothISSzZaEj3fmKya+pqHQLZoluUqBZ3lBqcphqa2tfr7lHXjxiPn7avIxDjHcbhVBNHe3i8+16bLhZ0oH+A6IbFv83kwhbhZPbx06dEmuqfd0615h3d2zwmoRc9kSYhrhFElQKMDeIVRNwU3lh7BMbs3dYVRXqGt4MpFSxxqR5n0e+a/Tj63XEZdmTschqX/Sw24eXcyEYDp4feXPY5htwwAG9/+4nbZ0+MjhO5QzZg5DpO/muYQ8ory4RV6y3dfNnV5IqkCMff0U2xVo5zgVUqGUmpSSliMfE5lsYdyWJXskpebW4Wz8xW84Sn7sKoR2/2YJ3y29nqPL8KSDewh3vlSJpRDYOYFN/+g8SRSJ1BcElheYlT0pNLB4PJ9O8Y2x6BoRGIVKiU7paYgjry3+SbY5g7eSI6x5P5T4ZFpBcO9dgBw1FdVuzWUOHveNHoyFAZ1W+Y1yCyu/LyvdNRVlIkun1oPPRDZ9HO2RVux8KpLqXz2eXhLAwvZF6Aan5d0Jk3zNhyWCziGkgjNsBSWerxQQOuuQH6jinEtycU3lZjfQ2CCbkCxOB/TG06ftPIq1FbdJoeqsHBFLf2eFEjO+uASJAqhafuGHsdQumHWHu+OFaasZg+Qu5BZEyCuIcnenTSvRjW7yLsS98mMgucIiqw+7DIY6c/a+92/PXKyU594zzR1cNGY87D/0Ru9iGcIKNLNERyssqt7kTG8WwcJZvg8ydeFy3G0g+lW3vayM5liVWUe0TMj+pkn6Gl1bs2h2hkIkQl3i+jQ/SPK+E7xnOgtn7zTpwaNoJgrxJXWsWcNexrFsrXD1GLF8Fw/RUO1z3w+lN4d9H7UJNvZi0Msu4yqiMO7d97KJa/NM9leOrrDSsxacaDsHBREXEdcyCv0mq6NoBEKrcXGedlkJlzhtM/fBlZBD63/3Jw7om7WUeNSBskeui4i7S4oyXrfxC6Pud4lthQwzpXtF6hsa1Wqgojeg3CjClThcHFhtXYx2/F/gM74RsSIbpZ8fzwueaqctx0xU1Y8PQb5SrTkezS6s8XhajoBBUpTbU/ib2gAPE+DF33zmf1dlJT5hFUPP8qTDv3QzLWgcdUR5EBM6AnAqfeD22ccnExt7BcsWUtSqvKrW++8Q9E/849cef4G112VLQR9037eNVi8YNZx/iRWd6BfL87x00iXZTc7KJEbKl+8fNSpGcfFOku1nHsSrBBw4tkwpDLnAIL7y6fT+dnCPAYdHZ/xpDkuMWaxip3eAlmG7VIKm/rY/MnoDYQ20BsozYQ26gNxDZqA7ENxAtJHK3gEJi328B4H4S3OcaWSM2mApxbLD/90WyE+Adh5j2PiZJCx+8P4/EP/iWigtwhuMpYI3KPEUFhmDzqGkwe7Vy/OX/1Ury/YoEInXGGgqMgz932cFMPNi4p5C1mnLjlttBc98KxV05Kc9L2lfueREp8B9z76hPi/NkPPN3USTHzRA4eeWsGeiWn4sU7p4oID4fLnv3kNZGFsI8Hc9iO+wA8ectD4t9T334ReUUFeO2vT4vEtI3mfD0PX29YhbkPPScqy7nOh8fjMKKaqyMaQ9Mcbx7QJQ1PTf5b06oulZoBvbX0Mwld6DHTfKWF65Y7fb9q+3oJA0KkoAndpYiJfaSo6/pL+pGJ4hgGhUsf/bDQ4fz3ly+QMDCUvgsT1+gvTZDQQy+Nmja56ZzNe7ZKSKF79vSRdJclSf5XpUk+l3WQ0MdfQjtIv/7+qzgv+MoeErpC2pi+9cy1+3ZI6K6V9GNSpIKSQnFs+8HdEoZFSyoaQzU4QkK/IOszxEIacsfopmuTbhomIRHSD1vWNh3LOJYlYWSSmIOte3eIYzsz9ki4KFYCPZvDePRsA28fabu0rNlwInOFLiFZlDLwW1vkJHJ9Bj8MTu2LBU/OtXbgrarA9A9nYcHST/DVL99jyvhJ1pVKK3/mgrdEU4gpE6fgo8dewTcbV+HBuc9gNZ3HLzO5fez16N4pFWsXbRZb09789lP8Z8GbuO+GezF10t3ILTiJIb2HiHQQ5yh3V1eJkKCNuMjYQM/bPrJdU+6GOzgGhUYgISqOuOwZUZ7BHYY5FhwZfKY+lVNJOQmx0NnFYN9d/gVwLAe33/0IBvboZxWTdI8QGo+5lcfjzTu8g4qzHLw9r1mJU56o3UcOiF4yZtJfGXZZa8cTJWu+sbEXTJB/ICZdcgUWfL9AdHqy0ca925GTm4keqf3w0l3TxDF+y8uG9K2Y+95MrNz6iwCRReOlBJR1LBKT5aWiio2T0PxhspVPcKNap55w0pm9hfb6moPwfTp1FyAq6XMrqZoyNyw2eZEhLh63j7le9pMtjeOlivRTszVs9mZnYPuhPeKHc9nDeppsfoeFE6ngVA4vGgox+KTLbBPEZfcgvTGway/Ehkc1ndu/cxpdEIhs+l6+rY0zCdzy5Wzfu+H8jCox8RYvxrFlSub98BWO7foNE4aOxqV9hjidw+O5a8TQLEDk/X+VeUfFBpOJF43FiayDTWX0rleylURlnCQ5lPKx4kdjBtye2EjxITHEPdz4ozC6G5MYDlUEku2ebsD0RLatAd/8+qNIYN91+Y0t1zrNYMBqakUFGb9NBpUVyMzLweh+F8vlruhw4XAti17iKvuWzqyHWB/KxRmnqFi/lFWVe+wyLF84vKGGrxNlE/Rv1sfiVQly4PlcrV5Y0JyXLKPFwpUKDBhn4u1BjggKFTnRA1vWYuyVt+AaWsDO97bWE3EKi1+1xPfl8bgBUmjjeM0CRHYvEBiI5HaJ4kXPZO+Lek85+dKDs9Hy8JsvCBbgqrhtGXsIRKNDBwv2CyHK5B2LfrlMkPUgm/zyMkJ3xHU7XPdzN7kaXFDFHMluCec95a8WYj3NOmzUo7eIe3B5RSH9lmf/NgMv3PGPJmlhIB28O+sAFv6yHCDj5Z4rblK8d1Bjlw9+Y539eNMfeAYz736seYDIW8h+/v1XpPYaJF4xwBMclNSZjJBtoobUz672Mpj8u4LiAsx950XBlaAfaIiOxzVX3YaX73nCzhgwi6pznaxsg8si2KplI8h8Fs4/cx8bL5EhEeK9i2JB0QIpqSpzqtazFTfxdvIGi7WtJrfYDLIltxvVQSxJhG9/WYE129ajO/mQg12UfNiPZ9XXjePZNUW64CAeyssWGf3O8R0xc/6b4gFZl/FuJH4nkv3LKYvIaWcnd9abT4sfw+UK3JOmqyyDL6w+smTlleS2MgvuPSNvAe2OuEtwMTn/Xz//rqj8ZtpDenvk1JugDXIch8vzWXSu/PenoqyEI0vWlmM6B61bUHwaEy4ag6KaSixb9z22kWE3MdK5lQq7FMzx/No9Lr08M562GYFI+tCXLMws+v9TK77hsh5E9+wvXtSVeeKoA4hm0mO8T+LGS690OyZHXyCZnWo3eXcTuwwc6ZFvGnVHDDjrUPtea9yYTzRekO1PFFvjTHVnxKaL1/FVk27jBcEictmSeXj3uy+EUedkedI4fI7tXRxK411w63Rj+nbUkBEwuEd/vPLv9zBrxruivqaSxOxBub8oKrw99zwTbgedJ9+wwkW3vJWbyyFdvevQpRkv2+HE3Gx9oaazfavyZlMPXcihPV6QqYMuxU+/fI8Fa5a6dEVUbvZHXVAQWedxDJKty4nkjHPp4LQb78NV5C+BxBIXB/0RsnY8VDk1UOB9FVxfGiwq6wLPQyT+D37XSLa+AKI4ijhz3g+LWl4WI4v0Hr8UOZCUPHezsBF3pDCQkbOdLM9M8h/PlhLYPwwIxu4j+4UOORNUICu4shxx4dEOBtN5TrFYt9d5sZ3P9rqFu8bfiPieA7F22zosZZ9Rztlwz9kXFkRy8gsLToi3WNtvUGFd0Yt8xlPkQghOPcsVzpGayPgkbCIL94VP54hjvMlmyfoVJAe1TaE2JQfd1bsRhXPv0MJEUmzvzJOt15CLlGN9czeXVHIn4Z2Z+xyiNCL21Dhe5/YdSfqMIsutAO8uX+CkE9mIsb0JnMfbcmAXfj+8rykVx4aN5kKBuG7HRuBoAcIuCnFQ2OxEhxAnITMfOw/vxeWkM4SRQhYd94TxROxvPnDlZMx4/UnM+uodfLdlDQrp2iLyR7sPGIF7J9zsdA2ntpBvQpls2xhPNOtWiXS08D9tlq7JBGNRPgpJ/9rcDH5G7o7IzfxGPzYZJmGQkN4sL0Uo+bEly9IbxSjdg/SzfVuyB66ajHeWz8ePyz7D1+Mn4bpLriA3qEFIEn7f8ZjHbzszHulSf5Jex77cjLDgUDWDyNqfFUT5/xrERJrssAG9cEmvwU7fcfd6XnU2p5zbiCSSLzl+0Eivxn5hyiPiPYSLyGDIPX2SfMwQjP3L/cLhVhKl7NaEDk3DyL7DnCxT3hWcHJvo0HiIC5PHX3aN2Phjcx94Wx7vmOIKcZHxaBSt/D4N3r3UpC4SU0SO0L5xA29V+HjaLDzz8atYvWuzAJEXMr/VlDnRfjx2Yzjao9XqWPmX/b8AAwCDkeC90j4vRQAAAABJRU5ErkJggg==');background-repeat: no-repeat;background-position: center;background-size: 48px}@media screen and (min-width: 48em){.sanicare_smartappbanner__icon{background-size: 96px}}.icon-sanicon,[class^="sanicon-"],[class*=" sanicon-"]{font-family: "sanicon" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.sanicon--arrow-right:before,.icon--arrow-right:before{content: "\e900";font-family: "sanicon"}.sanicon--arrow-left:before,.icon--arrow-left:before{content: "\e901";font-family: "sanicon"}.sanicon--arrow-down:before{content: "\e902";font-family: "sanicon"}.sanicon--arrow-up:before{content: "\e903";font-family: "sanicon"}.sanicon--arrow-back:before{content: "\e937";font-family: "sanicon"}.sanicon--account:before{content: "\e971";font-family: "sanicon"}.sanicon--cart:before{content: "\e93a";font-family: "sanicon"}.sanicon--menu:before{content: "\e907";font-family: "sanicon"}.sanicon--search:before{content: "\e904";font-family: "sanicon"}.sanicon--phone:before{content: "\e905";font-family: "sanicon"}.sanicon--erezept:before{content: "\e914";font-family: "sanicon"}.sanicon--star-bookmark:before{content: "\e906";font-family: "sanicon"}.sanicon--star-outline:before{content: "\e933";font-family: "sanicon"}.sanicon--drop-down:before{content: "\e938";font-family: "sanicon"}.sanicon--drop-up:before{content: "\e939";font-family: "sanicon"}.sanicon--list-view:before{content: "\e90b";font-family: "sanicon"}.sanicon--tile-view:before{content: "\e934";font-family: "sanicon"}.sanicon--print:before{content: "\e92e";font-family: "sanicon"}.sanicon--sanicare-herz:before{content: "\e92f";font-family: "sanicon"}.sanicon--speech-bubble:before{content: "\e931";font-family: "sanicon"}.sanicon--trash:before{content: "\e935";font-family: "sanicon"}.sanicon--reciept:before{content: "\e908";font-family: "sanicon"}.icon--heart-scribbled:before{content: "\e915";font-family: "sanicon"}.sanicon--bio:before{content: "\e90c";font-family: "sanicon"}.sanicon--reimport:before{content: "\e90d";font-family: "sanicon"}.sanicon--animal:before{content: "\e90e";font-family: "sanicon"}.sanicon--vegan:before{content: "\e90f";font-family: "sanicon"}.sanicon--kuehlprodukt:before{content: "\e909";font-family: "sanicon"}.sanicon--biozid:before{content: "\e910";font-family: "sanicon"}.sanicon--mail:before{content: "\e90a";font-family: "sanicon"}.sanicon-close:before{content: "\e911";font-family: "sanicon"}