/* time taken: 10 ms */
html {
	color: #000;
	background: #FFF
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset, img {
	border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}

ol, ul {
	list-style: none
}

caption, th {
	text-align: left
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}

q:before, q:after {
	content: ''
}

abbr, acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%
}

legend {
	color: #000
}

#yui3-css-stamp.cssreset {
	display: none
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* ::selection {
  background: #6fab23;
  color: #ffffff;
}
* ::-moz-selection {
  background: #6fab23;
  color: #ffffff;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
body {
  position: relative;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  color: #000000;
  min-height: 100%;
  overflow-x: hidden;
}
a,
button,
input {
  outline: 2px solid transparent;
}
input,
select,
textarea {
  outline: 1px solid transparent;
}
button:focus,
a:focus {
  outline: 3px solid #000000;
  outline-offset: 3px;
}
.l-header button:focus,
.l-header a:focus,
.l-footer button:focus,
.l-footer a:focus {
  outline-color: #6fab23;
}
input:focus,
select:focus,
textarea:focus {
  outline: 1px solid #000000;
}
.l-header input:focus,
.l-header select:focus,
.l-header textarea:focus,
.l-footer input:focus,
.l-footer select:focus,
.l-footer textarea:focus {
  outline-color: #6fab23;
}
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  /* undo all the above focused button styles
	if the button has focus but the browser wouldn't normally
	show default focus styles */
  outline: 2px solid transparent;
}
hr {
  position: relative;
  height: 1px;
  border: none;
  margin: 25px 0;
  background: #000000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
}
strong,
b {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
h1 {
  margin-bottom: 25px;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #6fab23;
  font-size: 32px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 48px;
    margin-bottom: 60px;
  }
}
h2 {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #6fab23;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #6fab23;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
h4 {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #6fab23;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
address,
p {
  margin-bottom: 20px;
}
p + h2 {
  margin-top: 25px;
}
.video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* Given a 16:9 aspect ratio, 100 * (9/16) */
  border-radius: 4px;
}
.video:before {
  z-index: 1;
}
.video .iframe__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.table__wrapper {
  overflow: auto;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .table__wrapper {
    margin-bottom: 30px;
  }
}
.table__wrapper:focus {
  outline: 3px solid #000000;
  outline-offset: 3px;
}
.table__wrapper table {
  width: 100%;
  background: #d5d5d5;
  border-color: #d5d5d5;
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 0;
}
.table__wrapper table thead tr:not(:first-child) td:nth-child(1),
.table__wrapper table tbody tr td:nth-child(1),
.table__wrapper table thead tr:not(:first-child) th:nth-child(1),
.table__wrapper table tbody tr th:nth-child(1),
.table__wrapper table thead tr:not(:first-child) td:nth-child(2),
.table__wrapper table tbody tr td:nth-child(2),
.table__wrapper table thead tr:not(:first-child) th:nth-child(2),
.table__wrapper table tbody tr th:nth-child(2),
.table__wrapper table thead tr:not(:first-child) td:nth-child(4),
.table__wrapper table tbody tr td:nth-child(4),
.table__wrapper table thead tr:not(:first-child) th:nth-child(4),
.table__wrapper table tbody tr th:nth-child(4) {
  border-right: 1px solid #d5d5d5;
}
.table__wrapper table td,
.table__wrapper table th {
  padding: 3px 5px;
  text-align: right;
  font-size: 14px;
  line-height: 1.3;
  vertical-align: top;
}
.table__wrapper table td:last-child {
  padding-right: 15px;
}
.table__wrapper table thead th {
  z-index: 1;
  position: sticky;
  padding: 5px;
  width: 25vw;
  max-width: 150px;
  background: #d5d5d5;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
  vertical-align: top;
  white-space: nowrap;
}
.table__wrapper table thead th[colspan] {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  padding-bottom: 0;
}
.table__wrapper table thead th:first-child {
  z-index: 2;
  position: sticky;
  left: 0;
  padding: 5px 15px;
  text-align: left;
  background: #d5d5d5;
}
.table__wrapper table thead tr:first-child th {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
}
.table__wrapper table tbody th {
  z-index: 1;
  position: sticky;
  left: 0;
  padding: 5px 15px;
  background: #d5d5d5;
  text-align: left;
}
.table__wrapper table tbody th:first-child {
  z-index: 2;
  position: sticky;
  left: 0;
}
.table__wrapper table tbody tr:nth-child(odd) td,
.table__wrapper table tbody tr:nth-child(odd) th {
  background: #ebebeb;
}
.table__wrapper table tbody tr:nth-child(even) td,
.table__wrapper table tbody tr:nth-child(even) th {
  background: #ffffff;
}
.table__wrapper table tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.table__wrapper table tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.table__wrapper table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.table__wrapper table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.table__wrapper table tbody tr:last-child td,
.table__wrapper table tbody tr:last-child th {
  border-bottom: 1px solid #d5d5d5;
}
.table__wrapper table tfoot th {
  padding: 5px 15px 15px;
  font-size: 12px;
  line-height: 1.2;
}

@charset "UTF-8";
body.fancybox-active {
  overflow: hidden;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
  display: none;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(0%);
  max-height: calc(12%);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}
.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
.fancybox-navigation {
  display: none;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
p.fancybox-share__links {
  margin-right: -10px;
}
.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all 0.2s;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(46%);
  max-height: calc(92%);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(90%);
  }
}

