@charset "UTF-8";
/**
 * 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-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  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 {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-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-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* 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;
  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;
  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 {
  left: 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;
  transition: 200ms top, 200ms -webkit-transform;
  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 {
  transition: 200ms left, 200ms -webkit-transform;
  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 {
  transition: 200ms right, 200ms -webkit-transform;
  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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute !important;
  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 {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.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; }

.beer-slider {
  display: inline-block;
  overflow: hidden;
  position: relative; }

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

.beer-slider img, .beer-slider svg {
  vertical-align: bottom; }

.beer-slider > * {
  height: 100%; }

.beer-slider > img {
  height: auto;
  max-width: 100%; }

.beer-reveal {
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 50%;
  top: 0;
  transition: opacity .35s;
  z-index: 1; }

.beer-reveal > :first-child {
  height: 100%;
  max-width: none;
  width: 200%; }

.beer-reveal > img:first-child {
  height: auto; }

.beer-range {
  -moz-appearance: none;
  -ms-touch-action: auto;
  -webkit-appearance: slider-horizontal !important;
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: -1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  touch-action: auto;
  width: calc(100% + 2px);
  z-index: 2; }

.beer-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 300vh; }

.beer-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 300vh; }

.beer-range::-ms-tooltip {
  display: none; }

.beer-handle {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 6px transparent;
  color: #000;
  height: 48px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  transition: background .3s,box-shadow .3s,opacity .5s .25s;
  width: 48px;
  z-index: 2; }

.beer-handle:after, .beer-handle:before {
  border-left: 2px solid;
  border-top: 2px solid;
  content: "";
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 10px; }

.beer-handle:before {
  left: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.beer-handle:after {
  right: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.beer-range:focus ~ .beer-handle {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }

.beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after {
  background: rgba(255, 255, 255, 0.75);
  border-radius: .125rem;
  content: attr(data-beer-label);
  line-height: 1;
  padding: .5rem;
  position: absolute;
  top: 1.5rem; }

.beer-slider[data-beer-label]:after {
  right: 1.5rem; }

.beer-reveal[data-beer-label]:after {
  left: 1.5rem; }

.beer-reveal[data-beer-label=""]:after, .beer-slider[data-beer-label=""]:after {
  content: none; }

.beer-ready .beer-handle, .beer-ready .beer-reveal {
  opacity: 1; }

@-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); } }

.modal-close, .is-unselectable, .button, .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):not(.is-hidden)::after, .has-dropdown.navbar-item > .navbar-item::after,
.navbar-link:not(.is-arrowless)::after, .contains-text-black .has-dropdown.navbar-item > .navbar-item::after, .contains-text-black .navbar-link:not(.is-arrowless)::after {
  border-width: 5px;
  border-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg) scale(0.5);
      -ms-transform: rotate(-45deg) scale(0.5);
          transform: rotate(-45deg) scale(0.5);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 0.625em; }

.table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child), .sg__heading:not(:last-child),
.subtitle:not(:last-child), .box:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .list:not(:last-child), .notification:not(:last-child), .ff-form-errors:not(:last-child), .progress:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: .5rem; }

.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-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 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; }
  .modal-close::before, .modal-close::after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center; }
  .modal-close::before {
    height: 2px;
    width: 50%; }
  .modal-close::after {
    height: 50%;
    width: 2px; }
  .modal-close:hover, .modal-close:focus {
    background-color: rgba(10, 10, 10, 0.3); }
  .modal-close:active {
    background-color: rgba(10, 10, 10, 0.4); }
  .is-small.modal-close {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
  .is-medium.modal-close {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
  .is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }

.button.is-loading::after, .select.is-loading::after, .control.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #E9E9E9;
  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, .input,
.textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.265em;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  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, .input: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, .is-focused.input,
  .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, .input: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, .is-active.input,
  .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], .input[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] .input,
  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; }

.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 {
  font-size: 2.825rem !important; }

.is-size-2 {
  font-size: 2.5rem !important; }

.is-size-3 {
  font-size: 2.125rem !important; }

.is-size-4 {
  font-size: 1.75rem !important; }

.is-size-5 {
  font-size: 1.35rem !important; }

.is-size-6 {
  font-size: 1.2rem !important; }

.is-size-7 {
  font-size: 1rem !important; }

@media screen and (max-width: 599px) {
  .is-size-1-mobile {
    font-size: 2.825rem !important; }
  .is-size-2-mobile {
    font-size: 2.5rem !important; }
  .is-size-3-mobile {
    font-size: 2.125rem !important; }
  .is-size-4-mobile {
    font-size: 1.75rem !important; }
  .is-size-5-mobile {
    font-size: 1.35rem !important; }
  .is-size-6-mobile {
    font-size: 1.2rem !important; }
  .is-size-7-mobile {
    font-size: 1rem !important; } }

@media screen and (min-width: 600px), print {
  .is-size-1-tablet {
    font-size: 2.825rem !important; }
  .is-size-2-tablet {
    font-size: 2.5rem !important; }
  .is-size-3-tablet {
    font-size: 2.125rem !important; }
  .is-size-4-tablet {
    font-size: 1.75rem !important; }
  .is-size-5-tablet {
    font-size: 1.35rem !important; }
  .is-size-6-tablet {
    font-size: 1.2rem !important; }
  .is-size-7-tablet {
    font-size: 1rem !important; } }

@media screen and (max-width: 999px) {
  .is-size-1-touch {
    font-size: 2.825rem !important; }
  .is-size-2-touch {
    font-size: 2.5rem !important; }
  .is-size-3-touch {
    font-size: 2.125rem !important; }
  .is-size-4-touch {
    font-size: 1.75rem !important; }
  .is-size-5-touch {
    font-size: 1.35rem !important; }
  .is-size-6-touch {
    font-size: 1.2rem !important; }
  .is-size-7-touch {
    font-size: 1rem !important; } }

@media screen and (min-width: 1000px) {
  .is-size-1-desktop {
    font-size: 2.825rem !important; }
  .is-size-2-desktop {
    font-size: 2.5rem !important; }
  .is-size-3-desktop {
    font-size: 2.125rem !important; }
  .is-size-4-desktop {
    font-size: 1.75rem !important; }
  .is-size-5-desktop {
    font-size: 1.35rem !important; }
  .is-size-6-desktop {
    font-size: 1.2rem !important; }
  .is-size-7-desktop {
    font-size: 1rem !important; } }

@media screen and (min-width: 1440px) {
  .is-size-1-widescreen {
    font-size: 2.825rem !important; }
  .is-size-2-widescreen {
    font-size: 2.5rem !important; }
  .is-size-3-widescreen {
    font-size: 2.125rem !important; }
  .is-size-4-widescreen {
    font-size: 1.75rem !important; }
  .is-size-5-widescreen {
    font-size: 1.35rem !important; }
  .is-size-6-widescreen {
    font-size: 1.2rem !important; }
  .is-size-7-widescreen {
    font-size: 1rem !important; } }

@media screen and (min-width: 1900px) {
  .is-size-1-fullhd {
    font-size: 2.825rem !important; }
  .is-size-2-fullhd {
    font-size: 2.5rem !important; }
  .is-size-3-fullhd {
    font-size: 2.125rem !important; }
  .is-size-4-fullhd {
    font-size: 1.75rem !important; }
  .is-size-5-fullhd {
    font-size: 1.35rem !important; }
  .is-size-6-fullhd {
    font-size: 1.2rem !important; }
  .is-size-7-fullhd {
    font-size: 1rem !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: 599px) {
  .has-text-centered-mobile {
    text-align: center !important; } }

@media screen and (min-width: 600px), print {
  .has-text-centered-tablet {
    text-align: center !important; } }

@media screen and (min-width: 600px) and (max-width: 999px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }

@media screen and (max-width: 999px) {
  .has-text-centered-touch {
    text-align: center !important; } }

@media screen and (min-width: 1000px) {
  .has-text-centered-desktop {
    text-align: center !important; } }

@media screen and (min-width: 1000px) and (max-width: 1439px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }

@media screen and (min-width: 1440px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }

@media screen and (min-width: 1440px) and (max-width: 1899px) {
  .has-text-centered-widescreen-only {
    text-align: center !important; } }

@media screen and (min-width: 1900px) {
  .has-text-centered-fullhd {
    text-align: center !important; } }

@media screen and (max-width: 599px) {
  .has-text-justified-mobile {
    text-align: justify !important; } }

@media screen and (min-width: 600px), print {
  .has-text-justified-tablet {
    text-align: justify !important; } }

@media screen and (min-width: 600px) and (max-width: 999px) {
  .has-text-justified-tablet-only {
    text-align: justify !important; } }

@media screen and (max-width: 999px) {
  .has-text-justified-touch {
    text-align: justify !important; } }

@media screen and (min-width: 1000px) {
  .has-text-justified-desktop {
    text-align: justify !important; } }

@media screen and (min-width: 1000px) and (max-width: 1439px) {
  .has-text-justified-desktop-only {
    text-align: justify !important; } }

@media screen and (min-width: 1440px) {
  .has-text-justified-widescreen {
    text-align: justify !important; } }

@media screen and (min-width: 1440px) and (max-width: 1899px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important; } }

@media screen and (min-width: 1900px) {
  .has-text-justified-fullhd {
    text-align: justify !important; } }

@media screen and (max-width: 599px) {
  .has-text-left-mobile {
    text-align: left !important; } }

@media screen and (min-width: 600px), print {
  .has-text-left-tablet {
    text-align: left !important; } }

@media screen and (min-width: 600px) and (max-width: 999px) {
  .has-text-left-tablet-only {
    text-align: left !important; } }

@media screen and (max-width: 999px) {
  .has-text-left-touch {
    text-align: left !important; } }

@media screen and (min-width: 1000px) {
  .has-text-left-desktop {
    text-align: left !important; } }

@media screen and (min-width: 1000px) and (max-width: 1439px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }

@media screen and (min-width: 1440px) {
  .has-text-left-widescreen {
    text-align: left !important; } }

@media screen and (min-width: 1440px) and (max-width: 1899px) {
  .has-text-left-widescreen-only {
    text-align: left !important; } }

@media screen and (min-width: 1900px) {
  .has-text-left-fullhd {
    text-align: left !important; } }

@media screen and (max-width: 599px) {
  .has-text-right-mobile {
    text-align: right !important; } }

@media screen and (min-width: 600px), print {
  .has-text-right-tablet {
    text-align: right !important; } }

@media screen and (min-width: 600px) and (max-width: 999px) {
  .has-text-right-tablet-only {
    text-align: right !important; } }

@media screen and (max-width: 999px) {
  .has-text-right-touch {
    text-align: right !important; } }

@media screen and (min-width: 1000px) {
  .has-text-right-desktop {
    text-align: right !important; } }

@media screen and (min-width: 1000px) and (max-width: 1439px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }

@media screen and (min-width: 1440px) {
  .has-text-right-widescreen {
    text-align: right !important; } }

@media screen and (min-width: 1440px) and (max-width: 1899px) {
  .has-text-right-widescreen-only {
    text-align: right !important; } }

@media screen and (min-width: 1900px) {
  .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; }

.contains-text-white *:not(.button) {
  color: white !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; }

.contains-text-black *:not(.button) {
  color: #0a0a0a !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; }

.contains-text-light *:not(.button) {
  color: whitesmoke !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; }

.contains-text-dark *:not(.button) {
  color: #232323 !important; }

.has-text-dark {
  color: #232323 !important; }

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #0a0a0a !important; }

.has-background-dark {
  background-color: #232323 !important; }

.contains-text-primary *:not(.button) {
  color: #0a0a0a !important; }

.has-text-primary {
  color: #0a0a0a !important; }

a.has-text-primary:hover, a.has-text-primary:focus {
  color: black !important; }

.has-background-primary {
  background-color: #0a0a0a !important; }

.contains-text-link *:not(.button) {
  color: #0a0a0a !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; }

.contains-text-info *:not(.button) {
  color: #209cee !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; }

.contains-text-success *:not(.button) {
  color: #0CAA41 !important; }

.has-text-success {
  color: #0CAA41 !important; }

a.has-text-success:hover, a.has-text-success:focus {
  color: #097a2f !important; }

.has-background-success {
  background-color: #0CAA41 !important; }

.contains-text-warning *:not(.button) {
  color: #ff470f !important; }

.has-text-warning {
  color: #ff470f !important; }

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #db3300 !important; }

.has-background-warning {
  background-color: #ff470f !important; }

.contains-text-danger *:not(.button) {
  color: #D6112F !important; }

.has-text-danger {
  color: #D6112F !important; }

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #a70d25 !important; }

.has-background-danger {
  background-color: #D6112F !important; }

.contains-text-red *:not(.button) {
  color: #D6112F !important; }

.has-text-red {
  color: #D6112F !important; }

a.has-text-red:hover, a.has-text-red:focus {
  color: #a70d25 !important; }

.has-background-red {
  background-color: #D6112F !important; }

.contains-text-grey-dark *:not(.button) {
  color: #363636 !important; }

.has-text-grey-dark {
  color: #363636 !important; }

a.has-text-grey-dark:hover, a.has-text-grey-dark:focus {
  color: #1d1d1d !important; }

.has-background-grey-dark {
  background-color: #363636 !important; }

.contains-text-green *:not(.button) {
  color: #0CAA41 !important; }

.has-text-green {
  color: #0CAA41 !important; }

a.has-text-green:hover, a.has-text-green:focus {
  color: #097a2f !important; }

.has-background-green {
  background-color: #0CAA41 !important; }

.contains-text-blue *:not(.button) {
  color: #2164f2 !important; }

.has-text-blue {
  color: #2164f2 !important; }

a.has-text-blue:hover, a.has-text-blue:focus {
  color: #0c4cd4 !important; }

.has-background-blue {
  background-color: #2164f2 !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: #232323 !important; }

.has-background-grey-darker {
  background-color: #232323 !important; }

.has-text-grey-dark {
  color: #363636 !important; }

.has-background-grey-dark {
  background-color: #363636 !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: #E9E9E9 !important; }

.has-background-grey-lighter {
  background-color: #E9E9E9 !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: 500 !important; }

.has-text-weight-semibold {
  font-weight: 600 !important; }

.has-text-weight-bold {
  font-weight: 700 !important; }

.is-family-primary {
  font-family: "proforma", serif !important; }

.is-family-secondary {
  font-family: "bebas-neue", sans-serif !important; }

.is-family-sans-serif {
  font-family: "bebas-neue", 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: 599px) {
  .is-block-mobile {
    display: block !important; } }

@media screen and (min-width: 600px), print {
  .is-block-tablet {
    display: block !important; } }

@media screen and (min-width: 600px) and (max-width: 999px) {
  .is-block-tablet-only {
    display: block !important; } }

@media screen and (max-width: 999px) {
  .is-block-touch {
    display: block !important; } }

@media screen and (min-width: 1000px) {
  .is-block-desktop {
    display: block !important; } }

@media screen and (min-width: 1000px) and (max-width: 1439px) {
  .is-block-desktop-only {
    display: block !important; } }

@media screen and (min-width: 1440px) {
  .is-block-widescreen {
    display: block !important; } }

@media screen and (min-width: 1440px) and (max-width: 1899px) {
  .is-block-widescreen-only {
    display: block !important; } }

@media screen and (min-width: 1900px) {
  .is-block-fullhd {
    display: block !important; } }

.is-flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

@media screen and (max-width: 599px) {
  .is-flex-mobile {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 600px), print {
  .is-flex-tablet {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 600px) and (max-width: 999px) {
  .is-flex-tablet-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (max-width: 999px) {
  .is-flex-touch {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1000px) {
  .is-flex-desktop {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1000px) and (max-width: 1439px) {
  .is-flex-desktop-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1440px) {
  .is-flex-widescreen {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1440px) and (max-width: 1899px) {
  .is-flex-widescreen-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1900px) {
  .is-flex-fullhd {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.is-inline {
  display: inline !important; }

@media screen and (max-width: 599px) {
  .is-inline-mobile {
    display: inline !important; } }

@media screen and (min-width: 600px), print {
  .is-inline-tablet {
    display: inline !important; } }

@media screen and (min-width: 600px) and (max-width: 999px) {
  .is-inline-tablet-only {
    display: inline !important; } }

@media screen and (max-width: 999px) {
  .is-inline-touch {
    display: inline !important; } }

@media screen and (min-width: 1000px) {
  .is-inline-desktop {
    display: inline !important; } }

@media screen and (min-width: 1000px) and (max-width: 1439px) {
  .is-inline-desktop-only {
    display: inline !important; } }

@media screen and (min-width: 1440px) {
  .is-inline-widescreen {
    display: inline !important; } }

@media screen and (min-width: 1440px) and (max-width: 1899px) {
  .is-inline-widescreen-only {
    display: inline !important; } }

@media screen and (min-width: 1900px) {
  .is-inline-fullhd {
    display: inline !important; } }

.is-inline-block {
  display: inline-block !important; }

@media screen and (max-width: 599px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }

@media screen and (min-width: 600px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }

@media screen and (min-width: 600px) and (max-width: 999px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }

@media screen and (max-width: 999px) {
  .is-inline-block-touch {
    display: inline-block !important; } }

@media screen and (min-width: 1000px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }

@media screen and (min-width: 1000px) and (max-width: 1439px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }

@media screen and (min-width: 1440px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }

@media screen and (min-width: 1440px) and (max-width: 1899px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important; } }

@media screen and (min-width: 1900px) {
  .is-inline-block-fullhd {
    display: inline-block !important; } }

.is-inline-flex {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media screen and (max-width: 599px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 600px), print {
  .is-inline-flex-tablet {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 600px) and (max-width: 999px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (max-width: 999px) {
  .is-inline-flex-touch {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1000px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1000px) and (max-width: 1439px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1440px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1440px) and (max-width: 1899px) {
  .is-inline-flex-widescreen-only {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1900px) {
  .is-inline-flex-fullhd {
    display: -webkit-inline-flex !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: 599px) {
  .is-hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 600px), print {
  .is-hidden-tablet {
    display: none !important; } }

@media screen and (min-width: 600px) and (max-width: 999px) {
  .is-hidden-tablet-only {
    display: none !important; } }

@media screen and (max-width: 999px) {
  .is-hidden-touch {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  .is-hidden-desktop {
    display: none !important; } }

@media screen and (min-width: 1000px) and (max-width: 1439px) {
  .is-hidden-desktop-only {
    display: none !important; } }

@media screen and (min-width: 1440px) {
  .is-hidden-widescreen {
    display: none !important; } }

@media screen and (min-width: 1440px) and (max-width: 1899px) {
  .is-hidden-widescreen-only {
    display: none !important; } }

@media screen and (min-width: 1900px) {
  .is-hidden-fullhd {
    display: none !important; } }

.is-invisible {
  visibility: hidden !important; }

@media screen and (max-width: 599px) {
  .is-invisible-mobile {
    visibility: hidden !important; } }

@media screen and (min-width: 600px), print {
  .is-invisible-tablet {
    visibility: hidden !important; } }

@media screen and (min-width: 600px) and (max-width: 999px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }

@media screen and (max-width: 999px) {
  .is-invisible-touch {
    visibility: hidden !important; } }

@media screen and (min-width: 1000px) {
  .is-invisible-desktop {
    visibility: hidden !important; } }

@media screen and (min-width: 1000px) and (max-width: 1439px) {
  .is-invisible-desktop-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1440px) {
  .is-invisible-widescreen {
    visibility: hidden !important; } }

@media screen and (min-width: 1440px) and (max-width: 1899px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1900px) {
  .is-invisible-fullhd {
    visibility: hidden !important; } }

.is-marginless {
  margin: 0 !important; }

.is-paddingless {
  padding: 0 !important; }

.is-radiusless {
  border-radius: 0 !important; }

.is-shadowless {
  box-shadow: none !important; }

/*! 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; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

*, *::before, *::after {
  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: 17px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }

body,
button,
textarea {
  font-family: "proforma", serif; }

input,
select {
  font-family: "Lora", serif; }

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace; }

body {
  color: #363636;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5; }

p {
  margin-bottom: 1rem; }

a {
  color: #0a0a0a;
  cursor: pointer;
  text-decoration: none; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #232323; }
  @media screen and (max-width: 599px) {
    a.phone-link {
      color: #D6112F;
      font-weight: bold; } }

code {
  background-color: whitesmoke;
  color: #D6112F;
  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: #232323;
  font-weight: 700; }

fieldset {
  border: none; }

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #363636;
  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: #232323; }

.bodyText {
  color: #3f3f3f;
  font-family: "proforma", serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px; }

.projectLink_wrapper {
  font-size: 19px;
  font-weight: bold;
  margin-top: 1rem; }

.projectLink {
  color: #D6112F;
  font-size: 19px;
  font-weight: normal;
  text-decoration: underline; }

.text_wrapper {
  margin-top: 1.5rem; }
  .text_wrapper ul, .text_wrapper ol {
    margin-left: 1rem; }
  .text_wrapper ul {
    list-style: inherit; }

.address {
  font-family: "proforma", serif;
  font-size: 19px;
  font-style: italic;
  font-weight: bold; }

.intro-header {
  padding: 2rem 1.5rem 1rem; }

.reduced-font-size {
  font-size: .75rem; }

.button {
  background-color: white;
  border-color: #E9E9E9;
  border-width: 1px;
  color: #232323;
  cursor: pointer;
  font-family: "bebas-neue", sans-serif;
  padding-bottom: 0;
  padding-left: 0.6875em;
  padding-right: 0.6875em;
  padding-top: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 600px) {
    .button {
      padding-left: 2.75em;
      padding-right: 2.75em; } }
  .button strong {
    color: inherit; }
  .button .icon {
    /*
    &:first-child:not(:last-child) {
      margin-left: calc(-0.375em - 1px);
      margin-right: 0.1875em;
    }

    &:last-child:not(:first-child) {
      margin-left: 0.1875em;
      margin-right: calc(-0.375em - 1px);
    }

    &:first-child:last-child {
      margin-left: calc(-0.375em - 1px);
      margin-right: calc(-0.375em - 1px);
    }
    */ }
    .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
      height: 1.25rem;
      width: 1.25rem; }
  @media screen and (min-width: 600px) {
    .button:hover, .button.is-hovered {
      border-color: #b5b5b5;
      color: #232323; } }
  .button:focus, .button.is-focused {
    border-color: #2164f2;
    color: #232323; }
    .button:focus:not(:active), .button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  .button:active, .button.is-active {
    border-color: #363636;
    color: #232323; }
  .button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #363636;
    text-decoration: underline; }
    .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
      background-color: whitesmoke;
      color: #232323; }
    .button.is-text:active, .button.is-text.is-active {
      background-color: #e8e8e8;
      color: #232323; }
    .button.is-text[disabled],
    fieldset[disabled] .button.is-text {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
  .button.is-white {
    background-color: white;
    border-color: transparent;
    color: #0a0a0a; }
    @media screen and (min-width: 600px) {
      .button.is-white:hover, .button.is-white.is-hovered {
        background-color: #f9f9f9;
        border-color: transparent;
        color: #0a0a0a; }
        .button.is-white:hover.has-line:before, .button.is-white:hover.has-line:after, .button.is-white.is-hovered.has-line:before, .button.is-white.is-hovered.has-line:after {
          background: #f9f9f9;
          background-color: #f9f9f9; } }
    .button.is-white:focus, .button.is-white.is-focused {
      border-color: transparent;
      color: #0a0a0a; }
      .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
    .button.is-white:active, .button.is-white.is-active {
      background-color: #f2f2f2;
      border-color: transparent;
      color: #0a0a0a; }
    .button.is-white[disabled],
    fieldset[disabled] .button.is-white {
      background-color: white;
      border-color: transparent;
      box-shadow: none; }
    .button.is-white.is-inverted {
      background-color: #0a0a0a;
      color: white; }
      .button.is-white.is-inverted:hover {
        background-color: black; }
      .button.is-white.is-inverted[disabled],
      fieldset[disabled] .button.is-white.is-inverted {
        background-color: #0a0a0a;
        border-color: transparent;
        box-shadow: none;
        color: white; }
    .button.is-white.is-loading::after {
      border-color: transparent transparent #0a0a0a #0a0a0a !important; }
    .button.is-white.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white;
      white-space: inherit; }
      @media screen and (min-width: 600px) {
        .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
          background-color: white;
          border-color: white;
          color: #0a0a0a; } }
      .button.is-white.is-outlined.is-loading::after {
        border-color: transparent transparent white white !important; }
      .button.is-white.is-outlined[disabled],
      fieldset[disabled] .button.is-white.is-outlined {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
    .button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a; }
      .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
        background-color: #0a0a0a;
        color: white; }
      .button.is-white.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-white.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-white.has-line:before, .button.is-white.has-line:after {
      background: white;
      background-color: white; }
  .button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: white; }
    @media screen and (min-width: 600px) {
      .button.is-black:hover, .button.is-black.is-hovered {
        background-color: #040404;
        border-color: transparent;
        color: white; }
        .button.is-black:hover.has-line:before, .button.is-black:hover.has-line:after, .button.is-black.is-hovered.has-line:before, .button.is-black.is-hovered.has-line:after {
          background: #040404;
          background-color: #040404; } }
    .button.is-black:focus, .button.is-black.is-focused {
      border-color: transparent;
      color: white; }
      .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
    .button.is-black:active, .button.is-black.is-active {
      background-color: black;
      border-color: transparent;
      color: white; }
    .button.is-black[disabled],
    fieldset[disabled] .button.is-black {
      background-color: #0a0a0a;
      border-color: transparent;
      box-shadow: none; }
    .button.is-black.is-inverted {
      background-color: white;
      color: #0a0a0a; }
      .button.is-black.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-black.is-inverted[disabled],
      fieldset[disabled] .button.is-black.is-inverted {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-black.is-loading::after {
      border-color: transparent transparent white white !important; }
    .button.is-black.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a;
      white-space: inherit; }
      @media screen and (min-width: 600px) {
        .button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
          background-color: #0a0a0a;
          border-color: #0a0a0a;
          color: white; } }
      .button.is-black.is-outlined.is-loading::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-black.is-outlined[disabled],
      fieldset[disabled] .button.is-black.is-outlined {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-black.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
        background-color: white;
        color: #0a0a0a; }
      .button.is-black.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-black.is-inverted.is-outlined {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
    .button.is-black.has-line:before, .button.is-black.has-line:after {
      background: #0a0a0a;
      background-color: #0a0a0a; }
  .button.is-light {
    background-color: whitesmoke;
    border-color: transparent;
    color: #232323; }
    @media screen and (min-width: 600px) {
      .button.is-light:hover, .button.is-light.is-hovered {
        background-color: #eeeeee;
        border-color: transparent;
        color: #232323; }
        .button.is-light:hover.has-line:before, .button.is-light:hover.has-line:after, .button.is-light.is-hovered.has-line:before, .button.is-light.is-hovered.has-line:after {
          background: #eeeeee;
          background-color: #eeeeee; } }
    .button.is-light:focus, .button.is-light.is-focused {
      border-color: transparent;
      color: #232323; }
      .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
    .button.is-light:active, .button.is-light.is-active {
      background-color: #e8e8e8;
      border-color: transparent;
      color: #232323; }
    .button.is-light[disabled],
    fieldset[disabled] .button.is-light {
      background-color: whitesmoke;
      border-color: transparent;
      box-shadow: none; }
    .button.is-light.is-inverted {
      background-color: #232323;
      color: whitesmoke; }
      .button.is-light.is-inverted:hover {
        background-color: #161616; }
      .button.is-light.is-inverted[disabled],
      fieldset[disabled] .button.is-light.is-inverted {
        background-color: #232323;
        border-color: transparent;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-loading::after {
      border-color: transparent transparent #232323 #232323 !important; }
    .button.is-light.is-outlined {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke;
      white-space: inherit; }
      @media screen and (min-width: 600px) {
        .button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
          background-color: whitesmoke;
          border-color: whitesmoke;
          color: #232323; } }
      .button.is-light.is-outlined.is-loading::after {
        border-color: transparent transparent whitesmoke whitesmoke !important; }
      .button.is-light.is-outlined[disabled],
      fieldset[disabled] .button.is-light.is-outlined {
        background-color: transparent;
        border-color: whitesmoke;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-light.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #232323;
      color: #232323; }
      .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
        background-color: #232323;
        color: whitesmoke; }
      .button.is-light.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-light.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #232323;
        box-shadow: none;
        color: #232323; }
    .button.is-light.has-line:before, .button.is-light.has-line:after {
      background: whitesmoke;
      background-color: whitesmoke; }
  .button.is-dark {
    background-color: #232323;
    border-color: transparent;
    color: whitesmoke; }
    @media screen and (min-width: 600px) {
      .button.is-dark:hover, .button.is-dark.is-hovered {
        background-color: #1d1d1d;
        border-color: transparent;
        color: whitesmoke; }
        .button.is-dark:hover.has-line:before, .button.is-dark:hover.has-line:after, .button.is-dark.is-hovered.has-line:before, .button.is-dark.is-hovered.has-line:after {
          background: #1d1d1d;
          background-color: #1d1d1d; } }
    .button.is-dark:focus, .button.is-dark.is-focused {
      border-color: transparent;
      color: whitesmoke; }
      .button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(35, 35, 35, 0.25); }
    .button.is-dark:active, .button.is-dark.is-active {
      background-color: #161616;
      border-color: transparent;
      color: whitesmoke; }
    .button.is-dark[disabled],
    fieldset[disabled] .button.is-dark {
      background-color: #232323;
      border-color: transparent;
      box-shadow: none; }
    .button.is-dark.is-inverted {
      background-color: whitesmoke;
      color: #232323; }
      .button.is-dark.is-inverted:hover {
        background-color: #e8e8e8; }
      .button.is-dark.is-inverted[disabled],
      fieldset[disabled] .button.is-dark.is-inverted {
        background-color: whitesmoke;
        border-color: transparent;
        box-shadow: none;
        color: #232323; }
    .button.is-dark.is-loading::after {
      border-color: transparent transparent whitesmoke whitesmoke !important; }
    .button.is-dark.is-outlined {
      background-color: transparent;
      border-color: #232323;
      color: #232323;
      white-space: inherit; }
      @media screen and (min-width: 600px) {
        .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
          background-color: #232323;
          border-color: #232323;
          color: whitesmoke; } }
      .button.is-dark.is-outlined.is-loading::after {
        border-color: transparent transparent #232323 #232323 !important; }
      .button.is-dark.is-outlined[disabled],
      fieldset[disabled] .button.is-dark.is-outlined {
        background-color: transparent;
        border-color: #232323;
        box-shadow: none;
        color: #232323; }
    .button.is-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: whitesmoke;
      color: whitesmoke; }
      .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
        background-color: whitesmoke;
        color: #232323; }
      .button.is-dark.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
        background-color: transparent;
        border-color: whitesmoke;
        box-shadow: none;
        color: whitesmoke; }
    .button.is-dark.has-line:before, .button.is-dark.has-line:after {
      background: #232323;
      background-color: #232323; }
  .button.is-primary, .button.ff-form-errors {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff; }
    @media screen and (min-width: 600px) {
      .button.is-primary:hover, .button.ff-form-errors:hover, .button.is-primary.is-hovered, .button.is-hovered.ff-form-errors {
        background-color: #040404;
        border-color: transparent;
        color: #fff; }
        .button.is-primary:hover.has-line:before, .button.ff-form-errors:hover.has-line:before, .button.is-primary:hover.has-line:after, .button.ff-form-errors:hover.has-line:after, .button.is-primary.is-hovered.has-line:before, .button.is-hovered.has-line.ff-form-errors:before, .button.is-primary.is-hovered.has-line:after, .button.is-hovered.has-line.ff-form-errors:after {
          background: #040404;
          background-color: #040404; } }
    .button.is-primary:focus, .button.ff-form-errors:focus, .button.is-primary.is-focused, .button.is-focused.ff-form-errors {
      border-color: transparent;
      color: #fff; }
      .button.is-primary:focus:not(:active), .button.ff-form-errors:focus:not(:active), .button.is-primary.is-focused:not(:active), .button.is-focused.ff-form-errors:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
    .button.is-primary:active, .button.ff-form-errors:active, .button.is-primary.is-active, .button.is-active.ff-form-errors {
      background-color: black;
      border-color: transparent;
      color: #fff; }
    .button.is-primary[disabled], .button.ff-form-errors[disabled],
    fieldset[disabled] .button.is-primary,
    fieldset[disabled] .button.ff-form-errors {
      background-color: #0a0a0a;
      border-color: transparent;
      box-shadow: none; }
    .button.is-primary.is-inverted, .button.is-inverted.ff-form-errors {
      background-color: #fff;
      color: #0a0a0a; }
      .button.is-primary.is-inverted:hover, .button.is-inverted.ff-form-errors:hover {
        background-color: #f2f2f2; }
      .button.is-primary.is-inverted[disabled], .button.is-inverted.ff-form-errors[disabled],
      fieldset[disabled] .button.is-primary.is-inverted,
      fieldset[disabled] .button.is-inverted.ff-form-errors {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-primary.is-loading::after, .button.is-loading.ff-form-errors::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-primary.is-outlined, .button.is-outlined.ff-form-errors {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a;
      white-space: inherit; }
      @media screen and (min-width: 600px) {
        .button.is-primary.is-outlined:hover, .button.is-outlined.ff-form-errors:hover, .button.is-primary.is-outlined:focus, .button.is-outlined.ff-form-errors:focus {
          background-color: #0a0a0a;
          border-color: #0a0a0a;
          color: #fff; } }
      .button.is-primary.is-outlined.is-loading::after, .button.is-outlined.is-loading.ff-form-errors::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-primary.is-outlined[disabled], .button.is-outlined.ff-form-errors[disabled],
      fieldset[disabled] .button.is-primary.is-outlined,
      fieldset[disabled] .button.is-outlined.ff-form-errors {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-primary.is-inverted.is-outlined, .button.is-inverted.is-outlined.ff-form-errors {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-primary.is-inverted.is-outlined:hover, .button.is-inverted.is-outlined.ff-form-errors:hover, .button.is-primary.is-inverted.is-outlined:focus, .button.is-inverted.is-outlined.ff-form-errors:focus {
        background-color: #fff;
        color: #0a0a0a; }
      .button.is-primary.is-inverted.is-outlined[disabled], .button.is-inverted.is-outlined.ff-form-errors[disabled],
      fieldset[disabled] .button.is-primary.is-inverted.is-outlined,
      fieldset[disabled] .button.is-inverted.is-outlined.ff-form-errors {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-primary.has-line:before, .button.has-line.ff-form-errors:before, .button.is-primary.has-line:after, .button.has-line.ff-form-errors:after {
      background: #0a0a0a;
      background-color: #0a0a0a; }
  .button.is-link {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff; }
    @media screen and (min-width: 600px) {
      .button.is-link:hover, .button.is-link.is-hovered {
        background-color: #040404;
        border-color: transparent;
        color: #fff; }
        .button.is-link:hover.has-line:before, .button.is-link:hover.has-line:after, .button.is-link.is-hovered.has-line:before, .button.is-link.is-hovered.has-line:after {
          background: #040404;
          background-color: #040404; } }
    .button.is-link:focus, .button.is-link.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
    .button.is-link:active, .button.is-link.is-active {
      background-color: black;
      border-color: transparent;
      color: #fff; }
    .button.is-link[disabled],
    fieldset[disabled] .button.is-link {
      background-color: #0a0a0a;
      border-color: transparent;
      box-shadow: none; }
    .button.is-link.is-inverted {
      background-color: #fff;
      color: #0a0a0a; }
      .button.is-link.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-link.is-inverted[disabled],
      fieldset[disabled] .button.is-link.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-link.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-link.is-outlined {
      background-color: transparent;
      border-color: #0a0a0a;
      color: #0a0a0a;
      white-space: inherit; }
      @media screen and (min-width: 600px) {
        .button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
          background-color: #0a0a0a;
          border-color: #0a0a0a;
          color: #fff; } }
      .button.is-link.is-outlined.is-loading::after {
        border-color: transparent transparent #0a0a0a #0a0a0a !important; }
      .button.is-link.is-outlined[disabled],
      fieldset[disabled] .button.is-link.is-outlined {
        background-color: transparent;
        border-color: #0a0a0a;
        box-shadow: none;
        color: #0a0a0a; }
    .button.is-link.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #0a0a0a; }
      .button.is-link.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-link.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-link.has-line:before, .button.is-link.has-line:after {
      background: #0a0a0a;
      background-color: #0a0a0a; }
  .button.is-info {
    background-color: #209cee;
    border-color: transparent;
    color: #fff; }
    @media screen and (min-width: 600px) {
      .button.is-info:hover, .button.is-info.is-hovered {
        background-color: #1496ed;
        border-color: transparent;
        color: #fff; }
        .button.is-info:hover.has-line:before, .button.is-info:hover.has-line:after, .button.is-info.is-hovered.has-line:before, .button.is-info.is-hovered.has-line:after {
          background: #1496ed;
          background-color: #1496ed; } }
    .button.is-info:focus, .button.is-info.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
    .button.is-info:active, .button.is-info.is-active {
      background-color: #118fe4;
      border-color: transparent;
      color: #fff; }
    .button.is-info[disabled],
    fieldset[disabled] .button.is-info {
      background-color: #209cee;
      border-color: transparent;
      box-shadow: none; }
    .button.is-info.is-inverted {
      background-color: #fff;
      color: #209cee; }
      .button.is-info.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-info.is-inverted[disabled],
      fieldset[disabled] .button.is-info.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #209cee; }
    .button.is-info.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-info.is-outlined {
      background-color: transparent;
      border-color: #209cee;
      color: #209cee;
      white-space: inherit; }
      @media screen and (min-width: 600px) {
        .button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
          background-color: #209cee;
          border-color: #209cee;
          color: #fff; } }
      .button.is-info.is-outlined.is-loading::after {
        border-color: transparent transparent #209cee #209cee !important; }
      .button.is-info.is-outlined[disabled],
      fieldset[disabled] .button.is-info.is-outlined {
        background-color: transparent;
        border-color: #209cee;
        box-shadow: none;
        color: #209cee; }
    .button.is-info.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #209cee; }
      .button.is-info.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-info.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-info.has-line:before, .button.is-info.has-line:after {
      background: #209cee;
      background-color: #209cee; }
  .button.is-success {
    background-color: #0CAA41;
    border-color: transparent;
    color: #fff; }
    @media screen and (min-width: 600px) {
      .button.is-success:hover, .button.is-success.is-hovered {
        background-color: #0b9e3c;
        border-color: transparent;
        color: #fff; }
        .button.is-success:hover.has-line:before, .button.is-success:hover.has-line:after, .button.is-success.is-hovered.has-line:before, .button.is-success.is-hovered.has-line:after {
          background: #0b9e3c;
          background-color: #0b9e3c; } }
    .button.is-success:focus, .button.is-success.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(12, 170, 65, 0.25); }
    .button.is-success:active, .button.is-success.is-active {
      background-color: #0a9238;
      border-color: transparent;
      color: #fff; }
    .button.is-success[disabled],
    fieldset[disabled] .button.is-success {
      background-color: #0CAA41;
      border-color: transparent;
      box-shadow: none; }
    .button.is-success.is-inverted {
      background-color: #fff;
      color: #0CAA41; }
      .button.is-success.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-success.is-inverted[disabled],
      fieldset[disabled] .button.is-success.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #0CAA41; }
    .button.is-success.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-success.is-outlined {
      background-color: transparent;
      border-color: #0CAA41;
      color: #0CAA41;
      white-space: inherit; }
      @media screen and (min-width: 600px) {
        .button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
          background-color: #0CAA41;
          border-color: #0CAA41;
          color: #fff; } }
      .button.is-success.is-outlined.is-loading::after {
        border-color: transparent transparent #0CAA41 #0CAA41 !important; }
      .button.is-success.is-outlined[disabled],
      fieldset[disabled] .button.is-success.is-outlined {
        background-color: transparent;
        border-color: #0CAA41;
        box-shadow: none;
        color: #0CAA41; }
    .button.is-success.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #0CAA41; }
      .button.is-success.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-success.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-success.has-line:before, .button.is-success.has-line:after {
      background: #0CAA41;
      background-color: #0CAA41; }
  .button.is-warning, .ff-errors li.button {
    background-color: #ff470f;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 600px) {
      .button.is-warning:hover, .ff-errors li.button:hover, .button.is-warning.is-hovered, .ff-errors li.button.is-hovered {
        background-color: #ff3d03;
        border-color: transparent;
        color: rgba(0, 0, 0, 0.7); }
        .button.is-warning:hover.has-line:before, .ff-errors li.button:hover.has-line:before, .button.is-warning:hover.has-line:after, .ff-errors li.button:hover.has-line:after, .button.is-warning.is-hovered.has-line:before, .ff-errors li.button.is-hovered.has-line:before, .button.is-warning.is-hovered.has-line:after, .ff-errors li.button.is-hovered.has-line:after {
          background: #ff3d03;
          background-color: #ff3d03; } }
    .button.is-warning:focus, .ff-errors li.button:focus, .button.is-warning.is-focused, .ff-errors li.button.is-focused {
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
      .button.is-warning:focus:not(:active), .ff-errors li.button:focus:not(:active), .button.is-warning.is-focused:not(:active), .ff-errors li.button.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 71, 15, 0.25); }
    .button.is-warning:active, .ff-errors li.button:active, .button.is-warning.is-active, .ff-errors li.button.is-active {
      background-color: #f53900;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-warning[disabled], .ff-errors li.button[disabled],
    fieldset[disabled] .button.is-warning,
    fieldset[disabled] .ff-errors li.button,
    .ff-errors fieldset[disabled] li.button {
      background-color: #ff470f;
      border-color: transparent;
      box-shadow: none; }
    .button.is-warning.is-inverted, .ff-errors li.button.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: #ff470f; }
      .button.is-warning.is-inverted:hover, .ff-errors li.button.is-inverted:hover {
        background-color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-inverted[disabled], .ff-errors li.button.is-inverted[disabled],
      fieldset[disabled] .button.is-warning.is-inverted,
      fieldset[disabled] .ff-errors li.button.is-inverted,
      .ff-errors fieldset[disabled] li.button.is-inverted {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        box-shadow: none;
        color: #ff470f; }
    .button.is-warning.is-loading::after, .ff-errors li.button.is-loading::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
    .button.is-warning.is-outlined, .ff-errors li.button.is-outlined {
      background-color: transparent;
      border-color: #ff470f;
      color: #ff470f;
      white-space: inherit; }
      @media screen and (min-width: 600px) {
        .button.is-warning.is-outlined:hover, .ff-errors li.button.is-outlined:hover, .button.is-warning.is-outlined:focus, .ff-errors li.button.is-outlined:focus {
          background-color: #ff470f;
          border-color: #ff470f;
          color: rgba(0, 0, 0, 0.7); } }
      .button.is-warning.is-outlined.is-loading::after, .ff-errors li.button.is-outlined.is-loading::after {
        border-color: transparent transparent #ff470f #ff470f !important; }
      .button.is-warning.is-outlined[disabled], .ff-errors li.button.is-outlined[disabled],
      fieldset[disabled] .button.is-warning.is-outlined,
      fieldset[disabled] .ff-errors li.button.is-outlined,
      .ff-errors fieldset[disabled] li.button.is-outlined {
        background-color: transparent;
        border-color: #ff470f;
        box-shadow: none;
        color: #ff470f; }
    .button.is-warning.is-inverted.is-outlined, .ff-errors li.button.is-inverted.is-outlined {
      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, .ff-errors li.button.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus, .ff-errors li.button.is-inverted.is-outlined:focus {
        background-color: rgba(0, 0, 0, 0.7);
        color: #ff470f; }
      .button.is-warning.is-inverted.is-outlined[disabled], .ff-errors li.button.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-warning.is-inverted.is-outlined,
      fieldset[disabled] .ff-errors li.button.is-inverted.is-outlined,
      .ff-errors fieldset[disabled] li.button.is-inverted.is-outlined {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.7);
        box-shadow: none;
        color: rgba(0, 0, 0, 0.7); }
    .button.is-warning.has-line:before, .ff-errors li.button.has-line:before, .button.is-warning.has-line:after, .ff-errors li.button.has-line:after {
      background: #ff470f;
      background-color: #ff470f; }
  .button.is-danger {
    background-color: #D6112F;
    border-color: transparent;
    color: #fff; }
    @media screen and (min-width: 600px) {
      .button.is-danger:hover, .button.is-danger.is-hovered {
        background-color: #ca102c;
        border-color: transparent;
        color: #fff; }
        .button.is-danger:hover.has-line:before, .button.is-danger:hover.has-line:after, .button.is-danger.is-hovered.has-line:before, .button.is-danger.is-hovered.has-line:after {
          background: #ca102c;
          background-color: #ca102c; } }
    .button.is-danger:focus, .button.is-danger.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(214, 17, 47, 0.25); }
    .button.is-danger:active, .button.is-danger.is-active {
      background-color: #be0f2a;
      border-color: transparent;
      color: #fff; }
    .button.is-danger[disabled],
    fieldset[disabled] .button.is-danger {
      background-color: #D6112F;
      border-color: transparent;
      box-shadow: none; }
    .button.is-danger.is-inverted {
      background-color: #fff;
      color: #D6112F; }
      .button.is-danger.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-danger.is-inverted[disabled],
      fieldset[disabled] .button.is-danger.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #D6112F; }
    .button.is-danger.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-danger.is-outlined {
      background-color: transparent;
      border-color: #D6112F;
      color: #D6112F;
      white-space: inherit; }
      @media screen and (min-width: 600px) {
        .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
          background-color: #D6112F;
          border-color: #D6112F;
          color: #fff; } }
      .button.is-danger.is-outlined.is-loading::after {
        border-color: transparent transparent #D6112F #D6112F !important; }
      .button.is-danger.is-outlined[disabled],
      fieldset[disabled] .button.is-danger.is-outlined {
        background-color: transparent;
        border-color: #D6112F;
        box-shadow: none;
        color: #D6112F; }
    .button.is-danger.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #D6112F; }
      .button.is-danger.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
    .button.is-danger.has-line:before, .button.is-danger.has-line:after {
      background: #D6112F;
      background-color: #D6112F; }
  .button.is-red {
    background-color: #D6112F;
    border-color: transparent;
    color: white; }
    @media screen and (min-width: 600px) {
      .button.is-red:hover, .button.is-red.is-hovered {
        background-color: #ca102c;
        border-color: transparent;
        color: white; }
        .button.is-red:hover.has-line:before, .button.is-red:hover.has-line:after, .button.is-red.is-hovered.has-line:before, .button.is-red.is-hovered.has-line:after {
          background: #ca102c;
          background-color: #ca102c; } }
    .button.is-red:focus, .button.is-red.is-focused {
      border-color: transparent;
      color: white; }
      .button.is-red:focus:not(:active), .button.is-red.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(214, 17, 47, 0.25); }
    .button.is-red:active, .button.is-red.is-active {
      background-color: #be0f2a;
      border-color: transparent;
      color: white; }
    .button.is-red[disabled],
    fieldset[disabled] .button.is-red {
      background-color: #D6112F;
      border-color: transparent;
      box-shadow: none; }
    .button.is-red.is-inverted {
      background-color: white;
      color: #D6112F; }
      .button.is-red.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-red.is-inverted[disabled],
      fieldset[disabled] .button.is-red.is-inverted {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #D6112F; }
    .button.is-red.is-loading::after {
      border-color: transparent transparent white white !important; }
    .button.is-red.is-outlined {
      background-color: transparent;
      border-color: #D6112F;
      color: #D6112F;
      white-space: inherit; }
      @media screen and (min-width: 600px) {
        .button.is-red.is-outlined:hover, .button.is-red.is-outlined:focus {
          background-color: #D6112F;
          border-color: #D6112F;
          color: white; } }
      .button.is-red.is-outlined.is-loading::after {
        border-color: transparent transparent #D6112F #D6112F !important; }
      .button.is-red.is-outlined[disabled],
      fieldset[disabled] .button.is-red.is-outlined {
        background-color: transparent;
        border-color: #D6112F;
        box-shadow: none;
        color: #D6112F; }
    .button.is-red.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-red.is-inverted.is-outlined:hover, .button.is-red.is-inverted.is-outlined:focus {
        background-color: white;
        color: #D6112F; }
      .button.is-red.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-red.is-inverted.is-outlined {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
    .button.is-red.has-line:before, .button.is-red.has-line:after {
      background: #D6112F;
      background-color: #D6112F; }
  .button.is-grey-dark {
    background-color: #363636;
    border-color: transparent;
    color: white; }
    @media screen and (min-width: 600px) {
      .button.is-grey-dark:hover, .button.is-grey-dark.is-hovered {
        background-color: #303030;
        border-color: transparent;
        color: white; }
        .button.is-grey-dark:hover.has-line:before, .button.is-grey-dark:hover.has-line:after, .button.is-grey-dark.is-hovered.has-line:before, .button.is-grey-dark.is-hovered.has-line:after {
          background: #303030;
          background-color: #303030; } }
    .button.is-grey-dark:focus, .button.is-grey-dark.is-focused {
      border-color: transparent;
      color: white; }
      .button.is-grey-dark:focus:not(:active), .button.is-grey-dark.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
    .button.is-grey-dark:active, .button.is-grey-dark.is-active {
      background-color: #292929;
      border-color: transparent;
      color: white; }
    .button.is-grey-dark[disabled],
    fieldset[disabled] .button.is-grey-dark {
      background-color: #363636;
      border-color: transparent;
      box-shadow: none; }
    .button.is-grey-dark.is-inverted {
      background-color: white;
      color: #363636; }
      .button.is-grey-dark.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-grey-dark.is-inverted[disabled],
      fieldset[disabled] .button.is-grey-dark.is-inverted {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #363636; }
    .button.is-grey-dark.is-loading::after {
      border-color: transparent transparent white white !important; }
    .button.is-grey-dark.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636;
      white-space: inherit; }
      @media screen and (min-width: 600px) {
        .button.is-grey-dark.is-outlined:hover, .button.is-grey-dark.is-outlined:focus {
          background-color: #363636;
          border-color: #363636;
          color: white; } }
      .button.is-grey-dark.is-outlined.is-loading::after {
        border-color: transparent transparent #363636 #363636 !important; }
      .button.is-grey-dark.is-outlined[disabled],
      fieldset[disabled] .button.is-grey-dark.is-outlined {
        background-color: transparent;
        border-color: #363636;
        box-shadow: none;
        color: #363636; }
    .button.is-grey-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-grey-dark.is-inverted.is-outlined:hover, .button.is-grey-dark.is-inverted.is-outlined:focus {
        background-color: white;
        color: #363636; }
      .button.is-grey-dark.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-grey-dark.is-inverted.is-outlined {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
    .button.is-grey-dark.has-line:before, .button.is-grey-dark.has-line:after {
      background: #363636;
      background-color: #363636; }
  .button.is-green {
    background-color: #0CAA41;
    border-color: transparent;
    color: white; }
    @media screen and (min-width: 600px) {
      .button.is-green:hover, .button.is-green.is-hovered {
        background-color: #0b9e3c;
        border-color: transparent;
        color: white; }
        .button.is-green:hover.has-line:before, .button.is-green:hover.has-line:after, .button.is-green.is-hovered.has-line:before, .button.is-green.is-hovered.has-line:after {
          background: #0b9e3c;
          background-color: #0b9e3c; } }
    .button.is-green:focus, .button.is-green.is-focused {
      border-color: transparent;
      color: white; }
      .button.is-green:focus:not(:active), .button.is-green.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(12, 170, 65, 0.25); }
    .button.is-green:active, .button.is-green.is-active {
      background-color: #0a9238;
      border-color: transparent;
      color: white; }
    .button.is-green[disabled],
    fieldset[disabled] .button.is-green {
      background-color: #0CAA41;
      border-color: transparent;
      box-shadow: none; }
    .button.is-green.is-inverted {
      background-color: white;
      color: #0CAA41; }
      .button.is-green.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-green.is-inverted[disabled],
      fieldset[disabled] .button.is-green.is-inverted {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #0CAA41; }
    .button.is-green.is-loading::after {
      border-color: transparent transparent white white !important; }
    .button.is-green.is-outlined {
      background-color: transparent;
      border-color: #0CAA41;
      color: #0CAA41;
      white-space: inherit; }
      @media screen and (min-width: 600px) {
        .button.is-green.is-outlined:hover, .button.is-green.is-outlined:focus {
          background-color: #0CAA41;
          border-color: #0CAA41;
          color: white; } }
      .button.is-green.is-outlined.is-loading::after {
        border-color: transparent transparent #0CAA41 #0CAA41 !important; }
      .button.is-green.is-outlined[disabled],
      fieldset[disabled] .button.is-green.is-outlined {
        background-color: transparent;
        border-color: #0CAA41;
        box-shadow: none;
        color: #0CAA41; }
    .button.is-green.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-green.is-inverted.is-outlined:hover, .button.is-green.is-inverted.is-outlined:focus {
        background-color: white;
        color: #0CAA41; }
      .button.is-green.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-green.is-inverted.is-outlined {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
    .button.is-green.has-line:before, .button.is-green.has-line:after {
      background: #0CAA41;
      background-color: #0CAA41; }
  .button.is-blue {
    background-color: #2164f2;
    border-color: transparent;
    color: white; }
    @media screen and (min-width: 600px) {
      .button.is-blue:hover, .button.is-blue.is-hovered {
        background-color: #155cf1;
        border-color: transparent;
        color: white; }
        .button.is-blue:hover.has-line:before, .button.is-blue:hover.has-line:after, .button.is-blue.is-hovered.has-line:before, .button.is-blue.is-hovered.has-line:after {
          background: #155cf1;
          background-color: #155cf1; } }
    .button.is-blue:focus, .button.is-blue.is-focused {
      border-color: transparent;
      color: white; }
      .button.is-blue:focus:not(:active), .button.is-blue.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(33, 100, 242, 0.25); }
    .button.is-blue:active, .button.is-blue.is-active {
      background-color: #0e55ec;
      border-color: transparent;
      color: white; }
    .button.is-blue[disabled],
    fieldset[disabled] .button.is-blue {
      background-color: #2164f2;
      border-color: transparent;
      box-shadow: none; }
    .button.is-blue.is-inverted {
      background-color: white;
      color: #2164f2; }
      .button.is-blue.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-blue.is-inverted[disabled],
      fieldset[disabled] .button.is-blue.is-inverted {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #2164f2; }
    .button.is-blue.is-loading::after {
      border-color: transparent transparent white white !important; }
    .button.is-blue.is-outlined {
      background-color: transparent;
      border-color: #2164f2;
      color: #2164f2;
      white-space: inherit; }
      @media screen and (min-width: 600px) {
        .button.is-blue.is-outlined:hover, .button.is-blue.is-outlined:focus {
          background-color: #2164f2;
          border-color: #2164f2;
          color: white; } }
      .button.is-blue.is-outlined.is-loading::after {
        border-color: transparent transparent #2164f2 #2164f2 !important; }
      .button.is-blue.is-outlined[disabled],
      fieldset[disabled] .button.is-blue.is-outlined {
        background-color: transparent;
        border-color: #2164f2;
        box-shadow: none;
        color: #2164f2; }
    .button.is-blue.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-blue.is-inverted.is-outlined:hover, .button.is-blue.is-inverted.is-outlined:focus {
        background-color: white;
        color: #2164f2; }
      .button.is-blue.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-blue.is-inverted.is-outlined {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
    .button.is-blue.has-line:before, .button.is-blue.has-line:after {
      background: #2164f2;
      background-color: #2164f2; }
  .button.is-small {
    padding-bottom: .45rem;
    padding-top: .45rem;
    font-size: 0.9rem; }
  .button.is-normal {
    font-size: 1rem; }
  .button.is-medium {
    padding-bottom: .6rem;
    padding-top: .6rem;
    font-size: 1.45rem; }
  .button.is-large {
    padding-bottom: .635rem;
    padding-top: .635rem;
    font-size: 1.55rem; }
  .button[disabled],
  fieldset[disabled] .button {
    background-color: white;
    border-color: #E9E9E9;
    box-shadow: none;
    opacity: 0.5; }
  .button.is-fullwidth {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading::after {
      position: absolute !important;
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2)); }
  .button.is-static {
    background-color: whitesmoke;
    border-color: #E9E9E9;
    box-shadow: none;
    color: #7a7a7a;
    pointer-events: none; }
  .button.is-rounded {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em; }
  .button.is-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .button.is-justified {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .button.is-centered {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .button.is-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .button.has-line {
    position: relative; }
    .button.has-line:before, .button.has-line:after {
      content: '';
      height: 2px;
      position: absolute;
      width: 300%;
      top: 50%; }
    .button.has-line:before {
      left: 100%; }
    .button.has-line:after {
      right: 100%; }

.buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .buttons .button {
    margin-bottom: .5rem; }
    .buttons .button:not(:last-child):not(.is-fullwidth) {
      margin-right: .5rem; }
  .buttons:last-child {
    margin-bottom: -.5rem; }
  .buttons:not(:last-child) {
    margin-bottom: 1rem; }
  .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
    font-size: 0.9rem; }
  .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
    font-size: 1.45rem; }
  .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
    font-size: 1.55rem; }
  .buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px; }
  .buttons.has-addons .button:last-child {
    margin-right: 0; }
  .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
    z-index: 2; }
  .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
    z-index: 3; }
    .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
      z-index: 4; }
  .buttons.has-addons .button.is-expanded {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .buttons.is-centered {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .buttons.is-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.has_margin {
  margin-top: 1.5rem; }

.basic_button {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-family: "bebas-neue", sans-serif;
  font-size: 20px;
  height: 40px;
  min-width: 180px;
  transition: background-color .2s ease;
  transition: color .2s ease; }
  .basic_button:hover {
    background-color: white;
    color: #363636; }

.text_black .basic_button {
  border: 1px solid #0a0a0a;
  color: #0a0a0a; }

.dark_grey_button {
  background-color: #363636;
  border: none; }

.red_button {
  background-color: #D6112F;
  border: none;
  font-family: "bebas-neue", sans-serif; }
  .red_button:hover {
    background-color: #ee2c49; }

.buttonLogo {
  width: 5rem;
  fill: #000; }

.line_button_container {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 5; }

.line_button::before {
  background-color: #D6112F;
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  width: 800%;
  z-index: -1; }

.search_alert {
  margin-bottom: 2rem; }

.detail_images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem; }
  @media screen and (min-width: 600px) {
    .detail_images {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.detail_images.columns {
  margin-top: 1rem; }

.caption_wrapper {
  background-color: #fff;
  opacity: .6;
  z-index: 10; }

.caption {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  line-height: 2.4;
  margin-left: 1.5rem;
  margin-top: -2.8rem; }

.input,
.textarea {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
  background-color: white;
  border-color: #E9E9E9;
  color: #232323; }
  .input::-moz-placeholder,
  .textarea::-moz-placeholder {
    color: rgba(35, 35, 35, 0.9); }
  .input::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder {
    color: rgba(35, 35, 35, 0.9); }
  .input:-moz-placeholder,
  .textarea:-moz-placeholder {
    color: rgba(35, 35, 35, 0.9); }
  .input:-ms-input-placeholder,
  .textarea:-ms-input-placeholder {
    color: rgba(35, 35, 35, 0.9); }
  .input:hover, .input.is-hovered,
  .textarea:hover,
  .textarea.is-hovered {
    border-color: #b5b5b5; }
  .input:focus, .input.is-focused, .input:active, .input.is-active,
  .textarea:focus,
  .textarea.is-focused,
  .textarea:active,
  .textarea.is-active {
    border-color: #0a0a0a;
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  .input[disabled],
  fieldset[disabled] .input,
  .textarea[disabled],
  fieldset[disabled]
  .textarea {
    background-color: whitesmoke;
    border-color: whitesmoke;
    box-shadow: none;
    color: #7a7a7a; }
    .input[disabled]::-moz-placeholder,
    fieldset[disabled] .input::-moz-placeholder,
    .textarea[disabled]::-moz-placeholder,
    fieldset[disabled]
    .textarea::-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    .input[disabled]::-webkit-input-placeholder,
    fieldset[disabled] .input::-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,
    fieldset[disabled] .input:-moz-placeholder,
    .textarea[disabled]:-moz-placeholder,
    fieldset[disabled]
    .textarea:-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    .input[disabled]:-ms-input-placeholder,
    fieldset[disabled] .input:-ms-input-placeholder,
    .textarea[disabled]:-ms-input-placeholder,
    fieldset[disabled]
    .textarea:-ms-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
  .input[readonly],
  .textarea[readonly] {
    box-shadow: none; }
  .input.is-white,
  .textarea.is-white {
    background-color: white;
    border-color: white; }
    .input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active,
    .textarea.is-white:focus,
    .textarea.is-white.is-focused,
    .textarea.is-white:active,
    .textarea.is-white.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .input.is-black,
  .textarea.is-black {
    background-color: #0a0a0a;
    border-color: #0a0a0a; }
    .input.is-black:focus, .input.is-black.is-focused, .input.is-black:active, .input.is-black.is-active,
    .textarea.is-black:focus,
    .textarea.is-black.is-focused,
    .textarea.is-black:active,
    .textarea.is-black.is-active {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  .input.is-light,
  .textarea.is-light {
    background-color: whitesmoke;
    border-color: whitesmoke; }
    .input.is-light:focus, .input.is-light.is-focused, .input.is-light:active, .input.is-light.is-active,
    .textarea.is-light:focus,
    .textarea.is-light.is-focused,
    .textarea.is-light:active,
    .textarea.is-light.is-active {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  .input.is-dark,
  .textarea.is-dark {
    background-color: #232323;
    border-color: #232323; }
    .input.is-dark:focus, .input.is-dark.is-focused, .input.is-dark:active, .input.is-dark.is-active,
    .textarea.is-dark:focus,
    .textarea.is-dark.is-focused,
    .textarea.is-dark:active,
    .textarea.is-dark.is-active {
      box-shadow: 0 0 0 0.125em rgba(35, 35, 35, 0.25); }
  .input.is-primary, .input.ff-form-errors,
  .textarea.is-primary,
  .textarea.ff-form-errors {
    background-color: #0a0a0a;
    border-color: #0a0a0a; }
    .input.is-primary:focus, .input.ff-form-errors:focus, .input.is-primary.is-focused, .input.is-focused.ff-form-errors, .input.is-primary:active, .input.ff-form-errors:active, .input.is-primary.is-active, .input.is-active.ff-form-errors,
    .textarea.is-primary:focus,
    .textarea.ff-form-errors:focus,
    .textarea.is-primary.is-focused,
    .textarea.is-focused.ff-form-errors,
    .textarea.is-primary:active,
    .textarea.ff-form-errors:active,
    .textarea.is-primary.is-active,
    .textarea.is-active.ff-form-errors {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  .input.is-link,
  .textarea.is-link {
    background-color: #0a0a0a;
    border-color: #0a0a0a; }
    .input.is-link:focus, .input.is-link.is-focused, .input.is-link:active, .input.is-link.is-active,
    .textarea.is-link:focus,
    .textarea.is-link.is-focused,
    .textarea.is-link:active,
    .textarea.is-link.is-active {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }
  .input.is-info,
  .textarea.is-info {
    background-color: #209cee;
    border-color: #209cee; }
    .input.is-info:focus, .input.is-info.is-focused, .input.is-info:active, .input.is-info.is-active,
    .textarea.is-info:focus,
    .textarea.is-info.is-focused,
    .textarea.is-info:active,
    .textarea.is-info.is-active {
      box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
  .input.is-success,
  .textarea.is-success {
    background-color: #0CAA41;
    border-color: #0CAA41; }
    .input.is-success:focus, .input.is-success.is-focused, .input.is-success:active, .input.is-success.is-active,
    .textarea.is-success:focus,
    .textarea.is-success.is-focused,
    .textarea.is-success:active,
    .textarea.is-success.is-active {
      box-shadow: 0 0 0 0.125em rgba(12, 170, 65, 0.25); }
  .input.is-warning, .ff-errors li.input,
  .textarea.is-warning,
  .ff-errors li.textarea {
    background-color: #ff470f;
    border-color: #ff470f; }
    .input.is-warning:focus, .ff-errors li.input:focus, .input.is-warning.is-focused, .ff-errors li.input.is-focused, .input.is-warning:active, .ff-errors li.input:active, .input.is-warning.is-active, .ff-errors li.input.is-active,
    .textarea.is-warning:focus,
    .ff-errors li.textarea:focus,
    .textarea.is-warning.is-focused,
    .ff-errors li.textarea.is-focused,
    .textarea.is-warning:active,
    .ff-errors li.textarea:active,
    .textarea.is-warning.is-active,
    .ff-errors li.textarea.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 71, 15, 0.25); }
  .input.is-danger,
  .textarea.is-danger {
    background-color: #D6112F;
    border-color: #D6112F; }
    .input.is-danger:focus, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger.is-active,
    .textarea.is-danger:focus,
    .textarea.is-danger.is-focused,
    .textarea.is-danger:active,
    .textarea.is-danger.is-active {
      box-shadow: 0 0 0 0.125em rgba(214, 17, 47, 0.25); }
  .input.is-red,
  .textarea.is-red {
    background-color: #D6112F;
    border-color: #D6112F; }
    .input.is-red:focus, .input.is-red.is-focused, .input.is-red:active, .input.is-red.is-active,
    .textarea.is-red:focus,
    .textarea.is-red.is-focused,
    .textarea.is-red:active,
    .textarea.is-red.is-active {
      box-shadow: 0 0 0 0.125em rgba(214, 17, 47, 0.25); }
  .input.is-grey-dark,
  .textarea.is-grey-dark {
    background-color: #363636;
    border-color: #363636; }
    .input.is-grey-dark:focus, .input.is-grey-dark.is-focused, .input.is-grey-dark:active, .input.is-grey-dark.is-active,
    .textarea.is-grey-dark:focus,
    .textarea.is-grey-dark.is-focused,
    .textarea.is-grey-dark:active,
    .textarea.is-grey-dark.is-active {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  .input.is-green,
  .textarea.is-green {
    background-color: #0CAA41;
    border-color: #0CAA41; }
    .input.is-green:focus, .input.is-green.is-focused, .input.is-green:active, .input.is-green.is-active,
    .textarea.is-green:focus,
    .textarea.is-green.is-focused,
    .textarea.is-green:active,
    .textarea.is-green.is-active {
      box-shadow: 0 0 0 0.125em rgba(12, 170, 65, 0.25); }
  .input.is-blue,
  .textarea.is-blue {
    background-color: #2164f2;
    border-color: #2164f2; }
    .input.is-blue:focus, .input.is-blue.is-focused, .input.is-blue:active, .input.is-blue.is-active,
    .textarea.is-blue:focus,
    .textarea.is-blue.is-focused,
    .textarea.is-blue:active,
    .textarea.is-blue.is-active {
      box-shadow: 0 0 0 0.125em rgba(33, 100, 242, 0.25); }
  .input.is-small,
  .textarea.is-small {
    border-radius: 2px;
    font-size: 0.9rem; }
  .input.is-medium,
  .textarea.is-medium {
    font-size: 1.35rem;
    height: 1.69875em; }
  .input.is-large,
  .textarea.is-large {
    font-size: 2.125rem;
    height: 1.47225em; }
  .input.is-fullwidth,
  .textarea.is-fullwidth {
    display: block;
    width: 100%; }
  .input.is-inline,
  .textarea.is-inline {
    display: inline;
    width: auto; }

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em; }

.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: .625em;
  resize: vertical; }
  .textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px; }
  .textarea[rows] {
    height: auto; }
  .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: #232323; }
  .checkbox[disabled],
  fieldset[disabled] .checkbox,
  .radio[disabled],
  fieldset[disabled]
  .radio {
    color: #7a7a7a;
    cursor: not-allowed; }

.radio + .radio {
  margin-left: .5em; }

.select {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%; }
  .select:not(.is-multiple) {
    height: 2.265em; }
  .select:not(.is-multiple):not(.is-loading):not(.is-hidden)::after {
    border-color: #0a0a0a;
    right: 1.125em;
    z-index: 4; }
  .select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em; }
  .select select {
    cursor: pointer;
    display: block;
    font-size: 1em;
    outline: none;
    width: 100%;
    background-color: white;
    border-color: #E9E9E9;
    color: #232323; }
    .select select::-moz-placeholder {
      color: rgba(35, 35, 35, 0.9); }
    .select select::-webkit-input-placeholder {
      color: rgba(35, 35, 35, 0.9); }
    .select select:-moz-placeholder {
      color: rgba(35, 35, 35, 0.9); }
    .select select:-ms-input-placeholder {
      color: rgba(35, 35, 35, 0.9); }
    .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;
      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;
      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: .5em 1em; }
  .select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #232323; }
  .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 {
      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 {
      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 {
      box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }
  .select.is-dark:not(:hover)::after {
    border-color: #232323; }
  .select.is-dark select {
    border-color: #232323; }
    .select.is-dark select:hover, .select.is-dark select.is-hovered {
      border-color: #161616; }
    .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
      box-shadow: 0 0 0 0.125em rgba(35, 35, 35, 0.25); }
  .select.is-primary:not(:hover)::after, .select.ff-form-errors:not(:hover)::after {
    border-color: #0a0a0a; }
  .select.is-primary select, .select.ff-form-errors select {
    border-color: #0a0a0a; }
    .select.is-primary select:hover, .select.ff-form-errors select:hover, .select.is-primary select.is-hovered, .select.ff-form-errors select.is-hovered {
      border-color: black; }
    .select.is-primary select:focus, .select.ff-form-errors select:focus, .select.is-primary select.is-focused, .select.ff-form-errors select.is-focused, .select.is-primary select:active, .select.ff-form-errors select:active, .select.is-primary select.is-active, .select.ff-form-errors select.is-active {
      box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 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 {
      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 {
      box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
  .select.is-success:not(:hover)::after {
    border-color: #0CAA41; }
  .select.is-success select {
    border-color: #0CAA41; }
    .select.is-success select:hover, .select.is-success select.is-hovered {
      border-color: #0a9238; }
    .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
      box-shadow: 0 0 0 0.125em rgba(12, 170, 65, 0.25); }
  .select.is-warning:not(:hover)::after, .ff-errors li.select:not(:hover)::after {
    border-color: #ff470f; }
  .select.is-warning select, .ff-errors li.select select {
    border-color: #ff470f; }
    .select.is-warning select:hover, .ff-errors li.select select:hover, .select.is-warning select.is-hovered, .ff-errors li.select select.is-hovered {
      border-color: #f53900; }
    .select.is-warning select:focus, .ff-errors li.select select:focus, .select.is-warning select.is-focused, .ff-errors li.select select.is-focused, .select.is-warning select:active, .ff-errors li.select select:active, .select.is-warning select.is-active, .ff-errors li.select select.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 71, 15, 0.25); }
  .select.is-danger:not(:hover)::after {
    border-color: #D6112F; }
  .select.is-danger select {
    border-color: #D6112F; }
    .select.is-danger select:hover, .select.is-danger select.is-hovered {
      border-color: #be0f2a; }
    .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
      box-shadow: 0 0 0 0.125em rgba(214, 17, 47, 0.25); }
  .select.is-red:not(:hover)::after {
    border-color: #D6112F; }
  .select.is-red select {
    border-color: #D6112F; }
    .select.is-red select:hover, .select.is-red select.is-hovered {
      border-color: #be0f2a; }
    .select.is-red select:focus, .select.is-red select.is-focused, .select.is-red select:active, .select.is-red select.is-active {
      box-shadow: 0 0 0 0.125em rgba(214, 17, 47, 0.25); }
  .select.is-grey-dark:not(:hover)::after {
    border-color: #363636; }
  .select.is-grey-dark select {
    border-color: #363636; }
    .select.is-grey-dark select:hover, .select.is-grey-dark select.is-hovered {
      border-color: #292929; }
    .select.is-grey-dark select:focus, .select.is-grey-dark select.is-focused, .select.is-grey-dark select:active, .select.is-grey-dark select.is-active {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  .select.is-green:not(:hover)::after {
    border-color: #0CAA41; }
  .select.is-green select {
    border-color: #0CAA41; }
    .select.is-green select:hover, .select.is-green select.is-hovered {
      border-color: #0a9238; }
    .select.is-green select:focus, .select.is-green select.is-focused, .select.is-green select:active, .select.is-green select.is-active {
      box-shadow: 0 0 0 0.125em rgba(12, 170, 65, 0.25); }
  .select.is-blue:not(:hover)::after {
    border-color: #2164f2; }
  .select.is-blue select {
    border-color: #2164f2; }
    .select.is-blue select:hover, .select.is-blue select.is-hovered {
      border-color: #0e55ec; }
    .select.is-blue select:focus, .select.is-blue select.is-focused, .select.is-blue select:active, .select.is-blue select.is-active {
      box-shadow: 0 0 0 0.125em rgba(33, 100, 242, 0.25); }
  .select.is-small {
    border-radius: 2px;
    font-size: 0.9rem; }
  .select.is-medium {
    font-size: 1.35rem;
    height: 1.69875em; }
  .select.is-large {
    font-size: 2.125rem;
    height: 1.47225em; }
  .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: .625em;
    top: .625em;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .select.is-loading.is-small:after {
    font-size: 0.9rem; }
  .select.is-loading.is-medium:after {
    font-size: 1.35rem; }
  .select.is-loading.is-large:after {
    font-size: 2.125rem; }

.file {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .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;
    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;
    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: #232323; }
  .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
    background-color: #eeeeee;
    border-color: transparent;
    color: #232323; }
  .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
    color: #232323; }
  .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #232323; }
  .file.is-dark .file-cta {
    background-color: #232323;
    border-color: transparent;
    color: whitesmoke; }
  .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
    background-color: #1d1d1d;
    border-color: transparent;
    color: whitesmoke; }
  .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(35, 35, 35, 0.25);
    color: whitesmoke; }
  .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
    background-color: #161616;
    border-color: transparent;
    color: whitesmoke; }
  .file.is-primary .file-cta, .file.ff-form-errors .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:hover .file-cta, .file.ff-form-errors:hover .file-cta, .file.is-primary.is-hovered .file-cta, .file.is-hovered.ff-form-errors .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:focus .file-cta, .file.ff-form-errors:focus .file-cta, .file.is-primary.is-focused .file-cta, .file.is-focused.ff-form-errors .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    color: #fff; }
  .file.is-primary:active .file-cta, .file.ff-form-errors:active .file-cta, .file.is-primary.is-active .file-cta, .file.is-active.ff-form-errors .file-cta {
    background-color: black;
    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;
    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;
    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: #0CAA41;
    border-color: transparent;
    color: #fff; }
  .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
    background-color: #0b9e3c;
    border-color: transparent;
    color: #fff; }
  .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(12, 170, 65, 0.25);
    color: #fff; }
  .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
    background-color: #0a9238;
    border-color: transparent;
    color: #fff; }
  .file.is-warning .file-cta, .ff-errors li.file .file-cta {
    background-color: #ff470f;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:hover .file-cta, .ff-errors li.file:hover .file-cta, .file.is-warning.is-hovered .file-cta, .ff-errors li.file.is-hovered .file-cta {
    background-color: #ff3d03;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:focus .file-cta, .ff-errors li.file:focus .file-cta, .file.is-warning.is-focused .file-cta, .ff-errors li.file.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 71, 15, 0.25);
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:active .file-cta, .ff-errors li.file:active .file-cta, .file.is-warning.is-active .file-cta, .ff-errors li.file.is-active .file-cta {
    background-color: #f53900;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-danger .file-cta {
    background-color: #D6112F;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
    background-color: #ca102c;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(214, 17, 47, 0.25);
    color: #fff; }
  .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
    background-color: #be0f2a;
    border-color: transparent;
    color: #fff; }
  .file.is-red .file-cta {
    background-color: #D6112F;
    border-color: transparent;
    color: white; }
  .file.is-red:hover .file-cta, .file.is-red.is-hovered .file-cta {
    background-color: #ca102c;
    border-color: transparent;
    color: white; }
  .file.is-red:focus .file-cta, .file.is-red.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(214, 17, 47, 0.25);
    color: white; }
  .file.is-red:active .file-cta, .file.is-red.is-active .file-cta {
    background-color: #be0f2a;
    border-color: transparent;
    color: white; }
  .file.is-grey-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: white; }
  .file.is-grey-dark:hover .file-cta, .file.is-grey-dark.is-hovered .file-cta {
    background-color: #303030;
    border-color: transparent;
    color: white; }
  .file.is-grey-dark:focus .file-cta, .file.is-grey-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    color: white; }
  .file.is-grey-dark:active .file-cta, .file.is-grey-dark.is-active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: white; }
  .file.is-green .file-cta {
    background-color: #0CAA41;
    border-color: transparent;
    color: white; }
  .file.is-green:hover .file-cta, .file.is-green.is-hovered .file-cta {
    background-color: #0b9e3c;
    border-color: transparent;
    color: white; }
  .file.is-green:focus .file-cta, .file.is-green.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(12, 170, 65, 0.25);
    color: white; }
  .file.is-green:active .file-cta, .file.is-green.is-active .file-cta {
    background-color: #0a9238;
    border-color: transparent;
    color: white; }
  .file.is-blue .file-cta {
    background-color: #2164f2;
    border-color: transparent;
    color: white; }
  .file.is-blue:hover .file-cta, .file.is-blue.is-hovered .file-cta {
    background-color: #155cf1;
    border-color: transparent;
    color: white; }
  .file.is-blue:focus .file-cta, .file.is-blue.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(33, 100, 242, 0.25);
    color: white; }
  .file.is-blue:active .file-cta, .file.is-blue.is-active .file-cta {
    background-color: #0e55ec;
    border-color: transparent;
    color: white; }
  .file.is-small {
    font-size: 0.9rem; }
  .file.is-medium {
    font-size: 1.35rem; }
    .file.is-medium .file-icon .fa {
      font-size: 21px; }
  .file.is-large {
    font-size: 2.125rem; }
    .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: 0; }
  .file.has-name.is-empty .file-name {
    display: none; }
  .file.is-boxed .file-label {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .file.is-boxed .file-cta {
    -webkit-flex-direction: column;
        -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 {
    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: 0 0 0 0; }
  .file.is-boxed.has-name .file-name {
    border-radius: 0 0 0 0;
    border-width: 0 1px 1px; }
  .file.is-centered {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .file.is-fullwidth .file-label {
    width: 100%; }
  .file.is-fullwidth .file-name {
    max-width: none;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .file.is-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .file.is-right .file-cta {
      border-radius: 0 0 0 0; }
    .file.is-right .file-name {
      border-radius: 0 0 0 0;
      border-width: 1px 0 1px 1px;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; }

.file-label {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .file-label:hover .file-cta {
    background-color: #eeeeee;
    color: #232323; }
  .file-label:hover .file-name {
    border-color: #e3e3e3; }
  .file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #232323; }
  .file-label:active .file-name {
    border-color: gainsboro; }

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%; }

.file-cta,
.file-name {
  border-color: #E9E9E9;
  border-radius: 0;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }

.file-cta {
  background-color: whitesmoke;
  color: #363636; }

.file-name {
  border-color: #E9E9E9;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis; }

.file-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  margin-right: .5em;
  width: 1em;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .file-icon .fa {
    font-size: 14px; }

.label {
  color: #232323;
  display: block;
  font-size: 1rem;
  font-weight: 700; }
  .label:not(:last-child) {
    margin-bottom: .5em; }
  .label.is-small {
    font-size: 0.9rem; }
  .label.is-medium {
    font-size: 1.35rem; }
  .label.is-large {
    font-size: 2.125rem; }

.help, .ff-errors li {
  display: block;
  font-size: 0.9rem;
  margin-top: .25rem; }
  .help.is-white, .ff-errors li.is-white {
    color: white; }
  .help.is-black, .ff-errors li.is-black {
    color: #0a0a0a; }
  .help.is-light, .ff-errors li.is-light {
    color: whitesmoke; }
  .help.is-dark, .ff-errors li.is-dark {
    color: #232323; }
  .help.is-primary, .help.ff-form-errors, .ff-errors li.ff-form-errors, .ff-errors li.is-primary {
    color: #0a0a0a; }
  .help.is-link, .ff-errors li.is-link {
    color: #0a0a0a; }
  .help.is-info, .ff-errors li.is-info {
    color: #209cee; }
  .help.is-success, .ff-errors li.is-success {
    color: #0CAA41; }
  .help.is-warning, .ff-errors li {
    color: #ff470f; }
  .help.is-danger, .ff-errors li.is-danger {
    color: #D6112F; }
  .help.is-red, .ff-errors li.is-red {
    color: #D6112F; }
  .help.is-grey-dark, .ff-errors li.is-grey-dark {
    color: #363636; }
  .help.is-green, .ff-errors li.is-green {
    color: #0CAA41; }
  .help.is-blue, .ff-errors li.is-blue {
    color: #2164f2; }

.field:not(:last-child) {
  margin-bottom: .75rem; }

.field.has-addons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-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) .input,
  .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) .input,
  .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) .input,
  .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[type='submit'] {
    padding-left: 1rem;
    padding-right: 1rem; }
  .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
  .field.has-addons .control .input:not([disabled]):hover,
  .field.has-addons .control .input: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 .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
  .field.has-addons .control .input:not([disabled]):focus,
  .field.has-addons .control .input:not([disabled]).is-focused,
  .field.has-addons .control .input:not([disabled]):active,
  .field.has-addons .control .input: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 .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
    .field.has-addons .control .input:not([disabled]):focus:hover,
    .field.has-addons .control .input:not([disabled]).is-focused:hover,
    .field.has-addons .control .input:not([disabled]):active:hover,
    .field.has-addons .control .input: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-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .field.has-addons.has-addons-centered {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .field.has-addons.has-addons-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .field.has-addons.has-addons-fullwidth .control {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.field.is-grouped {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .field.is-grouped > .control {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: .75rem; }
    .field.is-grouped > .control.is-expanded {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1; }
  .field.is-grouped.is-grouped-centered {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .field.is-grouped.is-grouped-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .field.is-grouped.is-grouped-multiline {
    -webkit-flex-wrap: wrap;
        -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: .75rem; }
    .field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -.75rem; }
    .field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0; }

@media screen and (min-width: 600px), print {
  .field.is-horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.field.is-pulled-right {
  position: relative;
  width: 50%; }
  .field.is-pulled-right input {
    padding-left: 2em; }
  .field.is-pulled-right .-search {
    position: absolute;
    pointer-events: none;
    top: 10px;
    left: 8px; }

@media screen and (max-width: 599px) {
  .field-label {
    margin-bottom: .5rem; } }

@media screen and (min-width: 600px), print {
  .field-label {
    margin-right: 1.5rem;
    text-align: right;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .field-label.is-small {
      font-size: 0.9rem;
      padding-top: .375em; }
    .field-label.is-normal {
      padding-top: .375em; }
    .field-label.is-medium {
      font-size: 1.35rem;
      padding-top: .375em; }
    .field-label.is-large {
      font-size: 2.125rem;
      padding-top: .375em; } }

.field-label .label {
  font-size: inherit; }

@media screen and (min-width: 600px), print {
  .field-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
    .field-body .field {
      margin-bottom: 0; }
    .field-body > .field {
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1; }
      .field-body > .field:not(.is-narrow) {
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .field-body > .field:not(:last-child) {
        margin-right: .75rem; } }

.field-body .field .field {
  margin-bottom: 0; }

.control {
  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 .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #7a7a7a; }
  .control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.9rem; }
  .control.has-icons-left .input.is-medium ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.35rem; }
  .control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 2.125rem; }
  .control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #E9E9E9;
    height: 2.265em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.265em;
    z-index: 4; }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.265em; }
  .control.has-icons-left .icon.is-left {
    left: 0; }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.265em; }
  .control.has-icons-right .icon.is-right {
    right: 0; }
  .control.is-loading::after {
    position: absolute !important;
    right: .625em;
    top: .625em;
    z-index: 4; }
  .control.is-loading.is-small:after {
    font-size: 0.9rem; }
  .control.is-loading.is-medium:after {
    font-size: 1.35rem; }
  .control.is-loading.is-large:after {
    font-size: 2.125rem; }

.form-section p {
  margin-bottom: 3em; }

.form-section .title, .form-section .sg__heading {
  margin-bottom: 1em; }

.form-section .is-gdpr {
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  line-height: 20px;
  max-width: 520px;
  margin: 15px auto 25px; }
  .form-section .is-gdpr input {
    margin-right: 10px; }
    @media screen and (min-width: 1000px) {
      .form-section .is-gdpr input {
        margin-left: -25px; } }

.dynamic_header {
  margin-top: 1rem; }
  .dynamic_header h1.detail_header {
    color: #000;
    font-family: "bebas-neue", sans-serif;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 18px; }
  .dynamic_header h2.detail_header {
    font-family: "bebas-neue", sans-serif;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 20px; }
  .dynamic_header h3.detail_header {
    font-family: "bebas-neue", sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 20px; }

.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; }

.full {
  margin-top: 1.5rem; }

.loader {
  margin: 0px auto;
  position: relative;
  width: 80px; }
  .loader:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .loader.hidden {
    display: none; }

.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  margin: auto;
  position: absolute;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }

.path {
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke: #b5b5b5;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke-linecap: round; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@-webkit-keyframes color {
  100%, 0% {
    stroke: color(green); }
  40% {
    stroke: color(blue, light); }
  66% {
    stroke: color(brown, light); }
  80%, 90% {
    stroke: color(gray, xlight); } }

@keyframes color {
  100%, 0% {
    stroke: color(green); }
  40% {
    stroke: color(blue, light); }
  66% {
    stroke: color(brown, light); }
  80%, 90% {
    stroke: color(gray, xlight); } }

g[data-component-group][data-component="foundationComponents"] {
  display: block; }
  g[data-component-group][data-component="foundationComponents"].is-active path {
    fill: #D6112F; }

.preheader {
  color: #3f3f3f;
  font-family: "proforma", serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px; }

.subheader {
  color: #000;
  font-family: "proforma", serif;
  font-size: 19px;
  font-style: italic; }

.context-menu {
  display: block;
  position: absolute;
  z-index: 10;
  padding: 0;
  width: 200px;
  background-color: white;
  box-shadow: 1px 1px 2px rgba(10, 10, 10, 0.25);
  transition: opacity 125ms ease-in-out;
  opacity: 0;
  top: 50%;
  left: calc(50% - 100px); }

.context-menu__items {
  list-style: none;
  margin: 0;
  padding: 0; }

.context-menu__item {
  display: block;
  margin-bottom: 4px; }

.context-menu__item:last-child {
  margin-bottom: 0; }

.context-menu__link {
  display: block;
  padding: 8px 12px;
  color: white;
  background-color: #D6112F;
  text-decoration: none;
  font-family: "bebas-neue", sans-serif;
  text-align: center;
  transition: background-color .2s ease-in-out; }

.context-menu__link:hover {
  color: white;
  background-color: #c8102c; }

.table {
  background-color: white;
  color: #232323; }
  .table td,
  .table th {
    border: 1px solid #E9E9E9;
    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: #232323; }
    .table td.is-dark,
    .table th.is-dark {
      background-color: #232323;
      border-color: #232323;
      color: whitesmoke; }
    .table td.is-primary, .table td.ff-form-errors,
    .table th.is-primary,
    .table th.ff-form-errors {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      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: #0CAA41;
      border-color: #0CAA41;
      color: #fff; }
    .table td.is-warning,
    .table th.is-warning {
      background-color: #ff470f;
      border-color: #ff470f;
      color: rgba(0, 0, 0, 0.7); }
    .table td.is-danger,
    .table th.is-danger {
      background-color: #D6112F;
      border-color: #D6112F;
      color: #fff; }
    .table td.is-red,
    .table th.is-red {
      background-color: #D6112F;
      border-color: #D6112F;
      color: white; }
    .table td.is-grey-dark,
    .table th.is-grey-dark {
      background-color: #363636;
      border-color: #363636;
      color: white; }
    .table td.is-green,
    .table th.is-green {
      background-color: #0CAA41;
      border-color: #0CAA41;
      color: white; }
    .table td.is-blue,
    .table th.is-blue {
      background-color: #2164f2;
      border-color: #2164f2;
      color: white; }
    .table td.is-narrow,
    .table th.is-narrow {
      white-space: nowrap;
      width: 1%; }
    .table td.is-selected,
    .table th.is-selected {
      background-color: #D6112F;
      color: white; }
      .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: #232323;
    text-align: left; }
  .table tr.is-selected {
    background-color: #D6112F;
    color: white; }
    .table tr.is-selected a,
    .table tr.is-selected strong {
      color: currentColor; }
    .table tr.is-selected td,
    .table tr.is-selected th {
      border-color: white;
      color: currentColor;
      font-weight: bold; }
  .table thead td,
  .table thead th,
  .table tfoot td,
  .table tfoot th {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.35rem;
    font-weight: normal; }
  .table thead {
    background-color: transparent; }
    .table thead td,
    .table thead th {
      border-width: 0 0 2px;
      color: #232323; }
  .table tfoot {
    background-color: transparent; }
    .table tfoot td,
    .table tfoot th {
      border-width: 2px 0 0;
      color: #232323; }
  .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: .25em .5em; }
  .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa; }

.table-container {
  max-width: 100%;
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

.tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .tags .tag {
    margin-bottom: .5rem; }
    .tags .tag:not(:last-child) {
      margin-right: .5rem; }
  .tags:last-child {
    margin-bottom: -.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.35rem; }
  .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-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .tags.is-centered .tag {
      margin-left: .25rem;
      margin-right: .25rem; }
  .tags.is-right {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .tags.is-right .tag:not(:first-child) {
      margin-left: .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) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      margin-left: 0; }
    .tags.has-addons .tag:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

.tag:not(body) {
  background-color: whitesmoke;
  border-radius: 0;
  color: #363636;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.9rem;
  height: 2em;
  line-height: 1.5;
  padding-left: .75em;
  padding-right: .75em;
  white-space: nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tag:not(body) .delete {
    margin-left: .25rem;
    margin-right: -.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: #232323; }
  .tag:not(body).is-dark {
    background-color: #232323;
    color: whitesmoke; }
  .tag:not(body).is-primary, .tag.ff-form-errors:not(body) {
    background-color: #0a0a0a;
    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: #0CAA41;
    color: #fff; }
  .tag:not(body).is-warning, .ff-errors li.tag:not(body) {
    background-color: #ff470f;
    color: rgba(0, 0, 0, 0.7); }
  .tag:not(body).is-danger {
    background-color: #D6112F;
    color: #fff; }
  .tag:not(body).is-red {
    background-color: #D6112F;
    color: white; }
  .tag:not(body).is-grey-dark {
    background-color: #363636;
    color: white; }
  .tag:not(body).is-green {
    background-color: #0CAA41;
    color: white; }
  .tag:not(body).is-blue {
    background-color: #2164f2;
    color: white; }
  .tag:not(body).is-normal {
    font-size: 0.9rem; }
  .tag:not(body).is-medium {
    font-size: 1rem; }
  .tag:not(body).is-large {
    font-size: 1.35rem; }
  .tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -.375em;
    margin-right: .1875em; }
  .tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: .1875em;
    margin-right: -.375em; }
  .tag:not(body) .icon:first-child:last-child {
    margin-left: -.375em;
    margin-right: -.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);
          -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
              transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -webkit-transform-origin: center center;
          -ms-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, .sg__heading,
.subtitle {
  font-family: "bebas-neue", sans-serif;
  word-break: break-word; }
  .title em, .sg__heading em,
  .title span,
  .sg__heading span,
  .subtitle em,
  .subtitle span {
    font-weight: inherit; }
  .title sub, .sg__heading sub,
  .subtitle sub {
    font-size: 0.75em; }
  .title sup, .sg__heading sup,
  .subtitle sup {
    font-size: 0.75em; }
  .title .tag, .sg__heading .tag,
  .subtitle .tag {
    vertical-align: middle; }

.title, .sg__heading {
  color: #232323;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.125; }
  .title strong, .sg__heading strong {
    color: inherit;
    font-weight: inherit; }
  .title + .highlight, .sg__heading + .highlight {
    margin-top: -0.75rem; }
  .title:not(.is-spaced) + .subtitle, .sg__heading:not(.is-spaced) + .subtitle {
    margin-top: -1.25rem; }
  .title.is-1, .is-1.sg__heading {
    font-size: 2.825rem; }
  .title.is-2, .is-2.sg__heading {
    font-size: 2.5rem; }
  .title.is-3, .is-3.sg__heading {
    font-size: 2.125rem; }
  .title.is-4, .sg__heading {
    font-size: 1.75rem; }
  .title.is-5, .is-5.sg__heading {
    font-size: 1.35rem; }
  .title.is-6, .is-6.sg__heading {
    font-size: 1.2rem; }
  .title.is-7, .is-7.sg__heading {
    font-size: 1rem; }

.subtitle {
  color: #363636;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.25; }
  .subtitle strong {
    color: #232323;
    font-weight: 600; }
  .subtitle:not(.is-spaced) + .title, .subtitle:not(.is-spaced) + .sg__heading {
    margin-top: -1.25rem; }
  .subtitle.is-1 {
    font-size: 2.825rem; }
  .subtitle.is-2 {
    font-size: 2.5rem; }
  .subtitle.is-3 {
    font-size: 2.125rem; }
  .subtitle.is-4, .subtitle.sg__heading {
    font-size: 1.75rem; }
  .subtitle.is-5 {
    font-size: 1.35rem; }
  .subtitle.is-6 {
    font-size: 1.2rem; }
  .subtitle.is-7 {
    font-size: 1rem; }

@media screen and (min-width: 600px) {
  .before-after {
    padding-left: 2.5rem; } }

@media screen and (min-width: 1440px) {
  .before-after {
    padding-left: 5rem; } }

.before-after .swiper-pagination.swiper-pagination-fraction {
  position: relative;
  bottom: 0; }

.before-after .swiper-button-prev, .before-after .swiper-button-next {
  margin-top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.before-after .swiper-slide img {
  width: 100%; }

.before-after .beer-slider {
  width: 100%; }

.before-after .beer-reveal[data-beer-label]:after,
.before-after .beer-slider[data-beer-label]:after {
  top: 1rem; }

.before-after .beer-slider[data-beer-label]:after {
  right: 1rem; }

.before-after .beer-reveal[data-beer-label]:after {
  left: 1rem; }

@media screen and (max-width: 999px) {
  .before-after .beer-reveal[data-beer-label]:after,
  .before-after .beer-slider[data-beer-label]:after {
    font-size: .75rem; } }

.box {
  background-color: white;
  border-radius: 0;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #363636;
  display: block;
  padding: 1.25rem; }

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #0a0a0a; }

a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #0a0a0a; }

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap; }
  .breadcrumb a {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0a0a0a;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0.75em; }
    .breadcrumb a:hover {
      color: #232323; }
  .breadcrumb li {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .breadcrumb li:first-child a {
      padding-left: 0; }
    .breadcrumb li.is-active a {
      color: #232323;
      cursor: default;
      pointer-events: none; }
    .breadcrumb li + li::before {
      color: #b5b5b5;
      content: "/"; }
  .breadcrumb ul,
  .breadcrumb ol {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-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-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .breadcrumb.is-right ol,
  .breadcrumb.is-right ul {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .breadcrumb.is-small {
    font-size: 0.9rem; }
  .breadcrumb.is-medium {
    font-size: 1.35rem; }
  .breadcrumb.is-large {
    font-size: 2.125rem; }
  .breadcrumb.has-arrow-separator li + li::before {
    content: "→"; }
  .breadcrumb.has-bullet-separator li + li::before {
    content: "•"; }
  .breadcrumb.has-dot-separator li + li::before {
    content: "·"; }
  .breadcrumb.has-succeeds-separator li + li::before {
    content: "≻"; }

.featured_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 350px; }
  @media screen and (min-width: 600px), print {
    .featured_wrapper {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

@media screen and (min-width: 600px), print {
  .featured_image_wrapper {
    max-height: 100%;
    width: 45%;
    overflow: hidden;
    position: relative; } }

.featured_image_wrapper .photo {
  display: block; }
  @media screen and (min-width: 600px), print {
    .featured_image_wrapper .photo {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.featured_image {
  max-height: 100%; }

.featured_content_wrapper {
  margin: 1rem 0; }
  @media screen and (min-width: 600px), print {
    .featured_content_wrapper {
      width: 50%; } }

.card-content.card-content_featured {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .card-content.card-content_featured .title, .card-content.card-content_featured .sg__heading {
    margin-top: 1.5rem; }
  .card-content.card-content_featured .button {
    margin-top: 1.5rem; }
  @media screen and (min-width: 600px), print {
    .card-content.card-content_featured .button {
      margin-top: 0; } }

.blog_column.column {
  padding: 1.5rem; }
  @media screen and (max-width: 599px) {
    .blog_column.column.is-full {
      margin: 0 -1rem;
      padding-left: 0;
      padding-right: 0; } }

.card {
  background-color: white;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #363636;
  max-width: 100%;
  position: relative; }
  .card img {
    width: 100%;
    display: block; }

.card-header-title {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #232323;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem; }
  .card-header-title.is-centered {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.card-header-icon {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem; }

.card-image {
  display: block;
  position: relative; }

.card-content {
  min-height: 150px;
  padding: 0 1.75rem; }
  .card-content span {
    display: block; }

.card-content_standard > * {
  margin-top: 1rem; }

.card-footer {
  background-color: transparent;
  border-top: 1px solid #E9E9E9;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.card-footer-item {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem; }
  .card-footer-item:not(:last-child) {
    border-right: 1px solid #E9E9E9; }

.featured_button {
  height: 40px;
  width: 150px; }

.featuredCard img {
  width: 100%; }

.card .media:not(:last-child) {
  margin-bottom: 0.75rem; }

.photo_grid_wrapper {
  margin: 0 auto;
  width: 97%; }
  @media screen and (min-width: 600px), print {
    .photo_grid_wrapper {
      width: 95%; } }
  @media screen and (min-width: 1000px) {
    .photo_grid_wrapper {
      width: 75%; } }
  .photo_grid_wrapper img {
    display: block; }
    @media screen and (min-width: 600px), print {
      .photo_grid_wrapper img {
        width: 100%;
        max-width: 253px; } }

.photo_section_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  position: relative; }
  @media screen and (min-width: 600px), print {
    .photo_section_wrapper {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.photo_content_wrapper {
  background: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 12px;
  width: 100%; }
  .photo_content_wrapper p, .photo_content_wrapper .title, .photo_content_wrapper .sg__heading {
    margin-top: 1rem;
    line-height: 32px; }
  @media screen and (min-width: 600px), print {
    .photo_content_wrapper {
      margin-left: 3rem;
      max-width: 45%; } }

.full.photo_grid_image {
  margin: 0;
  max-width: 75%; }
  @media screen and (min-width: 600px), print {
    .full.photo_grid_image {
      max-width: 100%; } }

.photo_left .photo_content_wrapper {
  text-align: left; }

.photo_left .line::before {
  bottom: 0; }

.photo_left .line::after {
  top: 0; }

.photo_right .photo_grid_image {
  float: right; }

@media screen and (min-width: 600px), print {
  .photo_right {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

.photo_right .line::before {
  bottom: 0; }

.photo_right .line::after {
  top: 0; }

.photo_right .photo_content_wrapper {
  text-align: right; }
  @media screen and (min-width: 600px), print {
    .photo_right .photo_content_wrapper {
      margin-left: 0;
      margin-right: 3rem; } }

.line_wrapper:nth-last-child(1) {
  display: none; }

.line_flipped.photo_right {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

.photo_left .line::before {
  height: 200px; }

.line {
  background: #0a0a0a;
  height: 1px;
  margin: 30px auto;
  max-width: 270px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 600px) {
    .line {
      min-width: 300px;
      max-width: 100%;
      width: 80%; } }
  .line:before, .line:after {
    background: #0a0a0a;
    content: "";
    position: absolute;
    height: 100px;
    width: 1px;
    z-index: 0; }
  .line:before {
    left: 0; }
  .line:after {
    right: 0; }

.careers-legal {
  margin-top: 2rem; }
  @media screen and (min-width: 600px), print {
    .careers-legal {
      margin-top: 3.5rem; } }

.careers-legal {
  margin-top: 2rem; }
  @media screen and (min-width: 600px), print {
    .careers-legal {
      margin-top: 3.5rem; } }

.column {
  display: block;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }
  .columns.is-mobile > .column.is-full {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    -webkit-flex: none;
        -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-flex: none;
        -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-flex: none;
        -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-flex: none;
        -ms-flex: none;
            flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4, .columns.is-mobile > .column.sg__heading {
    -webkit-flex: none;
        -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-flex: none;
        -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-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    -webkit-flex: none;
        -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-flex: none;
        -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-flex: none;
        -ms-flex: none;
            flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    -webkit-flex: none;
        -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-flex: none;
        -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-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 599px) {
    .column.is-narrow-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .column.is-full-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      -webkit-flex: none;
          -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-flex: none;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .column.is-12-mobile {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 600px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .column.is-full, .column.is-full-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      -webkit-flex: none;
          -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-flex: none;
          -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-flex: none;
          -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-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.sg__heading, .column.is-4-tablet {
      -webkit-flex: none;
          -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-flex: none;
          -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-flex: none;
          -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-flex: none;
          -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-flex: none;
          -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-flex: none;
          -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-flex: none;
          -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-flex: none;
          -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-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 999px) {
    .column.is-narrow-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .column.is-full-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      -webkit-flex: none;
          -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-flex: none;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333%; }
    .column.is-2-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2-touch {
      margin-left: 16.66667%; }
    .column.is-3-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333%; }
    .column.is-5-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5-touch {
      margin-left: 41.66667%; }
    .column.is-6-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333%; }
    .column.is-8-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8-touch {
      margin-left: 66.66667%; }
    .column.is-9-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333%; }
    .column.is-11-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11-touch {
      margin-left: 91.66667%; }
    .column.is-12-touch {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1000px) {
    .column.is-narrow-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .column.is-full-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      -webkit-flex: none;
          -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-flex: none;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1440px) {
    .column.is-narrow-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .column.is-full-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      -webkit-flex: none;
          -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-flex: none;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333%; }
    .column.is-2-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66667%; }
    .column.is-3-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333%; }
    .column.is-5-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66667%; }
    .column.is-6-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333%; }
    .column.is-8-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66667%; }
    .column.is-9-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333%; }
    .column.is-11-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66667%; }
    .column.is-12-widescreen {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1900px) {
    .column.is-narrow-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .column.is-full-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      -webkit-flex: none;
          -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-flex: none;
          -ms-flex: none;
              flex: none;
      width: 8.33333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.33333%; }
    .column.is-2-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 16.66667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.66667%; }
    .column.is-3-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 33.33333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.33333%; }
    .column.is-5-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 41.66667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.66667%; }
    .column.is-6-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 58.33333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.33333%; }
    .column.is-8-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 66.66667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.66667%; }
    .column.is-9-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 83.33333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.33333%; }
    .column.is-11-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 91.66667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.66667%; }
    .column.is-12-fullhd {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem); }
  .columns.is-centered {
    -webkit-justify-content: 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-flex;
    display: -ms-flexbox;
    display: flex; }
  .columns.is-multiline {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .columns.is-vcentered {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (min-width: 600px), print {
    .columns:not(.is-desktop) {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 1000px) {
    .columns.is-desktop {
      display: -webkit-flex;
      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: 599px) {
    .columns.is-variable.is-0-mobile {
      --columnGap: 0rem; } }
  @media screen and (min-width: 600px), print {
    .columns.is-variable.is-0-tablet {
      --columnGap: 0rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-0-tablet-only {
      --columnGap: 0rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-0-touch {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-0-desktop {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-0-desktop-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-0-widescreen {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-0-widescreen-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-0-fullhd {
      --columnGap: 0rem; } }
  .columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-1-mobile {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 600px), print {
    .columns.is-variable.is-1-tablet {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-1-tablet-only {
      --columnGap: 0.25rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-1-touch {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-1-desktop {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-1-desktop-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-1-widescreen {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-1-widescreen-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-1-fullhd {
      --columnGap: 0.25rem; } }
  .columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-2-mobile {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 600px), print {
    .columns.is-variable.is-2-tablet {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-2-tablet-only {
      --columnGap: 0.5rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-2-touch {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-2-desktop {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-2-desktop-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-2-widescreen {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-2-widescreen-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-2-fullhd {
      --columnGap: 0.5rem; } }
  .columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-3-mobile {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 600px), print {
    .columns.is-variable.is-3-tablet {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-3-tablet-only {
      --columnGap: 0.75rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-3-touch {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-3-desktop {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-3-desktop-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-3-widescreen {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-3-widescreen-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-3-fullhd {
      --columnGap: 0.75rem; } }
  .columns.is-variable.is-4, .columns.is-variable.sg__heading {
    --columnGap: 1rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-4-mobile {
      --columnGap: 1rem; } }
  @media screen and (min-width: 600px), print {
    .columns.is-variable.is-4-tablet {
      --columnGap: 1rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-4-tablet-only {
      --columnGap: 1rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-4-touch {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-4-desktop {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-4-desktop-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-4-widescreen {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-4-widescreen-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-4-fullhd {
      --columnGap: 1rem; } }
  .columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-5-mobile {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 600px), print {
    .columns.is-variable.is-5-tablet {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-5-tablet-only {
      --columnGap: 1.25rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-5-touch {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-5-desktop {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-5-desktop-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-5-widescreen {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-5-widescreen-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-5-fullhd {
      --columnGap: 1.25rem; } }
  .columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-6-mobile {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 600px), print {
    .columns.is-variable.is-6-tablet {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-6-tablet-only {
      --columnGap: 1.5rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-6-touch {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-6-desktop {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-6-desktop-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-6-widescreen {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-6-widescreen-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-6-fullhd {
      --columnGap: 1.5rem; } }
  .columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-7-mobile {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 600px), print {
    .columns.is-variable.is-7-tablet {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-7-tablet-only {
      --columnGap: 1.75rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-7-touch {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-7-desktop {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-7-desktop-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-7-widescreen {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-7-widescreen-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-7-fullhd {
      --columnGap: 1.75rem; } }
  .columns.is-variable.is-8 {
    --columnGap: 2rem; }
  @media screen and (max-width: 599px) {
    .columns.is-variable.is-8-mobile {
      --columnGap: 2rem; } }
  @media screen and (min-width: 600px), print {
    .columns.is-variable.is-8-tablet {
      --columnGap: 2rem; } }
  @media screen and (min-width: 600px) and (max-width: 999px) {
    .columns.is-variable.is-8-tablet-only {
      --columnGap: 2rem; } }
  @media screen and (max-width: 999px) {
    .columns.is-variable.is-8-touch {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1000px) {
    .columns.is-variable.is-8-desktop {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1000px) and (max-width: 1439px) {
    .columns.is-variable.is-8-desktop-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1440px) {
    .columns.is-variable.is-8-widescreen {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1440px) and (max-width: 1899px) {
    .columns.is-variable.is-8-widescreen-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1900px) {
    .columns.is-variable.is-8-fullhd {
      --columnGap: 2rem; } }

.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: #232323;
  font-weight: 500;
  line-height: 1.125; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: "bebas-neue", sans-serif; }
  .content h1.is-1, .content h2.is-1, .content h3.is-1, .content h4.is-1, .content h5.is-1, .content h6.is-1 {
    font-size: 2.825rem; }
  .content h1.is-2, .content h2.is-2, .content h3.is-2, .content h4.is-2, .content h5.is-2, .content h6.is-2 {
    font-size: 2.5rem; }
  .content h1.is-3, .content h2.is-3, .content h3.is-3, .content h4.is-3, .content h5.is-3, .content h6.is-3 {
    font-size: 2.125rem; }
  .content h1.is-4, .content h1.sg__heading, .content h2.is-4, .content h2.sg__heading, .content h3.is-4, .content h3.sg__heading, .content h4.is-4, .content h4.sg__heading, .content h5.is-4, .content h5.sg__heading, .content h6.is-4, .content h6.sg__heading {
    font-size: 1.75rem; }
  .content h1.is-5, .content h2.is-5, .content h3.is-5, .content h4.is-5, .content h5.is-5, .content h6.is-5 {
    font-size: 1.35rem; }
  .content h1.is-6, .content h2.is-6, .content h3.is-6, .content h4.is-6, .content h5.is-6, .content h6.is-6 {
    font-size: 1.2rem; }
  .content h1.is-7, .content h2.is-7, .content h3.is-7, .content h4.is-7, .content h5.is-7, .content h6.is-7 {
    font-size: 1rem; }

.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #E9E9E9;
  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 #E9E9E9;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
  .content table th {
    color: #232323;
    text-align: left; }
  .content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #232323; }
  .content table tfoot td,
  .content table tfoot th {
    border-width: 2px 0 0;
    color: #232323; }
  .content table tbody tr:last-child td,
  .content table tbody tr:last-child th {
    border-bottom-width: 0; }

.content.is-small {
  font-size: 0.9rem; }

.content.is-medium {
  font-size: 1.35rem; }

.content.is-large {
  font-size: 2.125rem; }

.deals-cta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: default; }
  @media screen and (max-width: 599px) {
    .deals-cta {
      width: 100%; } }
  @media screen and (min-width: 600px) {
    .deals-cta {
      bottom: 0;
      left: 0;
      position: absolute;
      z-index: 11; } }

.deals-toggle-icon {
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer; }

.deals-container {
  width: 100%;
  background: #fff;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 600px) {
    .deals-container {
      transition: width .25s ease-in-out;
      width: 350px; }
      [data-toggleoff] .deals-container {
        width: 0; } }

.deals-content {
  margin: 20px 20px;
  height: 110px; }
  [data-toggleoff] .deals-content * {
    transition: opacity .15s ease-in-out;
    opacity: 0; }
  [data-toggleon] .deals-content * {
    transition: opacity .25s ease-in-out .1s;
    opacity: 1; }

.deals-toggle {
  display: none;
  color: #fff;
  font-family: "bebas-neue", sans-serif;
  letter-spacing: 1px;
  line-height: 1.25em; }
  @media screen and (min-width: 600px) {
    .deals-toggle {
      transition: background-color .25s ease-in-out;
      display: inherit;
      float: left;
      margin: 65px -65px;
      padding: 3px 0 0 10px;
      text-align: left;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      height: 27px;
      width: 150px; }
      .deals-toggle span {
        margin-left: 10px; }
      [data-toggleon] .deals-toggle {
        background-color: #7a7a7a; }
        [data-toggleon] .deals-toggle [data-toggleoffstate] {
          display: none; }
      [data-toggleoff] .deals-toggle {
        background-color: #D6112F; }
        [data-toggleoff] .deals-toggle [data-toggleonstate] {
          display: none; }
        [data-toggleoff] .deals-toggle .deals-toggle-icon {
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg); } }

.deals-title {
  font-family: "bebas-neue", sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 33px;
  text-transform: uppercase; }

.deals-info {
  font-family: "proforma", serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0;
  line-height: 18px; }

.contains-text-white .deals-title, .contains-text-white .deals-info, .contains-text-black .deals-title, .contains-text-black .deals-info {
  color: #0a0a0a !important; }

.deals-link {
  background-color: #D6112F;
  color: #fff;
  font-family: "bebas-neue", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }
  .deals-link:hover, .deals-link:active, .deals-link:focus, .deals-link:visited {
    color: #fff; }

.full_image_wrapper .full {
  margin-top: 0; }

.designBuild_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 600px), print {
    .designBuild_container {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.designBuild_image {
  width: 100%; }

.content_container {
  max-width: 600px; }

.designBuild_content {
  margin: 3rem auto 0;
  max-width: 700px; }

.designBuild_header {
  margin-top: 4rem; }

.section_grey {
  background-color: #E9E9E9; }

.designBuild_wrap {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5rem; }
  @media screen and (min-width: 1000px) {
    .designBuild_wrap {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.date_card {
  background-color: white;
  border: 1px solid #b5b5b5;
  box-shadow: 2px 2px 11px -5px rgba(0, 0, 0, 0.92);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 2rem; }
  @media screen and (min-width: 1000px) {
    .date_card {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.date_left {
  background-color: #0a0a0a;
  color: white;
  min-width: 100%;
  padding: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 1000px) {
    .date_left {
      min-width: 170px;
      min-height: 180px; } }
  .date_left .title, .date_left .sg__heading {
    color: white; }

.date_right {
  background-color: white;
  padding: 1rem; }

.day {
  font-size: 2.8rem; }

.designBuildProjects_wrapper {
  background-color: #E9E9E9; }

.projectCard_container {
  margin-top: 2rem; }

.event_month {
  font-size: 1.6rem;
  letter-spacing: 3px;
  text-transform: uppercase; }

.event_title {
  font-size: 1.6rem;
  line-height: 27px;
  text-transform: uppercase; }

.designBuild .dynamic_header {
  margin: 0 0 1.5rem; }

.dropdown {
  display: -webkit-inline-flex;
  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;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 20; }

.dropdown-content {
  background-color: white;
  border-radius: 0;
  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: #363636;
  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: #E9E9E9;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0; }

.filter-headline {
  font-weight: bold; }
  .filter-headline li {
    font-weight: bold; }

.filter-by {
  font-size: 1.25rem;
  font-family: "bebas-neue", sans-serif;
  font-weight: 100; }

.financing_outer-container {
  margin: 3rem 2rem 2rem; }
  @media screen and (min-width: 1000px) {
    .financing_outer-container {
      margin: 5rem 1.5rem 0; } }

.financing_container {
  max-width: 890px; }

.perspective_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 40px 0;
  -webkit-perspective: 22000px;
          perspective: 22000px;
  width: 100%; }

@media screen and (min-width: 1000px) {
  .filp_card-headlines {
    max-width: 50%;
    padding-right: 25px; } }

.flip_card {
  border: 1px solid white;
  cursor: pointer;
  height: 100%;
  margin-bottom: 2rem;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center; }
  @media screen and (max-width: 999px) {
    .flip_card {
      max-width: 400px;
      padding: 0 15px; } }
  .flip_card .title, .flip_card .sg__heading {
    font-family: "bebas-neue", sans-serif;
    font-size: 32px;
    letter-spacing: 0; }
  @media screen and (min-width: 1000px) {
    .flip_card {
      height: 435px;
      margin-bottom: 1.5rem;
      transition: -webkit-transform 1.25s ease-in-out;
      transition: transform 1.25s ease-in-out;
      transition: transform 1.25s ease-in-out, -webkit-transform 1.25s ease-in-out;
      width: 890px; }
      .flip_card .buttons-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .flip_card .buttons {
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 50%; }
      .flip_card .button {
        width: calc(50% - 5px); } }
  @media screen and (max-width: 999px) {
    .flip_card .button {
      width: 100%;
      margin: 0 0 10px 0 !important; }
      .flip_card .button.is-outlined {
        display: none; } }
  @media screen and (min-width: 1000px) {
    .flip_card.is-small {
      height: 350px; }
    .flip_card.is-medium {
      height: 435px; }
    .flip_card.is-large {
      height: 525px; } }
  .flip_card .button {
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px; }

.flip_card.is-flipped .card_face-back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0); }

.flip_card.is-flipped .card_face-front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }

.card_face {
  color: black;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media screen and (min-width: 1000px) {
    .card_face {
      height: 100%;
      position: absolute;
      width: 890px; } }

.card_face-front {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-position: center center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 235px;
  transition: -webkit-transform 1.25s ease-in-out;
  transition: transform 1.25s ease-in-out;
  transition: transform 1.25s ease-in-out, -webkit-transform 1.25s ease-in-out;
  z-index: 1; }
  .card_face-front:before {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 5%, rgba(0, 0, 0, 0.7) 80%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .card_face-front .filp_card-headlines {
    z-index: 2; }
  @media screen and (max-width: 999px) {
    .card_face-front {
      position: relative; }
      .card_face-front .buttons {
        display: none; } }
  @media screen and (min-width: 1000px) {
    .card_face-front:before {
      background: black;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3333) 25%, rgba(0, 0, 0, 0) 55%); } }

.card_face-back {
  background-color: white;
  border: 1px solid #b5b5b5;
  padding: 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: -webkit-transform 1.25s ease-in-out;
  transition: transform 1.25s ease-in-out;
  transition: transform 1.25s ease-in-out, -webkit-transform 1.25s ease-in-out; }
  @media screen and (min-width: 1000px) {
    .card_face-back {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      padding: 20px 40px; } }

.card_face-front * {
  position: relative;
  z-index: 1; }

.flip_card-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 1000px) {
    .flip_card-top {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.flip_card-top.-face-front {
  width: 100%;
  padding: 20px 15px;
  font-family: "proforma", serif;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0; }
  .flip_card-top.-face-front .flip_card-title,
  .flip_card-top.-face-front .flip_card-subtitle {
    color: white; }

.flip_card-logo {
  display: none; }
  @media screen and (min-width: 1000px) {
    .flip_card-logo {
      display: block;
      max-width: 210px; } }

.flip_card-bottom {
  /*   display: flex;
  flex-direction: column; */ }

.flip_card-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 1000px) {
    .flip_card-footer {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.flip_card-transparent-button {
  display: none; }
  @media screen and (min-width: 1000px) {
    .flip_card-transparent-button {
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      cursor: pointer;
      display: block;
      margin-right: 1rem;
      padding: .5rem 1rem; }
      .flip_card-transparent-button:hover {
        opacity: .75; } }

.flip_card-red-button {
  background-color: #D6112F;
  color: white;
  font-size: 20px;
  padding: .5rem 1rem; }
  .flip_card-red-button:hover {
    color: white;
    background-color: #be0f2a; }

.flip_card-head_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.flip_card-preheader {
  font-style: italic;
  font-weight: lighter;
  color: #363636;
  margin-bottom: 10px; }
  @media screen and (max-width: 999px) {
    .flip_card-preheader {
      display: none; } }

.flip_card-bodytext {
  margin-top: .75rem;
  line-height: 1.3rem;
  font-weight: lighter; }

.flip_card-subtext {
  font-size: 14px;
  font-style: italic;
  font-weight: lighter;
  color: #363636; }
  @media screen and (min-width: 1000px) {
    .flip_card-subtext {
      margin-bottom: 20px; } }
  .flip_card-subtext figure, .flip_card-subtext img {
    float: left;
    max-height: 20px;
    margin-right: 5px !important; }

@media screen and (min-width: 1000px) {
  .flip_card .button-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.footer {
  background-color: #0a0a0a;
  box-sizing: border-box;
  font-family: 'proforma', serif; }
  @media screen and (max-width: 599px) {
    .footer {
      text-align: center; }
      .footer form.field.has-addons {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .footer hr {
    margin-bottom: .75rem; }
  .footer ul {
    color: white; }
    .footer ul a {
      color: white; }
      .footer ul a:hover {
        color: #7a7a7a; }
  .footer_nav.general ul {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.55rem; }
    @media screen and (max-width: 599px) {
      .footer_nav.general ul {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
  .footer_nav.legal ul {
    font-size: .925rem;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 999px) {
      .footer_nav.legal ul {
        -webkit-justify-content: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; } }
  .footer_nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .footer_socials ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1439px) {
      .footer_socials ul {
        -webkit-justify-content: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; } }
  .footer_socials .icon {
    fill: currentColor;
    margin-right: .5rem; }
  .footer_copyright {
    color: white; }
    @media screen and (max-width: 999px) {
      .footer_copyright {
        text-align: center; } }
    @media screen and (min-width: 1000px) {
      .footer_copyright {
        text-align: right; } }
  .footer form .control:first-child {
    width: 100%; }
  .footer form input.input {
    border: 1px solid white;
    border-right: none; }
    .footer form input.input::-moz-placeholder {
      color: white; }
    .footer form input.input::-webkit-input-placeholder {
      color: white; }
    .footer form input.input:-moz-placeholder {
      color: white; }
    .footer form input.input:-ms-input-placeholder {
      color: white; }
  .footer form button[type='submit'],
  .footer form button[type='submit']:hover,
  .footer form button[type='submit']:focus {
    border: 1px solid white;
    border-left: none;
    color: white; }
  .footer form svg {
    fill: currentColor; }

.service-area_result .title a:hover, .service-area_result .sg__heading a:hover {
  color: #D6112F !important; }
  .service-area_result .title a:hover svg, .service-area_result .sg__heading a:hover svg {
    fill: #D6112F; }

.service-area_result .title svg, .service-area_result .sg__heading svg {
  fill: white;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75); }

@media screen and (min-width: 600px) {
  .service-area_result {
    text-align: right; } }

ul.global-footer__social-list {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.global-footer__social-item {
  list-style: none;
  margin: 3px; }
  .global-footer__social-item a {
    color: color(white); }
    .global-footer__social-item a:active, .global-footer__social-item a:focus, .global-footer__social-item a:hover {
      color: color(gray, light); }
      .global-footer__social-item a:active.-twitter, .global-footer__social-item a:focus.-twitter, .global-footer__social-item a:hover.-twitter {
        color: #38A1F3; }
      .global-footer__social-item a:active.-facebook, .global-footer__social-item a:focus.-facebook, .global-footer__social-item a:hover.-facebook {
        color: #0084FF; }
      .global-footer__social-item a:active.-pinterest, .global-footer__social-item a:focus.-pinterest, .global-footer__social-item a:hover.-pinterest {
        color: #BD081C; }
      .global-footer__social-item a:active.-instagram, .global-footer__social-item a:focus.-instagram, .global-footer__social-item a:hover.-instagram {
        color: #fcaf45; }
      .global-footer__social-item a:active.-linkedin, .global-footer__social-item a:focus.-linkedin, .global-footer__social-item a:hover.-linkedin {
        color: #0077B5; }
      .global-footer__social-item a:active.-youtube, .global-footer__social-item a:focus.-youtube, .global-footer__social-item a:hover.-youtube {
        color: #ED3833; }
      .global-footer__social-item a:active.-vimeo, .global-footer__social-item a:focus.-vimeo, .global-footer__social-item a:hover.-vimeo {
        color: #00adef; }

.address p {
  color: color(white);
  font-size: 13px;
  letter-spacing: 0.57px;
  margin: 0; }

.address__desktop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  font-size: 15px;
  letter-spacing: 0.66px; }

.navIcon {
  color: white;
  cursor: pointer;
  fill: currentColor;
  max-height: 42px;
  max-width: 31px;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
  .navIcon.searchIcon {
    max-width: 40px;
    margin-top: 2px;
    margin-left: -3px; }
  .navIcon.locationsIcon {
    position: relative;
    top: 2px; }
    .navIcon.locationsIcon .hoverLabel {
      top: 5px; }

._item {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 55px; }

.iconNav {
  color: white;
  position: absolute;
  right: .95rem;
  top: 4.5rem;
  z-index: 20; }
  .iconNav ._container {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 300px;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .iconNav ._item {
    margin-bottom: 1rem; }
    .iconNav ._item:hover .navIcon {
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(1.075);
          -ms-transform: scale(1.075);
              transform: scale(1.075); }
  .iconNav ._closeButton {
    background: #E9E9E9;
    color: #363636;
    cursor: pointer;
    font-size: 40px;
    height: 100%;
    left: 0;
    line-height: 38px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .3s ease-in-out;
    width: 40px;
    z-index: 10; }
    .is-active .iconNav ._closeButton {
      opacity: 1; }
  .iconNav .hoverLabel {
    color: white;
    font-family: "Assistant", sans-serif;
    font-size: .95rem;
    opacity: 0;
    left: -50%;
    position: relative;
    text-align: center;
    transition: opacity .3s ease-in-out;
    width: 200%; }
  .iconNav ._form {
    height: 48px;
    position: relative; }
    .iconNav ._form ._button {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10; }
      .iconNav ._form ._button:focus {
        background: #D6112F; }
    .iconNav ._form .result {
      background: white;
      color: #0a0a0a;
      display: none;
      text-align: center; }
      .iconNav ._form .result.has-result {
        display: block;
        padding: 1rem 0 0;
        width: 300px; }
      .iconNav ._form .result p {
        padding: 0 1rem 1.2rem; }
      .iconNav ._form .result .button {
        margin-top: 1rem;
        width: 100%; }
    .iconNav ._form.is-active ._closeButton {
      opacity: 1; }
    .iconNav ._form.is-active ._button, .iconNav ._form.is-active ._button:hover, .iconNav ._form.is-active ._button:focus {
      background: #D6112F;
      color: white !important; }
      .iconNav ._form.is-active ._button .hoverLabel, .iconNav ._form.is-active ._button:hover .hoverLabel, .iconNav ._form.is-active ._button:focus .hoverLabel {
        opacity: 0; }
    .iconNav ._form.is-active .navIcon {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .iconNav ._button:hover .hoverLabel {
    opacity: 1; }
  .iconNav ._button:hover.is-active .hoverLabel {
    opacity: 0; }
  .iconNav ._input {
    background: white;
    background: transparent;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: none;
    font-size: 1.1rem;
    height: 100%;
    line-height: 48px;
    padding-left: 46px;
    position: relative;
    transition: all .3s ease-in-out;
    width: 55px; }
    .iconNav ._input::-moz-placeholder {
      color: transparent;
      opacity: 0; }
    .iconNav ._input::-webkit-input-placeholder {
      color: transparent;
      opacity: 0; }
    .iconNav ._input:-moz-placeholder {
      color: transparent;
      opacity: 0; }
    .iconNav ._input:-ms-input-placeholder {
      color: transparent;
      opacity: 0; }
    .iconNav ._input:focus {
      box-shadow: none; }
    .iconNav ._input.is-active {
      background: white;
      border: 1px solid #E9E9E9;
      width: 300px; }
      .iconNav ._input.is-active::-moz-placeholder {
        color: #b5b5b5;
        opacity: 1; }
      .iconNav ._input.is-active::-webkit-input-placeholder {
        color: #b5b5b5;
        opacity: 1; }
      .iconNav ._input.is-active:-moz-placeholder {
        color: #b5b5b5;
        opacity: 1; }
      .iconNav ._input.is-active:-ms-input-placeholder {
        color: #b5b5b5;
        opacity: 1; }
  .iconNav ._button {
    background: none;
    border: none;
    height: 100%;
    padding: 0 .65rem;
    width: 55px; }
    .iconNav ._button:focus {
      outline: none; }
  .iconNav.contains-text-black ._form.is-active .navIcon {
    fill: white; }

.level {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .level code {
    border-radius: 0; }
  .level img {
    display: inline-block;
    vertical-align: top; }
  .level.is-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .level.is-mobile .level-left,
    .level.is-mobile .level-right {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-flex;
      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-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  @media screen and (min-width: 600px), print {
    .level {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .level > .level-item:not(.is-narrow) {
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }

.level-item {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .level-item .title, .level-item .sg__heading,
  .level-item .subtitle {
    margin-bottom: 0; }
  @media screen and (max-width: 599px) {
    .level-item:not(:last-child) {
      margin-bottom: 0.75rem; } }

.level-left,
.level-right {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .level-left .level-item.is-flexible,
  .level-right .level-item.is-flexible {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media screen and (min-width: 600px), print {
    .level-left .level-item:not(:last-child),
    .level-right .level-item:not(:last-child) {
      margin-right: 0.75rem; } }

.level-left {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (max-width: 599px) {
    .level-left + .level-right {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 600px), print {
    .level-left {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.level-right {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (min-width: 600px), print {
    .level-right {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.list {
  background-color: white;
  border-radius: 0;
  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: #363636; }
  .list-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .list-item:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .list-item:not(:last-child) {
    border-bottom: 1px solid #E9E9E9; }
  .list-item.is-active {
    background-color: #0a0a0a;
    color: #fff; }

a.list-item {
  background-color: whitesmoke;
  cursor: pointer; }

.logo {
  display: block;
  height: auto;
  left: 5px;
  position: relative;
  z-index: 8; }
  .logo a {
    display: block;
    height: 100%;
    position: relative; }
  .global-header .logo {
    height: 45px;
    top: 0; }
  .logo path {
    fill: #0a0a0a; }
  .logo .brandLogo,
  .logo .brandWordmark {
    height: 45px; }
  .logo .brandLogo {
    width: 51px; }
    .logo .brandLogo path:not(._icon),
    .logo .brandLogo polygon {
      fill: white; }
      .contains-text-black .logo .brandLogo path:not(._icon), .contains-text-black
      .logo .brandLogo polygon {
        fill: #0a0a0a; }
    .logo .brandLogo ._icon {
      fill: transparent; }
  .logo .brandWordmark {
    width: 102px; }
    .logo .brandWordmark path,
    .logo .brandWordmark polygon {
      fill: white; }
      .contains-text-black .logo .brandWordmark path, .contains-text-black
      .logo .brandWordmark polygon {
        fill: #0a0a0a; }

@media screen and (max-width: 599px) {
  .navbar .logo .brandWordmark {
    display: none; } }

.media {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left; }
  .media .content:not(:last-child) {
    margin-bottom: 0.75rem; }
  .media .media {
    border-top: 1px solid rgba(233, 233, 233, 0.5);
    display: -webkit-flex;
    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(233, 233, 233, 0.5);
    margin-top: 1rem;
    padding-top: 1rem; }
  .media.is-large + .media {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

.media-left,
.media-right {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.media-left {
  margin-right: 1rem; }

.media-right {
  margin-left: 1rem; }

.media-content {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  text-align: left; }

@media screen and (max-width: 599px) {
  .media-content {
    overflow-x: auto; } }

.modal {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 1rem;
  position: fixed;
  z-index: 40; }
  .modal.is-active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.modal-background {
  cursor: pointer;
  background-color: rgba(10, 10, 10, 0.86); }

.modal-content,
.modal-card {
  background: white;
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  padding: 2.55rem 1rem;
  position: relative;
  width: 100%; }
  .modal-content.is-image,
  .modal-card.is-image {
    padding: 1.5rem 0; }
  .modal-content.is-iframe,
  .modal-card.is-iframe {
    padding: 0; }
  .modal-content.is-search form .control:first-child,
  .modal-card.is-search form .control:first-child {
    width: 100%; }
  @media screen and (min-width: 600px), print {
    .modal-content,
    .modal-card {
      margin: 0 auto;
      max-height: calc(100vh - 40px);
      width: 640px; } }
  @media screen and (min-width: 600px) {
    .modal-content,
    .modal-card {
      padding: 2.55rem 2rem; }
      .modal-content.is-image,
      .modal-card.is-image {
        padding: 0; } }

.modal-close-wrapper {
  max-width: 640px;
  position: relative;
  width: 100%; }

.modal-close {
  background: #0a0a0a;
  height: 50px;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 50px;
  z-index: 5; }

.modal-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -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-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  position: relative; }

.modal-card-head {
  border-bottom: 1px solid #E9E9E9;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.modal-card-title {
  color: #232323;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1.75rem;
  line-height: 1; }

.modal-card-foot {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 1px solid #E9E9E9; }
  .modal-card-foot .button:not(:last-child) {
    margin-right: 10px; }

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  overflow: auto;
  padding: 20px; }

.global-header > nav .navbar-menu {
  letter-spacing: 3px; }

.navbar {
  background-color: #0a0a0a;
  font-family: "bebas-neue", sans-serif;
  font-size: 1.05rem;
  min-height: 3.25rem;
  padding: .5rem 1rem;
  position: relative;
  z-index: 30; }
  @media screen and (min-width: 1000px) {
    .navbar {
      padding: 1.5rem 1rem; }
      .navbar.is-short {
        padding-top: .88rem;
        padding-bottom: .88rem;
        transition: padding .25s ease-in-out; } }
  .navbar.is-disabled {
    z-index: 5;
    position: relative !important; }
  .navbar > nav {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.25rem;
    width: 100%; }
  .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-left-color: #0a0a0a;
      border-bottom-color: #0a0a0a; }
    .navbar.is-white .navbar-burger {
      color: #0a0a0a; }
      .has-open-navigation .navbar.is-white .navbar-burger {
        color: #0a0a0a; }
    @media screen and (min-width: 1000px) {
      .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 {
        color: #0a0a0a;
        background: transparent; }
        .navbar.is-white .navbar-start > a.navbar-item:hover:before, .navbar.is-white .navbar-start > a.navbar-item.is-active:before,
        .navbar.is-white .navbar-start .navbar-link:hover:before,
        .navbar.is-white .navbar-start .navbar-link.is-active:before,
        .navbar.is-white .navbar-end > a.navbar-item:hover:before,
        .navbar.is-white .navbar-end > a.navbar-item.is-active:before,
        .navbar.is-white .navbar-end .navbar-link:hover:before,
        .navbar.is-white .navbar-end .navbar-link.is-active:before {
          content: "";
          width: calc(100% - 50px);
          height: 2px;
          background: #0a0a0a;
          position: absolute;
          bottom: .45rem;
          left: 25px; }
      .navbar.is-white .navbar-start .navbar-link::after,
      .navbar.is-white .navbar-end .navbar-link::after {
        border-left-color: #0a0a0a;
        border-bottom-color: #0a0a0a; }
      .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
        background: transparent;
        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-left-color: white;
      border-bottom-color: white; }
    .navbar.is-black .navbar-burger {
      color: white; }
      .has-open-navigation .navbar.is-black .navbar-burger {
        color: #0a0a0a; }
    @media screen and (min-width: 1000px) {
      .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 {
        color: white;
        background: transparent; }
        .navbar.is-black .navbar-start > a.navbar-item:hover:before, .navbar.is-black .navbar-start > a.navbar-item.is-active:before,
        .navbar.is-black .navbar-start .navbar-link:hover:before,
        .navbar.is-black .navbar-start .navbar-link.is-active:before,
        .navbar.is-black .navbar-end > a.navbar-item:hover:before,
        .navbar.is-black .navbar-end > a.navbar-item.is-active:before,
        .navbar.is-black .navbar-end .navbar-link:hover:before,
        .navbar.is-black .navbar-end .navbar-link.is-active:before {
          content: "";
          width: calc(100% - 50px);
          height: 2px;
          background: white;
          position: absolute;
          bottom: .45rem;
          left: 25px; }
      .navbar.is-black .navbar-start .navbar-link::after,
      .navbar.is-black .navbar-end .navbar-link::after {
        border-left-color: white;
        border-bottom-color: white; }
      .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
        background: transparent;
        color: white; }
      .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: white; } }
  .navbar.is-light {
    background-color: whitesmoke;
    color: #232323; }
    .navbar.is-light .navbar-brand > .navbar-item,
    .navbar.is-light .navbar-brand .navbar-link {
      color: #232323; }
    .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: #232323; }
    .navbar.is-light .navbar-brand .navbar-link::after {
      border-left-color: #232323;
      border-bottom-color: #232323; }
    .navbar.is-light .navbar-burger {
      color: #232323; }
      .has-open-navigation .navbar.is-light .navbar-burger {
        color: #0a0a0a; }
    @media screen and (min-width: 1000px) {
      .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: #232323; }
      .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 {
        color: #232323;
        background: transparent; }
        .navbar.is-light .navbar-start > a.navbar-item:hover:before, .navbar.is-light .navbar-start > a.navbar-item.is-active:before,
        .navbar.is-light .navbar-start .navbar-link:hover:before,
        .navbar.is-light .navbar-start .navbar-link.is-active:before,
        .navbar.is-light .navbar-end > a.navbar-item:hover:before,
        .navbar.is-light .navbar-end > a.navbar-item.is-active:before,
        .navbar.is-light .navbar-end .navbar-link:hover:before,
        .navbar.is-light .navbar-end .navbar-link.is-active:before {
          content: "";
          width: calc(100% - 50px);
          height: 2px;
          background: #232323;
          position: absolute;
          bottom: .45rem;
          left: 25px; }
      .navbar.is-light .navbar-start .navbar-link::after,
      .navbar.is-light .navbar-end .navbar-link::after {
        border-left-color: #232323;
        border-bottom-color: #232323; }
      .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
        background: transparent;
        color: #232323; }
      .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #232323; } }
  .navbar.is-dark {
    background-color: #232323;
    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: #161616;
      color: whitesmoke; }
    .navbar.is-dark .navbar-brand .navbar-link::after {
      border-left-color: whitesmoke;
      border-bottom-color: whitesmoke; }
    .navbar.is-dark .navbar-burger {
      color: whitesmoke; }
      .has-open-navigation .navbar.is-dark .navbar-burger {
        color: #0a0a0a; }
    @media screen and (min-width: 1000px) {
      .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 {
        color: whitesmoke;
        background: transparent; }
        .navbar.is-dark .navbar-start > a.navbar-item:hover:before, .navbar.is-dark .navbar-start > a.navbar-item.is-active:before,
        .navbar.is-dark .navbar-start .navbar-link:hover:before,
        .navbar.is-dark .navbar-start .navbar-link.is-active:before,
        .navbar.is-dark .navbar-end > a.navbar-item:hover:before,
        .navbar.is-dark .navbar-end > a.navbar-item.is-active:before,
        .navbar.is-dark .navbar-end .navbar-link:hover:before,
        .navbar.is-dark .navbar-end .navbar-link.is-active:before {
          content: "";
          width: calc(100% - 50px);
          height: 2px;
          background: whitesmoke;
          position: absolute;
          bottom: .45rem;
          left: 25px; }
      .navbar.is-dark .navbar-start .navbar-link::after,
      .navbar.is-dark .navbar-end .navbar-link::after {
        border-left-color: whitesmoke;
        border-bottom-color: whitesmoke; }
      .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background: transparent;
        color: whitesmoke; }
      .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #232323;
        color: whitesmoke; } }
  .navbar.is-primary, .navbar.ff-form-errors {
    background-color: #0a0a0a;
    color: #fff; }
    .navbar.is-primary .navbar-brand > .navbar-item, .navbar.ff-form-errors .navbar-brand > .navbar-item,
    .navbar.is-primary .navbar-brand .navbar-link,
    .navbar.ff-form-errors .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.ff-form-errors .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, .navbar.ff-form-errors .navbar-brand > a.navbar-item.is-active,
    .navbar.is-primary .navbar-brand .navbar-link:hover,
    .navbar.ff-form-errors .navbar-brand .navbar-link:hover,
    .navbar.is-primary .navbar-brand .navbar-link.is-active,
    .navbar.ff-form-errors .navbar-brand .navbar-link.is-active {
      background-color: black;
      color: #fff; }
    .navbar.is-primary .navbar-brand .navbar-link::after, .navbar.ff-form-errors .navbar-brand .navbar-link::after {
      border-left-color: #fff;
      border-bottom-color: #fff; }
    .navbar.is-primary .navbar-burger, .navbar.ff-form-errors .navbar-burger {
      color: #fff; }
      .has-open-navigation .navbar.is-primary .navbar-burger, .has-open-navigation .navbar.ff-form-errors .navbar-burger {
        color: #0a0a0a; }
    @media screen and (min-width: 1000px) {
      .navbar.is-primary .navbar-start > .navbar-item, .navbar.ff-form-errors .navbar-start > .navbar-item,
      .navbar.is-primary .navbar-start .navbar-link,
      .navbar.ff-form-errors .navbar-start .navbar-link,
      .navbar.is-primary .navbar-end > .navbar-item,
      .navbar.ff-form-errors .navbar-end > .navbar-item,
      .navbar.is-primary .navbar-end .navbar-link,
      .navbar.ff-form-errors .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.ff-form-errors .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, .navbar.ff-form-errors .navbar-start > a.navbar-item.is-active,
      .navbar.is-primary .navbar-start .navbar-link:hover,
      .navbar.ff-form-errors .navbar-start .navbar-link:hover,
      .navbar.is-primary .navbar-start .navbar-link.is-active,
      .navbar.ff-form-errors .navbar-start .navbar-link.is-active,
      .navbar.is-primary .navbar-end > a.navbar-item:hover,
      .navbar.ff-form-errors .navbar-end > a.navbar-item:hover,
      .navbar.is-primary .navbar-end > a.navbar-item.is-active,
      .navbar.ff-form-errors .navbar-end > a.navbar-item.is-active,
      .navbar.is-primary .navbar-end .navbar-link:hover,
      .navbar.ff-form-errors .navbar-end .navbar-link:hover,
      .navbar.is-primary .navbar-end .navbar-link.is-active,
      .navbar.ff-form-errors .navbar-end .navbar-link.is-active {
        color: #fff;
        background: transparent; }
        .navbar.is-primary .navbar-start > a.navbar-item:hover:before, .navbar.ff-form-errors .navbar-start > a.navbar-item:hover:before, .navbar.is-primary .navbar-start > a.navbar-item.is-active:before, .navbar.ff-form-errors .navbar-start > a.navbar-item.is-active:before,
        .navbar.is-primary .navbar-start .navbar-link:hover:before,
        .navbar.ff-form-errors .navbar-start .navbar-link:hover:before,
        .navbar.is-primary .navbar-start .navbar-link.is-active:before,
        .navbar.ff-form-errors .navbar-start .navbar-link.is-active:before,
        .navbar.is-primary .navbar-end > a.navbar-item:hover:before,
        .navbar.ff-form-errors .navbar-end > a.navbar-item:hover:before,
        .navbar.is-primary .navbar-end > a.navbar-item.is-active:before,
        .navbar.ff-form-errors .navbar-end > a.navbar-item.is-active:before,
        .navbar.is-primary .navbar-end .navbar-link:hover:before,
        .navbar.ff-form-errors .navbar-end .navbar-link:hover:before,
        .navbar.is-primary .navbar-end .navbar-link.is-active:before,
        .navbar.ff-form-errors .navbar-end .navbar-link.is-active:before {
          content: "";
          width: calc(100% - 50px);
          height: 2px;
          background: #fff;
          position: absolute;
          bottom: .45rem;
          left: 25px; }
      .navbar.is-primary .navbar-start .navbar-link::after, .navbar.ff-form-errors .navbar-start .navbar-link::after,
      .navbar.is-primary .navbar-end .navbar-link::after,
      .navbar.ff-form-errors .navbar-end .navbar-link::after {
        border-left-color: #fff;
        border-bottom-color: #fff; }
      .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link, .navbar.ff-form-errors .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,
      .navbar.ff-form-errors .navbar-item.has-dropdown.is-active .navbar-link {
        background: transparent;
        color: #fff; }
      .navbar.is-primary .navbar-dropdown a.navbar-item.is-active, .navbar.ff-form-errors .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        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-left-color: #fff;
      border-bottom-color: #fff; }
    .navbar.is-link .navbar-burger {
      color: #fff; }
      .has-open-navigation .navbar.is-link .navbar-burger {
        color: #0a0a0a; }
    @media screen and (min-width: 1000px) {
      .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 {
        color: #fff;
        background: transparent; }
        .navbar.is-link .navbar-start > a.navbar-item:hover:before, .navbar.is-link .navbar-start > a.navbar-item.is-active:before,
        .navbar.is-link .navbar-start .navbar-link:hover:before,
        .navbar.is-link .navbar-start .navbar-link.is-active:before,
        .navbar.is-link .navbar-end > a.navbar-item:hover:before,
        .navbar.is-link .navbar-end > a.navbar-item.is-active:before,
        .navbar.is-link .navbar-end .navbar-link:hover:before,
        .navbar.is-link .navbar-end .navbar-link.is-active:before {
          content: "";
          width: calc(100% - 50px);
          height: 2px;
          background: #fff;
          position: absolute;
          bottom: .45rem;
          left: 25px; }
      .navbar.is-link .navbar-start .navbar-link::after,
      .navbar.is-link .navbar-end .navbar-link::after {
        border-left-color: #fff;
        border-bottom-color: #fff; }
      .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background: transparent;
        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-left-color: #fff;
      border-bottom-color: #fff; }
    .navbar.is-info .navbar-burger {
      color: #fff; }
      .has-open-navigation .navbar.is-info .navbar-burger {
        color: #0a0a0a; }
    @media screen and (min-width: 1000px) {
      .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 {
        color: #fff;
        background: transparent; }
        .navbar.is-info .navbar-start > a.navbar-item:hover:before, .navbar.is-info .navbar-start > a.navbar-item.is-active:before,
        .navbar.is-info .navbar-start .navbar-link:hover:before,
        .navbar.is-info .navbar-start .navbar-link.is-active:before,
        .navbar.is-info .navbar-end > a.navbar-item:hover:before,
        .navbar.is-info .navbar-end > a.navbar-item.is-active:before,
        .navbar.is-info .navbar-end .navbar-link:hover:before,
        .navbar.is-info .navbar-end .navbar-link.is-active:before {
          content: "";
          width: calc(100% - 50px);
          height: 2px;
          background: #fff;
          position: absolute;
          bottom: .45rem;
          left: 25px; }
      .navbar.is-info .navbar-start .navbar-link::after,
      .navbar.is-info .navbar-end .navbar-link::after {
        border-left-color: #fff;
        border-bottom-color: #fff; }
      .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
        background: transparent;
        color: #fff; }
      .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #209cee;
        color: #fff; } }
  .navbar.is-success {
    background-color: #0CAA41;
    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: #0a9238;
      color: #fff; }
    .navbar.is-success .navbar-brand .navbar-link::after {
      border-left-color: #fff;
      border-bottom-color: #fff; }
    .navbar.is-success .navbar-burger {
      color: #fff; }
      .has-open-navigation .navbar.is-success .navbar-burger {
        color: #0a0a0a; }
    @media screen and (min-width: 1000px) {
      .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 {
        color: #fff;
        background: transparent; }
        .navbar.is-success .navbar-start > a.navbar-item:hover:before, .navbar.is-success .navbar-start > a.navbar-item.is-active:before,
        .navbar.is-success .navbar-start .navbar-link:hover:before,
        .navbar.is-success .navbar-start .navbar-link.is-active:before,
        .navbar.is-success .navbar-end > a.navbar-item:hover:before,
        .navbar.is-success .navbar-end > a.navbar-item.is-active:before,
        .navbar.is-success .navbar-end .navbar-link:hover:before,
        .navbar.is-success .navbar-end .navbar-link.is-active:before {
          content: "";
          width: calc(100% - 50px);
          height: 2px;
          background: #fff;
          position: absolute;
          bottom: .45rem;
          left: 25px; }
      .navbar.is-success .navbar-start .navbar-link::after,
      .navbar.is-success .navbar-end .navbar-link::after {
        border-left-color: #fff;
        border-bottom-color: #fff; }
      .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
        background: transparent;
        color: #fff; }
      .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #0CAA41;
        color: #fff; } }
  .navbar.is-warning, .ff-errors li.navbar {
    background-color: #ff470f;
    color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > .navbar-item, .ff-errors li.navbar .navbar-brand > .navbar-item,
    .navbar.is-warning .navbar-brand .navbar-link,
    .ff-errors li.navbar .navbar-brand .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > a.navbar-item:hover, .ff-errors li.navbar .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, .ff-errors li.navbar .navbar-brand > a.navbar-item.is-active,
    .navbar.is-warning .navbar-brand .navbar-link:hover,
    .ff-errors li.navbar .navbar-brand .navbar-link:hover,
    .navbar.is-warning .navbar-brand .navbar-link.is-active,
    .ff-errors li.navbar .navbar-brand .navbar-link.is-active {
      background-color: #f53900;
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand .navbar-link::after, .ff-errors li.navbar .navbar-brand .navbar-link::after {
      border-left-color: rgba(0, 0, 0, 0.7);
      border-bottom-color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-burger, .ff-errors li.navbar .navbar-burger {
      color: rgba(0, 0, 0, 0.7); }
      .has-open-navigation .navbar.is-warning .navbar-burger, .has-open-navigation .ff-errors li.navbar .navbar-burger, .ff-errors .has-open-navigation li.navbar .navbar-burger {
        color: #0a0a0a; }
    @media screen and (min-width: 1000px) {
      .navbar.is-warning .navbar-start > .navbar-item, .ff-errors li.navbar .navbar-start > .navbar-item,
      .navbar.is-warning .navbar-start .navbar-link,
      .ff-errors li.navbar .navbar-start .navbar-link,
      .navbar.is-warning .navbar-end > .navbar-item,
      .ff-errors li.navbar .navbar-end > .navbar-item,
      .navbar.is-warning .navbar-end .navbar-link,
      .ff-errors li.navbar .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start > a.navbar-item:hover, .ff-errors li.navbar .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, .ff-errors li.navbar .navbar-start > a.navbar-item.is-active,
      .navbar.is-warning .navbar-start .navbar-link:hover,
      .ff-errors li.navbar .navbar-start .navbar-link:hover,
      .navbar.is-warning .navbar-start .navbar-link.is-active,
      .ff-errors li.navbar .navbar-start .navbar-link.is-active,
      .navbar.is-warning .navbar-end > a.navbar-item:hover,
      .ff-errors li.navbar .navbar-end > a.navbar-item:hover,
      .navbar.is-warning .navbar-end > a.navbar-item.is-active,
      .ff-errors li.navbar .navbar-end > a.navbar-item.is-active,
      .navbar.is-warning .navbar-end .navbar-link:hover,
      .ff-errors li.navbar .navbar-end .navbar-link:hover,
      .navbar.is-warning .navbar-end .navbar-link.is-active,
      .ff-errors li.navbar .navbar-end .navbar-link.is-active {
        color: rgba(0, 0, 0, 0.7);
        background: transparent; }
        .navbar.is-warning .navbar-start > a.navbar-item:hover:before, .ff-errors li.navbar .navbar-start > a.navbar-item:hover:before, .navbar.is-warning .navbar-start > a.navbar-item.is-active:before, .ff-errors li.navbar .navbar-start > a.navbar-item.is-active:before,
        .navbar.is-warning .navbar-start .navbar-link:hover:before,
        .ff-errors li.navbar .navbar-start .navbar-link:hover:before,
        .navbar.is-warning .navbar-start .navbar-link.is-active:before,
        .ff-errors li.navbar .navbar-start .navbar-link.is-active:before,
        .navbar.is-warning .navbar-end > a.navbar-item:hover:before,
        .ff-errors li.navbar .navbar-end > a.navbar-item:hover:before,
        .navbar.is-warning .navbar-end > a.navbar-item.is-active:before,
        .ff-errors li.navbar .navbar-end > a.navbar-item.is-active:before,
        .navbar.is-warning .navbar-end .navbar-link:hover:before,
        .ff-errors li.navbar .navbar-end .navbar-link:hover:before,
        .navbar.is-warning .navbar-end .navbar-link.is-active:before,
        .ff-errors li.navbar .navbar-end .navbar-link.is-active:before {
          content: "";
          width: calc(100% - 50px);
          height: 2px;
          background: rgba(0, 0, 0, 0.7);
          position: absolute;
          bottom: .45rem;
          left: 25px; }
      .navbar.is-warning .navbar-start .navbar-link::after, .ff-errors li.navbar .navbar-start .navbar-link::after,
      .navbar.is-warning .navbar-end .navbar-link::after,
      .ff-errors li.navbar .navbar-end .navbar-link::after {
        border-left-color: rgba(0, 0, 0, 0.7);
        border-bottom-color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, .ff-errors li.navbar .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,
      .ff-errors li.navbar .navbar-item.has-dropdown.is-active .navbar-link {
        background: transparent;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-dropdown a.navbar-item.is-active, .ff-errors li.navbar .navbar-dropdown a.navbar-item.is-active {
        background-color: #ff470f;
        color: rgba(0, 0, 0, 0.7); } }
  .navbar.is-danger {
    background-color: #D6112F;
    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: #be0f2a;
      color: #fff; }
    .navbar.is-danger .navbar-brand .navbar-link::after {
      border-left-color: #fff;
      border-bottom-color: #fff; }
    .navbar.is-danger .navbar-burger {
      color: #fff; }
      .has-open-navigation .navbar.is-danger .navbar-burger {
        color: #0a0a0a; }
    @media screen and (min-width: 1000px) {
      .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 {
        color: #fff;
        background: transparent; }
        .navbar.is-danger .navbar-start > a.navbar-item:hover:before, .navbar.is-danger .navbar-start > a.navbar-item.is-active:before,
        .navbar.is-danger .navbar-start .navbar-link:hover:before,
        .navbar.is-danger .navbar-start .navbar-link.is-active:before,
        .navbar.is-danger .navbar-end > a.navbar-item:hover:before,
        .navbar.is-danger .navbar-end > a.navbar-item.is-active:before,
        .navbar.is-danger .navbar-end .navbar-link:hover:before,
        .navbar.is-danger .navbar-end .navbar-link.is-active:before {
          content: "";
          width: calc(100% - 50px);
          height: 2px;
          background: #fff;
          position: absolute;
          bottom: .45rem;
          left: 25px; }
      .navbar.is-danger .navbar-start .navbar-link::after,
      .navbar.is-danger .navbar-end .navbar-link::after {
        border-left-color: #fff;
        border-bottom-color: #fff; }
      .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
        background: transparent;
        color: #fff; }
      .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #D6112F;
        color: #fff; } }
  .navbar.is-red {
    background-color: #D6112F;
    color: white; }
    .navbar.is-red .navbar-brand > .navbar-item,
    .navbar.is-red .navbar-brand .navbar-link {
      color: white; }
    .navbar.is-red .navbar-brand > a.navbar-item:hover, .navbar.is-red .navbar-brand > a.navbar-item.is-active,
    .navbar.is-red .navbar-brand .navbar-link:hover,
    .navbar.is-red .navbar-brand .navbar-link.is-active {
      background-color: #be0f2a;
      color: white; }
    .navbar.is-red .navbar-brand .navbar-link::after {
      border-left-color: white;
      border-bottom-color: white; }
    .navbar.is-red .navbar-burger {
      color: white; }
      .has-open-navigation .navbar.is-red .navbar-burger {
        color: #0a0a0a; }
    @media screen and (min-width: 1000px) {
      .navbar.is-red .navbar-start > .navbar-item,
      .navbar.is-red .navbar-start .navbar-link,
      .navbar.is-red .navbar-end > .navbar-item,
      .navbar.is-red .navbar-end .navbar-link {
        color: white; }
      .navbar.is-red .navbar-start > a.navbar-item:hover, .navbar.is-red .navbar-start > a.navbar-item.is-active,
      .navbar.is-red .navbar-start .navbar-link:hover,
      .navbar.is-red .navbar-start .navbar-link.is-active,
      .navbar.is-red .navbar-end > a.navbar-item:hover,
      .navbar.is-red .navbar-end > a.navbar-item.is-active,
      .navbar.is-red .navbar-end .navbar-link:hover,
      .navbar.is-red .navbar-end .navbar-link.is-active {
        color: white;
        background: transparent; }
        .navbar.is-red .navbar-start > a.navbar-item:hover:before, .navbar.is-red .navbar-start > a.navbar-item.is-active:before,
        .navbar.is-red .navbar-start .navbar-link:hover:before,
        .navbar.is-red .navbar-start .navbar-link.is-active:before,
        .navbar.is-red .navbar-end > a.navbar-item:hover:before,
        .navbar.is-red .navbar-end > a.navbar-item.is-active:before,
        .navbar.is-red .navbar-end .navbar-link:hover:before,
        .navbar.is-red .navbar-end .navbar-link.is-active:before {
          content: "";
          width: calc(100% - 50px);
          height: 2px;
          background: white;
          position: absolute;
          bottom: .45rem;
          left: 25px; }
      .navbar.is-red .navbar-start .navbar-link::after,
      .navbar.is-red .navbar-end .navbar-link::after {
        border-left-color: white;
        border-bottom-color: white; }
      .navbar.is-red .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-red .navbar-item.has-dropdown.is-active .navbar-link {
        background: transparent;
        color: white; }
      .navbar.is-red .navbar-dropdown a.navbar-item.is-active {
        background-color: #D6112F;
        color: white; } }
  .navbar.is-grey-dark {
    background-color: #363636;
    color: white; }
    .navbar.is-grey-dark .navbar-brand > .navbar-item,
    .navbar.is-grey-dark .navbar-brand .navbar-link {
      color: white; }
    .navbar.is-grey-dark .navbar-brand > a.navbar-item:hover, .navbar.is-grey-dark .navbar-brand > a.navbar-item.is-active,
    .navbar.is-grey-dark .navbar-brand .navbar-link:hover,
    .navbar.is-grey-dark .navbar-brand .navbar-link.is-active {
      background-color: #292929;
      color: white; }
    .navbar.is-grey-dark .navbar-brand .navbar-link::after {
      border-left-color: white;
      border-bottom-color: white; }
    .navbar.is-grey-dark .navbar-burger {
      color: white; }
      .has-open-navigation .navbar.is-grey-dark .navbar-burger {
        color: #0a0a0a; }
    @media screen and (min-width: 1000px) {
      .navbar.is-grey-dark .navbar-start > .navbar-item,
      .navbar.is-grey-dark .navbar-start .navbar-link,
      .navbar.is-grey-dark .navbar-end > .navbar-item,
      .navbar.is-grey-dark .navbar-end .navbar-link {
        color: white; }
      .navbar.is-grey-dark .navbar-start > a.navbar-item:hover, .navbar.is-grey-dark .navbar-start > a.navbar-item.is-active,
      .navbar.is-grey-dark .navbar-start .navbar-link:hover,
      .navbar.is-grey-dark .navbar-start .navbar-link.is-active,
      .navbar.is-grey-dark .navbar-end > a.navbar-item:hover,
      .navbar.is-grey-dark .navbar-end > a.navbar-item.is-active,
      .navbar.is-grey-dark .navbar-end .navbar-link:hover,
      .navbar.is-grey-dark .navbar-end .navbar-link.is-active {
        color: white;
        background: transparent; }
        .navbar.is-grey-dark .navbar-start > a.navbar-item:hover:before, .navbar.is-grey-dark .navbar-start > a.navbar-item.is-active:before,
        .navbar.is-grey-dark .navbar-start .navbar-link:hover:before,
        .navbar.is-grey-dark .navbar-start .navbar-link.is-active:before,
        .navbar.is-grey-dark .navbar-end > a.navbar-item:hover:before,
        .navbar.is-grey-dark .navbar-end > a.navbar-item.is-active:before,
        .navbar.is-grey-dark .navbar-end .navbar-link:hover:before,
        .navbar.is-grey-dark .navbar-end .navbar-link.is-active:before {
          content: "";
          width: calc(100% - 50px);
          height: 2px;
          background: white;
          position: absolute;
          bottom: .45rem;
          left: 25px; }
      .navbar.is-grey-dark .navbar-start .navbar-link::after,
      .navbar.is-grey-dark .navbar-end .navbar-link::after {
        border-left-color: white;
        border-bottom-color: white; }
      .navbar.is-grey-dark .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-grey-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background: transparent;
        color: white; }
      .navbar.is-grey-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: white; } }
  .navbar.is-green {
    background-color: #0CAA41;
    color: white; }
    .navbar.is-green .navbar-brand > .navbar-item,
    .navbar.is-green .navbar-brand .navbar-link {
      color: white; }
    .navbar.is-green .navbar-brand > a.navbar-item:hover, .navbar.is-green .navbar-brand > a.navbar-item.is-active,
    .navbar.is-green .navbar-brand .navbar-link:hover,
    .navbar.is-green .navbar-brand .navbar-link.is-active {
      background-color: #0a9238;
      color: white; }
    .navbar.is-green .navbar-brand .navbar-link::after {
      border-left-color: white;
      border-bottom-color: white; }
    .navbar.is-green .navbar-burger {
      color: white; }
      .has-open-navigation .navbar.is-green .navbar-burger {
        color: #0a0a0a; }
    @media screen and (min-width: 1000px) {
      .navbar.is-green .navbar-start > .navbar-item,
      .navbar.is-green .navbar-start .navbar-link,
      .navbar.is-green .navbar-end > .navbar-item,
      .navbar.is-green .navbar-end .navbar-link {
        color: white; }
      .navbar.is-green .navbar-start > a.navbar-item:hover, .navbar.is-green .navbar-start > a.navbar-item.is-active,
      .navbar.is-green .navbar-start .navbar-link:hover,
      .navbar.is-green .navbar-start .navbar-link.is-active,
      .navbar.is-green .navbar-end > a.navbar-item:hover,
      .navbar.is-green .navbar-end > a.navbar-item.is-active,
      .navbar.is-green .navbar-end .navbar-link:hover,
      .navbar.is-green .navbar-end .navbar-link.is-active {
        color: white;
        background: transparent; }
        .navbar.is-green .navbar-start > a.navbar-item:hover:before, .navbar.is-green .navbar-start > a.navbar-item.is-active:before,
        .navbar.is-green .navbar-start .navbar-link:hover:before,
        .navbar.is-green .navbar-start .navbar-link.is-active:before,
        .navbar.is-green .navbar-end > a.navbar-item:hover:before,
        .navbar.is-green .navbar-end > a.navbar-item.is-active:before,
        .navbar.is-green .navbar-end .navbar-link:hover:before,
        .navbar.is-green .navbar-end .navbar-link.is-active:before {
          content: "";
          width: calc(100% - 50px);
          height: 2px;
          background: white;
          position: absolute;
          bottom: .45rem;
          left: 25px; }
      .navbar.is-green .navbar-start .navbar-link::after,
      .navbar.is-green .navbar-end .navbar-link::after {
        border-left-color: white;
        border-bottom-color: white; }
      .navbar.is-green .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-green .navbar-item.has-dropdown.is-active .navbar-link {
        background: transparent;
        color: white; }
      .navbar.is-green .navbar-dropdown a.navbar-item.is-active {
        background-color: #0CAA41;
        color: white; } }
  .navbar.is-blue {
    background-color: #2164f2;
    color: white; }
    .navbar.is-blue .navbar-brand > .navbar-item,
    .navbar.is-blue .navbar-brand .navbar-link {
      color: white; }
    .navbar.is-blue .navbar-brand > a.navbar-item:hover, .navbar.is-blue .navbar-brand > a.navbar-item.is-active,
    .navbar.is-blue .navbar-brand .navbar-link:hover,
    .navbar.is-blue .navbar-brand .navbar-link.is-active {
      background-color: #0e55ec;
      color: white; }
    .navbar.is-blue .navbar-brand .navbar-link::after {
      border-left-color: white;
      border-bottom-color: white; }
    .navbar.is-blue .navbar-burger {
      color: white; }
      .has-open-navigation .navbar.is-blue .navbar-burger {
        color: #0a0a0a; }
    @media screen and (min-width: 1000px) {
      .navbar.is-blue .navbar-start > .navbar-item,
      .navbar.is-blue .navbar-start .navbar-link,
      .navbar.is-blue .navbar-end > .navbar-item,
      .navbar.is-blue .navbar-end .navbar-link {
        color: white; }
      .navbar.is-blue .navbar-start > a.navbar-item:hover, .navbar.is-blue .navbar-start > a.navbar-item.is-active,
      .navbar.is-blue .navbar-start .navbar-link:hover,
      .navbar.is-blue .navbar-start .navbar-link.is-active,
      .navbar.is-blue .navbar-end > a.navbar-item:hover,
      .navbar.is-blue .navbar-end > a.navbar-item.is-active,
      .navbar.is-blue .navbar-end .navbar-link:hover,
      .navbar.is-blue .navbar-end .navbar-link.is-active {
        color: white;
        background: transparent; }
        .navbar.is-blue .navbar-start > a.navbar-item:hover:before, .navbar.is-blue .navbar-start > a.navbar-item.is-active:before,
        .navbar.is-blue .navbar-start .navbar-link:hover:before,
        .navbar.is-blue .navbar-start .navbar-link.is-active:before,
        .navbar.is-blue .navbar-end > a.navbar-item:hover:before,
        .navbar.is-blue .navbar-end > a.navbar-item.is-active:before,
        .navbar.is-blue .navbar-end .navbar-link:hover:before,
        .navbar.is-blue .navbar-end .navbar-link.is-active:before {
          content: "";
          width: calc(100% - 50px);
          height: 2px;
          background: white;
          position: absolute;
          bottom: .45rem;
          left: 25px; }
      .navbar.is-blue .navbar-start .navbar-link::after,
      .navbar.is-blue .navbar-end .navbar-link::after {
        border-left-color: white;
        border-bottom-color: white; }
      .navbar.is-blue .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-blue .navbar-item.has-dropdown.is-active .navbar-link {
        background: transparent;
        color: white; }
      .navbar.is-blue .navbar-dropdown a.navbar-item.is-active {
        background-color: #2164f2;
        color: white; } }
  .navbar.has-shadow {
    box-shadow: 0 2px 0 0 whitesmoke; }
  .navbar.is-fixed-bottom, .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0; }
    .navbar.is-fixed-bottom .navbar-brand, .navbar.is-fixed-bottom .navbar-menu, .navbar.is-fixed-bottom .navbar-end, .navbar.is-fixed-top .navbar-brand, .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top .navbar-end {
      z-index: 30; }
  .navbar.is-fixed-bottom {
    bottom: 0; }
    .navbar.is-fixed-bottom.has-shadow {
      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-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0; }

.navbar-brand a.navbar-item:hover {
  background-color: transparent; }

.logo .wordmark {
  display: none; }
  @media screen and (min-width: 600px) {
    .logo .wordmark {
      display: block; } }

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }

.navbar-burger {
  color: #363636;
  z-index: 20;
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem; }
  .navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1.5px;
    left: calc(50% - 15px);
    position: absolute;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform;
    transition-timing-function: ease-out;
    width: 30px; }
    .navbar-burger span:nth-child(1) {
      top: calc(50% - 10px); }
    .navbar-burger span:nth-child(2) {
      top: 50%; }
    .navbar-burger span:nth-child(3) {
      top: calc(50% + 10px); }
  .navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .navbar-burger.is-active {
    color: #0a0a0a; }
    .navbar-burger.is-active:before {
      content: "Close";
      margin-left: -6.5rem;
      font-size: .9rem; }
    .navbar-burger.is-active span:nth-child(1) {
      -webkit-transform: translateY(10px) rotate(45deg);
          -ms-transform: translateY(10px) rotate(45deg);
              transform: translateY(10px) rotate(45deg); }
    .navbar-burger.is-active span:nth-child(2) {
      opacity: 0; }
    .navbar-burger.is-active span:nth-child(3) {
      -webkit-transform: translateY(-10px) rotate(-45deg);
          -ms-transform: translateY(-10px) rotate(-45deg);
              transform: translateY(-10px) rotate(-45deg); }

.navbar-menu {
  display: none; }

.navbar-item,
.navbar-link {
  color: #363636;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 2rem;
  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: white;
    color: #0a0a0a; }

div.navbar-item {
  color: white; }

.navbar-item {
  display: block;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .navbar-item img {
    max-height: 3.75rem; }
  .navbar-item.has-dropdown {
    padding: 0; }
  .navbar-item.is-expanded {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 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-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1; }

.has-dropdown.navbar-item > .navbar-item,
.navbar-link:not(.is-arrowless) {
  padding-left: 2rem;
  padding-right: 2rem; }
  .has-dropdown.navbar-item > .navbar-item::after,
  .navbar-link:not(.is-arrowless)::after {
    border-left-color: white;
    border-bottom-color: white;
    margin-top: -0.375em;
    right: 1.125em; }
  .contains-text-black .has-dropdown.navbar-item > .navbar-item::after, .contains-text-black
  .navbar-link:not(.is-arrowless)::after {
    border-left-color: #0a0a0a;
    border-bottom-color: #0a0a0a;
    margin-top: -0.375em;
    right: 1.125em; }

.navbar-dropdown {
  text-align: center; }
  .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: 999px) {
  .navbar > .container {
    display: block; }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .navbar-link::after {
    display: none; }
  .navbar-menu {
    background-color: #0a0a0a;
    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; }
    .navbar.is-fixed-bottom-touch .navbar-brand, .navbar.is-fixed-bottom-touch .navbar-menu, .navbar.is-fixed-bottom-touch .navbar-end, .navbar.is-fixed-top-touch .navbar-brand, .navbar.is-fixed-top-touch .navbar-menu, .navbar.is-fixed-top-touch .navbar-end {
      z-index: 30; }
  .navbar.is-fixed-bottom-touch {
    bottom: 0; }
    .navbar.is-fixed-bottom-touch.has-shadow {
      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: 1000px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-flex;
    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-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .navbar.is-spaced a.navbar-item,
      .navbar.is-spaced .navbar-link {
        border-radius: 0; }
    .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, .navbar.is-gradient a.navbar-item:hover, .navbar.is-gradient a.navbar-item.is-active,
    .navbar.is-gradient .navbar-link:hover,
    .navbar.is-gradient .navbar-link.is-active {
      background: transparent;
      color: white; }
      .navbar.is-transparent a.navbar-item:hover:before, .navbar.is-transparent a.navbar-item.is-active:before,
      .navbar.is-transparent .navbar-link:hover:before,
      .navbar.is-transparent .navbar-link.is-active:before, .navbar.is-gradient a.navbar-item:hover:before, .navbar.is-gradient a.navbar-item.is-active:before,
      .navbar.is-gradient .navbar-link:hover:before,
      .navbar.is-gradient .navbar-link.is-active:before {
        content: "";
        width: calc(100% - 50px);
        height: 2px;
        background: white;
        position: absolute;
        bottom: .45rem;
        left: 25px; }
    .navbar.is-transparent.contains-text-black .navbar-start > a.navbar-item:hover:before, .navbar.is-transparent.contains-text-black .navbar-start > a.navbar-item.is-active:before, .navbar.is-gradient.contains-text-black .navbar-start > a.navbar-item:hover:before, .navbar.is-gradient.contains-text-black .navbar-start > a.navbar-item.is-active:before {
      background: #0a0a0a; }
    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link, .navbar.is-gradient .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-gradient .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
      background-color: transparent !important;
      color: white !important; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item:hover, .navbar.is-gradient .navbar-dropdown a.navbar-item:hover {
      background-color: whitesmoke;
      color: #0a0a0a; }
      .navbar.is-transparent .navbar-dropdown a.navbar-item:hover:before, .navbar.is-gradient .navbar-dropdown a.navbar-item:hover:before {
        display: none; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active, .navbar.is-gradient .navbar-dropdown a.navbar-item.is-active {
      background-color: whitesmoke;
      color: #0a0a0a; }
  .navbar-item,
  .navbar-link {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .navbar-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .navbar-item.has-dropdown {
      -webkit-align-items: 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);
          -ms-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 #E9E9E9;
      border-radius: 0 0 0 0;
      border-top: none;
      bottom: 100%;
      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);
            -ms-transform: translateY(0);
                transform: translateY(0); }
  .navbar-menu {
    -webkit-flex: 3 1 0;
        -ms-flex: 3 1 0px;
            flex: 3 1 0;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .navbar-start {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-start .button {
      background: transparent;
      padding-left: 1.35rem;
      padding-right: 1.35rem;
      margin-right: -1.35rem;
      color: white; }
      .navbar-start .button:hover {
        background: white;
        color: #0a0a0a !important; }
  .navbar-end {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-left: auto; }
  .navbar-dropdown {
    background-color: white;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20; }
    .navbar-dropdown .navbar-item {
      padding: 0.375rem 1rem;
      white-space: nowrap;
      display: block;
      border-bottom: 1px solid #E9E9E9; }
    .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: 0;
      border-top: none;
      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);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px);
      transition-duration: 86ms;
      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: -0.75rem; }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem; }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0; }
    .navbar.is-fixed-bottom-desktop .navbar-brand, .navbar.is-fixed-bottom-desktop .navbar-menu, .navbar.is-fixed-bottom-desktop .navbar-end, .navbar.is-fixed-top-desktop .navbar-brand, .navbar.is-fixed-top-desktop .navbar-menu, .navbar.is-fixed-top-desktop .navbar-end {
      z-index: 30; }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0; }
    .navbar.is-fixed-bottom-desktop.has-shadow {
      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: white; } }

.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem); }

.navbar.is-transparent .navbar-start > a:not(:hover),
.navbar.is-transparent .has-dropdown > a:not(:hover),
.navbar.is-gradient .navbar-start > a:not(:hover),
.navbar.is-gradient .has-dropdown > a:not(:hover) {
  color: white; }

.navbar.is-transparent .navbar-item:hover a:not(.button),
.navbar.is-gradient .navbar-item:hover a:not(.button) {
  color: #0a0a0a; }

.navbar.is-transparent.contains-text-black .registered-symbol,
.navbar.is-gradient.contains-text-black .registered-symbol {
  fill: #0a0a0a; }

.navbar.is-transparent.contains-text-black .wordmark path, .navbar.is-transparent.contains-text-black .wordmark polygon, .navbar.is-transparent.contains-text-black .wordmark rect,
.navbar.is-gradient.contains-text-black .wordmark path,
.navbar.is-gradient.contains-text-black .wordmark polygon,
.navbar.is-gradient.contains-text-black .wordmark rect {
  fill: #0a0a0a; }

.navbar.is-transparent.contains-text-black .button,
.navbar.is-gradient.contains-text-black .button {
  color: #0a0a0a !important;
  border-color: #0a0a0a; }
  .navbar.is-transparent.contains-text-black .button:hover,
  .navbar.is-gradient.contains-text-black .button:hover {
    background: #0a0a0a;
    color: white !important; }

.navbar.is-transparent .registered-symbol,
.navbar.is-gradient .registered-symbol {
  fill: white; }

.navbar.is-transparent .wordmark path, .navbar.is-transparent .wordmark polygon, .navbar.is-transparent .wordmark rect,
.navbar.is-gradient .wordmark path,
.navbar.is-gradient .wordmark polygon,
.navbar.is-gradient .wordmark rect {
  fill: white; }

.navbar.is-transparent {
  background: transparent; }
  .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;
    color: white !important; }
  .navbar.is-transparent.contains-text-black .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent.contains-text-black .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
    color: #0a0a0a !important; }

.navbar.is-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.65+0,0+90 */
  background: linear-gradient(rgba(0, 0, 0, 0.95) 0%, rgba(230, 230, 230, 0) 96.6%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */ }
  .navbar.is-gradient.contains-text-black {
    background: linear-gradient(rgba(255, 255, 255, 0.95) 0%, rgba(230, 230, 230, 0) 96.6%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }

.navigationVertical {
  background: white;
  box-shadow: -1px -1px 3px rgba(54, 54, 54, 0.35);
  display: block;
  height: 100%;
  margin-right: -210px;
  overflow: scroll;
  position: fixed;
  right: -210px;
  top: 0;
  transition: margin .15s ease-in-out;
  width: 210px;
  z-index: 5;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  @media screen and (max-width: 599px) {
    .navigationVertical {
      right: -100%;
      text-align: center;
      width: 100%; } }
  .navigationVertical::-webkit-scrollbar {
    display: none; }
  .navigationVertical:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+62,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, white 62%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */
    height: 5.85rem;
    margin-right: -210px;
    position: fixed;
    top: 0;
    transition: margin .15s ease-in-out;
    width: 210px;
    z-index: 4; }
  .navigationVertical:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+38 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 38%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    bottom: 0;
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    height: 4.45rem;
    margin-right: -210px;
    position: fixed;
    transition: margin .15s ease-in-out;
    width: 210px;
    z-index: 1; }
  .navigationVertical.is-active {
    margin-right: 0;
    right: 0; }
    .navigationVertical.is-active:before {
      margin-right: 0; }
      @media screen and (max-width: 599px) {
        .navigationVertical.is-active:before {
          right: 0;
          width: 100%; } }
    .navigationVertical.is-active:after {
      margin-right: 0; }
      @media screen and (max-width: 599px) {
        .navigationVertical.is-active:after {
          right: 0;
          width: 100%; } }
    .navigationVertical.is-active ._pane > .button[href='/get-started'] {
      margin-right: 0; }
      @media screen and (max-width: 599px) {
        .navigationVertical.is-active ._pane > .button[href='/get-started'] {
          width: 100%; } }
    .navigationVertical.is-active .filter-info {
      -webkit-transform: translateX(calc(-100% + 1rem));
          -ms-transform: translateX(calc(-100% + 1rem));
              transform: translateX(calc(-100% + 1rem));
      transition: all .15s ease-in-out; }
  .navigationVertical[data-navigation="filterMobile"] .button {
    width: calc(100% - 2rem); }
  .navigationVertical .filter-info {
    text-align: left;
    color: #0a0a0a;
    font-family: "proforma", serif;
    left: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    transition: -webkit-transform .0s ease-in-out;
    transition: transform .0s ease-in-out;
    transition: transform .0s ease-in-out, -webkit-transform .0s ease-in-out;
    position: fixed;
    top: .65rem;
    width: 100%;
    z-index: 5; }
    .navigationVertical .filter-info [data-filter-reset] {
      color: #D6112F; }
    .navigationVertical .filter-info [data-filter-count] {
      color: #b5b5b5;
      font-style: italic; }
    .navigationVertical .filter-info svg {
      fill: currentColor;
      height: 33px;
      vertical-align: middle;
      width: 35px; }
  .navigationVertical ._pane {
    margin-top: 5.25rem;
    padding-bottom: 55px; }
    .navigationVertical ._pane > .button[href='/get-started'] {
      bottom: 0;
      font-size: 1.05rem;
      height: 42px;
      margin-right: -210px;
      position: fixed;
      right: 0;
      transition: margin .15s ease-in-out;
      width: 210px;
      z-index: 2; }
    .navigationVertical ._pane > ul {
      padding: 1rem .75rem; }
  .navigationVertical ul a {
    padding-left: .5rem;
    padding-right: .5rem; }
  .navigationVertical ._primary,
  .navigationVertical ._secondary,
  .navigationVertical ._tertiary {
    margin-bottom: .5rem;
    margin-top: .5rem; }
    @media screen and (min-width: 1000px) {
      .navigationVertical ._primary,
      .navigationVertical ._secondary,
      .navigationVertical ._tertiary {
        margin-bottom: 1.5rem; } }
  @media screen and (min-width: 1000px) {
    .navigationVertical ._primary {
      margin-top: 4rem; } }
  .navigationVertical ._primary li {
    border-top: 1px solid #E9E9E9; }
    @media screen and (max-width: 999px) {
      .navigationVertical ._primary li:first-child {
        border-top: none; } }
    .navigationVertical ._primary li:last-child {
      border-bottom: 1px solid #E9E9E9; }
  .navigationVertical ._primary a {
    display: block;
    font-family: "bebas-neue", sans-serif;
    font-size: 1.215rem;
    padding-bottom: .1rem;
    padding-top: .1rem; }
    @media screen and (max-width: 999px) {
      .navigationVertical ._primary a {
        color: #7a7a7a; } }
    @media screen and (min-width: 1000px) {
      .navigationVertical ._primary a {
        font-size: 1.35203rem;
        padding-bottom: .4rem;
        padding-top: .4rem; } }
  @media screen and (min-width: 1000px) {
    .navigationVertical ._secondary {
      margin-top: 4.5rem; } }
  .navigationVertical ._secondary a {
    color: #0a0a0a;
    display: block; }
  .navigationVertical ._secondary > li {
    border-top: 1px solid #E9E9E9;
    padding-bottom: .1rem;
    padding-top: .1rem; }
    @media screen and (max-width: 999px) {
      .navigationVertical ._secondary > li:first-child {
        border-top: none; } }
    .navigationVertical ._secondary > li:last-child {
      border-bottom: 1px solid #E9E9E9; }
    .navigationVertical ._secondary > li > a {
      font-family: "bebas-neue", sans-serif;
      font-size: 1.3554rem; }
  .navigationVertical ._secondary > li ul {
    display: none; }
    .navigationVertical ._secondary > li ul.is-active {
      display: block; }
    .navigationVertical ._secondary > li ul li:not(:last-child) {
      border-bottom: 1px solid #E9E9E9; }
    .navigationVertical ._secondary > li ul li a {
      padding-bottom: .15rem;
      padding-top: .15rem; }
  .navigationVertical ._tertiary a {
    color: #0a0a0a;
    display: block;
    font-family: "proforma", serif;
    font-size: .95rem;
    padding-bottom: .375rem;
    padding-top: .375rem; }
  .navigationVertical .control {
    font-size: 1.15rem;
    text-align: center; }
  .navigationVertical .searchForm {
    margin: .35rem .35rem 0; }
    @media screen and (min-width: 1000px) {
      .navigationVertical .searchForm {
        margin-bottom: 2.5rem; } }
    @media screen and (max-width: 599px) {
      .navigationVertical .searchForm .control:first-child {
        width: 100%; } }
    .navigationVertical .searchForm input {
      box-shadow: none; }
    .navigationVertical .searchForm input,
    .navigationVertical .searchForm button {
      background: #E9E9E9; }
    .navigationVertical .searchForm .button {
      padding-left: .5rem;
      padding-right: .5rem; }

.getStartedSticky {
  bottom: 0;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  -webkit-transform: translateY(-42px);
      -ms-transform: translateY(-42px);
          transform: translateY(-42px);
  width: 100%;
  z-index: 5; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .getStartedSticky.js-is-stuck {
      bottom: 0 !important;
      position: fixed !important; } }

.getStartedStickyButton {
  bottom: 0;
  font-size: 1.05rem;
  height: 42px;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 210px;
  z-index: 1; }
  @media screen and (max-width: 599px) {
    .getStartedStickyButton {
      width: 100%; } }
  .full-height .getStartedStickyButton {
    bottom: 0;
    z-index: 12; }
    @media screen and (min-width: 600px) {
      .full-height .getStartedStickyButton {
        left: calc(100% - 210px); } }

.notification, .ff-form-errors {
  background-color: whitesmoke;
  border-radius: 0;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative; }
  .notification a:not(.button):not(.dropdown-item), .ff-form-errors a:not(.button):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline; }
  .notification strong, .ff-form-errors strong {
    color: currentColor; }
  .notification code, .ff-form-errors code,
  .notification pre,
  .ff-form-errors pre {
    background: white; }
  .notification pre code, .ff-form-errors pre code {
    background: transparent; }
  .notification > .delete, .ff-form-errors > .delete {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem; }
  .notification .title, .ff-form-errors .title, .notification .sg__heading, .ff-form-errors .sg__heading,
  .notification .subtitle,
  .ff-form-errors .subtitle,
  .notification .content,
  .ff-form-errors .content {
    color: currentColor; }
  .notification.is-white, .is-white.ff-form-errors {
    background-color: white;
    color: #0a0a0a; }
  .notification.is-black, .is-black.ff-form-errors {
    background-color: #0a0a0a;
    color: white; }
  .notification.is-light, .is-light.ff-form-errors {
    background-color: whitesmoke;
    color: #232323; }
  .notification.is-dark, .is-dark.ff-form-errors {
    background-color: #232323;
    color: whitesmoke; }
  .notification.is-primary, .ff-form-errors {
    background-color: #0a0a0a;
    color: #fff; }
  .notification.is-link, .is-link.ff-form-errors {
    background-color: #0a0a0a;
    color: #fff; }
  .notification.is-info, .is-info.ff-form-errors {
    background-color: #209cee;
    color: #fff; }
  .notification.is-success, .is-success.ff-form-errors {
    background-color: #0CAA41;
    color: #fff; }
  .notification.is-warning, .is-warning.ff-form-errors, .ff-errors li.ff-form-errors, .ff-errors li.notification {
    background-color: #ff470f;
    color: rgba(0, 0, 0, 0.7); }
  .notification.is-danger, .is-danger.ff-form-errors {
    background-color: #D6112F;
    color: #fff; }
  .notification.is-red, .is-red.ff-form-errors {
    background-color: #D6112F;
    color: white; }
  .notification.is-grey-dark, .is-grey-dark.ff-form-errors {
    background-color: #363636;
    color: white; }
  .notification.is-green, .is-green.ff-form-errors {
    background-color: #0CAA41;
    color: white; }
  .notification.is-blue, .is-blue.ff-form-errors {
    background-color: #2164f2;
    color: white; }

.pagination {
  font-size: 1rem;
  margin: -0.25rem; }
  .pagination.is-small {
    font-size: 0.9rem; }
  .pagination.is-medium {
    font-size: 1.35rem; }
  .pagination.is-large {
    font-size: 2.125rem; }
  .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-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: 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-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.25rem;
  text-align: center; }

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #E9E9E9;
  color: #232323;
  min-width: 2.265em; }
  .pagination-previous:hover,
  .pagination-next:hover,
  .pagination-link:hover {
    border-color: #b5b5b5;
    color: #232323; }
  .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus {
    border-color: #2164f2; }
  .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); }
  .pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled] {
    background-color: #E9E9E9;
    border-color: #E9E9E9;
    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 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

@media screen and (max-width: 599px) {
  .pagination {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .pagination-previous,
  .pagination-next {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
  .pagination-list li {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; } }

@media screen and (min-width: 600px), print {
  .pagination-list {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .pagination-previous {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .pagination-next {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .pagination {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .pagination.is-centered .pagination-previous {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .pagination.is-centered .pagination-list {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .pagination.is-centered .pagination-next {
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .pagination.is-right .pagination-previous {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .pagination.is-right .pagination-next {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .pagination.is-right .pagination-list {
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; } }

.container_small {
  margin: 0 auto;
  max-width: 1000px; }
  .container_small address {
    font-weight: normal;
    margin-bottom: 1rem; }

@media screen and (min-width: 600px) {
  aside.social_container {
    width: 10%; } }

.button_header {
  display: block;
  margin-bottom: .5rem;
  margin-top: 1.5rem; }
  @media screen and (min-width: 600px) {
    .button_header {
      margin-top: 0;
      text-align: center; } }

ul.projectDimensions {
  list-style: none;
  margin-left: 0;
  margin-top: 1.35rem; }

.projectCtas.columns {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.logoButton {
  font-family: "Assistant", sans-serif;
  font-size: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem; }
  @media screen and (max-width: 599px) {
    .logoButton {
      width: 100%; } }
  .logoButton span {
    bottom: calc(100% + 5px);
    font-family: "proforma", serif;
    font-size: .8rem;
    font-style: italic;
    position: absolute;
    text-align: center;
    text-transform: initial;
    width: 100%; }
  .logoButton:hover span {
    color: #0a0a0a; }
  .logoButton:not(:hover) svg.brandWordmark path {
    fill: inherit; }

.logoText {
  color: #0a0a0a;
  height: 26px;
  margin-left: -26px; }
  .logoText svg.brandWordmark {
    color: inherit;
    height: 26px; }

.project-panel {
  border: 1px solid #E9E9E9;
  margin-bottom: 3.3rem; }
  .has-background-grey-lighter .project-panel {
    border: 1px solid #7a7a7a;
    background: white; }
  .project-panel_content {
    padding: 0 1rem 1.5rem; }
    .project-panel_content header {
      margin-bottom: 1rem !important; }
    .project-panel_content footer {
      margin-top: 1rem;
      margin-left: -.25rem;
      margin-right: -.25rem; }
      .project-panel_content footer .column {
        padding-left: .25rem;
        padding-right: .25rem; }
    @media screen and (min-width: 1000px) {
      .project-panel_content {
        padding: 2rem; } }
  .project-panel p {
    padding-right: 2rem; }
  .project-panel img {
    display: block;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .project-panel img {
        width: 413px; } }
  @media screen and (max-width: 999px) {
    .project-panel .column.-image,
    .project-panel .column.-content {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      width: 100%; } }

.reviews_container {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 600px), print {
    .reviews_container {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.review_card_wrapper {
  box-shadow: 5px 5px 19px -5px rgba(10, 10, 10, 0.35);
  margin-bottom: 3.5rem; }
  @media screen and (min-width: 600px), print {
    .review_card_wrapper {
      width: 48%; } }

.review {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 2rem 2rem 2rem; }
  @media screen and (min-width: 600px) {
    .review {
      height: 230px;
      overflow: hidden; } }

.review_header {
  background: #D6112F;
  color: white;
  padding: 1rem 1.5rem;
  position: relative; }
  @media screen and (min-width: 600px) {
    .review_header:before {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60&0+0,1+58 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 86%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      content: '';
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */
      height: 34px;
      left: 0;
      position: absolute;
      top: 100%;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      width: 100%;
      z-index: 1; } }

.review_title_container {
  margin-bottom: 1rem;
  padding: 1.2rem 0 1.2rem 0;
  position: relative; }
  @media screen and (min-width: 600px) {
    .review_title_container {
      max-height: 240px;
      overflow-y: scroll; } }

.review_title {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  line-height: 1; }

.review_blurb {
  line-height: 26px; }

.review_footer {
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 600px) {
    .review_footer:before {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60&0+0,1+58 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 86%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      bottom: 100%;
      content: '';
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */
      height: 60px;
      left: 0;
      position: absolute;
      width: 100%; } }

.star {
  color: white;
  fill: currentColor;
  width: 18px; }

.review_feedback_link {
  font-family: "bebas-neue", sans-serif;
  font-size: 19px;
  letter-spacing: 1px;
  text-decoration: underline; }

.reviews_button_container {
  text-align: center; }

.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: #E9E9E9; }
  .progress::-webkit-progress-value {
    background-color: #363636; }
  .progress::-moz-progress-bar {
    background-color: #363636; }
  .progress::-ms-fill {
    background-color: #363636;
    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: #E9E9E9;
    background-image: linear-gradient(to right, #363636 30%, #E9E9E9 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: linear-gradient(to right, white 30%, #E9E9E9 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: linear-gradient(to right, #0a0a0a 30%, #E9E9E9 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: linear-gradient(to right, whitesmoke 30%, #E9E9E9 30%); }
  .progress.is-dark::-webkit-progress-value {
    background-color: #232323; }
  .progress.is-dark::-moz-progress-bar {
    background-color: #232323; }
  .progress.is-dark::-ms-fill {
    background-color: #232323; }
  .progress.is-dark:indeterminate {
    background-image: linear-gradient(to right, #232323 30%, #E9E9E9 30%); }
  .progress.is-primary::-webkit-progress-value, .progress.ff-form-errors::-webkit-progress-value {
    background-color: #0a0a0a; }
  .progress.is-primary::-moz-progress-bar, .progress.ff-form-errors::-moz-progress-bar {
    background-color: #0a0a0a; }
  .progress.is-primary::-ms-fill, .progress.ff-form-errors::-ms-fill {
    background-color: #0a0a0a; }
  .progress.is-primary:indeterminate, .progress.ff-form-errors:indeterminate {
    background-image: linear-gradient(to right, #0a0a0a 30%, #E9E9E9 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: linear-gradient(to right, #0a0a0a 30%, #E9E9E9 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: linear-gradient(to right, #209cee 30%, #E9E9E9 30%); }
  .progress.is-success::-webkit-progress-value {
    background-color: #0CAA41; }
  .progress.is-success::-moz-progress-bar {
    background-color: #0CAA41; }
  .progress.is-success::-ms-fill {
    background-color: #0CAA41; }
  .progress.is-success:indeterminate {
    background-image: linear-gradient(to right, #0CAA41 30%, #E9E9E9 30%); }
  .progress.is-warning::-webkit-progress-value, .ff-errors li.progress::-webkit-progress-value {
    background-color: #ff470f; }
  .progress.is-warning::-moz-progress-bar, .ff-errors li.progress::-moz-progress-bar {
    background-color: #ff470f; }
  .progress.is-warning::-ms-fill, .ff-errors li.progress::-ms-fill {
    background-color: #ff470f; }
  .progress.is-warning:indeterminate, .ff-errors li.progress:indeterminate {
    background-image: linear-gradient(to right, #ff470f 30%, #E9E9E9 30%); }
  .progress.is-danger::-webkit-progress-value {
    background-color: #D6112F; }
  .progress.is-danger::-moz-progress-bar {
    background-color: #D6112F; }
  .progress.is-danger::-ms-fill {
    background-color: #D6112F; }
  .progress.is-danger:indeterminate {
    background-image: linear-gradient(to right, #D6112F 30%, #E9E9E9 30%); }
  .progress.is-red::-webkit-progress-value {
    background-color: #D6112F; }
  .progress.is-red::-moz-progress-bar {
    background-color: #D6112F; }
  .progress.is-red::-ms-fill {
    background-color: #D6112F; }
  .progress.is-red:indeterminate {
    background-image: linear-gradient(to right, #D6112F 30%, #E9E9E9 30%); }
  .progress.is-grey-dark::-webkit-progress-value {
    background-color: #363636; }
  .progress.is-grey-dark::-moz-progress-bar {
    background-color: #363636; }
  .progress.is-grey-dark::-ms-fill {
    background-color: #363636; }
  .progress.is-grey-dark:indeterminate {
    background-image: linear-gradient(to right, #363636 30%, #E9E9E9 30%); }
  .progress.is-green::-webkit-progress-value {
    background-color: #0CAA41; }
  .progress.is-green::-moz-progress-bar {
    background-color: #0CAA41; }
  .progress.is-green::-ms-fill {
    background-color: #0CAA41; }
  .progress.is-green:indeterminate {
    background-image: linear-gradient(to right, #0CAA41 30%, #E9E9E9 30%); }
  .progress.is-blue::-webkit-progress-value {
    background-color: #2164f2; }
  .progress.is-blue::-moz-progress-bar {
    background-color: #2164f2; }
  .progress.is-blue::-ms-fill {
    background-color: #2164f2; }
  .progress.is-blue:indeterminate {
    background-image: linear-gradient(to right, #2164f2 30%, #E9E9E9 30%); }
  .progress.is-small {
    height: 0.9rem; }
  .progress.is-medium {
    height: 1.35rem; }
  .progress.is-large {
    height: 2.125rem; }

@-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; } }

.section {
  padding: 3rem 1.5rem; }
  @media screen and (min-width: 1000px) {
    .section.is-medium {
      padding: 9rem 1.5rem; }
    .section.is-large {
      padding: 18rem 1.5rem; } }
  .section.-headless {
    margin-top: 8em; }
  .section.reduced-padding-bottom {
    padding-bottom: 1.5rem; }
  .section.sans-padding-bottom {
    padding-bottom: 0; }
  .section.reduced-padding-top {
    padding-top: 1.5rem; }

@media screen and (min-width: 600px) {
  .socialWrap {
    height: 220px; } }

.socialShare {
  font-family: "bebas-neue", sans-serif;
  font-size: 17px;
  letter-spacing: .6px;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (min-width: 600px), print {
    .socialShare {
      float: right; } }
  .socialShare p {
    margin-bottom: 0;
    color: #7a7a7a; }
  .socialShare .social-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto; }
    @media screen and (max-width: 599px) {
      .socialShare .social-links {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (min-width: 600px), print {
      .socialShare .social-links {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .socialShare .social {
    color: white;
    margin-right: .5rem; }
    .socialShare .social:hover svg {
      background-color: #0a0a0a; }
    @media screen and (min-width: 600px), print {
      .socialShare .social {
        margin-right: 0; } }
    .socialShare .social svg {
      background-color: #D6112F;
      fill: currentColor;
      height: 40px;
      transition: background-color .25s ease-in-out;
      width: 40px; }

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.featured-project-wrapper {
  position: relative;
  margin: 4em 0; }
  .featured-project-wrapper .background-image {
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
    right: 50%;
    top: 0;
    width: 100vw;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .featured-project-wrapper .background-image .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); }
  .featured-project-wrapper .content {
    min-height: 700px; }
    @media screen and (max-width: 599px) {
      .featured-project-wrapper .content {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .featured-project-wrapper div.review {
    position: absolute;
    bottom: 100px;
    right: 0;
    overflow: initial; }
  .featured-project-wrapper .review_title_container {
    padding-right: 10px;
    padding-top: 0; }
  .featured-project-wrapper .review_card_wrapper {
    background-color: white; }
  .featured-project-wrapper .reviews_container {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .featured-project-wrapper .review_header {
    background-color: white; }
  .featured-project-wrapper svg.icon.star {
    color: #D6112F; }
  .featured-project-wrapper .level-left {
    color: #7a7a7a; }
  .featured-project-wrapper .review_block {
    background-color: white;
    padding: 25px 35px 31px 40px; }
  .featured-project-wrapper .review_header:before {
    display: none; }
  .featured-project-wrapper .project_anchor_container {
    padding-top: 25px;
    text-align: center; }
  .featured-project-wrapper .review_top {
    padding-bottom: 15px; }
  @media screen and (max-width: 599px) {
    .featured-project-wrapper i.details {
      display: block; }
    .featured-project-wrapper .review_item {
      padding: 45px 0;
      margin: 0 auto;
      width: 100%; }
    .featured-project-wrapper .review_item.-without-review {
      position: absolute;
      top: 80%; } }
  @media screen and (min-width: 600px) {
    .featured-project-wrapper .review_item {
      position: absolute;
      max-width: 440px;
      width: 55%;
      bottom: 50px;
      right: -15px; }
    .featured-project-wrapper .review_blurb_text {
      max-height: 80px;
      overflow-y: scroll; }
    .featured-project-wrapper i.details {
      padding-left: 30px; } }
  @media screen and (min-width: 1000px) {
    .featured-project-wrapper .review_item {
      right: -50px; } }
  @media screen and (min-width: 1440px) {
    .featured-project-wrapper .review_item {
      right: -150px; } }

.container {
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 1000px) {
    .container {
      max-width: 992px; }
      .container.is-fluid {
        margin-left: 64px;
        margin-right: 64px;
        max-width: none;
        width: auto; } }
  @media screen and (max-width: 1439px) {
    .container.is-widescreen {
      max-width: 1312px;
      width: auto; } }
  @media screen and (max-width: 1899px) {
    .container.is-fullhd {
      max-width: 1772px;
      width: auto; } }
  @media screen and (min-width: 1440px) {
    .container {
      max-width: 1312px;
      width: 1312px; } }
  @media screen and (min-width: 1900px) {
    .container {
      max-width: 1772px;
      width: 1772px; } }

.icon {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.125rem;
  width: 1.29375rem; }
  .icon.is-small {
    height: 1rem;
    width: 1rem; }
  .icon.is-medium {
    height: 2rem;
    width: 2rem; }
  .icon.is-large {
    height: 3rem;
    width: 3rem; }

[data-accordion] {
  display: none; }
  [data-accordion].is-active {
    display: block; }

ul.accordion-wrapper {
  list-style: none;
  margin-left: 0;
  margin-bottom: 70px; }
  ul.accordion-wrapper .accordion {
    border-bottom: 1px solid #363636;
    color: #444;
    cursor: pointer;
    padding: 18px 60px 18px 18px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: all 0.4s;
    position: relative; }
    ul.accordion-wrapper .accordion.active, ul.accordion-wrapper .accordion:hover {
      background-color: #E9E9E9; }
    ul.accordion-wrapper .accordion.active + .panel {
      margin: 18px; }
    ul.accordion-wrapper .accordion.active .state:after {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
  ul.accordion-wrapper ul {
    list-style: disc outside; }
    ul.accordion-wrapper ul ul {
      list-style-type: circle; }
  ul.accordion-wrapper .state {
    position: absolute;
    right: 10px;
    top: 28px; }
    ul.accordion-wrapper .state:before, ul.accordion-wrapper .state:after {
      content: '';
      width: 18px;
      height: 5px;
      background: red;
      position: absolute;
      right: 18px;
      transition: all .2s; }
    ul.accordion-wrapper .state:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  ul.accordion-wrapper .panel {
    margin: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-out; }
    ul.accordion-wrapper .panel p.without-margin {
      margin: 0;
      padding-left: 15px; }
    ul.accordion-wrapper .panel .without-margin-bottom {
      margin-bottom: 0; }
    ul.accordion-wrapper .panel .with-margin-top {
      margin-top: 1em; }

html.careers .slideBasic {
  height: calc(100vh - 90px); }

.sticky_form_wrapper {
  background: #D6112F;
  padding: 2rem;
  position: relative;
  z-index: 5;
  overflow: hidden; }
  @media screen and (max-width: 999px) {
    .sticky_form_wrapper {
      position: relative !important; } }
  @media screen and (min-width: 1000px) {
    .sticky_form_wrapper {
      height: 90px;
      width: 100%; } }
  @media screen and (min-width: 1000px) and (-ms-high-contrast: active), screen and (min-width: 1000px) and (-ms-high-contrast: none) {
    .sticky_form_wrapper {
      top: 0 !important; } }
  .sticky_form_wrapper .title, .sticky_form_wrapper .sg__heading {
    margin-bottom: 0; }

.sticky_form_container {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 90%; }
  @media screen and (min-width: 1000px) {
    .sticky_form_container {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 auto;
      width: 100%; } }

.careers_form {
  width: 100%; }

.careers_input_wrapper {
  margin: 0 auto; }
  @media screen and (min-width: 1000px) {
    .careers_input_wrapper {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto;
      position: absolute;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%; } }
  .careers_input_wrapper > * {
    margin: .5rem 0; }
    @media screen and (min-width: 1000px) {
      .careers_input_wrapper > * {
        margin-right: 1.5rem; } }
  .careers_input_wrapper label {
    margin: 0; }
  .careers_input_wrapper h2.careers_header {
    font-family: "bebas-neue", sans-serif;
    font-size: 20px;
    letter-spacing: 1.2px;
    margin-bottom: 0; }
    @media screen and (min-width: 600px), print {
      .careers_input_wrapper h2.careers_header {
        font-size: 2.25rem; } }
  @media screen and (max-width: 999px) {
    .careers_input_wrapper .button {
      min-width: 100px;
      display: block;
      margin: .5rem auto 0; } }
  @media screen and (min-width: 1000px) {
    .careers_input_wrapper .button {
      width: auto; } }

h2.careers_header {
  margin-bottom: 0; }

@media screen and (min-width: 1000px) {
  .sticky_form_container {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.careers_input {
  width: 100%; }
  @media screen and (min-width: 1000px) {
    .careers_input {
      max-width: 230px; } }

.careers_select {
  min-width: 230px;
  width: 100%; }

.select.careers_select_container {
  width: 100%; }
  @media screen and (min-width: 1000px) {
    .select.careers_select_container {
      width: auto; } }

.job_description_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 600px), print {
    .job_description_wrapper {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      margin: 0 auto;
      width: 90%; } }
  .job_description_wrapper p {
    line-height: 32px; }

.job_description_image_wrapper {
  margin-right: 2rem;
  min-width: 50%;
  overflow: hidden; }
  @media screen and (max-width: 999px) {
    .job_description_image_wrapper {
      margin-bottom: 2rem; } }
  @media screen and (min-width: 600px) {
    .job_description_image_wrapper {
      height: 350px; } }

.careers_image {
  width: 100%; }
  @media screen and (min-width: 600px), print {
    .careers_image {
      margin-right: 1rem; } }

.benefits_title {
  text-align: center; }

.careers-panels {
  display: none; }

.careers-panels.is-active {
  display: block; }

.benefits_wrapper {
  margin-top: 5rem; }
  @media screen and (max-width: 599px) {
    .benefits_wrapper {
      margin-top: 2rem; } }

.benefits_title {
  margin-top: 1rem; }
  @media screen and (max-width: 999px) {
    .benefits_title {
      margin-bottom: .5rem; } }

.swiper-benefits {
  margin-top: 4rem; }
  .swiper-benefits .swiper-wrapper {
    margin-bottom: 3rem; }
    @media screen and (min-width: 1440px) {
      .swiper-benefits .swiper-wrapper {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .swiper-benefits .swiper-slide {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 0 1rem;
    text-align: center;
    width: 130px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .swiper-benefits .swiper-slide h6 {
      margin-top: 1rem;
      width: 100%; }
  .swiper-benefits .swiper-scrollbar {
    background: #E9E9E9; }
  .swiper-benefits .swiper-scrollbar-drag {
    background: #b5b5b5; }
  @media screen and (max-width: 599px) {
    .swiper-benefits {
      margin-top: 0; } }

.pension {
  -webkit-transform: scale(0.64);
      -ms-transform: scale(0.64);
          transform: scale(0.64); }

.lifeInsurance {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7); }

.vacation {
  -webkit-transform: scale(0.64);
      -ms-transform: scale(0.64);
          transform: scale(0.64); }

.incentiveTrips {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6); }

.careers-cta {
  margin-bottom: 2rem; }
  .careers-cta_icon {
    background: #D6112F;
    border-radius: 50%;
    color: white;
    display: inline-block;
    fill: currentColor;
    height: 3.25rem;
    line-height: 2rem;
    margin-bottom: .75rem;
    width: 3.25rem; }
    .careers-cta_icon svg {
      height: 3.25rem;
      width: 1.4rem; }

.career-sites p {
  margin-bottom: 2rem; }

.career-sites .button:hover img {
  -webkit-filter: brightness(100);
          filter: brightness(100); }

.career-sites .button img {
  height: 20px; }

.career-sites .-glassdoor img {
  position: relative;
  top: 3px; }

.careersByLocation {
  position: relative; }
  .careersByLocation_box {
    background: white;
    box-shadow: 5px 5px 19px -5px rgba(10, 10, 10, 0.35);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    padding: 2.5rem 1.25rem;
    width: 100%;
    z-index: 1; }
    @media screen and (max-width: 599px) {
      .careersByLocation_box {
        margin: 0 auto 0; } }
    @media screen and (min-width: 600px) {
      .careersByLocation_box {
        height: 84%;
        max-width: 14.5rem;
        right: 5rem;
        top: 8%;
        overflow: scroll;
        position: absolute;
        right: 2rem;
        top: 2rem; }
        .careersByLocation_box .button {
          margin-top: 1.75rem; } }
  @media screen and (max-width: 599px) {
    .careersByLocation .smartmap-mapcanvas {
      height: 300px !important; } }

@media screen and (min-width: 1000px) {
  .careersByDepartment form {
    background: white;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4; } }

@media screen and (min-width: 1000px) {
  .careersByDepartment_mapColumn, .careersByDepartment_resultsColumn,
  .careersByDepartment .careersResults {
    height: 585px;
    position: relative; } }

.careersByDepartment_resultsColumn .select::after {
  border-color: white !important; }

.careersByDepartment_resultsColumn select {
  background: #D6112F;
  color: white; }

@media screen and (max-width: 599px) {
  .careersByDepartment_mapColumn {
    display: none; } }

@media screen and (min-width: 1000px) {
  .careersByDepartment_mapColumn form {
    background: transparent;
    padding: 3rem 4rem;
    width: 100%; }
    .careersByDepartment_mapColumn form input {
      border-color: #0a0a0a;
      box-shadow: 5px 5px 19px -5px rgba(10, 10, 10, 0.35); } }

@media screen and (min-width: 1000px) {
  .careersByDepartment .careersResults {
    overflow: scroll;
    padding-top: 3rem; } }

.careersByDepartment .careersResults li {
  border-top: 1px solid #E9E9E9;
  margin: .5rem 0;
  padding: .7rem 0 .5rem; }

.careersByDepartment .careersResults a {
  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'%23D6112F'%2F%3E%3C%2Fsvg%3E");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  cursor: pointer;
  display: block; }

.pika-single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  color: color(gray);
  display: block;
  position: relative;
  z-index: 7; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    position: absolute; }
  .pika-single.dark {
    background-color: color(gray);
    border-color: color(gray); }

.pika-lendar {
  float: left;
  margin: 8px;
  width: 240px; }

.pika-title {
  color: color(gray);
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  .dark .pika-title {
    color: #fff; }
  .pika-title select {
    cursor: pointer;
    filter: alpha(opacity=0);
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 5px;
    z-index: 9998; }

.pika-label {
  background-color: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  padding: 5px 3px;
  position: relative;
  z-index: 9999; }
  .dark .pika-label {
    background-color: color(gray); }

.pika-prev,
.pika-next {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  border: 0;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: .5;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 20px;
  white-space: nowrap;
  width: 20px; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  float: left; }

.pika-next,
.is-rtl .pika-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  float: right; }

.pika-select {
  display: inline-block; }

.pika-table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .pika-table th,
  .pika-table td {
    padding: 0;
    width: 14.285714285714286%; }
    .dark .pika-table th, .dark
    .pika-table td {
      border-bottom-color: color(gray); }
  .pika-table th {
    color: color(gray);
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    padding-bottom: 10px;
    text-align: center; }
    .dark .pika-table th {
      color: color(gray, light); }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  color: color(gray);
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 15px;
  margin: 0;
  outline: none;
  padding: 12px 5px 8px;
  text-align: center;
  width: 100%; }
  .dark .pika-button {
    background-color: color(gray);
    color: #fff; }
  .is-today .pika-button {
    color: color(gray);
    font-weight: bold; }
    .dark .is-today .pika-button {
      color: color(gray, light); }
  .is-selected .pika-button {
    background-color: color(gray);
    box-shadow: none;
    color: #fff;
    font-weight: bold; }
    .dark .is-selected .pika-button {
      background-color: color(gray, light); }
  .is-disabled .pika-button {
    color: color(gray);
    cursor: default;
    opacity: .3;
    pointer-events: none; }
  .pika-button:hover {
    background-color: color(gray, light) !important;
    box-shadow: none !important; }
    .dark .pika-button:hover {
      background-color: color(gray, light) !important; }

.pika-week {
  color: color(gray, light);
  font-size: 16px; }

.datepicker-container {
  display: block;
  margin-bottom: 10px;
  position: relative; }
  .datepicker-container + .datepicker-container {
    margin-left: 25px; }

.datepicker-control[readonly] {
  background-color: #fff;
  border-color: color(gray);
  color: color(gray);
  cursor: pointer; }

.datepicker-control.form-control--dark[readonly] {
  background-color: color(gray);
  border-color: transparent;
  color: #fff; }

.datepicker-control.has-value {
  background-image: none; }

.remove-button {
  display: none; }

.foundationComponents {
  position: relative; }
  .foundationComponents div[data-component-group] {
    margin-bottom: 1.5rem;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 600px) {
      .foundationComponents div[data-component-group] {
        margin-left: 2rem;
        padding-left: 2rem; } }
    @media screen and (max-width: 599px) {
      .foundationComponents div[data-component-group] {
        display: none; } }
    .foundationComponents div[data-component-group]:before {
      background: #D6112F;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      -webkit-transform: translateX(-5px);
          -ms-transform: translateX(-5px);
              transform: translateX(-5px);
      transition: all .25s ease-in-out;
      width: 5px; }
    @media screen and (max-width: 599px) {
      .foundationComponents div[data-component-group].is-active {
        display: block; } }
    @media screen and (min-width: 600px) {
      .foundationComponents div[data-component-group].is-active:before {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }
  .foundationComponents .chevron {
    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'%23D6112F'%2F%3E%3C%2Fsvg%3E");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    top: 250px;
    width: 29px;
    z-index: 5; }
    .foundationComponents .chevron.is-inactive {
      opacity: .25;
      -webkit-filter: brightness(0);
              filter: brightness(0); }
    .foundationComponents .chevron.is-previous {
      left: 1rem;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .foundationComponents .chevron.is-next {
      right: 1rem; }

.hero {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -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 .sg__heading {
      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: 999px) {
      .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: .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: 599px) {
        .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 .sg__heading {
      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: 999px) {
      .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: .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: 599px) {
        .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: #232323; }
    .hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-light strong {
      color: inherit; }
    .hero.is-light .title, .hero.is-light .sg__heading {
      color: #232323; }
    .hero.is-light .subtitle {
      color: rgba(35, 35, 35, 0.9); }
      .hero.is-light .subtitle a:not(.button),
      .hero.is-light .subtitle strong {
        color: #232323; }
    @media screen and (max-width: 999px) {
      .hero.is-light .navbar-menu {
        background-color: whitesmoke; } }
    .hero.is-light .navbar-item,
    .hero.is-light .navbar-link {
      color: rgba(35, 35, 35, 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: #232323; }
    .hero.is-light .tabs a {
      color: #232323;
      opacity: .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: #232323; }
      .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: #232323;
      border-color: #232323;
      color: whitesmoke; }
    .hero.is-light.is-bold {
      background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); }
      @media screen and (max-width: 599px) {
        .hero.is-light.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); } }
  .hero.is-dark {
    background-color: #232323;
    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 .sg__heading {
      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: 999px) {
      .hero.is-dark .navbar-menu {
        background-color: #232323; } }
    .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: #161616;
      color: whitesmoke; }
    .hero.is-dark .tabs a {
      color: whitesmoke;
      opacity: .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: #232323; }
    .hero.is-dark.is-bold {
      background-image: linear-gradient(141deg, #0a0909 0%, #232323 71%, #322e2d 100%); }
      @media screen and (max-width: 599px) {
        .hero.is-dark.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #0a0909 0%, #232323 71%, #322e2d 100%); } }
  .hero.is-primary, .hero.ff-form-errors {
    background-color: #0a0a0a;
    color: #fff; }
    .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag), .hero.ff-form-errors a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-primary strong,
    .hero.ff-form-errors strong {
      color: inherit; }
    .hero.is-primary .title, .hero.ff-form-errors .title, .hero.is-primary .sg__heading, .hero.ff-form-errors .sg__heading {
      color: #fff; }
    .hero.is-primary .subtitle, .hero.ff-form-errors .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-primary .subtitle a:not(.button), .hero.ff-form-errors .subtitle a:not(.button),
      .hero.is-primary .subtitle strong,
      .hero.ff-form-errors .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 999px) {
      .hero.is-primary .navbar-menu, .hero.ff-form-errors .navbar-menu {
        background-color: #0a0a0a; } }
    .hero.is-primary .navbar-item, .hero.ff-form-errors .navbar-item,
    .hero.is-primary .navbar-link,
    .hero.ff-form-errors .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-primary a.navbar-item:hover, .hero.ff-form-errors a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, .hero.ff-form-errors a.navbar-item.is-active,
    .hero.is-primary .navbar-link:hover,
    .hero.ff-form-errors .navbar-link:hover,
    .hero.is-primary .navbar-link.is-active,
    .hero.ff-form-errors .navbar-link.is-active {
      background-color: black;
      color: #fff; }
    .hero.is-primary .tabs a, .hero.ff-form-errors .tabs a {
      color: #fff;
      opacity: .9; }
      .hero.is-primary .tabs a:hover, .hero.ff-form-errors .tabs a:hover {
        opacity: 1; }
    .hero.is-primary .tabs li.is-active a, .hero.ff-form-errors .tabs li.is-active a {
      opacity: 1; }
    .hero.is-primary .tabs.is-boxed a, .hero.ff-form-errors .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a, .hero.ff-form-errors .tabs.is-toggle a {
      color: #fff; }
      .hero.is-primary .tabs.is-boxed a:hover, .hero.ff-form-errors .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover, .hero.ff-form-errors .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-primary .tabs.is-boxed li.is-active a, .hero.ff-form-errors .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.ff-form-errors .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.ff-form-errors .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover, .hero.ff-form-errors .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #0a0a0a; }
    .hero.is-primary.is-bold, .hero.is-bold.ff-form-errors {
      background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); }
      @media screen and (max-width: 599px) {
        .hero.is-primary.is-bold .navbar-menu, .hero.is-bold.ff-form-errors .navbar-menu {
          background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 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 .sg__heading {
      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: 999px) {
      .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: .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: 599px) {
        .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 .sg__heading {
      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: 999px) {
      .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: .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: 599px) {
        .hero.is-info.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); } }
  .hero.is-success {
    background-color: #0CAA41;
    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 .sg__heading {
      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: 999px) {
      .hero.is-success .navbar-menu {
        background-color: #0CAA41; } }
    .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: #0a9238;
      color: #fff; }
    .hero.is-success .tabs a {
      color: #fff;
      opacity: .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: #0CAA41; }
    .hero.is-success.is-bold {
      background-image: linear-gradient(141deg, #028117 0%, #0CAA41 71%, #08c768 100%); }
      @media screen and (max-width: 599px) {
        .hero.is-success.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #028117 0%, #0CAA41 71%, #08c768 100%); } }
  .hero.is-warning, .ff-errors li.hero {
    background-color: #ff470f;
    color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag), .ff-errors li.hero a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-warning strong,
    .ff-errors li.hero strong {
      color: inherit; }
    .hero.is-warning .title, .ff-errors li.hero .title, .hero.is-warning .sg__heading, .ff-errors li.hero .sg__heading {
      color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning .subtitle, .ff-errors li.hero .subtitle {
      color: rgba(0, 0, 0, 0.9); }
      .hero.is-warning .subtitle a:not(.button), .ff-errors li.hero .subtitle a:not(.button),
      .hero.is-warning .subtitle strong,
      .ff-errors li.hero .subtitle strong {
        color: rgba(0, 0, 0, 0.7); }
    @media screen and (max-width: 999px) {
      .hero.is-warning .navbar-menu, .ff-errors li.hero .navbar-menu {
        background-color: #ff470f; } }
    .hero.is-warning .navbar-item, .ff-errors li.hero .navbar-item,
    .hero.is-warning .navbar-link,
    .ff-errors li.hero .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning a.navbar-item:hover, .ff-errors li.hero a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active, .ff-errors li.hero a.navbar-item.is-active,
    .hero.is-warning .navbar-link:hover,
    .ff-errors li.hero .navbar-link:hover,
    .hero.is-warning .navbar-link.is-active,
    .ff-errors li.hero .navbar-link.is-active {
      background-color: #f53900;
      color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning .tabs a, .ff-errors li.hero .tabs a {
      color: rgba(0, 0, 0, 0.7);
      opacity: .9; }
      .hero.is-warning .tabs a:hover, .ff-errors li.hero .tabs a:hover {
        opacity: 1; }
    .hero.is-warning .tabs li.is-active a, .ff-errors li.hero .tabs li.is-active a {
      opacity: 1; }
    .hero.is-warning .tabs.is-boxed a, .ff-errors li.hero .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a, .ff-errors li.hero .tabs.is-toggle a {
      color: rgba(0, 0, 0, 0.7); }
      .hero.is-warning .tabs.is-boxed a:hover, .ff-errors li.hero .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover, .ff-errors li.hero .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-warning .tabs.is-boxed li.is-active a, .ff-errors li.hero .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .ff-errors li.hero .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .ff-errors li.hero .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover, .ff-errors li.hero .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: #ff470f; }
    .hero.is-warning.is-bold, .ff-errors li.hero.is-bold {
      background-image: linear-gradient(141deg, #db0f00 0%, #ff470f 71%, #ff7e29 100%); }
      @media screen and (max-width: 599px) {
        .hero.is-warning.is-bold .navbar-menu, .ff-errors li.hero.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #db0f00 0%, #ff470f 71%, #ff7e29 100%); } }
  .hero.is-danger {
    background-color: #D6112F;
    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 .sg__heading {
      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: 999px) {
      .hero.is-danger .navbar-menu {
        background-color: #D6112F; } }
    .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: #be0f2a;
      color: #fff; }
    .hero.is-danger .tabs a {
      color: #fff;
      opacity: .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: #D6112F; }
    .hero.is-danger.is-bold {
      background-image: linear-gradient(141deg, #b0043b 0%, #D6112F 71%, #f3110e 100%); }
      @media screen and (max-width: 599px) {
        .hero.is-danger.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #b0043b 0%, #D6112F 71%, #f3110e 100%); } }
  .hero.is-red {
    background-color: #D6112F;
    color: white; }
    .hero.is-red a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-red strong {
      color: inherit; }
    .hero.is-red .title, .hero.is-red .sg__heading {
      color: white; }
    .hero.is-red .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-red .subtitle a:not(.button),
      .hero.is-red .subtitle strong {
        color: white; }
    @media screen and (max-width: 999px) {
      .hero.is-red .navbar-menu {
        background-color: #D6112F; } }
    .hero.is-red .navbar-item,
    .hero.is-red .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-red a.navbar-item:hover, .hero.is-red a.navbar-item.is-active,
    .hero.is-red .navbar-link:hover,
    .hero.is-red .navbar-link.is-active {
      background-color: #be0f2a;
      color: white; }
    .hero.is-red .tabs a {
      color: white;
      opacity: .9; }
      .hero.is-red .tabs a:hover {
        opacity: 1; }
    .hero.is-red .tabs li.is-active a {
      opacity: 1; }
    .hero.is-red .tabs.is-boxed a, .hero.is-red .tabs.is-toggle a {
      color: white; }
      .hero.is-red .tabs.is-boxed a:hover, .hero.is-red .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-red .tabs.is-boxed li.is-active a, .hero.is-red .tabs.is-boxed li.is-active a:hover, .hero.is-red .tabs.is-toggle li.is-active a, .hero.is-red .tabs.is-toggle li.is-active a:hover {
      background-color: white;
      border-color: white;
      color: #D6112F; }
    .hero.is-red.is-bold {
      background-image: linear-gradient(141deg, #b0043b 0%, #D6112F 71%, #f3110e 100%); }
      @media screen and (max-width: 599px) {
        .hero.is-red.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #b0043b 0%, #D6112F 71%, #f3110e 100%); } }
  .hero.is-grey-dark {
    background-color: #363636;
    color: white; }
    .hero.is-grey-dark a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-grey-dark strong {
      color: inherit; }
    .hero.is-grey-dark .title, .hero.is-grey-dark .sg__heading {
      color: white; }
    .hero.is-grey-dark .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-grey-dark .subtitle a:not(.button),
      .hero.is-grey-dark .subtitle strong {
        color: white; }
    @media screen and (max-width: 999px) {
      .hero.is-grey-dark .navbar-menu {
        background-color: #363636; } }
    .hero.is-grey-dark .navbar-item,
    .hero.is-grey-dark .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-grey-dark a.navbar-item:hover, .hero.is-grey-dark a.navbar-item.is-active,
    .hero.is-grey-dark .navbar-link:hover,
    .hero.is-grey-dark .navbar-link.is-active {
      background-color: #292929;
      color: white; }
    .hero.is-grey-dark .tabs a {
      color: white;
      opacity: .9; }
      .hero.is-grey-dark .tabs a:hover {
        opacity: 1; }
    .hero.is-grey-dark .tabs li.is-active a {
      opacity: 1; }
    .hero.is-grey-dark .tabs.is-boxed a, .hero.is-grey-dark .tabs.is-toggle a {
      color: white; }
      .hero.is-grey-dark .tabs.is-boxed a:hover, .hero.is-grey-dark .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-grey-dark .tabs.is-boxed li.is-active a, .hero.is-grey-dark .tabs.is-boxed li.is-active a:hover, .hero.is-grey-dark .tabs.is-toggle li.is-active a, .hero.is-grey-dark .tabs.is-toggle li.is-active a:hover {
      background-color: white;
      border-color: white;
      color: #363636; }
    .hero.is-grey-dark.is-bold {
      background-image: linear-gradient(141deg, #1f1a1b 0%, #363636 71%, #46413f 100%); }
      @media screen and (max-width: 599px) {
        .hero.is-grey-dark.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #1f1a1b 0%, #363636 71%, #46413f 100%); } }
  .hero.is-green {
    background-color: #0CAA41;
    color: white; }
    .hero.is-green a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-green strong {
      color: inherit; }
    .hero.is-green .title, .hero.is-green .sg__heading {
      color: white; }
    .hero.is-green .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-green .subtitle a:not(.button),
      .hero.is-green .subtitle strong {
        color: white; }
    @media screen and (max-width: 999px) {
      .hero.is-green .navbar-menu {
        background-color: #0CAA41; } }
    .hero.is-green .navbar-item,
    .hero.is-green .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-green a.navbar-item:hover, .hero.is-green a.navbar-item.is-active,
    .hero.is-green .navbar-link:hover,
    .hero.is-green .navbar-link.is-active {
      background-color: #0a9238;
      color: white; }
    .hero.is-green .tabs a {
      color: white;
      opacity: .9; }
      .hero.is-green .tabs a:hover {
        opacity: 1; }
    .hero.is-green .tabs li.is-active a {
      opacity: 1; }
    .hero.is-green .tabs.is-boxed a, .hero.is-green .tabs.is-toggle a {
      color: white; }
      .hero.is-green .tabs.is-boxed a:hover, .hero.is-green .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-green .tabs.is-boxed li.is-active a, .hero.is-green .tabs.is-boxed li.is-active a:hover, .hero.is-green .tabs.is-toggle li.is-active a, .hero.is-green .tabs.is-toggle li.is-active a:hover {
      background-color: white;
      border-color: white;
      color: #0CAA41; }
    .hero.is-green.is-bold {
      background-image: linear-gradient(141deg, #028117 0%, #0CAA41 71%, #08c768 100%); }
      @media screen and (max-width: 599px) {
        .hero.is-green.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #028117 0%, #0CAA41 71%, #08c768 100%); } }
  .hero.is-blue {
    background-color: #2164f2;
    color: white; }
    .hero.is-blue a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-blue strong {
      color: inherit; }
    .hero.is-blue .title, .hero.is-blue .sg__heading {
      color: white; }
    .hero.is-blue .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-blue .subtitle a:not(.button),
      .hero.is-blue .subtitle strong {
        color: white; }
    @media screen and (max-width: 999px) {
      .hero.is-blue .navbar-menu {
        background-color: #2164f2; } }
    .hero.is-blue .navbar-item,
    .hero.is-blue .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-blue a.navbar-item:hover, .hero.is-blue a.navbar-item.is-active,
    .hero.is-blue .navbar-link:hover,
    .hero.is-blue .navbar-link.is-active {
      background-color: #0e55ec;
      color: white; }
    .hero.is-blue .tabs a {
      color: white;
      opacity: .9; }
      .hero.is-blue .tabs a:hover {
        opacity: 1; }
    .hero.is-blue .tabs li.is-active a {
      opacity: 1; }
    .hero.is-blue .tabs.is-boxed a, .hero.is-blue .tabs.is-toggle a {
      color: white; }
      .hero.is-blue .tabs.is-boxed a:hover, .hero.is-blue .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }
    .hero.is-blue .tabs.is-boxed li.is-active a, .hero.is-blue .tabs.is-boxed li.is-active a:hover, .hero.is-blue .tabs.is-toggle li.is-active a, .hero.is-blue .tabs.is-toggle li.is-active a:hover {
      background-color: white;
      border-color: white;
      color: #2164f2; }
    .hero.is-blue.is-bold {
      background-image: linear-gradient(141deg, #016ddf 0%, #2164f2 71%, #3452f9 100%); }
      @media screen and (max-width: 599px) {
        .hero.is-blue.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #016ddf 0%, #2164f2 71%, #3452f9 100%); } }
  .hero.is-small .hero-body {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem; }
  @media screen and (min-width: 600px), print {
    .hero.is-medium .hero-body {
      padding-bottom: 9rem;
      padding-top: 9rem; } }
  .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-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    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-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1; }
  .hero.is-halfheight {
    min-height: 50vh; }
  .hero.is-fullheight {
    min-height: 100vh; }

.hero-video {
  overflow: hidden; }
  @media screen and (max-width: 599px) {
    .hero-video {
      display: none; } }
  .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: .3; }

.hero-buttons {
  margin-top: 1.5rem; }
  @media screen and (max-width: 599px) {
    .hero-buttons .button {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .hero-buttons .button:not(:last-child) {
        margin-bottom: .75rem; } }
  @media screen and (min-width: 600px), print {
    .hero-buttons {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .hero-buttons .button:not(:last-child) {
        margin-right: 1.5rem; } }

.hero-head,
.hero-foot {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.hero-body {
  padding: 3rem 1.5rem;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.basicHero_background {
  min-height: 400px;
  overflow: hidden; }
  .basicHero_background.is-tall {
    height: 400px; }
    @media screen and (min-width: 600px) {
      .basicHero_background.is-tall {
        height: 530px; } }
    @media screen and (min-width: 1000px) {
      .basicHero_background.is-tall {
        height: 630px; } }

.repair-building {
  padding-bottom: 2.5rem; }
  .repair-building svg {
    height: 100%;
    max-width: 1800px;
    width: 100%; }
  .repair-building path {
    transition: fill .25s ease-in-out; }
  .repair-building path.capability[data-status="is-active"] {
    fill: #D6112F; }
  .repair-building path[data-capability="doors"]:not([data-status="is-active"]) {
    fill: #b5b5b5 !important; }

@media screen and (max-width: 599px) {
  .repair-capabilities_list {
    text-align: center; } }

.repair-capabilities_list div {
  transition: all .25s ease-in-out;
  padding-bottom: 0;
  color: #0a0a0a;
  cursor: default; }
  .repair-capabilities_list div[data-status="is-active"] {
    color: #D6112F; }

.sticky_container {
  position: -webkit-sticky;
  position: sticky;
  bottom: -1px;
  height: 3rem;
  width: 100%;
  z-index: 10; }
  @media screen and (min-width: 600px), print {
    .sticky_container {
      height: 3.2rem; } }
  .sticky_container .button.button_wide-sticky {
    border: none;
    font-size: 20px;
    height: 100%;
    width: 100%; }
    @media screen and (min-width: 600px), print {
      .sticky_container .button.button_wide-sticky {
        font-size: 33px;
        letter-spacing: 1px; } }

@media screen and (min-width: 600px) {
  html.full-height {
    height: 100vh;
    overflow: hidden; }
    html.full-height.overflow-hidden body {
      overflow: hidden; } }

html.full-height body {
  background: #0a0a0a; }

.swiperHeroFull .swiper-slide:last-child {
  height: auto; }

@media screen and (min-width: 600px) {
  .swiperHeroFull {
    height: 100vh; }
    .swiperHeroFull .swiper-container {
      height: 100vh; }
    .swiperHeroFull .swiper-slide:last-child {
      height: 450px; } }

@media screen and (max-width: 599px) {
  .swiperHeroFull .swiper-container {
    overflow: visible; } }

@media screen and (min-width: 1000px) {
  .swiperHeroFull .swiper-slide:last-child {
    height: 390px; } }

.swiperHeroFull .swiper-container .swiper-wrapper {
  transition-timing-function: ease-in; }

.swiperHeroFull .swiper-container-initialized .swiper-slide:nth-last-child(-n+2) .chevron {
  display: none; }

.swiperHeroFull .background-video {
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }
  .swiperHeroFull .background-video:after {
    background: rgba(10, 10, 10, 0.6);
    content: '';
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .swiperHeroFull .background-video iframe {
    height: 56.25vw;
    left: 50%;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100vw; }

@media screen and (max-width: 599px) {
  .swiperHeroFull .swiper-wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.swiperHeroFull .swiper-pagination-bullet .swiper-pagination-title {
  color: white;
  font-style: italic;
  left: 20px;
  line-height: 10px;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 0;
  transition: opacity .45s ease-in-out;
  width: 200px; }

.swiperHeroFull .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-title,
.swiperHeroFull .swiper-pagination-bullet:hover .swiper-pagination-title {
  opacity: 1; }

.swiperHeroFull .swiper-pagination-bullet:last-child {
  display: none !important; }

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

.swiperHeroFull .swiper-pagination-bullets {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 1.5rem;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  transition: height .55s ease-in-out; }
  .swiperHeroFull .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
    position: relative; }
  .swiperHeroFull .swiper-pagination-bullets.contains-text-black .swiper-pagination-bullet {
    border-color: #0a0a0a; }
  .swiperHeroFull .swiper-pagination-bullets.contains-text-black .swiper-pagination-bullet-active {
    background: #0a0a0a; }
  .swiperHeroFull .swiper-pagination-bullets.last-slide-active {
    height: calc(100vh - 310px); }

.swiperHeroGallery {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }
  .swiperHeroGallery .title, .swiperHeroGallery .sg__heading {
    color: white;
    margin-top: 2rem; }
  .swiperHeroGallery ._hero {
    width: 100%; }
    .swiperHeroGallery ._hero .swiper-slide {
      background-position: 50% 50%;
      background-size: cover;
      height: 400px; }
      @media screen and (min-width: 600px) {
        .swiperHeroGallery ._hero .swiper-slide {
          height: 530px; } }
      @media screen and (min-width: 1000px) {
        .swiperHeroGallery ._hero .swiper-slide {
          height: 630px; } }
      .swiperHeroGallery ._hero .swiper-slide *:not(iframe) {
        position: relative;
        z-index: 2; }
      .swiperHeroGallery ._hero .swiper-slide:first-child::before {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+39&0.38+0,0+65 */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.15) 26%, rgba(0, 0, 0, 0) 47%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        content: '';
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61000000', endColorstr='#00000000',GradientType=0 );
        /* IE6-9 */
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1; }
    .is-fullscreen .swiperHeroGallery ._hero {
      height: 100vh; }
  .swiperHeroGallery.is-fullscreen ._hero .swiper-slide {
    height: 100vh; }
  .swiperHeroGallery.is-fullscreen ._thumbs .fullscreen-trigger {
    position: fixed; }
  @media screen and (min-width: 600px) {
    .swiperHeroGallery ._thumbs {
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100%; } }
  .swiperHeroGallery ._thumbs .columns {
    margin-bottom: 0; }
  .swiperHeroGallery ._thumbs .swiper-container {
    background: rgba(10, 10, 10, 0.75);
    max-width: 592px;
    padding: .5rem; }
  .swiperHeroGallery ._thumbs .swiper-container:not(.remove-swiper-button) {
    padding-left: 1.85rem;
    padding-right: 1.85rem; }
  @media screen and (min-width: 600px) {
    .swiperHeroGallery ._thumbs .swiper-container.remove-swiper-button.has-thumbs-5 {
      max-width: 456px; }
    .swiperHeroGallery ._thumbs .swiper-container.remove-swiper-button.has-thumbs-4 {
      max-width: 366px; }
    .swiperHeroGallery ._thumbs .swiper-container.remove-swiper-button.has-thumbs-3 {
      max-width: 277px; }
    .swiperHeroGallery ._thumbs .swiper-container.remove-swiper-button.has-thumbs-2 {
      max-width: 189px; } }
  .swiperHeroGallery ._thumbs .swiper-container.remove-swiper-button .swiper-button-prev,
  .swiperHeroGallery ._thumbs .swiper-container.remove-swiper-button .swiper-button-next {
    display: none; }
  .swiperHeroGallery ._thumbs .swiper-slide {
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box;
    cursor: pointer;
    height: 80px;
    width: 80px; }
    .swiperHeroGallery ._thumbs .swiper-slide.swiper-slide-thumb-active {
      border: 2px solid white; }
  .swiperHeroGallery ._thumbs .swiper-button-prev,
  .swiperHeroGallery ._thumbs .swiper-button-next {
    background-size: 16px 34px;
    height: 34px;
    margin-top: -17px;
    width: 16px; }
  .swiperHeroGallery ._thumbs .swiper-button-prev {
    left: .45rem; }
    @media screen and (max-width: 599px) {
      .swiperHeroGallery ._thumbs .swiper-button-prev {
        display: none; } }
  .swiperHeroGallery ._thumbs .swiper-button-next {
    right: .45rem; }
    @media screen and (max-width: 599px) {
      .swiperHeroGallery ._thumbs .swiper-button-next {
        display: none; } }
  .swiperHeroGallery ._thumbs .fullscreen-trigger {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    background: rgba(10, 10, 10, 0.45);
    bottom: 0;
    color: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Assistant", sans-serif;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 18px 30px;
    position: absolute;
    right: 0;
    transition: background .25s ease-in-out;
    z-index: 10; }
    .swiperHeroGallery ._thumbs .fullscreen-trigger:hover {
      background: rgba(10, 10, 10, 0.8); }
      .swiperHeroGallery ._thumbs .fullscreen-trigger:hover svg {
        -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
                transform: scale(1.3); }
    .swiperHeroGallery ._thumbs .fullscreen-trigger svg {
      fill: currentColor;
      margin-left: 20px;
      transition: all .25s ease-in-out; }
    @media only screen and (max-width: 1025px) {
      .swiperHeroGallery ._thumbs .fullscreen-trigger {
        bottom: 5.7rem; } }
    @media screen and (max-width: 599px) {
      .swiperHeroGallery ._thumbs .fullscreen-trigger {
        display: none; } }

.basicHero_background {
  background-size: cover;
  background-position: 50% 50%; }
  .basicHero_background.has-text-centered {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .basicHero_background.has-text-centered * {
      z-index: 1; }
    .basicHero_background.has-text-centered .title, .basicHero_background.has-text-centered .sg__heading {
      max-width: 555px; }
    .basicHero_background.has-text-centered .button {
      margin-top: 1.5rem; }
    .basicHero_background.has-text-centered:before, .basicHero_background.has-text-centered:after {
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }
    .basicHero_background.has-text-centered:before {
      background-image: radial-gradient(50% 102%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.37) 100%); }
    .basicHero_background.has-text-centered:after {
      background: rgba(10, 10, 10, 0.3); }

.swiper-explore {
  background-color: #232323;
  color: white;
  overflow: hidden;
  padding-bottom: 1rem;
  padding-top: 1rem; }
  .swiper-explore .swiper-container {
    overflow: visible;
    padding-bottom: 2rem; }
  .swiper-explore .swiper-slide {
    overflow: hidden;
    width: 75%; }
    @media screen and (min-width: 600px), print {
      .swiper-explore .swiper-slide {
        width: 25.5%; } }
    @media screen and (min-width: 1000px) {
      .swiper-explore .swiper-slide {
        width: 20.5%; } }
    .swiper-explore .swiper-slide .title, .swiper-explore .swiper-slide .sg__heading {
      bottom: 1.5rem;
      left: 1.5rem;
      position: absolute; }
    .swiper-explore .swiper-slide:hover picture, .swiper-explore .swiper-slide:hover img {
      opacity: .85;
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  .swiper-explore picture, .swiper-explore img {
    opacity: .7;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    transition: all .35s ease-in-out; }

.swiper-container-horizontal > .swiper-scrollbar {
  height: 7px;
  left: 0;
  width: 100%; }

.swiper-scrollbar {
  background: #7a7a7a; }

.swiper-scrollbar-drag {
  background: white; }

.locationsMap .smartmap-mapcanvas {
  height: 100vh; }

.locationsMap_box {
  background: white;
  box-shadow: 5px 5px 19px -5px rgba(10, 10, 10, 0.35);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 2rem;
  max-width: calc(100% - 4rem); }
  .locationsMap_box p {
    line-height: 1.2; }
  .locationsMap_box input[type="text"] {
    background: #E9E9E9; }
  @media screen and (max-width: 599px) {
    .locationsMap_box {
      top: 5rem;
      padding: 1.5rem 3.55rem; } }
  @media screen and (min-width: 600px) {
    .locationsMap_box {
      left: 5rem;
      max-width: 14.5rem;
      min-height: 23.5rem;
      top: 35%;
      padding: 2.5rem 1.25rem; } }

.smartmap-mapcanvas header .title, .smartmap-mapcanvas header .sg__heading,
.smartmap-mapcanvas footer a.button {
  display: none; }

.slideBasic {
  background: white;
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  height: calc(100vh - 42px); }
  @media screen and (min-width: 600px) {
    .slideBasic {
      height: 100vh; } }
  .slideBasic:before, .slideBasic:after {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .slideBasic:before {
    background-image: radial-gradient(50% 102%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.37) 100%); }
  .slideBasic:after {
    background: rgba(10, 10, 10, 0.3); }
  .slideBasic * {
    z-index: 2; }
  .slideBasic ._content {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 0 auto;
    max-width: 450px;
    padding: 1rem;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .slideBasic ._content .title-subtitle-copy {
      margin-bottom: 3rem;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
      .slideBasic ._content .title-subtitle-copy.sans-button {
        margin-bottom: 6rem; }
      .slideBasic ._content .title-subtitle-copy p {
        margin: 2rem 0 0; }
    .slideBasic ._content .subtitle {
      margin-top: .5rem; }
    .slideBasic ._content .button {
      margin: 0 auto 3.65rem; }
      .slideBasic ._content .button.increased-margin-bottom {
        margin-bottom: 4.5rem; }
    .-align-top .slideBasic ._content {
      -webkit-align-content: stretch;
          -ms-flex-line-pack: stretch;
              align-content: stretch; }
      .-align-top .slideBasic ._content .title-subtitle-copy {
        margin-top: 6rem;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start; }
      .-align-top .slideBasic ._content .button {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; }
    .has-content-wrapper .slideBasic ._content {
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-bottom: 2rem; }
      .has-content-wrapper .slideBasic ._content .wrapper .button {
        margin-bottom: 1rem; }
        @media screen and (min-width: 600px), print {
          .has-content-wrapper .slideBasic ._content .wrapper .button {
            margin-bottom: 3rem; } }

.next-slide {
  bottom: 2rem;
  width: 100%;
  text-align: center; }
  .next-slide p {
    margin: 0 auto;
    max-width: 450px; }
  .contains-text-black .next-slide {
    color: #0a0a0a; }
  @media screen and (min-width: 600px) {
    .next-slide {
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }

.heroFull .chevron,
.swiperHeroFull .chevron {
  -webkit-animation: float 2s ease-in-out infinite;
          animation: float 2s ease-in-out infinite;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  display: block;
  height: 15px;
  margin: 0 auto;
  -webkit-transform: rotate(315deg) translatey(0px);
      -ms-transform: rotate(315deg) translatey(0px);
          transform: rotate(315deg) translatey(0px);
  width: 15px; }
  .contains-text-black .heroFull .chevron, .contains-text-black
  .swiperHeroFull .chevron {
    border-bottom: 1px solid #0a0a0a;
    border-left: 1px solid #0a0a0a; }

.slideComplex.swiper-slide {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (max-width: 599px) {
    .slideComplex.swiper-slide {
      padding-bottom: 2rem; } }
  @media screen and (min-width: 600px) {
    .slideComplex.swiper-slide {
      height: 100vh; } }
  .slideComplex.swiper-slide .column:nth-child(2) {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .slideComplex.swiper-slide ._copy {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 900px;
    min-height: 30%;
    padding-left: 2rem;
    padding-right: 2rem; }
  .slideComplex.swiper-slide .seperator {
    background: #b5b5b5;
    height: 2px;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .slideComplex.swiper-slide .seperator {
        height: 220px;
        margin: 0 1.2rem;
        width: 2px;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; } }
  .slideComplex.swiper-slide ._top {
    padding-top: 8%;
    z-index: 2; }
    @media screen and (max-width: 599px) {
      .slideComplex.swiper-slide ._top {
        margin-bottom: .5rem;
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media (min-height: 850px) {
      .slideComplex.swiper-slide ._top {
        padding-top: 12%; } }
  .slideComplex.swiper-slide ._image {
    pointer-events: none; }
    @media screen and (max-width: 599px) {
      .slideComplex.swiper-slide ._image {
        margin-bottom: 1.5rem;
        margin-top: 1rem; } }
    @media screen and (min-width: 600px) {
      .slideComplex.swiper-slide ._image {
        bottom: 15%;
        padding-right: 0;
        position: absolute;
        z-index: 0; } }
  @media screen and (min-width: 600px) and (max-height: 520px) {
    .slideComplex.swiper-slide ._image {
      opacity: .65; } }
    @media screen and (min-width: 1000px) {
      .slideComplex.swiper-slide ._image {
        left: 4rem; } }
  @media screen and (min-width: 1000px) and (max-height: 800px) {
    .slideComplex.swiper-slide ._image {
      opacity: .65; } }
    @media screen and (min-width: 1440px) {
      .slideComplex.swiper-slide ._image {
        bottom: 8%; } }
  @media screen and (min-width: 1440px) and (max-height: 780px) {
    .slideComplex.swiper-slide ._image {
      opacity: .65; } }
  .slideComplex.swiper-slide .chevron {
    border-color: #0a0a0a; }

@media screen and (min-width: 600px) {
  [data-component='swiper'] .slideBasic [data-animate] {
    opacity: 0;
    position: relative; }
  [data-component='swiper'] .slideBasic [data-animate='fast'] {
    -webkit-transform: translateY(-65px);
        -ms-transform: translateY(-65px);
            transform: translateY(-65px);
    transition: opacity 0.55s ease-in-out, -webkit-transform 1.25s cubic-bezier(0.11, 1.06, 0.43, 1.08);
    transition: opacity 0.55s ease-in-out, transform 1.25s cubic-bezier(0.11, 1.06, 0.43, 1.08);
    transition: opacity 0.55s ease-in-out, transform 1.25s cubic-bezier(0.11, 1.06, 0.43, 1.08), -webkit-transform 1.25s cubic-bezier(0.11, 1.06, 0.43, 1.08); }
  [data-component='swiper'] .slideBasic [data-animate='normal'] {
    -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
            transform: translateY(-60px);
    transition: opacity 0.55s ease-in-out, -webkit-transform 1.35s cubic-bezier(0.11, 1.06, 0.43, 1.08);
    transition: opacity 0.55s ease-in-out, transform 1.35s cubic-bezier(0.11, 1.06, 0.43, 1.08);
    transition: opacity 0.55s ease-in-out, transform 1.35s cubic-bezier(0.11, 1.06, 0.43, 1.08), -webkit-transform 1.35s cubic-bezier(0.11, 1.06, 0.43, 1.08); }
  [data-component='swiper'] .slideBasic [data-animate='slow'] {
    -webkit-transform: translateY(-55px);
        -ms-transform: translateY(-55px);
            transform: translateY(-55px);
    transition: opacity 0.55s ease-in-out, -webkit-transform 1.45s cubic-bezier(0.11, 1.06, 0.43, 1.08);
    transition: opacity 0.55s ease-in-out, transform 1.45s cubic-bezier(0.11, 1.06, 0.43, 1.08);
    transition: opacity 0.55s ease-in-out, transform 1.45s cubic-bezier(0.11, 1.06, 0.43, 1.08), -webkit-transform 1.45s cubic-bezier(0.11, 1.06, 0.43, 1.08); } }

[data-component='swiper'] .slideBasic [data-animate] {
  z-index: 3; }

@media screen and (min-width: 600px) {
  [data-component='swiper'] .slideBasic.swiper-slide-active [data-animate] {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  [data-component='swiper'] .slideBasic.swiper-slide-active [data-animate='fast'] {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition: opacity 0.55s ease-in-out 0.85s, -webkit-transform 1.25s cubic-bezier(0.11, 1.06, 0.43, 1.08) 0.85s;
    transition: opacity 0.55s ease-in-out 0.85s, transform 1.25s cubic-bezier(0.11, 1.06, 0.43, 1.08) 0.85s;
    transition: opacity 0.55s ease-in-out 0.85s, transform 1.25s cubic-bezier(0.11, 1.06, 0.43, 1.08) 0.85s, -webkit-transform 1.25s cubic-bezier(0.11, 1.06, 0.43, 1.08) 0.85s; }
  [data-component='swiper'] .slideBasic.swiper-slide-active [data-animate='normal'] {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition: opacity 0.55s ease-in-out 0.85s, -webkit-transform 1.35s cubic-bezier(0.11, 1.06, 0.43, 1.08) 0.95s;
    transition: opacity 0.55s ease-in-out 0.85s, transform 1.35s cubic-bezier(0.11, 1.06, 0.43, 1.08) 0.95s;
    transition: opacity 0.55s ease-in-out 0.85s, transform 1.35s cubic-bezier(0.11, 1.06, 0.43, 1.08) 0.95s, -webkit-transform 1.35s cubic-bezier(0.11, 1.06, 0.43, 1.08) 0.95s; }
  [data-component='swiper'] .slideBasic.swiper-slide-active [data-animate='slow'] {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition: opacity 0.55s ease-in-out 0.85s, -webkit-transform 1.45s cubic-bezier(0.11, 1.06, 0.43, 1.08) 1.05s;
    transition: opacity 0.55s ease-in-out 0.85s, transform 1.45s cubic-bezier(0.11, 1.06, 0.43, 1.08) 1.05s;
    transition: opacity 0.55s ease-in-out 0.85s, transform 1.45s cubic-bezier(0.11, 1.06, 0.43, 1.08) 1.05s, -webkit-transform 1.45s cubic-bezier(0.11, 1.06, 0.43, 1.08) 1.05s; } }

@-webkit-keyframes float {
  0% {
    -webkit-transform: rotate(315deg) translatey(0px) translatex(0px);
            transform: rotate(315deg) translatey(0px) translatex(0px); }
  50% {
    -webkit-transform: rotate(315deg) translatey(5px) translatex(-5px);
            transform: rotate(315deg) translatey(5px) translatex(-5px); }
  100% {
    -webkit-transform: rotate(315deg) translatey(0px) translatex(0px);
            transform: rotate(315deg) translatey(0px) translatex(0px); } }

@keyframes float {
  0% {
    -webkit-transform: rotate(315deg) translatey(0px) translatex(0px);
            transform: rotate(315deg) translatey(0px) translatex(0px); }
  50% {
    -webkit-transform: rotate(315deg) translatey(5px) translatex(-5px);
            transform: rotate(315deg) translatey(5px) translatex(-5px); }
  100% {
    -webkit-transform: rotate(315deg) translatey(0px) translatex(0px);
            transform: rotate(315deg) translatey(0px) translatex(0px); } }

.tabs {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom-color: #E9E9E9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "bebas-neue", sans-serif;
  font-size: 1rem;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .5rem 0;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 999px) {
    .tabs {
      overflow-x: scroll; } }
  .tabs [data-bar] {
    background: #D6112F;
    bottom: 30px;
    height: 6px;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    transition: -webkit-transform 0.45s cubic-bezier(0.11, 1.06, 0.43, 1.08);
    transition: transform 0.45s cubic-bezier(0.11, 1.06, 0.43, 1.08);
    transition: transform 0.45s cubic-bezier(0.11, 1.06, 0.43, 1.08), -webkit-transform 0.45s cubic-bezier(0.11, 1.06, 0.43, 1.08);
    width: 100%;
    z-index: 2; }
  .tabs .tab-info {
    bottom: -39px;
    font-size: 1rem;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%; }
  .tabs a {
    position: relative;
    top: -20px; }
  .tabs a,
  .tabs label {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #363636;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto -1px;
    padding: 0.5rem 1rem;
    text-align: center;
    vertical-align: top;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .tabs a:hover,
    .tabs label:hover {
      border-bottom-color: #E9E9E9;
      color: #232323; }
  .tabs li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .tabs li.is-active a,
    .tabs li.is-active label {
      color: #D6112F; }
  .tabs.has-animated-bar {
    border-bottom: none;
    display: block;
    overflow: hidden;
    white-space: nowrap; }
    .tabs.has-animated-bar ul {
      height: 80px;
      width: 100%;
      -ms-overflow-style: none;
      scrollbar-width: none; }
    .tabs.has-animated-bar ul::-webkit-scrollbar {
      display: none; }
    .tabs.has-animated-bar li {
      display: block;
      height: auto;
      padding-left: .25rem;
      padding-right: .25rem;
      width: auto; }
      @media screen and (min-width: 1440px) {
        .tabs.has-animated-bar li {
          padding-left: 1rem;
          padding-right: 1rem; } }
      .tabs.has-animated-bar li:first-child {
        padding-left: 0; }
    .tabs.has-animated-bar a {
      padding-bottom: 0;
      padding-top: 0; }
    .tabs.has-animated-bar:after {
      background: #E9E9E9;
      bottom: 39px;
      content: '';
      height: 2px;
      position: absolute;
      width: 100%;
      z-index: -1; }
      .has-background-grey-lighter .tabs.has-animated-bar:after {
        background: #7a7a7a; }
    .tabs.has-animated-bar .swiper-scrollbar {
      background: rgba(233, 233, 233, 0.4); }
      .has-background-grey-lighter .tabs.has-animated-bar .swiper-scrollbar {
        background: #363636; }
    .tabs.has-animated-bar .swiper-scrollbar-drag {
      background: #E9E9E9; }
      .has-background-grey-lighter .tabs.has-animated-bar .swiper-scrollbar-drag {
        background: #363636; }
  .tabs.is-toggle input[type='radio'] {
    position: absolute;
    visibility: hidden; }
  .tabs.is-toggle.has-selection-value input[type='radio']:not(:checked) + label {
    background: #E9E9E9; }
  .tabs.is-toggle:not(.is-toggle-rounded) label {
    position: relative; }
  .tabs.is-toggle:not(.is-toggle-rounded) label::before {
    border: 1px solid #7a7a7a;
    content: '';
    height: 100%;
    left: 1px;
    position: absolute;
    top: 0;
    width: calc(100% - 1px);
    z-index: 1; }
  .tabs.is-toggle:not(.is-toggle-rounded) input[type='radio']:checked ~ label::before {
    border-color: #D6112F;
    border-width: 2px;
    box-shadow: 2px 2px 7px rgba(10, 10, 10, 0.5); }
  .tabs.is-toggle-rounded label {
    transition: all .15s ease-in-out; }
    @media screen and (max-width: 599px) {
      .tabs.is-toggle-rounded label {
        font-size: .75rem;
        line-height: 1;
        padding: .35rem .5rem; } }
  .tabs.is-toggle-rounded input[type='radio']:checked ~ label {
    background: #D6112F !important;
    transition: all .15s ease-in-out; }
  .tabs ul {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .tabs ul.is-left {
      padding-right: .75em; }
    .tabs ul.is-center {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: .75em;
      padding-right: .75em;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; }
    .tabs ul.is-right {
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-left: .75em; }
  .tabs .icon:first-child {
    margin-right: .5em; }
  .tabs .icon:last-child {
    margin-left: .5em; }
  .tabs.is-centered ul {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tabs.is-right ul {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 0 0 0 0; }
    .tabs.is-boxed a:hover {
      background-color: whitesmoke;
      border-bottom-color: #E9E9E9; }
  .tabs.is-boxed li.is-active a {
    background-color: white;
    border-bottom-color: transparent !important;
    border-color: #E9E9E9; }
  .tabs.is-fullwidth ul {
    width: 100%; }
  .tabs.is-fullwidth li {
    /*flex-grow: 1;
      flex-shrink: 0;*/
    height: 100%;
    width: 100%; }
  .tabs.is-toggle {
    border-bottom: none;
    overflow-y: visible; }
    .tabs.is-toggle a {
      border-color: #E9E9E9;
      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: 0 0 0 0; }
    .tabs.is-toggle li:last-child a {
      border-radius: 0 0 0 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,
    .tabs.is-toggle.is-toggle-rounded li:first-child label {
      border-bottom-left-radius: 290486px;
      border-top-left-radius: 290486px;
      padding-left: 1.25em; }
    .tabs.is-toggle.is-toggle-rounded li:last-child a,
    .tabs.is-toggle.is-toggle-rounded li:last-child label {
      border-bottom-right-radius: 290486px;
      border-top-right-radius: 290486px;
      padding-right: 1.25em; }
  .tabs.is-small {
    font-size: 0.9rem; }
  .tabs.is-medium {
    font-size: 1.35rem; }
  .tabs.is-large {
    font-size: 2.125rem; }

.thanks_wrapper {
  margin-top: 5rem; }

.thanks_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .thanks_content > * {
    margin-top: 2rem; }

[data-filterTrigger] {
  border-bottom: 1px solid #E9E9E9;
  display: block;
  margin-bottom: .75rem;
  padding: .5rem 0 .15rem;
  position: relative; }
  [data-filterTrigger]:before, [data-filterTrigger]:after {
    background: #0a0a0a;
    content: '';
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: all .15s ease-in-out;
    width: 13px; }
  [data-filterTrigger]:before {
    right: 10px;
    -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg); }
  [data-filterTrigger]:after {
    right: 0;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg); }
  [data-filterTrigger].is-active:before, [data-filterTrigger].is-active:after {
    width: 10px; }
  [data-filterTrigger].is-active:before, [data-filterTrigger].is-active:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }

[data-filterTarget] {
  height: 0;
  overflow: hidden;
  transition: height .25s ease-in-out; }
  [data-filterTarget].is-active {
    height: auto; }

[data-group] {
  display: none; }
  [data-group].is-active {
    display: block; }

.projectGrid ._item a {
  display: block;
  width: 100%; }

.project-catalog-container {
  padding: 60px 0 70px;
  position: relative;
  margin: 4em 0; }
  .project-catalog-container:before {
    background-color: #E9E9E9;
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    opacity: .5;
    position: absolute;
    right: 50%;
    top: 0;
    width: 100vw;
    z-index: -1; }

.add-margin-top {
  margin-top: 30px; }

.project-catalog {
  opacity: 1;
  padding-bottom: 5.5rem;
  padding-top: 0;
  transition: opacity .5s ease-in-out; }
  .project-catalog.is-loading * {
    opacity: .8; }
  .project-catalog.is-loading [data-append] {
    display: none; }

.project-tabs {
  display: none; }
  @media screen and (min-width: 600px) {
    .project-tabs {
      display: block; } }
  .project-tabs ul {
    padding-bottom: 0; }
  .project-tabs li {
    padding: 0 .75rem; }
  .project-tabs.is-active {
    display: block; }

[data-component='filterAccordion'] .checkbox {
  margin: .5rem 0 .5rem 1.4rem; }
  [data-component='filterAccordion'] .checkbox input {
    margin-left: -1.3rem; }

.project-filter [data-component='filterAccordion'] {
  padding-bottom: 5rem;
  padding-right: 1rem;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }

.navigationVertical [data-component='filterAccordion'] > ul {
  padding-left: 1rem;
  padding-right: 1rem; }

.navigationVertical [data-component='filterAccordion'] label {
  color: #0a0a0a; }

.sticky-section {
  min-height: 100vh; }

.sticky-section.js-is-stuck .project-filter [data-component='filterAccordion'] {
  padding-bottom: 8rem;
  -webkit-transform: translateY(8rem);
      -ms-transform: translateY(8rem);
          transform: translateY(8rem); }

.sticky-tabs-wrapper {
  background: white;
  z-index: 10; }

.project-filters-mobile-trigger {
  background-color: #E9E9E9;
  margin-bottom: 2rem;
  padding-bottom: 0;
  padding-top: 1.4rem;
  z-index: 10; }
  @media screen and (min-width: 1000px) {
    .project-filters-mobile-trigger {
      display: none; } }
  .project-filters-mobile-trigger .button {
    background-color: white !important;
    margin-bottom: 0;
    padding-left: .35rem;
    padding-right: .35rem; }
    .project-filters-mobile-trigger .button:focus, .project-filters-mobile-trigger .button:active {
      color: #0a0a0a !important; }
    .project-filters-mobile-trigger .button svg {
      color: #D6112F;
      fill: currentColor; }
  .project-filters-mobile-trigger .searchIcon {
    color: #D6112F;
    margin-top: -3px;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7); }
  .project-filters-mobile-trigger .columns,
  .project-filters-mobile-trigger .column {
    margin-bottom: 0; }
  .project-filters-mobile-trigger .column {
    padding: .25rem .2rem; }
  .project-filters-mobile-trigger .dropdown,
  .project-filters-mobile-trigger .dropdown-trigger {
    width: 100%; }
  .project-filters-mobile-trigger .dropdown-menu {
    padding-top: 0; }
  .project-filters-mobile-trigger .dropdown-item.is-active {
    background-color: #D6112F; }

.project-address address {
  font-size: .95rem; }
  .project-address address span {
    display: inline; }

.project-card-content.card-content {
  background: white;
  border: 1px solid #7a7a7a;
  border-top: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: auto;
  padding: 1rem 1.11rem; }
  @media screen and (min-width: 600px) {
    .project-card-content.card-content {
      min-height: 114px; } }
  @media screen and (min-width: 1440px) {
    .project-card-content.card-content {
      min-height: 100px; } }
  .project-card-content.card-content address {
    font-size: 1rem;
    font-weight: 500; }

.project-card {
  background: none;
  box-shadow: none; }
  .project-card .card-header {
    overflow: hidden;
    position: relative; }
    .project-card .card-header .card {
      transition: all .25s ease-in-out; }
  .project-card:hover .card-header .card {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.styleguide__nav {
  background-color: color(gray, dark);
  color: color(white);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  .styleguide__nav ul {
    display: block;
    list-style: none; }
  .styleguide__nav li {
    display: inline-block;
    list-style: none; }
    .styleguide__nav li a {
      color: color(white);
      display: block;
      padding: .25em .5em; }

.sg__item {
  margin-bottom: 3rem;
  margin-top: 3rem; }
  .sg__item.-gray {
    background: color(gray, xlight); }
  .sg__item.-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.sg__heading {
  border-bottom: 1px solid #ddd;
  color: color(gray);
  font-weight: normal;
  margin-bottom: 1rem;
  padding-bottom: .25rem; }

.sg__description {
  margin-bottom: 3rem; }

.sg__logo {
  display: inline-block;
  width: 5em; }

.sg__color {
  border: 1px solid #ddd;
  display: inline-block;
  padding: .3em;
  width: 100px; }
  .sg__color .sg__color__swatch {
    display: block;
    height: 4em;
    margin-bottom: .2em;
    width: 100%; }
  .sg__color .sg__color__label {
    font-size: 80%; }

.sg__icon {
  display: inline-block; }

.sg__todo {
  background-color: red;
  color: color(white);
  font-weight: bold;
  padding: .15em; }

.styleguide {
  background-color: color(gray, dark); }
  .styleguide .section-wrapper {
    padding: 5em 0; }
  .styleguide .container.-full {
    margin: 0; }
  .styleguide .hero.-with-image {
    margin-bottom: 0; }
  .styleguide .logo {
    float: left;
    height: 119px;
    width: 207px; }
    .styleguide .logo.-display-only {
      background-color: color(gray, light);
      margin: 0 50px;
      outline: 1.5em solid color(gray, light); }

.breakpoint-monitor:after {
  background-color: #7a7a7a;
  bottom: 0;
  color: white;
  content: 'Mobile';
  left: 0;
  padding: 10px 20px;
  position: fixed;
  z-index: 10; }
  @media screen and (min-width: 600px) {
    .breakpoint-monitor:after {
      content: 'Tablet'; } }
  @media screen and (min-width: 1000px) {
    .breakpoint-monitor:after {
      content: 'Desktop'; } }
  @media screen and (min-width: 1440px) {
    .breakpoint-monitor:after {
      content: 'Widescreen'; } }
  @media screen and (min-width: 1900px) {
    .breakpoint-monitor:after {
      content: 'Full HD'; } }

@media print {
  .breakpoint-monitor {
    display: none !important; } }

svg:not(:root) {
  overflow: hidden; }

body {
  overflow-x: hidden; }
  body .close-open-navigation {
    background: #0a0a0a;
    content: '';
    height: 100%;
    left: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .25s ease-in-out;
    width: 100%; }
  body.has-open-navigation .close-open-navigation {
    left: 0;
    opacity: .65; }

main.main {
  display: block;
  outline: 0;
  min-height: 600px; }
  @media screen and (min-width: 1000px) {
    main.main {
      min-height: 900px; } }

html.is-frozen {
  overflow: hidden; }

.project-panel:not(.is-active) {
  display: none; }

.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid white;
  border-radius: 0;
  display: inline-block;
  height: 10px;
  opacity: 1;
  width: 10px; }

.swiper-pagination-bullet-active {
  background: white;
  opacity: 1; }

.text_wrapper p {
  margin-bottom: 1rem; }
  .text_wrapper p a {
    color: #D6112F;
    font-weight: bold; }

.text_wrapper figure {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.ff-has-error input {
  border-color: #ff470f; }

.has-black-navbar main.main {
  padding-top: 72px; }
  @media screen and (min-width: 1000px) {
    .has-black-navbar main.main {
      padding-top: 106px; } }

p > a {
  color: #D6112F; }

.is-play-thumbnail {
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  .is-play-thumbnail img {
    transition: all .25s ease-in-out; }
  .is-play-thumbnail:before {
    background: rgba(10, 10, 10, 0.6);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .25s ease-in-out;
    width: 100%;
    z-index: 1; }
  .is-play-thumbnail:after {
    border: 16px solid transparent;
    border-left: 24px solid #fff;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -8px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    width: 0;
    z-index: 3; }
  .is-play-thumbnail:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .is-play-thumbnail:hover:before {
    opacity: .8; }

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