/* roboto-regular-300 (load as roboto-regular) - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-300.woff2") format("woff2"), url("../fonts/roboto-v32-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-700 (load as roboto-600) - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-v32-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-700.woff2") format("woff2"), url("../fonts/roboto-v32-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-300 (load as roboto-condensed-regular) - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v27-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-300.woff2") format("woff2"), url("../fonts/roboto-condensed-v27-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-600 - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-condensed-v27-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-600.woff2") format("woff2"), url("../fonts/roboto-condensed-v27-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
:root {
  --color_1: #fcfcfc;
  --color_2: #444;
  --color_3: #428112;
  --color_4: #5ba722;
  --color_5: #fff;
  --color_6: #aaa;
  --color_7: #fcfcfc;
  --color_8: #f0f0f0;
  --color_9: #e0e0e0;
  --color_10: #faf9f8;
  --color_11: #005ec3;
  --color_row_dis_1: #fff0f0;
  --color_row_dis_2: #eee0e0;
  --color_checkbutton_bg: #fff;
  --color_checkbutton_text: #555;
  --color_checkbutton_border: #888;
  --main_bg_color: var(--color_1);
  --main_text_color: var(--color_2);
  --link_color: var(--color_3);
  --link_hover_color: var(--color_4);
  --input_bg_color: var(--color_5);
  --input_text_color: var(--color_2);
  --input_border_color: var(--color_6);
  --header_bg_color: var(--color_3);
  --header_text_color: var(--color_5);
  --menu_bg_hover_color: var(--color_4);
  --menu_text_hover_color: var(--color_5);
  --menu_bg_color: var(--color_3);
  --menu_text_color: var(--color_5);
  --selection_bg_color: var(--color_11);
  --selection_text_color: var(--color_5);
  --scroll-behavior: auto;
  --checkbox-width: 2.4em;
  --radio-size: 1.2em;
  --slideshow-opacity: 0;
  --nav-slide-speed: 0s;
  --resize-speed: 0s;
}

::-moz-selection {
  background-color: var(--selection_bg_color);
  color: var(--selection_text_color);
}

::selection {
  background-color: var(--selection_bg_color);
  color: var(--selection_text_color);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

*::before, *::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100vw;
  height: 100dvh;
  background-color: var(--main_bg_color);
  color: var(--main_text_color);
  scroll-behavior: var(--scroll-behavior);
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  transition: opacity 0.25s ease;
}

body {
  height: 100%;
  max-width: 100vw;
}

html, input, select, button, textarea, a.button {
  font-size: min(16px + 0.15vw, 26px);
}

img {
  width: auto;
  height: auto;
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin: 0.6em 0 0.2em;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.15em;
}

a {
  color: var(--link_color);
}
a:hover {
  color: var(--link_hover_color);
}
a:focus-visible {
  border-radius: 0.2em;
}

strong {
  font-weight: 600;
}

b {
  font-weight: 600;
}

p {
  margin: 0.8em 0;
}

header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 50px;
  background-color: rgba(250, 250, 250, 0.5019607843);
  z-index: 1;
}
header .logo {
  height: 100%;
  padding: 0.3em 0.4em;
}
header .logo img {
  height: 100%;
}
header .logo span {
  font-size: 0.8em;
  position: relative;
  bottom: 0.4em;
}
header nav {
  margin: 0 0.8em;
  align-self: center;
}
header :root {
  --color_1: #fcfcfc;
  --color_2: #444;
  --color_3: #428112;
  --color_4: #5ba722;
  --color_5: #fff;
  --color_6: #aaa;
  --color_7: #fcfcfc;
  --color_8: #f0f0f0;
  --color_9: #e0e0e0;
  --color_10: #faf9f8;
  --color_11: #005ec3;
  --color_row_dis_1: #fff0f0;
  --color_row_dis_2: #eee0e0;
  --color_checkbutton_bg: #fff;
  --color_checkbutton_text: #555;
  --color_checkbutton_border: #888;
  --main_bg_color: var(--color_1);
  --main_text_color: var(--color_2);
  --link_color: var(--color_3);
  --link_hover_color: var(--color_4);
  --input_bg_color: var(--color_5);
  --input_text_color: var(--color_2);
  --input_border_color: var(--color_6);
  --header_bg_color: var(--color_3);
  --header_text_color: var(--color_5);
  --menu_bg_hover_color: var(--color_4);
  --menu_text_hover_color: var(--color_5);
  --menu_bg_color: var(--color_3);
  --menu_text_color: var(--color_5);
  --selection_bg_color: var(--color_11);
  --selection_text_color: var(--color_5);
  --scroll-behavior: auto;
  --checkbox-width: 2.4em;
  --radio-size: 1.2em;
  --slideshow-opacity: 0;
  --nav-slide-speed: 0s;
  --resize-speed: 0s;
}
header ::-moz-selection {
  background-color: var(--selection_bg_color);
  color: var(--selection_text_color);
}
header ::selection {
  background-color: var(--selection_bg_color);
  color: var(--selection_text_color);
}
header nav.sel_lang, header nav.sel_recyc_country {
  width: auto;
}
header nav.sel_lang .select, header nav.sel_recyc_country .select {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.4em 0;
  background: var(--input_bg_color);
  color: var(--input_text_color);
  border: 1px solid var(--input_border_color);
  border-radius: 0.2em;
  padding: 0.2em;
  cursor: pointer;
}
header nav.sel_lang .select .lng, header nav.sel_lang .select .country, header nav.sel_recyc_country .select .lng, header nav.sel_recyc_country .select .country {
  height: 1.6em;
  width: 1.6em;
  text-align: center;
  line-height: 1.6em;
  pointer-events: none;
}
header nav.sel_lang .select .options, header nav.sel_recyc_country .select .options {
  position: absolute;
  right: -1px;
  top: calc(100% + 0.2em);
  display: flex;
  flex-direction: column;
  min-width: calc(100% + 2px);
  max-height: calc(12.12em + 5px);
  background: var(--input_bg_color);
  color: var(--input_text_color);
  border: 1px solid var(--input_border_color);
  border-radius: 0.4em;
  overflow: hidden;
  overflow-y: auto;
  transform-origin: top;
  transform: scaleY(0.3);
  opacity: 0;
  visibility: hidden;
}
@media screen and (pointer: fine) {
  @-moz-document url-prefix() {
    header nav.sel_lang .select .options, header nav.sel_recyc_country .select .options {
      scrollbar-width: thin;
    }
  }
  header nav.sel_lang .select .options::-webkit-scrollbar, header nav.sel_recyc_country .select .options::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #eee;
    border-radius: 5px;
  }
  header nav.sel_lang .select .options::-webkit-scrollbar-thumb, header nav.sel_recyc_country .select .options::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 5px;
  }
}
@media screen and (pointer: fine) {
  header nav.sel_lang .select .options::-webkit-scrollbar, header nav.sel_recyc_country .select .options::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.1333333333);
  }
  header nav.sel_lang .select .options::-webkit-scrollbar-thumb, header nav.sel_recyc_country .select .options::-webkit-scrollbar-thumb {
    background-color: var(--color_4);
  }
  header nav.sel_lang .select .options::-webkit-scrollbar-thumb:hover, header nav.sel_recyc_country .select .options::-webkit-scrollbar-thumb:hover {
    background-color: var(--color_3);
  }
}
header nav.sel_lang .select .options > .lng, header nav.sel_lang .select .options > .country, header nav.sel_recyc_country .select .options > .lng, header nav.sel_recyc_country .select .options > .country {
  height: auto;
}
header nav.sel_lang .select .options .option, header nav.sel_recyc_country .select .options .option {
  display: flex;
  align-items: center;
  gap: 0.2em;
  line-height: 1.6em;
  padding: 0.2em;
  padding-right: 0.6em;
}
header nav.sel_lang .select .options .option:not(:first-child), header nav.sel_recyc_country .select .options .option:not(:first-child) {
  border-top: 1px solid var(--input_border_color);
}
header nav.sel_lang .select .options .option[data-selected=selected], header nav.sel_recyc_country .select .options .option[data-selected=selected] {
  background-color: var(--color_3);
  color: var(--color_5);
}
header nav.sel_lang .select.open .options, header nav.sel_recyc_country .select.open .options {
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
header nav.sel_lang:focus-visible, header nav.sel_recyc_country:focus-visible {
  outline: solid 2px var(--color_2);
  outline-offset: 0;
}
header nav.sel_recyc_country .select .options {
  left: -1px;
  right: unset;
}
header.show {
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.1333333333);
}

.warn {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1.4em;
}

main {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: min(100%, 600px);
  padding: 0 0.8em 2em;
  margin: auto;
}
main > p:last-child {
  margin: 1em 0 0;
}
main h1 {
  font-size: clamp(1.4em, 7vw, 2em);
}
main h2 {
  font-size: clamp(1em, 5vw, 1.4em);
  margin: 0 auto 1.2em;
}
main > h1, main > h2 {
  width: 100%;
  text-align: center;
}
main img.wine {
  display: block;
  width: min(100vw - 6em, 500px);
  margin: 0.8em auto 0;
  border-radius: 2em;
}
main img.winesmall {
  display: block;
  width: 4em;
  border-radius: 2em;
}
main div.labels {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  min-width: 80%;
}
main div.labels a {
  color: var(--main_text_color);
  text-decoration: none;
}
main div.labels .row {
  display: grid;
  grid-template-columns: min-content 1fr 1.5fr;
  align-items: center;
  gap: 0.8em;
  padding: 0.4em;
  background-color: #f6f6f6;
  border-radius: 2.8em 2.8em 2.8em 2.8em;
  transition: box-shadow 0.25s ease;
}
main div.labels .row > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
main div.labels .row > div:last-child {
  padding-right: 0.8em;
}
main div.labels .row:hover {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1333333333);
}

.table {
  width: 100%;
  border: 1px solid;
  border-radius: 0.4em;
  background-color: var(--color_5);
}
.table:not(:first-child) {
  margin-top: 0.8em;
}
.table > div {
  min-height: 1.8em;
  line-height: 1.4em;
  padding: 0.2em 0.4em;
  white-space: nowrap;
  overflow: hidden;
}
.table > div.title {
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table > div.title::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  position: relative;
  top: 0.1em;
  background-position: center;
  background-repeat: no-repeat;
}
.table > div .minititle {
  display: block;
  font-size: 90%;
}
.table > div:not(:first-child) {
  border-top: 1px solid;
}
.table > div.country::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.table.description > div {
  font-family: "Roboto", sans-serif;
}
.table.description > div::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  position: relative;
  top: 0.1em;
  background-position: center;
  background-repeat: no-repeat;
}
.table.description > div.country::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="m35,2c-2.97,0-5.57,1.73-6.95,4.27-.95-.15-1.92-.25-2.85-.26h0s-.2,0-.2,0C13.4,6,4,15.4,4,27s9.4,21,21,21,21-9.4,21-21c0-4.49-1.52-8.88-4.16-12.44.7-1.59,1.16-3.06,1.16-4.16,0-4.6-3.6-8.4-8-8.4Zm0,2c3.3,0,6,2.9,6,6.4,0,2.4-3.2,8-6,12.1-2.8-4.1-6-9.7-6-12.1,0-3.5,2.7-6.4,6-6.4Zm0,2c-2.2,0-4,1.8-4,4s1.8,4,4,4,4-1.8,4-4-1.8-4-4-4Zm0,2c1.12,0,2,.88,2,2s-.88,2-2,2-2-.88-2-2,.88-2,2-2Zm-9,.05c.43.02.86.06,1.3.11-.19.72-.3,1.47-.3,2.25,0,1.42.77,3.46,1.83,5.6h-2.83v-7.95Zm-2,.09v7.87h-6.28c1.46-4.25,3.72-7.24,6.28-7.87Zm-4.6.71c-1.57,1.74-2.88,4.2-3.81,7.16h-6.06c2.39-3.36,5.84-5.92,9.87-7.16Zm21.46,7.77c1.88,2.76,2.93,6.02,3.11,9.39h-7.97c0-.46-.02-.9-.05-1.35,1.16-1.67,3.22-4.76,4.91-8.04Zm-32.59,1.39h6.77c-.59,2.43-.94,5.13-1,8h-7.98c.15-2.88.92-5.6,2.21-8Zm8.84,0h6.89v8h-7.97c.07-2.86.45-5.59,1.08-8Zm8.89,0h3.9c1.44,2.59,2.98,4.93,4,6.42.03.52.05,1.05.07,1.58h-7.97v-8ZM6.05,28h7.98c.07,2.87.42,5.57,1,8h-6.77c-1.3-2.4-2.07-5.12-2.21-8Zm9.98,0h7.97v8h-6.89c-.63-2.41-1.01-5.14-1.08-8Zm9.97,0h7.97c-.07,2.86-.45,5.59-1.08,8h-6.89v-8Zm9.97,0h7.98c-.15,2.88-.92,5.6-2.21,8h-6.77c.59-2.43.94-5.13,1-8Zm-26.45,10h6.06c.93,2.96,2.24,5.42,3.81,7.16-4.04-1.24-7.48-3.8-9.87-7.16Zm8.2,0h6.28v7.87c-2.56-.63-4.82-3.62-6.28-7.87Zm8.28,0h6.28c-1.46,4.25-3.72,7.24-6.28,7.87v-7.87Zm8.41,0h6.06c-2.39,3.36-5.84,5.92-9.88,7.16,1.57-1.74,2.88-4.2,3.81-7.16Z"/></svg>');
}
.table.description > div.region::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="m28,0C22.61,0,18.23,4.29,18.03,9.63l-5,2.28L1.44,6.09c-.18-.09-.37-.12-.56-.09-.5.06-.88.49-.88,1v36c0,.39.21.74.56.91l12,6c.28.13.6.13.88,0l11.59-5.81,12.56,5.81c.28.12.61.11.88-.03l11-6c.32-.17.53-.51.53-.88V7c0-.35-.19-.67-.49-.85-.3-.18-.67-.19-.98-.02l-10.69,5.81c.09-.65.16-1.3.16-1.94C38,4.49,33.51,0,28,0Zm0,2c4.43,0,8,3.57,8,8,0,3.71-2.14,8.37-4.34,12.03-1.82,3.02-3.08,4.53-3.66,5.25-.57-.7-1.82-2.14-3.66-5.16-2.09-3.45-4.11-7.83-4.31-11.53.1-.25.09-.54-.03-.78.1-4.34,3.63-7.81,8-7.81Zm0,4c-2.75,0-5,2.25-5,5s2.25,5,5,5,5-2.25,5-5-2.25-5-5-5Zm0,2c1.67,0,3,1.33,3,3s-1.33,3-3,3-3-1.33-3-3,1.33-3,3-3Zm-26,.62l10.56,5.28c.27.12.58.12.84,0l4.69-2.12c.5,4,2.57,8.09,4.56,11.38,2.29,3.78,4.59,6.5,4.59,6.5.2.22.48.35.77.34.29,0,.57-.14.76-.37,0,0,2.27-2.77,4.56-6.56,1.62-2.7,3.27-5.9,4.09-9.12l.44.06c.21.02.41-.02.59-.12l9.53-5.19v33.72l-10.03,5.47-12.56-5.78c-.27-.12-.58-.12-.84,0l-11.56,5.78-11-5.5V8.63Z"/></svg>');
}
.table.description > div.location::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="m25,.06C17.32.06,11.06,6.32,11.06,14c0,6.37,3.34,13.67,6.62,19.47s6.56,10.09,6.56,10.09c.18.24.45.38.75.38s.57-.14.75-.38c0,0,3.28-4.35,6.56-10.19s6.62-13.14,6.62-19.38C38.94,6.32,32.68.06,25,.06Zm0,1.88c6.68,0,12.06,5.38,12.06,12.06,0,5.55-3.16,12.75-6.38,18.47-2.63,4.68-4.82,7.74-5.69,8.94-.88-1.18-3.06-4.21-5.69-8.84-3.21-5.68-6.38-12.86-6.38-18.56,0-6.68,5.38-12.06,12.06-12.06Zm0,6.09c-3.84,0-6.97,3.13-6.97,6.97s3.13,6.97,6.97,6.97,6.97-3.13,6.97-6.97-3.13-6.97-6.97-6.97Zm0,1.94c2.79,0,5.03,2.24,5.03,5.03s-2.24,5.03-5.03,5.03-5.03-2.24-5.03-5.03,2.24-5.03,5.03-5.03Zm-9.84,24.19c-4,.59-7.38,1.51-9.88,2.72-1.25.6-2.28,1.27-3.03,2.06s-1.25,1.77-1.25,2.81c0,1.43.91,2.65,2.22,3.62,1.3.97,3.07,1.76,5.22,2.44,4.3,1.36,10.12,2.19,16.56,2.19s12.26-.83,16.56-2.19c2.15-.68,3.91-1.46,5.22-2.44s2.22-2.2,2.22-3.62c0-1.04-.5-2.02-1.25-2.81s-1.79-1.46-3.03-2.06c-2.49-1.21-5.88-2.13-9.88-2.72-.55-.09-1.07.29-1.16.84s.29,1.07.84,1.16c3.86.57,7.11,1.46,9.31,2.53,1.1.54,1.95,1.12,2.47,1.66s.69.99.69,1.41c0,.57-.38,1.23-1.41,2s-2.61,1.52-4.62,2.16c-4.02,1.27-9.7,2.09-15.97,2.09s-11.95-.82-15.97-2.09c-2.01-.64-3.6-1.39-4.62-2.16-1.02-.77-1.41-1.43-1.41-2,0-.42.17-.87.69-1.41s1.37-1.12,2.47-1.66c2.2-1.07,5.45-1.96,9.31-2.53.55-.09.93-.61.84-1.16s-.61-.93-1.16-.84Z"/></svg>');
}
.table.description > div.type::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="m22,0C21.48,0,20.94.18,20.56.56c-.38.38-.56.91-.56,1.44v3.69c-.06.2-.06.4,0,.59v7.06c-.74.31-1.69.8-2.66,1.78-1.26,1.27-2.34,3.3-2.34,6.19v25.78c0,1.54,1.28,2.81,2.81,2.81h14.38c1.54,0,2.81-1.28,2.81-2.81v-25.78c0-2.84-1.09-4.87-2.34-6.16-.96-.98-1.91-1.46-2.66-1.78v-7.19c.03-.13.03-.27,0-.41v-3.78c0-.52-.18-1.06-.56-1.44C29.06.18,28.52,0,28,0h-6Zm0,2h6v3h-6v-3Zm0,5h6v7c0,.43.28.8.69.94.5.16,1.62.66,2.56,1.62s1.75,2.39,1.75,4.75v25.78c0,.46-.35.81-.81.81h-14.38c-.46,0-.81-.35-.81-.81v-25.78c0-2.41.81-3.86,1.75-4.81s2.04-1.39,2.56-1.56c.41-.13.68-.51.69-.94v-7Zm-2.19,18c-.48.09-.82.51-.81,1v16c0,.55.45,1,1,1h10c.55,0,1-.45,1-1v-16c0-.55-.45-1-1-1h-10.19Zm1.19,2h8v3h-8v-3Zm0,5h8v9h-8v-9Z"/></svg>');
}
.table.description > div.alcohol::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="m9,4c-2.75,0-5,2.25-5,5v32c0,2.75,2.25,5,5,5h32c2.75,0,5-2.25,5-5V9c0-2.75-2.25-5-5-5H9Zm0,2h32c1.67,0,3,1.33,3,3v32c0,1.67-1.33,3-3,3H9c-1.67,0-3-1.33-3-3V9c0-1.67,1.33-3,3-3Zm7.5,4.9c-1.7,0-3.1.7-4,2.1s-1.4,3.5-1.4,6.3.5,4.8,1.4,6.3c1,1.5,2.3,2.2,4,2.2,1.8,0,3.2-.7,4.1-2.1s1.4-3.5,1.4-6.3-.4-4.8-1.4-6.3-2.3-2.2-4.1-2.2Zm14.8.1l-15.3,28h2.7l15.3-28h-2.7Zm-14.8,2.3c2,0,3,2.1,3,6.2s-1,6.2-3,6.2c-1,0-1.7-.6-2.2-1.6-.5-1.1-.7-2.6-.7-4.7s.3-3.7.7-4.6c.5-1,1.2-1.5,2.2-1.5Zm17,8.9c-1.7,0-3.1.7-4,2.1s-1.4,3.5-1.4,6.3.5,4.8,1.4,6.2c.9,1.5,2.3,2.2,4,2.2,1.8,0,3.2-.7,4.1-2.1s1.4-3.5,1.4-6.3-.5-4.8-1.5-6.3c-.9-1.4-2.3-2.1-4-2.1Zm0,2.3c1.1,0,1.8.5,2.3,1.5s.7,2.5.7,4.6-.2,3.7-.7,4.7-1.3,1.5-2.3,1.5-1.7-.5-2.2-1.5c-.5-1.1-.7-2.6-.7-4.7s.2-3.6.7-4.6c.4-1,1.1-1.5,2.2-1.5Z"/></svg>');
}
.table.description > div.taste::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="m14.31,2l-.25.66s-3.06,8.09-3.06,16.34c0,7.23,5.96,12.5,13,12.97v6.12c0,.95-.45,1.75-1.25,2.5s-1.97,1.4-3.16,1.91c-2.37,1.01-4.75,1.41-4.75,1.41h-.03c-.72.14-1.39.52-1.91,1.03s-.91,1.23-.91,2.06c0,.55.45,1,1,1h24c.55,0,1-.45,1-1,0-.83-.39-1.55-.91-2.06s-1.19-.89-1.91-1.03h-.03s-2.38-.4-4.75-1.41c-1.18-.5-2.35-1.15-3.16-1.91s-1.25-1.55-1.25-2.5v-6.12c7.04-.46,13-5.74,13-12.97,0-8.25-3.06-16.34-3.06-16.34l-.25-.66H14.31Zm1.44,2h18.5c.21.57,1.18,3.32,1.91,7H13.84c.73-3.68,1.7-6.43,1.91-7Zm20.72,8.94h.03c.3,1.9.5,3.95.5,6.06,0,6.43-5.48,11-12,11s-12-4.57-12-11c0-2.09.21-4.11.5-6,.06,0,.12,0,.19,0h22.41c.13,0,.25-.02.38-.06Zm-11.47,27.97c.27.4.53.8.88,1.12,1.07,1,2.4,1.75,3.72,2.31,2.62,1.11,5.19,1.53,5.22,1.53h.03c.07.02.12.1.19.12H14.97c.07-.03.12-.11.19-.12h.03s2.6-.42,5.22-1.53c1.32-.56,2.65-1.31,3.72-2.31.35-.33.6-.73.88-1.12Z"/></svg>');
}
.table.description > div.test_number::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="m25,1c-2.2,0-4,1.8-4,4v1h-9c-1.64,0-3,1.36-3,3v37c0,1.64,1.36,3,3,3h26c1.64,0,3-1.36,3-3V9c0-1.64-1.36-3-3-3h-9v-1c0-2.2-1.8-4-4-4Zm0,2c1.12,0,2,.88,2,2v1.83c-.02.11-.02.22,0,.32v1.84h-4v-1.83c.02-.11.02-.22,0-.32v-1.84c0-1.12.88-2,2-2Zm0,1c-.55,0-1,.45-1,1s.45,1,1,1,1-.45,1-1-.45-1-1-1Zm-13,4h9v2c0,.55.45,1,1,1h6c.55,0,1-.45,1-1v-2h9c.57,0,1,.43,1,1v37c0,.57-.43,1-1,1H12c-.57,0-1-.43-1-1V9c0-.57.43-1,1-1Zm21.29,13.29l-11.29,11.29-5.29-5.29-1.41,1.41,6.71,6.71,12.71-12.71-1.41-1.41Z"/></svg>');
}
.table.nutval > div {
  display: grid;
  grid-template-columns: 70% 30%;
}
.table.nutval > div.title::before {
  content: unset;
}
.table.nutval > div.title *:first-child {
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table.nutval > div.title *:first-child::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  position: relative;
  top: 0.1em;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="m17.98,2.99c-.55,0-1,.45-.99,1.01,0,.37.21.71.54.88,0,0,3.81,1.94,4.39,6.87-1.38-.87-3.58-1.75-6.92-1.75-7.07,0-12,5.35-12,13,0,7.11,3.77,15.9,11,20.41v-2.4c-5.91-4.28-9-11.83-9-18,0-6.48,4.11-11,10-11,5.26,0,7.06,2.4,7.16,2.55,0,0,0,.01,0,.01.03.04.06.06.09.09.06.06.11.13.18.18,0,0,0,0,0,0,.07.04.15.07.22.09.05.02.09.05.14.05.06.01.13,0,.19,0,.06,0,.13.01.19,0,.05,0,.09-.04.14-.05.08-.03.15-.05.22-.09,0,0,0,0,0,0,.07-.05.12-.12.18-.18.03-.04.08-.06.1-.1.11-.15,1.9-2.55,7.16-2.55,5.89,0,10,4.52,10,11,0,2.54-.53,5.32-1.56,8h.56c.65,0,1.26-.22,1.75-.57.82-2.52,1.25-5.06,1.25-7.43,0-7.27-4.46-12.45-10.97-12.95.48-.8.86-1.66,1.16-2.49.53-1.49.81-2.72.81-3.55,0-.55-.45-1-1-1-1,0-3.33-.02-5.64,1.17-1.58.81-3.11,2.24-4.18,4.48-1.54-3.82-4.71-5.54-4.71-5.54-.15-.08-.31-.12-.48-.12Zm13.76,2.08c-.11.57-.14.98-.43,1.81-.44,1.23-1.1,2.48-1.81,3.19-2.41.21-4.13.89-5.29,1.59.81-3.29,2.41-4.86,4.06-5.71,1.26-.65,2.46-.81,3.47-.88Zm13.26,18.04v4.89c0,2.76-2.24,5-5,5h-4.85c-.06,0-.11-.01-.17-.01-.05,0-.1,0-.14.01h-5.69c-.06,0-.11-.01-.17-.01-.05,0-.1,0-.14.01h-5.69c-.06,0-.11-.01-.17-.01-.05,0-.1,0-.14.01h-5.84c-.55,0-1,.45-1,1v12c0,.55.45,1,1,1h23c3.52,0,6.44-2.61,6.93-6,.05-.33.07-.66.07-1v-12c0-1.9-.76-3.63-2-4.89Zm0,9.78v7.11c0,2.76-2.24,5-5,5h-22v-10h4v4c0,.55.43,1.01.99,1.01.55,0,1.01-.43,1.01-.99,0,0,0-.02,0-.03v-4h4v6c0,.55.43,1.01.99,1.01.55,0,1.01-.43,1.01-.99,0,0,0-.02,0-.03v-6h4v5c0,.55.43,1.01.99,1.01.55,0,1.01-.43,1.01-.99,0,0,0-.02,0-.03v-5h4v6c0,.55.43,1.01.99,1.01.55,0,1.01-.43,1.01-.99,0,0,0-.02,0-.03v-6.3c1.15-.34,2.18-.97,3-1.81Z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
}
.table.nutval > div.combine_small > div {
  grid-column: span 2;
}
.table.nutval > div > div:nth-child(2) {
  text-align: right;
  border-left: 1px solid;
}
.table.ingredients .title::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="m29,0C27.91,0,27,.91,27,2v3c0,.98.72,1.8,1.66,1.97-.41.66-.82,1.41-1.22,2.31-.83,1.87-1.62,4.15-2.25,6.31l-1.38-.78c-.21-.12-.45-.17-.69-.12-.19.04-.36.14-.5.28l-1.34,1.28c-1.79-1.54-4.12-2.47-6.66-2.47-5.46,0-9.95,4.3-10.22,10.22h-1.56c-1.56,0-2.84,1.29-2.84,2.84v3.31c0,1.56,1.29,2.84,2.84,2.84h.16v3c0,.22.02.19.03.22,0,.03,0,.04,0,.06.01.04.02.07.03.12.03.1.08.25.12.41.09.32.21.75.38,1.28.32,1.05.77,2.46,1.19,3.84.85,2.77,1.69,5.5,1.69,5.5.01.07.04.15.06.22.27.48.55.98.94,1.44s1.02.91,1.78.91h31.56c.77,0,1.49-.38,1.91-.88s.62-1.06.84-1.59c.01-.03.02-.06.03-.09,0,0,.84-2.73,1.69-5.5.42-1.38.87-2.79,1.19-3.84.16-.53.28-.96.38-1.28.05-.16.1-.31.12-.41.01-.05.02-.09.03-.12,0-.02,0-.04,0-.06s.03,0,.03-.22v-3h.16c1.56,0,2.84-1.29,2.84-2.84v-3.31c0-1.56-1.29-2.84-2.84-2.84h-3.16v-2.19c0-2.25-1.06-6.11-2.34-9.66-.64-1.77-1.33-3.45-2.03-4.72-.09-.17-.19-.31-.28-.47.93-.16,1.66-.99,1.66-1.97v-3C41,.91,40.09,0,39,0h-10Zm0,2h10v3h-10v-3Zm2.09,5h5.75s.11.07.22.19c.22.24.5.7.81,1.25.62,1.11,1.29,2.67,1.91,4.38,1.23,3.41,2.22,7.46,2.22,9v2.19h-2l-.03-.03-13-7.34c.61-2.22,1.45-4.64,2.28-6.53.46-1.04.95-1.93,1.34-2.5.2-.28.36-.47.47-.56.03-.02.02-.02.03-.03ZM14.62,15.78c1.98,0,3.77.69,5.19,1.84l-6.75,6.38h-6.66c.25-4.93,3.82-8.22,8.22-8.22Zm8.81,1.16l12.5,7.06H15.97l7.47-7.06ZM2.84,26h44.31c.47,0,.84.37.84.84v3.31c0,.47-.37.84-.84.84H2.84c-.47,0-.84-.37-.84-.84v-3.31c0-.47.37-.84.84-.84Zm2.16,7h7v12c0,.55.45,1,1,1h3c.55,0,1-.45,1-1v-12h2v12c0,.55.45,1,1,1h3c.55,0,1-.45,1-1v-12h2v12c0,.55.45,1,1,1h3c.55,0,1-.45,1-1v-12h2v12c0,.55.45,1,1,1h3c.55,0,1-.45,1-1v-12h7v2.88c-.02.08-.05.22-.09.38-.09.31-.25.75-.41,1.28-.32,1.05-.73,2.43-1.16,3.81-.83,2.72-1.63,5.35-1.66,5.44l-.03.09c-.19.44-.37.79-.5.94-.14.17-.13.19-.38.19H9.22c-.07,0-.07,0-.25-.22-.17-.2-.41-.59-.66-1.03-.04-.12-.83-2.7-1.66-5.41-.42-1.38-.84-2.76-1.16-3.81-.16-.53-.32-.97-.41-1.28-.05-.16-.07-.29-.09-.38v-2.88Zm9,0h1v11h-1v-11Zm7,0h1v11h-1v-11Zm7,0h1v11h-1v-11Zm7,0h1v11h-1v-11Z"/></svg>');
}
.table.ingredients .minititle {
  line-height: 1.2em;
  font-weight: 600;
}
.table.ingredients > div {
  white-space: initial;
}
.table.ingredients .remark > span {
  font-size: 90%;
}
.table.ingredients .logos {
  display: flex;
  justify-content: space-evenly;
}
.table.ingredients .logos > div {
  text-align: center;
}
.table.ingredients .logos > div::before {
  content: "";
  display: block;
  width: 5em;
  height: 5em;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.table.ingredients .logos > div.sulfites::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:%23000;stroke-width:0px;}</style></defs><path id="b" class="c" d="M38.4,24c0-7.94-6.46-14.4-14.4-14.4s-14.4,6.46-14.4,14.4,6.46,14.4,14.4,14.4,14.4-6.46,14.4-14.4ZM24,38.23c-7.85,0-14.23-6.38-14.23-14.23s6.38-14.23,14.23-14.23,14.23,6.38,14.23,14.23-6.38,14.23-14.23,14.23ZM24,4.8C13.42,4.8,4.8,13.42,4.8,24s8.61,19.2,19.2,19.2,19.2-8.61,19.2-19.2S34.58,4.8,24,4.8ZM24,43.02c-10.49,0-19.02-8.53-19.02-19.02S13.51,4.98,24,4.98s19.02,8.53,19.02,19.02-8.53,19.02-19.02,19.02ZM24,0C10.77,0,0,10.77,0,24s10.77,24,24,24,24-10.77,24-24S37.23,0,24,0ZM24,47.83C10.86,47.83.17,37.14.17,24S10.86.17,24,.17s23.83,10.69,23.83,23.83-10.69,23.83-23.83,23.83ZM10.42,38.82l-1.64,1.68-.98-.96.18-.18.75.73.52-.53-.71-.69.18-.18.71.69.59-.6-.79-.77.18-.18,1.02,1ZM4.68,18.47l-2.37-.75.1-.33,2.1.66.32-1,.27.09-.42,1.33ZM42.57,31.7l2.26,1.02-.57,1.27-.25-.11.43-.96-.7-.32-.4.9-.25-.11.4-.89-.81-.36-.43.96-.25-.12.57-1.27ZM4.17,20.69l-.69-.45.2-.98.81-.13.07-.34-2.64.46-.06.31,2.24,1.47.07-.34ZM3.22,20.07l-.65-.41s-.04-.02-.07-.04c-.03-.02-.05-.03-.09-.05-.03-.02-.06-.04-.1-.05-.03-.02-.07-.04-.1-.05.04,0,.07,0,.11,0,.04,0,.08,0,.11-.01.04,0,.07,0,.1-.01.03,0,.06,0,.08-.01l.76-.12-.16.77ZM45.42,30.14c.07.14.11.3.12.47,0,.17-.02.36-.09.56-.04.13-.09.25-.16.36-.06.11-.13.21-.21.3l-.22-.21s.06-.08.1-.12.06-.09.09-.14c.03-.05.06-.1.08-.15.02-.05.05-.1.06-.16.05-.14.06-.28.06-.4,0-.12-.04-.24-.1-.34s-.14-.19-.25-.27c-.11-.08-.23-.14-.38-.19-.14-.04-.27-.07-.4-.08-.13,0-.24.01-.35.06-.11.04-.2.11-.28.21s-.15.22-.2.38c-.02.05-.03.1-.04.14s-.02.08-.03.12-.01.07-.02.11c0,.03,0,.07-.01.1l.71.23.17-.52.27.09-.27.85-1.16-.37c0-.07,0-.14.01-.21,0-.07.01-.14.03-.21s.03-.15.05-.22c.02-.08.04-.16.07-.25.06-.18.14-.34.24-.46.1-.12.22-.22.36-.28.14-.06.29-.1.45-.1s.34.03.53.09c.19.06.34.14.48.24.13.1.23.23.3.37ZM6.2,14.67l-.9-.5.2-.37,1.21-.07.19-.35-1.33.1c.01-.07.02-.14.02-.21s-.01-.14-.03-.21c-.02-.07-.06-.13-.11-.2-.05-.06-.12-.12-.2-.16-.21-.11-.4-.13-.58-.05-.18.08-.34.26-.5.55l-.32.57,2.18,1.2.16-.3ZM5.07,14.05l-.81-.44.14-.26c.05-.09.1-.17.15-.23.05-.06.11-.1.16-.13.06-.03.12-.04.18-.03.06,0,.13.03.2.07.07.04.12.08.16.13.04.05.07.1.08.17s0,.13-.01.21c-.02.08-.06.16-.11.26l-.15.26ZM41.76,33.45l2.13,1.28-.2.34-2.43.08h0c.08.05.15.09.23.13.03.02.06.04.1.05.03.02.07.04.1.05s.07.04.1.05c.03.02.06.03.08.05l1.17.7-.16.27-2.13-1.28.2-.34,2.44-.07h0c-.08-.05-.16-.09-.23-.13-.07-.03-.13-.07-.2-.11-.07-.04-.13-.07-.19-.11l-1.16-.69.16-.27ZM5.46,11.65c-.03-.15-.01-.32.03-.48.05-.17.13-.34.25-.51.08-.11.16-.21.26-.3.09-.09.19-.16.29-.22l.15.27s-.08.05-.13.08c-.04.03-.09.07-.13.1s-.08.07-.12.12c-.04.04-.08.09-.11.13-.09.12-.15.24-.17.36-.03.12-.03.24,0,.35s.08.22.15.33c.08.1.18.2.3.29.12.09.24.15.36.19.12.04.24.06.35.05.11,0,.23-.05.33-.11.11-.07.21-.17.3-.3.03-.04.06-.08.08-.12.02-.04.04-.07.06-.11.02-.03.03-.07.05-.1s.03-.06.04-.09l-.6-.43-.32.45-.23-.16.52-.72.99.71c-.02.07-.05.13-.07.2-.03.06-.06.13-.09.19-.03.06-.07.13-.11.2-.04.07-.09.14-.14.21-.11.16-.24.28-.37.36-.13.09-.28.14-.43.16-.15.02-.3,0-.46-.05s-.32-.13-.48-.25c-.16-.11-.29-.24-.38-.38-.09-.14-.15-.29-.18-.44ZM5.25,16.76l-2.29-.97.54-1.28.26.11-.41.97.71.3.38-.9.25.11-.38.91.81.34.41-.97.26.11-.54,1.28ZM5.5,34.51c.64-.32.86-.95.56-1.55s-.91-.86-1.63-.5c-.62.31-.86.93-.55,1.55.3.61.96.83,1.63.5ZM4.1,33.91c-.24-.49.07-.94.49-1.15.48-.24,1-.17,1.24.29s-.04.92-.49,1.15-1,.2-1.24-.29ZM8.92,37.28l-.72.61c-.04-.07-.09-.14-.15-.21-.21-.24-.46-.4-.7-.42-.18-.02-.35.04-.51.17-.16.13-.24.31-.23.49,0,.2.1.42.31.67.17.2.32.35.44.45l1.77-1.5-.21-.25ZM7.32,38.64s-.13-.11-.22-.22c-.23-.28-.27-.55-.04-.75.25-.21.54-.14.79.16.07.08.12.16.16.22l-.7.59ZM40.51,38.92c.03.08.04.17.03.26-.01.09-.04.18-.09.27s-.11.18-.2.26c-.1.11-.2.19-.3.26-.1.07-.19.12-.29.16l-.11-.27c.08-.03.16-.08.25-.14s.17-.12.24-.2c.1-.11.16-.21.17-.32.01-.1-.02-.19-.1-.27-.05-.04-.09-.08-.14-.1-.05-.02-.1-.03-.16-.02-.06,0-.12.02-.19.05-.07.03-.16.07-.26.11-.11.05-.2.09-.29.12s-.17.05-.25.05c-.08,0-.15,0-.22-.04s-.14-.08-.21-.14c-.08-.08-.14-.16-.17-.25-.03-.09-.04-.18-.03-.28s.04-.2.1-.3c.06-.1.13-.2.23-.31.09-.1.19-.18.29-.25.1-.07.19-.12.27-.15l.22.21s-.09.04-.14.07c-.05.03-.1.06-.15.09s-.1.07-.15.11-.1.08-.14.13c-.14.14-.21.27-.23.38-.02.11.02.22.11.3.04.04.09.07.13.09.05.02.1.02.15.02.06,0,.13-.02.2-.05.08-.03.17-.07.28-.12.1-.05.2-.09.29-.11.09-.02.17-.04.25-.03.08,0,.15.02.22.06.07.03.14.08.21.15.07.07.12.15.15.23ZM6.94,34.61l-2,1.22-.17-.28,2-1.22.17.28ZM7.88,36l-1.92,1.35-.78-1.11.21-.15.59.84,1.71-1.2.19.27ZM4.22,27.66l-2.33.32-.05-.35,1.07-.97c.25-.22.47-.4.7-.55h0c-.31.07-.59.11-.95.16l-.97.13-.04-.31,2.33-.32.04.33-1.07.96c-.24.21-.48.41-.71.58h0c.29-.05.57-.09.96-.15l.99-.13.04.31ZM2.78,25.4c.71-.01,1.18-.49,1.17-1.16-.01-.65-.45-1.17-1.25-1.16-.7.01-1.18.47-1.17,1.16.01.68.51,1.17,1.25,1.16ZM2.72,23.43c.53,0,.98.28.99.8,0,.52-.44.82-.94.82-.51,0-.98-.26-.99-.8,0-.55.47-.82.94-.82ZM3.76,30.55c.69-.18,1.03-.76.86-1.41-.16-.63-.71-1.03-1.49-.83-.67.18-1.03.74-.86,1.4.17.66.77,1.01,1.49.83ZM2.51,29.68c-.14-.53.27-.91.72-1.03.51-.14,1.02.04,1.15.54.13.5-.23.9-.71,1.02-.5.13-1.01-.01-1.15-.54ZM5.37,31.55l-2.2.82-.47-1.27.24-.09.36.97,1.96-.73.11.31ZM9.96,9.6l-1.64-1.86.29-.26,2.34.67h0c-.06-.07-.12-.13-.18-.19-.02-.03-.05-.05-.08-.08-.03-.03-.05-.05-.08-.08-.03-.03-.05-.05-.08-.08-.02-.03-.05-.05-.06-.07l-.9-1.02.24-.21,1.64,1.86-.3.26-2.35-.67h-.01c.06.07.13.13.19.19.05.05.11.11.16.17s.1.11.15.16l.89,1.01-.24.21ZM39.5,11.21l.8-.64.26.33-.4,1.14.25.32.42-1.26c.06.04.12.07.19.1.07.03.14.04.21.05.07,0,.15,0,.22-.02.08-.02.15-.06.23-.13.19-.15.28-.32.27-.51s-.11-.42-.31-.67l-.41-.51-1.95,1.54.21.27ZM41.23,9.84l.18.23c.07.08.12.16.15.23.04.07.05.14.06.2s0,.12-.04.18-.08.11-.14.16c-.06.05-.12.08-.18.1s-.12.02-.18,0c-.06-.01-.12-.05-.19-.09s-.13-.12-.2-.2l-.19-.24.72-.57ZM29.14,4.56l-.3-.09.72-2.38.37.11.67,2.34h.01c.02-.08.04-.16.06-.24,0-.04.02-.07.03-.11,0-.04.02-.07.03-.11,0-.04.02-.07.03-.11,0-.03.02-.06.03-.09l.39-1.3.31.09-.72,2.38-.38-.11-.67-2.35h-.01c-.02.08-.04.17-.06.25-.02.07-.04.15-.06.22-.02.08-.04.15-.06.21l-.39,1.29ZM8.65,11.03l-1.85-1.66.93-1.04.21.19-.7.78.57.51.66-.73.2.18-.66.73.66.59.7-.78.21.19-.93,1.04ZM33.8,5.57l.87.49-.12.81.3.17.37-2.66-.27-.15-2.08,1.69.3.17.64-.52ZM34.62,4.89s.04-.03.06-.05c.02-.02.05-.04.07-.07.03-.02.05-.05.08-.08.03-.03.05-.05.08-.08,0,.04-.02.07-.03.11s-.02.07-.02.11-.01.07-.02.1c0,.03,0,.06-.01.08l-.12.76-.68-.38.59-.5ZM35.11,7.25l1.43-2.03.28.2-1.27,1.8.86.61-.16.23-1.14-.8ZM36.58,8.33l1.61-1.89.26.22-1.43,1.68.8.68-.18.21-1.06-.9ZM41.61,11.9c.17-.1.33-.17.5-.2.16-.03.32-.03.48,0,.15.04.3.11.43.22.14.11.26.25.37.43.07.12.13.23.17.35.04.12.07.24.09.35l-.3.03s-.02-.1-.03-.15c-.01-.05-.03-.1-.04-.16-.02-.05-.04-.11-.06-.16-.02-.05-.05-.1-.08-.15-.08-.13-.17-.23-.27-.3-.1-.07-.21-.12-.32-.14-.11-.02-.23-.02-.36.01s-.26.09-.39.17c-.13.08-.23.16-.32.26-.09.09-.15.19-.19.3-.04.11-.05.23-.03.35.02.12.07.26.16.4.03.05.06.09.08.12.03.04.05.07.07.1.02.03.05.06.07.08.02.03.05.05.07.07l.63-.39-.29-.47.24-.15.47.76-1.04.64c-.05-.05-.1-.09-.15-.14-.05-.05-.1-.1-.14-.16-.05-.06-.09-.12-.14-.18-.05-.06-.09-.14-.14-.21-.1-.16-.16-.32-.19-.48-.03-.16-.02-.31.02-.45.04-.14.11-.28.22-.41.11-.13.24-.24.41-.35ZM43.9,21.12l.8.22.1,1-.74.37.04.35,2.38-1.24-.03-.31-2.58-.72.04.34ZM45.73,21.61s.04.01.07.02c.03,0,.06.01.1.02.04,0,.07.01.11.02.04,0,.08.01.11.02-.03.01-.07.03-.1.04s-.07.03-.1.04c-.03.01-.06.03-.09.04-.03.01-.05.02-.07.03l-.69.34-.08-.78.74.19ZM44.08,23.39l2.49-.04v.34s-2.2.04-2.2.04l.02,1.05h-.28s-.02-1.39-.02-1.39ZM41.91,14.88l2.25-1.06.59,1.26-.25.12-.45-.95-.7.33.42.89-.25.12-.42-.89-.8.38.45.95-.25.12-.59-1.26ZM42.73,16.65l2.36-.79.12.37-1.52,1.9h0c.08-.02.16-.05.24-.08.03-.01.07-.03.1-.04.04-.01.07-.03.11-.04.04-.01.07-.03.1-.04.03-.01.06-.02.09-.03l1.29-.43.1.3-2.36.79-.13-.37,1.53-1.91h0c-.08.02-.16.05-.24.09-.07.03-.14.06-.22.09-.08.03-.14.05-.2.07l-1.28.43-.1-.3ZM37.95,9.53l1.78-1.74.97,1-.2.19-.73-.75-.55.54.69.7-.2.19-.69-.7-.63.62.73.75-.2.19-.97-1ZM43.79,27.48l1.01.2-.08.41-1.13.44-.08.39,1.23-.5c0,.07.02.14.05.21.02.07.05.13.1.19s.1.11.16.15c.07.04.15.07.24.09.23.05.42,0,.57-.13.14-.13.25-.35.31-.67l.13-.64-2.44-.48-.07.33ZM45,28.03l.06-.3.9.18-.06.29c-.02.1-.05.19-.08.27-.03.07-.07.13-.11.17s-.1.07-.16.09-.13.01-.21,0c-.08-.02-.14-.04-.19-.07-.05-.03-.09-.08-.12-.13-.03-.06-.05-.12-.05-.2,0-.08,0-.17.02-.28ZM28.29,4.36l-1.37-.24.43-2.45,1.37.24-.05.27-1.04-.18-.13.76.97.17-.05.27-.97-.17-.15.87,1.04.18-.05.27ZM18.5,4.67l-.61-2.41.33-.08.54,2.14,1.02-.26.07.27-1.35.34ZM12.31,40.37l-2.14,1.3-.31-.24.78-2.38.28.22-.55,1.63c-.06.16-.12.3-.17.43h0c.12-.08.24-.17.37-.26l1.46-.91.27.21ZM11.21,6.88c.11.16.22.29.35.4s.26.18.4.22c.14.04.29.04.45.01.16-.03.32-.1.48-.21.16-.11.28-.22.37-.36s.14-.27.16-.42c.02-.15,0-.3-.04-.46s-.12-.32-.23-.48c-.11-.16-.23-.29-.35-.4s-.26-.17-.41-.21-.29-.04-.45-.01c-.15.03-.31.1-.47.2-.17.11-.29.23-.38.36-.09.13-.14.27-.16.42s0,.3.04.45.13.31.23.47ZM11.36,5.66c.06-.09.15-.18.26-.26s.23-.12.34-.14c.11-.02.21,0,.32.03.1.04.2.1.29.18s.18.19.27.32c.09.13.15.25.19.37.04.12.06.23.06.34,0,.11-.04.21-.1.3-.06.09-.15.18-.26.26-.12.08-.23.12-.34.14-.11.02-.22,0-.32-.03-.1-.04-.2-.1-.3-.18-.1-.09-.19-.19-.27-.32-.09-.13-.15-.26-.19-.38-.04-.12-.06-.23-.05-.34,0-.11.04-.21.1-.3ZM16.36,4.58l.94-.34.54.62.33-.12-1.79-2-.29.11-.07,2.68.32-.12v-.83ZM16.42,3.2s.05.06.07.09c.02.03.04.05.06.08.02.02.04.04.05.06l.5.58-.73.27v-.77s0-.05,0-.08c0-.03,0-.06,0-.1s0-.07,0-.11c0-.04,0-.08,0-.11.02.03.04.06.07.09ZM24.36,3.18c-.04-.16-.06-.34-.04-.54.01-.19.05-.37.12-.52.07-.15.16-.28.28-.38s.26-.18.43-.23c.17-.05.36-.07.56-.05.14,0,.26.03.39.06s.24.08.34.13l-.15.27s-.09-.04-.14-.06c-.05-.02-.1-.04-.15-.05-.05-.02-.11-.03-.16-.04-.06-.01-.11-.02-.17-.02-.15,0-.28,0-.4.04-.12.04-.22.1-.3.18s-.15.18-.2.3-.08.26-.09.41c0,.15,0,.28.02.41.03.12.07.23.14.33s.16.17.27.22c.11.06.25.09.41.1.05,0,.1,0,.15,0,.04,0,.09,0,.12,0,.04,0,.07,0,.11,0s.07,0,.1-.01l.05-.74-.55-.04.02-.28.89.06-.08,1.22c-.07.02-.14.03-.21.04s-.14.02-.21.03-.15,0-.23.01c-.08,0-.17,0-.26,0-.19-.01-.36-.05-.5-.12s-.26-.16-.36-.28-.16-.26-.2-.42ZM20.26,4.25l-.38-2.46,1.38-.21.04.28-1.04.16.12.76.97-.15.04.27-.97.15.14.87,1.04-.16.04.28-1.38.22ZM44.06,25.21l2.48.22-.13,1.39-.28-.02.09-1.05-.77-.07-.09.98-.27-.02.09-.98-.88-.08-.09,1.05-.28-.03.13-1.39ZM22.53,3.96l-.05-1.03.42-.02.7.99.4-.02-.79-1.07c.07-.03.13-.06.19-.1.06-.04.12-.09.16-.14s.08-.12.11-.2c.03-.08.04-.16.03-.26-.01-.24-.1-.41-.26-.52-.16-.11-.4-.15-.73-.14l-.65.03.13,2.48.34-.02ZM22.71,1.73c.11,0,.2,0,.28.01s.14.04.2.07c.05.03.09.08.12.13.03.05.04.12.05.21,0,.08,0,.15-.02.21s-.05.11-.1.15c-.05.04-.11.07-.19.1s-.17.04-.28.04l-.3.02-.05-.92.29-.02ZM40.33,35.73l.42.71-.62.79-.79-.24-.21.27,2.57.76.19-.25-1.36-2.31-.21.27ZM41.31,37.35s.02.04.04.07c.02.03.03.05.06.08.02.03.04.06.06.09s.05.06.07.09c-.03-.01-.07-.03-.1-.04-.04-.01-.07-.03-.1-.04-.03-.01-.07-.02-.09-.03-.03,0-.05-.02-.08-.02l-.74-.23.48-.62.4.65ZM34.17,41.33l1.2,2.18-.3.16-1.06-1.93-.92.51-.14-.25,1.22-.67ZM32.55,42.19l1,2.28-.31.14-.88-2.02-.96.42-.11-.26,1.28-.56ZM30.88,42.89l.78,2.36-1.32.44-.09-.26,1-.33-.24-.73-.93.31-.09-.26.93-.31-.28-.84-1,.33-.09-.26,1.32-.44ZM14.22,41.58l-1.98,1.53-.33-.21.51-2.45.3.19-.36,1.68c-.04.17-.08.31-.13.45h0c.11-.1.22-.2.34-.3l1.35-1.07.29.18ZM36.06,40.08l.19.8-.82.57-.68-.47-.29.2,2.23,1.49.26-.18-.61-2.61-.28.2ZM36.53,42s.02.06.03.1c.01.03.02.07.03.11s.02.07.04.11c-.03-.02-.06-.05-.09-.07s-.06-.05-.09-.07-.06-.04-.08-.06c-.03-.02-.05-.03-.06-.05l-.63-.44.64-.44.19.74s.01.04.02.07ZM28.69,43.54l.22,1-.41.09-.85-.87-.39.09.95.93c-.06.04-.12.08-.17.13s-.1.1-.14.16c-.04.06-.06.13-.08.21-.01.08,0,.17.01.26.05.23.16.39.34.47.18.08.42.09.74.02l.64-.14-.53-2.43-.33.07ZM28.87,45.77c-.1.02-.2.03-.28.03-.08,0-.15-.01-.21-.04-.06-.02-.1-.06-.14-.11s-.06-.12-.08-.19c-.02-.08-.02-.15-.01-.21,0-.06.03-.12.07-.17.04-.05.1-.09.17-.13s.16-.07.27-.09l.29-.06.2.9-.29.06ZM15.4,42.97l-.81-.39.07-.78-.32-.15-.23,2.49.36.17,1.79-1.74-.31-.15-.56.55ZM14.71,43.66c-.11.11-.2.22-.3.33h0c.02-.14.05-.28.07-.45l.07-.72.69.33-.52.5ZM27.14,45.13c.02.19,0,.37-.04.53-.04.16-.11.3-.21.43s-.23.22-.39.29c-.16.07-.34.12-.55.14-.14.01-.27.01-.39,0-.13-.01-.25-.04-.36-.07l.11-.29s.09.03.15.04c.05.01.11.02.16.03s.11.01.17.02c.06,0,.11,0,.17,0,.15-.01.28-.05.39-.11.11-.06.2-.13.27-.22.07-.09.12-.2.15-.33s.03-.27.02-.42c-.01-.15-.04-.28-.09-.4s-.11-.22-.19-.3-.18-.14-.3-.18-.26-.05-.43-.03c-.05,0-.1.01-.15.02-.04,0-.08.01-.12.02-.04,0-.07.02-.11.03-.03,0-.06.02-.1.03l.07.74.55-.05.03.28-.88.09-.12-1.21c.07-.03.13-.05.2-.07.07-.02.14-.04.21-.06s.15-.03.22-.05c.08-.01.16-.02.26-.03.19-.02.36,0,.52.04.15.05.29.12.4.22.11.1.2.23.27.38.07.15.11.33.13.52ZM20.99,43.88l1.39.15-.27,2.47-1.39-.15.03-.28,1.05.12.09-.76-.98-.11.03-.27.98.11.1-.88-1.05-.12.03-.28ZM20.14,43.73l.31.07-.56,2.42-.38-.09-.82-2.29h-.01c-.02.08-.03.17-.04.25,0,.04-.01.07-.02.11l-.02.11s-.01.07-.02.11c0,.03-.01.07-.02.09l-.31,1.32-.31-.07.56-2.42.38.09.82,2.3h.01c.01-.08.03-.17.04-.25.01-.07.03-.15.04-.23.02-.08.03-.15.04-.21l.3-1.31ZM22.94,44.07l1.39.02-.04,2.49-1.39-.02v-.28s1.06.02,1.06.02v-.77s-.97-.02-.97-.02v-.28s.99.02.99.02v-.88s-1.04-.02-1.04-.02v-.28ZM10.19,30.75l-2.3.94-.15-.36,1.39-1.99h0c-.08.02-.16.06-.23.1-.03.01-.07.03-.1.05-.03.02-.07.03-.1.05-.03.02-.07.03-.1.04-.03.01-.06.03-.09.04l-1.26.52-.12-.3,2.3-.94.15.37-1.4,2h0c.08-.03.16-.07.23-.1.07-.03.14-.07.21-.1.07-.03.14-.06.2-.09l1.25-.51.12.29ZM11.16,32.41l-2.13,1.28-.72-1.2.24-.14.54.9.66-.39-.51-.84.24-.14.5.84.76-.45-.54-.9.24-.14.72,1.2ZM9.23,28.13l-2.4.64-.09-.33,2.4-.64.09.33ZM11.84,35.31c-.15.12-.31.21-.46.27-.16.05-.32.07-.47.06-.16-.02-.31-.07-.46-.16-.15-.09-.29-.21-.42-.38-.09-.1-.16-.21-.22-.33-.06-.11-.11-.22-.14-.34l.3-.07s.03.09.05.14c.02.05.04.1.06.15s.05.1.08.15c.03.05.06.1.1.14.09.12.2.2.3.26.11.06.22.09.34.1s.23-.01.36-.06.24-.12.36-.22c.11-.09.21-.19.28-.3.07-.1.12-.21.14-.32.02-.11.02-.23-.02-.35-.04-.12-.11-.24-.21-.37-.03-.04-.07-.08-.1-.11-.03-.03-.06-.06-.09-.09s-.05-.05-.08-.07-.05-.04-.08-.07l-.57.47.35.43-.22.18-.56-.69.94-.77c.06.04.12.08.17.12.06.04.11.09.16.14.05.05.11.1.16.16.05.06.11.12.17.19.12.15.21.3.25.45.05.15.06.3.04.45s-.08.29-.17.43c-.09.14-.21.27-.36.4ZM8.27,18.37l-.92-.37.56-1.38,2.18.88-.12.31-1.94-.78-.31.78.66.27c.47.19.99.42,1.06.84.02.11.01.27-.04.4l-.24-.05c.02-.1,0-.22-.02-.29-.1-.26-.51-.45-.86-.59ZM8.91,21.19l-.66-.43.21-.87.78-.09.08-.34-2.48.3-.09.38,2.09,1.37.08-.33ZM8.04,20.65l-.6-.4c-.13-.08-.26-.15-.38-.22h0c.14-.01.29-.02.45-.04l.71-.09-.17.74ZM37.28,31.7l2.1,1.34-.75,1.18-.24-.15.57-.89-.65-.41-.53.83-.23-.15.53-.83-.75-.47-.57.89-.24-.15.75-1.18ZM10.33,17.03l-2.04-1.15.67-1.19.22.12-.51.91.65.36.48-.86.22.12-.49.86.74.42.54-.96.22.13-.7,1.24ZM35.99,36.24c.06.16.08.31.07.47-.01.16-.06.31-.14.46s-.2.3-.36.44c-.1.09-.21.17-.32.23s-.22.11-.33.15l-.08-.29s.09-.03.14-.05c.05-.02.1-.04.15-.07.05-.03.1-.05.15-.09.05-.03.09-.07.14-.1.11-.1.2-.2.25-.31.06-.11.09-.22.09-.34,0-.12-.02-.23-.07-.35-.05-.12-.13-.24-.23-.35-.1-.11-.2-.2-.3-.27-.11-.07-.22-.11-.33-.13-.11-.02-.23,0-.35.03-.12.04-.24.11-.36.22-.04.04-.08.07-.11.1-.03.03-.06.06-.09.09-.03.03-.05.06-.07.08-.02.03-.04.05-.06.08l.49.56.41-.36.18.21-.67.58-.8-.92c.04-.06.08-.12.12-.18.04-.06.09-.11.13-.17s.1-.11.16-.17c.06-.06.12-.12.19-.18.14-.13.29-.22.44-.27.15-.05.3-.07.45-.05.15.02.3.07.44.15s.28.2.41.35c.13.15.22.3.28.46ZM11.43,15.21l-.76-.56c.06-.05.12-.12.17-.2.19-.26.29-.54.25-.78-.02-.18-.12-.33-.29-.46-.17-.12-.35-.16-.53-.11-.19.05-.39.2-.58.46-.16.21-.26.39-.34.53l1.86,1.38.19-.26ZM10.48,14.51l-.73-.54c.02-.05.08-.15.16-.26.21-.29.47-.39.72-.21.26.19.26.49.03.81-.06.09-.12.16-.18.2ZM28.98,39.46l.4,1.55-.33.09-.4-1.57c-.05-.19-.14-.33-.27-.41-.13-.08-.3-.09-.51-.04-.11.03-.19.07-.26.11-.07.05-.12.11-.15.17s-.05.14-.06.22c0,.08,0,.17.03.26l.4,1.57-.33.08-.4-1.56c-.03-.12-.04-.25-.03-.36.01-.12.05-.23.11-.33.06-.1.14-.19.25-.26.11-.08.24-.13.4-.18.15-.04.29-.05.42-.04s.24.05.34.11c.1.06.18.14.25.24.07.1.12.22.15.35ZM19.02,39.32l-.94-.34-.02-.82-.33-.12.08,2.68.29.11,1.77-2.01-.32-.12-.54.62ZM18.32,40.14s-.03.04-.05.06-.04.05-.06.08-.04.06-.07.09c-.02.03-.04.06-.06.09,0-.04,0-.07,0-.11,0-.04,0-.08,0-.11s0-.07,0-.1c0-.03,0-.06,0-.08v-.77s.72.26.72.26l-.49.59ZM16.22,37.24l1.24.64-1.14,2.21-.3-.16,1.01-1.96-.93-.48.13-.25ZM35.99,33.57l.79.66-.27.32-1.2-.17-.26.31,1.32.16c-.03.07-.05.13-.06.21s-.02.14,0,.21c0,.07.03.14.07.21.04.07.09.14.17.2.18.15.37.21.56.16.19-.04.39-.19.6-.44l.42-.5-1.9-1.6-.22.26ZM36.98,34.4l.7.59-.19.22c-.07.08-.13.15-.2.19s-.12.08-.18.1c-.06.02-.12.01-.18,0-.06-.02-.12-.05-.18-.11-.06-.05-.1-.1-.13-.16s-.04-.11-.04-.18c0-.06.02-.13.05-.2.03-.07.09-.15.16-.23l.19-.23ZM14.04,35.66l-.69.76-.31-.28.21-1.19-.3-.27-.2,1.32c-.07-.03-.13-.05-.2-.07-.07-.02-.14-.02-.21-.02-.07,0-.14.03-.22.06s-.14.09-.21.16c-.16.18-.22.36-.18.55.04.19.18.39.42.61l.49.44,1.66-1.85-.25-.23ZM12.56,37.31l-.22-.2c-.08-.07-.14-.14-.19-.2s-.08-.13-.09-.19c-.01-.06-.01-.12,0-.18.02-.06.06-.12.11-.18.05-.06.11-.1.16-.13.06-.03.12-.04.18-.04.06,0,.13.02.2.06s.15.09.23.17l.22.2-.62.68ZM14.72,36.23l1.15.79-1.4,2.05-1.15-.79.16-.23.87.59.43-.63-.81-.55.16-.23.81.55.5-.73-.87-.59.16-.23ZM32.83,36.55l1.35,2.09-1.17.76-.15-.23.88-.57-.42-.65-.83.53-.15-.23.83-.53-.48-.74-.88.57-.15-.23,1.17-.76ZM35.51,13.85l1.93-1.57.88,1.08-.22.18-.66-.82-.6.48.62.76-.21.17-.62-.76-.69.56.66.82-.22.18-.88-1.08ZM34.13,11.52c.07-.15.17-.3.3-.45.13-.14.27-.25.42-.33.15-.08.3-.12.46-.12.16,0,.32.02.48.09.16.07.32.17.47.31.1.09.19.19.26.29.07.1.14.21.18.32l-.28.11s-.04-.09-.07-.14c-.03-.05-.05-.09-.09-.14-.03-.05-.06-.09-.1-.14-.04-.04-.08-.09-.12-.12-.11-.1-.22-.17-.34-.22-.12-.04-.23-.06-.35-.05-.12.01-.23.05-.34.11-.11.06-.22.15-.33.27-.1.11-.18.22-.24.33s-.09.23-.1.34c0,.11.02.23.07.34.05.11.14.23.26.34.04.04.08.07.11.1s.07.05.1.08c.03.02.06.04.09.06.03.02.06.04.08.05l.5-.55-.4-.37.19-.21.65.6-.83.9c-.06-.03-.13-.06-.19-.1-.06-.04-.12-.07-.18-.11-.06-.04-.12-.09-.18-.14-.06-.05-.13-.11-.19-.17-.14-.13-.25-.27-.32-.41-.07-.14-.1-.29-.1-.44,0-.15.03-.3.1-.45ZM36.7,15.35l2.14-1.26.2.34-1.09,2.17h0c.07-.04.14-.08.21-.13.03-.02.06-.04.09-.06.03-.02.06-.04.1-.06s.06-.04.09-.06c.03-.02.06-.04.08-.05l1.17-.69.16.28-2.14,1.26-.2-.34,1.1-2.18h0c-.07.04-.14.09-.21.13-.06.04-.13.08-.19.13s-.13.08-.19.11l-1.16.69-.16-.27ZM32.2,11.04l.57-.85.35.23-.04,1.21.33.22v-1.33c.08.02.15.03.23.04.07,0,.14,0,.21-.01.07-.02.14-.05.2-.09.07-.04.13-.11.18-.19.13-.2.17-.39.1-.57s-.23-.37-.5-.55l-.54-.36-1.39,2.06.28.19ZM33.43,9.2l.24.16c.09.06.16.12.22.17.06.06.09.11.12.17.02.06.03.12.02.18-.01.06-.04.13-.08.19-.04.07-.09.12-.14.15-.05.04-.11.06-.17.06-.06,0-.13,0-.21-.03s-.16-.07-.25-.13l-.25-.17.51-.76ZM38.08,30.09l2.24,1.07-.15.31-1.99-.95-.45.95-.25-.12.6-1.26ZM31.19,37.58l1.02,2.27-.36.16-2.04-1.33h-.01c.04.08.08.16.12.23.02.03.03.07.05.1.02.03.03.07.05.1.02.03.03.07.05.1.02.03.03.06.04.09l.56,1.24-.29.13-1.02-2.27.36-.16,2.05,1.34h.01c-.04-.08-.08-.16-.12-.24-.03-.07-.07-.13-.11-.21-.04-.07-.07-.14-.09-.2l-.55-1.23.29-.13ZM31.44,10.57l-1.25-.61,1.1-2.23,1.25.61-.12.25-.94-.46-.34.69.88.43-.12.25-.88-.43-.39.79.94.46-.12.25ZM38,17.71l2.31-.93.52,1.29-.26.1-.39-.98-.71.29.37.91-.26.1-.37-.91-.82.33.39.98-.26.1-.52-1.29ZM38.7,28.39l2.35.8-.11.32-2.09-.71-.34,1-.27-.09.45-1.32ZM13.54,12.78l-1.53-1.78,1.04-.89.17.19-.79.68.48.56.75-.64.16.19-.75.64.55.64.83-.72.17.19-1.08.93ZM14.92,11.61l-1.27-1.98.27-.18.53.83,1.03-.66-.53-.83.28-.18,1.27,1.97-.28.18-.6-.93-1.03.66.6.93-.27.18ZM12.43,13.93l-1.71-1.6.92-.98.19.17-.7.74,1.53,1.43-.22.24ZM29.82,9.79l-1.32-.46.81-2.35.32.11-.72,2.08.99.35-.09.27ZM28.12,9.21l-1.36-.3.53-2.43.33.07-.47,2.15,1.03.22-.06.28ZM39.26,25.85l-.07.34.7.44-.19.98-.81.14-.07.34,2.64-.49.06-.31-2.26-1.45ZM41.05,27.4s-.08,0-.11.01c-.04,0-.07,0-.1.01s-.06,0-.08.01l-.76.13.15-.77.66.4s.04.02.07.04.06.03.09.05.07.04.1.05.07.03.1.05c-.04,0-.07,0-.11,0ZM24.87,7.92l1,.08.23.79.35.03-.78-2.57-.31-.03-1.19,2.4.34.03.36-.74ZM25.33,6.95s.02-.04.03-.07c.01-.03.03-.06.04-.09.01-.03.03-.07.04-.1.01-.04.03-.07.04-.11,0,.04.01.07.02.11,0,.04.02.07.02.11s.02.07.02.1c0,.03.01.06.02.08l.21.74-.78-.07.33-.7ZM20.63,25.76c0,1.22-1.19,2.15-2.88,2.15-.79,0-1.47-.2-2.01-.38-.1-.32-.26-1.43-.35-2.06l.41-.09c.26.78.84,2.11,2.2,2.11.94,0,1.21-.6,1.21-1.35,0-.89-.69-1.17-1.84-1.73-1.38-.66-1.69-1.29-1.69-2.37s.97-2.01,2.7-2.01c.73,0,1.21.21,1.48.25.05.42.22,1.05.32,1.81l-.41.07c-.22-.77-.45-1.72-1.69-1.72-1.02,0-1.38.66-1.38,1.27,0,.8.58,1.06,1.66,1.56,1.57.72,2.26,1.4,2.26,2.5ZM25.74,20.06c-2.42,0-3.88,1.93-3.88,4,0,2.18,1.61,3.88,3.82,3.88s3.79-1.56,3.79-4.05c0-2.31-1.76-3.83-3.72-3.83ZM25.85,27.5c-1.63,0-2.51-1.57-2.51-3.73s.88-3.28,2.17-3.28c1.51,0,2.51,1.28,2.51,3.71,0,2.24-.77,3.3-2.16,3.3ZM32.94,28.74l.17.05c-.09.3-.2.65-.27.9h-2.55v-.16c.37-.36.78-.76,1.11-1.15.43-.5.83-1.04.83-1.63s-.3-.89-.79-.89c-.47,0-.76.37-.93.63l-.16-.14.39-.55c.21-.24.53-.41.93-.41.64,0,1.15.44,1.15,1.17,0,.58-.21.98-.85,1.64-.29.3-.72.72-1.01.99h1.29c.37,0,.47-.03.7-.46Z"/></svg>');
}
.table.ingredients .logos > div.milk::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M17,1c-.55,0-1,.45-1,1v3.73l-3.87,6.77s-.01,.03-.02,.04c-.02,.03-.03,.06-.04,.09-.01,.03-.02,.06-.03,.09,0,.03-.01,.05-.02,.08,0,.01,0,.03,0,.04,0,.02,0,.04,0,.06,0,.02,0,.03,0,.05,0,0,0,.02,0,.03,0,0,0,0,0,0v8.85c-.02,.11-.02,.22,0,.33v24.82c0,.55,.45,1,1,1h23c.55,0,1-.45,1-1V13c0-.14-.03-.27-.08-.39l-2.92-6.81V2c0-.55-.45-1-1-1H17Zm1,2h14v2h-14V3Zm-.42,4h13.9l-2.14,5H14.72l2.86-5Zm15.42,1.54l2,4.66v13.68c-.95-.75-2.28-1.23-4-1.26V13.21l2-4.67ZM14,14h15v11.77c-.4,.06-.81,.15-1.24,.26-1.87,.47-2.83,.36-3.75-.18s-1.88-1.67-3.21-3.45c-1.64-2.19-3.56-2.93-5.15-2.77-.62,.06-1.17,.24-1.65,.46v-6.09Zm2.2,7.6c.83,.01,1.81,.41,3,2,1.35,1.8,2.39,3.16,3.8,3.98,1.41,.82,3.11,.92,5.24,.39,.27-.07,.51-.11,.76-.16v18.19H14V22.46c.44-.36,1.12-.76,1.85-.84,.11-.01,.23-.02,.35-.02Zm14.91,6c1.3,.04,2.14,.42,2.7,.89,.91,.75,1.19,1.89,1.19,2.5v15.01h-4V27.61s.08,0,.11,0Z"/></svg>');
}
.table.ingredients .logos > div.egg::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:%23000;stroke-width:0px;}</style></defs><path id="b" class="c" d="M24,0C10.77,0,0,10.77,0,24s10.77,24,24,24,24-10.77,24-24S37.23,0,24,0ZM24,47.83C10.86,47.83.17,37.14.17,24S10.86.17,24,.17s23.83,10.69,23.83,23.83-10.69,23.83-23.83,23.83ZM24,4.8C13.42,4.8,4.8,13.42,4.8,24s8.61,19.2,19.2,19.2,19.2-8.61,19.2-19.2S34.58,4.8,24,4.8ZM24,43.02c-10.49,0-19.02-8.53-19.02-19.02S13.51,4.98,24,4.98s19.02,8.53,19.02,19.02-8.53,19.02-19.02,19.02ZM38.4,24c0-7.94-6.46-14.4-14.4-14.4s-14.4,6.46-14.4,14.4,6.46,14.4,14.4,14.4,14.4-6.46,14.4-14.4ZM24,38.23c-7.85,0-14.23-6.38-14.23-14.23s6.38-14.23,14.23-14.23,14.23,6.38,14.23,14.23-6.38,14.23-14.23,14.23ZM4.17,20.69l-.69-.45.2-.98.81-.13.07-.34-2.64.46-.06.31,2.24,1.47.07-.34ZM3.22,20.07l-.65-.41s-.04-.02-.07-.04c-.03-.02-.05-.03-.09-.05-.03-.02-.06-.04-.1-.05-.03-.02-.07-.04-.1-.05.04,0,.07,0,.11,0,.04,0,.08,0,.11-.01.04,0,.07,0,.1-.01.03,0,.06,0,.08-.01l.76-.12-.16.77ZM2.78,25.4c.71-.01,1.18-.49,1.17-1.16-.01-.65-.45-1.17-1.25-1.16-.7.01-1.18.47-1.17,1.16.01.68.51,1.17,1.25,1.16ZM2.72,23.43c.53,0,.98.28.99.8,0,.52-.44.82-.94.82-.51,0-.98-.26-.99-.8,0-.55.47-.82.94-.82ZM10.42,38.82l-1.64,1.68-.98-.96.18-.18.75.73.52-.53-.71-.69.18-.18.71.69.59-.6-.79-.77.18-.18,1.02,1ZM15.4,42.97l-.81-.39.07-.78-.32-.15-.23,2.49.36.17,1.79-1.74-.31-.15-.56.55ZM14.71,43.66c-.11.11-.2.22-.3.33h0c.02-.14.05-.28.07-.45l.07-.72.69.33-.52.5ZM7.88,36l-1.92,1.35-.78-1.11.21-.15.59.84,1.71-1.2.19.27ZM4.68,18.47l-2.37-.75.1-.33,2.1.66.32-1,.27.09-.42,1.33ZM12.31,40.37l-2.14,1.3-.31-.24.78-2.38.28.22-.55,1.63c-.06.16-.12.3-.17.43h0c.12-.08.24-.17.37-.26l1.46-.91.27.21ZM3.76,30.55c.69-.18,1.03-.76.86-1.41-.16-.63-.71-1.03-1.49-.83-.67.18-1.03.74-.86,1.4.17.66.77,1.01,1.49.83ZM2.51,29.68c-.14-.53.27-.91.72-1.03.51-.14,1.02.04,1.15.54.13.5-.23.9-.71,1.02-.5.13-1.01-.01-1.15-.54ZM6.94,34.61l-2,1.22-.17-.28,2-1.22.17.28ZM4.22,27.66l-2.33.32-.05-.35,1.07-.97c.25-.22.47-.4.7-.55h0c-.31.07-.59.11-.95.16l-.97.13-.04-.31,2.33-.32.04.33-1.07.96c-.24.21-.48.41-.71.58h0c.29-.05.57-.09.96-.15l.99-.13.04.31ZM5.37,31.55l-2.2.82-.47-1.27.24-.09.36.97,1.96-.73.11.31ZM5.5,34.51c.64-.32.86-.95.56-1.55s-.91-.86-1.63-.5c-.62.31-.86.93-.55,1.55.3.61.96.83,1.63.5ZM4.1,33.91c-.24-.49.07-.94.49-1.15.48-.24,1-.17,1.24.29s-.04.92-.49,1.15-1,.2-1.24-.29ZM8.92,37.28l-.72.61c-.04-.07-.09-.14-.15-.21-.21-.24-.46-.4-.7-.42-.18-.02-.35.04-.51.17-.16.13-.24.31-.23.49,0,.2.1.42.31.67.17.2.32.35.44.45l1.77-1.5-.21-.25ZM7.32,38.64s-.13-.11-.22-.22c-.23-.28-.27-.55-.04-.75.25-.21.54-.14.79.16.07.08.12.16.16.22l-.7.59ZM37.95,9.53l1.78-1.74.97,1-.2.19-.73-.75-.55.54.69.7-.2.19-.69-.7-.63.62.73.75-.2.19-.97-1ZM36.58,8.33l1.61-1.89.26.22-1.43,1.68.8.68-.18.21-1.06-.9ZM35.11,7.25l1.43-2.03.28.2-1.27,1.8.86.61-.16.23-1.14-.8ZM5.25,16.76l-2.29-.97.54-1.28.26.11-.41.97.71.3.38-.9.25.11-.38.91.81.34.41-.97.26.11-.54,1.28ZM39.5,11.21l.8-.64.26.33-.4,1.14.25.32.42-1.26c.06.04.12.07.19.1.07.03.14.04.21.05.07,0,.15,0,.22-.02.08-.02.15-.06.23-.13.19-.15.28-.32.27-.51s-.11-.42-.31-.67l-.41-.51-1.95,1.54.21.27ZM41.23,9.84l.18.23c.07.08.12.16.15.23.04.07.05.14.06.2s0,.12-.04.18-.08.11-.14.16c-.06.05-.12.08-.18.1s-.12.02-.18,0c-.06-.01-.12-.05-.19-.09s-.13-.12-.2-.2l-.19-.24.72-.57ZM29.14,4.56l-.3-.09.72-2.38.37.11.67,2.34h.01c.02-.08.04-.16.06-.24,0-.04.02-.07.03-.11,0-.04.02-.07.03-.11,0-.04.02-.07.03-.11,0-.03.02-.06.03-.09l.39-1.3.31.09-.72,2.38-.38-.11-.67-2.35h-.01c-.02.08-.04.17-.06.25-.02.07-.04.15-.06.22-.02.08-.04.15-.06.21l-.39,1.29ZM43.9,21.12l.8.22.1,1-.74.37.04.35,2.38-1.24-.03-.31-2.58-.72.04.34ZM45.73,21.61s.04.01.07.02c.03,0,.06.01.1.02.04,0,.07.01.11.02.04,0,.08.01.11.02-.03.01-.07.03-.1.04s-.07.03-.1.04c-.03.01-.06.03-.09.04-.03.01-.05.02-.07.03l-.69.34-.08-.78.74.19ZM44.08,23.39l2.49-.04v.34s-2.2.04-2.2.04l.02,1.05h-.28s-.02-1.39-.02-1.39ZM41.61,11.9c.17-.1.33-.17.5-.2.16-.03.32-.03.48,0,.15.04.3.11.43.22.14.11.26.25.37.43.07.12.13.23.17.35.04.12.07.24.09.35l-.3.03s-.02-.1-.03-.15c-.01-.05-.03-.1-.04-.16-.02-.05-.04-.11-.06-.16-.02-.05-.05-.1-.08-.15-.08-.13-.17-.23-.27-.3-.1-.07-.21-.12-.32-.14-.11-.02-.23-.02-.36.01s-.26.09-.39.17c-.13.08-.23.16-.32.26-.09.09-.15.19-.19.3-.04.11-.05.23-.03.35.02.12.07.26.16.4.03.05.06.09.08.12.03.04.05.07.07.1.02.03.05.06.07.08.02.03.05.05.07.07l.63-.39-.29-.47.24-.15.47.76-1.04.64c-.05-.05-.1-.09-.15-.14-.05-.05-.1-.1-.14-.16-.05-.06-.09-.12-.14-.18-.05-.06-.09-.14-.14-.21-.1-.16-.16-.32-.19-.48-.03-.16-.02-.31.02-.45.04-.14.11-.28.22-.41.11-.13.24-.24.41-.35ZM41.91,14.88l2.25-1.06.59,1.26-.25.12-.45-.95-.7.33.42.89-.25.12-.42-.89-.8.38.45.95-.25.12-.59-1.26ZM42.73,16.65l2.36-.79.12.37-1.52,1.9h0c.08-.02.16-.05.24-.08.03-.01.07-.03.1-.04.04-.01.07-.03.11-.04.04-.01.07-.03.1-.04.03-.01.06-.02.09-.03l1.29-.43.1.3-2.36.79-.13-.37,1.53-1.91h0c-.08.02-.16.05-.24.09-.07.03-.14.06-.22.09-.08.03-.14.05-.2.07l-1.28.43-.1-.3ZM33.8,5.57l.87.49-.12.81.3.17.37-2.66-.27-.15-2.08,1.69.3.17.64-.52ZM34.62,4.89s.04-.03.06-.05c.02-.02.05-.04.07-.07.03-.02.05-.05.08-.08.03-.03.05-.05.08-.08,0,.04-.02.07-.03.11s-.02.07-.02.11-.01.07-.02.1c0,.03,0,.06-.01.08l-.12.76-.68-.38.59-.5ZM28.29,4.36l-1.37-.24.43-2.45,1.37.24-.05.27-1.04-.18-.13.76.97.17-.05.27-.97-.17-.15.87,1.04.18-.05.27ZM9.96,9.6l-1.64-1.86.29-.26,2.34.67h0c-.06-.07-.12-.13-.18-.19-.02-.03-.05-.05-.08-.08-.03-.03-.05-.05-.08-.08-.03-.03-.05-.05-.08-.08-.02-.03-.05-.05-.06-.07l-.9-1.02.24-.21,1.64,1.86-.3.26-2.35-.67h-.01c.06.07.13.13.19.19.05.05.11.11.16.17s.1.11.15.16l.89,1.01-.24.21ZM6.2,14.67l-.9-.5.2-.37,1.21-.07.19-.35-1.33.1c.01-.07.02-.14.02-.21s-.01-.14-.03-.21c-.02-.07-.06-.13-.11-.2-.05-.06-.12-.12-.2-.16-.21-.11-.4-.13-.58-.05-.18.08-.34.26-.5.55l-.32.57,2.18,1.2.16-.3ZM5.07,14.05l-.81-.44.14-.26c.05-.09.1-.17.15-.23.05-.06.11-.1.16-.13.06-.03.12-.04.18-.03.06,0,.13.03.2.07.07.04.12.08.16.13.04.05.07.1.08.17s0,.13-.01.21c-.02.08-.06.16-.11.26l-.15.26ZM11.21,6.88c.11.16.22.29.35.4s.26.18.4.22c.14.04.29.04.45.01.16-.03.32-.1.48-.21.16-.11.28-.22.37-.36s.14-.27.16-.42c.02-.15,0-.3-.04-.46s-.12-.32-.23-.48c-.11-.16-.23-.29-.35-.4s-.26-.17-.41-.21-.29-.04-.45-.01c-.15.03-.31.1-.47.2-.17.11-.29.23-.38.36-.09.13-.14.27-.16.42s0,.3.04.45.13.31.23.47ZM11.36,5.66c.06-.09.15-.18.26-.26s.23-.12.34-.14c.11-.02.21,0,.32.03.1.04.2.1.29.18s.18.19.27.32c.09.13.15.25.19.37.04.12.06.23.06.34,0,.11-.04.21-.1.3-.06.09-.15.18-.26.26-.12.08-.23.12-.34.14-.11.02-.22,0-.32-.03-.1-.04-.2-.1-.3-.18-.1-.09-.19-.19-.27-.32-.09-.13-.15-.26-.19-.38-.04-.12-.06-.23-.05-.34,0-.11.04-.21.1-.3ZM5.46,11.65c-.03-.15-.01-.32.03-.48.05-.17.13-.34.25-.51.08-.11.16-.21.26-.3.09-.09.19-.16.29-.22l.15.27s-.08.05-.13.08c-.04.03-.09.07-.13.1s-.08.07-.12.12c-.04.04-.08.09-.11.13-.09.12-.15.24-.17.36-.03.12-.03.24,0,.35s.08.22.15.33c.08.1.18.2.3.29.12.09.24.15.36.19.12.04.24.06.35.05.11,0,.23-.05.33-.11.11-.07.21-.17.3-.3.03-.04.06-.08.08-.12.02-.04.04-.07.06-.11.02-.03.03-.07.05-.1s.03-.06.04-.09l-.6-.43-.32.45-.23-.16.52-.72.99.71c-.02.07-.05.13-.07.2-.03.06-.06.13-.09.19-.03.06-.07.13-.11.2-.04.07-.09.14-.14.21-.11.16-.24.28-.37.36-.13.09-.28.14-.43.16-.15.02-.3,0-.46-.05s-.32-.13-.48-.25c-.16-.11-.29-.24-.38-.38-.09-.14-.15-.29-.18-.44ZM8.65,11.03l-1.85-1.66.93-1.04.21.19-.7.78.57.51.66-.73.2.18-.66.73.66.59.7-.78.21.19-.93,1.04ZM24.36,3.18c-.04-.16-.06-.34-.04-.54.01-.19.05-.37.12-.52.07-.15.16-.28.28-.38s.26-.18.43-.23c.17-.05.36-.07.56-.05.14,0,.26.03.39.06s.24.08.34.13l-.15.27s-.09-.04-.14-.06c-.05-.02-.1-.04-.15-.05-.05-.02-.11-.03-.16-.04-.06-.01-.11-.02-.17-.02-.15,0-.28,0-.4.04-.12.04-.22.1-.3.18s-.15.18-.2.3-.08.26-.09.41c0,.15,0,.28.02.41.03.12.07.23.14.33s.16.17.27.22c.11.06.25.09.41.1.05,0,.1,0,.15,0,.04,0,.09,0,.12,0,.04,0,.07,0,.11,0s.07,0,.1-.01l.05-.74-.55-.04.02-.28.89.06-.08,1.22c-.07.02-.14.03-.21.04s-.14.02-.21.03-.15,0-.23.01c-.08,0-.17,0-.26,0-.19-.01-.36-.05-.5-.12s-.26-.16-.36-.28-.16-.26-.2-.42ZM22.53,3.96l-.05-1.03.42-.02.7.99.4-.02-.79-1.07c.07-.03.13-.06.19-.1.06-.04.12-.09.16-.14s.08-.12.11-.2c.03-.08.04-.16.03-.26-.01-.24-.1-.41-.26-.52-.16-.11-.4-.15-.73-.14l-.65.03.13,2.48.34-.02ZM22.71,1.73c.11,0,.2,0,.28.01s.14.04.2.07c.05.03.09.08.12.13.03.05.04.12.05.21,0,.08,0,.15-.02.21s-.05.11-.1.15c-.05.04-.11.07-.19.1s-.17.04-.28.04l-.3.02-.05-.92.29-.02ZM20.26,4.25l-.38-2.46,1.38-.21.04.28-1.04.16.12.76.97-.15.04.27-.97.15.14.87,1.04-.16.04.28-1.38.22ZM18.5,4.67l-.61-2.41.33-.08.54,2.14,1.02-.26.07.27-1.35.34ZM16.36,4.58l.94-.34.54.62.33-.12-1.79-2-.29.11-.07,2.68.32-.12v-.83ZM16.42,3.2s.05.06.07.09c.02.03.04.05.06.08.02.02.04.04.05.06l.5.58-.73.27v-.77s0-.05,0-.08c0-.03,0-.06,0-.1s0-.07,0-.11c0-.04,0-.08,0-.11.02.03.04.06.07.09ZM14.22,41.58l-1.98,1.53-.33-.21.51-2.45.3.19-.36,1.68c-.04.17-.08.31-.13.45h0c.11-.1.22-.2.34-.3l1.35-1.07.29.18ZM45.42,30.14c.07.14.11.3.12.47,0,.17-.02.36-.09.56-.04.13-.09.25-.16.36-.06.11-.13.21-.21.3l-.22-.21s.06-.08.1-.12.06-.09.09-.14c.03-.05.06-.1.08-.15.02-.05.05-.1.06-.16.05-.14.06-.28.06-.4,0-.12-.04-.24-.1-.34s-.14-.19-.25-.27c-.11-.08-.23-.14-.38-.19-.14-.04-.27-.07-.4-.08-.13,0-.24.01-.35.06-.11.04-.2.11-.28.21s-.15.22-.2.38c-.02.05-.03.1-.04.14s-.02.08-.03.12-.01.07-.02.11c0,.03,0,.07-.01.1l.71.23.17-.52.27.09-.27.85-1.16-.37c0-.07,0-.14.01-.21,0-.07.01-.14.03-.21s.03-.15.05-.22c.02-.08.04-.16.07-.25.06-.18.14-.34.24-.46.1-.12.22-.22.36-.28.14-.06.29-.1.45-.1s.34.03.53.09c.19.06.34.14.48.24.13.1.23.23.3.37ZM42.57,31.7l2.26,1.02-.57,1.27-.25-.11.43-.96-.7-.32-.4.9-.25-.11.4-.89-.81-.36-.43.96-.25-.12.57-1.27ZM43.79,27.48l1.01.2-.08.41-1.13.44-.08.39,1.23-.5c0,.07.02.14.05.21.02.07.05.13.1.19s.1.11.16.15c.07.04.15.07.24.09.23.05.42,0,.57-.13.14-.13.25-.35.31-.67l.13-.64-2.44-.48-.07.33ZM45,28.03l.06-.3.9.18-.06.29c-.02.1-.05.19-.08.27-.03.07-.07.13-.11.17s-.1.07-.16.09-.13.01-.21,0c-.08-.02-.14-.04-.19-.07-.05-.03-.09-.08-.12-.13-.03-.06-.05-.12-.05-.2,0-.08,0-.17.02-.28ZM41.76,33.45l2.13,1.28-.2.34-2.43.08h0c.08.05.15.09.23.13.03.02.06.04.1.05.03.02.07.04.1.05s.07.04.1.05c.03.02.06.03.08.05l1.17.7-.16.27-2.13-1.28.2-.34,2.44-.07h0c-.08-.05-.16-.09-.23-.13-.07-.03-.13-.07-.2-.11-.07-.04-.13-.07-.19-.11l-1.16-.69.16-.27ZM40.33,35.73l.42.71-.62.79-.79-.24-.21.27,2.57.76.19-.25-1.36-2.31-.21.27ZM41.31,37.35s.02.04.04.07c.02.03.03.05.06.08.02.03.04.06.06.09s.05.06.07.09c-.03-.01-.07-.03-.1-.04-.04-.01-.07-.03-.1-.04-.03-.01-.07-.02-.09-.03-.03,0-.05-.02-.08-.02l-.74-.23.48-.62.4.65ZM20.14,43.73l.31.07-.56,2.42-.38-.09-.82-2.29h-.01c-.02.08-.03.17-.04.25,0,.04-.01.07-.02.11l-.02.11s-.01.07-.02.11c0,.03-.01.07-.02.09l-.31,1.32-.31-.07.56-2.42.38.09.82,2.3h.01c.01-.08.03-.17.04-.25.01-.07.03-.15.04-.23.02-.08.03-.15.04-.21l.3-1.31ZM40.51,38.92c.03.08.04.17.03.26-.01.09-.04.18-.09.27s-.11.18-.2.26c-.1.11-.2.19-.3.26-.1.07-.19.12-.29.16l-.11-.27c.08-.03.16-.08.25-.14s.17-.12.24-.2c.1-.11.16-.21.17-.32.01-.1-.02-.19-.1-.27-.05-.04-.09-.08-.14-.1-.05-.02-.1-.03-.16-.02-.06,0-.12.02-.19.05-.07.03-.16.07-.26.11-.11.05-.2.09-.29.12s-.17.05-.25.05c-.08,0-.15,0-.22-.04s-.14-.08-.21-.14c-.08-.08-.14-.16-.17-.25-.03-.09-.04-.18-.03-.28s.04-.2.1-.3c.06-.1.13-.2.23-.31.09-.1.19-.18.29-.25.1-.07.19-.12.27-.15l.22.21s-.09.04-.14.07c-.05.03-.1.06-.15.09s-.1.07-.15.11-.1.08-.14.13c-.14.14-.21.27-.23.38-.02.11.02.22.11.3.04.04.09.07.13.09.05.02.1.02.15.02.06,0,.13-.02.2-.05.08-.03.17-.07.28-.12.1-.05.2-.09.29-.11.09-.02.17-.04.25-.03.08,0,.15.02.22.06.07.03.14.08.21.15.07.07.12.15.15.23ZM44.06,25.21l2.48.22-.13,1.39-.28-.02.09-1.05-.77-.07-.09.98-.27-.02.09-.98-.88-.08-.09,1.05-.28-.03.13-1.39ZM34.17,41.33l1.2,2.18-.3.16-1.06-1.93-.92.51-.14-.25,1.22-.67ZM27.14,45.13c.02.19,0,.37-.04.53-.04.16-.11.3-.21.43s-.23.22-.39.29c-.16.07-.34.12-.55.14-.14.01-.27.01-.39,0-.13-.01-.25-.04-.36-.07l.11-.29s.09.03.15.04c.05.01.11.02.16.03s.11.01.17.02c.06,0,.11,0,.17,0,.15-.01.28-.05.39-.11.11-.06.2-.13.27-.22.07-.09.12-.2.15-.33s.03-.27.02-.42c-.01-.15-.04-.28-.09-.4s-.11-.22-.19-.3-.18-.14-.3-.18-.26-.05-.43-.03c-.05,0-.1.01-.15.02-.04,0-.08.01-.12.02-.04,0-.07.02-.11.03-.03,0-.06.02-.1.03l.07.74.55-.05.03.28-.88.09-.12-1.21c.07-.03.13-.05.2-.07.07-.02.14-.04.21-.06s.15-.03.22-.05c.08-.01.16-.02.26-.03.19-.02.36,0,.52.04.15.05.29.12.4.22.11.1.2.23.27.38.07.15.11.33.13.52ZM22.94,44.07l1.39.02-.04,2.49-1.39-.02v-.28s1.06.02,1.06.02v-.77s-.97-.02-.97-.02v-.28s.99.02.99.02v-.88s-1.04-.02-1.04-.02v-.28ZM36.06,40.08l.19.8-.82.57-.68-.47-.29.2,2.23,1.49.26-.18-.61-2.61-.28.2ZM36.53,42s.02.06.03.1c.01.03.02.07.03.11s.02.07.04.11c-.03-.02-.06-.05-.09-.07s-.06-.05-.09-.07-.06-.04-.08-.06c-.03-.02-.05-.03-.06-.05l-.63-.44.64-.44.19.74s.01.04.02.07ZM28.69,43.54l.22,1-.41.09-.85-.87-.39.09.95.93c-.06.04-.12.08-.17.13s-.1.1-.14.16c-.04.06-.06.13-.08.21-.01.08,0,.17.01.26.05.23.16.39.34.47.18.08.42.09.74.02l.64-.14-.53-2.43-.33.07ZM28.87,45.77c-.1.02-.2.03-.28.03-.08,0-.15-.01-.21-.04-.06-.02-.1-.06-.14-.11s-.06-.12-.08-.19c-.02-.08-.02-.15-.01-.21,0-.06.03-.12.07-.17.04-.05.1-.09.17-.13s.16-.07.27-.09l.29-.06.2.9-.29.06ZM20.99,43.88l1.39.15-.27,2.47-1.39-.15.03-.28,1.05.12.09-.76-.98-.11.03-.27.98.11.1-.88-1.05-.12.03-.28ZM32.55,42.19l1,2.28-.31.14-.88-2.02-.96.42-.11-.26,1.28-.56ZM30.88,42.89l.78,2.36-1.32.44-.09-.26,1-.33-.24-.73-.93.31-.09-.26.93-.31-.28-.84-1,.33-.09-.26,1.32-.44ZM32.83,36.55l1.35,2.09-1.17.76-.15-.23.88-.57-.42-.65-.83.53-.15-.23.83-.53-.48-.74-.88.57-.15-.23,1.17-.76ZM31.19,37.58l1.02,2.27-.36.16-2.04-1.33h-.01c.04.08.08.16.12.23.02.03.03.07.05.1.02.03.03.07.05.1.02.03.03.07.05.1.02.03.03.06.04.09l.56,1.24-.29.13-1.02-2.27.36-.16,2.05,1.34h.01c-.04-.08-.08-.16-.12-.24-.03-.07-.07-.13-.11-.21-.04-.07-.07-.14-.09-.2l-.55-1.23.29-.13ZM19.02,39.32l-.94-.34-.02-.82-.33-.12.08,2.68.29.11,1.77-2.01-.32-.12-.54.62ZM18.32,40.14s-.03.04-.05.06-.04.05-.06.08-.04.06-.07.09c-.02.03-.04.06-.06.09,0-.04,0-.07,0-.11,0-.04,0-.08,0-.11s0-.07,0-.1c0-.03,0-.06,0-.08v-.77s.72.26.72.26l-.49.59ZM28.98,39.46l.4,1.55-.33.09-.4-1.57c-.05-.19-.14-.33-.27-.41-.13-.08-.3-.09-.51-.04-.11.03-.19.07-.26.11-.07.05-.12.11-.15.17s-.05.14-.06.22c0,.08,0,.17.03.26l.4,1.57-.33.08-.4-1.56c-.03-.12-.04-.25-.03-.36.01-.12.05-.23.11-.33.06-.1.14-.19.25-.26.11-.08.24-.13.4-.18.15-.04.29-.05.42-.04s.24.05.34.11c.1.06.18.14.25.24.07.1.12.22.15.35ZM14.72,36.23l1.15.79-1.4,2.05-1.15-.79.16-.23.87.59.43-.63-.81-.55.16-.23.81.55.5-.73-.87-.59.16-.23ZM16.22,37.24l1.24.64-1.14,2.21-.3-.16,1.01-1.96-.93-.48.13-.25ZM38.7,28.39l2.35.8-.11.32-2.09-.71-.34,1-.27-.09.45-1.32ZM38.08,30.09l2.24,1.07-.15.31-1.99-.95-.45.95-.25-.12.6-1.26ZM39.26,25.85l-.07.34.7.44-.19.98-.81.14-.07.34,2.64-.49.06-.31-2.26-1.45ZM41.05,27.4s-.08,0-.11.01c-.04,0-.07,0-.1.01s-.06,0-.08.01l-.76.13.15-.77.66.4s.04.02.07.04.06.03.09.05.07.04.1.05.07.03.1.05c-.04,0-.07,0-.11,0ZM14.04,35.66l-.69.76-.31-.28.21-1.19-.3-.27-.2,1.32c-.07-.03-.13-.05-.2-.07-.07-.02-.14-.02-.21-.02-.07,0-.14.03-.22.06s-.14.09-.21.16c-.16.18-.22.36-.18.55.04.19.18.39.42.61l.49.44,1.66-1.85-.25-.23ZM12.56,37.31l-.22-.2c-.08-.07-.14-.14-.19-.2s-.08-.13-.09-.19c-.01-.06-.01-.12,0-.18.02-.06.06-.12.11-.18.05-.06.11-.1.16-.13.06-.03.12-.04.18-.04.06,0,.13.02.2.06s.15.09.23.17l.22.2-.62.68ZM35.99,33.57l.79.66-.27.32-1.2-.17-.26.31,1.32.16c-.03.07-.05.13-.06.21s-.02.14,0,.21c0,.07.03.14.07.21.04.07.09.14.17.2.18.15.37.21.56.16.19-.04.39-.19.6-.44l.42-.5-1.9-1.6-.22.26ZM36.98,34.4l.7.59-.19.22c-.07.08-.13.15-.2.19s-.12.08-.18.1c-.06.02-.12.01-.18,0-.06-.02-.12-.05-.18-.11-.06-.05-.1-.1-.13-.16s-.04-.11-.04-.18c0-.06.02-.13.05-.2.03-.07.09-.15.16-.23l.19-.23ZM37.28,31.7l2.1,1.34-.75,1.18-.24-.15.57-.89-.65-.41-.53.83-.23-.15.53-.83-.75-.47-.57.89-.24-.15.75-1.18ZM35.99,36.24c.06.16.08.31.07.47-.01.16-.06.31-.14.46s-.2.3-.36.44c-.1.09-.21.17-.32.23s-.22.11-.33.15l-.08-.29s.09-.03.14-.05c.05-.02.1-.04.15-.07.05-.03.1-.05.15-.09.05-.03.09-.07.14-.1.11-.1.2-.2.25-.31.06-.11.09-.22.09-.34,0-.12-.02-.23-.07-.35-.05-.12-.13-.24-.23-.35-.1-.11-.2-.2-.3-.27-.11-.07-.22-.11-.33-.13-.11-.02-.23,0-.35.03-.12.04-.24.11-.36.22-.04.04-.08.07-.11.1-.03.03-.06.06-.09.09-.03.03-.05.06-.07.08-.02.03-.04.05-.06.08l.49.56.41-.36.18.21-.67.58-.8-.92c.04-.06.08-.12.12-.18.04-.06.09-.11.13-.17s.1-.11.16-.17c.06-.06.12-.12.19-.18.14-.13.29-.22.44-.27.15-.05.3-.07.45-.05.15.02.3.07.44.15s.28.2.41.35c.13.15.22.3.28.46ZM11.84,35.31c-.15.12-.31.21-.46.27-.16.05-.32.07-.47.06-.16-.02-.31-.07-.46-.16-.15-.09-.29-.21-.42-.38-.09-.1-.16-.21-.22-.33-.06-.11-.11-.22-.14-.34l.3-.07s.03.09.05.14c.02.05.04.1.06.15s.05.1.08.15c.03.05.06.1.1.14.09.12.2.2.3.26.11.06.22.09.34.1s.23-.01.36-.06.24-.12.36-.22c.11-.09.21-.19.28-.3.07-.1.12-.21.14-.32.02-.11.02-.23-.02-.35-.04-.12-.11-.24-.21-.37-.03-.04-.07-.08-.1-.11-.03-.03-.06-.06-.09-.09s-.05-.05-.08-.07-.05-.04-.08-.07l-.57.47.35.43-.22.18-.56-.69.94-.77c.06.04.12.08.17.12.06.04.11.09.16.14.05.05.11.1.16.16.05.06.11.12.17.19.12.15.21.3.25.45.05.15.06.3.04.45s-.08.29-.17.43c-.09.14-.21.27-.36.4ZM29.82,9.79l-1.32-.46.81-2.35.32.11-.72,2.08.99.35-.09.27ZM32.2,11.04l.57-.85.35.23-.04,1.21.33.22v-1.33c.08.02.15.03.23.04.07,0,.14,0,.21-.01.07-.02.14-.05.2-.09.07-.04.13-.11.18-.19.13-.2.17-.39.1-.57s-.23-.37-.5-.55l-.54-.36-1.39,2.06.28.19ZM33.43,9.2l.24.16c.09.06.16.12.22.17.06.06.09.11.12.17.02.06.03.12.02.18-.01.06-.04.13-.08.19-.04.07-.09.12-.14.15-.05.04-.11.06-.17.06-.06,0-.13,0-.21-.03s-.16-.07-.25-.13l-.25-.17.51-.76ZM31.44,10.57l-1.25-.61,1.1-2.23,1.25.61-.12.25-.94-.46-.34.69.88.43-.12.25-.88-.43-.39.79.94.46-.12.25ZM28.12,9.21l-1.36-.3.53-2.43.33.07-.47,2.15,1.03.22-.06.28ZM24.87,7.92l1,.08.23.79.35.03-.78-2.57-.31-.03-1.19,2.4.34.03.36-.74ZM25.33,6.95s.02-.04.03-.07c.01-.03.03-.06.04-.09.01-.03.03-.07.04-.1.01-.04.03-.07.04-.11,0,.04.01.07.02.11,0,.04.02.07.02.11s.02.07.02.1c0,.03.01.06.02.08l.21.74-.78-.07.33-.7ZM35.51,13.85l1.93-1.57.88,1.08-.22.18-.66-.82-.6.48.62.76-.21.17-.62-.76-.69.56.66.82-.22.18-.88-1.08ZM38,17.71l2.31-.93.52,1.29-.26.1-.39-.98-.71.29.37.91-.26.1-.37-.91-.82.33.39.98-.26.1-.52-1.29ZM36.7,15.35l2.14-1.26.2.34-1.09,2.17h0c.07-.04.14-.08.21-.13.03-.02.06-.04.09-.06.03-.02.06-.04.1-.06s.06-.04.09-.06c.03-.02.06-.04.08-.05l1.17-.69.16.28-2.14,1.26-.2-.34,1.1-2.18h0c-.07.04-.14.09-.21.13-.06.04-.13.08-.19.13s-.13.08-.19.11l-1.16.69-.16-.27ZM11.16,32.41l-2.13,1.28-.72-1.2.24-.14.54.9.66-.39-.51-.84.24-.14.5.84.76-.45-.54-.9.24-.14.72,1.2ZM34.13,11.52c.07-.15.17-.3.3-.45.13-.14.27-.25.42-.33.15-.08.3-.12.46-.12.16,0,.32.02.48.09.16.07.32.17.47.31.1.09.19.19.26.29.07.1.14.21.18.32l-.28.11s-.04-.09-.07-.14c-.03-.05-.05-.09-.09-.14-.03-.05-.06-.09-.1-.14-.04-.04-.08-.09-.12-.12-.11-.1-.22-.17-.34-.22-.12-.04-.23-.06-.35-.05-.12.01-.23.05-.34.11-.11.06-.22.15-.33.27-.1.11-.18.22-.24.33s-.09.23-.1.34c0,.11.02.23.07.34.05.11.14.23.26.34.04.04.08.07.11.1s.07.05.1.08c.03.02.06.04.09.06.03.02.06.04.08.05l.5-.55-.4-.37.19-.21.65.6-.83.9c-.06-.03-.13-.06-.19-.1-.06-.04-.12-.07-.18-.11-.06-.04-.12-.09-.18-.14-.06-.05-.13-.11-.19-.17-.14-.13-.25-.27-.32-.41-.07-.14-.1-.29-.1-.44,0-.15.03-.3.1-.45ZM14.92,11.61l-1.27-1.98.27-.18.53.83,1.03-.66-.53-.83.28-.18,1.27,1.97-.28.18-.6-.93-1.03.66.6.93-.27.18ZM9.23,28.13l-2.4.64-.09-.33,2.4-.64.09.33ZM8.27,18.37l-.92-.37.56-1.38,2.18.88-.12.31-1.94-.78-.31.78.66.27c.47.19.99.42,1.06.84.02.11.01.27-.04.4l-.24-.05c.02-.1,0-.22-.02-.29-.1-.26-.51-.45-.86-.59ZM13.54,12.78l-1.53-1.78,1.04-.89.17.19-.79.68.48.56.75-.64.16.19-.75.64.55.64.83-.72.17.19-1.08.93ZM10.19,30.75l-2.3.94-.15-.36,1.39-1.99h0c-.08.02-.16.06-.23.1-.03.01-.07.03-.1.05-.03.02-.07.03-.1.05-.03.02-.07.03-.1.04-.03.01-.06.03-.09.04l-1.26.52-.12-.3,2.3-.94.15.37-1.4,2h0c.08-.03.16-.07.23-.1.07-.03.14-.07.21-.1.07-.03.14-.06.2-.09l1.25-.51.12.29ZM8.91,21.19l-.66-.43.21-.87.78-.09.08-.34-2.48.3-.09.38,2.09,1.37.08-.33ZM8.04,20.65l-.6-.4c-.13-.08-.26-.15-.38-.22h0c.14-.01.29-.02.45-.04l.71-.09-.17.74ZM11.43,15.21l-.76-.56c.06-.05.12-.12.17-.2.19-.26.29-.54.25-.78-.02-.18-.12-.33-.29-.46-.17-.12-.35-.16-.53-.11-.19.05-.39.2-.58.46-.16.21-.26.39-.34.53l1.86,1.38.19-.26ZM10.48,14.51l-.73-.54c.02-.05.08-.15.16-.26.21-.29.47-.39.72-.21.26.19.26.49.03.81-.06.09-.12.16-.18.2ZM10.33,17.03l-2.04-1.15.67-1.19.22.12-.51.91.65.36.48-.86.22.12-.49.86.74.42.54-.96.22.13-.7,1.24ZM12.43,13.93l-1.71-1.6.92-.98.19.17-.7.74,1.53,1.43-.22.24ZM29.04,24c-1.1-.7-2.5-1.13-3.88-1.17-.04-1.38-.47-2.78-1.17-3.88-.73-1.14-1.75-1.97-2.91-1.97s-2.18.83-2.91,1.97-1.18,2.63-1.18,4.06c0,2.62,1.75,4.19,3.55,4.45.26,1.8,1.82,3.54,4.44,3.54,1.43,0,2.92-.45,4.06-1.18,1.14-.73,1.97-1.75,1.97-2.91s-.83-2.18-1.97-2.91ZM20.49,26.85c-1.48-.27-2.92-1.54-2.92-3.83,0-1.31.43-2.7,1.1-3.74.66-1.04,1.54-1.71,2.41-1.71s1.75.67,2.41,1.71c.63,1,1.05,2.31,1.09,3.57-2.6.18-4.05,2.14-4.08,4.01ZM28.72,29.33c-1.04.66-2.44,1.1-3.74,1.1-2.43,0-3.72-1.61-3.88-3.19h0s0-.02,0-.03c0-.03,0-.06,0-.09,0-.07,0-.13,0-.2,0-1.63,1.25-3.43,3.75-3.5h.02s.05,0,.07,0h.05c1.31,0,2.7.43,3.74,1.1,1.04.66,1.71,1.54,1.71,2.41s-.67,1.75-1.71,2.41Z"/></svg>');
}
.table.wine_feature .title::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M25,2C12.32,2,2,12.32,2,25s10.32,23,23,23,23-10.32,23-23c0-4.56-1.34-8.81-3.64-12.39l-1.37,1.62c1.9,3.15,3.01,6.83,3.01,10.77,0,11.58-9.42,21-21,21S4,36.58,4,25,13.42,4,25,4c5.44,0,10.39,2.1,14.13,5.51l1.31-1.54c-4.08-3.7-9.5-5.96-15.44-5.96Zm18.24,5.75L23.91,30.55l-8.13-7.59-1.36,1.46,9.67,9.02L44.76,9.05l-1.53-1.29Z"/></svg>');
}
.table.wine_feature .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 1em;
}
.table.wine_feature .logos img {
  width: 20%;
  height: auto;
}
.table.recycling .title::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="m19.06,1c-1.54.09-4.05.53-5.38,2.72l-6.09,10.56-.5.88.88.5,3.53,2.03-8.34,1.03-2.97.34,2.56,1.5.91.53-3.03,5.12c-.38.66-.6,1.49-.62,2.44s.16,2.04.78,2.97c.38.58,1.8,3.09,3.16,5.5,1.27,2.25,2.41,4.27,2.97,5.16.04.1.09.2.16.28,0,.01.02.02.03.03.86,1.29,2.46,3.2,5,3.25h13.19v-5.06l5.06,6.72,1.81,2.38v-4.03l5.97.09c.76,0,1.57-.27,2.41-.72s1.66-1.12,2.16-2.12c.31-.62,1.78-3.12,3.19-5.5,1.34-2.26,2.59-4.32,3.06-5.22.05-.07.09-.14.12-.22,0,0,0-.02,0-.03.69-1.38,1.54-3.71.31-5.94v-.03l-6.09-10.56-.5-.84-.88.5-3.5,2.03,3.25-7.75,1.19-2.75-2.59,1.5-.88.5-2.94-5.19h-.03c-.38-.66-.97-1.26-1.78-1.75-.79-.48-1.79-.86-2.88-.81h-.16c-2.09.05-6.96-.01-12.47-.03h-.06Zm.03,2h.06c3.64.01,5.8.02,8.28.03-.45.44-.99.81-1.28,1.31l-1.91,3.31-.03.06c-.05.07-.09.14-.12.22l-6.38,11.03-7.91-4.56,5.59-9.66c.78-1.29,2.4-1.67,3.69-1.75Zm12.53.03s.08,0,.12,0h.03c.58-.04,1.23.2,1.78.53.55.34,1,.81,1.12,1.03l3.44,6.06.5.88.06-.03-2.28,5.31-5.69-.69.03-.03-.5-.88-4.03-7,1.66-2.88c.63-1.09,2.18-2.27,3.75-2.31Zm-6.56,7.22l2.94,5.09-.88.53-2.59,1.5,2.97.34,8.34,1.03-3.56,2.03-.84.5.5.88,6.09,10.59h-5.88v-4.03l-1.81,2.41-5.06,6.72v-5.09h-13.22l2.94-5.12.91.53,2.59,1.5-1.19-2.75-3.31-7.78,3.56,2.06.88.5.5-.84,6.12-10.59Zm17,7.22l5.56,9.66c.74,1.34.2,3-.38,4.16v.03s-.03.03-.03.03v.03c-.19.37-.62.71-1.22.97s-1.41.41-2.03.41h-3.59l-6.22-10.72,7.91-4.56Zm-30,2.16l2.22,5.28-.5.88-4.12,7.12c-.26.18-.42.46-.44.78l-1.84,3.19c-.23.39-.31.91-.47,1.38-.48-.85-.68-1.16-1.22-2.12-1.36-2.41-2.7-4.79-3.25-5.62-.32-.49-.45-1.14-.44-1.78.02-.63.21-1.23.34-1.47,0,0,0-.03,0-.03l3.53-6,.53-.88-.03-.03,5.69-.69Zm33.31,14.84c-.49.84-.66,1.15-1.22,2.09-1.41,2.38-2.8,4.73-3.25,5.62-.26.52-.75.97-1.31,1.28s-1.21.47-1.47.47l-6.97-.09h-1v.09l-3.5-4.62,3.5-4.62v.06h13.81c.45,0,.93-.19,1.41-.28Zm-34.47.28h12.38v9.09h-11.19c-1.52-.05-2.66-1.3-3.38-2.38v-.03c-.25-.34-.36-.91-.28-1.59s.34-1.43.66-1.97l1.81-3.12Z"/></svg>');
}
.table.recycling .recycl_fr {
  margin: 0 auto;
  padding: 0.2em 0.4em;
}
.table.recycling .recycl_fr img {
  display: block;
  height: 4em;
  max-width: 100%;
  margin: 0.6em auto;
}
.table.recycling .minititle {
  line-height: 1.2em;
  font-weight: 600;
}
.table.recycling .info {
  display: flex;
  gap: 0.4em;
}
.table.recycling .symbol {
  border: 1px solid var(--color_2);
  border-radius: 0.2em;
  padding: 0 0.3em;
  width: -moz-max-content;
  width: max-content;
}
.table.recycling .symbol::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  position: relative;
  top: 0.15em;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="m25,0C22.9,0,20.92,1.36,19.53,3.72l-5,8.44c-.23.31-.26.72-.08,1.06.18.34.54.55.92.54.39-.01.73-.24.88-.59l5-8.44c1.15-1.94,2.5-2.72,3.75-2.72s2.6.78,3.75,2.72l5.75,9.72-4.06,2.44c-.3.18-.49.51-.49.86s.18.68.49.86l10,6c.31.19.7.2,1.02.03.32-.18.52-.51.52-.87v-12c0-.29-.12-.56-.34-.75-.21-.19-.5-.28-.79-.25h-.09c-.11.02-.21.07-.31.12l-4.22,2.53-5.75-9.69C29.08,1.36,27.1,0,25,0Zm14.97,13.5v8.47l-7.06-4.22,7.06-4.25Zm-27.25,2.44c-.13.02-.26.06-.38.12l-10,6.03c-.29.18-.46.5-.46.84s.18.66.46.84l3.94,2.34-5.06,8.56c-1.39,2.36-1.59,4.73-.53,6.53s3.23,2.78,6,2.78h11.31c.36,0,.7-.18.88-.5.18-.31.18-.7,0-1.01-.18-.31-.52-.5-.88-.5H6.69c-2.3,0-3.67-.78-4.28-1.81s-.62-2.56.53-4.5l5.03-8.53,4.38,2.62c.3.18.68.18.99,0,.3-.17.5-.5.51-.85v-12c0-.29-.12-.56-.34-.75-.21-.19-.5-.28-.79-.25Zm-.88,2.75v8.5l-7.06-4.25,7.06-4.25Zm31.56,8.28c-.34.05-.62.27-.76.58-.14.31-.11.67.07.95l4.34,7.19c1.15,1.95,1.14,3.46.53,4.5s-1.98,1.81-4.28,1.81h-9.31v-5c0-.29-.12-.56-.34-.75s-.5-.28-.79-.25c-.13.03-.26.08-.38.16l-10,6c-.11.07-.21.17-.28.28-.02.03-.04.06-.06.09-.02.05-.05.1-.06.16-.03.07-.05.14-.06.22-.02.23.05.46.19.66.02.03.04.06.06.09.06.07.14.14.22.19l10,6c.21.12.45.17.69.12.06-.02.13-.04.19-.06.03,0,.06-.02.09-.03.02-.02.04-.04.06-.06.28-.18.46-.48.47-.81v-5h9.31c2.77,0,4.94-.98,6-2.78s.86-4.18-.53-6.53v-.03l-4.34-7.19c-.2-.37-.62-.57-1.03-.5Zm-11.41,11.78v8.5l-7.09-4.25,7.09-4.25Z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="m25,0C22.9,0,20.92,1.36,19.53,3.72l-5,8.44c-.23.31-.26.72-.08,1.06.18.34.54.55.92.54.39-.01.73-.24.88-.59l5-8.44c1.15-1.94,2.5-2.72,3.75-2.72s2.6.78,3.75,2.72l5.75,9.72-4.06,2.44c-.3.18-.49.51-.49.86s.18.68.49.86l10,6c.31.19.7.2,1.02.03.32-.18.52-.51.52-.87v-12c0-.29-.12-.56-.34-.75-.21-.19-.5-.28-.79-.25h-.09c-.11.02-.21.07-.31.12l-4.22,2.53-5.75-9.69C29.08,1.36,27.1,0,25,0Zm14.97,13.5v8.47l-7.06-4.22,7.06-4.25Zm-27.25,2.44c-.13.02-.26.06-.38.12l-10,6.03c-.29.18-.46.5-.46.84s.18.66.46.84l3.94,2.34-5.06,8.56c-1.39,2.36-1.59,4.73-.53,6.53s3.23,2.78,6,2.78h11.31c.36,0,.7-.18.88-.5.18-.31.18-.7,0-1.01-.18-.31-.52-.5-.88-.5H6.69c-2.3,0-3.67-.78-4.28-1.81s-.62-2.56.53-4.5l5.03-8.53,4.38,2.62c.3.18.68.18.99,0,.3-.17.5-.5.51-.85v-12c0-.29-.12-.56-.34-.75-.21-.19-.5-.28-.79-.25Zm-.88,2.75v8.5l-7.06-4.25,7.06-4.25Zm31.56,8.28c-.34.05-.62.27-.76.58-.14.31-.11.67.07.95l4.34,7.19c1.15,1.95,1.14,3.46.53,4.5s-1.98,1.81-4.28,1.81h-9.31v-5c0-.29-.12-.56-.34-.75s-.5-.28-.79-.25c-.13.03-.26.08-.38.16l-10,6c-.11.07-.21.17-.28.28-.02.03-.04.06-.06.09-.02.05-.05.1-.06.16-.03.07-.05.14-.06.22-.02.23.05.46.19.66.02.03.04.06.06.09.06.07.14.14.22.19l10,6c.21.12.45.17.69.12.06-.02.13-.04.19-.06.03,0,.06-.02.09-.03.02-.02.04-.04.06-.06.28-.18.46-.48.47-.81v-5h9.31c2.77,0,4.94-.98,6-2.78s.86-4.18-.53-6.53v-.03l-4.34-7.19c-.2-.37-.62-.57-1.03-.5Zm-11.41,11.78v8.5l-7.09-4.25,7.09-4.25Z"/></svg>');
  background-color: #fff;
}
.table.recycling .symbol.glass {
  background-color: #107c39;
  color: #fff;
}
.table.recycling .symbol.paper {
  background-color: #285fba;
  color: #fff;
}
.table.recycling .symbol.organic {
  background-color: #6b5b3a;
  color: #fff;
}
.table.recycling .symbol.metal {
  background-color: #2198aa;
  color: #fff;
}
.table.recycling .symbol.plastic {
  background-color: #ffff00;
  color: #333;
}
.table.recycling .symbol.plastic::before {
  background-color: #000;
}
.table.recycling .waste {
  flex-grow: 1;
  border: 1px solid;
  border-radius: 0.2em;
  padding: 0 0.3em;
}
.table.imprint .title::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="m23.91,2c-2.99,0-5.59.61-7.83,1.58-.51.22-.74.81-.52,1.32.22.51.81.74,1.32.52,0,0,0,0,0,0,2-.87,4.32-1.41,7.04-1.41,4,0,7.29.92,10.04,2.35.49.26,1.09.07,1.35-.43.26-.49.07-1.09-.43-1.35,0,0,0,0,0,0-3.02-1.57-6.66-2.57-10.96-2.57Zm-10.76,3.33c-.19.01-.38.08-.53.19-2.8,1.96-4.85,4.4-6.36,6.46-.76,1.03-1.38,1.97-1.89,2.69-.51.73-.95,1.25-1.08,1.35-.44.34-.51.97-.17,1.4.34.44.97.51,1.4.17.56-.44.96-1.03,1.48-1.78.53-.76,1.14-1.67,1.86-2.66,1.45-1.97,3.35-4.23,5.89-6,.46-.31.58-.93.27-1.39-.18-.26-.47-.43-.78-.44-.03,0-.07,0-.1,0Zm11.71,1.67c-.55.02-.98.48-.96,1.04.02.52.43.93.95.96,8.14.48,12.47,4.21,14.87,8.96,2.4,4.75,2.73,10.59,2.33,14.95-.07.55.31,1.05.86,1.12.55.07,1.05-.31,1.12-.86,0-.03,0-.05,0-.08.42-4.61.12-10.77-2.54-16.04-2.66-5.26-7.8-9.54-16.53-10.05-.03,0-.07,0-.1,0Zm13.45.05c-.55-.01-1.01.43-1.02.98,0,.34.16.66.45.85,7.82,5.4,9.07,17.6,9.07,17.6.03.55.5.97,1.05.95.55-.03.97-.5.95-1.05,0-.03,0-.05,0-.08,0,0-1.06-12.94-9.93-19.07-.16-.12-.36-.18-.56-.19Zm-17.5.32c-.06,0-.11,0-.17.02-6.91,1.37-10.24,6.15-12.83,10.18-.3.46-.16,1.08.3,1.38s1.08.16,1.38-.3c2.56-3.98,5.36-8.07,11.54-9.3.54-.1.9-.62.8-1.17-.09-.49-.52-.83-1.02-.82Zm4.09,4.62c-3.48,0-6.15,1.12-8.2,2.79-.43.35-.49.98-.15,1.41.35.43.98.49,1.41.15,0,0,0,0,0,0,1.75-1.42,3.88-2.34,6.94-2.34.88,0,1.73.08,2.53.22.54.11,1.07-.25,1.17-.79.11-.54-.25-1.07-.79-1.17-.01,0-.02,0-.03,0-.92-.16-1.89-.25-2.88-.25Zm6.37,1.45c-.55,0-.99.46-.99,1.01,0,.38.22.72.56.89,4.38,2.23,7.06,7.09,7.06,13.65,0,1.26-.1,2.57-.27,3.87-.09.55.28,1.06.83,1.15s1.06-.28,1.15-.83c0-.02,0-.04,0-.07.18-1.37.29-2.76.29-4.13,0-7.11-3.01-12.81-8.15-15.43-.15-.08-.31-.12-.48-.12Zm-6.37,3.55c-2.6,0-4.62.82-6.15,2.11s-2.58,2.98-3.5,4.73c-.27.48-.09,1.09.39,1.36s1.09.09,1.36-.39c0,0,0-.02.01-.02.88-1.66,1.82-3.12,3.03-4.14s2.66-1.64,4.87-1.64c2.08,0,3.6.65,4.79,1.69,1.19,1.04,2.04,2.49,2.56,4.1.17.53.73.81,1.26.64.53-.17.81-.73.64-1.26,0,0,0,0,0,0-.61-1.87-1.62-3.66-3.15-4.99-1.53-1.33-3.59-2.18-6.1-2.18Zm-10.36.58c-.33,0-.64.15-.83.42-1.99,2.7-3.42,5.71-5.08,7.86s-3.32,3.42-6.24,3.15c-.55-.05-1.04.35-1.09.91-.05.55.35,1.04.9,1.09,3.63.33,6.15-1.51,8.01-3.92,1.86-2.41,3.26-5.41,5.1-7.89.33-.44.25-1.07-.19-1.4-.17-.13-.37-.2-.58-.2Zm-8.06,2.82c-.33,0-.64.15-.83.42-1.17,1.6-2.34,2.74-3.79,3.24-.53.16-.82.73-.66,1.25.16.53.73.82,1.25.66.02,0,.04-.01.05-.02,2.02-.69,3.47-2.21,4.75-3.95.33-.44.24-1.07-.2-1.4-.17-.13-.37-.2-.58-.2Zm16.83.98c-.16,0-.31.05-.45.13-1.65.9-2.57,2.54-3.3,4.22s-1.29,3.46-1.99,4.82c-.94,1.82-2.82,3.99-5.11,5.65s-4.96,2.81-7.47,2.81c-.55,0-1.01.43-1.01.99,0,.55.43,1.01.99,1.01,0,0,.02,0,.03,0,3.1,0,6.12-1.35,8.65-3.19,2.53-1.84,4.57-4.16,5.71-6.35.83-1.6,1.39-3.41,2.05-4.94s1.42-2.72,2.42-3.26c.49-.26.68-.86.42-1.35-.18-.34-.54-.55-.92-.53Zm3.56.18c-.55,0-1.01.44-1.01.99,0,.34.17.66.45.85.99.67,1.58,2.46,1.58,4.74,0,.92-.2,2.63-.69,4.63-.14.53.18,1.08.72,1.22.53.14,1.08-.18,1.22-.72,0,0,0-.02,0-.03.52-2.13.75-3.91.75-5.11,0-2.59-.55-5.1-2.46-6.39-.16-.12-.36-.18-.56-.18Zm-2.03,4.43c-.51.02-.92.43-.95.95,0,0-.17,2.49-1.36,5.72-.19.52.07,1.09.59,1.29s1.09-.07,1.29-.59c1.29-3.49,1.48-6.28,1.48-6.28.04-.55-.37-1.03-.92-1.08-.04,0-.09,0-.13,0Zm-10.65,1.02c-.37,0-.7.21-.87.54-.97,1.8-2.03,3.42-3.47,4.57-1.44,1.15-3.27,1.89-6,1.89-.55,0-1.01.43-1.01.99,0,.55.43,1.01.99,1.01,0,0,.02,0,.03,0,3.11,0,5.47-.91,7.25-2.33,1.78-1.42,2.97-3.29,3.98-5.18.27-.48.1-1.09-.39-1.36-.16-.09-.33-.13-.51-.13Zm19.68.98c-.55,0-.99.46-.98,1.01,0,1.33-.1,2.63-.27,3.86-.09.55.28,1.06.83,1.15.55.09,1.06-.28,1.15-.83,0-.01,0-.03,0-.04.19-1.32.29-2.71.29-4.14,0-.55-.43-1.01-.99-1.01,0,0-.02,0-.03,0Zm-14.39,8.01c-1.92,0-3.5,1.58-3.5,3.5v7c0,1.92,1.58,3.5,3.5,3.5s3.5-1.58,3.5-3.5v-3.5h-3c-.55,0-1.01.43-1.01.99,0,.55.43,1.01.99,1.01,0,0,.02,0,.03,0h1v1.5c0,.84-.66,1.5-1.5,1.5s-1.5-.66-1.5-1.5v-7c0-.84.66-1.5,1.5-1.5.78,0,1.4.57,1.49,1.31.07.55.56.94,1.11.87s.94-.56.87-1.11c-.21-1.73-1.7-3.07-3.47-3.07Zm5.5,0v14h4c1.64,0,3-1.36,3-3v-8c0-1.64-1.36-3-3-3h-4Zm9,0v13c0,.55.43,1.01.99,1.01.55,0,1.01-.43,1.01-.99,0,0,0-.02,0-.03v-5h1c2.2,0,4-1.8,4-4s-1.8-4-4-4h-3Zm9,0v13c0,.55.43,1.01.99,1.01.55,0,1.01-.43,1.01-.99,0,0,0-.02,0-.03v-5h1c.09,0,.17-.05.26-.05l1.79,5.37c.17.52.74.81,1.27.63.52-.17.81-.74.63-1.27h0s-1.8-5.4-1.8-5.4c1.09-.72,1.85-1.89,1.85-3.28,0-2.2-1.8-4-4-4h-3Zm-16,2h2c.57,0,1,.43,1,1v8c0,.57-.43,1-1,1h-2v-10Zm9,0h1c1.12,0,2,.88,2,2s-.88,2-2,2h-1v-4Zm9,0h1c1.12,0,2,.88,2,2s-.88,2-2,2h-1v-4Z"/></svg>');
}
.table.imprint .info {
  line-height: 1.3em;
}
.table.imprint .company {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: 0.2em;
}
.table.imprint .contact {
  margin-top: 0.3em;
}/*# sourceMappingURL=ws_styles.css.map */