.form__wrapper {
  display: flex;
}
.form__item {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form__item {
    margin-bottom: 30px;
  }
}
.form__nickname {
  position: absolute;
  left: -9999999px;
}
.form__label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 20px 25px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}
.form__select,
.form__input,
.form__textarea,
.duet-date__input,
.select2-container--default .select2-selection--single {
  width: 100%;
  height: 60px;
  padding: 20px 25px;
  border: 1px solid #707070;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: inset 0 4px 4px -4px rgba(42, 49, 51, 0.7);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__select::placeholder,
.form__input::placeholder,
.form__textarea::placeholder,
.duet-date__input::placeholder,
.select2-container--default .select2-selection--single::placeholder {
  color: transparent;
}
.form__select:hover,
.form__input:hover,
.form__textarea:hover,
.duet-date__input:hover,
.select2-container--default .select2-selection--single:hover,
.form__select:active,
.form__input:active,
.form__textarea:active,
.duet-date__input:active,
.select2-container--default .select2-selection--single:active,
.form__select:focus,
.form__input:focus,
.form__textarea:focus,
.duet-date__input:focus,
.select2-container--default .select2-selection--single:focus {
  border-color: #000000;
}
.select2-container--default .select2-selection--single {
  display: flex !important;
  height: 60px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  line-height: 1 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px !important;
  right: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #707070 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 10px 12px;
  border: 1px solid #707070 !important;
  border-radius: 2px;
}
.select2-container--default .select2-results__option--selected {
  background-color: #d5d5d5 !important;
}
.select2-results__option--highlighted {
  background-color: #6fab23 !important;
}
.form__input:focus ~ .form__label,
.form__input:not(:placeholder-shown) ~ .form__label,
.form__textarea:focus ~ .form__label,
.form__textarea:not(:placeholder-shown) ~ .form__label,
.form__select ~ .form__label,
.form__label--duet {
  opacity: .85;
  -webkit-transform: scale(0.75) translateY(-0.7rem) translateX(0.7rem);
  -ms-transform: scale(0.75) translateY(-0.7rem) translateX(0.7rem);
  transform: scale(0.75) translateY(-0.7rem) translateX(0.7rem);
}
.form__input--file {
  padding: 30px 0 20px 10px;
  cursor: pointer;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .form__input--file {
    padding: 30px 20px 20px;
  }
}
.form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
  background: #6fab23;
  color: #ffffff;
  cursor: pointer;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__button:hover,
.form__button:focus,
.form__button:active {
  color: #000000;
  background: #ffffff;
  border-color: #6fab23;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15), 0 7px 10px rgba(0, 0, 0, 0.15);
}
.form__button--icon span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form__button--icon:hover span,
.form__button--icon:focus span,
.form__button--icon:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.form__legend {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
}
.form__textarea {
  min-height: 150px;
}
.form__radio-checkbox .form__item {
  margin-bottom: 15px;
  flex-direction: row;
}
.form__radio-checkbox .form__item:last-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form__radio-checkbox .form__item:last-child {
    margin-bottom: 30px;
  }
}
.form__radio,
.form__checkbox {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  border: 1px solid #707070;
  border-radius: 100%;
  flex-shrink: 0;
  /* important to keep size of checkbox/radio even it there is a multiline label*/
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.form__radio[disabled],
.form__checkbox[disabled],
.form__radio[aria-disabled=true],
.form__checkbox[aria-disabled=true] {
  opacity: .4;
}
.form__radio::before,
.form__checkbox::before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}
.form__radio:hover,
.form__checkbox:hover,
.form__radio:active,
.form__checkbox:active,
.form__radio:focus,
.form__checkbox:focus {
  border-color: #000000;
}
.form__radio:focus,
.form__checkbox:focus {
  outline: 1px solid #000000;
}
.form__checkbox {
  border-radius: 2px;
}
.form__radio::before {
  height: 0;
  width: 0;
}
.form__radio:checked::before {
  border: 5px solid transparent;
  border-radius: 100%;
  outline-offset: -6px;
  background: #6fab23;
}
.form__checkbox:checked::before {
  content: '\e876';
  font-family: "Material Icons Round";
  font-size: 20px;
  line-height: 1;
  color: #6fab23;
}
.form__radio ~ .form__label,
.form__checkbox ~ .form__label {
  position: relative;
  padding: 0;
  cursor: pointer;
  line-height: unset;
}
.form__info {
  font-size: 12px;
  line-height: 1.2;
}
.form__alert-error {
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  background: #d94a4a;
  color: #ffffff;
}
@media (min-width: 768px) {
  .form__alert-error {
    margin-bottom: 30px;
  }
}
.form__error {
  padding-top: 5px;
  color: #d94a4a;
}

