
@import url("https://fonts.googleapis.com/css?family=Muli:400,400i");
@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Remove default margin.
 */
body {
  margin: 0; }
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -0.5em; }
sub {
  bottom: -0.25em; }
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }
td,
th {
  padding: 0; }
/*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }
.delete, .modal-close, .is-unselectable, .button, #stx-newsletter .g-Button, .form .form-managed-file input[type="submit"], .pager > li a, .pager > li.pager-current, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0.625em; }
.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child), .date-heading h2:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .list:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem; }
.delete, .modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }
.delete::before, .modal-close::before, .delete::after, .modal-close::after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center; }
.delete::before, .modal-close::before {
    height: 2px;
    width: 50%; }
.delete::after, .modal-close::after {
    height: 50%;
    width: 2px; }
.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
    background-color: rgba(10, 10, 10, 0.3); }
.delete:active, .modal-close:active {
    background-color: rgba(10, 10, 10, 0.4); }
.is-small.delete, .form .form-managed-file input.delete[type="submit"], .pager > li a.delete, .pager > li.delete.pager-current, .is-small.modal-close, .form .form-managed-file input.modal-close[type="submit"], .pager > li a.modal-close, .pager > li.modal-close.pager-current {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
.is-medium.delete, .is-medium.modal-close {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
.is-large.delete, .is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }
.button.is-loading::after, #stx-newsletter .is-loading.g-Button::after, .form .form-managed-file input.is-loading[type="submit"]::after, .pager > li a.is-loading::after, .pager > li.is-loading.pager-current::after, .select.is-loading::after, .control.is-loading::after, .loader {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }
.is-overlay, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .modal, .modal-background, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
.button, #stx-newsletter .g-Button, .form .form-managed-file input[type="submit"], .pager > li a, .pager > li.pager-current, .input, #user-login .form-text,
.textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top; }
.button:focus, #stx-newsletter .g-Button:focus, .form .form-managed-file input:focus[type="submit"], .pager > li a:focus, .pager > li.pager-current:focus, .input:focus, #user-login .form-text:focus,
  .textarea:focus, .select select:focus, .file-cta:focus,
  .file-name:focus, .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus,
  .pagination-ellipsis:focus, .is-focused.button, #stx-newsletter .is-focused.g-Button, .form .form-managed-file input.is-focused[type="submit"], .pager > li a.is-focused, .pager > li.is-focused.pager-current, .is-focused.input, #user-login .is-focused.form-text,
  .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
  .is-focused.file-name, .is-focused.pagination-previous,
  .is-focused.pagination-next,
  .is-focused.pagination-link,
  .is-focused.pagination-ellipsis, .button:active, #stx-newsletter .g-Button:active, .form .form-managed-file input:active[type="submit"], .pager > li a:active, .pager > li.pager-current:active, .input:active, #user-login .form-text:active,
  .textarea:active, .select select:active, .file-cta:active,
  .file-name:active, .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active,
  .pagination-ellipsis:active, .is-active.button, #stx-newsletter .is-active.g-Button, .form .form-managed-file input.is-active[type="submit"], .pager > li a.is-active, .pager > li.is-active.pager-current, .is-active.input, #user-login .is-active.form-text,
  .is-active.textarea, .select select.is-active, .is-active.file-cta,
  .is-active.file-name, .is-active.pagination-previous,
  .is-active.pagination-next,
  .is-active.pagination-link,
  .is-active.pagination-ellipsis {
    outline: none; }
.button[disabled], #stx-newsletter .g-Button[disabled], .form .form-managed-file input[disabled][type="submit"], .pager > li a[disabled], .pager > li.pager-current[disabled], .input[disabled], #user-login .form-text[disabled],
  .textarea[disabled], .select select[disabled], .file-cta[disabled],
  .file-name[disabled], .pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled],
  .pagination-ellipsis[disabled],
  fieldset[disabled] .button,
  fieldset[disabled] #stx-newsletter .g-Button,
  #stx-newsletter fieldset[disabled] .g-Button,
  fieldset[disabled] .form .form-managed-file input[type="submit"],
  .form .form-managed-file fieldset[disabled] input[type="submit"],
  fieldset[disabled] .pager > li a,
  .pager > li fieldset[disabled] a,
  fieldset[disabled] .pager > li.pager-current,
  fieldset[disabled] .input,
  fieldset[disabled] #user-login .form-text,
  #user-login fieldset[disabled] .form-text,
  fieldset[disabled] .textarea,
  fieldset[disabled] .select select,
  .select fieldset[disabled] select,
  fieldset[disabled] .file-cta,
  fieldset[disabled] .file-name,
  fieldset[disabled] .pagination-previous,
  fieldset[disabled] .pagination-next,
  fieldset[disabled] .pagination-link,
  fieldset[disabled] .pagination-ellipsis {
    cursor: not-allowed; }
/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }
ul {
  list-style: none; }
button,
input,
select,
textarea {
  margin: 0; }
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%; }
audio {
  max-width: 100%; }
iframe {
  border: 0; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
td,
th {
  padding: 0;
  text-align: left; }
html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }
body,
button,
input,
select,
textarea {
  font-family: "Muli", sans-serif; }
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace; }
body {
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }
a {
  color: #0a0a0a;
  cursor: pointer;
  text-decoration: none; }
a strong {
    color: currentColor; }
a:hover {
    color: #363636; }
code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em; }
hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0; }
img {
  height: auto;
  max-width: 100%; }
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }
small {
  font-size: 0.875em; }
span {
  font-style: inherit;
  font-weight: inherit; }
strong {
  color: #363636;
  font-weight: 700; }
fieldset {
  border: none; }
pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #0a0a0a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal; }
pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0; }
table td,
table th {
  text-align: left;
  vertical-align: top; }
table th {
  color: #363636; }
.is-clearfix::after {
  clear: both;
  content: " ";
  display: table; }
.is-pulled-left {
  float: left !important; }
.is-pulled-right {
  float: right !important; }
.is-clipped {
  overflow: hidden !important; }
.is-size-1, .search-form label {
  font-size: 3rem !important; }
.is-size-2, .date-heading h2 {
  font-size: 2.5rem !important; }
.is-size-3 {
  font-size: 2rem !important; }
.is-size-4 {
  font-size: 1.5rem !important; }
.is-size-5 {
  font-size: 1.25rem !important; }
.is-size-6 {
  font-size: 1rem !important; }
.is-size-7 {
  font-size: 0.75rem !important; }
@media screen and (max-width: 639px) {
  .is-size-1-mobile {
    font-size: 3rem !important; }
  .is-size-2-mobile {
    font-size: 2.5rem !important; }
  .is-size-3-mobile {
    font-size: 2rem !important; }
  .is-size-4-mobile {
    font-size: 1.5rem !important; }
  .is-size-5-mobile {
    font-size: 1.25rem !important; }
  .is-size-6-mobile {
    font-size: 1rem !important; }
  .is-size-7-mobile {
    font-size: 0.75rem !important; } }
@media screen and (min-width: 640px), print {
  .is-size-1-tablet {
    font-size: 3rem !important; }
  .is-size-2-tablet {
    font-size: 2.5rem !important; }
  .is-size-3-tablet {
    font-size: 2rem !important; }
  .is-size-4-tablet {
    font-size: 1.5rem !important; }
  .is-size-5-tablet {
    font-size: 1.25rem !important; }
  .is-size-6-tablet {
    font-size: 1rem !important; }
  .is-size-7-tablet {
    font-size: 0.75rem !important; } }
@media screen and (max-width: 1087px) {
  .is-size-1-touch {
    font-size: 3rem !important; }
  .is-size-2-touch {
    font-size: 2.5rem !important; }
  .is-size-3-touch {
    font-size: 2rem !important; }
  .is-size-4-touch {
    font-size: 1.5rem !important; }
  .is-size-5-touch {
    font-size: 1.25rem !important; }
  .is-size-6-touch {
    font-size: 1rem !important; }
  .is-size-7-touch {
    font-size: 0.75rem !important; } }
@media screen and (min-width: 1088px) {
  .is-size-1-desktop {
    font-size: 3rem !important; }
  .is-size-2-desktop {
    font-size: 2.5rem !important; }
  .is-size-3-desktop {
    font-size: 2rem !important; }
  .is-size-4-desktop {
    font-size: 1.5rem !important; }
  .is-size-5-desktop {
    font-size: 1.25rem !important; }
  .is-size-6-desktop {
    font-size: 1rem !important; }
  .is-size-7-desktop {
    font-size: 0.75rem !important; } }
@media screen and (min-width: 1280px) {
  .is-size-1-widescreen {
    font-size: 3rem !important; }
  .is-size-2-widescreen {
    font-size: 2.5rem !important; }
  .is-size-3-widescreen {
    font-size: 2rem !important; }
  .is-size-4-widescreen {
    font-size: 1.5rem !important; }
  .is-size-5-widescreen {
    font-size: 1.25rem !important; }
  .is-size-6-widescreen {
    font-size: 1rem !important; }
  .is-size-7-widescreen {
    font-size: 0.75rem !important; } }
@media screen and (min-width: 1472px) {
  .is-size-1-fullhd {
    font-size: 3rem !important; }
  .is-size-2-fullhd {
    font-size: 2.5rem !important; }
  .is-size-3-fullhd {
    font-size: 2rem !important; }
  .is-size-4-fullhd {
    font-size: 1.5rem !important; }
  .is-size-5-fullhd {
    font-size: 1.25rem !important; }
  .is-size-6-fullhd {
    font-size: 1rem !important; }
  .is-size-7-fullhd {
    font-size: 0.75rem !important; } }
.has-text-centered {
  text-align: center !important; }
.has-text-justified {
  text-align: justify !important; }
.has-text-left {
  text-align: left !important; }
.has-text-right {
  text-align: right !important; }
@media screen and (max-width: 639px) {
  .has-text-centered-mobile {
    text-align: center !important; } }
@media screen and (min-width: 640px), print {
  .has-text-centered-tablet {
    text-align: center !important; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }
@media screen and (max-width: 1087px) {
  .has-text-centered-touch {
    text-align: center !important; } }
@media screen and (min-width: 1088px) {
  .has-text-centered-desktop {
    text-align: center !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }
@media screen and (min-width: 1280px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-centered-widescreen-only {
    text-align: center !important; } }
@media screen and (min-width: 1472px) {
  .has-text-centered-fullhd {
    text-align: center !important; } }
@media screen and (max-width: 639px) {
  .has-text-justified-mobile {
    text-align: justify !important; } }
@media screen and (min-width: 640px), print {
  .has-text-justified-tablet {
    text-align: justify !important; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
  .has-text-justified-tablet-only {
    text-align: justify !important; } }
@media screen and (max-width: 1087px) {
  .has-text-justified-touch {
    text-align: justify !important; } }
@media screen and (min-width: 1088px) {
  .has-text-justified-desktop {
    text-align: justify !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-justified-desktop-only {
    text-align: justify !important; } }
@media screen and (min-width: 1280px) {
  .has-text-justified-widescreen {
    text-align: justify !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important; } }
@media screen and (min-width: 1472px) {
  .has-text-justified-fullhd {
    text-align: justify !important; } }
@media screen and (max-width: 639px) {
  .has-text-left-mobile {
    text-align: left !important; } }
@media screen and (min-width: 640px), print {
  .has-text-left-tablet {
    text-align: left !important; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
  .has-text-left-tablet-only {
    text-align: left !important; } }
@media screen and (max-width: 1087px) {
  .has-text-left-touch {
    text-align: left !important; } }
@media screen and (min-width: 1088px) {
  .has-text-left-desktop {
    text-align: left !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }
@media screen and (min-width: 1280px) {
  .has-text-left-widescreen {
    text-align: left !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-left-widescreen-only {
    text-align: left !important; } }
@media screen and (min-width: 1472px) {
  .has-text-left-fullhd {
    text-align: left !important; } }
@media screen and (max-width: 639px) {
  .has-text-right-mobile {
    text-align: right !important; } }
@media screen and (min-width: 640px), print {
  .has-text-right-tablet {
    text-align: right !important; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
  .has-text-right-tablet-only {
    text-align: right !important; } }
@media screen and (max-width: 1087px) {
  .has-text-right-touch {
    text-align: right !important; } }
@media screen and (min-width: 1088px) {
  .has-text-right-desktop {
    text-align: right !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }
@media screen and (min-width: 1280px) {
  .has-text-right-widescreen {
    text-align: right !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-right-widescreen-only {
    text-align: right !important; } }
@media screen and (min-width: 1472px) {
  .has-text-right-fullhd {
    text-align: right !important; } }
.is-capitalized {
  text-transform: capitalize !important; }
.is-lowercase {
  text-transform: lowercase !important; }
.is-uppercase {
  text-transform: uppercase !important; }
.is-italic {
  font-style: italic !important; }
.has-text-white {
  color: white !important; }
a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important; }
.has-background-white {
  background-color: white !important; }
.has-text-black {
  color: #0a0a0a !important; }
a.has-text-black:hover, a.has-text-black:focus {
  color: black !important; }
.has-background-black {
  background-color: #0a0a0a !important; }
.has-text-light {
  color: whitesmoke !important; }
a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important; }
.has-background-light {
  background-color: whitesmoke !important; }
.has-text-dark {
  color: #363636 !important; }
a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important; }
.has-background-dark {
  background-color: #363636 !important; }
.has-text-primary {
  color: #3DD52F !important; }
a.has-text-primary:hover, a.has-text-primary:focus {
  color: #2fae23 !important; }
.has-background-primary {
  background-color: #3DD52F !important; }
.has-text-link {
  color: #0a0a0a !important; }
a.has-text-link:hover, a.has-text-link:focus {
  color: black !important; }
.has-background-link {
  background-color: #0a0a0a !important; }
.has-text-info {
  color: #209cee !important; }
a.has-text-info:hover, a.has-text-info:focus {
  color: #0f81cc !important; }
.has-background-info {
  background-color: #209cee !important; }
.has-text-success {
  color: #23d160 !important; }
a.has-text-success:hover, a.has-text-success:focus {
  color: #1ca64c !important; }
.has-background-success {
  background-color: #23d160 !important; }
.has-text-warning {
  color: #ffdd57 !important; }
a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd324 !important; }
.has-background-warning {
  background-color: #ffdd57 !important; }
.has-text-danger {
  color: #ff3860 !important; }
a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ff0537 !important; }
.has-background-danger {
  background-color: #ff3860 !important; }
.has-text-black-bis {
  color: #121212 !important; }
.has-background-black-bis {
  background-color: #121212 !important; }
.has-text-black-ter {
  color: #242424 !important; }
.has-background-black-ter {
  background-color: #242424 !important; }
.has-text-grey-darker {
  color: #363636 !important; }
.has-background-grey-darker {
  background-color: #363636 !important; }
.has-text-grey-dark {
  color: #4a4a4a !important; }
.has-background-grey-dark {
  background-color: #4a4a4a !important; }
.has-text-grey {
  color: #7a7a7a !important; }
.has-background-grey {
  background-color: #7a7a7a !important; }
.has-text-grey-light {
  color: #b5b5b5 !important; }
.has-background-grey-light {
  background-color: #b5b5b5 !important; }
.has-text-grey-lighter {
  color: #dbdbdb !important; }
.has-background-grey-lighter {
  background-color: #dbdbdb !important; }
.has-text-white-ter {
  color: whitesmoke !important; }
.has-background-white-ter {
  background-color: whitesmoke !important; }
.has-text-white-bis {
  color: #fafafa !important; }
.has-background-white-bis {
  background-color: #fafafa !important; }
.has-text-weight-light {
  font-weight: 300 !important; }
.has-text-weight-normal {
  font-weight: 400 !important; }
.has-text-weight-semibold {
  font-weight: 600 !important; }
.has-text-weight-bold {
  font-weight: 700 !important; }
.is-family-primary {
  font-family: "Muli", sans-serif !important; }
.is-family-secondary {
  font-family: "Muli", sans-serif !important; }
.is-family-sans-serif {
  font-family: "Muli", sans-serif !important; }
.is-family-monospace {
  font-family: monospace !important; }
.is-family-code {
  font-family: monospace !important; }
.is-block {
  display: block !important; }
@media screen and (max-width: 639px) {
  .is-block-mobile {
    display: block !important; } }
@media screen and (min-width: 640px), print {
  .is-block-tablet {
    display: block !important; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
  .is-block-tablet-only {
    display: block !important; } }
@media screen and (max-width: 1087px) {
  .is-block-touch {
    display: block !important; } }
@media screen and (min-width: 1088px) {
  .is-block-desktop {
    display: block !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-block-desktop-only {
    display: block !important; } }
@media screen and (min-width: 1280px) {
  .is-block-widescreen {
    display: block !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-block-widescreen-only {
    display: block !important; } }
@media screen and (min-width: 1472px) {
  .is-block-fullhd {
    display: block !important; } }
.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
@media screen and (max-width: 639px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (min-width: 640px), print {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (max-width: 1087px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (min-width: 1088px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (min-width: 1280px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-flex-widescreen-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (min-width: 1472px) {
  .is-flex-fullhd {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
.is-inline {
  display: inline !important; }
@media screen and (max-width: 639px) {
  .is-inline-mobile {
    display: inline !important; } }
@media screen and (min-width: 640px), print {
  .is-inline-tablet {
    display: inline !important; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
  .is-inline-tablet-only {
    display: inline !important; } }
@media screen and (max-width: 1087px) {
  .is-inline-touch {
    display: inline !important; } }
@media screen and (min-width: 1088px) {
  .is-inline-desktop {
    display: inline !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-desktop-only {
    display: inline !important; } }
@media screen and (min-width: 1280px) {
  .is-inline-widescreen {
    display: inline !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-widescreen-only {
    display: inline !important; } }
@media screen and (min-width: 1472px) {
  .is-inline-fullhd {
    display: inline !important; } }
.is-inline-block {
  display: inline-block !important; }
@media screen and (max-width: 639px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }
@media screen and (min-width: 640px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }
@media screen and (max-width: 1087px) {
  .is-inline-block-touch {
    display: inline-block !important; } }
@media screen and (min-width: 1088px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }
@media screen and (min-width: 1280px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important; } }
@media screen and (min-width: 1472px) {
  .is-inline-block-fullhd {
    display: inline-block !important; } }
.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }
@media screen and (max-width: 639px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (min-width: 640px), print {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (max-width: 1087px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (min-width: 1088px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (min-width: 1280px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-flex-widescreen-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (min-width: 1472px) {
  .is-inline-flex-fullhd {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.is-hidden {
  display: none !important; }
.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important; }
@media screen and (max-width: 639px) {
  .is-hidden-mobile {
    display: none !important; } }
@media screen and (min-width: 640px), print {
  .is-hidden-tablet {
    display: none !important; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
  .is-hidden-tablet-only {
    display: none !important; } }
@media screen and (max-width: 1087px) {
  .is-hidden-touch {
    display: none !important; } }
@media screen and (min-width: 1088px) {
  .is-hidden-desktop {
    display: none !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-hidden-desktop-only {
    display: none !important; } }
@media screen and (min-width: 1280px) {
  .is-hidden-widescreen {
    display: none !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-hidden-widescreen-only {
    display: none !important; } }
@media screen and (min-width: 1472px) {
  .is-hidden-fullhd {
    display: none !important; } }
.is-invisible {
  visibility: hidden !important; }
@media screen and (max-width: 639px) {
  .is-invisible-mobile {
    visibility: hidden !important; } }
@media screen and (min-width: 640px), print {
  .is-invisible-tablet {
    visibility: hidden !important; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }
@media screen and (max-width: 1087px) {
  .is-invisible-touch {
    visibility: hidden !important; } }
@media screen and (min-width: 1088px) {
  .is-invisible-desktop {
    visibility: hidden !important; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-invisible-desktop-only {
    visibility: hidden !important; } }
@media screen and (min-width: 1280px) {
  .is-invisible-widescreen {
    visibility: hidden !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important; } }
@media screen and (min-width: 1472px) {
  .is-invisible-fullhd {
    visibility: hidden !important; } }
.is-marginless {
  margin: 0 !important; }
.is-paddingless {
  padding: 0 !important; }
.is-radiusless {
  border-radius: 0 !important; }
.is-shadowless {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
.box {
  background-color: white;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
  display: block;
  padding: 1.25rem; }
a.box:hover, a.box:focus {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #0a0a0a;
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #0a0a0a; }
a.box:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #0a0a0a;
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #0a0a0a; }
.button, #stx-newsletter .g-Button, .form .form-managed-file input[type="submit"], .pager > li a, .pager > li.pager-current {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap; }
.button strong, #stx-newsletter .g-Button strong, .form .form-managed-file input[type="submit"] strong, .pager > li a strong, .pager > li.pager-current strong {
    color: inherit; }
.button .icon, #stx-newsletter .g-Button .icon, .form .form-managed-file input[type="submit"] .icon, .pager > li a .icon, .pager > li.pager-current .icon, .button .icon.is-small, #stx-newsletter .g-Button .icon.is-small, .form .form-managed-file input[type="submit"] .icon.is-small, .pager > li a .icon.is-small, .pager > li.pager-current .icon.is-small, .button .form .form-managed-file input.icon[type="submit"], .form .form-managed-file .button input.icon[type="submit"], #stx-newsletter .g-Button .form .form-managed-file input.icon[type="submit"], .form .form-managed-file #stx-newsletter .g-Button input.icon[type="submit"], .form .form-managed-file input[type="submit"] input.icon[type="submit"], .pager > li a .form .form-managed-file input.icon[type="submit"], .form .form-managed-file .pager > li a input.icon[type="submit"], .pager > li.pager-current .form .form-managed-file input.icon[type="submit"], .form .form-managed-file .pager > li.pager-current input.icon[type="submit"], .button .pager > li a.icon, .pager > li .button a.icon, #stx-newsletter .g-Button .pager > li a.icon, .pager > li #stx-newsletter .g-Button a.icon, .form .form-managed-file input[type="submit"] .pager > li a.icon, .pager > li .form .form-managed-file input[type="submit"] a.icon, .pager > li a a.icon, .pager > li.pager-current a.icon, .button .pager > li.icon.pager-current, #stx-newsletter .g-Button .pager > li.icon.pager-current, .form .form-managed-file input[type="submit"] .pager > li.icon.pager-current, .pager > li a .pager > li.icon.pager-current, .pager > li.pager-current .pager > li.icon.pager-current, .button .icon.is-medium, #stx-newsletter .g-Button .icon.is-medium, .form .form-managed-file input[type="submit"] .icon.is-medium, .pager > li a .icon.is-medium, .pager > li.pager-current .icon.is-medium, .button .icon.is-large, #stx-newsletter .g-Button .icon.is-large, .form .form-managed-file input[type="submit"] .icon.is-large, .pager > li a .icon.is-large, .pager > li.pager-current .icon.is-large {
    height: 1.5em;
    width: 1.5em; }
.button .icon:first-child:not(:last-child), #stx-newsletter .g-Button .icon:first-child:not(:last-child), .form .form-managed-file input[type="submit"] .icon:first-child:not(:last-child), .pager > li a .icon:first-child:not(:last-child), .pager > li.pager-current .icon:first-child:not(:last-child) {
    margin-left: calc(-0.375em - 1px);
    margin-right: 0.1875em; }
.button .icon:last-child:not(:first-child), #stx-newsletter .g-Button .icon:last-child:not(:first-child), .form .form-managed-file input[type="submit"] .icon:last-child:not(:first-child), .pager > li a .icon:last-child:not(:first-child), .pager > li.pager-current .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: calc(-0.375em - 1px); }
.button .icon:first-child:last-child, #stx-newsletter .g-Button .icon:first-child:last-child, .form .form-managed-file input[type="submit"] .icon:first-child:last-child, .pager > li a .icon:first-child:last-child, .pager > li.pager-current .icon:first-child:last-child {
    margin-left: calc(-0.375em - 1px);
    margin-right: calc(-0.375em - 1px); }
.button:hover, #stx-newsletter .g-Button:hover, .form .form-managed-file input:hover[type="submit"], .pager > li a:hover, .pager > li.pager-current:hover, .button.is-hovered, #stx-newsletter .is-hovered.g-Button, .form .form-managed-file input.is-hovered[type="submit"], .pager > li a.is-hovered, .pager > li.is-hovered.pager-current {
    border-color: #b5b5b5;
    color: #363636; }
.button:focus, #stx-newsletter .g-Button:focus, .form .form-managed-file input:focus[type="submit"], .pager > li a:focus, .pager > li.pager-current:focus, .button.is-focused, #stx-newsletter .is-focused.g-Button, .form .form-managed-file input.is-focused[type="submit"], .pager > li a.is-focused, .pager > li.is-focused.pager-current {
    border-color: #3273dc;
    color: #363636; }
.button:focus:not(:active), #stx-newsletter .g-Button:focus:not(:active), .form .form-managed-file input:focus:not(:active)[type="submit"], .pager > li a:focus:not(:active), .pager > li.pager-current:focus:not(:active), .button.is-focused:not(:active), #stx-newsletter .is-focused.g-Button:not(:active), .form .form-managed-file input.is-focused:not(:active)[type="submit"], .pager > li a.is-focused:not(:active), .pager > li.is-focused.pager-current:not(:active) {
      -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
              box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
.button:active, #stx-newsletter .g-Button:active, .form .form-managed-file input:active[type="submit"], .pager > li a:active, .pager > li.pager-current:active, .button.is-active, #stx-newsletter .is-active.g-Button, .form .form-managed-file input.is-active[type="submit"], .pager > li a.is-active, .pager > li.is-active.pager-current {
    border-color: #4a4a4a;
    color: #363636; }
.button.is-text, #stx-newsletter .is-text.g-Button, .form .form-managed-file input.is-text[type="submit"], .pager > li a.is-text, .pager > li.is-text.pager-current {
    background-color: transparent;
    border-color: transparent;
    color: #0a0a0a;
    text-decoration: underline; }
.button.is-text:hover, #stx-newsletter .is-text.g-Button:hover, .form .form-managed-file input.is-text:hover[type="submit"], .pager > li a.is-text:hover, .pager > li.is-text.pager-current:hover, .button.is-text.is-hovered, #stx-newsletter .is-text.is-hovered.g-Button, .form .form-managed-file input.is-text.is-hovered[type="submit"], .pager > li a.is-text.is-hovered, .pager > li.is-text.is-hovered.pager-current, .button.is-text:focus, #stx-newsletter .is-text.g-Button:focus, .form .form-managed-file input.is-text:focus[type="submit"], .pager > li a.is-text:focus, .pager > li.is-text.pager-current:focus, .button.is-text.is-focused, #stx-newsletter .is-text.is-focused.g-Button, .form .form-managed-file input.is-text.is-focused[type="submit"], .pager > li a.is-text.is-focused, .pager > li.is-text.is-focused.pager-current {
      background-color: whitesmoke;
      color: #363636; }
.button.is-text:active, #stx-newsletter .is-text.g-Button:active, .form .form-managed-file input.is-text:active[type="submit"], .pager > li a.is-text:active, .pager > li.is-text.pager-current:active, .button.is-text.is-active, #stx-newsletter .is-text.is-active.g-Button, .form .form-managed-file input.is-text.is-active[type="submit"], .pager > li a.is-text.is-active, .pager > li.is-text.is-active.pager-current {
      background-color: #e8e8e8;
      color: #363636; }
.button.is-text[disabled], #stx-newsletter .is-text.g-Button[disabled], .form .form-managed-file input.is-text[disabled][type="submit"], .pager > li a.is-text[disabled], .pager > li.is-text.pager-current[disabled],
    fieldset[disabled] .button.is-text,
    fieldset[disabled] #stx-newsletter .is-text.g-Button,
    #stx-newsletter fieldset[disabled] .is-text.g-Button,
    fieldset[disabled] .form .form-managed-file input.is-text[type="submit"],
    .form .form-managed-file fieldset[disabled] input.is-text[type="submit"],
    fieldset[disabled] .pager > li a.is-text,
    .pager > li fieldset[disabled] a.is-text,
    fieldset[disabled] .pager > li.is-text.pager-current {
      background-color: transparent;
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
.button.is-white, #stx-newsletter .is-white.g-Button, .form .form-managed-file input.is-white[type="submit"], .pager > li a.is-white, .pager > li.is-white.pager-current {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
.button.is-white:hover, #stx-newsletter .is-white.g-Button:hover, .form .form-managed-file input.is-white:hover[type="submit"], .pager > li a.is-white:hover, .pager > li.is-white.pager-current:hover, .button.is-white.is-hovered, #stx-newsletter .is-white.is-hovered.g-Button, .form .form-managed-file input.is-white.is-hovered[type="submit"], .pager > li a.is-white.is-hovered, .pager > li.is-white.is-hovered.pager-current {
      background-color: #f9f9f9;
      border-color: transparent;
      color: #0a0a0a; }
.button.is-white:focus, #stx-newsletter .is-white.g-Button:focus, .form .form-managed-file input.is-white:focus[type="submit"], .pager > li a.is-white:focus, .pager > li.is-white.pager-current:focus, .button.is-white.is-focused, #stx-newsletter .is-white.is-focused.g-Button, .form .form-managed-file input.is-white.is-focused[type="submit"], .pager > li a.is-white.is-focused, .pager > li.is-white.is-focused.pager-current {
      border-color: transparent;
      color: #0a0a0a; }
.button.is-white:focus:not(:active), #stx-newsletter .is-white.g-Button:focus:not(:active), .form .form-managed-file input.is-white:focus:not(:active)[type="submit"], .pager > li a.is-white:focus:not(:active), .pager > li.is-white.pager-current:focus:not(:active), .button.is-white.is-focused:not(:active), #stx-newsletter .is-white.is-focused.g-Button:not(:active), .form .form-managed-file input.is-white.is-focused:not(:active)[type="submit"], .pager > li a.is-white.is-focused:not(:active), .pager > li.is-white.is-focused.pager-current:not(:active) {
        -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
                box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
.button.is-white:active, #stx-newsletter .is-white.g-Button:active, .form .form-managed-file input.is-white:active[type="submit"], .pager > li a.is-white:active, .pager > li.is-white.pager-current:active, .button.is-white.is-active, #stx-newsletter .is-white.is-active.g-Button, .form .form-managed-file input.is-white.is-active[type="submit"], .pager > li a.is-white.is-active, .pager > li.is-white.is-active.pager-current {
      background-color: #f2f2f2;
      border-color: transparent;
      color: #0a0a0a; }
.button.is-white[disabled], #stx-newsletter .is-white.g-Button[disabled], .form .form-managed-file input.is-white[disabled][type="submit"], .pager > li a.is-white[disabled], .pager > li.is-white.pager-current[disabled],
    fieldset[disabled] .button.is-white,
    fieldset[disabled] #stx-newsletter .is-white.g-Button,
    #stx-newsletter fieldset[disabled] .is-white.g-Button,
    fieldset[disabled] .form .form-managed-file input.is-white[type="submit"],
    .form .form-managed-file fieldset[disabled] input.is-white[type="submit"],
    fieldset[disabled] .pager > li a.is-white,
    .pager > li fieldset[disabled] a.is-white,
    fieldset[disabled] .pager > li.is-white.pager-current {
      background-color: white;
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
.button.is-white.is-inverted, #stx-newsletter .is-white.is-inverted.g-Button, .form .form-managed-file input.is-white.is-inverted[type="submit"], .pager > li a.is-white.is-inverted, .pager > li.is-white.is-inverted.pager-current {
      background-color: #0a0a0a;
      color: white; }
.button.is-white.is-inverted:hover, #stx-newsletter .is-white.is-inverted.g-Button:hover, .form .form-managed-file input.is-white.is-inverted:hover[type="submit"], .pager > li a.is-white.is-inverted:hover, .pager > li.is-white.is-inverted.pager-current:hover {
        background-color: black; }
.button.is-white.is-inverted[disabled], #stx-newsletter .is-white.is-inverted.g-Button[disabled], .form .form-managed-file input.is-white.is-inverted[disabled][type="submit"], .pager > li a.is-white.is-inverted[disabled], .pager > li.is-white.is-inverted.pager-current[disabled],
      fieldset[disabled] .button.is-white.is-inverted,
      fieldset[disabled] #stx-newsletter .is-white.is-inverted.g-Button,
      #stx-newsletter fieldset[disabled] .is-white.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-white.is-inverted[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-white.is-inverted[type="submit"],
      fieldset[disabled] .pager > li a.is-white.is-inverted,
      .pager > li fieldset[disabled] a.is-white.is-inverted,
      fieldset[disabled] .pager > li.is-white.is-inverted.pager-current {
        background-color: #0a0a0a;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: white; }
.button.is-white.is-loading::after, #stx-newsletter .is-white.is-loading.g-Button::after, .form .form-managed-file input.is-white.is-loading[type="submit"]::after, .pager > li a.is-white.is-loading::after, .pager > li.is-white.is-loading.pager-current::after {
      border-color: transparent transparent #0a0a0a #0a0a0a !important; }
.button.is-white.is-outlined, #stx-newsletter .is-white.is-outlined.g-Button, #stx-newsletter .pager > li a.is-white.g-Button, .pager > li #stx-newsletter a.is-white.g-Button, .form .form-managed-file input.is-white.is-outlined[type="submit"], .pager > li a.is-white, .pager > li.is-white.is-outlined.pager-current {
      background-color: transparent;
      border-color: white;
      color: white; }
.button.is-white.is-outlined:hover, #stx-newsletter .is-white.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-white.g-Button:hover, .pager > li #stx-newsletter a.is-white.g-Button:hover, .form .form-managed-file input.is-white.is-outlined:hover[type="submit"], .pager > li a.is-white:hover, .pager > li.is-white.is-outlined.pager-current:hover, .button.is-white.is-outlined:focus, #stx-newsletter .is-white.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-white.g-Button:focus, .pager > li #stx-newsletter a.is-white.g-Button:focus, .form .form-managed-file input.is-white.is-outlined:focus[type="submit"], .pager > li a.is-white:focus, .pager > li.is-white.is-outlined.pager-current:focus {
        background-color: white;
        border-color: white;
        color: #0a0a0a; }
.button.is-white.is-outlined.is-loading::after, #stx-newsletter .is-white.is-outlined.is-loading.g-Button::after, #stx-newsletter .pager > li a.is-white.is-loading.g-Button::after, .pager > li #stx-newsletter a.is-white.is-loading.g-Button::after, .form .form-managed-file input.is-white.is-outlined.is-loading[type="submit"]::after, .pager > li a.is-white.is-loading::after, .pager > li.is-white.is-outlined.is-loading.pager-current::after {
        border-color: transparent transparent white white !important; }
.button.is-white.is-outlined[disabled], #stx-newsletter .is-white.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-white.g-Button[disabled], .pager > li #stx-newsletter a.is-white.g-Button[disabled], .form .form-managed-file input.is-white.is-outlined[disabled][type="submit"], .pager > li a.is-white[disabled], .pager > li.is-white.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-white.is-outlined,
      fieldset[disabled] #stx-newsletter .is-white.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-white.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-white.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-white.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-white.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-white.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-white.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-white.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-white,
      .pager > li fieldset[disabled] a.is-white,
      fieldset[disabled] .pager > li.is-white.is-outlined.pager-current {
        background-color: transparent;
        border-color: white;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: white; }
.button.is-white.is-inverted.is-outlined, #stx-newsletter .is-white.is-inverted.is-outlined.g-Button, #stx-newsletter .pager > li a.is-white.is-inverted.g-Button, .pager > li #stx-newsletter a.is-white.is-inverted.g-Button, .form .form-managed-file input.is-white.is-inverted.is-outlined[type="submit"], .pager > li a.is-white.is-inverted, .pager > li.is-white.is-inverted.is-outlined.pager-current {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
.button.is-white.is-inverted.is-outlined:hover, #stx-newsletter .is-white.is-inverted.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-white.is-inverted.g-Button:hover, .pager > li #stx-newsletter a.is-white.is-inverted.g-Button:hover, .form .form-managed-file input.is-white.is-inverted.is-outlined:hover[type="submit"], .pager > li a.is-white.is-inverted:hover, .pager > li.is-white.is-inverted.is-outlined.pager-current:hover, .button.is-white.is-inverted.is-outlined:focus, #stx-newsletter .is-white.is-inverted.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-white.is-inverted.g-Button:focus, .pager > li #stx-newsletter a.is-white.is-inverted.g-Button:focus, .form .form-managed-file input.is-white.is-inverted.is-outlined:focus[type="submit"], .pager > li a.is-white.is-inverted:focus, .pager > li.is-white.is-inverted.is-outlined.pager-current:focus {
        background-color: #0a0a0a;
        color: white; }
.button.is-white.is-inverted.is-outlined[disabled], #stx-newsletter .is-white.is-inverted.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-white.is-inverted.g-Button[disabled], .pager > li #stx-newsletter a.is-white.is-inverted.g-Button[disabled], .form .form-managed-file input.is-white.is-inverted.is-outlined[disabled][type="submit"], .pager > li a.is-white.is-inverted[disabled], .pager > li.is-white.is-inverted.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-white.is-inverted.is-outlined,
      fieldset[disabled] #stx-newsletter .is-white.is-inverted.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-white.is-inverted.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-white.is-inverted.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-white.is-inverted.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-white.is-inverted.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-white.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-white.is-inverted.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-white.is-inverted.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-white.is-inverted,
      .pager > li fieldset[disabled] a.is-white.is-inverted,
      fieldset[disabled] .pager > li.is-white.is-inverted.is-outlined.pager-current {
        background-color: transparent;
        border-color: #0a0a0a;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #0a0a0a; }
.button.is-black, #stx-newsletter .is-black.g-Button, .form .form-managed-file input.is-black[type="submit"], .pager > li a.is-black, .pager > li.is-black.pager-current {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
.button.is-black:hover, #stx-newsletter .is-black.g-Button:hover, .form .form-managed-file input.is-black:hover[type="submit"], .pager > li a.is-black:hover, .pager > li.is-black.pager-current:hover, .button.is-black.is-hovered, #stx-newsletter .is-black.is-hovered.g-Button, .form .form-managed-file input.is-black.is-hovered[type="submit"], .pager > li a.is-black.is-hovered, .pager > li.is-black.is-hovered.pager-current {
      background-color: #040404;
      border-color: transparent;
      color: white; }
.button.is-black:focus, #stx-newsletter .is-black.g-Button:focus, .form .form-managed-file input.is-black:focus[type="submit"], .pager > li a.is-black:focus, .pager > li.is-black.pager-current:focus, .button.is-black.is-focused, #stx-newsletter .is-black.is-focused.g-Button, .form .form-managed-file input.is-black.is-focused[type="submit"], .pager > li a.is-black.is-focused, .pager > li.is-black.is-focused.pager-current {
      border-color: transparent;
      color: white; }
.button.is-black:focus:not(:active), #stx-newsletter .is-black.g-Button:focus:not(:active), .form .form-managed-file input.is-black:focus:not(:active)[type="submit"], .pager > li a.is-black:focus:not(:active), .pager > li.is-black.pager-current:focus:not(:active), .button.is-black.is-focused:not(:active), #stx-newsletter .is-black.is-focused.g-Button:not(:active), .form .form-managed-file input.is-black.is-focused:not(:active)[type="submit"], .pager > li a.is-black.is-focused:not(:active), .pager > li.is-black.is-focused.pager-current:not(:active) {
        -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
                box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
.button.is-black:active, #stx-newsletter .is-black.g-Button:active, .form .form-managed-file input.is-black:active[type="submit"], .pager > li a.is-black:active, .pager > li.is-black.pager-current:active, .button.is-black.is-active, #stx-newsletter .is-black.is-active.g-Button, .form .form-managed-file input.is-black.is-active[type="submit"], .pager > li a.is-black.is-active, .pager > li.is-black.is-active.pager-current {
      background-color: black;
      border-color: transparent;
      color: white; }
.button.is-black[disabled], #stx-newsletter .is-black.g-Button[disabled], .form .form-managed-file input.is-black[disabled][type="submit"], .pager > li a.is-black[disabled], .pager > li.is-black.pager-current[disabled],
    fieldset[disabled] .button.is-black,
    fieldset[disabled] #stx-newsletter .is-black.g-Button,
    #stx-newsletter fieldset[disabled] .is-black.g-Button,
    fieldset[disabled] .form .form-managed-file input.is-black[type="submit"],
    .form .form-managed-file fieldset[disabled] input.is-black[type="submit"],
    fieldset[disabled] .pager > li a.is-black,
    .pager > li fieldset[disabled] a.is-black,
    fieldset[disabled] .pager > li.is-black.pager-current {
      background-color: #0a0a0a;
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
.button.is-black.is-inverted, #stx-newsletter .is-black.is-inverted.g-Button, .form .form-managed-file input.is-black.is-inverted[type="submit"], .pager > li a.is-black.is-inverted, .pager > li.is-black.is-inverted.pager-current {
      background-color: white;
      color: #0a0a0a; }
.button.is-black.is-inverted:hover, #stx-newsletter .is-black.is-inverted.g-Button:hover, .form .form-managed-file input.is-black.is-inverted:hover[type="submit"], .pager > li a.is-black.is-inverted:hover, .pager > li.is-black.is-inverted.pager-current:hover {
        background-color: #f2f2f2; }
.button.is-black.is-inverted[disabled], #stx-newsletter .is-black.is-inverted.g-Button[disabled], .form .form-managed-file input.is-black.is-inverted[disabled][type="submit"], .pager > li a.is-black.is-inverted[disabled], .pager > li.is-black.is-inverted.pager-current[disabled],
      fieldset[disabled] .button.is-black.is-inverted,
      fieldset[disabled] #stx-newsletter .is-black.is-inverted.g-Button,
      #stx-newsletter fieldset[disabled] .is-black.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-black.is-inverted[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-black.is-inverted[type="submit"],
      fieldset[disabled] .pager > li a.is-black.is-inverted,
      .pager > li fieldset[disabled] a.is-black.is-inverted,
      fieldset[disabled] .pager > li.is-black.is-inverted.pager-current {
        background-color: white;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #0a0a0a; }
.button.is-black.is-loading::after, #stx-newsletter .is-black.is-loading.g-Button::after, .form .form-managed-file input.is-black.is-loading[type="submit"]::after, .pager > li a.is-black.is-loading::after, .pager > li.is-black.is-loading.pager-current::after {
      border-color: transparent transparent white white !important; }
.button.is-black.is-outlined, #stx-newsletter .is-black.is-outlined.g-Button, #stx-newsletter .pager > li a.is-black.g-Button, .pager > li #stx-newsletter a.is-black.g-Button, .form .form-managed-file input.is-black.is-outlined[type="submit"], .pager > li a.is-black, .pager > li.is-black.is-outlined.pager-current {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
.button.is-black.is-outlined:hover, #stx-newsletter .is-black.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-black.g-Button:hover, .pager > li #stx-newsletter a.is-black.g-Button:hover, .form .form-managed-file input.is-black.is-outlined:hover[type="submit"], .pager > li a.is-black:hover, .pager > li.is-black.is-outlined.pager-current:hover, .button.is-black.is-outlined:focus, #stx-newsletter .is-black.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-black.g-Button:focus, .pager > li #stx-newsletter a.is-black.g-Button:focus, .form .form-managed-file input.is-black.is-outlined:focus[type="submit"], .pager > li a.is-black:focus, .pager > li.is-black.is-outlined.pager-current:focus {
        background-color: #0a0a0a;
        border-color: #0a0a0a;
        color: white; }
.button.is-black.is-outlined.is-loading::after, #stx-newsletter .is-black.is-outlined.is-loading.g-Button::after, #stx-newsletter .pager > li a.is-black.is-loading.g-Button::after, .pager > li #stx-newsletter a.is-black.is-loading.g-Button::after, .form .form-managed-file input.is-black.is-outlined.is-loading[type="submit"]::after, .pager > li a.is-black.is-loading::after, .pager > li.is-black.is-outlined.is-loading.pager-current::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
.button.is-black.is-outlined[disabled], #stx-newsletter .is-black.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-black.g-Button[disabled], .pager > li #stx-newsletter a.is-black.g-Button[disabled], .form .form-managed-file input.is-black.is-outlined[disabled][type="submit"], .pager > li a.is-black[disabled], .pager > li.is-black.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-black.is-outlined,
      fieldset[disabled] #stx-newsletter .is-black.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-black.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-black.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-black.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-black.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-black.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-black.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-black.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-black,
      .pager > li fieldset[disabled] a.is-black,
      fieldset[disabled] .pager > li.is-black.is-outlined.pager-current {
        background-color: transparent;
        border-color: #0a0a0a;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #0a0a0a; }
.button.is-black.is-inverted.is-outlined, #stx-newsletter .is-black.is-inverted.is-outlined.g-Button, #stx-newsletter .pager > li a.is-black.is-inverted.g-Button, .pager > li #stx-newsletter a.is-black.is-inverted.g-Button, .form .form-managed-file input.is-black.is-inverted.is-outlined[type="submit"], .pager > li a.is-black.is-inverted, .pager > li.is-black.is-inverted.is-outlined.pager-current {
      background-color: transparent;
      border-color: white;
      color: white; }
.button.is-black.is-inverted.is-outlined:hover, #stx-newsletter .is-black.is-inverted.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-black.is-inverted.g-Button:hover, .pager > li #stx-newsletter a.is-black.is-inverted.g-Button:hover, .form .form-managed-file input.is-black.is-inverted.is-outlined:hover[type="submit"], .pager > li a.is-black.is-inverted:hover, .pager > li.is-black.is-inverted.is-outlined.pager-current:hover, .button.is-black.is-inverted.is-outlined:focus, #stx-newsletter .is-black.is-inverted.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-black.is-inverted.g-Button:focus, .pager > li #stx-newsletter a.is-black.is-inverted.g-Button:focus, .form .form-managed-file input.is-black.is-inverted.is-outlined:focus[type="submit"], .pager > li a.is-black.is-inverted:focus, .pager > li.is-black.is-inverted.is-outlined.pager-current:focus {
        background-color: white;
        color: #0a0a0a; }
.button.is-black.is-inverted.is-outlined[disabled], #stx-newsletter .is-black.is-inverted.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-black.is-inverted.g-Button[disabled], .pager > li #stx-newsletter a.is-black.is-inverted.g-Button[disabled], .form .form-managed-file input.is-black.is-inverted.is-outlined[disabled][type="submit"], .pager > li a.is-black.is-inverted[disabled], .pager > li.is-black.is-inverted.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-black.is-inverted.is-outlined,
      fieldset[disabled] #stx-newsletter .is-black.is-inverted.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-black.is-inverted.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-black.is-inverted.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-black.is-inverted.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-black.is-inverted.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-black.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-black.is-inverted.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-black.is-inverted.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-black.is-inverted,
      .pager > li fieldset[disabled] a.is-black.is-inverted,
      fieldset[disabled] .pager > li.is-black.is-inverted.is-outlined.pager-current {
        background-color: transparent;
        border-color: white;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: white; }
.button.is-light, #stx-newsletter .is-light.g-Button, .form .form-managed-file input.is-light[type="submit"], .pager > li a.is-light, .pager > li.is-light.pager-current {
    background-color: whitesmoke;
    border-color: transparent;
    color: #363636; }
.button.is-light:hover, #stx-newsletter .is-light.g-Button:hover, .form .form-managed-file input.is-light:hover[type="submit"], .pager > li a.is-light:hover, .pager > li.is-light.pager-current:hover, .button.is-light.is-hovered, #stx-newsletter .is-light.is-hovered.g-Button, .form .form-managed-file input.is-light.is-hovered[type="submit"], .pager > li a.is-light.is-hovered, .pager > li.is-light.is-hovered.pager-current {
      background-color: #eeeeee;
      border-color: transparent;
      color: #363636; }
.button.is-light:focus, #stx-newsletter .is-light.g-Button:focus, .form .form-managed-file input.is-light:focus[type="submit"], .pager > li a.is-light:focus, .pager > li.is-light.pager-current:focus, .button.is-light.is-focused, #stx-newsletter .is-light.is-focused.g-Button, .form .form-managed-file input.is-light.is-focused[type="submit"], .pager > li a.is-light.is-focused, .pager > li.is-light.is-focused.pager-current {
      border-color: transparent;
      color: #363636; }
.button.is-light:focus:not(:active), #stx-newsletter .is-light.g-Button:focus:not(:active), .form .form-managed-file input.is-light:focus:not(:active)[type="submit"], .pager > li a.is-light:focus:not(:active), .pager > li.is-light.pager-current:focus:not(:active), .button.is-light.is-focused:not(:active), #stx-newsletter .is-light.is-focused.g-Button:not(:active), .form .form-managed-file input.is-light.is-focused:not(:active)[type="submit"], .pager > li a.is-light.is-focused:not(:active), .pager > li.is-light.is-focused.pager-current:not(:active) {
        -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
                box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
.button.is-light:active, #stx-newsletter .is-light.g-Button:active, .form .form-managed-file input.is-light:active[type="submit"], .pager > li a.is-light:active, .pager > li.is-light.pager-current:active, .button.is-light.is-active, #stx-newsletter .is-light.is-active.g-Button, .form .form-managed-file input.is-light.is-active[type="submit"], .pager > li a.is-light.is-active, .pager > li.is-light.is-active.pager-current {
      background-color: #e8e8e8;
      border-color: transparent;
      color: #363636; }
.button.is-light[disabled], #stx-newsletter .is-light.g-Button[disabled], .form .form-managed-file input.is-light[disabled][type="submit"], .pager > li a.is-light[disabled], .pager > li.is-light.pager-current[disabled],
    fieldset[disabled] .button.is-light,
    fieldset[disabled] #stx-newsletter .is-light.g-Button,
    #stx-newsletter fieldset[disabled] .is-light.g-Button,
    fieldset[disabled] .form .form-managed-file input.is-light[type="submit"],
    .form .form-managed-file fieldset[disabled] input.is-light[type="submit"],
    fieldset[disabled] .pager > li a.is-light,
    .pager > li fieldset[disabled] a.is-light,
    fieldset[disabled] .pager > li.is-light.pager-current {
      background-color: whitesmoke;
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
.button.is-light.is-inverted, #stx-newsletter .is-light.is-inverted.g-Button, .form .form-managed-file input.is-light.is-inverted[type="submit"], .pager > li a.is-light.is-inverted, .pager > li.is-light.is-inverted.pager-current {
      background-color: #363636;
      color: whitesmoke; }
.button.is-light.is-inverted:hover, #stx-newsletter .is-light.is-inverted.g-Button:hover, .form .form-managed-file input.is-light.is-inverted:hover[type="submit"], .pager > li a.is-light.is-inverted:hover, .pager > li.is-light.is-inverted.pager-current:hover {
        background-color: #292929; }
.button.is-light.is-inverted[disabled], #stx-newsletter .is-light.is-inverted.g-Button[disabled], .form .form-managed-file input.is-light.is-inverted[disabled][type="submit"], .pager > li a.is-light.is-inverted[disabled], .pager > li.is-light.is-inverted.pager-current[disabled],
      fieldset[disabled] .button.is-light.is-inverted,
      fieldset[disabled] #stx-newsletter .is-light.is-inverted.g-Button,
      #stx-newsletter fieldset[disabled] .is-light.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-light.is-inverted[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-light.is-inverted[type="submit"],
      fieldset[disabled] .pager > li a.is-light.is-inverted,
      .pager > li fieldset[disabled] a.is-light.is-inverted,
      fieldset[disabled] .pager > li.is-light.is-inverted.pager-current {
        background-color: #363636;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: whitesmoke; }
.button.is-light.is-loading::after, #stx-newsletter .is-light.is-loading.g-Button::after, .form .form-managed-file input.is-light.is-loading[type="submit"]::after, .pager > li a.is-light.is-loading::after, .pager > li.is-light.is-loading.pager-current::after {
      border-color: transparent transparent #363636 #363636 !important; }
.button.is-light.is-outlined, #stx-newsletter .is-light.is-outlined.g-Button, #stx-newsletter .pager > li a.is-light.g-Button, .pager > li #stx-newsletter a.is-light.g-Button, .form .form-managed-file input.is-light.is-outlined[type="submit"], .pager > li a.is-light, .pager > li.is-light.is-outlined.pager-current {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke; }
.button.is-light.is-outlined:hover, #stx-newsletter .is-light.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-light.g-Button:hover, .pager > li #stx-newsletter a.is-light.g-Button:hover, .form .form-managed-file input.is-light.is-outlined:hover[type="submit"], .pager > li a.is-light:hover, .pager > li.is-light.is-outlined.pager-current:hover, .button.is-light.is-outlined:focus, #stx-newsletter .is-light.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-light.g-Button:focus, .pager > li #stx-newsletter a.is-light.g-Button:focus, .form .form-managed-file input.is-light.is-outlined:focus[type="submit"], .pager > li a.is-light:focus, .pager > li.is-light.is-outlined.pager-current:focus {
        background-color: whitesmoke;
        border-color: whitesmoke;
        color: #363636; }
.button.is-light.is-outlined.is-loading::after, #stx-newsletter .is-light.is-outlined.is-loading.g-Button::after, #stx-newsletter .pager > li a.is-light.is-loading.g-Button::after, .pager > li #stx-newsletter a.is-light.is-loading.g-Button::after, .form .form-managed-file input.is-light.is-outlined.is-loading[type="submit"]::after, .pager > li a.is-light.is-loading::after, .pager > li.is-light.is-outlined.is-loading.pager-current::after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
.button.is-light.is-outlined[disabled], #stx-newsletter .is-light.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-light.g-Button[disabled], .pager > li #stx-newsletter a.is-light.g-Button[disabled], .form .form-managed-file input.is-light.is-outlined[disabled][type="submit"], .pager > li a.is-light[disabled], .pager > li.is-light.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-light.is-outlined,
      fieldset[disabled] #stx-newsletter .is-light.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-light.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-light.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-light.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-light.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-light.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-light.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-light.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-light,
      .pager > li fieldset[disabled] a.is-light,
      fieldset[disabled] .pager > li.is-light.is-outlined.pager-current {
        background-color: transparent;
        border-color: whitesmoke;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: whitesmoke; }
.button.is-light.is-inverted.is-outlined, #stx-newsletter .is-light.is-inverted.is-outlined.g-Button, #stx-newsletter .pager > li a.is-light.is-inverted.g-Button, .pager > li #stx-newsletter a.is-light.is-inverted.g-Button, .form .form-managed-file input.is-light.is-inverted.is-outlined[type="submit"], .pager > li a.is-light.is-inverted, .pager > li.is-light.is-inverted.is-outlined.pager-current {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
.button.is-light.is-inverted.is-outlined:hover, #stx-newsletter .is-light.is-inverted.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-light.is-inverted.g-Button:hover, .pager > li #stx-newsletter a.is-light.is-inverted.g-Button:hover, .form .form-managed-file input.is-light.is-inverted.is-outlined:hover[type="submit"], .pager > li a.is-light.is-inverted:hover, .pager > li.is-light.is-inverted.is-outlined.pager-current:hover, .button.is-light.is-inverted.is-outlined:focus, #stx-newsletter .is-light.is-inverted.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-light.is-inverted.g-Button:focus, .pager > li #stx-newsletter a.is-light.is-inverted.g-Button:focus, .form .form-managed-file input.is-light.is-inverted.is-outlined:focus[type="submit"], .pager > li a.is-light.is-inverted:focus, .pager > li.is-light.is-inverted.is-outlined.pager-current:focus {
        background-color: #363636;
        color: whitesmoke; }
.button.is-light.is-inverted.is-outlined[disabled], #stx-newsletter .is-light.is-inverted.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-light.is-inverted.g-Button[disabled], .pager > li #stx-newsletter a.is-light.is-inverted.g-Button[disabled], .form .form-managed-file input.is-light.is-inverted.is-outlined[disabled][type="submit"], .pager > li a.is-light.is-inverted[disabled], .pager > li.is-light.is-inverted.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-light.is-inverted.is-outlined,
      fieldset[disabled] #stx-newsletter .is-light.is-inverted.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-light.is-inverted.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-light.is-inverted.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-light.is-inverted.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-light.is-inverted.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-light.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-light.is-inverted.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-light.is-inverted.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-light.is-inverted,
      .pager > li fieldset[disabled] a.is-light.is-inverted,
      fieldset[disabled] .pager > li.is-light.is-inverted.is-outlined.pager-current {
        background-color: transparent;
        border-color: #363636;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #363636; }
.button.is-dark, #stx-newsletter .is-dark.g-Button, .form .form-managed-file input.is-dark[type="submit"], .pager > li a.is-dark, .pager > li.is-dark.pager-current {
    background-color: #363636;
    border-color: transparent;
    color: whitesmoke; }
.button.is-dark:hover, #stx-newsletter .is-dark.g-Button:hover, .form .form-managed-file input.is-dark:hover[type="submit"], .pager > li a.is-dark:hover, .pager > li.is-dark.pager-current:hover, .button.is-dark.is-hovered, #stx-newsletter .is-dark.is-hovered.g-Button, .form .form-managed-file input.is-dark.is-hovered[type="submit"], .pager > li a.is-dark.is-hovered, .pager > li.is-dark.is-hovered.pager-current {
      background-color: #2f2f2f;
      border-color: transparent;
      color: whitesmoke; }
.button.is-dark:focus, #stx-newsletter .is-dark.g-Button:focus, .form .form-managed-file input.is-dark:focus[type="submit"], .pager > li a.is-dark:focus, .pager > li.is-dark.pager-current:focus, .button.is-dark.is-focused, #stx-newsletter .is-dark.is-focused.g-Button, .form .form-managed-file input.is-dark.is-focused[type="submit"], .pager > li a.is-dark.is-focused, .pager > li.is-dark.is-focused.pager-current {
      border-color: transparent;
      color: whitesmoke; }
.button.is-dark:focus:not(:active), #stx-newsletter .is-dark.g-Button:focus:not(:active), .form .form-managed-file input.is-dark:focus:not(:active)[type="submit"], .pager > li a.is-dark:focus:not(:active), .pager > li.is-dark.pager-current:focus:not(:active), .button.is-dark.is-focused:not(:active), #stx-newsletter .is-dark.is-focused.g-Button:not(:active), .form .form-managed-file input.is-dark.is-focused:not(:active)[type="submit"], .pager > li a.is-dark.is-focused:not(:active), .pager > li.is-dark.is-focused.pager-current:not(:active) {
        -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
                box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
.button.is-dark:active, #stx-newsletter .is-dark.g-Button:active, .form .form-managed-file input.is-dark:active[type="submit"], .pager > li a.is-dark:active, .pager > li.is-dark.pager-current:active, .button.is-dark.is-active, #stx-newsletter .is-dark.is-active.g-Button, .form .form-managed-file input.is-dark.is-active[type="submit"], .pager > li a.is-dark.is-active, .pager > li.is-dark.is-active.pager-current {
      background-color: #292929;
      border-color: transparent;
      color: whitesmoke; }
.button.is-dark[disabled], #stx-newsletter .is-dark.g-Button[disabled], .form .form-managed-file input.is-dark[disabled][type="submit"], .pager > li a.is-dark[disabled], .pager > li.is-dark.pager-current[disabled],
    fieldset[disabled] .button.is-dark,
    fieldset[disabled] #stx-newsletter .is-dark.g-Button,
    #stx-newsletter fieldset[disabled] .is-dark.g-Button,
    fieldset[disabled] .form .form-managed-file input.is-dark[type="submit"],
    .form .form-managed-file fieldset[disabled] input.is-dark[type="submit"],
    fieldset[disabled] .pager > li a.is-dark,
    .pager > li fieldset[disabled] a.is-dark,
    fieldset[disabled] .pager > li.is-dark.pager-current {
      background-color: #363636;
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
.button.is-dark.is-inverted, #stx-newsletter .is-dark.is-inverted.g-Button, .form .form-managed-file input.is-dark.is-inverted[type="submit"], .pager > li a.is-dark.is-inverted, .pager > li.is-dark.is-inverted.pager-current {
      background-color: whitesmoke;
      color: #363636; }
.button.is-dark.is-inverted:hover, #stx-newsletter .is-dark.is-inverted.g-Button:hover, .form .form-managed-file input.is-dark.is-inverted:hover[type="submit"], .pager > li a.is-dark.is-inverted:hover, .pager > li.is-dark.is-inverted.pager-current:hover {
        background-color: #e8e8e8; }
.button.is-dark.is-inverted[disabled], #stx-newsletter .is-dark.is-inverted.g-Button[disabled], .form .form-managed-file input.is-dark.is-inverted[disabled][type="submit"], .pager > li a.is-dark.is-inverted[disabled], .pager > li.is-dark.is-inverted.pager-current[disabled],
      fieldset[disabled] .button.is-dark.is-inverted,
      fieldset[disabled] #stx-newsletter .is-dark.is-inverted.g-Button,
      #stx-newsletter fieldset[disabled] .is-dark.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-dark.is-inverted[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-dark.is-inverted[type="submit"],
      fieldset[disabled] .pager > li a.is-dark.is-inverted,
      .pager > li fieldset[disabled] a.is-dark.is-inverted,
      fieldset[disabled] .pager > li.is-dark.is-inverted.pager-current {
        background-color: whitesmoke;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #363636; }
.button.is-dark.is-loading::after, #stx-newsletter .is-dark.is-loading.g-Button::after, .form .form-managed-file input.is-dark.is-loading[type="submit"]::after, .pager > li a.is-dark.is-loading::after, .pager > li.is-dark.is-loading.pager-current::after {
      border-color: transparent transparent whitesmoke whitesmoke !important; }
.button.is-dark.is-outlined, #stx-newsletter .is-dark.is-outlined.g-Button, #stx-newsletter .pager > li a.is-dark.g-Button, .pager > li #stx-newsletter a.is-dark.g-Button, .form .form-managed-file input.is-dark.is-outlined[type="submit"], .pager > li a.is-dark, .pager > li.is-dark.is-outlined.pager-current {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
.button.is-dark.is-outlined:hover, #stx-newsletter .is-dark.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-dark.g-Button:hover, .pager > li #stx-newsletter a.is-dark.g-Button:hover, .form .form-managed-file input.is-dark.is-outlined:hover[type="submit"], .pager > li a.is-dark:hover, .pager > li.is-dark.is-outlined.pager-current:hover, .button.is-dark.is-outlined:focus, #stx-newsletter .is-dark.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-dark.g-Button:focus, .pager > li #stx-newsletter a.is-dark.g-Button:focus, .form .form-managed-file input.is-dark.is-outlined:focus[type="submit"], .pager > li a.is-dark:focus, .pager > li.is-dark.is-outlined.pager-current:focus {
        background-color: #363636;
        border-color: #363636;
        color: whitesmoke; }
.button.is-dark.is-outlined.is-loading::after, #stx-newsletter .is-dark.is-outlined.is-loading.g-Button::after, #stx-newsletter .pager > li a.is-dark.is-loading.g-Button::after, .pager > li #stx-newsletter a.is-dark.is-loading.g-Button::after, .form .form-managed-file input.is-dark.is-outlined.is-loading[type="submit"]::after, .pager > li a.is-dark.is-loading::after, .pager > li.is-dark.is-outlined.is-loading.pager-current::after {
        border-color: transparent transparent #363636 #363636 !important; }
.button.is-dark.is-outlined[disabled], #stx-newsletter .is-dark.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-dark.g-Button[disabled], .pager > li #stx-newsletter a.is-dark.g-Button[disabled], .form .form-managed-file input.is-dark.is-outlined[disabled][type="submit"], .pager > li a.is-dark[disabled], .pager > li.is-dark.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-dark.is-outlined,
      fieldset[disabled] #stx-newsletter .is-dark.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-dark.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-dark.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-dark.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-dark.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-dark.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-dark.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-dark.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-dark,
      .pager > li fieldset[disabled] a.is-dark,
      fieldset[disabled] .pager > li.is-dark.is-outlined.pager-current {
        background-color: transparent;
        border-color: #363636;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #363636; }
.button.is-dark.is-inverted.is-outlined, #stx-newsletter .is-dark.is-inverted.is-outlined.g-Button, #stx-newsletter .pager > li a.is-dark.is-inverted.g-Button, .pager > li #stx-newsletter a.is-dark.is-inverted.g-Button, .form .form-managed-file input.is-dark.is-inverted.is-outlined[type="submit"], .pager > li a.is-dark.is-inverted, .pager > li.is-dark.is-inverted.is-outlined.pager-current {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke; }
.button.is-dark.is-inverted.is-outlined:hover, #stx-newsletter .is-dark.is-inverted.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-dark.is-inverted.g-Button:hover, .pager > li #stx-newsletter a.is-dark.is-inverted.g-Button:hover, .form .form-managed-file input.is-dark.is-inverted.is-outlined:hover[type="submit"], .pager > li a.is-dark.is-inverted:hover, .pager > li.is-dark.is-inverted.is-outlined.pager-current:hover, .button.is-dark.is-inverted.is-outlined:focus, #stx-newsletter .is-dark.is-inverted.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-dark.is-inverted.g-Button:focus, .pager > li #stx-newsletter a.is-dark.is-inverted.g-Button:focus, .form .form-managed-file input.is-dark.is-inverted.is-outlined:focus[type="submit"], .pager > li a.is-dark.is-inverted:focus, .pager > li.is-dark.is-inverted.is-outlined.pager-current:focus {
        background-color: whitesmoke;
        color: #363636; }
.button.is-dark.is-inverted.is-outlined[disabled], #stx-newsletter .is-dark.is-inverted.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-dark.is-inverted.g-Button[disabled], .pager > li #stx-newsletter a.is-dark.is-inverted.g-Button[disabled], .form .form-managed-file input.is-dark.is-inverted.is-outlined[disabled][type="submit"], .pager > li a.is-dark.is-inverted[disabled], .pager > li.is-dark.is-inverted.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-dark.is-inverted.is-outlined,
      fieldset[disabled] #stx-newsletter .is-dark.is-inverted.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-dark.is-inverted.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-dark.is-inverted.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-dark.is-inverted.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-dark.is-inverted.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-dark.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-dark.is-inverted.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-dark.is-inverted.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-dark.is-inverted,
      .pager > li fieldset[disabled] a.is-dark.is-inverted,
      fieldset[disabled] .pager > li.is-dark.is-inverted.is-outlined.pager-current {
        background-color: transparent;
        border-color: whitesmoke;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: whitesmoke; }
.button.is-primary, #stx-newsletter .g-Button, .form .form-managed-file input.is-primary[type="submit"], .pager > li a.is-primary, .pager > li.pager-current {
    background-color: #3DD52F;
    border-color: transparent;
    color: #fff; }
.button.is-primary:hover, #stx-newsletter .g-Button:hover, .form .form-managed-file input.is-primary:hover[type="submit"], .pager > li a.is-primary:hover, .pager > li.pager-current:hover, .button.is-primary.is-hovered, #stx-newsletter .is-hovered.g-Button, .form .form-managed-file input.is-primary.is-hovered[type="submit"], .pager > li a.is-primary.is-hovered, .pager > li.is-hovered.pager-current {
      background-color: #37ce2a;
      border-color: transparent;
      color: #fff; }
.button.is-primary:focus, #stx-newsletter .g-Button:focus, .form .form-managed-file input.is-primary:focus[type="submit"], .pager > li a.is-primary:focus, .pager > li.pager-current:focus, .button.is-primary.is-focused, #stx-newsletter .is-focused.g-Button, .form .form-managed-file input.is-primary.is-focused[type="submit"], .pager > li a.is-primary.is-focused, .pager > li.is-focused.pager-current {
      border-color: transparent;
      color: #fff; }
.button.is-primary:focus:not(:active), #stx-newsletter .g-Button:focus:not(:active), .form .form-managed-file input.is-primary:focus:not(:active)[type="submit"], .pager > li a.is-primary:focus:not(:active), .pager > li.pager-current:focus:not(:active), .button.is-primary.is-focused:not(:active), #stx-newsletter .is-focused.g-Button:not(:active), .form .form-managed-file input.is-primary.is-focused:not(:active)[type="submit"], .pager > li a.is-primary.is-focused:not(:active), .pager > li.is-focused.pager-current:not(:active) {
        -webkit-box-shadow: 0 0 0 0.125em rgba(61, 213, 47, 0.25);
                box-shadow: 0 0 0 0.125em rgba(61, 213, 47, 0.25); }
.button.is-primary:active, #stx-newsletter .g-Button:active, .form .form-managed-file input.is-primary:active[type="submit"], .pager > li a.is-primary:active, .pager > li.pager-current:active, .button.is-primary.is-active, #stx-newsletter .is-active.g-Button, .form .form-managed-file input.is-primary.is-active[type="submit"], .pager > li a.is-primary.is-active, .pager > li.is-active.pager-current {
      background-color: #35c327;
      border-color: transparent;
      color: #fff; }
.button.is-primary[disabled], #stx-newsletter .g-Button[disabled], .form .form-managed-file input.is-primary[disabled][type="submit"], .pager > li a.is-primary[disabled], .pager > li.pager-current[disabled],
    fieldset[disabled] .button.is-primary,
    fieldset[disabled] #stx-newsletter .g-Button,
    #stx-newsletter fieldset[disabled] .g-Button,
    fieldset[disabled] .form .form-managed-file input.is-primary[type="submit"],
    .form .form-managed-file fieldset[disabled] input.is-primary[type="submit"],
    fieldset[disabled] .pager > li a.is-primary,
    .pager > li fieldset[disabled] a.is-primary,
    fieldset[disabled] .pager > li.pager-current {
      background-color: #3DD52F;
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
.button.is-primary.is-inverted, #stx-newsletter .is-inverted.g-Button, .form .form-managed-file input.is-primary.is-inverted[type="submit"], .pager > li a.is-primary.is-inverted, .pager > li.is-inverted.pager-current {
      background-color: #fff;
      color: #3DD52F; }
.button.is-primary.is-inverted:hover, #stx-newsletter .is-inverted.g-Button:hover, .form .form-managed-file input.is-primary.is-inverted:hover[type="submit"], .pager > li a.is-primary.is-inverted:hover, .pager > li.is-inverted.pager-current:hover {
        background-color: #f2f2f2; }
.button.is-primary.is-inverted[disabled], #stx-newsletter .is-inverted.g-Button[disabled], .form .form-managed-file input.is-primary.is-inverted[disabled][type="submit"], .pager > li a.is-primary.is-inverted[disabled], .pager > li.is-inverted.pager-current[disabled],
      fieldset[disabled] .button.is-primary.is-inverted,
      fieldset[disabled] #stx-newsletter .is-inverted.g-Button,
      #stx-newsletter fieldset[disabled] .is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-primary.is-inverted[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-primary.is-inverted[type="submit"],
      fieldset[disabled] .pager > li a.is-primary.is-inverted,
      .pager > li fieldset[disabled] a.is-primary.is-inverted,
      fieldset[disabled] .pager > li.is-inverted.pager-current {
        background-color: #fff;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #3DD52F; }
.button.is-primary.is-loading::after, #stx-newsletter .is-loading.g-Button::after, .form .form-managed-file input.is-primary.is-loading[type="submit"]::after, .pager > li a.is-primary.is-loading::after, .pager > li.is-loading.pager-current::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-primary.is-outlined, #stx-newsletter .is-outlined.g-Button, #stx-newsletter .pager > li a.g-Button, .pager > li #stx-newsletter a.g-Button, .form .form-managed-file input.is-primary.is-outlined[type="submit"], .pager > li a.is-primary, .pager > li.is-outlined.pager-current {
      background-color: transparent;
      border-color: #3DD52F;
      color: #3DD52F; }
.button.is-primary.is-outlined:hover, #stx-newsletter .is-outlined.g-Button:hover, #stx-newsletter .pager > li a.g-Button:hover, .pager > li #stx-newsletter a.g-Button:hover, .form .form-managed-file input.is-primary.is-outlined:hover[type="submit"], .pager > li a.is-primary:hover, .pager > li.is-outlined.pager-current:hover, .button.is-primary.is-outlined:focus, #stx-newsletter .is-outlined.g-Button:focus, #stx-newsletter .pager > li a.g-Button:focus, .pager > li #stx-newsletter a.g-Button:focus, .form .form-managed-file input.is-primary.is-outlined:focus[type="submit"], .pager > li a.is-primary:focus, .pager > li.is-outlined.pager-current:focus {
        background-color: #3DD52F;
        border-color: #3DD52F;
        color: #fff; }
.button.is-primary.is-outlined.is-loading::after, #stx-newsletter .is-outlined.is-loading.g-Button::after, #stx-newsletter .pager > li a.is-loading.g-Button::after, .pager > li #stx-newsletter a.is-loading.g-Button::after, .form .form-managed-file input.is-primary.is-outlined.is-loading[type="submit"]::after, .pager > li a.is-primary.is-loading::after, .pager > li.is-outlined.is-loading.pager-current::after {
        border-color: transparent transparent #3DD52F #3DD52F !important; }
.button.is-primary.is-outlined[disabled], #stx-newsletter .is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.g-Button[disabled], .pager > li #stx-newsletter a.g-Button[disabled], .form .form-managed-file input.is-primary.is-outlined[disabled][type="submit"], .pager > li a.is-primary[disabled], .pager > li.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-primary.is-outlined,
      fieldset[disabled] #stx-newsletter .is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-primary.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-primary.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-primary,
      .pager > li fieldset[disabled] a.is-primary,
      fieldset[disabled] .pager > li.is-outlined.pager-current {
        background-color: transparent;
        border-color: #3DD52F;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #3DD52F; }
.button.is-primary.is-inverted.is-outlined, #stx-newsletter .is-inverted.is-outlined.g-Button, #stx-newsletter .pager > li a.is-inverted.g-Button, .pager > li #stx-newsletter a.is-inverted.g-Button, .form .form-managed-file input.is-primary.is-inverted.is-outlined[type="submit"], .pager > li a.is-primary.is-inverted, .pager > li.is-inverted.is-outlined.pager-current {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-primary.is-inverted.is-outlined:hover, #stx-newsletter .is-inverted.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-inverted.g-Button:hover, .pager > li #stx-newsletter a.is-inverted.g-Button:hover, .form .form-managed-file input.is-primary.is-inverted.is-outlined:hover[type="submit"], .pager > li a.is-primary.is-inverted:hover, .pager > li.is-inverted.is-outlined.pager-current:hover, .button.is-primary.is-inverted.is-outlined:focus, #stx-newsletter .is-inverted.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-inverted.g-Button:focus, .pager > li #stx-newsletter a.is-inverted.g-Button:focus, .form .form-managed-file input.is-primary.is-inverted.is-outlined:focus[type="submit"], .pager > li a.is-primary.is-inverted:focus, .pager > li.is-inverted.is-outlined.pager-current:focus {
        background-color: #fff;
        color: #3DD52F; }
.button.is-primary.is-inverted.is-outlined[disabled], #stx-newsletter .is-inverted.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-inverted.g-Button[disabled], .pager > li #stx-newsletter a.is-inverted.g-Button[disabled], .form .form-managed-file input.is-primary.is-inverted.is-outlined[disabled][type="submit"], .pager > li a.is-primary.is-inverted[disabled], .pager > li.is-inverted.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-primary.is-inverted.is-outlined,
      fieldset[disabled] #stx-newsletter .is-inverted.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-inverted.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-inverted.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-inverted.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-inverted.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-primary.is-inverted.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-primary.is-inverted.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-primary.is-inverted,
      .pager > li fieldset[disabled] a.is-primary.is-inverted,
      fieldset[disabled] .pager > li.is-inverted.is-outlined.pager-current {
        background-color: transparent;
        border-color: #fff;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #fff; }
.button.is-link, #stx-newsletter .is-link.g-Button, .form .form-managed-file input.is-link[type="submit"], .pager > li a.is-link, .pager > li.is-link.pager-current {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff; }
.button.is-link:hover, #stx-newsletter .is-link.g-Button:hover, .form .form-managed-file input.is-link:hover[type="submit"], .pager > li a.is-link:hover, .pager > li.is-link.pager-current:hover, .button.is-link.is-hovered, #stx-newsletter .is-link.is-hovered.g-Button, .form .form-managed-file input.is-link.is-hovered[type="submit"], .pager > li a.is-link.is-hovered, .pager > li.is-link.is-hovered.pager-current {
      background-color: #040404;
      border-color: transparent;
      color: #fff; }
.button.is-link:focus, #stx-newsletter .is-link.g-Button:focus, .form .form-managed-file input.is-link:focus[type="submit"], .pager > li a.is-link:focus, .pager > li.is-link.pager-current:focus, .button.is-link.is-focused, #stx-newsletter .is-link.is-focused.g-Button, .form .form-managed-file input.is-link.is-focused[type="submit"], .pager > li a.is-link.is-focused, .pager > li.is-link.is-focused.pager-current {
      border-color: transparent;
      color: #fff; }
.button.is-link:focus:not(:active), #stx-newsletter .is-link.g-Button:focus:not(:active), .form .form-managed-file input.is-link:focus:not(:active)[type="submit"], .pager > li a.is-link:focus:not(:active), .pager > li.is-link.pager-current:focus:not(:active), .button.is-link.is-focused:not(:active), #stx-newsletter .is-link.is-focused.g-Button:not(:active), .form .form-managed-file input.is-link.is-focused:not(:active)[type="submit"], .pager > li a.is-link.is-focused:not(:active), .pager > li.is-link.is-focused.pager-current:not(:active) {
        -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
                box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
.button.is-link:active, #stx-newsletter .is-link.g-Button:active, .form .form-managed-file input.is-link:active[type="submit"], .pager > li a.is-link:active, .pager > li.is-link.pager-current:active, .button.is-link.is-active, #stx-newsletter .is-link.is-active.g-Button, .form .form-managed-file input.is-link.is-active[type="submit"], .pager > li a.is-link.is-active, .pager > li.is-link.is-active.pager-current {
      background-color: black;
      border-color: transparent;
      color: #fff; }
.button.is-link[disabled], #stx-newsletter .is-link.g-Button[disabled], .form .form-managed-file input.is-link[disabled][type="submit"], .pager > li a.is-link[disabled], .pager > li.is-link.pager-current[disabled],
    fieldset[disabled] .button.is-link,
    fieldset[disabled] #stx-newsletter .is-link.g-Button,
    #stx-newsletter fieldset[disabled] .is-link.g-Button,
    fieldset[disabled] .form .form-managed-file input.is-link[type="submit"],
    .form .form-managed-file fieldset[disabled] input.is-link[type="submit"],
    fieldset[disabled] .pager > li a.is-link,
    .pager > li fieldset[disabled] a.is-link,
    fieldset[disabled] .pager > li.is-link.pager-current {
      background-color: #0a0a0a;
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
.button.is-link.is-inverted, #stx-newsletter .is-link.is-inverted.g-Button, .form .form-managed-file input.is-link.is-inverted[type="submit"], .pager > li a.is-link.is-inverted, .pager > li.is-link.is-inverted.pager-current {
      background-color: #fff;
      color: #0a0a0a; }
.button.is-link.is-inverted:hover, #stx-newsletter .is-link.is-inverted.g-Button:hover, .form .form-managed-file input.is-link.is-inverted:hover[type="submit"], .pager > li a.is-link.is-inverted:hover, .pager > li.is-link.is-inverted.pager-current:hover {
        background-color: #f2f2f2; }
.button.is-link.is-inverted[disabled], #stx-newsletter .is-link.is-inverted.g-Button[disabled], .form .form-managed-file input.is-link.is-inverted[disabled][type="submit"], .pager > li a.is-link.is-inverted[disabled], .pager > li.is-link.is-inverted.pager-current[disabled],
      fieldset[disabled] .button.is-link.is-inverted,
      fieldset[disabled] #stx-newsletter .is-link.is-inverted.g-Button,
      #stx-newsletter fieldset[disabled] .is-link.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-link.is-inverted[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-link.is-inverted[type="submit"],
      fieldset[disabled] .pager > li a.is-link.is-inverted,
      .pager > li fieldset[disabled] a.is-link.is-inverted,
      fieldset[disabled] .pager > li.is-link.is-inverted.pager-current {
        background-color: #fff;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #0a0a0a; }
.button.is-link.is-loading::after, #stx-newsletter .is-link.is-loading.g-Button::after, .form .form-managed-file input.is-link.is-loading[type="submit"]::after, .pager > li a.is-link.is-loading::after, .pager > li.is-link.is-loading.pager-current::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-link.is-outlined, #stx-newsletter .is-link.is-outlined.g-Button, #stx-newsletter .pager > li a.is-link.g-Button, .pager > li #stx-newsletter a.is-link.g-Button, .form .form-managed-file input.is-link.is-outlined[type="submit"], .pager > li a.is-link, .pager > li.is-link.is-outlined.pager-current {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
.button.is-link.is-outlined:hover, #stx-newsletter .is-link.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-link.g-Button:hover, .pager > li #stx-newsletter a.is-link.g-Button:hover, .form .form-managed-file input.is-link.is-outlined:hover[type="submit"], .pager > li a.is-link:hover, .pager > li.is-link.is-outlined.pager-current:hover, .button.is-link.is-outlined:focus, #stx-newsletter .is-link.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-link.g-Button:focus, .pager > li #stx-newsletter a.is-link.g-Button:focus, .form .form-managed-file input.is-link.is-outlined:focus[type="submit"], .pager > li a.is-link:focus, .pager > li.is-link.is-outlined.pager-current:focus {
        background-color: #0a0a0a;
        border-color: #0a0a0a;
        color: #fff; }
.button.is-link.is-outlined.is-loading::after, #stx-newsletter .is-link.is-outlined.is-loading.g-Button::after, #stx-newsletter .pager > li a.is-link.is-loading.g-Button::after, .pager > li #stx-newsletter a.is-link.is-loading.g-Button::after, .form .form-managed-file input.is-link.is-outlined.is-loading[type="submit"]::after, .pager > li a.is-link.is-loading::after, .pager > li.is-link.is-outlined.is-loading.pager-current::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
.button.is-link.is-outlined[disabled], #stx-newsletter .is-link.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-link.g-Button[disabled], .pager > li #stx-newsletter a.is-link.g-Button[disabled], .form .form-managed-file input.is-link.is-outlined[disabled][type="submit"], .pager > li a.is-link[disabled], .pager > li.is-link.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-link.is-outlined,
      fieldset[disabled] #stx-newsletter .is-link.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-link.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-link.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-link.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-link.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-link.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-link.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-link.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-link,
      .pager > li fieldset[disabled] a.is-link,
      fieldset[disabled] .pager > li.is-link.is-outlined.pager-current {
        background-color: transparent;
        border-color: #0a0a0a;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #0a0a0a; }
.button.is-link.is-inverted.is-outlined, #stx-newsletter .is-link.is-inverted.is-outlined.g-Button, #stx-newsletter .pager > li a.is-link.is-inverted.g-Button, .pager > li #stx-newsletter a.is-link.is-inverted.g-Button, .form .form-managed-file input.is-link.is-inverted.is-outlined[type="submit"], .pager > li a.is-link.is-inverted, .pager > li.is-link.is-inverted.is-outlined.pager-current {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-link.is-inverted.is-outlined:hover, #stx-newsletter .is-link.is-inverted.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-link.is-inverted.g-Button:hover, .pager > li #stx-newsletter a.is-link.is-inverted.g-Button:hover, .form .form-managed-file input.is-link.is-inverted.is-outlined:hover[type="submit"], .pager > li a.is-link.is-inverted:hover, .pager > li.is-link.is-inverted.is-outlined.pager-current:hover, .button.is-link.is-inverted.is-outlined:focus, #stx-newsletter .is-link.is-inverted.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-link.is-inverted.g-Button:focus, .pager > li #stx-newsletter a.is-link.is-inverted.g-Button:focus, .form .form-managed-file input.is-link.is-inverted.is-outlined:focus[type="submit"], .pager > li a.is-link.is-inverted:focus, .pager > li.is-link.is-inverted.is-outlined.pager-current:focus {
        background-color: #fff;
        color: #0a0a0a; }
.button.is-link.is-inverted.is-outlined[disabled], #stx-newsletter .is-link.is-inverted.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-link.is-inverted.g-Button[disabled], .pager > li #stx-newsletter a.is-link.is-inverted.g-Button[disabled], .form .form-managed-file input.is-link.is-inverted.is-outlined[disabled][type="submit"], .pager > li a.is-link.is-inverted[disabled], .pager > li.is-link.is-inverted.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-link.is-inverted.is-outlined,
      fieldset[disabled] #stx-newsletter .is-link.is-inverted.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-link.is-inverted.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-link.is-inverted.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-link.is-inverted.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-link.is-inverted.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-link.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-link.is-inverted.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-link.is-inverted.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-link.is-inverted,
      .pager > li fieldset[disabled] a.is-link.is-inverted,
      fieldset[disabled] .pager > li.is-link.is-inverted.is-outlined.pager-current {
        background-color: transparent;
        border-color: #fff;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #fff; }
.button.is-info, #stx-newsletter .is-info.g-Button, .form .form-managed-file input.is-info[type="submit"], .pager > li a.is-info, .pager > li.is-info.pager-current {
    background-color: #209cee;
    border-color: transparent;
    color: #fff; }
.button.is-info:hover, #stx-newsletter .is-info.g-Button:hover, .form .form-managed-file input.is-info:hover[type="submit"], .pager > li a.is-info:hover, .pager > li.is-info.pager-current:hover, .button.is-info.is-hovered, #stx-newsletter .is-info.is-hovered.g-Button, .form .form-managed-file input.is-info.is-hovered[type="submit"], .pager > li a.is-info.is-hovered, .pager > li.is-info.is-hovered.pager-current {
      background-color: #1496ed;
      border-color: transparent;
      color: #fff; }
.button.is-info:focus, #stx-newsletter .is-info.g-Button:focus, .form .form-managed-file input.is-info:focus[type="submit"], .pager > li a.is-info:focus, .pager > li.is-info.pager-current:focus, .button.is-info.is-focused, #stx-newsletter .is-info.is-focused.g-Button, .form .form-managed-file input.is-info.is-focused[type="submit"], .pager > li a.is-info.is-focused, .pager > li.is-info.is-focused.pager-current {
      border-color: transparent;
      color: #fff; }
.button.is-info:focus:not(:active), #stx-newsletter .is-info.g-Button:focus:not(:active), .form .form-managed-file input.is-info:focus:not(:active)[type="submit"], .pager > li a.is-info:focus:not(:active), .pager > li.is-info.pager-current:focus:not(:active), .button.is-info.is-focused:not(:active), #stx-newsletter .is-info.is-focused.g-Button:not(:active), .form .form-managed-file input.is-info.is-focused:not(:active)[type="submit"], .pager > li a.is-info.is-focused:not(:active), .pager > li.is-info.is-focused.pager-current:not(:active) {
        -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
                box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
.button.is-info:active, #stx-newsletter .is-info.g-Button:active, .form .form-managed-file input.is-info:active[type="submit"], .pager > li a.is-info:active, .pager > li.is-info.pager-current:active, .button.is-info.is-active, #stx-newsletter .is-info.is-active.g-Button, .form .form-managed-file input.is-info.is-active[type="submit"], .pager > li a.is-info.is-active, .pager > li.is-info.is-active.pager-current {
      background-color: #118fe4;
      border-color: transparent;
      color: #fff; }
.button.is-info[disabled], #stx-newsletter .is-info.g-Button[disabled], .form .form-managed-file input.is-info[disabled][type="submit"], .pager > li a.is-info[disabled], .pager > li.is-info.pager-current[disabled],
    fieldset[disabled] .button.is-info,
    fieldset[disabled] #stx-newsletter .is-info.g-Button,
    #stx-newsletter fieldset[disabled] .is-info.g-Button,
    fieldset[disabled] .form .form-managed-file input.is-info[type="submit"],
    .form .form-managed-file fieldset[disabled] input.is-info[type="submit"],
    fieldset[disabled] .pager > li a.is-info,
    .pager > li fieldset[disabled] a.is-info,
    fieldset[disabled] .pager > li.is-info.pager-current {
      background-color: #209cee;
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
.button.is-info.is-inverted, #stx-newsletter .is-info.is-inverted.g-Button, .form .form-managed-file input.is-info.is-inverted[type="submit"], .pager > li a.is-info.is-inverted, .pager > li.is-info.is-inverted.pager-current {
      background-color: #fff;
      color: #209cee; }
.button.is-info.is-inverted:hover, #stx-newsletter .is-info.is-inverted.g-Button:hover, .form .form-managed-file input.is-info.is-inverted:hover[type="submit"], .pager > li a.is-info.is-inverted:hover, .pager > li.is-info.is-inverted.pager-current:hover {
        background-color: #f2f2f2; }
.button.is-info.is-inverted[disabled], #stx-newsletter .is-info.is-inverted.g-Button[disabled], .form .form-managed-file input.is-info.is-inverted[disabled][type="submit"], .pager > li a.is-info.is-inverted[disabled], .pager > li.is-info.is-inverted.pager-current[disabled],
      fieldset[disabled] .button.is-info.is-inverted,
      fieldset[disabled] #stx-newsletter .is-info.is-inverted.g-Button,
      #stx-newsletter fieldset[disabled] .is-info.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-info.is-inverted[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-info.is-inverted[type="submit"],
      fieldset[disabled] .pager > li a.is-info.is-inverted,
      .pager > li fieldset[disabled] a.is-info.is-inverted,
      fieldset[disabled] .pager > li.is-info.is-inverted.pager-current {
        background-color: #fff;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #209cee; }
.button.is-info.is-loading::after, #stx-newsletter .is-info.is-loading.g-Button::after, .form .form-managed-file input.is-info.is-loading[type="submit"]::after, .pager > li a.is-info.is-loading::after, .pager > li.is-info.is-loading.pager-current::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-info.is-outlined, #stx-newsletter .is-info.is-outlined.g-Button, #stx-newsletter .pager > li a.is-info.g-Button, .pager > li #stx-newsletter a.is-info.g-Button, .form .form-managed-file input.is-info.is-outlined[type="submit"], .pager > li a.is-info, .pager > li.is-info.is-outlined.pager-current {
      background-color: transparent;
      border-color: #209cee;
      color: #209cee; }
.button.is-info.is-outlined:hover, #stx-newsletter .is-info.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-info.g-Button:hover, .pager > li #stx-newsletter a.is-info.g-Button:hover, .form .form-managed-file input.is-info.is-outlined:hover[type="submit"], .pager > li a.is-info:hover, .pager > li.is-info.is-outlined.pager-current:hover, .button.is-info.is-outlined:focus, #stx-newsletter .is-info.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-info.g-Button:focus, .pager > li #stx-newsletter a.is-info.g-Button:focus, .form .form-managed-file input.is-info.is-outlined:focus[type="submit"], .pager > li a.is-info:focus, .pager > li.is-info.is-outlined.pager-current:focus {
        background-color: #209cee;
        border-color: #209cee;
        color: #fff; }
.button.is-info.is-outlined.is-loading::after, #stx-newsletter .is-info.is-outlined.is-loading.g-Button::after, #stx-newsletter .pager > li a.is-info.is-loading.g-Button::after, .pager > li #stx-newsletter a.is-info.is-loading.g-Button::after, .form .form-managed-file input.is-info.is-outlined.is-loading[type="submit"]::after, .pager > li a.is-info.is-loading::after, .pager > li.is-info.is-outlined.is-loading.pager-current::after {
        border-color: transparent transparent #209cee #209cee !important; }
.button.is-info.is-outlined[disabled], #stx-newsletter .is-info.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-info.g-Button[disabled], .pager > li #stx-newsletter a.is-info.g-Button[disabled], .form .form-managed-file input.is-info.is-outlined[disabled][type="submit"], .pager > li a.is-info[disabled], .pager > li.is-info.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-info.is-outlined,
      fieldset[disabled] #stx-newsletter .is-info.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-info.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-info.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-info.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-info.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-info.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-info.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-info.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-info,
      .pager > li fieldset[disabled] a.is-info,
      fieldset[disabled] .pager > li.is-info.is-outlined.pager-current {
        background-color: transparent;
        border-color: #209cee;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #209cee; }
.button.is-info.is-inverted.is-outlined, #stx-newsletter .is-info.is-inverted.is-outlined.g-Button, #stx-newsletter .pager > li a.is-info.is-inverted.g-Button, .pager > li #stx-newsletter a.is-info.is-inverted.g-Button, .form .form-managed-file input.is-info.is-inverted.is-outlined[type="submit"], .pager > li a.is-info.is-inverted, .pager > li.is-info.is-inverted.is-outlined.pager-current {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-info.is-inverted.is-outlined:hover, #stx-newsletter .is-info.is-inverted.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-info.is-inverted.g-Button:hover, .pager > li #stx-newsletter a.is-info.is-inverted.g-Button:hover, .form .form-managed-file input.is-info.is-inverted.is-outlined:hover[type="submit"], .pager > li a.is-info.is-inverted:hover, .pager > li.is-info.is-inverted.is-outlined.pager-current:hover, .button.is-info.is-inverted.is-outlined:focus, #stx-newsletter .is-info.is-inverted.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-info.is-inverted.g-Button:focus, .pager > li #stx-newsletter a.is-info.is-inverted.g-Button:focus, .form .form-managed-file input.is-info.is-inverted.is-outlined:focus[type="submit"], .pager > li a.is-info.is-inverted:focus, .pager > li.is-info.is-inverted.is-outlined.pager-current:focus {
        background-color: #fff;
        color: #209cee; }
.button.is-info.is-inverted.is-outlined[disabled], #stx-newsletter .is-info.is-inverted.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-info.is-inverted.g-Button[disabled], .pager > li #stx-newsletter a.is-info.is-inverted.g-Button[disabled], .form .form-managed-file input.is-info.is-inverted.is-outlined[disabled][type="submit"], .pager > li a.is-info.is-inverted[disabled], .pager > li.is-info.is-inverted.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-info.is-inverted.is-outlined,
      fieldset[disabled] #stx-newsletter .is-info.is-inverted.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-info.is-inverted.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-info.is-inverted.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-info.is-inverted.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-info.is-inverted.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-info.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-info.is-inverted.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-info.is-inverted.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-info.is-inverted,
      .pager > li fieldset[disabled] a.is-info.is-inverted,
      fieldset[disabled] .pager > li.is-info.is-inverted.is-outlined.pager-current {
        background-color: transparent;
        border-color: #fff;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #fff; }
.button.is-success, #stx-newsletter .is-success.g-Button, .form .form-managed-file input.is-success[type="submit"], .pager > li a.is-success, .pager > li.is-success.pager-current {
    background-color: #23d160;
    border-color: transparent;
    color: #fff; }
.button.is-success:hover, #stx-newsletter .is-success.g-Button:hover, .form .form-managed-file input.is-success:hover[type="submit"], .pager > li a.is-success:hover, .pager > li.is-success.pager-current:hover, .button.is-success.is-hovered, #stx-newsletter .is-success.is-hovered.g-Button, .form .form-managed-file input.is-success.is-hovered[type="submit"], .pager > li a.is-success.is-hovered, .pager > li.is-success.is-hovered.pager-current {
      background-color: #22c65b;
      border-color: transparent;
      color: #fff; }
.button.is-success:focus, #stx-newsletter .is-success.g-Button:focus, .form .form-managed-file input.is-success:focus[type="submit"], .pager > li a.is-success:focus, .pager > li.is-success.pager-current:focus, .button.is-success.is-focused, #stx-newsletter .is-success.is-focused.g-Button, .form .form-managed-file input.is-success.is-focused[type="submit"], .pager > li a.is-success.is-focused, .pager > li.is-success.is-focused.pager-current {
      border-color: transparent;
      color: #fff; }
.button.is-success:focus:not(:active), #stx-newsletter .is-success.g-Button:focus:not(:active), .form .form-managed-file input.is-success:focus:not(:active)[type="submit"], .pager > li a.is-success:focus:not(:active), .pager > li.is-success.pager-current:focus:not(:active), .button.is-success.is-focused:not(:active), #stx-newsletter .is-success.is-focused.g-Button:not(:active), .form .form-managed-file input.is-success.is-focused:not(:active)[type="submit"], .pager > li a.is-success.is-focused:not(:active), .pager > li.is-success.is-focused.pager-current:not(:active) {
        -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
                box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
.button.is-success:active, #stx-newsletter .is-success.g-Button:active, .form .form-managed-file input.is-success:active[type="submit"], .pager > li a.is-success:active, .pager > li.is-success.pager-current:active, .button.is-success.is-active, #stx-newsletter .is-success.is-active.g-Button, .form .form-managed-file input.is-success.is-active[type="submit"], .pager > li a.is-success.is-active, .pager > li.is-success.is-active.pager-current {
      background-color: #20bc56;
      border-color: transparent;
      color: #fff; }
.button.is-success[disabled], #stx-newsletter .is-success.g-Button[disabled], .form .form-managed-file input.is-success[disabled][type="submit"], .pager > li a.is-success[disabled], .pager > li.is-success.pager-current[disabled],
    fieldset[disabled] .button.is-success,
    fieldset[disabled] #stx-newsletter .is-success.g-Button,
    #stx-newsletter fieldset[disabled] .is-success.g-Button,
    fieldset[disabled] .form .form-managed-file input.is-success[type="submit"],
    .form .form-managed-file fieldset[disabled] input.is-success[type="submit"],
    fieldset[disabled] .pager > li a.is-success,
    .pager > li fieldset[disabled] a.is-success,
    fieldset[disabled] .pager > li.is-success.pager-current {
      background-color: #23d160;
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
.button.is-success.is-inverted, #stx-newsletter .is-success.is-inverted.g-Button, .form .form-managed-file input.is-success.is-inverted[type="submit"], .pager > li a.is-success.is-inverted, .pager > li.is-success.is-inverted.pager-current {
      background-color: #fff;
      color: #23d160; }
.button.is-success.is-inverted:hover, #stx-newsletter .is-success.is-inverted.g-Button:hover, .form .form-managed-file input.is-success.is-inverted:hover[type="submit"], .pager > li a.is-success.is-inverted:hover, .pager > li.is-success.is-inverted.pager-current:hover {
        background-color: #f2f2f2; }
.button.is-success.is-inverted[disabled], #stx-newsletter .is-success.is-inverted.g-Button[disabled], .form .form-managed-file input.is-success.is-inverted[disabled][type="submit"], .pager > li a.is-success.is-inverted[disabled], .pager > li.is-success.is-inverted.pager-current[disabled],
      fieldset[disabled] .button.is-success.is-inverted,
      fieldset[disabled] #stx-newsletter .is-success.is-inverted.g-Button,
      #stx-newsletter fieldset[disabled] .is-success.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-success.is-inverted[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-success.is-inverted[type="submit"],
      fieldset[disabled] .pager > li a.is-success.is-inverted,
      .pager > li fieldset[disabled] a.is-success.is-inverted,
      fieldset[disabled] .pager > li.is-success.is-inverted.pager-current {
        background-color: #fff;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #23d160; }
.button.is-success.is-loading::after, #stx-newsletter .is-success.is-loading.g-Button::after, .form .form-managed-file input.is-success.is-loading[type="submit"]::after, .pager > li a.is-success.is-loading::after, .pager > li.is-success.is-loading.pager-current::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-success.is-outlined, #stx-newsletter .is-success.is-outlined.g-Button, #stx-newsletter .pager > li a.is-success.g-Button, .pager > li #stx-newsletter a.is-success.g-Button, .form .form-managed-file input.is-success.is-outlined[type="submit"], .pager > li a.is-success, .pager > li.is-success.is-outlined.pager-current {
      background-color: transparent;
      border-color: #23d160;
      color: #23d160; }
.button.is-success.is-outlined:hover, #stx-newsletter .is-success.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-success.g-Button:hover, .pager > li #stx-newsletter a.is-success.g-Button:hover, .form .form-managed-file input.is-success.is-outlined:hover[type="submit"], .pager > li a.is-success:hover, .pager > li.is-success.is-outlined.pager-current:hover, .button.is-success.is-outlined:focus, #stx-newsletter .is-success.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-success.g-Button:focus, .pager > li #stx-newsletter a.is-success.g-Button:focus, .form .form-managed-file input.is-success.is-outlined:focus[type="submit"], .pager > li a.is-success:focus, .pager > li.is-success.is-outlined.pager-current:focus {
        background-color: #23d160;
        border-color: #23d160;
        color: #fff; }
.button.is-success.is-outlined.is-loading::after, #stx-newsletter .is-success.is-outlined.is-loading.g-Button::after, #stx-newsletter .pager > li a.is-success.is-loading.g-Button::after, .pager > li #stx-newsletter a.is-success.is-loading.g-Button::after, .form .form-managed-file input.is-success.is-outlined.is-loading[type="submit"]::after, .pager > li a.is-success.is-loading::after, .pager > li.is-success.is-outlined.is-loading.pager-current::after {
        border-color: transparent transparent #23d160 #23d160 !important; }
.button.is-success.is-outlined[disabled], #stx-newsletter .is-success.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-success.g-Button[disabled], .pager > li #stx-newsletter a.is-success.g-Button[disabled], .form .form-managed-file input.is-success.is-outlined[disabled][type="submit"], .pager > li a.is-success[disabled], .pager > li.is-success.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-success.is-outlined,
      fieldset[disabled] #stx-newsletter .is-success.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-success.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-success.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-success.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-success.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-success.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-success.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-success.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-success,
      .pager > li fieldset[disabled] a.is-success,
      fieldset[disabled] .pager > li.is-success.is-outlined.pager-current {
        background-color: transparent;
        border-color: #23d160;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #23d160; }
.button.is-success.is-inverted.is-outlined, #stx-newsletter .is-success.is-inverted.is-outlined.g-Button, #stx-newsletter .pager > li a.is-success.is-inverted.g-Button, .pager > li #stx-newsletter a.is-success.is-inverted.g-Button, .form .form-managed-file input.is-success.is-inverted.is-outlined[type="submit"], .pager > li a.is-success.is-inverted, .pager > li.is-success.is-inverted.is-outlined.pager-current {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-success.is-inverted.is-outlined:hover, #stx-newsletter .is-success.is-inverted.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-success.is-inverted.g-Button:hover, .pager > li #stx-newsletter a.is-success.is-inverted.g-Button:hover, .form .form-managed-file input.is-success.is-inverted.is-outlined:hover[type="submit"], .pager > li a.is-success.is-inverted:hover, .pager > li.is-success.is-inverted.is-outlined.pager-current:hover, .button.is-success.is-inverted.is-outlined:focus, #stx-newsletter .is-success.is-inverted.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-success.is-inverted.g-Button:focus, .pager > li #stx-newsletter a.is-success.is-inverted.g-Button:focus, .form .form-managed-file input.is-success.is-inverted.is-outlined:focus[type="submit"], .pager > li a.is-success.is-inverted:focus, .pager > li.is-success.is-inverted.is-outlined.pager-current:focus {
        background-color: #fff;
        color: #23d160; }
.button.is-success.is-inverted.is-outlined[disabled], #stx-newsletter .is-success.is-inverted.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-success.is-inverted.g-Button[disabled], .pager > li #stx-newsletter a.is-success.is-inverted.g-Button[disabled], .form .form-managed-file input.is-success.is-inverted.is-outlined[disabled][type="submit"], .pager > li a.is-success.is-inverted[disabled], .pager > li.is-success.is-inverted.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-success.is-inverted.is-outlined,
      fieldset[disabled] #stx-newsletter .is-success.is-inverted.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-success.is-inverted.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-success.is-inverted.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-success.is-inverted.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-success.is-inverted.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-success.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-success.is-inverted.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-success.is-inverted.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-success.is-inverted,
      .pager > li fieldset[disabled] a.is-success.is-inverted,
      fieldset[disabled] .pager > li.is-success.is-inverted.is-outlined.pager-current {
        background-color: transparent;
        border-color: #fff;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #fff; }
.button.is-warning, #stx-newsletter .is-warning.g-Button, .form .form-managed-file input.is-warning[type="submit"], .pager > li a.is-warning, .pager > li.is-warning.pager-current {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.button.is-warning:hover, #stx-newsletter .is-warning.g-Button:hover, .form .form-managed-file input.is-warning:hover[type="submit"], .pager > li a.is-warning:hover, .pager > li.is-warning.pager-current:hover, .button.is-warning.is-hovered, #stx-newsletter .is-warning.is-hovered.g-Button, .form .form-managed-file input.is-warning.is-hovered[type="submit"], .pager > li a.is-warning.is-hovered, .pager > li.is-warning.is-hovered.pager-current {
      background-color: #ffdb4a;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
.button.is-warning:focus, #stx-newsletter .is-warning.g-Button:focus, .form .form-managed-file input.is-warning:focus[type="submit"], .pager > li a.is-warning:focus, .pager > li.is-warning.pager-current:focus, .button.is-warning.is-focused, #stx-newsletter .is-warning.is-focused.g-Button, .form .form-managed-file input.is-warning.is-focused[type="submit"], .pager > li a.is-warning.is-focused, .pager > li.is-warning.is-focused.pager-current {
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
.button.is-warning:focus:not(:active), #stx-newsletter .is-warning.g-Button:focus:not(:active), .form .form-managed-file input.is-warning:focus:not(:active)[type="submit"], .pager > li a.is-warning:focus:not(:active), .pager > li.is-warning.pager-current:focus:not(:active), .button.is-warning.is-focused:not(:active), #stx-newsletter .is-warning.is-focused.g-Button:not(:active), .form .form-managed-file input.is-warning.is-focused:not(:active)[type="submit"], .pager > li a.is-warning.is-focused:not(:active), .pager > li.is-warning.is-focused.pager-current:not(:active) {
        -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
                box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
.button.is-warning:active, #stx-newsletter .is-warning.g-Button:active, .form .form-managed-file input.is-warning:active[type="submit"], .pager > li a.is-warning:active, .pager > li.is-warning.pager-current:active, .button.is-warning.is-active, #stx-newsletter .is-warning.is-active.g-Button, .form .form-managed-file input.is-warning.is-active[type="submit"], .pager > li a.is-warning.is-active, .pager > li.is-warning.is-active.pager-current {
      background-color: #ffd83d;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
.button.is-warning[disabled], #stx-newsletter .is-warning.g-Button[disabled], .form .form-managed-file input.is-warning[disabled][type="submit"], .pager > li a.is-warning[disabled], .pager > li.is-warning.pager-current[disabled],
    fieldset[disabled] .button.is-warning,
    fieldset[disabled] #stx-newsletter .is-warning.g-Button,
    #stx-newsletter fieldset[disabled] .is-warning.g-Button,
    fieldset[disabled] .form .form-managed-file input.is-warning[type="submit"],
    .form .form-managed-file fieldset[disabled] input.is-warning[type="submit"],
    fieldset[disabled] .pager > li a.is-warning,
    .pager > li fieldset[disabled] a.is-warning,
    fieldset[disabled] .pager > li.is-warning.pager-current {
      background-color: #ffdd57;
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
.button.is-warning.is-inverted, #stx-newsletter .is-warning.is-inverted.g-Button, .form .form-managed-file input.is-warning.is-inverted[type="submit"], .pager > li a.is-warning.is-inverted, .pager > li.is-warning.is-inverted.pager-current {
      background-color: rgba(0, 0, 0, 0.7);
      color: #ffdd57; }
.button.is-warning.is-inverted:hover, #stx-newsletter .is-warning.is-inverted.g-Button:hover, .form .form-managed-file input.is-warning.is-inverted:hover[type="submit"], .pager > li a.is-warning.is-inverted:hover, .pager > li.is-warning.is-inverted.pager-current:hover {
        background-color: rgba(0, 0, 0, 0.7); }
.button.is-warning.is-inverted[disabled], #stx-newsletter .is-warning.is-inverted.g-Button[disabled], .form .form-managed-file input.is-warning.is-inverted[disabled][type="submit"], .pager > li a.is-warning.is-inverted[disabled], .pager > li.is-warning.is-inverted.pager-current[disabled],
      fieldset[disabled] .button.is-warning.is-inverted,
      fieldset[disabled] #stx-newsletter .is-warning.is-inverted.g-Button,
      #stx-newsletter fieldset[disabled] .is-warning.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-warning.is-inverted[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-warning.is-inverted[type="submit"],
      fieldset[disabled] .pager > li a.is-warning.is-inverted,
      .pager > li fieldset[disabled] a.is-warning.is-inverted,
      fieldset[disabled] .pager > li.is-warning.is-inverted.pager-current {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #ffdd57; }
.button.is-warning.is-loading::after, #stx-newsletter .is-warning.is-loading.g-Button::after, .form .form-managed-file input.is-warning.is-loading[type="submit"]::after, .pager > li a.is-warning.is-loading::after, .pager > li.is-warning.is-loading.pager-current::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
.button.is-warning.is-outlined, #stx-newsletter .is-warning.is-outlined.g-Button, #stx-newsletter .pager > li a.is-warning.g-Button, .pager > li #stx-newsletter a.is-warning.g-Button, .form .form-managed-file input.is-warning.is-outlined[type="submit"], .pager > li a.is-warning, .pager > li.is-warning.is-outlined.pager-current {
      background-color: transparent;
      border-color: #ffdd57;
      color: #ffdd57; }
.button.is-warning.is-outlined:hover, #stx-newsletter .is-warning.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-warning.g-Button:hover, .pager > li #stx-newsletter a.is-warning.g-Button:hover, .form .form-managed-file input.is-warning.is-outlined:hover[type="submit"], .pager > li a.is-warning:hover, .pager > li.is-warning.is-outlined.pager-current:hover, .button.is-warning.is-outlined:focus, #stx-newsletter .is-warning.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-warning.g-Button:focus, .pager > li #stx-newsletter a.is-warning.g-Button:focus, .form .form-managed-file input.is-warning.is-outlined:focus[type="submit"], .pager > li a.is-warning:focus, .pager > li.is-warning.is-outlined.pager-current:focus {
        background-color: #ffdd57;
        border-color: #ffdd57;
        color: rgba(0, 0, 0, 0.7); }
.button.is-warning.is-outlined.is-loading::after, #stx-newsletter .is-warning.is-outlined.is-loading.g-Button::after, #stx-newsletter .pager > li a.is-warning.is-loading.g-Button::after, .pager > li #stx-newsletter a.is-warning.is-loading.g-Button::after, .form .form-managed-file input.is-warning.is-outlined.is-loading[type="submit"]::after, .pager > li a.is-warning.is-loading::after, .pager > li.is-warning.is-outlined.is-loading.pager-current::after {
        border-color: transparent transparent #ffdd57 #ffdd57 !important; }
.button.is-warning.is-outlined[disabled], #stx-newsletter .is-warning.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-warning.g-Button[disabled], .pager > li #stx-newsletter a.is-warning.g-Button[disabled], .form .form-managed-file input.is-warning.is-outlined[disabled][type="submit"], .pager > li a.is-warning[disabled], .pager > li.is-warning.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-warning.is-outlined,
      fieldset[disabled] #stx-newsletter .is-warning.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-warning.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-warning.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-warning.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-warning.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-warning.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-warning.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-warning.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-warning,
      .pager > li fieldset[disabled] a.is-warning,
      fieldset[disabled] .pager > li.is-warning.is-outlined.pager-current {
        background-color: transparent;
        border-color: #ffdd57;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #ffdd57; }
.button.is-warning.is-inverted.is-outlined, #stx-newsletter .is-warning.is-inverted.is-outlined.g-Button, #stx-newsletter .pager > li a.is-warning.is-inverted.g-Button, .pager > li #stx-newsletter a.is-warning.is-inverted.g-Button, .form .form-managed-file input.is-warning.is-inverted.is-outlined[type="submit"], .pager > li a.is-warning.is-inverted, .pager > li.is-warning.is-inverted.is-outlined.pager-current {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(0, 0, 0, 0.7); }
.button.is-warning.is-inverted.is-outlined:hover, #stx-newsletter .is-warning.is-inverted.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-warning.is-inverted.g-Button:hover, .pager > li #stx-newsletter a.is-warning.is-inverted.g-Button:hover, .form .form-managed-file input.is-warning.is-inverted.is-outlined:hover[type="submit"], .pager > li a.is-warning.is-inverted:hover, .pager > li.is-warning.is-inverted.is-outlined.pager-current:hover, .button.is-warning.is-inverted.is-outlined:focus, #stx-newsletter .is-warning.is-inverted.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-warning.is-inverted.g-Button:focus, .pager > li #stx-newsletter a.is-warning.is-inverted.g-Button:focus, .form .form-managed-file input.is-warning.is-inverted.is-outlined:focus[type="submit"], .pager > li a.is-warning.is-inverted:focus, .pager > li.is-warning.is-inverted.is-outlined.pager-current:focus {
        background-color: rgba(0, 0, 0, 0.7);
        color: #ffdd57; }
.button.is-warning.is-inverted.is-outlined[disabled], #stx-newsletter .is-warning.is-inverted.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-warning.is-inverted.g-Button[disabled], .pager > li #stx-newsletter a.is-warning.is-inverted.g-Button[disabled], .form .form-managed-file input.is-warning.is-inverted.is-outlined[disabled][type="submit"], .pager > li a.is-warning.is-inverted[disabled], .pager > li.is-warning.is-inverted.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-warning.is-inverted.is-outlined,
      fieldset[disabled] #stx-newsletter .is-warning.is-inverted.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-warning.is-inverted.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-warning.is-inverted.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-warning.is-inverted.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-warning.is-inverted.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-warning.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-warning.is-inverted.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-warning.is-inverted.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-warning.is-inverted,
      .pager > li fieldset[disabled] a.is-warning.is-inverted,
      fieldset[disabled] .pager > li.is-warning.is-inverted.is-outlined.pager-current {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: none;
                box-shadow: none;
        color: rgba(0, 0, 0, 0.7); }
.button.is-danger, #stx-newsletter .is-danger.g-Button, .form .form-managed-file input.is-danger[type="submit"], .pager > li a.is-danger, .pager > li.is-danger.pager-current {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff; }
.button.is-danger:hover, #stx-newsletter .is-danger.g-Button:hover, .form .form-managed-file input.is-danger:hover[type="submit"], .pager > li a.is-danger:hover, .pager > li.is-danger.pager-current:hover, .button.is-danger.is-hovered, #stx-newsletter .is-danger.is-hovered.g-Button, .form .form-managed-file input.is-danger.is-hovered[type="submit"], .pager > li a.is-danger.is-hovered, .pager > li.is-danger.is-hovered.pager-current {
      background-color: #ff2b56;
      border-color: transparent;
      color: #fff; }
.button.is-danger:focus, #stx-newsletter .is-danger.g-Button:focus, .form .form-managed-file input.is-danger:focus[type="submit"], .pager > li a.is-danger:focus, .pager > li.is-danger.pager-current:focus, .button.is-danger.is-focused, #stx-newsletter .is-danger.is-focused.g-Button, .form .form-managed-file input.is-danger.is-focused[type="submit"], .pager > li a.is-danger.is-focused, .pager > li.is-danger.is-focused.pager-current {
      border-color: transparent;
      color: #fff; }
.button.is-danger:focus:not(:active), #stx-newsletter .is-danger.g-Button:focus:not(:active), .form .form-managed-file input.is-danger:focus:not(:active)[type="submit"], .pager > li a.is-danger:focus:not(:active), .pager > li.is-danger.pager-current:focus:not(:active), .button.is-danger.is-focused:not(:active), #stx-newsletter .is-danger.is-focused.g-Button:not(:active), .form .form-managed-file input.is-danger.is-focused:not(:active)[type="submit"], .pager > li a.is-danger.is-focused:not(:active), .pager > li.is-danger.is-focused.pager-current:not(:active) {
        -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
                box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
.button.is-danger:active, #stx-newsletter .is-danger.g-Button:active, .form .form-managed-file input.is-danger:active[type="submit"], .pager > li a.is-danger:active, .pager > li.is-danger.pager-current:active, .button.is-danger.is-active, #stx-newsletter .is-danger.is-active.g-Button, .form .form-managed-file input.is-danger.is-active[type="submit"], .pager > li a.is-danger.is-active, .pager > li.is-danger.is-active.pager-current {
      background-color: #ff1f4b;
      border-color: transparent;
      color: #fff; }
.button.is-danger[disabled], #stx-newsletter .is-danger.g-Button[disabled], .form .form-managed-file input.is-danger[disabled][type="submit"], .pager > li a.is-danger[disabled], .pager > li.is-danger.pager-current[disabled],
    fieldset[disabled] .button.is-danger,
    fieldset[disabled] #stx-newsletter .is-danger.g-Button,
    #stx-newsletter fieldset[disabled] .is-danger.g-Button,
    fieldset[disabled] .form .form-managed-file input.is-danger[type="submit"],
    .form .form-managed-file fieldset[disabled] input.is-danger[type="submit"],
    fieldset[disabled] .pager > li a.is-danger,
    .pager > li fieldset[disabled] a.is-danger,
    fieldset[disabled] .pager > li.is-danger.pager-current {
      background-color: #ff3860;
      border-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
.button.is-danger.is-inverted, #stx-newsletter .is-danger.is-inverted.g-Button, .form .form-managed-file input.is-danger.is-inverted[type="submit"], .pager > li a.is-danger.is-inverted, .pager > li.is-danger.is-inverted.pager-current {
      background-color: #fff;
      color: #ff3860; }
.button.is-danger.is-inverted:hover, #stx-newsletter .is-danger.is-inverted.g-Button:hover, .form .form-managed-file input.is-danger.is-inverted:hover[type="submit"], .pager > li a.is-danger.is-inverted:hover, .pager > li.is-danger.is-inverted.pager-current:hover {
        background-color: #f2f2f2; }
.button.is-danger.is-inverted[disabled], #stx-newsletter .is-danger.is-inverted.g-Button[disabled], .form .form-managed-file input.is-danger.is-inverted[disabled][type="submit"], .pager > li a.is-danger.is-inverted[disabled], .pager > li.is-danger.is-inverted.pager-current[disabled],
      fieldset[disabled] .button.is-danger.is-inverted,
      fieldset[disabled] #stx-newsletter .is-danger.is-inverted.g-Button,
      #stx-newsletter fieldset[disabled] .is-danger.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-danger.is-inverted[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-danger.is-inverted[type="submit"],
      fieldset[disabled] .pager > li a.is-danger.is-inverted,
      .pager > li fieldset[disabled] a.is-danger.is-inverted,
      fieldset[disabled] .pager > li.is-danger.is-inverted.pager-current {
        background-color: #fff;
        border-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #ff3860; }
.button.is-danger.is-loading::after, #stx-newsletter .is-danger.is-loading.g-Button::after, .form .form-managed-file input.is-danger.is-loading[type="submit"]::after, .pager > li a.is-danger.is-loading::after, .pager > li.is-danger.is-loading.pager-current::after {
      border-color: transparent transparent #fff #fff !important; }
.button.is-danger.is-outlined, #stx-newsletter .is-danger.is-outlined.g-Button, #stx-newsletter .pager > li a.is-danger.g-Button, .pager > li #stx-newsletter a.is-danger.g-Button, .form .form-managed-file input.is-danger.is-outlined[type="submit"], .pager > li a.is-danger, .pager > li.is-danger.is-outlined.pager-current {
      background-color: transparent;
      border-color: #ff3860;
      color: #ff3860; }
.button.is-danger.is-outlined:hover, #stx-newsletter .is-danger.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-danger.g-Button:hover, .pager > li #stx-newsletter a.is-danger.g-Button:hover, .form .form-managed-file input.is-danger.is-outlined:hover[type="submit"], .pager > li a.is-danger:hover, .pager > li.is-danger.is-outlined.pager-current:hover, .button.is-danger.is-outlined:focus, #stx-newsletter .is-danger.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-danger.g-Button:focus, .pager > li #stx-newsletter a.is-danger.g-Button:focus, .form .form-managed-file input.is-danger.is-outlined:focus[type="submit"], .pager > li a.is-danger:focus, .pager > li.is-danger.is-outlined.pager-current:focus {
        background-color: #ff3860;
        border-color: #ff3860;
        color: #fff; }
.button.is-danger.is-outlined.is-loading::after, #stx-newsletter .is-danger.is-outlined.is-loading.g-Button::after, #stx-newsletter .pager > li a.is-danger.is-loading.g-Button::after, .pager > li #stx-newsletter a.is-danger.is-loading.g-Button::after, .form .form-managed-file input.is-danger.is-outlined.is-loading[type="submit"]::after, .pager > li a.is-danger.is-loading::after, .pager > li.is-danger.is-outlined.is-loading.pager-current::after {
        border-color: transparent transparent #ff3860 #ff3860 !important; }
.button.is-danger.is-outlined[disabled], #stx-newsletter .is-danger.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-danger.g-Button[disabled], .pager > li #stx-newsletter a.is-danger.g-Button[disabled], .form .form-managed-file input.is-danger.is-outlined[disabled][type="submit"], .pager > li a.is-danger[disabled], .pager > li.is-danger.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-danger.is-outlined,
      fieldset[disabled] #stx-newsletter .is-danger.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-danger.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-danger.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-danger.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-danger.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-danger.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-danger.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-danger.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-danger,
      .pager > li fieldset[disabled] a.is-danger,
      fieldset[disabled] .pager > li.is-danger.is-outlined.pager-current {
        background-color: transparent;
        border-color: #ff3860;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #ff3860; }
.button.is-danger.is-inverted.is-outlined, #stx-newsletter .is-danger.is-inverted.is-outlined.g-Button, #stx-newsletter .pager > li a.is-danger.is-inverted.g-Button, .pager > li #stx-newsletter a.is-danger.is-inverted.g-Button, .form .form-managed-file input.is-danger.is-inverted.is-outlined[type="submit"], .pager > li a.is-danger.is-inverted, .pager > li.is-danger.is-inverted.is-outlined.pager-current {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
.button.is-danger.is-inverted.is-outlined:hover, #stx-newsletter .is-danger.is-inverted.is-outlined.g-Button:hover, #stx-newsletter .pager > li a.is-danger.is-inverted.g-Button:hover, .pager > li #stx-newsletter a.is-danger.is-inverted.g-Button:hover, .form .form-managed-file input.is-danger.is-inverted.is-outlined:hover[type="submit"], .pager > li a.is-danger.is-inverted:hover, .pager > li.is-danger.is-inverted.is-outlined.pager-current:hover, .button.is-danger.is-inverted.is-outlined:focus, #stx-newsletter .is-danger.is-inverted.is-outlined.g-Button:focus, #stx-newsletter .pager > li a.is-danger.is-inverted.g-Button:focus, .pager > li #stx-newsletter a.is-danger.is-inverted.g-Button:focus, .form .form-managed-file input.is-danger.is-inverted.is-outlined:focus[type="submit"], .pager > li a.is-danger.is-inverted:focus, .pager > li.is-danger.is-inverted.is-outlined.pager-current:focus {
        background-color: #fff;
        color: #ff3860; }
.button.is-danger.is-inverted.is-outlined[disabled], #stx-newsletter .is-danger.is-inverted.is-outlined.g-Button[disabled], #stx-newsletter .pager > li a.is-danger.is-inverted.g-Button[disabled], .pager > li #stx-newsletter a.is-danger.is-inverted.g-Button[disabled], .form .form-managed-file input.is-danger.is-inverted.is-outlined[disabled][type="submit"], .pager > li a.is-danger.is-inverted[disabled], .pager > li.is-danger.is-inverted.is-outlined.pager-current[disabled],
      fieldset[disabled] .button.is-danger.is-inverted.is-outlined,
      fieldset[disabled] #stx-newsletter .is-danger.is-inverted.is-outlined.g-Button,
      #stx-newsletter fieldset[disabled] .is-danger.is-inverted.is-outlined.g-Button,
      fieldset[disabled] #stx-newsletter .pager > li a.is-danger.is-inverted.g-Button,
      #stx-newsletter .pager > li fieldset[disabled] a.is-danger.is-inverted.g-Button,
      fieldset[disabled] .pager > li #stx-newsletter a.is-danger.is-inverted.g-Button,
      .pager > li #stx-newsletter fieldset[disabled] a.is-danger.is-inverted.g-Button,
      fieldset[disabled] .form .form-managed-file input.is-danger.is-inverted.is-outlined[type="submit"],
      .form .form-managed-file fieldset[disabled] input.is-danger.is-inverted.is-outlined[type="submit"],
      fieldset[disabled] .pager > li a.is-danger.is-inverted,
      .pager > li fieldset[disabled] a.is-danger.is-inverted,
      fieldset[disabled] .pager > li.is-danger.is-inverted.is-outlined.pager-current {
        background-color: transparent;
        border-color: #fff;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #fff; }
.button.is-small, #stx-newsletter .is-small.g-Button, #stx-newsletter .form .form-managed-file input.g-Button[type="submit"], .form .form-managed-file #stx-newsletter input.g-Button[type="submit"], #stx-newsletter .pager > li a.g-Button, .pager > li #stx-newsletter a.g-Button, #stx-newsletter .pager > li.g-Button.pager-current, .form .form-managed-file input[type="submit"], .pager > li a, .pager > li.pager-current {
    border-radius: 2px;
    font-size: 0.75rem; }
.button.is-normal, #stx-newsletter .is-normal.g-Button, .form .form-managed-file input.is-normal[type="submit"], .pager > li a.is-normal, .pager > li.is-normal.pager-current {
    font-size: 1rem; }
.button.is-medium, #stx-newsletter .is-medium.g-Button, .form .form-managed-file input.is-medium[type="submit"], .pager > li a.is-medium, .pager > li.is-medium.pager-current {
    font-size: 1.25rem; }
.button.is-large, #stx-newsletter .is-large.g-Button, .form .form-managed-file input.is-large[type="submit"], .pager > li a.is-large, .pager > li.is-large.pager-current {
    font-size: 1.5rem; }
.button[disabled], #stx-newsletter .g-Button[disabled], .form .form-managed-file input[disabled][type="submit"], .pager > li a[disabled], .pager > li.pager-current[disabled],
  fieldset[disabled] .button,
  fieldset[disabled] #stx-newsletter .g-Button,
  #stx-newsletter fieldset[disabled] .g-Button,
  fieldset[disabled] .form .form-managed-file input[type="submit"],
  .form .form-managed-file fieldset[disabled] input[type="submit"],
  fieldset[disabled] .pager > li a,
  .pager > li fieldset[disabled] a,
  fieldset[disabled] .pager > li.pager-current {
    background-color: white;
    border-color: #dbdbdb;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 0.5; }
.button.is-fullwidth, #stx-newsletter .is-fullwidth.g-Button, .form .form-managed-file input.is-fullwidth[type="submit"], .pager > li a.is-fullwidth, .pager > li.is-fullwidth.pager-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
.button.is-loading, #stx-newsletter .is-loading.g-Button, .form .form-managed-file input.is-loading[type="submit"], .pager > li a.is-loading, .pager > li.is-loading.pager-current {
    color: transparent !important;
    pointer-events: none; }
.button.is-loading::after, #stx-newsletter .is-loading.g-Button::after, .form .form-managed-file input.is-loading[type="submit"]::after, .pager > li a.is-loading::after, .pager > li.is-loading.pager-current::after {
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important; }
.button.is-static, #stx-newsletter .is-static.g-Button, .form .form-managed-file input.is-static[type="submit"], .pager > li a.is-static, .pager > li.is-static.pager-current {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    color: #7a7a7a;
    -webkit-box-shadow: none;
            box-shadow: none;
    pointer-events: none; }
.button.is-rounded, #stx-newsletter .is-rounded.g-Button, .form .form-managed-file input.is-rounded[type="submit"], .pager > li a.is-rounded, .pager > li.is-rounded.pager-current {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em; }
.buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.buttons .button, .buttons #stx-newsletter .g-Button, #stx-newsletter .buttons .g-Button, .buttons .form .form-managed-file input[type="submit"], .form .form-managed-file .buttons input[type="submit"], .buttons .pager > li a, .pager > li .buttons a, .buttons .pager > li.pager-current {
    margin-bottom: 0.5rem; }
.buttons .button:not(:last-child):not(.is-fullwidth), .buttons #stx-newsletter .g-Button:not(:last-child):not(.is-fullwidth), #stx-newsletter .buttons .g-Button:not(:last-child):not(.is-fullwidth), .buttons .form .form-managed-file input:not(:last-child):not(.is-fullwidth)[type="submit"], .form .form-managed-file .buttons input:not(:last-child):not(.is-fullwidth)[type="submit"], .buttons .pager > li a:not(:last-child):not(.is-fullwidth), .pager > li .buttons a:not(:last-child):not(.is-fullwidth), .buttons .pager > li.pager-current:not(:last-child):not(.is-fullwidth) {
      margin-right: 0.5rem; }
.buttons:last-child {
    margin-bottom: -0.5rem; }
.buttons:not(:last-child) {
    margin-bottom: 1rem; }
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large), .buttons.are-small #stx-newsletter .g-Button:not(.is-normal):not(.is-medium):not(.is-large), #stx-newsletter .buttons.are-small .g-Button:not(.is-normal):not(.is-medium):not(.is-large), .buttons.are-small .form .form-managed-file input:not(.is-normal):not(.is-medium):not(.is-large)[type="submit"], .form .form-managed-file .buttons.are-small input:not(.is-normal):not(.is-medium):not(.is-large)[type="submit"], .buttons.are-small .pager > li a:not(.is-normal):not(.is-medium):not(.is-large), .pager > li .buttons.are-small a:not(.is-normal):not(.is-medium):not(.is-large), .buttons.are-small .pager > li.pager-current:not(.is-normal):not(.is-medium):not(.is-large) {
    border-radius: 2px;
    font-size: 0.75rem; }
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large), .buttons.are-medium #stx-newsletter .g-Button:not(.is-small):not(.is-normal):not(.is-large), #stx-newsletter .buttons.are-medium .g-Button:not(.is-small):not(.is-normal):not(.is-large), .buttons.are-medium .form .form-managed-file input:not(.is-small):not(.is-normal):not(.is-large)[type="submit"], .form .form-managed-file .buttons.are-medium input:not(.is-small):not(.is-normal):not(.is-large)[type="submit"], .buttons.are-medium .pager > li a:not(.is-small):not(.is-normal):not(.is-large), .pager > li .buttons.are-medium a:not(.is-small):not(.is-normal):not(.is-large), .buttons.are-medium .pager > li.pager-current:not(.is-small):not(.is-normal):not(.is-large) {
    font-size: 1.25rem; }
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium), .buttons.are-large #stx-newsletter .g-Button:not(.is-small):not(.is-normal):not(.is-medium), #stx-newsletter .buttons.are-large .g-Button:not(.is-small):not(.is-normal):not(.is-medium), .buttons.are-large .form .form-managed-file input:not(.is-small):not(.is-normal):not(.is-medium)[type="submit"], .form .form-managed-file .buttons.are-large input:not(.is-small):not(.is-normal):not(.is-medium)[type="submit"], .buttons.are-large .pager > li a:not(.is-small):not(.is-normal):not(.is-medium), .pager > li .buttons.are-large a:not(.is-small):not(.is-normal):not(.is-medium), .buttons.are-large .pager > li.pager-current:not(.is-small):not(.is-normal):not(.is-medium) {
    font-size: 1.5rem; }
.buttons.has-addons .button:not(:first-child), .buttons.has-addons #stx-newsletter .g-Button:not(:first-child), #stx-newsletter .buttons.has-addons .g-Button:not(:first-child), .buttons.has-addons .form .form-managed-file input:not(:first-child)[type="submit"], .form .form-managed-file .buttons.has-addons input:not(:first-child)[type="submit"], .buttons.has-addons .pager > li a:not(:first-child), .pager > li .buttons.has-addons a:not(:first-child), .buttons.has-addons .pager > li.pager-current:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
.buttons.has-addons .button:not(:last-child), .buttons.has-addons #stx-newsletter .g-Button:not(:last-child), #stx-newsletter .buttons.has-addons .g-Button:not(:last-child), .buttons.has-addons .form .form-managed-file input:not(:last-child)[type="submit"], .form .form-managed-file .buttons.has-addons input:not(:last-child)[type="submit"], .buttons.has-addons .pager > li a:not(:last-child), .pager > li .buttons.has-addons a:not(:last-child), .buttons.has-addons .pager > li.pager-current:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px; }
.buttons.has-addons .button:last-child, .buttons.has-addons #stx-newsletter .g-Button:last-child, #stx-newsletter .buttons.has-addons .g-Button:last-child, .buttons.has-addons .form .form-managed-file input:last-child[type="submit"], .form .form-managed-file .buttons.has-addons input:last-child[type="submit"], .buttons.has-addons .pager > li a:last-child, .pager > li .buttons.has-addons a:last-child, .buttons.has-addons .pager > li.pager-current:last-child {
    margin-right: 0; }
.buttons.has-addons .button:hover, .buttons.has-addons #stx-newsletter .g-Button:hover, #stx-newsletter .buttons.has-addons .g-Button:hover, .buttons.has-addons .form .form-managed-file input:hover[type="submit"], .form .form-managed-file .buttons.has-addons input:hover[type="submit"], .buttons.has-addons .pager > li a:hover, .pager > li .buttons.has-addons a:hover, .buttons.has-addons .pager > li.pager-current:hover, .buttons.has-addons .button.is-hovered, .buttons.has-addons #stx-newsletter .is-hovered.g-Button, #stx-newsletter .buttons.has-addons .is-hovered.g-Button, .buttons.has-addons .form .form-managed-file input.is-hovered[type="submit"], .form .form-managed-file .buttons.has-addons input.is-hovered[type="submit"], .buttons.has-addons .pager > li a.is-hovered, .pager > li .buttons.has-addons a.is-hovered, .buttons.has-addons .pager > li.is-hovered.pager-current {
    z-index: 2; }
.buttons.has-addons .button:focus, .buttons.has-addons #stx-newsletter .g-Button:focus, #stx-newsletter .buttons.has-addons .g-Button:focus, .buttons.has-addons .form .form-managed-file input:focus[type="submit"], .form .form-managed-file .buttons.has-addons input:focus[type="submit"], .buttons.has-addons .pager > li a:focus, .pager > li .buttons.has-addons a:focus, .buttons.has-addons .pager > li.pager-current:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons #stx-newsletter .is-focused.g-Button, #stx-newsletter .buttons.has-addons .is-focused.g-Button, .buttons.has-addons .form .form-managed-file input.is-focused[type="submit"], .form .form-managed-file .buttons.has-addons input.is-focused[type="submit"], .buttons.has-addons .pager > li a.is-focused, .pager > li .buttons.has-addons a.is-focused, .buttons.has-addons .pager > li.is-focused.pager-current, .buttons.has-addons .button:active, .buttons.has-addons #stx-newsletter .g-Button:active, #stx-newsletter .buttons.has-addons .g-Button:active, .buttons.has-addons .form .form-managed-file input:active[type="submit"], .form .form-managed-file .buttons.has-addons input:active[type="submit"], .buttons.has-addons .pager > li a:active, .pager > li .buttons.has-addons a:active, .buttons.has-addons .pager > li.pager-current:active, .buttons.has-addons .button.is-active, .buttons.has-addons #stx-newsletter .is-active.g-Button, #stx-newsletter .buttons.has-addons .is-active.g-Button, .buttons.has-addons .form .form-managed-file input.is-active[type="submit"], .form .form-managed-file .buttons.has-addons input.is-active[type="submit"], .buttons.has-addons .pager > li a.is-active, .pager > li .buttons.has-addons a.is-active, .buttons.has-addons .pager > li.is-active.pager-current, .buttons.has-addons .button.is-selected, .buttons.has-addons #stx-newsletter .is-selected.g-Button, #stx-newsletter .buttons.has-addons .is-selected.g-Button, .buttons.has-addons .form .form-managed-file input.is-selected[type="submit"], .form .form-managed-file .buttons.has-addons input.is-selected[type="submit"], .buttons.has-addons .pager > li a.is-selected, .pager > li .buttons.has-addons a.is-selected, .buttons.has-addons .pager > li.is-selected.pager-current {
    z-index: 3; }
.buttons.has-addons .button:focus:hover, .buttons.has-addons #stx-newsletter .g-Button:focus:hover, #stx-newsletter .buttons.has-addons .g-Button:focus:hover, .buttons.has-addons .form .form-managed-file input:focus:hover[type="submit"], .form .form-managed-file .buttons.has-addons input:focus:hover[type="submit"], .buttons.has-addons .pager > li a:focus:hover, .pager > li .buttons.has-addons a:focus:hover, .buttons.has-addons .pager > li.pager-current:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons #stx-newsletter .is-focused.g-Button:hover, #stx-newsletter .buttons.has-addons .is-focused.g-Button:hover, .buttons.has-addons .form .form-managed-file input.is-focused:hover[type="submit"], .form .form-managed-file .buttons.has-addons input.is-focused:hover[type="submit"], .buttons.has-addons .pager > li a.is-focused:hover, .pager > li .buttons.has-addons a.is-focused:hover, .buttons.has-addons .pager > li.is-focused.pager-current:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons #stx-newsletter .g-Button:active:hover, #stx-newsletter .buttons.has-addons .g-Button:active:hover, .buttons.has-addons .form .form-managed-file input:active:hover[type="submit"], .form .form-managed-file .buttons.has-addons input:active:hover[type="submit"], .buttons.has-addons .pager > li a:active:hover, .pager > li .buttons.has-addons a:active:hover, .buttons.has-addons .pager > li.pager-current:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons #stx-newsletter .is-active.g-Button:hover, #stx-newsletter .buttons.has-addons .is-active.g-Button:hover, .buttons.has-addons .form .form-managed-file input.is-active:hover[type="submit"], .form .form-managed-file .buttons.has-addons input.is-active:hover[type="submit"], .buttons.has-addons .pager > li a.is-active:hover, .pager > li .buttons.has-addons a.is-active:hover, .buttons.has-addons .pager > li.is-active.pager-current:hover, .buttons.has-addons .button.is-selected:hover, .buttons.has-addons #stx-newsletter .is-selected.g-Button:hover, #stx-newsletter .buttons.has-addons .is-selected.g-Button:hover, .buttons.has-addons .form .form-managed-file input.is-selected:hover[type="submit"], .form .form-managed-file .buttons.has-addons input.is-selected:hover[type="submit"], .buttons.has-addons .pager > li a.is-selected:hover, .pager > li .buttons.has-addons a.is-selected:hover, .buttons.has-addons .pager > li.is-selected.pager-current:hover {
      z-index: 4; }
.buttons.has-addons .button.is-expanded, .buttons.has-addons #stx-newsletter .is-expanded.g-Button, #stx-newsletter .buttons.has-addons .is-expanded.g-Button, .buttons.has-addons .form .form-managed-file input.is-expanded[type="submit"], .form .form-managed-file .buttons.has-addons input.is-expanded[type="submit"], .buttons.has-addons .pager > li a.is-expanded, .pager > li .buttons.has-addons a.is-expanded, .buttons.has-addons .pager > li.is-expanded.pager-current {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.buttons.is-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.buttons.is-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.container {
  margin: 0 auto;
  position: relative; }
@media screen and (min-width: 1088px) {
    .container {
      max-width: 1056px;
      width: 1056px; }
      .container.is-fluid {
        margin-left: 16px;
        margin-right: 16px;
        max-width: none;
        width: auto; } }
@media screen and (max-width: 1279px) {
    .container.is-widescreen {
      max-width: 1248px;
      width: auto; } }
@media screen and (max-width: 1471px) {
    .container.is-fullhd {
      max-width: 1440px;
      width: auto; } }
@media screen and (min-width: 1280px) {
    .container {
      max-width: 1248px;
      width: 1248px; } }
@media screen and (min-width: 1472px) {
    .container {
      max-width: 1440px;
      width: 1440px; } }
.content li + li {
  margin-top: 0.25em; }
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em; }
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125; }
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }
.content h1:not(:first-child) {
    margin-top: 1em; }
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em; }
.content h2:not(:first-child) {
    margin-top: 1.1428em; }
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em; }
.content h3:not(:first-child) {
    margin-top: 1.3333em; }
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em; }
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em; }
.content h6 {
  font-size: 1em;
  margin-bottom: 1em; }
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em; }
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em; }
.content ol:not([type]) {
    list-style-type: decimal; }
.content ol:not([type]).is-lower-alpha {
      list-style-type: lower-alpha; }
.content ol:not([type]).is-lower-roman {
      list-style-type: lower-roman; }
.content ol:not([type]).is-upper-alpha {
      list-style-type: upper-alpha; }
.content ol:not([type]).is-upper-roman {
      list-style-type: upper-roman; }
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em; }
.content ul ul {
    list-style-type: circle;
    margin-top: 0.5em; }
.content ul ul ul {
      list-style-type: square; }
.content dd {
  margin-left: 2em; }
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center; }
.content figure:not(:first-child) {
    margin-top: 2em; }
.content figure:not(:last-child) {
    margin-bottom: 2em; }
.content figure img {
    display: inline-block; }
.content figure figcaption {
    font-style: italic; }
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal; }
.content sup,
.content sub {
  font-size: 75%; }
.content table {
  width: 100%; }
.content table td,
  .content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
.content table th {
    color: #363636;
    text-align: left; }
.content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #363636; }
.content table tfoot td,
  .content table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
.content table tbody tr:last-child td,
  .content table tbody tr:last-child th {
    border-bottom-width: 0; }
.content.is-small, .form .form-managed-file input.content[type="submit"], .pager > li a.content, .pager > li.content.pager-current {
  font-size: 0.75rem; }
.content.is-medium {
  font-size: 1.25rem; }
.content.is-large {
  font-size: 1.5rem; }
.input, #user-login .form-text,
.textarea {
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%; }
.input::-moz-placeholder, #user-login .form-text::-moz-placeholder,
  .textarea::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
.input::-webkit-input-placeholder, #user-login .form-text::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
.input:-moz-placeholder, #user-login .form-text:-moz-placeholder,
  .textarea:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
.input:-ms-input-placeholder, #user-login .form-text:-ms-input-placeholder,
  .textarea:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
.input:hover, #user-login .form-text:hover, .input.is-hovered, #user-login .is-hovered.form-text,
  .textarea:hover,
  .textarea.is-hovered {
    border-color: #b5b5b5; }
.input:focus, #user-login .form-text:focus, .input.is-focused, #user-login .is-focused.form-text, .input:active, #user-login .form-text:active, .input.is-active, #user-login .is-active.form-text,
  .textarea:focus,
  .textarea.is-focused,
  .textarea:active,
  .textarea.is-active {
    border-color: #0a0a0a;
    -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
            box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
.input[disabled], #user-login .form-text[disabled],
  fieldset[disabled] .input,
  fieldset[disabled] #user-login .form-text,
  #user-login fieldset[disabled] .form-text,
  .textarea[disabled],
  fieldset[disabled]
  .textarea {
    background-color: whitesmoke;
    border-color: whitesmoke;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #7a7a7a; }
.input[disabled]::-moz-placeholder, #user-login .form-text[disabled]::-moz-placeholder,
    fieldset[disabled] .input::-moz-placeholder,
    fieldset[disabled] #user-login .form-text::-moz-placeholder,
    #user-login fieldset[disabled] .form-text::-moz-placeholder,
    .textarea[disabled]::-moz-placeholder,
    fieldset[disabled]
    .textarea::-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
.input[disabled]::-webkit-input-placeholder, #user-login .form-text[disabled]::-webkit-input-placeholder,
    fieldset[disabled] .input::-webkit-input-placeholder,
    fieldset[disabled] #user-login .form-text::-webkit-input-placeholder,
    #user-login fieldset[disabled] .form-text::-webkit-input-placeholder,
    .textarea[disabled]::-webkit-input-placeholder,
    fieldset[disabled]
    .textarea::-webkit-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
.input[disabled]:-moz-placeholder, #user-login .form-text[disabled]:-moz-placeholder,
    fieldset[disabled] .input:-moz-placeholder,
    fieldset[disabled] #user-login .form-text:-moz-placeholder,
    #user-login fieldset[disabled] .form-text:-moz-placeholder,
    .textarea[disabled]:-moz-placeholder,
    fieldset[disabled]
    .textarea:-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
.input[disabled]:-ms-input-placeholder, #user-login .form-text[disabled]:-ms-input-placeholder,
    fieldset[disabled] .input:-ms-input-placeholder,
    fieldset[disabled] #user-login .form-text:-ms-input-placeholder,
    #user-login fieldset[disabled] .form-text:-ms-input-placeholder,
    .textarea[disabled]:-ms-input-placeholder,
    fieldset[disabled]
    .textarea:-ms-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
.input[readonly], #user-login .form-text[readonly],
  .textarea[readonly] {
    -webkit-box-shadow: none;
            box-shadow: none; }
.input.is-white, #user-login .is-white.form-text,
  .textarea.is-white {
    border-color: white; }
.input.is-white:focus, #user-login .is-white.form-text:focus, .input.is-white.is-focused, #user-login .is-white.is-focused.form-text, .input.is-white:active, #user-login .is-white.form-text:active, .input.is-white.is-active, #user-login .is-white.is-active.form-text,
    .textarea.is-white:focus,
    .textarea.is-white.is-focused,
    .textarea.is-white:active,
    .textarea.is-white.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
              box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
.input.is-black, #user-login .is-black.form-text,
  .textarea.is-black {
    border-color: #0a0a0a; }
.input.is-black:focus, #user-login .is-black.form-text:focus, .input.is-black.is-focused, #user-login .is-black.is-focused.form-text, .input.is-black:active, #user-login .is-black.form-text:active, .input.is-black.is-active, #user-login .is-black.is-active.form-text,
    .textarea.is-black:focus,
    .textarea.is-black.is-focused,
    .textarea.is-black:active,
    .textarea.is-black.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
              box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
.input.is-light, #user-login .is-light.form-text,
  .textarea.is-light {
    border-color: whitesmoke; }
.input.is-light:focus, #user-login .is-light.form-text:focus, .input.is-light.is-focused, #user-login .is-light.is-focused.form-text, .input.is-light:active, #user-login .is-light.form-text:active, .input.is-light.is-active, #user-login .is-light.is-active.form-text,
    .textarea.is-light:focus,
    .textarea.is-light.is-focused,
    .textarea.is-light:active,
    .textarea.is-light.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
              box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
.input.is-dark, #user-login .is-dark.form-text,
  .textarea.is-dark {
    border-color: #363636; }
.input.is-dark:focus, #user-login .is-dark.form-text:focus, .input.is-dark.is-focused, #user-login .is-dark.is-focused.form-text, .input.is-dark:active, #user-login .is-dark.form-text:active, .input.is-dark.is-active, #user-login .is-dark.is-active.form-text,
    .textarea.is-dark:focus,
    .textarea.is-dark.is-focused,
    .textarea.is-dark:active,
    .textarea.is-dark.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
              box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
.input.is-primary, #stx-newsletter .input.g-Button, #stx-newsletter #user-login .g-Button.form-text, #user-login #stx-newsletter .g-Button.form-text, .pager > li.input.pager-current, #user-login .pager > li.pager-current.form-text, #user-login .is-primary.form-text,
  .textarea.is-primary,
  #stx-newsletter .textarea.g-Button,
  .pager > li.textarea.pager-current {
    border-color: #3DD52F; }
.input.is-primary:focus, #stx-newsletter .input.g-Button:focus, #stx-newsletter #user-login .g-Button.form-text:focus, #user-login #stx-newsletter .g-Button.form-text:focus, .pager > li.input.pager-current:focus, #user-login .pager > li.pager-current.form-text:focus, #user-login .is-primary.form-text:focus, .input.is-primary.is-focused, #stx-newsletter .input.is-focused.g-Button, #stx-newsletter #user-login .is-focused.g-Button.form-text, #user-login #stx-newsletter .is-focused.g-Button.form-text, .pager > li.input.is-focused.pager-current, #user-login .pager > li.is-focused.pager-current.form-text, #user-login .is-primary.is-focused.form-text, .input.is-primary:active, #stx-newsletter .input.g-Button:active, #stx-newsletter #user-login .g-Button.form-text:active, #user-login #stx-newsletter .g-Button.form-text:active, .pager > li.input.pager-current:active, #user-login .pager > li.pager-current.form-text:active, #user-login .is-primary.form-text:active, .input.is-primary.is-active, #stx-newsletter .input.is-active.g-Button, #stx-newsletter #user-login .is-active.g-Button.form-text, #user-login #stx-newsletter .is-active.g-Button.form-text, .pager > li.input.is-active.pager-current, #user-login .pager > li.is-active.pager-current.form-text, #user-login .is-primary.is-active.form-text,
    .textarea.is-primary:focus,
    #stx-newsletter .textarea.g-Button:focus,
    .pager > li.textarea.pager-current:focus,
    .textarea.is-primary.is-focused,
    #stx-newsletter .textarea.is-focused.g-Button,
    .pager > li.textarea.is-focused.pager-current,
    .textarea.is-primary:active,
    #stx-newsletter .textarea.g-Button:active,
    .pager > li.textarea.pager-current:active,
    .textarea.is-primary.is-active,
    #stx-newsletter .textarea.is-active.g-Button,
    .pager > li.textarea.is-active.pager-current {
      -webkit-box-shadow: 0 0 0 0.125em rgba(61, 213, 47, 0.25);
              box-shadow: 0 0 0 0.125em rgba(61, 213, 47, 0.25); }
.input.is-link, #user-login .is-link.form-text,
  .textarea.is-link {
    border-color: #0a0a0a; }
.input.is-link:focus, #user-login .is-link.form-text:focus, .input.is-link.is-focused, #user-login .is-link.is-focused.form-text, .input.is-link:active, #user-login .is-link.form-text:active, .input.is-link.is-active, #user-login .is-link.is-active.form-text,
    .textarea.is-link:focus,
    .textarea.is-link.is-focused,
    .textarea.is-link:active,
    .textarea.is-link.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
              box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
.input.is-info, #user-login .is-info.form-text,
  .textarea.is-info {
    border-color: #209cee; }
.input.is-info:focus, #user-login .is-info.form-text:focus, .input.is-info.is-focused, #user-login .is-info.is-focused.form-text, .input.is-info:active, #user-login .is-info.form-text:active, .input.is-info.is-active, #user-login .is-info.is-active.form-text,
    .textarea.is-info:focus,
    .textarea.is-info.is-focused,
    .textarea.is-info:active,
    .textarea.is-info.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
              box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
.input.is-success, #user-login .is-success.form-text,
  .textarea.is-success {
    border-color: #23d160; }
.input.is-success:focus, #user-login .is-success.form-text:focus, .input.is-success.is-focused, #user-login .is-success.is-focused.form-text, .input.is-success:active, #user-login .is-success.form-text:active, .input.is-success.is-active, #user-login .is-success.is-active.form-text,
    .textarea.is-success:focus,
    .textarea.is-success.is-focused,
    .textarea.is-success:active,
    .textarea.is-success.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
              box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
.input.is-warning, #user-login .is-warning.form-text,
  .textarea.is-warning {
    border-color: #ffdd57; }
.input.is-warning:focus, #user-login .is-warning.form-text:focus, .input.is-warning.is-focused, #user-login .is-warning.is-focused.form-text, .input.is-warning:active, #user-login .is-warning.form-text:active, .input.is-warning.is-active, #user-login .is-warning.is-active.form-text,
    .textarea.is-warning:focus,
    .textarea.is-warning.is-focused,
    .textarea.is-warning:active,
    .textarea.is-warning.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
              box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
.input.is-danger, #user-login .is-danger.form-text,
  .textarea.is-danger {
    border-color: #ff3860; }
.input.is-danger:focus, #user-login .is-danger.form-text:focus, .input.is-danger.is-focused, #user-login .is-danger.is-focused.form-text, .input.is-danger:active, #user-login .is-danger.form-text:active, .input.is-danger.is-active, #user-login .is-danger.is-active.form-text,
    .textarea.is-danger:focus,
    .textarea.is-danger.is-focused,
    .textarea.is-danger:active,
    .textarea.is-danger.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
              box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
.input.is-small, .form .form-managed-file input.input[type="submit"], .form .form-managed-file #user-login input.form-text[type="submit"], #user-login .form .form-managed-file input.form-text[type="submit"], .pager > li a.input, .pager > li #user-login a.form-text, #user-login .pager > li a.form-text, .pager > li.input.pager-current, #user-login .pager > li.pager-current.form-text, #user-login .is-small.form-text,
  .textarea.is-small,
  .form .form-managed-file input.textarea[type="submit"],
  .pager > li a.textarea,
  .pager > li.textarea.pager-current {
    border-radius: 2px;
    font-size: 0.75rem; }
.input.is-medium, #user-login .is-medium.form-text,
  .textarea.is-medium {
    font-size: 1.25rem; }
.input.is-large, #user-login .is-large.form-text,
  .textarea.is-large {
    font-size: 1.5rem; }
.input.is-fullwidth, #user-login .is-fullwidth.form-text,
  .textarea.is-fullwidth {
    display: block;
    width: 100%; }
.input.is-inline, #user-login .is-inline.form-text,
  .textarea.is-inline {
    display: inline;
    width: auto; }
.input.is-rounded, #user-login .is-rounded.form-text {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em; }
.input.is-static, #user-login .is-static.form-text {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  padding-right: 0; }
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical; }
.textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px; }
.textarea[rows] {
    height: initial; }
.textarea.has-fixed-size {
    resize: none; }
.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative; }
.checkbox input,
  .radio input {
    cursor: pointer; }
.checkbox:hover,
  .radio:hover {
    color: #363636; }
.checkbox[disabled],
  fieldset[disabled] .checkbox,
  .radio[disabled],
  fieldset[disabled]
  .radio {
    color: #7a7a7a;
    cursor: not-allowed; }
.radio + .radio {
  margin-left: 0.5em; }
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }
.select:not(.is-multiple) {
    height: 2.25em; }
.select:not(.is-multiple):not(.is-loading)::after {
    border-color: #0a0a0a;
    right: 1.125em;
    z-index: 4; }
.select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em; }
.select select {
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
.select select::-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
.select select::-webkit-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
.select select:-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
.select select:-ms-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
.select select:hover, .select select.is-hovered {
      border-color: #b5b5b5; }
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
      border-color: #0a0a0a;
      -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
              box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
.select select[disabled],
    fieldset[disabled] .select select {
      background-color: whitesmoke;
      border-color: whitesmoke;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #7a7a7a; }
.select select[disabled]::-moz-placeholder,
      fieldset[disabled] .select select::-moz-placeholder {
        color: rgba(122, 122, 122, 0.3); }
.select select[disabled]::-webkit-input-placeholder,
      fieldset[disabled] .select select::-webkit-input-placeholder {
        color: rgba(122, 122, 122, 0.3); }
.select select[disabled]:-moz-placeholder,
      fieldset[disabled] .select select:-moz-placeholder {
        color: rgba(122, 122, 122, 0.3); }
.select select[disabled]:-ms-input-placeholder,
      fieldset[disabled] .select select:-ms-input-placeholder {
        color: rgba(122, 122, 122, 0.3); }
.select select::-ms-expand {
      display: none; }
.select select[disabled]:hover,
    fieldset[disabled] .select select:hover {
      border-color: whitesmoke; }
.select select:not([multiple]) {
      padding-right: 2.5em; }
.select select[multiple] {
      height: auto;
      padding: 0; }
.select select[multiple] option {
        padding: 0.5em 1em; }
.select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #363636; }
.select.is-white:not(:hover)::after {
    border-color: white; }
.select.is-white select {
    border-color: white; }
.select.is-white select:hover, .select.is-white select.is-hovered {
      border-color: #f2f2f2; }
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
              box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
.select.is-black:not(:hover)::after {
    border-color: #0a0a0a; }
.select.is-black select {
    border-color: #0a0a0a; }
.select.is-black select:hover, .select.is-black select.is-hovered {
      border-color: black; }
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
              box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
.select.is-light:not(:hover)::after {
    border-color: whitesmoke; }
.select.is-light select {
    border-color: whitesmoke; }
.select.is-light select:hover, .select.is-light select.is-hovered {
      border-color: #e8e8e8; }
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
              box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
.select.is-dark:not(:hover)::after {
    border-color: #363636; }
.select.is-dark select {
    border-color: #363636; }
.select.is-dark select:hover, .select.is-dark select.is-hovered {
      border-color: #292929; }
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
              box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
.select.is-primary:not(:hover)::after, #stx-newsletter .select.g-Button:not(:hover)::after, .pager > li.select.pager-current:not(:hover)::after {
    border-color: #3DD52F; }
.select.is-primary select, #stx-newsletter .select.g-Button select, .pager > li.select.pager-current select {
    border-color: #3DD52F; }
.select.is-primary select:hover, #stx-newsletter .select.g-Button select:hover, .pager > li.select.pager-current select:hover, .select.is-primary select.is-hovered, #stx-newsletter .select.g-Button select.is-hovered, .pager > li.select.pager-current select.is-hovered {
      border-color: #35c327; }
.select.is-primary select:focus, #stx-newsletter .select.g-Button select:focus, .pager > li.select.pager-current select:focus, .select.is-primary select.is-focused, #stx-newsletter .select.g-Button select.is-focused, .pager > li.select.pager-current select.is-focused, .select.is-primary select:active, #stx-newsletter .select.g-Button select:active, .pager > li.select.pager-current select:active, .select.is-primary select.is-active, #stx-newsletter .select.g-Button select.is-active, .pager > li.select.pager-current select.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(61, 213, 47, 0.25);
              box-shadow: 0 0 0 0.125em rgba(61, 213, 47, 0.25); }
.select.is-link:not(:hover)::after {
    border-color: #0a0a0a; }
.select.is-link select {
    border-color: #0a0a0a; }
.select.is-link select:hover, .select.is-link select.is-hovered {
      border-color: black; }
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
              box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
.select.is-info:not(:hover)::after {
    border-color: #209cee; }
.select.is-info select {
    border-color: #209cee; }
.select.is-info select:hover, .select.is-info select.is-hovered {
      border-color: #118fe4; }
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
              box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
.select.is-success:not(:hover)::after {
    border-color: #23d160; }
.select.is-success select {
    border-color: #23d160; }
.select.is-success select:hover, .select.is-success select.is-hovered {
      border-color: #20bc56; }
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
              box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
.select.is-warning:not(:hover)::after {
    border-color: #ffdd57; }
.select.is-warning select {
    border-color: #ffdd57; }
.select.is-warning select:hover, .select.is-warning select.is-hovered {
      border-color: #ffd83d; }
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
              box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
.select.is-danger:not(:hover)::after {
    border-color: #ff3860; }
.select.is-danger select {
    border-color: #ff3860; }
.select.is-danger select:hover, .select.is-danger select.is-hovered {
      border-color: #ff1f4b; }
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
      -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
              box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
.select.is-small, .form .form-managed-file input.select[type="submit"], .pager > li a.select, .pager > li.select.pager-current {
    border-radius: 2px;
    font-size: 0.75rem; }
.select.is-medium {
    font-size: 1.25rem; }
.select.is-large {
    font-size: 1.5rem; }
.select.is-disabled::after {
    border-color: #7a7a7a; }
.select.is-fullwidth {
    width: 100%; }
.select.is-fullwidth select {
      width: 100%; }
.select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    -webkit-transform: none;
            transform: none; }
.select.is-loading.is-small:after, .form .form-managed-file input.select.is-loading[type="submit"]:after, .pager > li a.select.is-loading:after, .pager > li.select.is-loading.pager-current:after {
    font-size: 0.75rem; }
.select.is-loading.is-medium:after {
    font-size: 1.25rem; }
.select.is-loading.is-large:after {
    font-size: 1.5rem; }
.file {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative; }
.file.is-white .file-cta {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a; }
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
            box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
    color: #0a0a0a; }
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a; }
.file.is-black .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: white; }
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
            box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    color: white; }
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
    background-color: black;
    border-color: transparent;
    color: white; }
.file.is-light .file-cta {
    background-color: whitesmoke;
    border-color: transparent;
    color: #363636; }
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
    background-color: #eeeeee;
    border-color: transparent;
    color: #363636; }
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
            box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
    color: #363636; }
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #363636; }
.file.is-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: whitesmoke; }
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: whitesmoke; }
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
            box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    color: whitesmoke; }
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: whitesmoke; }
.file.is-primary .file-cta, #stx-newsletter .file.g-Button .file-cta, .pager > li.file.pager-current .file-cta {
    background-color: #3DD52F;
    border-color: transparent;
    color: #fff; }
.file.is-primary:hover .file-cta, #stx-newsletter .file.g-Button:hover .file-cta, .pager > li.file.pager-current:hover .file-cta, .file.is-primary.is-hovered .file-cta, #stx-newsletter .file.is-hovered.g-Button .file-cta, .pager > li.file.is-hovered.pager-current .file-cta {
    background-color: #37ce2a;
    border-color: transparent;
    color: #fff; }
.file.is-primary:focus .file-cta, #stx-newsletter .file.g-Button:focus .file-cta, .pager > li.file.pager-current:focus .file-cta, .file.is-primary.is-focused .file-cta, #stx-newsletter .file.is-focused.g-Button .file-cta, .pager > li.file.is-focused.pager-current .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(61, 213, 47, 0.25);
            box-shadow: 0 0 0.5em rgba(61, 213, 47, 0.25);
    color: #fff; }
.file.is-primary:active .file-cta, #stx-newsletter .file.g-Button:active .file-cta, .pager > li.file.pager-current:active .file-cta, .file.is-primary.is-active .file-cta, #stx-newsletter .file.is-active.g-Button .file-cta, .pager > li.file.is-active.pager-current .file-cta {
    background-color: #35c327;
    border-color: transparent;
    color: #fff; }
.file.is-link .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff; }
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: #fff; }
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
            box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    color: #fff; }
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
    background-color: black;
    border-color: transparent;
    color: #fff; }
.file.is-info .file-cta {
    background-color: #209cee;
    border-color: transparent;
    color: #fff; }
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
    background-color: #1496ed;
    border-color: transparent;
    color: #fff; }
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
            box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
    color: #fff; }
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
    background-color: #118fe4;
    border-color: transparent;
    color: #fff; }
.file.is-success .file-cta {
    background-color: #23d160;
    border-color: transparent;
    color: #fff; }
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
    background-color: #22c65b;
    border-color: transparent;
    color: #fff; }
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
            box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
    color: #fff; }
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
    background-color: #20bc56;
    border-color: transparent;
    color: #fff; }
.file.is-warning .file-cta {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
    background-color: #ffdb4a;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
            box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
    color: rgba(0, 0, 0, 0.7); }
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
    background-color: #ffd83d;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
.file.is-danger .file-cta {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff; }
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
    background-color: #ff2b56;
    border-color: transparent;
    color: #fff; }
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
    border-color: transparent;
    -webkit-box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
            box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
    color: #fff; }
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
    background-color: #ff1f4b;
    border-color: transparent;
    color: #fff; }
.file.is-small, .form .form-managed-file input.file[type="submit"], .pager > li a.file, .pager > li.file.pager-current {
    font-size: 0.75rem; }
.file.is-medium {
    font-size: 1.25rem; }
.file.is-medium .file-icon .fa {
      font-size: 21px; }
.file.is-large {
    font-size: 1.5rem; }
.file.is-large .file-icon .fa {
      font-size: 28px; }
.file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
.file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
.file.has-name.is-empty .file-cta {
    border-radius: 4px; }
.file.has-name.is-empty .file-name {
    display: none; }
.file.is-boxed .file-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.file.is-boxed .file-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 1em 3em; }
.file.is-boxed .file-name {
    border-width: 0 1px 1px; }
.file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em; }
.file.is-boxed .file-icon .fa {
      font-size: 21px; }
.file.is-boxed.is-small .file-icon .fa, .form .form-managed-file input.file.is-boxed[type="submit"] .file-icon .fa, .pager > li a.file.is-boxed .file-icon .fa, .pager > li.file.is-boxed.pager-current .file-icon .fa {
    font-size: 14px; }
.file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px; }
.file.is-boxed.is-large .file-icon .fa {
    font-size: 35px; }
.file.is-boxed.has-name .file-cta {
    border-radius: 4px 4px 0 0; }
.file.is-boxed.has-name .file-name {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px; }
.file.is-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.file.is-fullwidth .file-label {
    width: 100%; }
.file.is-fullwidth .file-name {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: none; }
.file.is-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.file.is-right .file-cta {
      border-radius: 0 4px 4px 0; }
.file.is-right .file-name {
      border-radius: 4px 0 0 4px;
      border-width: 1px 0 1px 1px;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
.file-label {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative; }
.file-label:hover .file-cta {
    background-color: #eeeeee;
    color: #363636; }
.file-label:hover .file-name {
    border-color: #d5d5d5; }
.file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636; }
.file-label:active .file-name {
    border-color: #cfcfcf; }
.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%; }
.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }
.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a; }
.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis; }
.file-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5em;
  width: 1em; }
.file-icon .fa {
    font-size: 14px; }
.label, .form label, #user-login label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700; }
.label:not(:last-child), .form label:not(:last-child), #user-login label:not(:last-child) {
    margin-bottom: 0.5em; }
.label.is-small, .form .form-managed-file input.label[type="submit"], .form label.is-small, .pager > li a.label, .pager > li.label.pager-current, #user-login label.is-small {
    font-size: 0.75rem; }
.label.is-medium, .form label.is-medium, #user-login label.is-medium {
    font-size: 1.25rem; }
.label.is-large, .form label.is-large, #user-login label.is-large {
    font-size: 1.5rem; }
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem; }
.help.is-white {
    color: white; }
.help.is-black {
    color: #0a0a0a; }
.help.is-light {
    color: whitesmoke; }
.help.is-dark {
    color: #363636; }
.help.is-primary, #stx-newsletter .help.g-Button, .pager > li.help.pager-current {
    color: #3DD52F; }
.help.is-link {
    color: #0a0a0a; }
.help.is-info {
    color: #209cee; }
.help.is-success {
    color: #23d160; }
.help.is-warning {
    color: #ffdd57; }
.help.is-danger {
    color: #ff3860; }
.field:not(:last-child) {
  margin-bottom: 0.75rem; }
.field.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
.field.has-addons .control:not(:first-child):not(:last-child) .button, .field.has-addons .control:not(:first-child):not(:last-child) #stx-newsletter .g-Button, #stx-newsletter .field.has-addons .control:not(:first-child):not(:last-child) .g-Button, .field.has-addons .control:not(:first-child):not(:last-child) .form .form-managed-file input[type="submit"], .form .form-managed-file .field.has-addons .control:not(:first-child):not(:last-child) input[type="submit"], .field.has-addons .control:not(:first-child):not(:last-child) .pager > li a, .pager > li .field.has-addons .control:not(:first-child):not(:last-child) a, .field.has-addons .control:not(:first-child):not(:last-child) .pager > li.pager-current,
  .field.has-addons .control:not(:first-child):not(:last-child) .input,
  .field.has-addons .control:not(:first-child):not(:last-child) #user-login .form-text,
  #user-login .field.has-addons .control:not(:first-child):not(:last-child) .form-text,
  .field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0; }
.field.has-addons .control:first-child:not(:only-child) .button, .field.has-addons .control:first-child:not(:only-child) #stx-newsletter .g-Button, #stx-newsletter .field.has-addons .control:first-child:not(:only-child) .g-Button, .field.has-addons .control:first-child:not(:only-child) .form .form-managed-file input[type="submit"], .form .form-managed-file .field.has-addons .control:first-child:not(:only-child) input[type="submit"], .field.has-addons .control:first-child:not(:only-child) .pager > li a, .pager > li .field.has-addons .control:first-child:not(:only-child) a, .field.has-addons .control:first-child:not(:only-child) .pager > li.pager-current,
  .field.has-addons .control:first-child:not(:only-child) .input,
  .field.has-addons .control:first-child:not(:only-child) #user-login .form-text,
  #user-login .field.has-addons .control:first-child:not(:only-child) .form-text,
  .field.has-addons .control:first-child:not(:only-child) .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
.field.has-addons .control:last-child:not(:only-child) .button, .field.has-addons .control:last-child:not(:only-child) #stx-newsletter .g-Button, #stx-newsletter .field.has-addons .control:last-child:not(:only-child) .g-Button, .field.has-addons .control:last-child:not(:only-child) .form .form-managed-file input[type="submit"], .form .form-managed-file .field.has-addons .control:last-child:not(:only-child) input[type="submit"], .field.has-addons .control:last-child:not(:only-child) .pager > li a, .pager > li .field.has-addons .control:last-child:not(:only-child) a, .field.has-addons .control:last-child:not(:only-child) .pager > li.pager-current,
  .field.has-addons .control:last-child:not(:only-child) .input,
  .field.has-addons .control:last-child:not(:only-child) #user-login .form-text,
  #user-login .field.has-addons .control:last-child:not(:only-child) .form-text,
  .field.has-addons .control:last-child:not(:only-child) .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control #stx-newsletter .g-Button:not([disabled]):hover, #stx-newsletter .field.has-addons .control .g-Button:not([disabled]):hover, .field.has-addons .control .form .form-managed-file input:not([disabled]):hover[type="submit"], .form .form-managed-file .field.has-addons .control input:not([disabled]):hover[type="submit"], .field.has-addons .control .pager > li a:not([disabled]):hover, .pager > li .field.has-addons .control a:not([disabled]):hover, .field.has-addons .control .pager > li.pager-current:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered, .field.has-addons .control #stx-newsletter .g-Button:not([disabled]).is-hovered, #stx-newsletter .field.has-addons .control .g-Button:not([disabled]).is-hovered, .field.has-addons .control .form .form-managed-file input:not([disabled]).is-hovered[type="submit"], .form .form-managed-file .field.has-addons .control input:not([disabled]).is-hovered[type="submit"], .field.has-addons .control .pager > li a:not([disabled]).is-hovered, .pager > li .field.has-addons .control a:not([disabled]).is-hovered, .field.has-addons .control .pager > li.pager-current:not([disabled]).is-hovered,
  .field.has-addons .control .input:not([disabled]):hover,
  .field.has-addons .control #user-login .form-text:not([disabled]):hover,
  #user-login .field.has-addons .control .form-text:not([disabled]):hover,
  .field.has-addons .control .input:not([disabled]).is-hovered,
  .field.has-addons .control #user-login .form-text:not([disabled]).is-hovered,
  #user-login .field.has-addons .control .form-text:not([disabled]).is-hovered,
  .field.has-addons .control .select select:not([disabled]):hover,
  .field.has-addons .control .select select:not([disabled]).is-hovered {
    z-index: 2; }
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control #stx-newsletter .g-Button:not([disabled]):focus, #stx-newsletter .field.has-addons .control .g-Button:not([disabled]):focus, .field.has-addons .control .form .form-managed-file input:not([disabled]):focus[type="submit"], .form .form-managed-file .field.has-addons .control input:not([disabled]):focus[type="submit"], .field.has-addons .control .pager > li a:not([disabled]):focus, .pager > li .field.has-addons .control a:not([disabled]):focus, .field.has-addons .control .pager > li.pager-current:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control #stx-newsletter .g-Button:not([disabled]).is-focused, #stx-newsletter .field.has-addons .control .g-Button:not([disabled]).is-focused, .field.has-addons .control .form .form-managed-file input:not([disabled]).is-focused[type="submit"], .form .form-managed-file .field.has-addons .control input:not([disabled]).is-focused[type="submit"], .field.has-addons .control .pager > li a:not([disabled]).is-focused, .pager > li .field.has-addons .control a:not([disabled]).is-focused, .field.has-addons .control .pager > li.pager-current:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control #stx-newsletter .g-Button:not([disabled]):active, #stx-newsletter .field.has-addons .control .g-Button:not([disabled]):active, .field.has-addons .control .form .form-managed-file input:not([disabled]):active[type="submit"], .form .form-managed-file .field.has-addons .control input:not([disabled]):active[type="submit"], .field.has-addons .control .pager > li a:not([disabled]):active, .pager > li .field.has-addons .control a:not([disabled]):active, .field.has-addons .control .pager > li.pager-current:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, .field.has-addons .control #stx-newsletter .g-Button:not([disabled]).is-active, #stx-newsletter .field.has-addons .control .g-Button:not([disabled]).is-active, .field.has-addons .control .form .form-managed-file input:not([disabled]).is-active[type="submit"], .form .form-managed-file .field.has-addons .control input:not([disabled]).is-active[type="submit"], .field.has-addons .control .pager > li a:not([disabled]).is-active, .pager > li .field.has-addons .control a:not([disabled]).is-active, .field.has-addons .control .pager > li.pager-current:not([disabled]).is-active,
  .field.has-addons .control .input:not([disabled]):focus,
  .field.has-addons .control #user-login .form-text:not([disabled]):focus,
  #user-login .field.has-addons .control .form-text:not([disabled]):focus,
  .field.has-addons .control .input:not([disabled]).is-focused,
  .field.has-addons .control #user-login .form-text:not([disabled]).is-focused,
  #user-login .field.has-addons .control .form-text:not([disabled]).is-focused,
  .field.has-addons .control .input:not([disabled]):active,
  .field.has-addons .control #user-login .form-text:not([disabled]):active,
  #user-login .field.has-addons .control .form-text:not([disabled]):active,
  .field.has-addons .control .input:not([disabled]).is-active,
  .field.has-addons .control #user-login .form-text:not([disabled]).is-active,
  #user-login .field.has-addons .control .form-text:not([disabled]).is-active,
  .field.has-addons .control .select select:not([disabled]):focus,
  .field.has-addons .control .select select:not([disabled]).is-focused,
  .field.has-addons .control .select select:not([disabled]):active,
  .field.has-addons .control .select select:not([disabled]).is-active {
    z-index: 3; }
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control #stx-newsletter .g-Button:not([disabled]):focus:hover, #stx-newsletter .field.has-addons .control .g-Button:not([disabled]):focus:hover, .field.has-addons .control .form .form-managed-file input:not([disabled]):focus:hover[type="submit"], .form .form-managed-file .field.has-addons .control input:not([disabled]):focus:hover[type="submit"], .field.has-addons .control .pager > li a:not([disabled]):focus:hover, .pager > li .field.has-addons .control a:not([disabled]):focus:hover, .field.has-addons .control .pager > li.pager-current:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control #stx-newsletter .g-Button:not([disabled]).is-focused:hover, #stx-newsletter .field.has-addons .control .g-Button:not([disabled]).is-focused:hover, .field.has-addons .control .form .form-managed-file input:not([disabled]).is-focused:hover[type="submit"], .form .form-managed-file .field.has-addons .control input:not([disabled]).is-focused:hover[type="submit"], .field.has-addons .control .pager > li a:not([disabled]).is-focused:hover, .pager > li .field.has-addons .control a:not([disabled]).is-focused:hover, .field.has-addons .control .pager > li.pager-current:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control #stx-newsletter .g-Button:not([disabled]):active:hover, #stx-newsletter .field.has-addons .control .g-Button:not([disabled]):active:hover, .field.has-addons .control .form .form-managed-file input:not([disabled]):active:hover[type="submit"], .form .form-managed-file .field.has-addons .control input:not([disabled]):active:hover[type="submit"], .field.has-addons .control .pager > li a:not([disabled]):active:hover, .pager > li .field.has-addons .control a:not([disabled]):active:hover, .field.has-addons .control .pager > li.pager-current:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, .field.has-addons .control #stx-newsletter .g-Button:not([disabled]).is-active:hover, #stx-newsletter .field.has-addons .control .g-Button:not([disabled]).is-active:hover, .field.has-addons .control .form .form-managed-file input:not([disabled]).is-active:hover[type="submit"], .form .form-managed-file .field.has-addons .control input:not([disabled]).is-active:hover[type="submit"], .field.has-addons .control .pager > li a:not([disabled]).is-active:hover, .pager > li .field.has-addons .control a:not([disabled]).is-active:hover, .field.has-addons .control .pager > li.pager-current:not([disabled]).is-active:hover,
    .field.has-addons .control .input:not([disabled]):focus:hover,
    .field.has-addons .control #user-login .form-text:not([disabled]):focus:hover,
    #user-login .field.has-addons .control .form-text:not([disabled]):focus:hover,
    .field.has-addons .control .input:not([disabled]).is-focused:hover,
    .field.has-addons .control #user-login .form-text:not([disabled]).is-focused:hover,
    #user-login .field.has-addons .control .form-text:not([disabled]).is-focused:hover,
    .field.has-addons .control .input:not([disabled]):active:hover,
    .field.has-addons .control #user-login .form-text:not([disabled]):active:hover,
    #user-login .field.has-addons .control .form-text:not([disabled]):active:hover,
    .field.has-addons .control .input:not([disabled]).is-active:hover,
    .field.has-addons .control #user-login .form-text:not([disabled]).is-active:hover,
    #user-login .field.has-addons .control .form-text:not([disabled]).is-active:hover,
    .field.has-addons .control .select select:not([disabled]):focus:hover,
    .field.has-addons .control .select select:not([disabled]).is-focused:hover,
    .field.has-addons .control .select select:not([disabled]):active:hover,
    .field.has-addons .control .select select:not([disabled]).is-active:hover {
      z-index: 4; }
.field.has-addons .control.is-expanded {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.field.has-addons.has-addons-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.field.has-addons.has-addons-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.field.has-addons.has-addons-fullwidth .control {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.field.is-grouped > .control {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
.field.is-grouped > .control.is-expanded {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
.field.is-grouped.is-grouped-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.field.is-grouped.is-grouped-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.field.is-grouped.is-grouped-multiline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
      margin-bottom: 0.75rem; }
.field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -0.75rem; }
.field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0; }
@media screen and (min-width: 640px), print {
  .field.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.field-label .label, .field-label .form label, .form .field-label label, .field-label #user-login label, #user-login .field-label label {
  font-size: inherit; }
@media screen and (max-width: 639px) {
  .field-label {
    margin-bottom: 0.5rem; } }
@media screen and (min-width: 640px), print {
  .field-label {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right; }
    .field-label.is-small, .form .form-managed-file input.field-label[type="submit"], .pager > li a.field-label, .pager > li.field-label.pager-current {
      font-size: 0.75rem;
      padding-top: 0.375em; }
    .field-label.is-normal {
      padding-top: 0.375em; }
    .field-label.is-medium {
      font-size: 1.25rem;
      padding-top: 0.375em; }
    .field-label.is-large {
      font-size: 1.5rem;
      padding-top: 0.375em; } }
.field-body .field .field {
  margin-bottom: 0; }
@media screen and (min-width: 640px), print {
  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    .field-body .field {
      margin-bottom: 0; }
    .field-body > .field {
      -ms-flex-negative: 1;
          flex-shrink: 1; }
      .field-body > .field:not(.is-narrow) {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .field-body > .field:not(:last-child) {
        margin-right: 0.75rem; } }
.control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left; }
.control.has-icons-left .input:focus ~ .icon, .control.has-icons-left #user-login .form-text:focus ~ .icon, #user-login .control.has-icons-left .form-text:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right #user-login .form-text:focus ~ .icon, #user-login .control.has-icons-right .form-text:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #7a7a7a; }
.control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left .form .form-managed-file input.input[type="submit"] ~ .icon, .form .form-managed-file .control.has-icons-left input.input[type="submit"] ~ .icon, .control.has-icons-left .form .form-managed-file #user-login input.form-text[type="submit"] ~ .icon, .form .form-managed-file #user-login .control.has-icons-left input.form-text[type="submit"] ~ .icon, .control.has-icons-left #user-login .form .form-managed-file input.form-text[type="submit"] ~ .icon, #user-login .form .form-managed-file .control.has-icons-left input.form-text[type="submit"] ~ .icon, .control.has-icons-left .pager > li a.input ~ .icon, .pager > li .control.has-icons-left a.input ~ .icon, .control.has-icons-left .pager > li #user-login a.form-text ~ .icon, .pager > li #user-login .control.has-icons-left a.form-text ~ .icon, .control.has-icons-left #user-login .pager > li a.form-text ~ .icon, #user-login .pager > li .control.has-icons-left a.form-text ~ .icon, .control.has-icons-left .pager > li.input.pager-current ~ .icon, .control.has-icons-left #user-login .pager > li.pager-current.form-text ~ .icon, #user-login .control.has-icons-left .pager > li.pager-current.form-text ~ .icon, .control.has-icons-left #user-login .is-small.form-text ~ .icon, #user-login .control.has-icons-left .is-small.form-text ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon,
  .control.has-icons-left .form .form-managed-file input.select[type="submit"] ~ .icon,
  .form .form-managed-file .control.has-icons-left input.select[type="submit"] ~ .icon,
  .control.has-icons-left .pager > li a.select ~ .icon,
  .pager > li .control.has-icons-left a.select ~ .icon,
  .control.has-icons-left .pager > li.select.pager-current ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-right .form .form-managed-file input.input[type="submit"] ~ .icon, .form .form-managed-file .control.has-icons-right input.input[type="submit"] ~ .icon, .control.has-icons-right .form .form-managed-file #user-login input.form-text[type="submit"] ~ .icon, .form .form-managed-file #user-login .control.has-icons-right input.form-text[type="submit"] ~ .icon, .control.has-icons-right #user-login .form .form-managed-file input.form-text[type="submit"] ~ .icon, #user-login .form .form-managed-file .control.has-icons-right input.form-text[type="submit"] ~ .icon, .control.has-icons-right .pager > li a.input ~ .icon, .pager > li .control.has-icons-right a.input ~ .icon, .control.has-icons-right .pager > li #user-login a.form-text ~ .icon, .pager > li #user-login .control.has-icons-right a.form-text ~ .icon, .control.has-icons-right #user-login .pager > li a.form-text ~ .icon, #user-login .pager > li .control.has-icons-right a.form-text ~ .icon, .control.has-icons-right .pager > li.input.pager-current ~ .icon, .control.has-icons-right #user-login .pager > li.pager-current.form-text ~ .icon, #user-login .control.has-icons-right .pager > li.pager-current.form-text ~ .icon, .control.has-icons-right #user-login .is-small.form-text ~ .icon, #user-login .control.has-icons-right .is-small.form-text ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon,
  .control.has-icons-right .form .form-managed-file input.select[type="submit"] ~ .icon,
  .form .form-managed-file .control.has-icons-right input.select[type="submit"] ~ .icon,
  .control.has-icons-right .pager > li a.select ~ .icon,
  .pager > li .control.has-icons-right a.select ~ .icon,
  .control.has-icons-right .pager > li.select.pager-current ~ .icon {
    font-size: 0.75rem; }
.control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-left #user-login .is-medium.form-text ~ .icon, #user-login .control.has-icons-left .is-medium.form-text ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-right #user-login .is-medium.form-text ~ .icon, #user-login .control.has-icons-right .is-medium.form-text ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.25rem; }
.control.has-icons-left .input.is-large ~ .icon, .control.has-icons-left #user-login .is-large.form-text ~ .icon, #user-login .control.has-icons-left .is-large.form-text ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, .control.has-icons-right #user-login .is-large.form-text ~ .icon, #user-login .control.has-icons-right .is-large.form-text ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.5rem; }
.control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
.control.has-icons-left .input, .control.has-icons-left #user-login .form-text, #user-login .control.has-icons-left .form-text,
  .control.has-icons-left .select select {
    padding-left: 2.25em; }
.control.has-icons-left .icon.is-left {
    left: 0; }
.control.has-icons-right .input, .control.has-icons-right #user-login .form-text, #user-login .control.has-icons-right .form-text,
  .control.has-icons-right .select select {
    padding-right: 2.25em; }
.control.has-icons-right .icon.is-right {
    right: 0; }
.control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4; }
.control.is-loading.is-small:after, .form .form-managed-file input.control.is-loading[type="submit"]:after, .pager > li a.control.is-loading:after, .pager > li.control.is-loading.pager-current:after {
    font-size: 0.75rem; }
.control.is-loading.is-medium:after {
    font-size: 1.25rem; }
.control.is-loading.is-large:after {
    font-size: 1.5rem; }
.icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5rem;
  width: 1.5rem; }
.icon.is-small, .form .form-managed-file input.icon[type="submit"], .pager > li a.icon, .pager > li.icon.pager-current {
    height: 1rem;
    width: 1rem; }
.icon.is-medium {
    height: 2rem;
    width: 2rem; }
.icon.is-large {
    height: 3rem;
    width: 3rem; }
.image {
  display: block;
  position: relative; }
.image img {
    display: block;
    height: auto;
    width: 100%; }
.image img.is-rounded {
      border-radius: 290486px; }
.image.is-square img,
  .image.is-square .has-ratio, .image.is-1by1 img,
  .image.is-1by1 .has-ratio, .image.is-5by4 img,
  .image.is-5by4 .has-ratio, .image.is-4by3 img,
  .image.is-4by3 .has-ratio, .image.is-3by2 img,
  .image.is-3by2 .has-ratio, .image.is-5by3 img,
  .image.is-5by3 .has-ratio, .image.is-16by9 img,
  .image.is-16by9 .has-ratio, .image.is-2by1 img,
  .image.is-2by1 .has-ratio, .image.is-3by1 img,
  .image.is-3by1 .has-ratio, .image.is-4by5 img,
  .image.is-4by5 .has-ratio, .image.is-3by4 img,
  .image.is-3by4 .has-ratio, .image.is-2by3 img,
  .image.is-2by3 .has-ratio, .image.is-3by5 img,
  .image.is-3by5 .has-ratio, .image.is-9by16 img,
  .image.is-9by16 .has-ratio, .image.is-1by2 img,
  .image.is-1by2 .has-ratio, .image.is-1by3 img,
  .image.is-1by3 .has-ratio {
    height: 100%;
    width: 100%; }
.image.is-square, .image.is-1by1 {
    padding-top: 100%; }
.image.is-5by4 {
    padding-top: 80%; }
.image.is-4by3 {
    padding-top: 75%; }
.image.is-3by2 {
    padding-top: 66.6666%; }
.image.is-5by3 {
    padding-top: 60%; }
.image.is-16by9 {
    padding-top: 56.25%; }
.image.is-2by1 {
    padding-top: 50%; }
.image.is-3by1 {
    padding-top: 33.3333%; }
.image.is-4by5 {
    padding-top: 125%; }
.image.is-3by4 {
    padding-top: 133.3333%; }
.image.is-2by3 {
    padding-top: 150%; }
.image.is-3by5 {
    padding-top: 166.6666%; }
.image.is-9by16 {
    padding-top: 177.7777%; }
.image.is-1by2 {
    padding-top: 200%; }
.image.is-1by3 {
    padding-top: 300%; }
.image.is-16x16 {
    height: 16px;
    width: 16px; }
.image.is-24x24 {
    height: 24px;
    width: 24px; }
.image.is-32x32 {
    height: 32px;
    width: 32px; }
.image.is-48x48 {
    height: 48px;
    width: 48px; }
.image.is-64x64 {
    height: 64px;
    width: 64px; }
.image.is-96x96 {
    height: 96px;
    width: 96px; }
.image.is-128x128 {
    height: 128px;
    width: 128px; }
.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative; }
.notification a:not(.button):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline; }
.notification strong {
    color: currentColor; }
.notification code,
  .notification pre {
    background: white; }
.notification pre code {
    background: transparent; }
.notification > .delete {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem; }
.notification .title, .notification .date-heading h2, .date-heading .notification h2,
  .notification .subtitle,
  .notification .content {
    color: currentColor; }
.notification.is-white {
    background-color: white;
    color: #0a0a0a; }
.notification.is-black {
    background-color: #0a0a0a;
    color: white; }
.notification.is-light {
    background-color: whitesmoke;
    color: #363636; }
.notification.is-dark {
    background-color: #363636;
    color: whitesmoke; }
.notification.is-primary, #stx-newsletter .notification.g-Button, .pager > li.notification.pager-current {
    background-color: #3DD52F;
    color: #fff; }
.notification.is-link {
    background-color: #0a0a0a;
    color: #fff; }
.notification.is-info {
    background-color: #209cee;
    color: #fff; }
.notification.is-success {
    background-color: #23d160;
    color: #fff; }
.notification.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7); }
.notification.is-danger {
    background-color: #ff3860;
    color: #fff; }
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%; }
.progress::-webkit-progress-bar {
    background-color: #dbdbdb; }
.progress::-webkit-progress-value {
    background-color: #0a0a0a; }
.progress::-moz-progress-bar {
    background-color: #0a0a0a; }
.progress::-ms-fill {
    background-color: #0a0a0a;
    border: none; }
.progress:indeterminate {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: moveIndeterminate;
            animation-name: moveIndeterminate;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    background-color: #dbdbdb;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #0a0a0a), color-stop(30%, #dbdbdb));
    background-image: linear-gradient(to right, #0a0a0a 30%, #dbdbdb 30%);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 150% 150%; }
.progress:indeterminate::-webkit-progress-bar {
      background-color: transparent; }
.progress:indeterminate::-moz-progress-bar {
      background-color: transparent; }
.progress.is-white::-webkit-progress-value {
    background-color: white; }
.progress.is-white::-moz-progress-bar {
    background-color: white; }
.progress.is-white::-ms-fill {
    background-color: white; }
.progress.is-white:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, white), color-stop(30%, #dbdbdb));
    background-image: linear-gradient(to right, white 30%, #dbdbdb 30%); }
.progress.is-black::-webkit-progress-value {
    background-color: #0a0a0a; }
.progress.is-black::-moz-progress-bar {
    background-color: #0a0a0a; }
.progress.is-black::-ms-fill {
    background-color: #0a0a0a; }
.progress.is-black:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #0a0a0a), color-stop(30%, #dbdbdb));
    background-image: linear-gradient(to right, #0a0a0a 30%, #dbdbdb 30%); }
.progress.is-light::-webkit-progress-value {
    background-color: whitesmoke; }
.progress.is-light::-moz-progress-bar {
    background-color: whitesmoke; }
.progress.is-light::-ms-fill {
    background-color: whitesmoke; }
.progress.is-light:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, whitesmoke), color-stop(30%, #dbdbdb));
    background-image: linear-gradient(to right, whitesmoke 30%, #dbdbdb 30%); }
.progress.is-dark::-webkit-progress-value {
    background-color: #363636; }
.progress.is-dark::-moz-progress-bar {
    background-color: #363636; }
.progress.is-dark::-ms-fill {
    background-color: #363636; }
.progress.is-dark:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #363636), color-stop(30%, #dbdbdb));
    background-image: linear-gradient(to right, #363636 30%, #dbdbdb 30%); }
.progress.is-primary::-webkit-progress-value, #stx-newsletter .progress.g-Button::-webkit-progress-value, .pager > li.progress.pager-current::-webkit-progress-value {
    background-color: #3DD52F; }
.progress.is-primary::-moz-progress-bar, #stx-newsletter .progress.g-Button::-moz-progress-bar, .pager > li.progress.pager-current::-moz-progress-bar {
    background-color: #3DD52F; }
.progress.is-primary::-ms-fill, #stx-newsletter .progress.g-Button::-ms-fill, .pager > li.progress.pager-current::-ms-fill {
    background-color: #3DD52F; }
.progress.is-primary:indeterminate, #stx-newsletter .progress.g-Button:indeterminate, .pager > li.progress.pager-current:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #3DD52F), color-stop(30%, #dbdbdb));
    background-image: linear-gradient(to right, #3DD52F 30%, #dbdbdb 30%); }
.progress.is-link::-webkit-progress-value {
    background-color: #0a0a0a; }
.progress.is-link::-moz-progress-bar {
    background-color: #0a0a0a; }
.progress.is-link::-ms-fill {
    background-color: #0a0a0a; }
.progress.is-link:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #0a0a0a), color-stop(30%, #dbdbdb));
    background-image: linear-gradient(to right, #0a0a0a 30%, #dbdbdb 30%); }
.progress.is-info::-webkit-progress-value {
    background-color: #209cee; }
.progress.is-info::-moz-progress-bar {
    background-color: #209cee; }
.progress.is-info::-ms-fill {
    background-color: #209cee; }
.progress.is-info:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #209cee), color-stop(30%, #dbdbdb));
    background-image: linear-gradient(to right, #209cee 30%, #dbdbdb 30%); }
.progress.is-success::-webkit-progress-value {
    background-color: #23d160; }
.progress.is-success::-moz-progress-bar {
    background-color: #23d160; }
.progress.is-success::-ms-fill {
    background-color: #23d160; }
.progress.is-success:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #23d160), color-stop(30%, #dbdbdb));
    background-image: linear-gradient(to right, #23d160 30%, #dbdbdb 30%); }
.progress.is-warning::-webkit-progress-value {
    background-color: #ffdd57; }
.progress.is-warning::-moz-progress-bar {
    background-color: #ffdd57; }
.progress.is-warning::-ms-fill {
    background-color: #ffdd57; }
.progress.is-warning:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffdd57), color-stop(30%, #dbdbdb));
    background-image: linear-gradient(to right, #ffdd57 30%, #dbdbdb 30%); }
.progress.is-danger::-webkit-progress-value {
    background-color: #ff3860; }
.progress.is-danger::-moz-progress-bar {
    background-color: #ff3860; }
.progress.is-danger::-ms-fill {
    background-color: #ff3860; }
.progress.is-danger:indeterminate {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ff3860), color-stop(30%, #dbdbdb));
    background-image: linear-gradient(to right, #ff3860 30%, #dbdbdb 30%); }
.progress.is-small, .form .form-managed-file input.progress[type="submit"], .pager > li a.progress, .pager > li.progress.pager-current {
    height: 0.75rem; }
.progress.is-medium {
    height: 1.25rem; }
.progress.is-large {
    height: 1.5rem; }
@-webkit-keyframes moveIndeterminate {
  from {
    background-position: 200% 0; }
  to {
    background-position: -200% 0; } }
@keyframes moveIndeterminate {
  from {
    background-position: 200% 0; }
  to {
    background-position: -200% 0; } }
.table {
  background-color: white;
  color: #363636; }
.table td,
  .table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
.table td.is-white,
    .table th.is-white {
      background-color: white;
      border-color: white;
      color: #0a0a0a; }
.table td.is-black,
    .table th.is-black {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: white; }
.table td.is-light,
    .table th.is-light {
      background-color: whitesmoke;
      border-color: whitesmoke;
      color: #363636; }
.table td.is-dark,
    .table th.is-dark {
      background-color: #363636;
      border-color: #363636;
      color: whitesmoke; }
.table td.is-primary, .table #stx-newsletter td.g-Button, #stx-newsletter .table td.g-Button,
    .table th.is-primary,
    .table #stx-newsletter th.g-Button,
    #stx-newsletter .table th.g-Button {
      background-color: #3DD52F;
      border-color: #3DD52F;
      color: #fff; }
.table td.is-link,
    .table th.is-link {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: #fff; }
.table td.is-info,
    .table th.is-info {
      background-color: #209cee;
      border-color: #209cee;
      color: #fff; }
.table td.is-success,
    .table th.is-success {
      background-color: #23d160;
      border-color: #23d160;
      color: #fff; }
.table td.is-warning,
    .table th.is-warning {
      background-color: #ffdd57;
      border-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7); }
.table td.is-danger,
    .table th.is-danger {
      background-color: #ff3860;
      border-color: #ff3860;
      color: #fff; }
.table td.is-narrow,
    .table th.is-narrow {
      white-space: nowrap;
      width: 1%; }
.table td.is-selected,
    .table th.is-selected {
      background-color: #3DD52F;
      color: #fff; }
.table td.is-selected a,
      .table td.is-selected strong,
      .table th.is-selected a,
      .table th.is-selected strong {
        color: currentColor; }
.table th {
    color: #363636;
    text-align: left; }
.table tr.is-selected {
    background-color: #3DD52F;
    color: #fff; }
.table tr.is-selected a,
    .table tr.is-selected strong {
      color: currentColor; }
.table tr.is-selected td,
    .table tr.is-selected th {
      border-color: #fff;
      color: currentColor; }
.table thead {
    background-color: transparent; }
.table thead td,
    .table thead th {
      border-width: 0 0 2px;
      color: #363636; }
.table tfoot {
    background-color: transparent; }
.table tfoot td,
    .table tfoot th {
      border-width: 2px 0 0;
      color: #363636; }
.table tbody {
    background-color: transparent; }
.table tbody tr:last-child td,
    .table tbody tr:last-child th {
      border-bottom-width: 0; }
.table.is-bordered td,
  .table.is-bordered th {
    border-width: 1px; }
.table.is-bordered tr:last-child td,
  .table.is-bordered tr:last-child th {
    border-bottom-width: 1px; }
.table.is-fullwidth {
    width: 100%; }
.table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
      background-color: whitesmoke; }
.table.is-narrow td,
  .table.is-narrow th {
    padding: 0.25em 0.5em; }
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa; }
.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%; }
.tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.tags .tag {
    margin-bottom: 0.5rem; }
.tags .tag:not(:last-child) {
      margin-right: 0.5rem; }
.tags:last-child {
    margin-bottom: -0.5rem; }
.tags:not(:last-child) {
    margin-bottom: 1rem; }
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
    font-size: 1rem; }
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
    font-size: 1.25rem; }
.tags.has-addons .tag {
    margin-right: 0; }
.tags.has-addons .tag:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
.tags.has-addons .tag:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
.tags.is-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.tags.is-centered .tag {
      margin-right: 0.25rem;
      margin-left: 0.25rem; }
.tags.is-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.tags.is-right .tag:not(:first-child) {
      margin-left: 0.5rem; }
.tags.is-right .tag:not(:last-child) {
      margin-right: 0; }
.tags.has-addons .tag {
    margin-right: 0; }
.tags.has-addons .tag:not(:first-child) {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
.tags.has-addons .tag:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
.tag:not(body) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #0a0a0a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }
.tag:not(body) .delete {
    margin-left: 0.25rem;
    margin-right: -0.375rem; }
.tag:not(body).is-white {
    background-color: white;
    color: #0a0a0a; }
.tag:not(body).is-black {
    background-color: #0a0a0a;
    color: white; }
.tag:not(body).is-light {
    background-color: whitesmoke;
    color: #363636; }
.tag:not(body).is-dark {
    background-color: #363636;
    color: whitesmoke; }
.tag:not(body).is-primary, #stx-newsletter .tag.g-Button:not(body), .pager > li.tag.pager-current:not(body) {
    background-color: #3DD52F;
    color: #fff; }
.tag:not(body).is-link {
    background-color: #0a0a0a;
    color: #fff; }
.tag:not(body).is-info {
    background-color: #209cee;
    color: #fff; }
.tag:not(body).is-success {
    background-color: #23d160;
    color: #fff; }
.tag:not(body).is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7); }
.tag:not(body).is-danger {
    background-color: #ff3860;
    color: #fff; }
.tag:not(body).is-normal {
    font-size: 0.75rem; }
.tag:not(body).is-medium {
    font-size: 1rem; }
.tag:not(body).is-large {
    font-size: 1.25rem; }
.tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -0.375em;
    margin-right: 0.1875em; }
.tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: -0.375em; }
.tag:not(body) .icon:first-child:last-child {
    margin-left: -0.375em;
    margin-right: -0.375em; }
.tag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em; }
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
      background-color: currentColor;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
              transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -webkit-transform-origin: center center;
              transform-origin: center center; }
.tag:not(body).is-delete::before {
      height: 1px;
      width: 50%; }
.tag:not(body).is-delete::after {
      height: 50%;
      width: 1px; }
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
      background-color: #e8e8e8; }
.tag:not(body).is-delete:active {
      background-color: #dbdbdb; }
.tag:not(body).is-rounded {
    border-radius: 290486px; }
a.tag:hover {
  text-decoration: underline; }
.title, .date-heading h2,
.subtitle {
  word-break: break-word; }
.title em, .date-heading h2 em,
  .title span,
  .date-heading h2 span,
  .subtitle em,
  .subtitle span {
    font-weight: inherit; }
.title sub, .date-heading h2 sub,
  .subtitle sub {
    font-size: 0.75em; }
.title sup, .date-heading h2 sup,
  .subtitle sup {
    font-size: 0.75em; }
.title .tag, .date-heading h2 .tag,
  .subtitle .tag {
    vertical-align: middle; }
.title, .date-heading h2 {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125; }
.title strong, .date-heading h2 strong {
    color: inherit;
    font-weight: inherit; }
.title + .highlight, .date-heading h2 + .highlight {
    margin-top: -0.75rem; }
.title:not(.is-spaced) + .subtitle, .date-heading h2:not(.is-spaced) + .subtitle {
    margin-top: -1.25rem; }
.title.is-1, .date-heading h2.is-1 {
    font-size: 3rem; }
.title.is-2, .date-heading h2.is-2 {
    font-size: 2.5rem; }
.title.is-3, .date-heading h2.is-3 {
    font-size: 2rem; }
.title.is-4, .date-heading h2.is-4 {
    font-size: 1.5rem; }
.title.is-5, .date-heading h2.is-5 {
    font-size: 1.25rem; }
.title.is-6, .date-heading h2.is-6 {
    font-size: 1rem; }
.title.is-7, .date-heading h2.is-7 {
    font-size: 0.75rem; }
.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25; }
.subtitle strong {
    color: #363636;
    font-weight: 600; }
.subtitle:not(.is-spaced) + .title, .date-heading .subtitle:not(.is-spaced) + h2 {
    margin-top: -1.25rem; }
.subtitle.is-1 {
    font-size: 3rem; }
.subtitle.is-2 {
    font-size: 2.5rem; }
.subtitle.is-3 {
    font-size: 2rem; }
.subtitle.is-4 {
    font-size: 1.5rem; }
.subtitle.is-5 {
    font-size: 1.25rem; }
.subtitle.is-6 {
    font-size: 1rem; }
.subtitle.is-7 {
    font-size: 0.75rem; }
.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase; }
.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0; }
.highlight pre {
    overflow: auto;
    max-width: 100%; }
.number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top; }
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap; }
.breadcrumb a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0a0a0a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0.75em; }
.breadcrumb a:hover {
      color: #363636; }
.breadcrumb li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.breadcrumb li:first-child a {
      padding-left: 0; }
.breadcrumb li.is-active a {
      color: #363636;
      cursor: default;
      pointer-events: none; }
.breadcrumb li + li::before {
      color: #b5b5b5;
      content: "\0002f"; }
.breadcrumb ul,
  .breadcrumb ol {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.breadcrumb .icon:first-child {
    margin-right: 0.5em; }
.breadcrumb .icon:last-child {
    margin-left: 0.5em; }
.breadcrumb.is-centered ol,
  .breadcrumb.is-centered ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.breadcrumb.is-right ol,
  .breadcrumb.is-right ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.breadcrumb.is-small, .form .form-managed-file input.breadcrumb[type="submit"], .pager > li a.breadcrumb, .pager > li.breadcrumb.pager-current {
    font-size: 0.75rem; }
.breadcrumb.is-medium {
    font-size: 1.25rem; }
.breadcrumb.is-large {
    font-size: 1.5rem; }
.breadcrumb.has-arrow-separator li + li::before {
    content: "\02192"; }
.breadcrumb.has-bullet-separator li + li::before {
    content: "\02022"; }
.breadcrumb.has-dot-separator li + li::before {
    content: "\000b7"; }
.breadcrumb.has-succeeds-separator li + li::before {
    content: "\0227B"; }
.card {
  background-color: white;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #0a0a0a;
  max-width: 100%;
  position: relative; }
.card-header {
  background-color: transparent;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.card-header-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem; }
.card-header-title.is-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.card-header-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem; }
.card-image {
  display: block;
  position: relative; }
.card-content {
  background-color: transparent;
  padding: 1.5rem; }
.card-footer {
  background-color: transparent;
  border-top: 1px solid #dbdbdb;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.card-footer-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem; }
.card-footer-item:not(:last-child) {
    border-right: 1px solid #dbdbdb; }
.card .media:not(:last-child) {
  margin-bottom: 0.75rem; }
.dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: top; }
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
    display: block; }
.dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0; }
.dropdown.is-up .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: initial;
    top: auto; }
.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20; }
.dropdown-content {
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative; }
a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%; }
a.dropdown-item:hover,
  button.dropdown-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a; }
a.dropdown-item.is-active,
  button.dropdown-item.is-active {
    background-color: #0a0a0a;
    color: #fff; }
.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0; }
.level {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.level code {
    border-radius: 4px; }
.level img {
    display: inline-block;
    vertical-align: top; }
.level.is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.level.is-mobile .level-left,
    .level.is-mobile .level-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.level.is-mobile .level-left + .level-right {
      margin-top: 0; }
.level.is-mobile .level-item:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
.level.is-mobile .level-item:not(.is-narrow) {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
@media screen and (min-width: 640px), print {
    .level {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .level > .level-item:not(.is-narrow) {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
.level-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.level-item .title, .level-item .date-heading h2, .date-heading .level-item h2,
  .level-item .subtitle {
    margin-bottom: 0; }
@media screen and (max-width: 639px) {
    .level-item:not(:last-child) {
      margin-bottom: 0.75rem; } }
.level-left,
.level-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.level-left .level-item.is-flexible,
  .level-right .level-item.is-flexible {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
@media screen and (min-width: 640px), print {
    .level-left .level-item:not(:last-child),
    .level-right .level-item:not(:last-child) {
      margin-right: 0.75rem; } }
.level-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
@media screen and (max-width: 639px) {
    .level-left + .level-right {
      margin-top: 1.5rem; } }
@media screen and (min-width: 640px), print {
    .level-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
.level-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
@media screen and (min-width: 640px), print {
    .level-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
.list {
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); }
.list-item {
  display: block;
  padding: 0.5em 1em; }
.list-item:not(a) {
    color: #0a0a0a; }
.list-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
.list-item:last-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
.list-item:not(:last-child) {
    border-bottom: 1px solid #dbdbdb; }
.list-item.is-active {
    background-color: #0a0a0a;
    color: #fff; }
a.list-item {
  background-color: whitesmoke;
  cursor: pointer; }
.media {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left; }
.media .content:not(:last-child) {
    margin-bottom: 0.75rem; }
.media .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.75rem; }
.media .media .content:not(:last-child),
    .media .media .control:not(:last-child) {
      margin-bottom: 0.5rem; }
.media .media .media {
      padding-top: 0.5rem; }
.media .media .media + .media {
        margin-top: 0.5rem; }
.media + .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    margin-top: 1rem;
    padding-top: 1rem; }
.media.is-large + .media {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }
.media-left,
.media-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.media-left {
  margin-right: 1rem; }
.media-right {
  margin-left: 1rem; }
.media-content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: left; }
@media screen and (max-width: 639px) {
  .media-content {
    overflow-x: auto; } }
.menu {
  font-size: 1rem; }
.menu.is-small, .form .form-managed-file input.menu[type="submit"], .pager > li a.menu, .pager > li.menu.pager-current {
    font-size: 0.75rem; }
.menu.is-medium {
    font-size: 1.25rem; }
.menu.is-large {
    font-size: 1.5rem; }
.menu-list {
  line-height: 1.25; }
.menu-list a {
    border-radius: 2px;
    color: #0a0a0a;
    display: block;
    padding: 0.5em 0.75em; }
.menu-list a:hover {
      background-color: whitesmoke;
      color: #363636; }
.menu-list a.is-active {
      background-color: #0a0a0a;
      color: #fff; }
.menu-list li ul {
    border-left: 1px solid #dbdbdb;
    margin: 0.75em;
    padding-left: 0.75em; }
.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
.menu-label:not(:first-child) {
    margin-top: 1em; }
.menu-label:not(:last-child) {
    margin-bottom: 1em; }
.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem; }
.message strong {
    color: currentColor; }
.message a:not(.button):not(.tag):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline; }
.message.is-small, .form .form-managed-file input.message[type="submit"], .pager > li a.message, .pager > li.message.pager-current {
    font-size: 0.75rem; }
.message.is-medium {
    font-size: 1.25rem; }
.message.is-large {
    font-size: 1.5rem; }
.message.is-white {
    background-color: white; }
.message.is-white .message-header {
      background-color: white;
      color: #0a0a0a; }
.message.is-white .message-body {
      border-color: white;
      color: #4d4d4d; }
.message.is-black {
    background-color: #fafafa; }
.message.is-black .message-header {
      background-color: #0a0a0a;
      color: white; }
.message.is-black .message-body {
      border-color: #0a0a0a;
      color: #090909; }
.message.is-light {
    background-color: #fafafa; }
.message.is-light .message-header {
      background-color: whitesmoke;
      color: #363636; }
.message.is-light .message-body {
      border-color: whitesmoke;
      color: #505050; }
.message.is-dark {
    background-color: #fafafa; }
.message.is-dark .message-header {
      background-color: #363636;
      color: whitesmoke; }
.message.is-dark .message-body {
      border-color: #363636;
      color: #2a2a2a; }
.message.is-primary, #stx-newsletter .message.g-Button, .pager > li.message.pager-current {
    background-color: #f7fdf7; }
.message.is-primary .message-header, #stx-newsletter .message.g-Button .message-header, .pager > li.message.pager-current .message-header {
      background-color: #3DD52F;
      color: #fff; }
.message.is-primary .message-body, #stx-newsletter .message.g-Button .message-body, .pager > li.message.pager-current .message-body {
      border-color: #3DD52F;
      color: #153512; }
.message.is-link {
    background-color: #fafafa; }
.message.is-link .message-header {
      background-color: #0a0a0a;
      color: #fff; }
.message.is-link .message-body {
      border-color: #0a0a0a;
      color: #090909; }
.message.is-info {
    background-color: #f6fbfe; }
.message.is-info .message-header {
      background-color: #209cee;
      color: #fff; }
.message.is-info .message-body {
      border-color: #209cee;
      color: #12537e; }
.message.is-success {
    background-color: #f6fef9; }
.message.is-success .message-header {
      background-color: #23d160;
      color: #fff; }
.message.is-success .message-body {
      border-color: #23d160;
      color: #0e301a; }
.message.is-warning {
    background-color: #fffdf5; }
.message.is-warning .message-header {
      background-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7); }
.message.is-warning .message-body {
      border-color: #ffdd57;
      color: #3b3108; }
.message.is-danger {
    background-color: #fff5f7; }
.message.is-danger .message-header {
      background-color: #ff3860;
      color: #fff; }
.message.is-danger .message-body {
      border-color: #ff3860;
      color: #cd0930; }
.message-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0a0a0a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative; }
.message-header .delete {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0.75em; }
.message-header + .message-body {
    border-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #0a0a0a;
  padding: 1.25em 1.5em; }
.message-body code,
  .message-body pre {
    background-color: white; }
.message-body pre code {
    background-color: transparent; }
.modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40; }
.modal.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.modal-background {
  background-color: rgba(10, 10, 10, 0.86); }
.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%; }
@media screen and (min-width: 640px), print {
    .modal-content,
    .modal-card {
      margin: 0 auto;
      max-height: calc(100vh - 40px);
      width: 640px; } }
.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px; }
.modal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible; }
.modal-card-head,
.modal-card-foot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  position: relative; }
.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
.modal-card-title {
  color: #363636;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1; }
.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb; }
.modal-card-foot .button:not(:last-child), .modal-card-foot #stx-newsletter .g-Button:not(:last-child), #stx-newsletter .modal-card-foot .g-Button:not(:last-child), .modal-card-foot .form .form-managed-file input:not(:last-child)[type="submit"], .form .form-managed-file .modal-card-foot input:not(:last-child)[type="submit"], .modal-card-foot .pager > li a:not(:last-child), .pager > li .modal-card-foot a:not(:last-child), .modal-card-foot .pager > li.pager-current:not(:last-child) {
    margin-right: 10px; }
.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  padding: 20px; }
.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30; }
.navbar.is-white {
    background-color: white;
    color: #0a0a0a; }
.navbar.is-white .navbar-brand > .navbar-item,
    .navbar.is-white .navbar-brand .navbar-link {
      color: #0a0a0a; }
.navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
    .navbar.is-white .navbar-brand .navbar-link:hover,
    .navbar.is-white .navbar-brand .navbar-link.is-active {
      background-color: #f2f2f2;
      color: #0a0a0a; }
.navbar.is-white .navbar-brand .navbar-link::after {
      border-color: #0a0a0a; }
.navbar.is-white .navbar-burger {
      color: #0a0a0a; }
@media screen and (min-width: 1088px) {
      .navbar.is-white .navbar-start > .navbar-item,
      .navbar.is-white .navbar-start .navbar-link,
      .navbar.is-white .navbar-end > .navbar-item,
      .navbar.is-white .navbar-end .navbar-link {
        color: #0a0a0a; }
      .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
      .navbar.is-white .navbar-start .navbar-link:hover,
      .navbar.is-white .navbar-start .navbar-link.is-active,
      .navbar.is-white .navbar-end > a.navbar-item:hover,
      .navbar.is-white .navbar-end > a.navbar-item.is-active,
      .navbar.is-white .navbar-end .navbar-link:hover,
      .navbar.is-white .navbar-end .navbar-link.is-active {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-start .navbar-link::after,
      .navbar.is-white .navbar-end .navbar-link::after {
        border-color: #0a0a0a; }
      .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: white;
        color: #0a0a0a; } }
.navbar.is-black {
    background-color: #0a0a0a;
    color: white; }
.navbar.is-black .navbar-brand > .navbar-item,
    .navbar.is-black .navbar-brand .navbar-link {
      color: white; }
.navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
    .navbar.is-black .navbar-brand .navbar-link:hover,
    .navbar.is-black .navbar-brand .navbar-link.is-active {
      background-color: black;
      color: white; }
.navbar.is-black .navbar-brand .navbar-link::after {
      border-color: white; }
.navbar.is-black .navbar-burger {
      color: white; }
@media screen and (min-width: 1088px) {
      .navbar.is-black .navbar-start > .navbar-item,
      .navbar.is-black .navbar-start .navbar-link,
      .navbar.is-black .navbar-end > .navbar-item,
      .navbar.is-black .navbar-end .navbar-link {
        color: white; }
      .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
      .navbar.is-black .navbar-start .navbar-link:hover,
      .navbar.is-black .navbar-start .navbar-link.is-active,
      .navbar.is-black .navbar-end > a.navbar-item:hover,
      .navbar.is-black .navbar-end > a.navbar-item.is-active,
      .navbar.is-black .navbar-end .navbar-link:hover,
      .navbar.is-black .navbar-end .navbar-link.is-active {
        background-color: black;
        color: white; }
      .navbar.is-black .navbar-start .navbar-link::after,
      .navbar.is-black .navbar-end .navbar-link::after {
        border-color: white; }
      .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: black;
        color: white; }
      .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: white; } }
.navbar.is-light {
    background-color: whitesmoke;
    color: #363636; }
.navbar.is-light .navbar-brand > .navbar-item,
    .navbar.is-light .navbar-brand .navbar-link {
      color: #363636; }
.navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
    .navbar.is-light .navbar-brand .navbar-link:hover,
    .navbar.is-light .navbar-brand .navbar-link.is-active {
      background-color: #e8e8e8;
      color: #363636; }
.navbar.is-light .navbar-brand .navbar-link::after {
      border-color: #363636; }
.navbar.is-light .navbar-burger {
      color: #363636; }
@media screen and (min-width: 1088px) {
      .navbar.is-light .navbar-start > .navbar-item,
      .navbar.is-light .navbar-start .navbar-link,
      .navbar.is-light .navbar-end > .navbar-item,
      .navbar.is-light .navbar-end .navbar-link {
        color: #363636; }
      .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
      .navbar.is-light .navbar-start .navbar-link:hover,
      .navbar.is-light .navbar-start .navbar-link.is-active,
      .navbar.is-light .navbar-end > a.navbar-item:hover,
      .navbar.is-light .navbar-end > a.navbar-item.is-active,
      .navbar.is-light .navbar-end .navbar-link:hover,
      .navbar.is-light .navbar-end .navbar-link.is-active {
        background-color: #e8e8e8;
        color: #363636; }
      .navbar.is-light .navbar-start .navbar-link::after,
      .navbar.is-light .navbar-end .navbar-link::after {
        border-color: #363636; }
      .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e8e8e8;
        color: #363636; }
      .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #363636; } }
.navbar.is-dark {
    background-color: #363636;
    color: whitesmoke; }
.navbar.is-dark .navbar-brand > .navbar-item,
    .navbar.is-dark .navbar-brand .navbar-link {
      color: whitesmoke; }
.navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
    .navbar.is-dark .navbar-brand .navbar-link:hover,
    .navbar.is-dark .navbar-brand .navbar-link.is-active {
      background-color: #292929;
      color: whitesmoke; }
.navbar.is-dark .navbar-brand .navbar-link::after {
      border-color: whitesmoke; }
.navbar.is-dark .navbar-burger {
      color: whitesmoke; }
@media screen and (min-width: 1088px) {
      .navbar.is-dark .navbar-start > .navbar-item,
      .navbar.is-dark .navbar-start .navbar-link,
      .navbar.is-dark .navbar-end > .navbar-item,
      .navbar.is-dark .navbar-end .navbar-link {
        color: whitesmoke; }
      .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
      .navbar.is-dark .navbar-start .navbar-link:hover,
      .navbar.is-dark .navbar-start .navbar-link.is-active,
      .navbar.is-dark .navbar-end > a.navbar-item:hover,
      .navbar.is-dark .navbar-end > a.navbar-item.is-active,
      .navbar.is-dark .navbar-end .navbar-link:hover,
      .navbar.is-dark .navbar-end .navbar-link.is-active {
        background-color: #292929;
        color: whitesmoke; }
      .navbar.is-dark .navbar-start .navbar-link::after,
      .navbar.is-dark .navbar-end .navbar-link::after {
        border-color: whitesmoke; }
      .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #292929;
        color: whitesmoke; }
      .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: whitesmoke; } }
.navbar.is-primary, #stx-newsletter .navbar.g-Button, .pager > li.navbar.pager-current {
    background-color: #3DD52F;
    color: #fff; }
.navbar.is-primary .navbar-brand > .navbar-item, #stx-newsletter .navbar.g-Button .navbar-brand > .navbar-item, .pager > li.navbar.pager-current .navbar-brand > .navbar-item,
    .navbar.is-primary .navbar-brand .navbar-link,
    #stx-newsletter .navbar.g-Button .navbar-brand .navbar-link,
    .pager > li.navbar.pager-current .navbar-brand .navbar-link {
      color: #fff; }
.navbar.is-primary .navbar-brand > a.navbar-item:hover, #stx-newsletter .navbar.g-Button .navbar-brand > a.navbar-item:hover, .pager > li.navbar.pager-current .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, #stx-newsletter .navbar.g-Button .navbar-brand > a.navbar-item.is-active, .pager > li.navbar.pager-current .navbar-brand > a.navbar-item.is-active,
    .navbar.is-primary .navbar-brand .navbar-link:hover,
    #stx-newsletter .navbar.g-Button .navbar-brand .navbar-link:hover,
    .pager > li.navbar.pager-current .navbar-brand .navbar-link:hover,
    .navbar.is-primary .navbar-brand .navbar-link.is-active,
    #stx-newsletter .navbar.g-Button .navbar-brand .navbar-link.is-active,
    .pager > li.navbar.pager-current .navbar-brand .navbar-link.is-active {
      background-color: #35c327;
      color: #fff; }
.navbar.is-primary .navbar-brand .navbar-link::after, #stx-newsletter .navbar.g-Button .navbar-brand .navbar-link::after, .pager > li.navbar.pager-current .navbar-brand .navbar-link::after {
      border-color: #fff; }
.navbar.is-primary .navbar-burger, #stx-newsletter .navbar.g-Button .navbar-burger, .pager > li.navbar.pager-current .navbar-burger {
      color: #fff; }
@media screen and (min-width: 1088px) {
      .navbar.is-primary .navbar-start > .navbar-item, #stx-newsletter .navbar.g-Button .navbar-start > .navbar-item, .pager > li.navbar.pager-current .navbar-start > .navbar-item,
      .navbar.is-primary .navbar-start .navbar-link,
      #stx-newsletter .navbar.g-Button .navbar-start .navbar-link,
      .pager > li.navbar.pager-current .navbar-start .navbar-link,
      .navbar.is-primary .navbar-end > .navbar-item,
      #stx-newsletter .navbar.g-Button .navbar-end > .navbar-item,
      .pager > li.navbar.pager-current .navbar-end > .navbar-item,
      .navbar.is-primary .navbar-end .navbar-link,
      #stx-newsletter .navbar.g-Button .navbar-end .navbar-link,
      .pager > li.navbar.pager-current .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-primary .navbar-start > a.navbar-item:hover, #stx-newsletter .navbar.g-Button .navbar-start > a.navbar-item:hover, .pager > li.navbar.pager-current .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, #stx-newsletter .navbar.g-Button .navbar-start > a.navbar-item.is-active, .pager > li.navbar.pager-current .navbar-start > a.navbar-item.is-active,
      .navbar.is-primary .navbar-start .navbar-link:hover,
      #stx-newsletter .navbar.g-Button .navbar-start .navbar-link:hover,
      .pager > li.navbar.pager-current .navbar-start .navbar-link:hover,
      .navbar.is-primary .navbar-start .navbar-link.is-active,
      #stx-newsletter .navbar.g-Button .navbar-start .navbar-link.is-active,
      .pager > li.navbar.pager-current .navbar-start .navbar-link.is-active,
      .navbar.is-primary .navbar-end > a.navbar-item:hover,
      #stx-newsletter .navbar.g-Button .navbar-end > a.navbar-item:hover,
      .pager > li.navbar.pager-current .navbar-end > a.navbar-item:hover,
      .navbar.is-primary .navbar-end > a.navbar-item.is-active,
      #stx-newsletter .navbar.g-Button .navbar-end > a.navbar-item.is-active,
      .pager > li.navbar.pager-current .navbar-end > a.navbar-item.is-active,
      .navbar.is-primary .navbar-end .navbar-link:hover,
      #stx-newsletter .navbar.g-Button .navbar-end .navbar-link:hover,
      .pager > li.navbar.pager-current .navbar-end .navbar-link:hover,
      .navbar.is-primary .navbar-end .navbar-link.is-active,
      #stx-newsletter .navbar.g-Button .navbar-end .navbar-link.is-active,
      .pager > li.navbar.pager-current .navbar-end .navbar-link.is-active {
        background-color: #35c327;
        color: #fff; }
      .navbar.is-primary .navbar-start .navbar-link::after, #stx-newsletter .navbar.g-Button .navbar-start .navbar-link::after, .pager > li.navbar.pager-current .navbar-start .navbar-link::after,
      .navbar.is-primary .navbar-end .navbar-link::after,
      #stx-newsletter .navbar.g-Button .navbar-end .navbar-link::after,
      .pager > li.navbar.pager-current .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link, #stx-newsletter .navbar.g-Button .navbar-item.has-dropdown:hover .navbar-link, .pager > li.navbar.pager-current .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,
      #stx-newsletter .navbar.g-Button .navbar-item.has-dropdown.is-active .navbar-link,
      .pager > li.navbar.pager-current .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #35c327;
        color: #fff; }
      .navbar.is-primary .navbar-dropdown a.navbar-item.is-active, #stx-newsletter .navbar.g-Button .navbar-dropdown a.navbar-item.is-active, .pager > li.navbar.pager-current .navbar-dropdown a.navbar-item.is-active {
        background-color: #3DD52F;
        color: #fff; } }
.navbar.is-link {
    background-color: #0a0a0a;
    color: #fff; }
.navbar.is-link .navbar-brand > .navbar-item,
    .navbar.is-link .navbar-brand .navbar-link {
      color: #fff; }
.navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
    .navbar.is-link .navbar-brand .navbar-link:hover,
    .navbar.is-link .navbar-brand .navbar-link.is-active {
      background-color: black;
      color: #fff; }
.navbar.is-link .navbar-brand .navbar-link::after {
      border-color: #fff; }
.navbar.is-link .navbar-burger {
      color: #fff; }
@media screen and (min-width: 1088px) {
      .navbar.is-link .navbar-start > .navbar-item,
      .navbar.is-link .navbar-start .navbar-link,
      .navbar.is-link .navbar-end > .navbar-item,
      .navbar.is-link .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
      .navbar.is-link .navbar-start .navbar-link:hover,
      .navbar.is-link .navbar-start .navbar-link.is-active,
      .navbar.is-link .navbar-end > a.navbar-item:hover,
      .navbar.is-link .navbar-end > a.navbar-item.is-active,
      .navbar.is-link .navbar-end .navbar-link:hover,
      .navbar.is-link .navbar-end .navbar-link.is-active {
        background-color: black;
        color: #fff; }
      .navbar.is-link .navbar-start .navbar-link::after,
      .navbar.is-link .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: black;
        color: #fff; }
      .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: #fff; } }
.navbar.is-info {
    background-color: #209cee;
    color: #fff; }
.navbar.is-info .navbar-brand > .navbar-item,
    .navbar.is-info .navbar-brand .navbar-link {
      color: #fff; }
.navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
    .navbar.is-info .navbar-brand .navbar-link:hover,
    .navbar.is-info .navbar-brand .navbar-link.is-active {
      background-color: #118fe4;
      color: #fff; }
.navbar.is-info .navbar-brand .navbar-link::after {
      border-color: #fff; }
.navbar.is-info .navbar-burger {
      color: #fff; }
@media screen and (min-width: 1088px) {
      .navbar.is-info .navbar-start > .navbar-item,
      .navbar.is-info .navbar-start .navbar-link,
      .navbar.is-info .navbar-end > .navbar-item,
      .navbar.is-info .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
      .navbar.is-info .navbar-start .navbar-link:hover,
      .navbar.is-info .navbar-start .navbar-link.is-active,
      .navbar.is-info .navbar-end > a.navbar-item:hover,
      .navbar.is-info .navbar-end > a.navbar-item.is-active,
      .navbar.is-info .navbar-end .navbar-link:hover,
      .navbar.is-info .navbar-end .navbar-link.is-active {
        background-color: #118fe4;
        color: #fff; }
      .navbar.is-info .navbar-start .navbar-link::after,
      .navbar.is-info .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #118fe4;
        color: #fff; }
      .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #209cee;
        color: #fff; } }
.navbar.is-success {
    background-color: #23d160;
    color: #fff; }
.navbar.is-success .navbar-brand > .navbar-item,
    .navbar.is-success .navbar-brand .navbar-link {
      color: #fff; }
.navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
    .navbar.is-success .navbar-brand .navbar-link:hover,
    .navbar.is-success .navbar-brand .navbar-link.is-active {
      background-color: #20bc56;
      color: #fff; }
.navbar.is-success .navbar-brand .navbar-link::after {
      border-color: #fff; }
.navbar.is-success .navbar-burger {
      color: #fff; }
@media screen and (min-width: 1088px) {
      .navbar.is-success .navbar-start > .navbar-item,
      .navbar.is-success .navbar-start .navbar-link,
      .navbar.is-success .navbar-end > .navbar-item,
      .navbar.is-success .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
      .navbar.is-success .navbar-start .navbar-link:hover,
      .navbar.is-success .navbar-start .navbar-link.is-active,
      .navbar.is-success .navbar-end > a.navbar-item:hover,
      .navbar.is-success .navbar-end > a.navbar-item.is-active,
      .navbar.is-success .navbar-end .navbar-link:hover,
      .navbar.is-success .navbar-end .navbar-link.is-active {
        background-color: #20bc56;
        color: #fff; }
      .navbar.is-success .navbar-start .navbar-link::after,
      .navbar.is-success .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #20bc56;
        color: #fff; }
      .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #23d160;
        color: #fff; } }
.navbar.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7); }
.navbar.is-warning .navbar-brand > .navbar-item,
    .navbar.is-warning .navbar-brand .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
.navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
    .navbar.is-warning .navbar-brand .navbar-link:hover,
    .navbar.is-warning .navbar-brand .navbar-link.is-active {
      background-color: #ffd83d;
      color: rgba(0, 0, 0, 0.7); }
.navbar.is-warning .navbar-brand .navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7); }
.navbar.is-warning .navbar-burger {
      color: rgba(0, 0, 0, 0.7); }
@media screen and (min-width: 1088px) {
      .navbar.is-warning .navbar-start > .navbar-item,
      .navbar.is-warning .navbar-start .navbar-link,
      .navbar.is-warning .navbar-end > .navbar-item,
      .navbar.is-warning .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
      .navbar.is-warning .navbar-start .navbar-link:hover,
      .navbar.is-warning .navbar-start .navbar-link.is-active,
      .navbar.is-warning .navbar-end > a.navbar-item:hover,
      .navbar.is-warning .navbar-end > a.navbar-item.is-active,
      .navbar.is-warning .navbar-end .navbar-link:hover,
      .navbar.is-warning .navbar-end .navbar-link.is-active {
        background-color: #ffd83d;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start .navbar-link::after,
      .navbar.is-warning .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ffd83d;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffdd57;
        color: rgba(0, 0, 0, 0.7); } }
.navbar.is-danger {
    background-color: #ff3860;
    color: #fff; }
.navbar.is-danger .navbar-brand > .navbar-item,
    .navbar.is-danger .navbar-brand .navbar-link {
      color: #fff; }
.navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
    .navbar.is-danger .navbar-brand .navbar-link:hover,
    .navbar.is-danger .navbar-brand .navbar-link.is-active {
      background-color: #ff1f4b;
      color: #fff; }
.navbar.is-danger .navbar-brand .navbar-link::after {
      border-color: #fff; }
.navbar.is-danger .navbar-burger {
      color: #fff; }
@media screen and (min-width: 1088px) {
      .navbar.is-danger .navbar-start > .navbar-item,
      .navbar.is-danger .navbar-start .navbar-link,
      .navbar.is-danger .navbar-end > .navbar-item,
      .navbar.is-danger .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
      .navbar.is-danger .navbar-start .navbar-link:hover,
      .navbar.is-danger .navbar-start .navbar-link.is-active,
      .navbar.is-danger .navbar-end > a.navbar-item:hover,
      .navbar.is-danger .navbar-end > a.navbar-item.is-active,
      .navbar.is-danger .navbar-end .navbar-link:hover,
      .navbar.is-danger .navbar-end .navbar-link.is-active {
        background-color: #ff1f4b;
        color: #fff; }
      .navbar.is-danger .navbar-start .navbar-link::after,
      .navbar.is-danger .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ff1f4b;
        color: #fff; }
      .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #ff3860;
        color: #fff; } }
.navbar > .container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.25rem;
    width: 100%; }
.navbar.has-shadow {
    -webkit-box-shadow: 0 2px 0 0 whitesmoke;
            box-shadow: 0 2px 0 0 whitesmoke; }
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
.navbar.is-fixed-bottom {
    bottom: 0; }
.navbar.is-fixed-bottom.has-shadow {
      -webkit-box-shadow: 0 -2px 0 0 whitesmoke;
              box-shadow: 0 -2px 0 0 whitesmoke; }
.navbar.is-fixed-top {
    top: 0; }
html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem; }
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem; }
.navbar-brand,
.navbar-tabs {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 3.25rem; }
.navbar-brand a.navbar-item:hover {
  background-color: transparent; }
.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }
.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto; }
.navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition-duration: 86ms;
            transition-duration: 86ms;
    -webkit-transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    width: 16px; }
.navbar-burger span:nth-child(1) {
      top: calc(50% - 6px); }
.navbar-burger span:nth-child(2) {
      top: calc(50% - 1px); }
.navbar-burger span:nth-child(3) {
      top: calc(50% + 4px); }
.navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05); }
.navbar-burger.is-active span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg); }
.navbar-burger.is-active span:nth-child(2) {
    opacity: 0; }
.navbar-burger.is-active span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg); }
.navbar-menu {
  display: none; }
.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative; }
.navbar-item .icon:only-child,
  .navbar-link .icon:only-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }
a.navbar-item,
.navbar-link {
  cursor: pointer; }
a.navbar-item:hover, a.navbar-item.is-active,
  .navbar-link:hover,
  .navbar-link.is-active {
    background-color: #fafafa;
    color: #0a0a0a; }
.navbar-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.navbar-item img {
    max-height: 1.75rem; }
.navbar-item.has-dropdown {
    padding: 0; }
.navbar-item.is-expanded {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
.navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(0.5rem - 1px); }
.navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: #0a0a0a; }
.navbar-item.is-tab.is-active {
      background-color: transparent;
      border-bottom-color: #0a0a0a;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #0a0a0a;
      padding-bottom: calc(0.5rem - 3px); }
.navbar-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1; }
.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em; }
.navbar-link:not(.is-arrowless)::after {
    border-color: #0a0a0a;
    margin-top: -0.375em;
    right: 1.125em; }
.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
.navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0; }
@media screen and (max-width: 1087px) {
  .navbar > .container {
    display: block; }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-link::after {
    display: none; }
  .navbar-menu {
    background-color: white;
    -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
            box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0; }
    .navbar-menu.is-active {
      display: block; }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-touch {
    bottom: 0; }
    .navbar.is-fixed-bottom-touch.has-shadow {
      -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
              box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-touch {
    top: 0; }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto; }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem; } }
@media screen and (min-width: 1088px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar {
    min-height: 3.25rem; }
    .navbar.is-spaced {
      padding: 1rem 2rem; }
      .navbar.is-spaced .navbar-start,
      .navbar.is-spaced .navbar-end {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .navbar.is-spaced a.navbar-item,
      .navbar.is-spaced .navbar-link {
        border-radius: 4px; }
    .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent .navbar-link.is-active {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
      background-color: whitesmoke;
      color: #0a0a0a; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
      background-color: whitesmoke;
      color: #0a0a0a; }
  .navbar-burger {
    display: none; }
  .navbar-item,
  .navbar-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .navbar-item.has-dropdown {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .navbar-item.has-dropdown-up .navbar-link::after {
      -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
              transform: rotate(135deg) translate(0.25em, -0.25em); }
    .navbar-item.has-dropdown-up .navbar-dropdown {
      border-bottom: 2px solid #dbdbdb;
      border-radius: 6px 6px 0 0;
      border-top: none;
      bottom: 100%;
      -webkit-box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
              box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
      top: auto; }
    .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
      display: block; }
      .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  .navbar-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .navbar-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto; }
  .navbar-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto; }
  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
            box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20; }
    .navbar-dropdown .navbar-item {
      padding: 0.375rem 1rem;
      white-space: nowrap; }
    .navbar-dropdown a.navbar-item {
      padding-right: 3rem; }
      .navbar-dropdown a.navbar-item:hover {
        background-color: whitesmoke;
        color: #0a0a0a; }
      .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #0a0a0a; }
    .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
      border-radius: 6px;
      border-top: none;
      -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
              box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      display: block;
      opacity: 0;
      pointer-events: none;
      top: calc(100% + (-4px));
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
      -webkit-transition-duration: 86ms;
              transition-duration: 86ms;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: opacity, transform;
      transition-property: opacity, transform, -webkit-transform; }
    .navbar-dropdown.is-right {
      left: auto;
      right: 0; }
  .navbar-divider {
    display: block; }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -.75rem; }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -.75rem; }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0; }
    .navbar.is-fixed-bottom-desktop.has-shadow {
      -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
              box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-desktop {
    top: 0; }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem; }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem; }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem; }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a; }
  a.navbar-item.is-active:not(:hover),
  .navbar-link.is-active:not(:hover) {
    background-color: transparent; }
  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa; } }
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem); }
.pagination {
  font-size: 1rem;
  margin: -0.25rem; }
.pagination.is-small, .form .form-managed-file input.pagination[type="submit"], .pager > li a.pagination, .pager > li.pagination.pager-current {
    font-size: 0.75rem; }
.pagination.is-medium {
    font-size: 1.25rem; }
.pagination.is-large {
    font-size: 1.5rem; }
.pagination.is-rounded .pagination-previous,
  .pagination.is-rounded .pagination-next {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 290486px; }
.pagination.is-rounded .pagination-link {
    border-radius: 290486px; }
.pagination,
.pagination-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.25rem;
  text-align: center; }
.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.25em; }
.pagination-previous:hover,
  .pagination-next:hover,
  .pagination-link:hover {
    border-color: #b5b5b5;
    color: #363636; }
.pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus {
    border-color: #3273dc; }
.pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
            box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); }
.pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled] {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #7a7a7a;
    opacity: 0.5; }
.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }
.pagination-link.is-current {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff; }
.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none; }
.pagination-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
@media screen and (max-width: 639px) {
  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .pagination-previous,
  .pagination-next {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .pagination-list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; } }
@media screen and (min-width: 640px), print {
  .pagination-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .pagination-previous {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .pagination.is-centered .pagination-previous {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .pagination.is-centered .pagination-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .pagination.is-centered .pagination-next {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .pagination.is-right .pagination-previous {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .pagination.is-right .pagination-next {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .pagination.is-right .pagination-list {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
.panel {
  font-size: 1rem; }
.panel:not(:last-child) {
    margin-bottom: 1.5rem; }
.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb; }
.panel-heading:first-child,
  .panel-tabs:first-child,
  .panel-block:first-child {
    border-top: 1px solid #dbdbdb; }
.panel-heading {
  background-color: whitesmoke;
  border-radius: 4px 4px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em; }
.panel-tabs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.panel-tabs a {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: -1px;
    padding: 0.5em; }
.panel-tabs a.is-active {
      border-bottom-color: #4a4a4a;
      color: #363636; }
.panel-list a {
  color: #0a0a0a; }
.panel-list a:hover {
    color: #0a0a0a; }
.panel-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5em 0.75em; }
.panel-block input[type="checkbox"] {
    margin-right: 0.75em; }
.panel-block > .control {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%; }
.panel-block.is-wrapped {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.panel-block.is-active {
    border-left-color: #0a0a0a;
    color: #363636; }
.panel-block.is-active .panel-icon {
      color: #0a0a0a; }
a.panel-block,
label.panel-block {
  cursor: pointer; }
a.panel-block:hover,
  label.panel-block:hover {
    background-color: whitesmoke; }
.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em; }
.panel-icon .fa {
    font-size: inherit;
    line-height: inherit; }
.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; }
.tabs a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #0a0a0a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top; }
.tabs a:hover {
      border-bottom-color: #363636;
      color: #363636; }
.tabs li {
    display: block; }
.tabs li.is-active a {
      border-bottom-color: #0a0a0a;
      color: #0a0a0a; }
.tabs ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.tabs ul.is-left {
      padding-right: 0.75em; }
.tabs ul.is-center {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0.75em;
      padding-right: 0.75em; }
.tabs ul.is-right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-left: 0.75em; }
.tabs .icon:first-child {
    margin-right: 0.5em; }
.tabs .icon:last-child {
    margin-left: 0.5em; }
.tabs.is-centered ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.tabs.is-right ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
.tabs.is-boxed a:hover {
      background-color: whitesmoke;
      border-bottom-color: #dbdbdb; }
.tabs.is-boxed li.is-active a {
    background-color: white;
    border-color: #dbdbdb;
    border-bottom-color: transparent !important; }
.tabs.is-fullwidth li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.tabs.is-toggle a {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    position: relative; }
.tabs.is-toggle a:hover {
      background-color: whitesmoke;
      border-color: #b5b5b5;
      z-index: 2; }
.tabs.is-toggle li + li {
    margin-left: -1px; }
.tabs.is-toggle li:first-child a {
    border-radius: 4px 0 0 4px; }
.tabs.is-toggle li:last-child a {
    border-radius: 0 4px 4px 0; }
.tabs.is-toggle li.is-active a {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff;
    z-index: 1; }
.tabs.is-toggle ul {
    border-bottom: none; }
.tabs.is-toggle.is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 290486px;
    border-top-left-radius: 290486px;
    padding-left: 1.25em; }
.tabs.is-toggle.is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 290486px;
    border-top-right-radius: 290486px;
    padding-right: 1.25em; }
.tabs.is-small, .form .form-managed-file input.tabs[type="submit"], .pager > li a.tabs, .pager > li.tabs.pager-current {
    font-size: 0.75rem; }
.tabs.is-medium {
    font-size: 1.25rem; }
.tabs.is-large {
    font-size: 1.5rem; }
.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 1.25rem; }
.columns.is-mobile > .column.is-narrow {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
.columns.is-mobile > .column.is-full {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%; }
.columns.is-mobile > .column.is-three-quarters {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%; }
.columns.is-mobile > .column.is-two-thirds {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%; }
.columns.is-mobile > .column.is-half {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%; }
.columns.is-mobile > .column.is-one-third {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%; }
.columns.is-mobile > .column.is-one-quarter {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%; }
.columns.is-mobile > .column.is-one-fifth {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%; }
.columns.is-mobile > .column.is-two-fifths {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%; }
.columns.is-mobile > .column.is-three-fifths {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%; }
.columns.is-mobile > .column.is-four-fifths {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%; }
.columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
.columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
.columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
.columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
.columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
.columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
.columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
.columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
.columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
.columns.is-mobile > .column.is-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%; }
.columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
.columns.is-mobile > .column.is-2 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%; }
.columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
.columns.is-mobile > .column.is-3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%; }
.columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
.columns.is-mobile > .column.is-4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%; }
.columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
.columns.is-mobile > .column.is-5 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%; }
.columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
.columns.is-mobile > .column.is-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%; }
.columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
.columns.is-mobile > .column.is-7 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%; }
.columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
.columns.is-mobile > .column.is-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%; }
.columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
.columns.is-mobile > .column.is-9 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%; }
.columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
.columns.is-mobile > .column.is-10 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%; }
.columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
.columns.is-mobile > .column.is-11 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%; }
.columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
.columns.is-mobile > .column.is-12 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%; }
.columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
@media screen and (max-width: 639px) {
    .column.is-narrow-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-1-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .column.is-12-mobile {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
@media screen and (min-width: 640px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full, .column.is-full-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-1, .column.is-1-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333%; }
    .column.is-2, .column.is-2-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66667%; }
    .column.is-3, .column.is-3-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.is-5, .column.is-5-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66667%; }
    .column.is-6, .column.is-6-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66667%; }
    .column.is-9, .column.is-9-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66667%; }
    .column.is-12, .column.is-12-tablet {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
@media screen and (max-width: 1087px) {
    .column.is-narrow-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-1-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333%; }
    .column.is-2-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2-touch {
      margin-left: 16.66667%; }
    .column.is-3-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333%; }
    .column.is-5-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5-touch {
      margin-left: 41.66667%; }
    .column.is-6-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333%; }
    .column.is-8-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8-touch {
      margin-left: 66.66667%; }
    .column.is-9-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333%; }
    .column.is-11-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11-touch {
      margin-left: 91.66667%; }
    .column.is-12-touch {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
@media screen and (min-width: 1088px) {
    .column.is-narrow-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-1-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
@media screen and (min-width: 1280px) {
    .column.is-narrow-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-1-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333%; }
    .column.is-2-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66667%; }
    .column.is-3-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333%; }
    .column.is-5-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66667%; }
    .column.is-6-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333%; }
    .column.is-8-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66667%; }
    .column.is-9-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333%; }
    .column.is-11-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66667%; }
    .column.is-12-widescreen {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
@media screen and (min-width: 1472px) {
    .column.is-narrow-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .column.is-full-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .column.is-1-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.33333%; }
    .column.is-2-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.66667%; }
    .column.is-3-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.33333%; }
    .column.is-5-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.66667%; }
    .column.is-6-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.33333%; }
    .column.is-8-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.66667%; }
    .column.is-9-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.33333%; }
    .column.is-11-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.66667%; }
    .column.is-12-fullhd {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }
.columns {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: -1.25rem; }
.columns:last-child {
    margin-bottom: -1.25rem; }
.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 1.25rem); }
.columns.is-centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
.columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important; }
.columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
.columns.is-gapless:last-child {
      margin-bottom: 0; }
.columns.is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.columns.is-multiline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.columns.is-vcentered {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media screen and (min-width: 640px), print {
    .columns:not(.is-desktop) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
@media screen and (min-width: 1088px) {
    .columns.is-desktop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }
.columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
.columns.is-variable.is-0 {
    --columnGap: 0rem; }
@media screen and (max-width: 639px) {
    .columns.is-variable.is-0-mobile {
      --columnGap: 0rem; } }
@media screen and (min-width: 640px), print {
    .columns.is-variable.is-0-tablet {
      --columnGap: 0rem; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
    .columns.is-variable.is-0-tablet-only {
      --columnGap: 0rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-0-touch {
      --columnGap: 0rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-0-desktop {
      --columnGap: 0rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-0-desktop-only {
      --columnGap: 0rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-0-widescreen {
      --columnGap: 0rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-0-widescreen-only {
      --columnGap: 0rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-0-fullhd {
      --columnGap: 0rem; } }
.columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
@media screen and (max-width: 639px) {
    .columns.is-variable.is-1-mobile {
      --columnGap: 0.25rem; } }
@media screen and (min-width: 640px), print {
    .columns.is-variable.is-1-tablet {
      --columnGap: 0.25rem; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
    .columns.is-variable.is-1-tablet-only {
      --columnGap: 0.25rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-1-touch {
      --columnGap: 0.25rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-1-desktop {
      --columnGap: 0.25rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-1-desktop-only {
      --columnGap: 0.25rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-1-widescreen {
      --columnGap: 0.25rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-1-widescreen-only {
      --columnGap: 0.25rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-1-fullhd {
      --columnGap: 0.25rem; } }
.columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
@media screen and (max-width: 639px) {
    .columns.is-variable.is-2-mobile {
      --columnGap: 0.5rem; } }
@media screen and (min-width: 640px), print {
    .columns.is-variable.is-2-tablet {
      --columnGap: 0.5rem; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
    .columns.is-variable.is-2-tablet-only {
      --columnGap: 0.5rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-2-touch {
      --columnGap: 0.5rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-2-desktop {
      --columnGap: 0.5rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-2-desktop-only {
      --columnGap: 0.5rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-2-widescreen {
      --columnGap: 0.5rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-2-widescreen-only {
      --columnGap: 0.5rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-2-fullhd {
      --columnGap: 0.5rem; } }
.columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
@media screen and (max-width: 639px) {
    .columns.is-variable.is-3-mobile {
      --columnGap: 0.75rem; } }
@media screen and (min-width: 640px), print {
    .columns.is-variable.is-3-tablet {
      --columnGap: 0.75rem; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
    .columns.is-variable.is-3-tablet-only {
      --columnGap: 0.75rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-3-touch {
      --columnGap: 0.75rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-3-desktop {
      --columnGap: 0.75rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-3-desktop-only {
      --columnGap: 0.75rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-3-widescreen {
      --columnGap: 0.75rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-3-widescreen-only {
      --columnGap: 0.75rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-3-fullhd {
      --columnGap: 0.75rem; } }
.columns.is-variable.is-4 {
    --columnGap: 1rem; }
@media screen and (max-width: 639px) {
    .columns.is-variable.is-4-mobile {
      --columnGap: 1rem; } }
@media screen and (min-width: 640px), print {
    .columns.is-variable.is-4-tablet {
      --columnGap: 1rem; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
    .columns.is-variable.is-4-tablet-only {
      --columnGap: 1rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-4-touch {
      --columnGap: 1rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-4-desktop {
      --columnGap: 1rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-4-desktop-only {
      --columnGap: 1rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-4-widescreen {
      --columnGap: 1rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-4-widescreen-only {
      --columnGap: 1rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-4-fullhd {
      --columnGap: 1rem; } }
.columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
@media screen and (max-width: 639px) {
    .columns.is-variable.is-5-mobile {
      --columnGap: 1.25rem; } }
@media screen and (min-width: 640px), print {
    .columns.is-variable.is-5-tablet {
      --columnGap: 1.25rem; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
    .columns.is-variable.is-5-tablet-only {
      --columnGap: 1.25rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-5-touch {
      --columnGap: 1.25rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-5-desktop {
      --columnGap: 1.25rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-5-desktop-only {
      --columnGap: 1.25rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-5-widescreen {
      --columnGap: 1.25rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-5-widescreen-only {
      --columnGap: 1.25rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-5-fullhd {
      --columnGap: 1.25rem; } }
.columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
@media screen and (max-width: 639px) {
    .columns.is-variable.is-6-mobile {
      --columnGap: 1.5rem; } }
@media screen and (min-width: 640px), print {
    .columns.is-variable.is-6-tablet {
      --columnGap: 1.5rem; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
    .columns.is-variable.is-6-tablet-only {
      --columnGap: 1.5rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-6-touch {
      --columnGap: 1.5rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-6-desktop {
      --columnGap: 1.5rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-6-desktop-only {
      --columnGap: 1.5rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-6-widescreen {
      --columnGap: 1.5rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-6-widescreen-only {
      --columnGap: 1.5rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-6-fullhd {
      --columnGap: 1.5rem; } }
.columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
@media screen and (max-width: 639px) {
    .columns.is-variable.is-7-mobile {
      --columnGap: 1.75rem; } }
@media screen and (min-width: 640px), print {
    .columns.is-variable.is-7-tablet {
      --columnGap: 1.75rem; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
    .columns.is-variable.is-7-tablet-only {
      --columnGap: 1.75rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-7-touch {
      --columnGap: 1.75rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-7-desktop {
      --columnGap: 1.75rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-7-desktop-only {
      --columnGap: 1.75rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-7-widescreen {
      --columnGap: 1.75rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-7-widescreen-only {
      --columnGap: 1.75rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-7-fullhd {
      --columnGap: 1.75rem; } }
.columns.is-variable.is-8 {
    --columnGap: 2rem; }
@media screen and (max-width: 639px) {
    .columns.is-variable.is-8-mobile {
      --columnGap: 2rem; } }
@media screen and (min-width: 640px), print {
    .columns.is-variable.is-8-tablet {
      --columnGap: 2rem; } }
@media screen and (min-width: 640px) and (max-width: 1087px) {
    .columns.is-variable.is-8-tablet-only {
      --columnGap: 2rem; } }
@media screen and (max-width: 1087px) {
    .columns.is-variable.is-8-touch {
      --columnGap: 2rem; } }
@media screen and (min-width: 1088px) {
    .columns.is-variable.is-8-desktop {
      --columnGap: 2rem; } }
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .columns.is-variable.is-8-desktop-only {
      --columnGap: 2rem; } }
@media screen and (min-width: 1280px) {
    .columns.is-variable.is-8-widescreen {
      --columnGap: 2rem; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
    .columns.is-variable.is-8-widescreen-only {
      --columnGap: 2rem; } }
@media screen and (min-width: 1472px) {
    .columns.is-variable.is-8-fullhd {
      --columnGap: 2rem; } }
.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content; }
.tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
.tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
.tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
.tile.is-child {
    margin: 0 !important; }
.tile.is-parent {
    padding: 0.75rem; }
.tile.is-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
@media screen and (min-width: 640px), print {
    .tile:not(.is-child) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .tile.is-1 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .tile.is-2 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .tile.is-3 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .tile.is-4 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .tile.is-5 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .tile.is-6 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .tile.is-7 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .tile.is-8 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .tile.is-9 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .tile.is-10 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .tile.is-11 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .tile.is-12 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; } }
.hero {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.hero .navbar {
    background: none; }
.hero .tabs ul {
    border-bottom: none; }
.hero.is-white {
    background-color: white;
    color: #0a0a0a; }
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-white strong {
      color: inherit; }
.hero.is-white .title, .hero.is-white .date-heading h2, .date-heading .hero.is-white h2 {
      color: #0a0a0a; }
.hero.is-white .subtitle {
      color: rgba(10, 10, 10, 0.9); }
.hero.is-white .subtitle a:not(.button),
      .hero.is-white .subtitle strong {
        color: #0a0a0a; }
@media screen and (max-width: 1087px) {
      .hero.is-white .navbar-menu {
        background-color: white; } }
.hero.is-white .navbar-item,
    .hero.is-white .navbar-link {
      color: rgba(10, 10, 10, 0.7); }
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
    .hero.is-white .navbar-link:hover,
    .hero.is-white .navbar-link.is-active {
      background-color: #f2f2f2;
      color: #0a0a0a; }
.hero.is-white .tabs a {
      color: #0a0a0a;
      opacity: 0.9; }
.hero.is-white .tabs a:hover {
        opacity: 1; }
.hero.is-white .tabs li.is-active a {
      opacity: 1; }
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
      color: #0a0a0a; }
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: white; }
.hero.is-white.is-bold {
      background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); }
@media screen and (max-width: 639px) {
        .hero.is-white.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); } }
.hero.is-black {
    background-color: #0a0a0a;
    color: white; }
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-black strong {
      color: inherit; }
.hero.is-black .title, .hero.is-black .date-heading h2, .date-heading .hero.is-black h2 {
      color: white; }
.hero.is-black .subtitle {
      color: rgba(255, 255, 255, 0.9); }
.hero.is-black .subtitle a:not(.button),
      .hero.is-black .subtitle strong {
        color: white; }
@media screen and (max-width: 1087px) {
      .hero.is-black .navbar-menu {
        background-color: #0a0a0a; } }
.hero.is-black .navbar-item,
    .hero.is-black .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
    .hero.is-black .navbar-link:hover,
    .hero.is-black .navbar-link.is-active {
      background-color: black;
      color: white; }
.hero.is-black .tabs a {
      color: white;
      opacity: 0.9; }
.hero.is-black .tabs a:hover {
        opacity: 1; }
.hero.is-black .tabs li.is-active a {
      opacity: 1; }
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
      color: white; }
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
      background-color: white;
      border-color: white;
      color: #0a0a0a; }
.hero.is-black.is-bold {
      background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); }
@media screen and (max-width: 639px) {
        .hero.is-black.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } }
.hero.is-light {
    background-color: whitesmoke;
    color: #363636; }
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-light strong {
      color: inherit; }
.hero.is-light .title, .hero.is-light .date-heading h2, .date-heading .hero.is-light h2 {
      color: #363636; }
.hero.is-light .subtitle {
      color: rgba(54, 54, 54, 0.9); }
.hero.is-light .subtitle a:not(.button),
      .hero.is-light .subtitle strong {
        color: #363636; }
@media screen and (max-width: 1087px) {
      .hero.is-light .navbar-menu {
        background-color: whitesmoke; } }
.hero.is-light .navbar-item,
    .hero.is-light .navbar-link {
      color: rgba(54, 54, 54, 0.7); }
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
    .hero.is-light .navbar-link:hover,
    .hero.is-light .navbar-link.is-active {
      background-color: #e8e8e8;
      color: #363636; }
.hero.is-light .tabs a {
      color: #363636;
      opacity: 0.9; }
.hero.is-light .tabs a:hover {
        opacity: 1; }
.hero.is-light .tabs li.is-active a {
      opacity: 1; }
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
      color: #363636; }
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
      background-color: #363636;
      border-color: #363636;
      color: whitesmoke; }
.hero.is-light.is-bold {
      background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); }
@media screen and (max-width: 639px) {
        .hero.is-light.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); } }
.hero.is-dark {
    background-color: #363636;
    color: whitesmoke; }
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-dark strong {
      color: inherit; }
.hero.is-dark .title, .hero.is-dark .date-heading h2, .date-heading .hero.is-dark h2 {
      color: whitesmoke; }
.hero.is-dark .subtitle {
      color: rgba(245, 245, 245, 0.9); }
.hero.is-dark .subtitle a:not(.button),
      .hero.is-dark .subtitle strong {
        color: whitesmoke; }
@media screen and (max-width: 1087px) {
      .hero.is-dark .navbar-menu {
        background-color: #363636; } }
.hero.is-dark .navbar-item,
    .hero.is-dark .navbar-link {
      color: rgba(245, 245, 245, 0.7); }
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
    .hero.is-dark .navbar-link:hover,
    .hero.is-dark .navbar-link.is-active {
      background-color: #292929;
      color: whitesmoke; }
.hero.is-dark .tabs a {
      color: whitesmoke;
      opacity: 0.9; }
.hero.is-dark .tabs a:hover {
        opacity: 1; }
.hero.is-dark .tabs li.is-active a {
      opacity: 1; }
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
      color: whitesmoke; }
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
      background-color: whitesmoke;
      border-color: whitesmoke;
      color: #363636; }
.hero.is-dark.is-bold {
      background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); }
@media screen and (max-width: 639px) {
        .hero.is-dark.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } }
.hero.is-primary, #stx-newsletter .hero.g-Button, .pager > li.hero.pager-current {
    background-color: #3DD52F;
    color: #fff; }
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag), #stx-newsletter .hero.g-Button a:not(.button):not(.dropdown-item):not(.tag), .pager > li.hero.pager-current a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-primary strong,
    #stx-newsletter .hero.g-Button strong,
    .pager > li.hero.pager-current strong {
      color: inherit; }
.hero.is-primary .title, #stx-newsletter .hero.g-Button .title, .pager > li.hero.pager-current .title, .hero.is-primary .date-heading h2, .date-heading .hero.is-primary h2, #stx-newsletter .hero.g-Button .date-heading h2, .date-heading #stx-newsletter .hero.g-Button h2, .pager > li.hero.pager-current .date-heading h2, .date-heading .pager > li.hero.pager-current h2 {
      color: #fff; }
.hero.is-primary .subtitle, #stx-newsletter .hero.g-Button .subtitle, .pager > li.hero.pager-current .subtitle {
      color: rgba(255, 255, 255, 0.9); }
.hero.is-primary .subtitle a:not(.button), #stx-newsletter .hero.g-Button .subtitle a:not(.button), .pager > li.hero.pager-current .subtitle a:not(.button),
      .hero.is-primary .subtitle strong,
      #stx-newsletter .hero.g-Button .subtitle strong,
      .pager > li.hero.pager-current .subtitle strong {
        color: #fff; }
@media screen and (max-width: 1087px) {
      .hero.is-primary .navbar-menu, #stx-newsletter .hero.g-Button .navbar-menu, .pager > li.hero.pager-current .navbar-menu {
        background-color: #3DD52F; } }
.hero.is-primary .navbar-item, #stx-newsletter .hero.g-Button .navbar-item, .pager > li.hero.pager-current .navbar-item,
    .hero.is-primary .navbar-link,
    #stx-newsletter .hero.g-Button .navbar-link,
    .pager > li.hero.pager-current .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
.hero.is-primary a.navbar-item:hover, #stx-newsletter .hero.g-Button a.navbar-item:hover, .pager > li.hero.pager-current a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, #stx-newsletter .hero.g-Button a.navbar-item.is-active, .pager > li.hero.pager-current a.navbar-item.is-active,
    .hero.is-primary .navbar-link:hover,
    #stx-newsletter .hero.g-Button .navbar-link:hover,
    .pager > li.hero.pager-current .navbar-link:hover,
    .hero.is-primary .navbar-link.is-active,
    #stx-newsletter .hero.g-Button .navbar-link.is-active,
    .pager > li.hero.pager-current .navbar-link.is-active {
      background-color: #35c327;
      color: #fff; }
.hero.is-primary .tabs a, #stx-newsletter .hero.g-Button .tabs a, .pager > li.hero.pager-current .tabs a {
      color: #fff;
      opacity: 0.9; }
.hero.is-primary .tabs a:hover, #stx-newsletter .hero.g-Button .tabs a:hover, .pager > li.hero.pager-current .tabs a:hover {
        opacity: 1; }
.hero.is-primary .tabs li.is-active a, #stx-newsletter .hero.g-Button .tabs li.is-active a, .pager > li.hero.pager-current .tabs li.is-active a {
      opacity: 1; }
.hero.is-primary .tabs.is-boxed a, #stx-newsletter .hero.g-Button .tabs.is-boxed a, .pager > li.hero.pager-current .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a, #stx-newsletter .hero.g-Button .tabs.is-toggle a, .pager > li.hero.pager-current .tabs.is-toggle a {
      color: #fff; }
.hero.is-primary .tabs.is-boxed a:hover, #stx-newsletter .hero.g-Button .tabs.is-boxed a:hover, .pager > li.hero.pager-current .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover, #stx-newsletter .hero.g-Button .tabs.is-toggle a:hover, .pager > li.hero.pager-current .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-primary .tabs.is-boxed li.is-active a, #stx-newsletter .hero.g-Button .tabs.is-boxed li.is-active a, .pager > li.hero.pager-current .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, #stx-newsletter .hero.g-Button .tabs.is-boxed li.is-active a:hover, .pager > li.hero.pager-current .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, #stx-newsletter .hero.g-Button .tabs.is-toggle li.is-active a, .pager > li.hero.pager-current .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover, #stx-newsletter .hero.g-Button .tabs.is-toggle li.is-active a:hover, .pager > li.hero.pager-current .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #3DD52F; }
.hero.is-primary.is-bold, #stx-newsletter .hero.is-bold.g-Button, .pager > li.hero.is-bold.pager-current {
      background-image: linear-gradient(141deg, #41b819 0%, #3DD52F 71%, #3fdf4c 100%); }
@media screen and (max-width: 639px) {
        .hero.is-primary.is-bold .navbar-menu, #stx-newsletter .hero.is-bold.g-Button .navbar-menu, .pager > li.hero.is-bold.pager-current .navbar-menu {
          background-image: linear-gradient(141deg, #41b819 0%, #3DD52F 71%, #3fdf4c 100%); } }
.hero.is-link {
    background-color: #0a0a0a;
    color: #fff; }
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-link strong {
      color: inherit; }
.hero.is-link .title, .hero.is-link .date-heading h2, .date-heading .hero.is-link h2 {
      color: #fff; }
.hero.is-link .subtitle {
      color: rgba(255, 255, 255, 0.9); }
.hero.is-link .subtitle a:not(.button),
      .hero.is-link .subtitle strong {
        color: #fff; }
@media screen and (max-width: 1087px) {
      .hero.is-link .navbar-menu {
        background-color: #0a0a0a; } }
.hero.is-link .navbar-item,
    .hero.is-link .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
    .hero.is-link .navbar-link:hover,
    .hero.is-link .navbar-link.is-active {
      background-color: black;
      color: #fff; }
.hero.is-link .tabs a {
      color: #fff;
      opacity: 0.9; }
.hero.is-link .tabs a:hover {
        opacity: 1; }
.hero.is-link .tabs li.is-active a {
      opacity: 1; }
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
      color: #fff; }
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #0a0a0a; }
.hero.is-link.is-bold {
      background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); }
@media screen and (max-width: 639px) {
        .hero.is-link.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } }
.hero.is-info {
    background-color: #209cee;
    color: #fff; }
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-info strong {
      color: inherit; }
.hero.is-info .title, .hero.is-info .date-heading h2, .date-heading .hero.is-info h2 {
      color: #fff; }
.hero.is-info .subtitle {
      color: rgba(255, 255, 255, 0.9); }
.hero.is-info .subtitle a:not(.button),
      .hero.is-info .subtitle strong {
        color: #fff; }
@media screen and (max-width: 1087px) {
      .hero.is-info .navbar-menu {
        background-color: #209cee; } }
.hero.is-info .navbar-item,
    .hero.is-info .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
    .hero.is-info .navbar-link:hover,
    .hero.is-info .navbar-link.is-active {
      background-color: #118fe4;
      color: #fff; }
.hero.is-info .tabs a {
      color: #fff;
      opacity: 0.9; }
.hero.is-info .tabs a:hover {
        opacity: 1; }
.hero.is-info .tabs li.is-active a {
      opacity: 1; }
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
      color: #fff; }
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #209cee; }
.hero.is-info.is-bold {
      background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); }
@media screen and (max-width: 639px) {
        .hero.is-info.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); } }
.hero.is-success {
    background-color: #23d160;
    color: #fff; }
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-success strong {
      color: inherit; }
.hero.is-success .title, .hero.is-success .date-heading h2, .date-heading .hero.is-success h2 {
      color: #fff; }
.hero.is-success .subtitle {
      color: rgba(255, 255, 255, 0.9); }
.hero.is-success .subtitle a:not(.button),
      .hero.is-success .subtitle strong {
        color: #fff; }
@media screen and (max-width: 1087px) {
      .hero.is-success .navbar-menu {
        background-color: #23d160; } }
.hero.is-success .navbar-item,
    .hero.is-success .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
    .hero.is-success .navbar-link:hover,
    .hero.is-success .navbar-link.is-active {
      background-color: #20bc56;
      color: #fff; }
.hero.is-success .tabs a {
      color: #fff;
      opacity: 0.9; }
.hero.is-success .tabs a:hover {
        opacity: 1; }
.hero.is-success .tabs li.is-active a {
      opacity: 1; }
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
      color: #fff; }
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #23d160; }
.hero.is-success.is-bold {
      background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); }
@media screen and (max-width: 639px) {
        .hero.is-success.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); } }
.hero.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7); }
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-warning strong {
      color: inherit; }
.hero.is-warning .title, .hero.is-warning .date-heading h2, .date-heading .hero.is-warning h2 {
      color: rgba(0, 0, 0, 0.7); }
.hero.is-warning .subtitle {
      color: rgba(0, 0, 0, 0.9); }
.hero.is-warning .subtitle a:not(.button),
      .hero.is-warning .subtitle strong {
        color: rgba(0, 0, 0, 0.7); }
@media screen and (max-width: 1087px) {
      .hero.is-warning .navbar-menu {
        background-color: #ffdd57; } }
.hero.is-warning .navbar-item,
    .hero.is-warning .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
    .hero.is-warning .navbar-link:hover,
    .hero.is-warning .navbar-link.is-active {
      background-color: #ffd83d;
      color: rgba(0, 0, 0, 0.7); }
.hero.is-warning .tabs a {
      color: rgba(0, 0, 0, 0.7);
      opacity: 0.9; }
.hero.is-warning .tabs a:hover {
        opacity: 1; }
.hero.is-warning .tabs li.is-active a {
      opacity: 1; }
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
      color: rgba(0, 0, 0, 0.7); }
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
      background-color: rgba(0, 0, 0, 0.7);
      border-color: rgba(0, 0, 0, 0.7);
      color: #ffdd57; }
.hero.is-warning.is-bold {
      background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); }
@media screen and (max-width: 639px) {
        .hero.is-warning.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); } }
.hero.is-danger {
    background-color: #ff3860;
    color: #fff; }
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-danger strong {
      color: inherit; }
.hero.is-danger .title, .hero.is-danger .date-heading h2, .date-heading .hero.is-danger h2 {
      color: #fff; }
.hero.is-danger .subtitle {
      color: rgba(255, 255, 255, 0.9); }
.hero.is-danger .subtitle a:not(.button),
      .hero.is-danger .subtitle strong {
        color: #fff; }
@media screen and (max-width: 1087px) {
      .hero.is-danger .navbar-menu {
        background-color: #ff3860; } }
.hero.is-danger .navbar-item,
    .hero.is-danger .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
    .hero.is-danger .navbar-link:hover,
    .hero.is-danger .navbar-link.is-active {
      background-color: #ff1f4b;
      color: #fff; }
.hero.is-danger .tabs a {
      color: #fff;
      opacity: 0.9; }
.hero.is-danger .tabs a:hover {
        opacity: 1; }
.hero.is-danger .tabs li.is-active a {
      opacity: 1; }
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
      color: #fff; }
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #ff3860; }
.hero.is-danger.is-bold {
      background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%); }
@media screen and (max-width: 639px) {
        .hero.is-danger.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%); } }
.hero.is-small .hero-body, .form .form-managed-file input.hero[type="submit"] .hero-body, .pager > li a.hero .hero-body, .pager > li.hero.pager-current .hero-body {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem; }
@media screen and (min-width: 640px), print {
    .hero.is-medium .hero-body {
      padding-bottom: 9rem;
      padding-top: 9rem; } }
@media screen and (min-width: 640px), print {
    .hero.is-large .hero-body {
      padding-bottom: 18rem;
      padding-top: 18rem; } }
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
.hero.is-halfheight {
    min-height: 50vh; }
.hero.is-fullheight {
    min-height: 100vh; }
.hero-video {
  overflow: hidden; }
.hero-video video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
.hero-video.is-transparent {
    opacity: 0.3; }
@media screen and (max-width: 639px) {
    .hero-video {
      display: none; } }
.hero-buttons {
  margin-top: 1.5rem; }
@media screen and (max-width: 639px) {
    .hero-buttons .button, .hero-buttons #stx-newsletter .g-Button, #stx-newsletter .hero-buttons .g-Button, .hero-buttons .form .form-managed-file input[type="submit"], .form .form-managed-file .hero-buttons input[type="submit"], .hero-buttons .pager > li a, .pager > li .hero-buttons a, .hero-buttons .pager > li.pager-current {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .hero-buttons .button:not(:last-child), .hero-buttons #stx-newsletter .g-Button:not(:last-child), #stx-newsletter .hero-buttons .g-Button:not(:last-child), .hero-buttons .form .form-managed-file input:not(:last-child)[type="submit"], .form .form-managed-file .hero-buttons input:not(:last-child)[type="submit"], .hero-buttons .pager > li a:not(:last-child), .pager > li .hero-buttons a:not(:last-child), .hero-buttons .pager > li.pager-current:not(:last-child) {
        margin-bottom: 0.75rem; } }
@media screen and (min-width: 640px), print {
    .hero-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .hero-buttons .button:not(:last-child), .hero-buttons #stx-newsletter .g-Button:not(:last-child), #stx-newsletter .hero-buttons .g-Button:not(:last-child), .hero-buttons .form .form-managed-file input:not(:last-child)[type="submit"], .form .form-managed-file .hero-buttons input:not(:last-child)[type="submit"], .hero-buttons .pager > li a:not(:last-child), .pager > li .hero-buttons a:not(:last-child), .hero-buttons .pager > li.pager-current:not(:last-child) {
        margin-right: 1.5rem; } }
.hero-head,
.hero-foot {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.hero-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3rem 1.5rem; }
.section {
  padding: 3rem 1.5rem; }
@media screen and (min-width: 1088px) {
    .section.is-medium {
      padding: 9rem 1.5rem; }
    .section.is-large {
      padding: 18rem 1.5rem; } }
.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
.slick-arrow.slick-hidden {
  display: none; }
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
.slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
.slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
.slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.slick-prev {
  left: -25px; }
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
.slick-prev:before {
    content: "←"; }
[dir="rtl"] .slick-prev:before {
      content: "→"; }
.slick-next {
  right: -25px; }
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
.slick-next:before {
    content: "→"; }
[dir="rtl"] .slick-next:before {
      content: "←"; }
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
.slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
.slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0; } }
@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
.plyr video,
  .plyr audio {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%; }
.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto; }
.plyr:focus {
    outline: 0; }
.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.plyr--full-ui *,
  .plyr--full-ui *::after,
  .plyr--full-ui *::before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px; }
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }
.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%; }
.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap; }
.plyr__captions .plyr__caption div {
      display: inline; }
.plyr__captions span:empty {
    display: none; }
@media (min-width: 480px) {
    .plyr__captions {
      font-size: 16px;
      padding: 20px; } }
@media (min-width: 768px) {
    .plyr__captions {
      font-size: 18px; } }
.plyr--captions-active .plyr__captions {
  display: block; }
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px); }
.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px; }
.plyr__control:focus {
    outline: 0; }
.plyr__control.plyr__tab-focus {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 64, 180, 0.5);
            box-shadow: 0 0 0 5px rgba(255, 64, 180, 0.5);
    outline: 0; }
a.plyr__control {
  text-decoration: none; }
a.plyr__control::after, a.plyr__control::before {
    display: none; }
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none; }
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded='true'] {
  background: #FF40B4;
  color: #fff; }
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded='true'] {
  background: #FF40B4;
  color: #fff; }
.plyr__control--overlaid {
  background: rgba(255, 64, 180, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2; }
.plyr__control--overlaid svg {
    left: 2px;
    position: relative; }
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
    background: #FF40B4; }
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }
.plyr--full-ui ::-webkit-media-controls {
  display: none; }
.plyr__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center; }
.plyr__controls .plyr__progress__container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0; }
.plyr__controls .plyr__controls__item {
    margin-left: 2.5px; }
.plyr__controls .plyr__controls__item:first-child {
      margin-left: 0;
      margin-right: auto; }
.plyr__controls .plyr__controls__item.plyr__progress__container {
      padding-left: 2.5px; }
.plyr__controls .plyr__controls__item.plyr__time {
      padding: 0 5px; }
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child,
    .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
      padding-left: 0; }
.plyr__controls .plyr__controls__item.plyr__volume {
      padding-right: 5px; }
.plyr__controls .plyr__controls__item.plyr__volume:first-child {
      padding-right: 0; }
.plyr__controls:empty {
    display: none; }
.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px; }
.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3; }
@media (min-width: 480px) {
    .plyr--video .plyr__controls {
      padding: 35px 10px 10px; } }
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }
.plyr [data-plyr='captions'],
.plyr [data-plyr='pip'],
.plyr [data-plyr='airplay'],
.plyr [data-plyr='fullscreen'] {
  display: none; }
.plyr--captions-enabled [data-plyr='captions'],
.plyr--pip-supported [data-plyr='pip'],
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block; }
.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
.plyr__menu .plyr__control svg {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
.plyr__menu .plyr__control[aria-expanded='true'] svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
.plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
    display: none; }
.plyr__menu__container {
    -webkit-animation: plyr-popup 0.2s ease;
            animation: plyr-popup 0.2s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    bottom: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4a5764;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3; }
.plyr__menu__container > div {
      overflow: hidden;
      -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
.plyr__menu__container::after {
      border: 4px solid transparent;
      border-top-color: rgba(255, 255, 255, 0.9);
      content: '';
      height: 0;
      position: absolute;
      right: 15px;
      top: 100%;
      width: 0; }
.plyr__menu__container [role='menu'] {
      padding: 7px; }
.plyr__menu__container [role='menuitem'],
    .plyr__menu__container [role='menuitemradio'] {
      margin-top: 2px; }
.plyr__menu__container [role='menuitem']:first-child,
      .plyr__menu__container [role='menuitemradio']:first-child {
        margin-top: 0; }
.plyr__menu__container .plyr__control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #4a5764;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      padding: 4px 11px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 100%; }
.plyr__menu__container .plyr__control > span {
        -webkit-box-align: inherit;
            -ms-flex-align: inherit;
                align-items: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
.plyr__menu__container .plyr__control::after {
        border: 4px solid transparent;
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
.plyr__menu__container .plyr__control--forward {
        padding-right: 28px; }
.plyr__menu__container .plyr__control--forward::after {
          border-left-color: rgba(74, 87, 100, 0.8);
          right: 5px; }
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
          border-left-color: currentColor; }
.plyr__menu__container .plyr__control--back {
        font-weight: 500;
        margin: 7px;
        margin-bottom: 3px;
        padding-left: 28px;
        position: relative;
        width: calc(100% - 14px); }
.plyr__menu__container .plyr__control--back::after {
          border-right-color: rgba(74, 87, 100, 0.8);
          left: 7px; }
.plyr__menu__container .plyr__control--back::before {
          background: #c1c9d1;
          -webkit-box-shadow: 0 1px 0 #fff;
                  box-shadow: 0 1px 0 #fff;
          content: '';
          height: 1px;
          left: 0;
          margin-top: 4px;
          overflow: hidden;
          position: absolute;
          right: 0;
          top: 100%; }
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
          border-right-color: currentColor; }
.plyr__menu__container .plyr__control[role='menuitemradio'] {
      padding-left: 7px; }
.plyr__menu__container .plyr__control[role='menuitemradio']::before, .plyr__menu__container .plyr__control[role='menuitemradio']::after {
        border-radius: 100%; }
.plyr__menu__container .plyr__control[role='menuitemradio']::before {
        background: rgba(0, 0, 0, 0.1);
        content: '';
        display: block;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        height: 16px;
        margin-right: 10px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 16px; }
.plyr__menu__container .plyr__control[role='menuitemradio']::after {
        background: #fff;
        border: 0;
        height: 6px;
        left: 12px;
        opacity: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) scale(0);
                transform: translateY(-50%) scale(0);
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
        width: 6px; }
.plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::before {
        background: #FF40B4; }
.plyr__menu__container .plyr__control[role='menuitemradio'][aria-checked='true']::after {
        opacity: 1;
        -webkit-transform: translateY(-50%) scale(1);
                transform: translateY(-50%) scale(1); }
.plyr__menu__container .plyr__control[role='menuitemradio'].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role='menuitemradio']:hover::before {
        background: rgba(0, 0, 0, 0.1); }
.plyr__menu__container .plyr__menu__value {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      margin-right: -5px;
      overflow: hidden;
      padding-left: 25px;
      pointer-events: none; }
.plyr--full-ui input[type='range'] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 26px;
  color: #FF40B4;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%; }
.plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-user-select: none;
            user-select: none;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
    background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%)); }
.plyr--full-ui input[type='range']::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
    height: 13px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    -webkit-appearance: none;
    /* stylelint-disable-line */
    margin-top: -4px; }
.plyr--full-ui input[type='range']::-moz-range-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -moz-user-select: none;
         user-select: none; }
.plyr--full-ui input[type='range']::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
    height: 13px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px; }
.plyr--full-ui input[type='range']::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    height: 5px; }
.plyr--full-ui input[type='range']::-ms-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -ms-user-select: none;
        user-select: none;
    color: transparent; }
.plyr--full-ui input[type='range']::-ms-fill-upper {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -ms-user-select: none;
        user-select: none; }
.plyr--full-ui input[type='range']::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -ms-user-select: none;
        user-select: none;
    background: currentColor; }
.plyr--full-ui input[type='range']::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
    height: 13px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 13px;
    margin-top: 0; }
.plyr--full-ui input[type='range']::-ms-tooltip {
    display: none; }
.plyr--full-ui input[type='range']:focus {
    outline: 0; }
.plyr--full-ui input[type='range']::-moz-focus-outer {
    border: 0; }
.plyr--full-ui input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 64, 180, 0.5);
            box-shadow: 0 0 0 5px rgba(255, 64, 180, 0.5);
    outline: 0; }
.plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(255, 64, 180, 0.5);
    outline: 0; }
.plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(255, 64, 180, 0.5);
    outline: 0; }
.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }
.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }
.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }
.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }
.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }
.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }
.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66); }
.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66); }
.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: rgba(193, 201, 209, 0.66); }
.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }
.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }
.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }
.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1; }
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }
.plyr__time {
  font-size: 14px; }
.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2; }
.plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    z-index: 2; }
.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1); }
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%; }
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
  .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: 16px; }
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1); }
.plyr--video {
  background: #000;
  overflow: hidden; }
.plyr--video.plyr--menu-open {
    overflow: visible; }
.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0; }
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%; }
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%; }
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%); }
.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative; }
.plyr__progress input[type='range'], .plyr__progress__buffer {
    margin-left: -6.5px;
    margin-right: -6.5px;
    width: calc(100% + 13px); }
.plyr__progress input[type='range'] {
    position: relative;
    z-index: 2; }
.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0; }
.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%; }
.plyr__progress__buffer::-webkit-progress-bar {
    background: transparent; }
.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }
.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }
.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }
.plyr--video .plyr__progress__buffer {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25); }
.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66); }
.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent; }
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25); }
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66); }
.plyr__volume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }
.plyr__volume input[type='range'] {
    margin-left: 5px;
    position: relative;
    z-index: 2; }
@media (min-width: 480px) {
    .plyr__volume {
      max-width: 90px; } }
@media (min-width: 768px) {
    .plyr__volume {
      max-width: 110px; } }
.plyr--is-ios .plyr__volume {
  display: none !important; }
.plyr--is-ios.plyr--vimeo [data-plyr='mute'] {
  display: none !important; }
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
.plyr:-webkit-full-screen video {
    height: 100%; }
.plyr:-moz-full-screen video {
    height: 100%; }
.plyr:-ms-fullscreen video {
    height: 100%; }
.plyr:fullscreen video {
    height: 100%; }
.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static; }
.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static; }
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none; }
.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none; }
.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none; }
.plyr:fullscreen.plyr--hide-controls {
    cursor: none; }
@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: 21px; }
    .plyr:-moz-full-screen .plyr__captions {
      font-size: 21px; }
    .plyr:-ms-fullscreen .plyr__captions {
      font-size: 21px; }
    .plyr:fullscreen .plyr__captions {
      font-size: 21px; } }
/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
.plyr:-webkit-full-screen video {
    height: 100%; }
.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none; }
@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
      font-size: 21px; } }
/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
.plyr:-moz-full-screen video {
    height: 100%; }
.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static; }
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block; }
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none; }
@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
      font-size: 21px; } }
/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }
.plyr:-ms-fullscreen video {
    height: 100%; }
.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static; }
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block; }
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none; }
@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
      font-size: 21px; } }
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }
.plyr--fullscreen-fallback video {
    height: 100%; }
.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static; }
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block; }
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
      display: none; }
.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none; }
@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
      font-size: 21px; } }
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }
.plyr__ads > div,
  .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%; }
.plyr__ads::after {
    background: rgba(35, 41, 47, 0.8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3; }
.plyr__ads::after:empty {
    display: none; }
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }
.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2; }
.plyr__preview-thumb--is-shown {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1); }
.plyr__preview-thumb::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    z-index: 2; }
.plyr__preview-thumb__image-container {
    background: #c1c9d1;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0; }
.plyr__preview-thumb__image-container img {
      height: 100%;
      left: 0;
      max-height: none;
      max-width: none;
      position: absolute;
      top: 0;
      width: 100%; }
.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3; }
.plyr__preview-thumb__time-container span {
      background-color: rgba(0, 0, 0, 0.55);
      border-radius: 2px;
      color: #fff;
      font-size: 14px;
      padding: 3px 6px; }
.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1; }
.plyr__preview-scrubbing--is-shown {
    opacity: 1; }
.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%; }
.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important; }
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }
.plyr [hidden] {
  display: none !important; }
.is-vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.is-vertical-horizontal-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
@media screen and (max-width: 1087px) {
  .responsive-table {
    max-width: 100%;
    overflow-x: auto; } }
.is-sticky  {
  background: white;
  z-index: 5; }
.fluid-width-video-wrapper {
  padding-bottom: 32.05128%;
  position: relative; }
.fluid-width-video-wrapper > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
.verbatim {
  list-style-type: none;
  padding: 0 30px !important;
  margin: 0;
  text-align: center;
  font-size: 0.8em; }
.verbatim li {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  text-align: left;
  padding: 20px 30px 30px 30px; }
@media screen and (min-width: 1088px) {
    .verbatim li {
      width: 23%; } }
.verbatim li:before {
  display: none !important; }
.verbatim li > strong:first-child {
  text-transform: uppercase;
  font-size: 1.1em; }
/*#stx-newsletter, #stx-newsletter-head {
    label {
        display: none;
    }
    .g-FormField {
        padding: 0 !important;
    }
    .g-Input__error {
        display: none;
    }
    >div>div>div {

        >div:nth-child(1) {
            width: 50%;
            display: inline-block;

            @include mobile {
                width: 58%;
            }
        }
        >div:nth-child(2) {
            display: none;
        }
        >div:nth-child(3) {
            width: 30%;
            display: inline-block;

            @include mobile {
                width: 40%;
            }
            .g-Button {
                @extend .wys-block-button-black;
                font-weight: 500 !important;
                height: auto;
                line-height: 1;
                span {
                    font-weight: 600;
                }
            }
        }
        
    }
}*/
#stx-newsletter select, #stx-newsletter input[type="text"], #stx-newsletter input[type="email"] {
  width: 100%; }
#stx-newsletter select:focus, #stx-newsletter input[type="text"]:focus, #stx-newsletter input[type="email"]:focus {
    border-bottom: 1px solid #3DD52F; }
#stx-newsletter select {
  border-bottom: 1px solid #0a0a0a;
  border-radius: 0;
  padding: 0;
  padding-bottom: 0.2em; }
#stx-newsletter label {
  font-size: 12px;
  font-family: "Muli", sans-serif;
  margin-bottom: 3px;
  display: block;
  text-transform: lowercase;
  font-weight: 400;
  z-index: 5; }
#stx-newsletter .g-FormField {
  padding: 10px 0; }
#stx-newsletter .g-Input__input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.75em 0;
  border: none;
  border-bottom: 1px solid #0a0a0a;
  outline: none;
  padding: 0 0 5px 0; }
#stx-newsletter .g-Input__error {
  color: #ff3860;
  height: auto; }
#stx-newsletter .g-Input__error span {
    display: block;
    margin-top: 5px; }
#stx-newsletter .g-Dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10; }
#stx-newsletter .g-Dialog__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 1;
    display: none; }
#stx-newsletter .g-Button[disabled] {
  color: #7a7a7a; }
#stx-newsletter .g-ActivityIndicator {
  width: 100px;
  height: 100px;
  background-image: url("data:image/gif;base64,R0lGODlhHgAeAOMAAJyenNTS1Ozq7PT29KyurOTi5PTy9Pz+/LS2tKSmpNza3Ozu7Pz6/LSytOTm5P///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAPACwAAAAAHgAeAAAE7/DJSWchrdTNJVuMNCQAkAwe2FVDYzrPYpbGU5ANukpBCSCPgwvQODwQvsCONwM+GApF6DhTLlsmQUeAm24GgQDqYPByGOUHWDxhDIvLirvUmMpmizjF4APknyQmZnEjJQleDggIWnoUAoqMjZIiaZMVByo3P4OSDEgJFz4KlhMKPg1DAKOkDwGBGSQInI1zoE+VrLezuRuJi6S+MB6Bh5MDBIZ2fTWSdzQeb0adb14MYSFoOh0fRtYBu1gJkRUOyDlxPSVOUFISSCVWO+k/QUOyVPCELuIxMwA1DnBo24FmSiFBHgTsilOgAQENcSIAACH5BAkJABUALAAAAAAeAB4AhAQCBJyanNTS1Ozq7KyurPT29OTi5CwuLKSmpNza3PTy9LS2tPz+/BQSFJyenNTW1Ozu7LSytPz6/OTm5Dw6PP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAX+YCWO5BgdR1SurChBkjg0ANBMLtyWReQgOEGtJqhMEI5IYTcSOJ6LioRSoywXP0eRWXEioxVFIAARYZ9bZu83aA2QkRirIBAsGQp5S5Kv0O0jEj5JDFwlgk9xIhBPCGSGJApPT2VSSD96kAWXCHoTCwttkCQDoKKjqCIFfaklDDoGX5mpElgIBgSTCa0jD5MRgw67vBUJv7EOC7OotT8GUqzE0MvSLJ+hvNc4LpzUOwW5mIuTDgqpjJPmUoMRhczsehJ1MXxLOy+F8gLeawinJRNyKTHkBIqLBAnknNFCcFIUBoOUVViY5psPfxUYOSpnBI49LnzkbGokR8IAb4YGDAAbxiUEACH5BAkJAB4ALAAAAAAeAB4AhAQCBISGhNTS1Ozq7KSmpCwuLPT29LS2tDw6POTi5JyanBQSFNza3PTy9KyurDQ2NPz+/Ly+vERCRIyKjNTW1Ozu7DQyNPz6/Dw+POTm5JyenBQWFLSytMTCxP///wAAAAX+oCeO5MgVBVeurHhVlzgsALBkYiUYbWlwGgJOUKsJPBGaBdcTCTTQg+fyqD1imGKg6QxqpJ6GQlERSbRczy84aEU2AEubZRDsPJBGrFdh8Op3LkAaHBBpJBCDHHsVUARkhyMNUFBlUwSOe5EGmEGaGQcHc5EyoaOkpAZ6qCsQMB4JmAearBcHQQkOlAysIxSUHIMavL0eDMCxX7SotrhTq8Uu0NFcoKK91kyXmagGup45lBoNqI2U5FOKhqQXipoXdjEXDTw9L4bwAssjawSnJBl0cajX5EkUFwwY7LkF5QgXg1/wDJrlgaEGh036tWn0aJyHDJgGHpq3hxO3KQMI9kVKEIwYlxAAIfkECQkAHgAsAAAAAB4AHgCEBAIEhIaE1NLU7OrspKakLC4s9Pb0tLa0PDo85OLknJqcFBIU3Nrc9PL0rK6sNDY0/P78vL68REJEjIqM1NbU7O7sNDI0/Pr8PD485ObknJ6cFBYUtLK0xMLE////AAAABf6gJ47kyBUFV66seFWXOCwAsGRiJRhtaXAaAk5Qqwk8EZoF1xMJNNCD5/KoPWKYYqDpDGqknoZCURFJtFzPLzhoRTYAS5tlEOw8kEasV2HwBhMBc1NAGhwQaSQXBTUFPB4VUARkiSMURQBHUwSSe5UVcDZlIhkHB4OVHh0YGBGpryIGerAlEDAeCZwHnrAXB0EJDlAaDLQiFMMchcTGHgzJuV+8r77AU7PN19PZLKWntN5Mm52vBsJBe5HDDa/qUOyEUIfUhRyeF3YxFw2PLS+I+ARsiwWEACoSGYRx6NfjSRQXDBjs+QVFUxOHX/AU2uWBogaLPdYYhBREgQZ2GRQ4LUy0b48BTuhcDBiYKIGyYmlCAAAh+QQJCQAeACwAAAAAHgAeAIQEAgSEhoTU0tTs6uykpqQsLiz09vS0trQ8Ojzk4uScmpwUEhTc2tz08vSsrqw0NjT8/vy8vrxEQkSMiozU1tTs7uw0MjT8+vw8Pjzk5uScnpwUFhS0srTEwsT///8AAAAF/qAnjuTIFQVXrqx4VZc4LACwZGIlGG1pcBoCTlCrCTwRmgXXEwk00IPn8qg9YphioOkMaqSehkJREUm0XM8vOGhFNgBLm2UQ7DyQRqxXYfAGEwFzU0AaHBBpJBcFNQU8HhVQBGSJIxRFAEdTBJJ7lRVwNmUiGQcHg5UeHRgYEamvIgZ6sD4UbQmcB56wDVkLHA5QGgy0IgpFKcLExceNuF+7rxUINg5Ts8WxAqjZPaWntN9Mm52vBsFBe5HCDdLCGu2EUIevF4Ucnhd2MRcNjy0vEOkTEG3EGgLcRmQIxuFfjydRXDBgsOeAME1NIH7BU0iXB4tQMPY42CbSJHgeFjJwapio3x4DnNK5GFCwUgIOHJZxCQEAIfkECQkAHgAsAAAAAB4AHgCEBAIEhIaE1NLU7OrspKakLC4s9Pb0tLa0PDo85OLknJqcFBIU3Nrc9PL0rK6sNDY0/P78vL68REJEjIqM1NbU7O7sNDI0/Pr8PD485ObknJ6cFBYUtLK0xMLE////AAAABf6gJ47kyBUFV66seFWXOCwAsGRiJRhtaXAaAk5Qqwk8EZoF1xMJNNCD5/KoPWKYYqDpDGqknoZCURFJtFzPLzhoRTYAS5tlEOw8kEasV2HwBhMBc1NAGhwQaSQXBTUFPB4VUARkiSMURQBHUwSSe5UVcDZlIhkHB4OVHh0YGBGpryIGerA+FG0JnAeesA1ZCxwOUBoMtCIKRSnCxMXHjbhfu68VCDYOU7PFsQKo2T2lp7QdEq0jF5xB0VygNQujkcINr5dFmheFh6+LjY9TdjEXDfixeBFjQIAJ3EasIZCQVDAOAls8ieKCAYM9B4RpajLxC55CujxkhLKxx8I2kRomaYiXgRPERAD3GDhHYM+FAekqJeDAYRmXEAAh+QQJCQAeACwAAAAAHgAeAIQEAgSEhoTU0tTs6uykpqQsLiz09vS0trQ8Ojzk4uScmpwUEhTc2tz08vSsrqw0NjT8/vy8vrxEQkSMiozU1tTs7uw0MjT8+vw8Pjzk5uScnpwUFhS0srTEwsT///8AAAAF/qAnjuTIFQVXrqx4VZc4LACwZGIlGG1pcBoCTlCrCTwRmgXXEwk00IPn8qg9YphioOkMaqSehkJREUm0XM8vOGhFNgBLm2UQ7DyQRqxXYfAGEwFzU0AaHBBpJBcFNQU8HhVQBGSJIxRFAEdTBJJ7lRVwNmUiGQcHg5UeHRgYEamvIgZ6sD4UbQmcB56wDVkLHA5QGgy0IgpFKcLExceNuF+7rxUINg5Ts8WxAqjZPaWntB0SrSMXnEHRXKA1C6ORwg2vl0WaF4WHr4uNj1N2MRcN+LFoQCHGgACCWqwhwG1EBzhy0jyJ4oIBgz1ZamzhMvELnkK6PGQEsLHJwjaRGiZpiJcEQIGGLADuMXCOwJ4Bd4ol4MBhGZcQACH5BAkJAB4ALAAAAAAeAB4AhAQCBISGhNTS1Ozq7KSmpCwuLPT29LS2tDw6POTi5JyanBQSFNza3PTy9KyurDQ2NPz+/Ly+vERCRIyKjNTW1Ozu7DQyNPz6/Dw+POTm5JyenBQWFLSytMTCxP///wAAAAX+oCeO5MgVBVeurHhVlzgsALBkYiUYbWlwGgJOUKsJPBGaBdcTCTTQg+fyqD1imGKg6QxqpJ6GQlERSbRczy84aEU2AEubZRDsPJBGrFdh8AYTAXNTQBocEGkkFwU1BTweFVAEZIkjFEUAR1MEknuVFXA2ZSIZBweDlR4dGBgRqa8iBnqwPhRtCZwHnrANWQscDlAaDLQiCkUpwsTFx424X7uvFQg2DlOzxbECqNk9pae0HRKtIxecQdFcoDULo5HCDa+XRZoXhYevi42PU3YxFw34sWhAIcaAAIJarCHAbUQHOHLSPIkiQoyCeB6y1NjCZeKXKdQAIOChEQDHJgsZ28yrQQEJjQINWQDcM4MdEx0CXzlAYS1NCAAh+QQJCQAeACwAAAAAHgAeAIQEAgSEhoTU0tTs6uykpqQsLiz09vS0trQ8Ojzk4uScmpwUEhTc2tz08vSsrqw0NjT8/vy8vrxEQkSMiozU1tTs7uw0MjT8+vw8Pjzk5uScnpwUFhS0srTEwsT///8AAAAF/qAnjuTIFQVXrqx4VZc4LACwZGIlGG1pcBoCTlCrCTwRmgXXEwk00IPn8qg9YphioOkMaqSehkJREUm0XM8vOGhFNgBLm2UQ7DyQRqxXYfAGEwFzU0AaHBBpJBcFNQU8HhVQBGSJIxRFAEdTBJJ7lRVwNmUiGQcHg5UeHRgYEamvIgZ6sD4UbQmcB56wDVkLHA5QGgy0IgpFKcLExceNuF+7rxUINg5Ts8WxAqjZPaWntB0SrSMXnEHRXKA1C6ORwg2vl0WaF4WHr4uNj1N2MRcU4vHx4wGQoBYDLADY0KFFBzhy0gQogkGEGAUCs9TYwmVijYoXqAFAwEMjAI5NHQYwWuBqXg0KSGgU4NaizpwZ7Jjo4AfLAQpraUIAACH5BAkJAB4ALAAAAAAeAB4AhAQCBISGhNTS1Ozq7KSmpCwuLPT29LS2tDw6POTi5JyanBQSFNza3PTy9KyurDQ2NPz+/Ly+vERCRIyKjNTW1Ozu7DQyNPz6/Dw+POTm5JyenBQWFLSytMTCxP///wAAAAX+oCeO5MgVBVeurHhVlzgsALBkYiUYbWlwGgJOUKsJPBGaBdcTCTTQg+fyqD1imGKg6QxqpJ6GQlERSbRczy84aEU2AEubZRDsPJBGrFdh8AYTAXNTQBocEGkkFwU1BTweFVAEZIkjFEUAR1MEknuVFXA2ZSIZBweDlR4dGBgRqa8iBnqwPhRtCZwHnrANWQscDlAaDLQiCkUpwsTFx424X7uvFQg2DlOzxbECqNk9ERgSHbQdEq0jFTQAG6OfoQujREUUr5dFmgaMcY+VFxaN+wMCTGhjgAE7Fg0oxMgQiNuIAVU2iGPRAY6cNAGKYBAhRkEDEVlqbOGSscbGC9QjACDgERLAyCYDGC1wVa/GvCQACjiks01Guhs57hRzgMJamhAAIfkECQkAHAAsAAAAAB4AHgCEBAIEhIaE1NLU7OrsLC4spKak9Pb0PDo8tLa0nJqc5ObkFBIU3Nrc9PL0NDY0/P78REJEvL68jIqM1NbU7O7sNDI0tLK0/Pr8PD48nJ6cFBYUxMLE////AAAAAAAAAAAABf4gJ47kaBGEVa6seFGXOCwAsCgiJRhtaViZAk5Qqwk4EVoF1xMJMlAE5+KoOWKYYqDpDGaknEYiQRFBtFzOLzhoRTSASptlEOw4j0asR2HwBhIBc1NAGRYPaSQXBDUEPBwUUAVkiSMTRQBHUwWSe5UUcDZlIgoICIOVHBsYGBGprzITnrAiBhNtFjQHDbQiDVkLJ0UJvRwJRSjDxceNuQAOvL0UVcEcCrLFtRNM2U0RGBAbtBsQrSMUNAAao5+hC6NERROvl0WaBoxxj5UXFY37AwJIaGOAATsWDbApCISKxIAqGsSx2ABHTpoARTD4GhMtS40tXDDW0HjhQI0DPCA8AgDZZACjBa7q1ZiXBACBhi3qzJlR40aOO71OpEgUAgAh+QQJCQAcACwAAAAAHgAeAIQEAgSEhoTU0tTs6uwsLiykpqT09vQ8Ojy0trScmpzk5uQUEhTc2tz08vQ0NjT8/vxEQkS8vryMiozU1tTs7uw0MjS0srT8+vw8PjycnpwUFhTEwsT///8AAAAAAAAAAAAF/iAnjuRoEYRVrqx4UZc4LACwKCIlGG1pWJkCTlCrCTgRWgXXEwkyUATn4qg5YphioOkMZqScRiJBEUG0XM4vOGhFNIBKmzUISNqPRqxHYfAGEgFzahU1FTxpIxeFAASIREUTiSMTRQBHHDM1GmWTHBRwNp1IGBARniMbGBinqKgDE3uuIwYTbRY0Bw2zIg1ZCydFCbwcCUUowsTGNSk0Dru8FFXAHAqxxCK1TNhNEaUbsxsQrCMUNACcqKA1C52QNZKelUWYBgSGiJOLzPl1d2oMRrFocE1BoEElBlTRAI7FBjhy0gQogqHXGGhZamzhMrFGxQsHahzgkRHAxiYDGu4tODUPHhIaBBD2MCBgjiYbTHTkc3UiRaIQACH5BAkJABcALAAAAAAeAB4AhAQCBISGhMTCxCwuLOzq7Dw6PLSytPT29NTS1BQSFJyanDQ2NPTy9ERCRNza3IyKjDQyNOzu7Dw+PLy+vPz6/NTW1BQWFP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAX+4CWO5GgMg1GurHggkUgkAJAQYoQcbUkMtskFUashLhMaBNcTBYqSy6FQW1AukmKgKXpAcwpF7NLQci8ECMAiaE0sgGWLEHjgDhVGM1K5Eh4BTFJqcTxnIweEA4ZERRWHIxVFAEdoNGtjkBFwNpkTEg1CkCMCEhKio6kEfakreDgGNAV6rSIMWQknRQq1IgpFKLu9F781KTQLtLURCzYqBDvDIhQIgtI9nw1trQINpyMRlxaZh5s1CWONNY+jkkWVB0CFqRSKhmh1dw7kKwysdIHmNGPTQgAcOVye1IhygUEYWllqbEn4hQIVAAV4RAQwscmPIBfcrUNCY4C1Hi8MmMw4pzJarxMpDoUAACH5BAkJABwALAAAAAAeAB4AhAQCBISGhNTS1Ozq7CwuLKSmpPT29Dw6PLS2tJyanOTi5BQSFNza3PTy9DQ2NPz+/ERCRLy+vIyKjNTW1Ozu7DQyNLSytPz6/Dw+PJyenBQWFMTCxP///wAAAAAAAAAAAAX+ICeO5KhYllKurGgIlFtkWWGIlHC35EAAiwiHQqM1OJEFoDLgjQKAKIZzQdAQFw4mCgg4RRLulMpgZDkQrvc7qAA0m1ZEs2yyBgFJ0zA58igTWQMSAXYcBm5LO18jiFEEOwJcABOMJBOTAiIDSm8xljh0QJ9IGBBCoCMbGBioqa8Dga8rfE0WSgd+sxwNWwsWP1EJuyIJXATBAMPExo+3AA66sxQOQBYcAzrEIxcChttOEaZxsxsQrSMUnRqklhSiC5+SXJWpmFyah8EVi5YXiZBG4NFziEG7FQ1k4SnUYkA1OC020GHCCIoUEQ0SJPCzJcoaJxYBTLlwIMqBGx0euzDyAUTIvSiVkgAg8I3HCzucoizAqY0YMALXGIUAACH5BAkJAB0ALAAAAAAeAB4AhAQCBISGhNTS1Ozq7CwuLKSmpPT29Dw6POTi5LS2tJyanBQSFNza3PTy9DQ2NPz+/ERCRLy+vIyKjNTW1Ozu7DQyNLSytPz6/Dw+POTm5JyenBQWFMTCxP///wAAAAAAAAX+YCeO5IhYFlKurGgIlFtoWmGIF3W15UAAi0iHQqM1OoiZ5cYTBQBQTOeSoCV21ZmgKZJAAdIpg7HrVGlb7qAC2HBaA2V5NQhIBh3D5Mi7NHYDEgF4LmwAFUxcIxeGBEwCXwATiiQTkWkDC1AbMZQiFBtQC50dERgQQp4jHBgYqaqwAxNzsCN6eBaaB3y1HQ0YQBY/UAq9IgpfBMMAxcbIUAS5AA68tRQOwR0Zs8a2ExndlKYQb7UcEK4jFJptpJSgop2QX5Oqll9pBsOIsIzQiXXu5GHgbkUDbhkEEaKDzU0LDqEqLOTxJIqIBgoU8AEGJYCiimCmHIBy4AZHAB4d1fwI0uEelEkRNBGYyOMFoUyiwA0RkKiWsGiUQgAAIfkECQkAHQAsAAAAAB4AHgCEBAIEhIaE1NLU7OrsLC4spKak9Pb0PDo85OLktLa0nJqcFBIU3Nrc9PL0NDY0/P78REJEvL68jIqM1NbU7O7sNDI0tLK0/Pr8PD485ObknJ6cFBYUxMLE////AAAAAAAABf5gJ47kiFgWUq6saAiUW2haYYgXdbXlQACLSIdCozU6iJnlxhMFAFBM55KgJXbVmaApkkAB0imDsetUaVvuoALYcFoDZXk1CEgGHcPkyLs0di8CTHlsABWDXCIPFjQWZQJfABOJJA1FGjEdAwtQG5mUUzM1cxEYEEKgIwMJCXipr5oTc7AuE3gWnAd8tA0YQBY/UAq0IgpfBMEAw8TGUAS4AA67sBQOvx0ZssQjehnblKUQb7AcEBioQ5xtn5QUG1ALmZBfk6kTkWkGwYevF4UEg+rcycOA3YoG2jJICOCKjjU3LTi8q9CQx5MoIhooUMDHF5QAiS6CmXIAyoEbHh4BgFTzI0iHe/Q6ROBEoCKPF642wfM2RNA2YM8ohQAAIfkECQkAHgAsAAAAAB4AHgCEBAIEhIaE1NLU7OrspKakLC4s9Pb0tLa0PDo85OLknJqcFBIU3Nrc9PL0rK6sNDY0/P78vL68REJEjIqM1NbU7O7sNDI0/Pr8PD485ObknJ6cFBYUtLK0xMLE////AAAABf6gJ47kmDhcUq6saAiVS2gaYYhXdbXlUACLiKdBozU8iRnnxhMFAFCM53KocSCeKk3QFE2gAOmUwdhlaxpud2ABbDqtgdK8GgQmA4+BcuRdGjsvAkx6bQAWhF0iEBw0HGYCYAAUiiQVRRoxHgMLUBualVMzNXQRGBJCoSMDBwd5qrCbFHSxODoeHJ0IfbUGVQQJP1AKtSIMRRzCAMTFFKMcDp0PvLEGjcCbg8UjEIDblaYScLEdEhipHhWdbqCVFRtQC5qRYJSqFJJqBsKIsBeGBQjZwaOHQbsVDWZ5yDAhwKs6D9yMW9EBnoWHPJ5EEdFAgYI+GMAEUKQxzBQEUCUQ3AgJZeSaH0E84KvnIUKnAhh5vHjFKV4GERW0FXNQoICDSiEAACH5BAkJAB4ALAAAAAAeAB4AhAQCBISGhNTS1Ozq7KSmpCwuLPT29LS2tDw6POTi5JyanBQSFNza3PTy9KyurDQ2NPz+/Ly+vERCRIyKjNTW1Ozu7DQyNPz6/Dw+POTm5JyenBQWFLSytMTCxP///wAAAAX+oCeO5Jg4XFKurGgIlUtoGmGIV3W15VAAi4inQaM1PIkZ58YTBQBQjOdyqHEgnipN0BRNoADplMHYZWsabndgAWw6rYHSvBoEJgOPgXLkXRo7LwJMem0AFoRdIhAcNBxmAmAAFIokFUUaMR4DC1AbmpVTMzV0ERgSQqEjAwcHeaqwmxR0sTg6HhydCH21BlUECT9QCrUiDEUcwgDExRSjHA6dD7yxBo3Am4PFIxCA25WmEnCxGREcGSMVnW6glRejBJCSlKqXRX0GwoiwjI50dnj0MGi3osGsKQIE0CIx4IGbcSs6bDj0qsmTKCIaKFDQBwOYAIouhpmCAAqCGx4ioYBc8yOIBwrzPEToVKBikxevOEFZgM5DBW3FHBQo4KBSCAAh+QQJCQAeACwAAAAAHgAeAIQEAgSEhoTU0tTs6uykpqQsLiz09vS0trQ8Ojzk4uScmpwUEhTc2tz08vSsrqw0NjT8/vy8vrxEQkSMiozU1tTs7uw0MjT8+vw8Pjzk5uScnpwUFhS0srTEwsT///8AAAAF/qAnjuSYOFxSrqxoCJVLaBphiFd1teVQAIuIp0GjNTyJGefGEwUAUIzncqhxIJ4qTdAUTaAA6ZTB2GVrGm53YAFsOq2B0rwaBCYDj4Fy5F0aOy8CTHptABaEXSIQHDQcZgJgABSKJBVFGjEeAwtQG5qVUzM1dBEYEkKhIwMHB3mqsJsUdLE4Oh4cnQh9tQZVBAk/UAq1IgxFHMIAxMUUoxwOnQ+8sQaNwJuDxSMQgNuVphJwsRkRHBkjFZ1uoJUXowSQkpSql0V9BsKIsIyOdHZ49DBotyIHlgsCBNAiMeCBm3F1CBBYouhJFBENFCjooyVNRTBSLiCAguBGRzVNHXwAEUJh3iYliXi8eMUJygJ0UwYsVOWgQAEHlUIAACH5BAkJAB4ALAAAAAAeAB4AhAQCBISGhNTS1Ozq7KSmpCwuLPT29LS2tDw6POTi5JyanBQSFNza3PTy9KyurDQ2NPz+/Ly+vERCRIyKjNTW1Ozu7DQyNPz6/Dw+POTm5JyenBQWFLSytMTCxP///wAAAAX+oCeO5Jg4XFKurGgIlUtoGmGIV3W15VAAi4inQaM1PIkZ58YTBQBQjOdyqHEgnipN0BRNoADplMHYZWsabndgAWw6rYHSvBoEJgOPgXLkXRo7LwJMem0AFoRdIhAcNBxmAmAAFIokFUUaMR4DC1AbmpVTMzV0ERgSQqEjAwcHeaqwmxR0sTg6HhydCH21BlUECT9QCrUiDEUcwgDExRSjHA6dD7yxBo3Am4PFIxCA25WmEnCxGREcGSMVnW6glRejBJCSlKqXRX0GwoiwjI50dnj0MGi3IgeWCwIE0CIx4IGbcXUIEFii6EkUHGTMaElTEYyUfhoO7NiopokPIEIZKozScCSDkkQ8XrwyAM/MhQELVSXgkKJSCAAh+QQJCQAeACwAAAAAHgAeAIQEAgSEhoTU0tTs6uykpqQsLiz09vS0trQ8Ojzk4uScmpwUEhTc2tz08vSsrqw0NjT8/vy8vrxEQkSMiozU1tTs7uw0MjT8+vw8Pjzk5uScnpwUFhS0srTEwsT///8AAAAF/qAnjuSYOFxSrqxoCJVLaBphiFd1teVQAIuIp0GjNTyJGefGEwUAUIzncqhxIJ4qTdAUTaAA6ZTB2GVrGm53YAFsOq2B0rwaBCYDj4Fy5F0aOy8CTHptABaEXSIQHDQcZgJgABSKJBVFGjEeAwtQG5qVUzM1dBEYEkKhIwMHB3mqsJsUdLE4Oh4cnQh9tQZVBAk/UAq1IgxFHMIAxMUUoxwOnQ+8sQaNwJuDxSMQgNuVphJwsRkRHBkjFZ1uoJUXowSQkpSql0V9BsKIsIyOdHZ4PEC45acClgsCBNAiYa3GqxUZCBBYokhADQUHcJAxoyVNRQ0KNGTsJ3JHRzVNHRoSyHOJQMgjETVQVPSHybuQ8XAMWKgqATQVikIAACH5BAkJAB4ALAAAAAAeAB4AhAQCBISGhNTS1Ozq7KSmpCwuLPT29LS2tDw6POTi5JyanBQSFNza3PTy9KyurDQ2NPz+/Ly+vERCRIyKjNTW1Ozu7DQyNPz6/Dw+POTm5JyenBQWFLSytMTCxP///wAAAAX+oCeO5Jg4XFKurGgIlUtoGmGIV3W15VAAi4inQaM1PIkZ58YTBQBQjOdyqHEgnipN0BRNoADplMHYZWsabndgAWw6rYHSvBoEJgOPgXLkXRo7LwJMem0AFoRdIhAcNBxmAmAAFIokFUUaMR4DC1AbmpVTMzV0ERgSQqEjAwcHeaqwmxR0sTg6HhydCH21BlUECT9QCrUiDEUcwgDExRSjHA6dD7yxBo3Am4PFIxCA25UZra+w4QcZIxejBLSKBg406yKXRdSK80Y4jRpXsBf6j+gECNjxJ9GKHFguCGQ3wlqNcSUyvFuiSECRAzjImNGSpuJFD4xoHNjBUU0ThwQd8lwioEDDkQxKDLb4Y8aAOjMXBjAMlYADBwaVQgAAIfkECQkAGgAsAAAAAB4AHgCEBAIEhIaE1NLU7OrspKakNDI09Pb0tLa05OLkPD48nJ6c3Nrc9PL0rK6s/P78vL68FBYUjIqM1NbU7O7sNDY0/Pr85ObkREJEtLK0xMLE////AAAAAAAAAAAAAAAAAAAABf6gJo7kiDQYUq6saAiTSygKYYjVVLXlUACQh2ZCozE0iBnmxhMFANCEpnKoYRyaKk3QdEIB0uliscvWFNyuD5hpDZTl1SAQGWgMkiOvwti9BEx3PwAFgV0iDhg0GGUCXwAShyRERTEaAxBQEJaSUzM1cQ8JF0KdIwMHB3amrHd9rSUOOkgzB3GtVDUnRQuwIhJFGIo0vb4LwUkKtr5TVQQqfLew0cySFqmrrNcHFiMVnwTSXQYNNOEilEas6Qp6FcNXrO+LcRUCAjt8his5WPb4LQwoIpCthIVySw4JKHIAx5gyWtAoZKghEY1lEdM0EVjDDpFPRywo2deC2h1wZQwqDBDXCQGGBioOhQAAIfkECQkAGQAsAAAAAB4AHgCEBAIEhIaE1NLU7OrspKakNDI09Pb0tLa05OLkPD48nJ6c9PL0rK6s/P78vL68FBYUjIqM3Nrc7O7sNDY0/Pr85ObkREJEtLK0xMLE////AAAAAAAAAAAAAAAAAAAAAAAABfpgJo7kiDAXUq6saAiSSygKYYiURLXlUAAPR0ZCoy0yiNnlxhMFANBEhnKoXRqZKk3QdEIB0mkkssvWFNyuD4hpDZTl1UtwM0RiPMpiN2dOLzRXXSUUgAoXZURneIMiC0UKeBQzNXGNBpQEcRUHBwONPZ2foKQjBnulKw06SDMHlqVUNSdFEakjEUUXhgq2txkClCmusKSFs1OovzjKy12cnrfQFSOTNJqlBgzXiZBHpIpGOIaCxuRxFAICO3p+LDlY6estBoAEoysV20uDAkUHOMaU0YKm378MDQy9MrNlUL0an4hQOlJBibs8yjBxwzGgGCgEFxioGBQCADs=");
  background-position: center center;
  background-repeat: no-repeat; }
#stx-newsletter .g-ActivityIndicator svg {
    display: none; }
#stx-newsletter .g-Message__icon {
  display: none; }
#stx-newsletter .g-Message__content {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-left: 0 !important; }
#stx-newsletter .g-Message__content:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #0a0a0a;
    margin: 20px 0; }
.footer {
  background: none;
  padding: 0; }
.footer__copyright {
    padding: 16px 0;
    border-top: 1px solid #dbdbdb;
    font-size: 14px; }
@media screen and (min-width: 640px), print {
      .footer__copyright {
        padding: 16px 0 32px 0; } }
.footer__nav {
    margin-bottom: 16px; }
@media screen and (min-width: 640px), print {
      .footer__nav {
        margin-bottom: 16px; } }
.footer__nav ul {
      list-style-type: none; }
.footer__nav li {
      font-size: 14px;
      line-height: 1.8; }
.footer__nav li.expanded {
        font-size: 18px;
        text-transform: uppercase; }
.footer__nav li.expanded > a {
          display: block;
          margin-bottom: 16px;
          text-decoration: underline; }
.footer__address {
    padding: 16px 0;
    border-top: 1px solid #dbdbdb;
    font-size: 18px;
    line-height: 1.2; }
.footer__address small {
      font-size: 12px; }
@media screen and (min-width: 640px), print {
      .footer__address {
        padding: 56px 0 64px 0; } }
.footer__partners {
    padding: 16px 0;
    border-top: 1px solid #dbdbdb; }
@media screen and (min-width: 640px), print {
      .footer__partners {
        padding: 40px 0 40px 0; } }
.footer__title {
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase; }
.footer__bunker {
    float: none;
    display: block;
    margin-top: 15px;
    font-size: 12px; }
.footer__bunker a {
      display: block; }
.footer__bunker span {
      display: none; }
@media screen and (min-width: 640px), print {
      .footer__bunker {
        float: right;
        margin-top: 0; }
        .footer__bunker a {
          display: inline-block; }
        .footer__bunker span {
          display: inline-block; } }
.container {
  padding: 0 12px;
  width: 100%;
  max-width: none; }
@media screen and (min-width: 640px), print {
    .container {
      padding: 0 30px;
      width: 100%; } }
@media screen and (min-width: 1088px) {
    .container {
      padding: 0 60px;
      width: 100%; } }
.container--noright {
    padding: 0 0 0 12px; }
@media screen and (min-width: 640px), print {
      .container--noright {
        padding: 0 0 0 30px; } }
@media screen and (min-width: 1088px) {
      .container--noright {
        padding: 0 0 0 60px; } }
.container .container {
    width: auto;
    padding: 0; }
.container.is-sticky {
    background: white;
    z-index: 4;
    padding: 0;
    border-bottom: 1px solid #0a0a0a; }
.container.is-sticky > .columns {
      padding: 0 16px; }
@media screen and (min-width: 640px), print {
        .container.is-sticky > .columns {
          padding: 0 64px; } }
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: block;
  overflow: hidden;
  background: white; }
.wrapper__content {
    margin-right: 46px;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.15s;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.15s;
    overflow: hidden; }
.is-menu-open .wrapper__content {
      opacity: 0;
      -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
      transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
.wrapper__main {
    position: relative;
    z-index: 2;
    overflow: hidden; }
.wrapper__menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3DD52F;
    margin-left: -46px;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    z-index: 3; }
.is-menu-open .wrapper__menu {
      -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.15s;
      transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.15s;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      margin-left: 0; }
.wrapper__menu-content {
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
html {
  background: #3DD52F;
  /*&.is-menu-open {
        overflow: hidden;
    }*/ }
.wys-block-button-black {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  font-style: normal;
  padding: 10px 25px;
  margin: 10px 5px;
  font-size: 0.9em;
  display: inline-block;
  position: relative;
  color: white;
  background: black;
  border: 1px solid black; }
@media screen and (min-width: 1088px) {
    .wys-block-button-black {
      margin: 20px auto 20px auto; } }
.wys-block-button-black + [class^="wys-block-button"] {
    margin-left: 16px; }
.wys-block-button-black:hover {
    color: white; }
.wys-block-button-black-arrow {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  font-style: normal;
  padding: 10px 50px 10px 25px;
  margin: 10px 5px;
  font-size: 0.9em;
  display: inline-block;
  position: relative;
  color: white;
  background: black;
  border: 1px solid black; }
@media screen and (min-width: 1088px) {
    .wys-block-button-black-arrow {
      margin: 20px auto 20px auto; } }
.wys-block-button-black-arrow:after {
    content: "\f08e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 8px;
    right: 13px; }
.wys-block-button-black-arrow + [class^="wys-block-button"] {
    margin-left: 16px; }
.wys-block-button-black-arrow:hover {
    color: white; }
.wys-block-button-black-bordered, .form__actions input {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  font-style: normal;
  padding: 10px 25px;
  margin: 10px 5px;
  font-size: 0.9em;
  display: inline-block;
  position: relative;
  color: black;
  background: transparent;
  border: 1px solid black; }
@media screen and (min-width: 1088px) {
    .wys-block-button-black-bordered, .form__actions input {
      margin: 20px auto 20px auto; } }
.wys-block-button-black-bordered + [class^="wys-block-button"], .form__actions input + [class^="wys-block-button"] {
    margin-left: 16px; }
.wys-block-button-black-arrow-bordered {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  font-style: normal;
  padding: 10px 50px 10px 25px;
  margin: 10px 5px;
  font-size: 0.9em;
  display: inline-block;
  position: relative;
  color: black;
  background: transparent;
  border: 1px solid black; }
@media screen and (min-width: 1088px) {
    .wys-block-button-black-arrow-bordered {
      margin: 20px auto 20px auto; } }
.wys-block-button-black-arrow-bordered:after {
    content: "\f08e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 8px;
    right: 13px; }
.wys-block-button-black-arrow-bordered + [class^="wys-block-button"] {
    margin-left: 16px; }
.wys-block-button-white {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  font-style: normal;
  padding: 10px 25px;
  margin: 10px 5px;
  font-size: 0.9em;
  display: inline-block;
  position: relative;
  color: black;
  background: white;
  border: 1px solid white; }
@media screen and (min-width: 1088px) {
    .wys-block-button-white {
      margin: 20px auto 20px auto; } }
.wys-block-button-white + [class^="wys-block-button"] {
    margin-left: 16px; }
.wys-block-button-white-arrow {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  font-style: normal;
  padding: 10px 50px 10px 25px;
  margin: 10px 5px;
  font-size: 0.9em;
  display: inline-block;
  position: relative;
  color: black;
  background: white;
  border: 1px solid white; }
@media screen and (min-width: 1088px) {
    .wys-block-button-white-arrow {
      margin: 20px auto 20px auto; } }
.wys-block-button-white-arrow:after {
    content: "\f08e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 8px;
    right: 13px; }
.wys-block-button-white-arrow + [class^="wys-block-button"] {
    margin-left: 16px; }
.wys-block-button-white-bordered {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  font-style: normal;
  padding: 10px 25px;
  margin: 10px 5px;
  font-size: 0.9em;
  display: inline-block;
  position: relative;
  color: white;
  background: transparent;
  border: 1px solid white; }
@media screen and (min-width: 1088px) {
    .wys-block-button-white-bordered {
      margin: 20px auto 20px auto; } }
.wys-block-button-white-bordered + [class^="wys-block-button"] {
    margin-left: 16px; }
.wys-block-button-white-arrow-bordered {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  font-style: normal;
  padding: 10px 50px 10px 25px;
  margin: 10px 5px;
  font-size: 0.9em;
  display: inline-block;
  position: relative;
  color: white;
  background: transparent;
  border: 1px solid white; }
@media screen and (min-width: 1088px) {
    .wys-block-button-white-arrow-bordered {
      margin: 20px auto 20px auto; } }
.wys-block-button-white-arrow-bordered:after {
    content: "\f08e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 8px;
    right: 13px; }
.wys-block-button-white-arrow-bordered + [class^="wys-block-button"] {
    margin-left: 16px; }
.wys-block-button-gray-bordered {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  font-style: normal;
  padding: 10px 25px;
  margin: 10px 5px;
  font-size: 0.9em;
  display: inline-block;
  position: relative;
  color: #CCC;
  background: transparent;
  border: 1px solid #CCC; }
@media screen and (min-width: 1088px) {
    .wys-block-button-gray-bordered {
      margin: 20px auto 20px auto; } }
.wys-block-button-gray-bordered + [class^="wys-block-button"] {
    margin-left: 16px; }
.wys-block-button-gray-arrow-bordered {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  font-style: normal;
  padding: 10px 50px 10px 25px;
  margin: 10px 5px;
  font-size: 0.9em;
  display: inline-block;
  position: relative;
  color: #CCC;
  background: transparent;
  border: 1px solid #CCC; }
@media screen and (min-width: 1088px) {
    .wys-block-button-gray-arrow-bordered {
      margin: 20px auto 20px auto; } }
.wys-block-button-gray-arrow-bordered:after {
    content: "\f08e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 8px;
    right: 13px; }
.wys-block-button-gray-arrow-bordered + [class^="wys-block-button"] {
    margin-left: 16px; }
#ajax-loading-screen {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 1000000000; }
#ajax-loading-screen .reveal-1 {
  background-color: #FF40B4; }
#ajax-loading-screen .reveal-2 {
  background-color: #3DD52F; }
#ajax-loading-screen .reveal-1, #ajax-loading-screen .reveal-2 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%; }
#ajax-loading-screen[data-effect*="horizontal_swipe"] {
  background-color: transparent !important;
  left: -100%; }
body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"][data-effect*="horizontal_swipe"] {
  display: block; }
body[data-ajax-transitions="true"][data-apte="horizontal_swipe_basic"] #ajax-loading-screen .reveal-2 {
  display: none; }
#ajax-loading-screen.in-from-right {
  left: 0%; }
.no-cssanimations #ajax-loading-screen.loaded .reveal-1, .no-cssanimations #ajax-loading-screen.loaded .reveal-2 {
  display: none; }
#ajax-loading-screen.loaded .reveal-1 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: anim-effect-2-2 1.85s cubic-bezier(0.67, 0, 0.3, 1) forwards;
  animation: anim-effect-2-2 1.85s cubic-bezier(0.67, 0, 0.3, 1) forwards; }
#ajax-loading-screen.loaded .reveal-2 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: anim-effect-2-1 1.85s cubic-bezier(0.67, 0, 0.3, 1) forwards;
  animation: anim-effect-2-1 1.85s cubic-bezier(0.67, 0, 0.3, 1) forwards; }
#ajax-loading-screen.loaded.in-from-right .reveal-1 {
  -webkit-animation: anim-effect-2-1 1.85s cubic-bezier(0.67, 0, 0.3, 1) forwards;
  animation: anim-effect-2-1 1.85s cubic-bezier(0.67, 0, 0.3, 1) forwards; }
body[data-apte="horizontal_swipe_basic"] #ajax-loading-screen.loaded.in-from-right .reveal-1 {
  -webkit-animation: anim-effect-2-1 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: anim-effect-2-1 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
#ajax-loading-screen.loaded.in-from-right .reveal-2 {
  -webkit-animation: anim-effect-2-2 1.85s cubic-bezier(0.67, 0, 0.3, 1) forwards;
  animation: anim-effect-2-2 1.85s cubic-bezier(0.67, 0, 0.3, 1) forwards; }
body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect*="horizontal_swipe"].hidden {
  display: none; }
body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect*="horizontal_swipe"].hidden.loaded.in-from-right {
  display: block; }
@-webkit-keyframes anim-effect-2-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  30%, 100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.67, 0, 0.3, 1); } }
@keyframes anim-effect-2-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  30%, 100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.67, 0, 0.3, 1); } }
@-webkit-keyframes anim-effect-2-2 {
  0%, 14.5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  34.5%, 100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.67, 0, 0.3, 1); } }
@keyframes anim-effect-2-2 {
  0%, 14.5% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  34.5%, 100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.67, 0, 0.3, 1); } }
.menu__button {
  display: block;
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  width: 46px;
  position: absolute;
  top: 0px; }
.menu__button--search {
    top: 42px;
    text-align: center;
    font-size: 22px; }
.menu__button--secutix {
    top: 78px;
    text-align: center;
    font-size: 22px; }
.menu__button--billetterie {
    background: white;
    top: 140px;
    border-radius: 0 4px 4px 0;
    padding: 16px 8px;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    color: black; }
@media screen and (min-width: 1088px) {
      .menu__button--billetterie {
        top: 290px; } }
@media screen and (min-width: 1088px) and (max-height: 900px) {
    .menu__button--billetterie {
      top: 140px; } }
.menu__button--billetterie span {
      display: block;
      text-align: center;
      line-height: 1.1;
      font-size: 14px;
      text-transform: uppercase; }
.menu__button--billetterie span:first-child {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        font-size: 16px;
        margin-bottom: 16px; }
.is-menu-open .menu__button--billetterie {
      border-radius: 4px 0 0 4px; }
.menu__button--lang {
    top: 410px;
    bottom: 46px;
    width: 46px;
    color: black; }
@media screen and (min-width: 1088px) {
      .menu__button--lang {
        top: 820px; } }
@media screen and (min-width: 1088px) and (max-height: 900px) {
    .menu__button--lang {
      top: 410px; } }
.menu__button--lang span {
      display: block;
      text-align: center;
      line-height: 1.1;
      font-size: 14px;
      text-transform: uppercase; }
.menu__burger {
  display: block;
  width: 46px;
  height: 46px;
  position: relative; }
.menu__burger span {
    position: absolute;
    width: 26px;
    height: 2px;
    background: black;
    display: block;
    top: 22px;
    left: 10px; }
.menu__burger span:before, .menu__burger span:after {
      content: "";
      display: block;
      width: 26px;
      height: 2px;
      position: absolute;
      background: black;
      left: 0; }
.menu__burger span:before {
      top: -8px; }
.menu__burger span:after {
      bottom: -8px; }
.is-menu-open .menu__burger span {
      background: transparent; }
.is-menu-open .menu__burger span:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 0; }
.is-menu-open .menu__burger span:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 0; }
.menu__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 100%; }
.menu__content {
  position: absolute;
  top: 0;
  left: 46px;
  right: 0;
  height: 100vh;
  background: white;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
.menu__content--menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.is-search-open .menu__content--menu {
      display: none; }
@media screen and (max-width: 639px) {
      .menu__content--menu .is-vertical-center {
        display: block;
        overflow: scroll;
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
            -ms-flex-direction: initial;
                flex-direction: initial;
        -webkit-box-pack: initial;
            -ms-flex-pack: initial;
                justify-content: initial; } }
.menu__content--search {
    display: none; }
.is-search-open .menu__content--search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.menu__logo {
  display: none; }
@media screen and (min-width: 1088px) {
    .menu__logo {
      display: block; } }
.menu__nav {
  margin-bottom: 32px; }
.menu__nav:last-child {
    margin-bottom: 0; }
.menu__nav a {
    display: block;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.5; }
@media screen and (min-width: 640px), print {
      .menu__nav a {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 8px; } }
.menu__nav--secondary a {
    font-size: 20px; }
.menu__nav--social a {
    font-size: 16px; }
.breadcrumb {
  font-size: 0.75rem;
  text-transform: uppercase; }
@media screen and (max-width: 639px) {
    .breadcrumb a {
      padding: 0 0.25em; } }
.submenu {
  display: block;
  padding: 16px 0 8px 0;
  border-top: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  background: white;
  z-index: 2; }
.submenu--full {
    padding-left: 16px;
    padding-right: 16px; }
@media screen and (min-width: 640px), print {
      .submenu--full {
        padding-left: 64px;
        padding-right: 64px; } }
.submenu--full .submenu__item {
      display: inline-block; }
.submenu__item {
    display: block;
    text-transform: uppercase;
    margin-bottom: 5.33333px;
    margin-right: 16px;
    font-size: 16px; }
.submenu__item:hover {
      color: #3DD52F; }
.submenu__item.is-active, .submenu__item.active {
      color: #3DD52F; }
.submenu.is-sticky {
    z-index: 5; }
.submenu.is-sticky:not(.submenu--full) {
      width: 100% !important;
      left: 0 !important;
      padding-left: 64px;
      padding-right: 64px; }
.is-sticky .submenu {
    border: 0; }
.logo__default {
  width: 50px;
  height: 50px;
  margin-left: 12px;
  margin-top: 12px;
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
  display: block; }
.front .logo__default {
    margin-bottom: 70px; }
.logo__default svg {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0.07321);
            transform: scale(0.07321); }
.logo__default svg #text {
      /*display: none;
                visibility: hidden;*/ }
.front .logo__default svg {
      display: none; }
@media screen and (min-width: 640px), print {
    .logo__default {
      width: 75px;
      height: 75px;
      margin-top: 20px;
      margin-left: 30px;
      margin-bottom: 65px; }
      .logo__default svg {
        -webkit-transform: scale(0.10981);
                transform: scale(0.10981); }
      .front .logo__default {
        margin-bottom: 130px; } }
@media screen and (min-width: 1088px) {
    .logo__default {
      width: 136px;
      height: 136px;
      margin-top: 35px;
      margin-left: 60px;
      margin-bottom: 118px; }
      .logo__default svg {
        -webkit-transform: scale(0.19912);
                transform: scale(0.19912); }
      .front .logo__default {
        margin-bottom: 220px; } }
@media screen and (min-width: 1280px) {
    .logo__default {
      width: 150px;
      height: 150px;
      margin-top: 35px;
      margin-left: 60px;
      margin-bottom: 135px; }
      .logo__default svg {
        -webkit-transform: scale(0.21962);
                transform: scale(0.21962); }
      .front .logo__default {
        margin-bottom: 240px; } }
.logo__cross {
  position: fixed;
  width: 250px;
  height: 250px;
  top: -45px;
  margin-left: 10px;
  z-index: 1; }
@supports (mix-blend-mode: multiply) {
    .supports .logo__cross {
      mix-blend-mode: multiply;
      z-index: 5;
      pointer-events: none; } }
.logo__cross svg {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0.36603);
            transform: scale(0.36603); }
.logo__cross svg #text {
      display: none;
      visibility: hidden; }
.front .logo__cross svg #text {
        display: block;
        visibility: visible;
        opacity: 0;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
.top .front .logo__cross svg #text {
          opacity: 1; }
.logo__cross svg #letters {
      display: none;
      visibility: hidden; }
@media screen and (min-width: 640px), print {
    .logo__cross {
      width: 500px;
      height: 500px;
      margin-left: 30px;
      top: -125px; }
      .logo__cross svg {
        -webkit-transform: scale(0.73206);
                transform: scale(0.73206); } }
@media screen and (min-width: 1088px) {
    .logo__cross {
      width: 900px;
      height: 900px;
      margin-left: 58px;
      top: -225px; }
      .logo__cross svg {
        -webkit-transform: scale(1.31772);
                transform: scale(1.31772); } }
@media screen and (min-width: 1280px) {
    .logo__cross {
      width: 1000px;
      height: 1000px;
      margin-left: 58px;
      top: -250px; }
      .logo__cross svg {
        -webkit-transform: scale(1.46413);
                transform: scale(1.46413); } }
.page__type {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 16px;
  margin-right: 16px; }
@media screen and (min-width: 1088px) {
    .page__type {
      margin-bottom: 32px; } }
.page__chapo {
  font-size: 16px;
  text-transform: uppercase; }
.page__infos {
  text-transform: uppercase;
  font-size: 16px; }
.page__infos-second {
  font-size: 16px; }
@media screen and (min-width: 640px), print {
    .page__infos-second {
      border: 1px solid #0a0a0a;
      padding: 32px;
      font-size: 14px; } }
.form .form-submit {
  margin: 20px 0 0 0; }
.form__actions {
  text-align: left; }
.form__actions input {
    margin: 10px 0 0 0;
    display: inline-block; }
.form__item {
  vertical-align: top;
  margin-top: 0px; }
.form__item.error label {
    color: #3DD52F; }
.form__item--last {
    margin-top: 20px; }
.form__item input {
    padding: 5px;
    font-weight: 400; }
.form__item + .form__item {
    margin-top: 0px; }
.form--horizontal .form__item {
  display: inline-block;
  width: 48%;
  padding: 8px; }
.form--horizontal .form__item input, .form--horizontal .form__item select, .form--horizontal .form__item textarea {
    width: 100%; }
.form #edit-submitted-curriculum-vitae-ajax-wrapper,
.form #edit-submitted-motivation-letter-ajax-wrapper {
  display: inline-block;
  width: 48%; }
.form #edit-submitted-curriculum-vitae-ajax-wrapper > div,
  .form #edit-submitted-motivation-letter-ajax-wrapper > div {
    width: 100%; }
.form .form-managed-file input[type="file"] {
  display: inline-block;
  width: 60%; }
@media screen and (max-width: 639px) {
    .form .form-managed-file input[type="file"] {
      width: 100%; } }
.form .form-managed-file input[type="submit"] {
  margin: 10px 0 0 0;
  display: inline-block;
  width: auto;
  float: right;
  position: relative;
  top: -10px; }
@media screen and (max-width: 639px) {
    .form .form-managed-file input[type="submit"] {
      display: block;
      margin-top: 20px;
      float: none;
      width: 100%; } }
.form input,
.form label {
  display: block; }
.form label {
  font-weight: 300; }
.form input[type="checkbox"] {
  position: absolute;
  opacity: 0; }
.form input[type="checkbox"] + label {
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-left: 30px; }
.form input[type="checkbox"] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #0a0a0a;
    position: absolute;
    left: 0;
    top: 0; }
.form input[type="checkbox"]:hover + label:before {
    border-color: #3DD52F; }
.form input[type="checkbox"]:checked + label:before {
    background: #3DD52F;
    border-color: #3DD52F; }
.form input[type="checkbox"]:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
.form input[type="checkbox"]:disabled + label:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #ddd; }
.form input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
.form .description {
  margin-top: 8px;
  font-size: 11px; }
.gallery {
  position: relative;
  -webkit-transition: opacity 0.75s ease 0.25s;
  transition: opacity 0.75s ease 0.25s; }
.gallery__items {
    list-style-type: none !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important; }
.gallery__items li {
      text-indent: 0 !important;
      padding: 0 !important; }
.gallery__items li:before {
        display: none; }
.gallery__next, .gallery__prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    z-index: 3;
    cursor: pointer;
    border-radius: 40px;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.35s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.35s cubic-bezier(0.7, 0, 0.3, 1);
    opacity: 1;
    color: #FF40B4; }
@media screen and (max-width: 639px) {
      .gallery__next, .gallery__prev {
        background: none !important;
        color: white !important;
        border: none !important; } }
.gallery__next.swiper-button-disabled, .gallery__prev.swiper-button-disabled {
      opacity: 0;
      cursor: default; }
.gallery__next:hover, .gallery__prev:hover {
      background: #363636;
      color: white; }
.gallery__next {
    right: 16px;
    text-indent: 2px; }
@media screen and (max-width: 639px) {
      .gallery__next {
        right: 8px; } }
.gallery__prev {
    left: 16px;
    text-indent: -2px; }
@media screen and (max-width: 639px) {
      .gallery__prev {
        left: 8px; } }
.paragraph--text-special h2 {
  margin-left: 0;
  text-transform: none !important;
  font-size: 24px !important;
  font-weight: 400; }
@media screen and (min-width: 1088px) {
    .paragraph--text-special h2 {
      margin-left: -105px;
      margin-bottom: 50px; } }
.paragraph--citation {
  position: relative;
  font-size: 20px;
  padding-left: 35px;
  margin-left: 0px;
  padding-right: 30px; }
@media screen and (min-width: 1088px) {
    .paragraph--citation {
      font-size: 30px;
      padding-left: 50px;
      margin-left: 50px;
      padding-right: 50px; } }
.paragraph--citation:before {
    content: '"';
    font-size: 60px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -30px; }
@media screen and (min-width: 1088px) {
      .paragraph--citation:before {
        font-size: 80px;
        top: -40px; } }
.hover-reveal {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0; }
@media screen and (max-width: 1087px) {
    .hover-reveal {
      display: none; } }
.hover-reveal__inner,
.hover-reveal__img {
  position: relative; }
.hover-reveal__img {
  max-width: none; }
.small-link {
  text-decoration: underline; }
.file-entity--iframe {
  width: 100%; }
.swiper-slide .file-entity--iframe {
    width: 100%; }
@media screen and (min-width: 640px), print {
      .swiper-slide .file-entity--iframe {
        width: 480px; } }
@media screen and (min-width: 1088px) {
      .swiper-slide .file-entity--iframe {
        width: 780px; } }
@media screen and (min-width: 1280px) {
      .swiper-slide .file-entity--iframe {
        width: 780px; } }
@media screen and (min-width: 1472px) {
      .swiper-slide .file-entity--iframe {
        width: 780px; } }
@media screen and (min-width: 640px), print {
      .single .swiper-slide .file-entity--iframe {
        width: 600px; } }
@media screen and (min-width: 1088px) {
      .single .swiper-slide .file-entity--iframe {
        width: 1024px; } }
@media screen and (min-width: 1280px) {
      .single .swiper-slide .file-entity--iframe {
        width: 1024px; } }
@media screen and (min-width: 1472px) {
      .single .swiper-slide .file-entity--iframe {
        width: 1024px; } }
.swiper-slide .file-entity {
  width: 100%; }
@media screen and (min-width: 640px), print {
    .swiper-slide .file-entity {
      width: 480px; } }
@media screen and (min-width: 1088px) {
    .swiper-slide .file-entity {
      width: 780px; } }
@media screen and (min-width: 1280px) {
    .swiper-slide .file-entity {
      width: 780px; } }
@media screen and (min-width: 1472px) {
    .swiper-slide .file-entity {
      width: 780px; } }
.file-entity img, .file-entity picture {
  display: block; }
.file-entity__caption {
  text-align: left;
  font-size: 14px;
  max-width: 80vw; }
@media screen and (min-width: 1088px) {
    .file-entity__caption {
      max-width: 50vw; } }
.virtual-visit {
  display: block;
  margin: 0 auto;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  font-size: 16px; }
.virtual-visit img {
    width: 80%; }
.virtual-visit:after {
    content: "\f06e";
    font-family: "Font Awesome 5 Pro";
    color: #0a0a0a;
    font-weight: 500;
    background: white;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    text-align: center;
    line-height: 80px;
    margin-top: -55px;
    margin-left: -40px;
    font-size: 32px; }
.distribution {
  font-size: 14px; }
.distribution__name {
    display: block;
    margin-bottom: 0;
    text-transform: uppercase; }
@media screen and (min-width: 640px), print {
      .distribution__name {
        text-transform: none;
        margin-bottom: 8px;
        max-width: 188px; } }
@media screen and (min-width: 1088px) {
      .distribution__name {
        max-width: 200px; } }
@media screen and (min-width: 1280px) {
      .distribution__name {
        max-width: 200px; } }
.distribution__person {
    text-align: left;
    margin-bottom: 8px; }
@media screen and (min-width: 640px), print {
      .distribution__person {
        text-align: right;
        margin-bottom: 0; } }
.distribution__separator {
    display: block;
    margin-bottom: 48px; }
@media screen and (min-width: 640px), print {
      .distribution__separator {
        margin-bottom: 32px; } }
.distribution__line {
    display: inline-block;
    background: #B3B3B3;
    width: 90%;
    height: 1px;
    vertical-align: bottom;
    position: relative;
    top: -5px;
    left: 5%;
    margin: 0 auto; }
@media screen and (max-width: 639px) {
      .distribution__line {
        display: none; } }
.schedule__content {
  border: 1px solid #0a0a0a;
  padding: 16px 32px 16px 16px; }
@media screen and (min-width: 640px), print {
    .schedule__content {
      padding: 16px 64px 16px 16px; } }
@media screen and (min-width: 1088px) {
    .schedule__content {
      padding: 16px 111px 16px 16px; } }
.schedule__button {
  display: block;
  border: 1px solid #0a0a0a;
  border-top: 0;
  padding: 8px 16px;
  text-transform: uppercase;
  font-size: 14px; }
.schedule__button:hover {
    border-color: #3DD52F;
    background: #3DD52F; }
.schedule__date {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 16px;
  line-height: 1; }
.schedule__time {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1; }
.mini-schedule {
  margin-bottom: 16px; }
.mini-schedule__title {
    font-size: 20px;
    text-transform: uppercase; }
.mini-schedule__date {
    font-size: 40px; }
.mini-schedule__date span {
      display: inline-block;
      margin-right: 16px; }
.mini-schedule:last-of-type {
    margin-bottom: 0; }
.paragraph-map__map {
  width: 100%;
  height: 600px; }
.paragraph-map__marker-index {
  margin-bottom: 8px;
  width: 40px; }
.paragraph-map__marker-name {
  margin-bottom: 8px; }
.paragraph-block {
  padding: 16px;
  border: 1px solid transparent;
  position: relative;
  margin: 0 20px 20px 20px; }
.paragraph-block:first-child:before {
    top: 50%; }
.paragraph-block:last-child:before {
    bottom: 50%; }
.paragraph-block:before {
    content: '';
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    bottom: -22px;
    width: 1px;
    background: #FF40B4;
    z-index: 2; }
.paragraph-block:after {
    content: attr(data-index);
    display: block;
    position: absolute;
    background: white;
    left: -70px;
    top: 50%;
    margin-top: -20px;
    bottom: -22px;
    width: 40px;
    height: 40px;
    border: 1px solid #FF40B4;
    z-index: 3;
    font-family: 'Muli', sans-serif;
    font-size: 0.5rem;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: white;
    background: #FF40B4; }
.paragraph-block picture {
    width: 100%;
    display: block;
    margin-bottom: 12px; }
.paragraph-block picture img {
      width: 100%; }
.paragraph-block__title {
    font-family: 'Muli', sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase; }
.paragraph-block__body {
    color: #333333; }
.paragraph-block__body:before {
      content: '';
      display: block;
      position: relative;
      width: 100px;
      background: #333333;
      height: 1px;
      display: block;
      margin: 20px 0 20px 0; }
.footer .follow-links {
  margin: 16px 0; }
.footer .follow-links > a {
    color: #0a0a0a;
    font-size: 30px;
    display: inline-block;
    margin-right: 16px; }
.footer .follow-links .follow-links__link--facebook:before {
    content: "\f09a";
    font-family: "Font Awesome 5 Brands"; }
.footer .follow-links .follow-links__link--linkedin:before {
    content: "\f08c";
    font-family: "Font Awesome 5 Brands"; }
.footer .follow-links .follow-links__link--twitter:before {
    content: "\f081";
    font-family: "Font Awesome 5 Brands"; }
.footer .follow-links .follow-links__link--flickr:before {
    content: "\f16e";
    font-family: "Font Awesome 5 Brands"; }
.footer .follow-links .follow-links__link--youtube:before {
    content: "\f431";
    font-family: "Font Awesome 5 Brands"; }
.footer .follow-links .follow-links__link--soundcloud:before {
    content: "\f1be";
    font-family: "Font Awesome 5 Brands"; }
.footer .follow-links .follow-links__link--instagram:before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands"; }
.sharing {
  list-style-type: none; }
.sharing__item {
    display: inline-block;
    margin-left: 4px; }
@media screen and (min-width: 1088px) {
      .sharing__item {
        margin-left: 0;
        display: block;
        margin-bottom: 8px; } }
.sharing__item a {
      display: inline-block;
      height: 34px;
      width: 34px;
      line-height: 34px;
      border: 1px solid #0a0a0a;
      text-align: center; }
@media screen and (min-width: 1088px) {
        .sharing__item a {
          display: block; } }
.sharing__item a:hover {
        background: #3DD52F;
        color: white;
        border-color: #3DD52F; }
#svg-logo-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  text-align: center;
  z-index: 10000000;
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
#svg-logo-container.is-active {
    background: white; }
#svg-logo-container #svg-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -341px;
    margin-left: -340px;
    opacity: 1;
    -webkit-transform: scale(0.07);
            transform: scale(0.07); }
#svg-logo-container #svg-logo path {
    opacity: 0; }
#svg-logo-container #svg-logo #bars-top,
  #svg-logo-container #svg-logo #bars-bottom,
  #svg-logo-container #svg-logo #bars-left,
  #svg-logo-container #svg-logo #bars-right {
    opacity: 1; }
#svg-logo-container #svg-logo #square-top-left,
  #svg-logo-container #svg-logo #square-top-right,
  #svg-logo-container #svg-logo #square-bottom-left,
  #svg-logo-container #svg-logo #square-bottom-right {
    opacity: 0; }
.search-form {
  display: block; }
.search-form label {
    text-transform: uppercase;
    margin-bottom: 0 !important; }
.search-form input[type="search"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    font-size: 30px;
    padding: 5px 15px;
    border: 2px solid #dbdbdb; }
.search-form input[type="search"]:focus {
      outline: none;
      border-color: #3DD52F; }
.timeline {
  margin-top: -30px; }
.timeline__dates {
    background-color: white;
    background-image: url(../img/timeline-bg.svg);
    background-position: center center;
    background-repeat: repeat-x;
    height: 70px;
    line-height: 70px;
    position: relative;
    z-index: 3;
    margin-bottom: 12px; }
.timeline__date {
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    height: 82px;
    line-height: 70px;
    position: relative;
    z-index: 3; }
.timeline__date:before, .timeline__date:after {
      content: "";
      display: block;
      position: absolute;
      top: 20px;
      height: 30px;
      width: 2px;
      background: #B8B8B8; }
.timeline__date:before {
      left: 0px;
      opacity: 0; }
.timeline__date:after {
      right: 0px;
      opacity: .5; }
[data-slick-index="0"] .timeline__date:before {
      opacity: .5; }
.timeline__date-content {
    padding: 0 20px; }
.timeline__scrobber {
    background: #EAEAEA;
    height: 12px;
    position: relative; }
.timeline__scrobber--under {
      margin-top: -12px;
      z-index: -1;
      position: relative; }
.slick-current .timeline__scrobber {
      background: #3DD52F; }
.slick-current .timeline__scrobber:after {
        top: 0;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 5px;
        margin-left: -5px; }
.timeline__scrobber-current {
    background: #3DD52F;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0; }
.timeline__scrobber-current.full {
      width: 100%; }
.inline-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }
.item-mini-block {
  display: block; }
.item-mini-block__image {
    padding-bottom: 51.42857%;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px; }
.item-mini-block__image > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
.item-mini-block__image picture, .item-mini-block__image img {
      display: block;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-transition: -webkit-filter 0.50s linear;
      transition: -webkit-filter 0.50s linear;
      transition: filter 0.50s linear;
      transition: filter 0.50s linear, -webkit-filter 0.50s linear; }
@media screen and (min-width: 640px), print {
      .item-mini-block__image {
        margin-bottom: 0;
        margin-right: 32px; } }
.item-mini-block__title {
    font-weight: 400;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.1; }
@media screen and (min-width: 640px), print {
      .item-mini-block__title {
        font-size: 30px; } }
@media screen and (min-width: 1088px) {
      .item-mini-block__title {
        font-size: 40px; } }
@media screen and (min-width: 1280px) {
      .item-mini-block__title {
        font-size: 50px; } }
.item-mini-block__content {
    font-size: 14px; }
.item-mini-block:hover .item-mini-block__image picture, .item-mini-block:hover .item-mini-block__image img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }
.item-banner {
  display: block;
  position: relative;
  overflow: hidden; }
.item-banner__image {
    padding-bottom: 150%;
    position: relative;
    overflow: hidden; }
.item-banner__image > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
@media screen and (min-width: 640px), print {
      .item-banner__image {
        padding-bottom: 32.14286%;
        position: relative; }
        .item-banner__image > :first-child {
          left: 0;
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%; } }
.item-banner__image picture, .item-banner__image img {
      -webkit-transform: translateY(-16.6%);
              transform: translateY(-16.6%); }
@media screen and (min-width: 640px), print {
        .item-banner__image picture, .item-banner__image img {
          -webkit-transform: translateY(-25%);
                  transform: translateY(-25%); } }
.item-banner__image:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); }
@media screen and (min-width: 640px), print {
        .item-banner__image:after {
          background: rgba(0, 0, 0, 0.1); } }
.item-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
@media screen and (min-width: 640px), print {
      .item-banner__content {
        padding: 64px; } }
.item-banner__title {
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    color: white;
    margin-bottom: 16px; }
@media screen and (min-width: 640px), print {
      .item-banner__title {
        font-size: 40px; } }
@media screen and (min-width: 1088px) {
      .item-banner__title {
        font-size: 50px; } }
.item-banner__text {
    line-height: 1.5;
    font-size: 14px;
    color: white; }
@media screen and (min-width: 1088px) {
      .item-banner__text {
        max-width: 50%; } }
.item-news {
  display: block;
  position: relative; }
.item-news__image {
    padding-bottom: 78.75%;
    position: relative;
    z-index: 0;
    position: relative;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.35s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.35s cubic-bezier(0.7, 0, 0.3, 1); }
.item-news__image > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
.item-news__image img, .item-news__image picture {
      -webkit-transition: -webkit-filter 0.25s cubic-bezier(0.7, 0, 0.3, 1);
      transition: -webkit-filter 0.25s cubic-bezier(0.7, 0, 0.3, 1);
      transition: filter 0.25s cubic-bezier(0.7, 0, 0.3, 1);
      transition: filter 0.25s cubic-bezier(0.7, 0, 0.3, 1), -webkit-filter 0.25s cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      opacity: 0.85; }
@media screen and (min-width: 1280px) {
      .item-news__image {
        display: block;
        padding-bottom: 78.75%;
        position: relative; }
        .item-news__image > :first-child {
          left: 0;
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%; } }
@media screen and (min-width: 1472px) {
      .item-news__image {
        display: block;
        padding-bottom: 56.25%;
        position: relative; }
        .item-news__image > :first-child {
          left: 0;
          height: 100%;
          position: absolute;
          top: 0;
          width: 100%; } }
.item-news__image:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: black; }
.item-news__content {
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1); }
@media screen and (min-width: 1280px) {
      .item-news__content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 16px; } }
.item-news__types {
    margin-bottom: 16px;
    font-size: 14px;
    text-transform: lowercase; }
.item-news__type {
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1); }
.item-news__title {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 16px; }
.item-news__text {
    font-size: 12px; }
.item-news__text p {
      text-align: left !important; }
.item-news:hover .item-news__image {
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 1s cubic-bezier(0.7, 0, 0.3, 1); }
.item-news:hover .item-news__image img, .item-news:hover .item-news__image picture {
      -webkit-transition: -webkit-filter 2s cubic-bezier(0.7, 0, 0.3, 1);
      transition: -webkit-filter 2s cubic-bezier(0.7, 0, 0.3, 1);
      transition: filter 2s cubic-bezier(0.7, 0, 0.3, 1);
      transition: filter 2s cubic-bezier(0.7, 0, 0.3, 1), -webkit-filter 2s cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
@media screen and (min-width: 1280px) {
    .item-news:hover .item-news__type {
      color: white; } }
@media screen and (min-width: 1280px) {
    .item-news:hover .item-news__content {
      color: white; } }
.item-news--cd-dvd {
    background: transparent; }
.item-news--cd-dvd .item-news__content {
      position: static; }
.item-news--cd-dvd .item-news__image {
      display: block;
      position: static;
      opacity: 1;
      background: transparent; }
.item-news--cd-dvd .item-news__image:before {
        display: none; }
.item-news--cd-dvd:hover .item-news__content {
      color: #0a0a0a; }
.item-news--cd-dvd:hover .item-news__type {
      color: #0a0a0a; }
.item-event {
  display: inline-block;
  position: relative;
  z-index: 1; }
@media screen and (min-width: 1088px) {
    .item-event {
      margin-bottom: 0; } }
.item-event__title {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1; }
@media screen and (min-width: 640px), print {
      .item-event__title {
        font-size: 60px; } }
@media screen and (min-width: 1088px) {
      .item-event__title {
        font-size: 100px; } }
.item-event__subtitle {
    position: relative;
    z-index: 2;
    margin-top: 8px;
    text-transform: uppercase; }
.item-event .hover-reveal img, .item-event .hover-reveal picture {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: -webkit-filter 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: filter 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: filter 0.25s cubic-bezier(0.7, 0, 0.3, 1), -webkit-filter 0.25s cubic-bezier(0.7, 0, 0.3, 1); }
.item-event:hover {
    color: #3DD52F; }
.item-event:hover .hover-reveal img, .item-event:hover .hover-reveal picture {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      -webkit-transition: -webkit-filter 2s cubic-bezier(0.7, 0, 0.3, 1);
      transition: -webkit-filter 2s cubic-bezier(0.7, 0, 0.3, 1);
      transition: filter 2s cubic-bezier(0.7, 0, 0.3, 1);
      transition: filter 2s cubic-bezier(0.7, 0, 0.3, 1), -webkit-filter 2s cubic-bezier(0.7, 0, 0.3, 1); }
.section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0; }
.section.is-small, .form .form-managed-file input.section[type="submit"], .pager > li a.section, .pager > li.section.pager-current {
    padding: 80px 0; }
@media screen and (min-width: 640px), print {
      .section.is-small, .form .form-managed-file input.section[type="submit"], .pager > li a.section, .pager > li.section.pager-current {
        padding: 48px 0; } }
@media screen and (max-width: 639px) {
      .section.is-small, .form .form-managed-file input.section[type="submit"], .pager > li a.section, .pager > li.section.pager-current {
        padding: 32px 0; } }
@media screen and (max-width: 639px) {
    .section {
      padding: 32px 0; } }
.section.is-first {
    padding-top: 0 !important; }
.section + .section:not(.is-new) {
    padding-top: 0 !important; }
.section.has-background-primary, .section.has-background-black {
    margin-bottom: 32px; }
@media screen and (min-width: 640px), print {
      .section.has-background-primary, .section.has-background-black {
        margin-bottom: 48px; } }
@media screen and (min-width: 1088px) {
      .section.has-background-primary, .section.has-background-black {
        margin-bottom: 160px; } }
img.lazy {
  display: block;
  border: 0;
  opacity: 0;
  background-color: white;
  background-image: url(../img/img-loader.gif);
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-position: center center; }
img.lazy:not(.initial) {
    -webkit-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out; }
img.lazy.initial, img.lazy.loaded, img.lazy.error {
    opacity: 1; }
img.lazy:not([src]) {
    visibility: hidden; }
@media screen and (min-width: 1088px) {
  .navbar {
    min-height: 8rem; }
    .navbar img {
      max-height: 6rem; } }
.navbar-item {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #3DD52F;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
.navbar-item.active, .navbar-item:hover {
    color: #FF40B4 !important; }
@media screen and (max-width: 1087px) {
    .navbar-item {
      font-size: 19px; } }
@media screen and (max-width: 1087px) {
  .navbar-menu {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    display: block;
    position: fixed;
    right: 0;
    width: 80%;
    top: 50px;
    height: 100%;
    text-align: right; }
    .navbar-menu:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0; } }
@media screen and (max-width: 1087px) {
  .navbar-menu.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
.title, .date-heading h2 {
  font-weight: 400; }
.title.is-size-0, .date-heading h2.is-size-0 {
    font-size: 60px;
    line-height: 1; }
@media screen and (min-width: 640px), print {
      .title.is-size-0, .date-heading h2.is-size-0 {
        font-size: 80px; } }
@media screen and (min-width: 1088px) {
      .title.is-size-0, .date-heading h2.is-size-0 {
        font-size: 80px; } }
.title.is-size-00, .date-heading h2.is-size-00 {
    font-size: 60px;
    line-height: 1; }
@media screen and (min-width: 640px), print {
      .title.is-size-00, .date-heading h2.is-size-00 {
        font-size: 80px; } }
@media screen and (min-width: 1088px) {
      .title.is-size-00, .date-heading h2.is-size-00 {
        font-size: 120px; } }
.input, #user-login .form-text {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #F1F1F1;
  border-color: transparent;
  color: #3DD52F; }
.input.is-info, #user-login .is-info.form-text {
    color: #209cee; }
.input.is-info::-webkit-input-placeholder, #user-login .is-info.form-text::-webkit-input-placeholder {
      color: rgba(32, 156, 238, 0.5); }
.input.is-info::-ms-input-placeholder, #user-login .is-info.form-text::-ms-input-placeholder {
      color: rgba(32, 156, 238, 0.5); }
.input.is-info::placeholder, #user-login .is-info.form-text::placeholder {
      color: rgba(32, 156, 238, 0.5); }
.input:focus, #user-login .form-text:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
.input::-webkit-input-placeholder, #user-login .form-text::-webkit-input-placeholder {
    color: #3DD52F;
    font-size: 14px;
    color: rgba(61, 213, 47, 0.5); }
.input::-ms-input-placeholder, #user-login .form-text::-ms-input-placeholder {
    color: #3DD52F;
    font-size: 14px;
    color: rgba(61, 213, 47, 0.5); }
.input::placeholder, #user-login .form-text::placeholder {
    color: #3DD52F;
    font-size: 14px;
    color: rgba(61, 213, 47, 0.5); }
.input + .help.is-info, #user-login .form-text + .help.is-info {
    display: none; }
.input + .help.is-info.visible, #user-login .form-text + .help.is-info.visible {
      display: block; }
.input[type="file"], #user-login .form-text[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
.input[type="file"] + label, #user-login .form-text[type="file"] + label {
      cursor: pointer;
      position: relative;
      color: #3DD52F;
      font-size: 14px;
      background-color: #F1F1F1;
      display: block;
      padding: calc(0.375em - 1px) 12px;
      line-height: 29px;
      height: 36px; }
.input[type="file"] + label:after, #user-login .form-text[type="file"] + label:after {
        position: absolute;
        top: 4px;
        right: 24px;
        font-size: 13px;
        content: "\f325";
        color: #FF40B4;
        font-family: "Font Awesome 5 Pro"; }
.input[type="file"] + label:hover, #user-login .form-text[type="file"] + label:hover {
        background: #3DD52F;
        color: white; }
.input[type="file"] + label:hover:after, #user-login .form-text[type="file"] + label:hover:after {
          color: white; }
.textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #F1F1F1;
  border-color: transparent; }
.textarea.is-info::-webkit-input-placeholder {
    color: rgba(32, 156, 238, 0.5); }
.textarea.is-info::-ms-input-placeholder {
    color: rgba(32, 156, 238, 0.5); }
.textarea.is-info::placeholder {
    color: rgba(32, 156, 238, 0.5); }
.textarea:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
.textarea::-webkit-input-placeholder {
    color: #3DD52F;
    font-size: 14px;
    color: rgba(61, 213, 47, 0.5); }
.textarea::-ms-input-placeholder {
    color: #3DD52F;
    font-size: 14px;
    color: rgba(61, 213, 47, 0.5); }
.textarea::placeholder {
    color: #3DD52F;
    font-size: 14px;
    color: rgba(61, 213, 47, 0.5); }
.content.has-text-white h2, .content.has-text-white h3, .content.has-text-white h4, .content.has-text-white h5, .content.has-text-white a, .content.has-text-white strong, .content.has-text-white p {
  color: white;
  font-weight: 400; }
.content img {
  width: auto !important;
  max-width: 100 !important;
  height: auto !important; }
.content img.is-block {
    margin: 0 auto; }
.content strong {
  font-weight: 500; }
.content hr {
  height: 1px;
  margin: 8px 0;
  background: #E4E4E4; }
.content.is-small, .form .form-managed-file input.content[type="submit"], .pager > li a.content, .pager > li.content.pager-current {
  font-size: 0.85em; }
.content.is-small h2, .form .form-managed-file input.content[type="submit"] h2, .pager > li a.content h2, .pager > li.content.pager-current h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500; }
.content.is-primary, #stx-newsletter .content.g-Button, .pager > li.content.pager-current {
  color: #3DD52F; }
.content.is-primary h2, #stx-newsletter .content.g-Button h2, .pager > li.content.pager-current h2, .content.is-primary h3, #stx-newsletter .content.g-Button h3, .pager > li.content.pager-current h3, .content.is-primary h4, #stx-newsletter .content.g-Button h4, .pager > li.content.pager-current h4, .content.is-primary a, #stx-newsletter .content.g-Button a, .pager > li.content.pager-current a, .content.is-primary strong, #stx-newsletter .content.g-Button strong, .pager > li.content.pager-current strong {
    color: #3DD52F; }
.content.is-primary p, #stx-newsletter .content.g-Button p, .pager > li.content.pager-current p {
    margin-bottom: 3em; }
.content h2, .content h3, .content h4, .content h5 {
  text-transform: uppercase;
  text-align: left !important;
  font-weight: 400; }
.content p, .content ul, .content h2, .content h3, .content h4, .content h5, .content td {
  text-align: left !important; }
.content p.is-small, .content ul.is-small, .content h2.is-small, .content h3.is-small, .content h4.is-small, .content h5.is-small, .content td.is-small {
    font-size: 0.875rem;
    margin-bottom: 0.5em; }
.content p strong, .content ul strong, .content h2 strong, .content h3 strong, .content h4 strong, .content h5 strong, .content td strong {
    color: inherit; }
.content ul {
  margin-left: 5rem;
  margin-right: 5rem;
  margin-bottom: 1.25rem;
  list-style-type: none; }
@media screen and (max-width: 639px) {
    .content ul {
      margin-left: 1.25rem;
      margin-right: 0;
      margin-bottom: 0.41667rem; } }
.content ul li {
    text-indent: -1.8em; }
.content ul li:before {
      content: "— ";
      font-weight: 400;
      color: #0a0a0a;
      margin-right: 10px; }
.content a {
  text-decoration: underline; }
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.swiper-pagination {
  text-align: right;
  padding-right: 32px;
  margin-bottom: 16px; }
@media screen and (max-width: 639px) {
    .swiper-pagination {
      display: none; } }
.swiper-pagination .swiper-pagination-bullet {
    width: 98px;
    border-radius: 0;
    opacity: 1;
    background: white; }
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #3DD52F; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 16px; }
.swiper-arrow {
  position: absolute;
  bottom: 19px;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 40px;
  color: #3DD52F;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  line-height: 42px;
  font-size: 30px; }
@media screen and (max-width: 1087px) {
    .swiper-arrow {
      display: none; } }
.gallery .swiper-slide {
  margin-top: 0 !important;
  width: auto;
  max-width: 100%;
  text-align: center; }
.gallery .swiper-slide img, .gallery .swiper-slide picture {
    z-index: 2; }
@media screen and (max-width: 639px) {
    .gallery .swiper-slide {
      width: 100%; } }
.gallery .swiper-slide:before {
    -webkit-animation: spinAround 500ms infinite linear;
            animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
.pager {
  list-style-type: none; }
.pager > li {
    display: inline-block; }
.element-invisible {
  display: none; }
#tabs {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  padding: 0 5px;
  background: #0a0a0a;
  color: white;
  opacity: 1; }
#tabs:hover {
    opacity: 1; }
#tabs .tabs {
    list-style-type: none;
    padding: 0;
    margin: 0; }
#tabs .tabs > li {
      display: inline-block; }
#tabs .tabs a {
      color: #fafafa;
      text-decoration: none;
      display: block;
      padding: 2px 10px 3px;
      font-weight: 900;
      font-size: 11px;
      line-height: 1.4em;
      margin-bottom: 4px; }
#tabs .tabs a:hover {
        border-radius: 10px;
        background: #444; }
#user-login {
  width: 320px;
  margin: auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 16px; }
#user-login .form-item {
    margin-bottom: 16px; }
#user-login .form-submit {
    margin: auto; }
#user-login .form-text {
    border: 1px solid #0a0a0a;
    background-color: #fff;
    color: #0a0a0a;
    width: 100%; }
#user-login input,
  #user-login label {
    display: block; }
#user-login .description {
    margin-top: 8px;
    font-size: 11px; }
.calendar-calendar .month-view .full td.multi-day div.monthview {
  border: 0 !important;
  padding-top: 0 !important; }
.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
  background: none; }
.calendar-calendar .month-view .full tr td.single-day.today,
.calendar-calendar .month-view .full td.date-box.today {
  border: 0; }
.date-nav-wrapper .date-nav {
  margin: 0 0;
  min-height: 0;
  height: auto; }
.calendar-calendar .month-view .full td:last-child {
  border-right: 0; }
.date-heading h2 {
  text-align: left;
  text-transform: uppercase; }
.calendar-calendar .month-view .full .calendar-item-title {
  line-height: 14px; }
.calendar-calendar .month-view .full .calendar-item-title a {
    color: black;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    text-decoration: none; }
.calendar-calendar .month-view .full .calendar-item-date {
  color: black;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 14px; }
.calendar-calendar .month-view .full .calendar-item-book {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
  border: 1px solid #0a0a0a;
  padding: 2px 4px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.calendar-calendar .month-view .full .calendar-item-book:hover {
    background: #0a0a0a !important;
    color: white; }
.calendar-calendar .month-view .full .calendar-item-type {
  color: black;
  font-style: italic;
  font-size: 12px;
  line-height: 14px; }
.calendar-calendar .month-view .full .calendar-item-location {
  color: black;
  font-size: 12px;
  line-height: 14px; }
.calendar-calendar .month-view .full td {
  border-top: 0;
  border-bottom: 0;
  border-left: 2px solid #F2F2F2;
  border-right: 2px solid #F2F2F2; }
.calendar-calendar .month-view .full td:first-child {
    border-left: 0; }
.calendar-calendar .month-view .full td:last-child  {
    border-right: 0; }
.calendar-calendar .month-view .full thead tr th {
  background: transparent;
  border: 0;
  text-transform: uppercase;
  color: black;
  height: 80px;
  min-height: 80px;
  vertical-align: top;
  text-align: left; }
.calendar-calendar .month-view .full tbody tr.date-box {
  height: 80px;
  max-height: 80px; }
.calendar-calendar .month-view .full tbody tr.date-box td {
    background: transparent;
    vertical-align: bottom;
    height: 80px;
    max-height: 80px;
    font-size: 1.75em;
    font-weight: 700;
    color: black; }
.calendar-calendar .month-view .full tbody tr.date-box td:last-child  {
      border-right: 0; }
.calendar-calendar .month-view .full tbody tr.date-box td.date-box:last-child  {
      border-right: 0; }
.calendar-calendar .month-view .full tbody tr.date-box td.empty {
      background: transparent;
      color: #B5B5B5; }
.calendar-calendar .month-view .full tbody tr.date-box td.empty .inner:after {
        background: #B5B5B5; }
.calendar-calendar .month-view .full tbody tr.date-box td .inner {
      margin-bottom: 20px; }
.calendar-calendar .month-view .full tbody tr.date-box td .inner:after {
        content: "";
        width: 30px;
        height: 1px;
        background: black;
        margin: 0 0 0 10px;
        display: block; }
.calendar-calendar .month-view .full tbody tr.single-day td, .calendar-calendar .month-view .full tbody tr.multi-day td {
  background: transparent; }
.calendar-calendar .month-view .full tbody tr.single-day td:last-child , .calendar-calendar .month-view .full tbody tr.multi-day td:last-child  {
    border-right: 0; }
.calendar-calendar .month-view .full tbody tr.single-day td.empty, .calendar-calendar .month-view .full tbody tr.multi-day td.empty {
    background: transparent; }
.calendar-calendar .month-view .full tbody tr.single-day td.single-day, .calendar-calendar .month-view .full tbody tr.multi-day td.single-day {
    padding: 0 10px; }
@media screen and (max-width: 639px) {
      .calendar-calendar .month-view .full tbody tr.single-day td.single-day, .calendar-calendar .month-view .full tbody tr.multi-day td.single-day {
        padding: 0; } }
.calendar-calendar .month-view .full tbody tr.single-day td.single-day div.monthview, .calendar-calendar .month-view .full tbody tr.multi-day td.single-day div.monthview {
      background: none; }
.calendar-calendar .month-view .full tbody tr.single-day td.multi-day div.item, .calendar-calendar .month-view .full tbody tr.multi-day td.multi-day div.item {
    margin-bottom: 15px; }
.calendar-calendar .month-view .full tbody tr.single-day td.multi-day div.item:last-child, .calendar-calendar .month-view .full tbody tr.multi-day td.multi-day div.item:last-child {
      margin-bottom: 15px; }
.calendar-calendar .month-view .full tbody tr.single-day td div.item, .calendar-calendar .month-view .full tbody tr.multi-day td div.item {
    margin-bottom: 30px; }
.calendar-calendar .month-view .full tbody tr.single-day td div.item:last-child, .calendar-calendar .month-view .full tbody tr.multi-day td div.item:last-child {
      margin-bottom: 24px; }
.calendar-calendar .month-view .full div.day {
  width: auto;
  float: none;
  text-align: left; }
.date-nav-wrapper .date-next a,
.date-nav-wrapper .date-prev a {
  margin: 0;
  color: #777;
  font-size: 18px; }
.date-nav-wrapper .date-next a:hover,
  .date-nav-wrapper .date-prev a:hover {
    text-decoration: underline; }
.item-list .pager li.date-next,
.item-list .pager li.date-prev {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 5px;
  display: inline-block; }
.date-nav-wrapper .date-next,
.date-nav-wrapper .date-prev {
  position: static; }
@media all and (max-width: 959px) {
  .calendar-calendar .month-view table.full {
    position: relative; }
  .calendar-calendar .month-view .full tr td {
    width: 100%;
    float: left;
    text-align: left;
    border: 0 !important; }
  .calendar-calendar .month-view .full tr td.single-day:before {
    content: attr(headers) " " attr(data-day-of-month);
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-bottom: 20px;
    display: block;
    color: #0a0a0a; }
  .calendar-calendar .month-view .full thead tr,
  .calendar-calendar .month-view .full tr th.days,
  .calendar-calendar .month-view .full tr td.date-box,
  .calendar-calendar .month-view .full tr.date-box,
  .calendar-calendar .month-view .full tr td.no-entry,
  .calendar-calendar .month-view .full tr td.empty {
    display: none; } }
.calendar-calendar .month-view .full tr.multi-day td {
  height: 50px;
  max-height: 50px; }
.calendar-calendar .month-view .full tr.multi-day td .calendar-item-location {
    display: none; }
.calendar-calendar .month-view .full tr.multi-day td .continues {
    display: none; }
.calendar-calendar .month-view .full tr.multi-day td .continuation {
    display: none; }
.calendar-calendar .month-view .full tr.multi-day td .cutoff {
    visibility: hidden; }
.calendar-calendar .month-view .full td.multi-day div.monthview {
  background: #FFFFFF;
  padding-top: 9px;
  height: 88px;
  border: 1px solid #EEEEEE; }
.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents {
  padding-left: 5px; }
.plyr__control.plyr__control--overlaid {
  border-radius: 0; }
.plyr__progress {
  /* Special styling for WebKit/Blink */
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */ }
.plyr__progress input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0;
    height: 16px;
    width: 16px;
    border-radius: 0;
    background: #ffffff;
    cursor: pointer;
    margin-top: -6px;
    /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    -webkit-box-shadow: none;
            box-shadow: none;
    /* Add cool effects to your sliders! */ }
.plyr__progress input[type=range]::-moz-range-thumb {
    box-shadow: none;
    border: 0;
    height: 16px;
    width: 16px;
    border-radius: 0;
    background: #ffffff;
    cursor: pointer; }
.plyr__progress input[type=range]::-ms-thumb {
    box-shadow: none;
    border: 0;
    height: 16px;
    width: 16px;
    border-radius: 0;
    background: #ffffff;
    cursor: pointer; }
iframe {
  height: none; }