.container,
.container-narrow {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container,
  .container-narrow {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-narrow {
    max-width: 991px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .container,
  .container-narrow {
    max-width: 1199px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-narrow {
    max-width: 1399px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-narrow {
    max-width: 1679px;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 1680px) {
  .container,
  .container-narrow {
    max-width: 1680px;
  }
}
.container-narrow {
  max-width: 1400px;
}
.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (min-width: 992px) {
  .row {
    margin: 0 -25px;
  }
}
.grid-item {
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .grid-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .row-two > .grid-item {
    width: 49.9%;
  }
}
@media (min-width: 992px) {
  .row-three > .grid-item {
    width: 33.2%;
  }
}
@media (min-width: 992px) {
  .row-four > .grid-item {
    width: 24.9%;
  }
}
@media (min-width: 992px) {
  .row-standalone > .grid-item {
    width: 66.4%;
  }
}
@media (min-width: 992px) {
  .row-two-one > .grid-item:first-child {
    width: 66.4%;
  }
}
@media (min-width: 992px) {
  .row-two-one > .grid-item:last-child {
    width: 33.2%;
  }
}
.row-two--footer > .grid-item:first-child {
  order: 2;
}
@media (min-width: 1200px) {
  .row-two--footer > .grid-item:first-child {
    order: 1;
    width: 58.3%;
  }
}
@media (min-width: 1400px) {
  .row-two--footer > .grid-item:first-child {
    order: 1;
    width: 49.9%;
  }
}
.row-two--footer > .grid-item:last-child {
  order: 1;
}
@media (min-width: 1200px) {
  .row-two--footer > .grid-item:last-child {
    width: 41.6%;
    order: 2;
  }
}
@media (min-width: 1400px) {
  .row-two--footer > .grid-item:last-child {
    width: 49.9%;
    order: 2;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.rich,
#tinymce {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .rich,
  #tinymce {
    margin-bottom: 60px;
  }
}
.rich ul,
#tinymce ul {
  margin-bottom: 20px;
}
.rich ul li,
#tinymce ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: .5em;
  list-style: none;
}
.rich ul li:before,
#tinymce ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #6fab23;
  content: "\2022";
  font-size: 1em;
}
.rich ol,
#tinymce ol {
  margin-bottom: 20px;
  margin-left: 20px;
}
.rich ol li,
#tinymce ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: .5em;
  list-style: decimal;
}
.rich blockquote,
#tinymce blockquote {
  margin-bottom: 30px;
}
.rich p + ul,
#tinymce p + ul {
  margin-top: -10px;
}
.rich a,
#tinymce a {
  color: #6fab23;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.rich a:hover,
#tinymce a:hover,
.rich a:focus,
#tinymce a:focus,
.rich a:active,
#tinymce a:active {
  color: #000000;
}
.rich a.button-primary,
#tinymce a.button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
  background: #6fab23;
  color: #ffffff;
  cursor: pointer;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.rich a.button-primary:hover,
#tinymce a.button-primary:hover,
.rich a.button-primary:focus,
#tinymce a.button-primary:focus,
.rich a.button-primary:active,
#tinymce a.button-primary:active {
  color: #000000;
  background: #ffffff;
  border-color: #6fab23;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15), 0 7px 10px rgba(0, 0, 0, 0.15);
}
.rich strong,
#tinymce strong {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.rich ul + h2,
#tinymce ul + h2,
.rich p + h2,
#tinymce p + h2,
.rich table + h2,
#tinymce table + h2 {
  margin-top: 40px;
}
.rich ul + h3,
#tinymce ul + h3,
.rich p + h3,
#tinymce p + h3,
.rich table + h3,
#tinymce table + h3 {
  margin-top: 30px;
}
.rich__img {
  border-radius: 4px;
}

.modal__link {
  display: block;
  border-bottom: none !important;
  font-weight: normal !important;
}
.modal__link--image {
  position: relative;
}
.modal__link--image::before {
  position: absolute;
  content: 'zoom_in';
  font-family: "Material Icons Round";
  top: 10px;
  right: 20px;
  width: 30px;
  line-height: 30px;
  font-size: 25px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #6fab23;
  border-radius: 2px;
  color: #000000;
}
.modal__link--image:hover::before,
.modal__link--image:focus::before,
.modal__link--image:active::before {
  background: #6fab23;
  color: #ffffff;
}
.modal__wrapper {
  display: none;
}
.modal__desc {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.modal__img {
  width: 100%;
  border-radius: 4px;
}
dialog {
  display: block;
  border: 0;
}
/* removes scroll when modal is opened */
.no-scroll {
  overflow: hidden;
}
/* overlay covers everything */
.simple-modal-overlay,
.simple-animated-modal-overlay,
.simple-image-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ffffff;
  opacity: .8;
  z-index: 666;
  cursor: pointer;
}
.simple-modal-overlay .invisible,
.simple-animated-modal-overlay .invisible,
.simple-image-modal-overlay .invisible {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* Image Modal */
.simple-image-modal__wrapper {
  position: relative;
}
.simple-image-modal__wrapper .simple-image-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.simple-image-modal__wrapper .simple-image-modal-title {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.simple-modal-overlay[data-background-click="disabled"],
.simple-animated-modal-overlay[data-background-click="disabled"],
.simple-image-modal-overlay[data-background-click="disabled"] {
  cursor: auto;
}
.simple-animated-modal-overlay,
.simple-image-modal-overlay {
  animation: fadewhite ease .5s 1 normal ;
}
@keyframes fadewhite {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .8;
  }
}
/* modal */
.simple-modal,
.simple-animated-modal,
.simple-image-modal {
  position: fixed;
  left: 15%;
  top: 5%;
  width: 70%;
  max-height: 98vh;
  border: 2px solid #707070;
  background: #ffffff;
  border-radius: 4px;
  z-index: 667;
  padding: 2em;
  right: auto;
  overflow: auto;
}
.simple-image-modal {
  border: 2px solid transparent;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.simple-modal-close,
.simple-animated-modal-close,
.simple-image-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
  background: #6fab23;
  color: #ffffff;
  cursor: pointer;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.simple-modal-close:hover,
.simple-animated-modal-close:hover,
.simple-image-modal-close:hover,
.simple-modal-close:focus,
.simple-animated-modal-close:focus,
.simple-image-modal-close:focus,
.simple-modal-close:active,
.simple-animated-modal-close:active,
.simple-image-modal-close:active {
  color: #000000;
  background: #ffffff;
  border-color: #6fab23;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15), 0 7px 10px rgba(0, 0, 0, 0.15);
}
.simple-animated-modal,
.simple-image-modal {
  animation: apparition ease .5s 1 normal ;
}
@keyframes apparition {
  0% {
    opacity: 0;
    max-height: 0;
    width: 0;
    left: 50%;
  }
  100% {
    opacity: 1;
    max-height: 100%;
    width: 70%;
    left: 15%;
  }
}

.mod-language {
  text-align: center;
}
.mod-language ul {
  overflow: hidden;
  text-transform: uppercase;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mod-language ul li {
  display: inline-block;
}
.mod-language ul span,
.mod-language ul a {
  display: block;
  padding: 20px 10px;
  text-decoration: none;
}
.mod-language ul span {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  cursor: default;
}
.mod-language ul a {
  color: #000000;
}

.mod-layout {
  padding-bottom: 100px;
}

.mod-logo {
  display: flex;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mod-logo a {
  display: block;
  width: 50px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (min-width: 1200px) {
  .mod-logo a {
    width: 150px;
  }
}
.mod-logo a img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.mod-shop {
  max-width: none;
  margin: 0 auto;
  text-align: center;
}
.mod-shop .container {
  max-width: 1750px;
}
.mod-shop .row {
  margin: 0 -10px;
}
.mod-shop .grid-item {
  padding: 0 10px;
}
.mod-shop h1 {
  margin-bottom: 10px;
}
.mod-shop h2 {
  margin-bottom: 40px;
}
p + .mod-shop h2 {
  margin-top: 60px;
}
.mod-shop h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.mod-shop p {
  margin-bottom: 5px;
}
.shop__logo {
  width: 200px;
  height: auto;
  margin: 20px auto 40px;
}
.shop__logo a {
  display: block;
}
.shop__products {
  position: relative;
  text-align: left;
  margin-bottom: 100px;
}
.shop__products table {
  margin-bottom: 40px;
}
.shop__products table thead {
  border-bottom: 2px solid #000000;
}
@media (max-width: 1200px) {
  .shop__products table thead {
    display: none;
  }
}
.shop__products table th,
.shop__products table td {
  text-align: left;
  vertical-align: top;
  padding: 10px;
}
@media (max-width: 1200px) {
  .shop__products table th,
  .shop__products table td {
    display: block;
    width: 100%;
  }
}
.shop__products table th:before,
.shop__products table td:before {
  display: none;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1200px) {
  .shop__products table th:before,
  .shop__products table td:before {
    display: block;
  }
}
@media (max-width: 1200px) {
  .shop__products table tr {
    border-bottom: 2px solid #000000;
  }
}
.shop__products table tr:nth-child(even) td {
  background: #eee;
}
@media (max-width: 1200px) {
  .shop__products table tr:nth-child(even) td {
    background: transparent;
  }
}
.shop__products table tfoot td {
  border-top: 1px solid #000000;
  border-bottom: 2px solid #000000;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1200px) {
  .shop__products table tfoot td {
    border: none;
  }
}
@media (max-width: 1200px) {
  .shop__products table tfoot td[colspan] {
    display: none;
  }
}
.shop__products a {
  outline: none;
}
.shop__products .shop__products--image {
  min-width: 150px;
  max-width: 200px;
}
.shop__products .shop__products--title {
  min-width: 300px;
}
.shop__products .shop__products--ingredients:before {
  content: "Zutaten: ";
}
html[lang="fr"] .shop__products .shop__products--ingredients:before {
  content: "Ingrédient: ";
}
.shop__products .shop__products--mind:before {
  content: "Haltbarkeit: ";
}
html[lang="fr"] .shop__products .shop__products--mind:before {
  content: "Durabilité: ";
}
.shop__products .shop__products--storage:before {
  content: "Lagerung: ";
}
html[lang="fr"] .shop__products .shop__products--storage:before {
  content: "Stockage: ";
}
.shop__products .shop__products--sale-unit {
  min-width: 175px;
}
.shop__products .shop__products--sale-unit:before {
  content: "Verkaufseinheit: ";
}
html[lang="fr"] .shop__products .shop__products--sale-unit:before {
  content: "Unité de vente: ";
}
.shop__products .shop__products--delivery-unit {
  min-width: 200px;
}
.shop__products .shop__products--delivery-unit:before {
  content: "Liefereinheit: ";
}
html[lang="fr"] .shop__products .shop__products--delivery-unit:before {
  content: "Unité de livraison: ";
}
.shop__products .shop__products--price-sale,
.shop__products .shop__products--price-delivery {
  min-width: 100px;
}
.shop__products .shop__products--price-sale:before {
  content: "Preis Verkaufseinheit: ";
}
html[lang="fr"] .shop__products .shop__products--price-sale:before {
  content: "Prix unité de vente: ";
}
.shop__products .shop__products--price-delivery:before {
  content: "Preis Liefereinheit: ";
}
html[lang="fr"] .shop__products .shop__products--price-delivery:before {
  content: "Prix unité de livraison: ";
}
.shop__products .shop__products--qty {
  min-width: 175px;
  max-width: 225px;
}
.shop__products .shop__products--qty:before {
  content: "Anzahl Kartons: ";
}
html[lang="fr"] .shop__products .shop__products--qty:before {
  content: "Nombre de cartons: ";
}
.shop__products--buyer {
  max-width: 600px;
  margin: 0 auto;
}
.shop__products--ingredient__toggler {
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
}
.shop__products--ingredient__toggler:hover {
  color: #6fab23;
}
.shop__products--ingredient__wrapper {
  display: none;
}
.b-helper-scroll {
  overflow-x: auto;
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.b-helper-scroll-right {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 40px;
  height: auto;
  color: #000000;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffffff',GradientType=1);
}
.b-helper-scroll-right.hidden {
  display: none;
}
.b-helper-scroll-right i {
  cursor: pointer;
  position: absolute;
  font-size: 50px;
  top: 20px;
  right: 0;
  font-weight: bold;
  font-style: normal;
}

.space-bottom-xs {
  margin-bottom: 10px;
}
.space-bottom-s {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .space-bottom-s {
    margin-bottom: 30px;
  }
}
.space-bottom-m {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .space-bottom-m {
    margin-bottom: 60px;
  }
}
.space-bottom-l {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .space-bottom-l {
    margin-bottom: 90px;
  }
}
.space-top-l {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .space-top-l {
    margin-top: 180px;
  }
}
.space-bottom-reset {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .space-bottom-reset {
    margin-bottom: 0;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.is-hidden {
  display: none;
}
.is-centered {
  text-align: center;
}
.link-primary {
  color: #6fab23;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.link-primary:hover,
.link-primary:focus,
.link-primary:active {
  color: #000000;
}
.link-secondary {
  color: #000000;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.link-secondary:hover,
.link-secondary:focus,
.link-secondary:active {
  color: #6fab23;
}
.link-white {
  color: #ffffff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: underline;
}
.link-white:hover,
.link-white:focus,
.link-white:active {
  color: #6fab23;
}
.link-icon {
  display: flex;
  align-items: center;
}
.link-icon span {
  margin-right: 3px;
}
.button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
  background: #6fab23;
  color: #ffffff;
  cursor: pointer;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button-primary:hover,
.button-primary:focus,
.button-primary:active {
  color: #000000;
  background: #ffffff;
  border-color: #6fab23;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15), 0 7px 10px rgba(0, 0, 0, 0.15);
}
.button-white {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
  background: #6fab23;
  color: #ffffff;
  cursor: pointer;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #ffffff;
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #000000;
  background: #ffffff;
  border-color: #6fab23;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15), 0 7px 10px rgba(0, 0, 0, 0.15);
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #000000;
  background: #ffffff;
  border-color: #6fab23;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15), 0 7px 10px rgba(0, 0, 0, 0.15);
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #ffffff;
  background: #000000;
}
.button-icon span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.button-icon:hover span,
.button-icon:focus span,
.button-icon:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.alert {
  display: flex;
  align-items: center;
}
.alert--error {
  padding: 20px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  background: #d94a4a;
  color: #ffffff;
  flex-direction: column;
}
@media (min-width: 768px) {
  .alert--error {
    margin-bottom: 30px;
  }
}
.alert--error .alert__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 20px 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
  background: #6fab23;
  color: #ffffff;
  cursor: pointer;
  font-family: "Work Sans", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #ffffff;
  height: auto;
  padding: 10px 15px;
  margin-top: 15px;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #000000;
  background: #ffffff;
  border-color: #6fab23;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15), 0 7px 10px rgba(0, 0, 0, 0.15);
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #000000;
  background: #ffffff;
  border-color: #6fab23;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15), 0 7px 10px rgba(0, 0, 0, 0.15);
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #ffffff;
  background: #000000;
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #000000;
  background: #ffffff;
  border-color: #6fab23;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15), 0 7px 10px rgba(0, 0, 0, 0.15);
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #000000;
  background: #ffffff;
  border-color: #6fab23;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15), 0 7px 10px rgba(0, 0, 0, 0.15);
}
.alert--error .alert__button:hover,
.alert--error .alert__button:focus,
.alert--error .alert__button:active {
  color: #ffffff;
  background: #000000;
}
.alert--error .alert__button span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.alert--error .alert__button:hover span,
.alert--error .alert__button:focus span,
.alert--error .alert__button:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.alert--error .alert__button span {
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.alert--error .alert__button:hover span,
.alert--error .alert__button:focus span,
.alert--error .alert__button:active span {
  margin-right: 20px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

