@charset "UTF-8";
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  margin: 1rem 0;
  padding: 0.5rem 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-dataset .tt-suggestion {
  padding: 0.3rem 1rem;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #206393;
}

.tt-suggestion p {
  margin: 0;
}

.tt-dataset .tt-suggestion:nth-child(even) {
  background: whitesmoke;
  border-bottom: #ccc 1px solid;
}

.tt-dataset .tt-suggestion:nth-child(odd) {
  background: #fff;
  border-bottom: #ccc 1px solid;
}

.tt-dataset .tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #206393;
}

.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}
.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}
.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}
.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}
.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}
.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}
.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}
.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}
.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}
.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}
.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}
.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}
.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}
.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}
.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}
.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}
.svg-inline--fa.fa-w-16 {
  width: 1em;
}
.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}
.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}
.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}
.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}
.svg-inline--fa.fa-pull-left {
  margin-right: 0.3em;
  width: auto;
}
.svg-inline--fa.fa-pull-right {
  margin-left: 0.3em;
  width: auto;
}
.svg-inline--fa.fa-border {
  height: 1.5em;
}
.svg-inline--fa.fa-li {
  width: 2em;
}
.svg-inline--fa.fa-fw {
  width: 1.25em;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}
.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: #ad001a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: 0.25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}
.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}

.fa-inverse {
  color: white;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.svg-inline--fa .fa-primary {
  fill: #0084c2;
  opacity: 1;
}
.svg-inline--fa .fa-secondary {
  fill: #0084c2;
  opacity: 0.4;
}
.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: 0.4;
}
.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: 1;
}
.svg-inline--fa mask .fa-primary, .svg-inline--fa mask .fa-secondary {
  fill: #0a0a0a;
}

.fad.fa-inverse {
  color: white;
}

/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/extension/bulma/design/standard/fonts/inter-v7-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/extension/bulma/design/standard/fonts/inter-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-regular.woff2") format("woff2"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-regular.woff") format("woff"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-regular.ttf") format("truetype"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-regular.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/extension/bulma/design/standard/fonts/inter-v7-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/extension/bulma/design/standard/fonts/inter-v7-latin-500.eot?#iefix") format("embedded-opentype"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-500.woff2") format("woff2"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-500.woff") format("woff"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-500.ttf") format("truetype"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-500.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/extension/bulma/design/standard/fonts/inter-v7-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/extension/bulma/design/standard/fonts/inter-v7-latin-600.eot?#iefix") format("embedded-opentype"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-600.woff2") format("woff2"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-600.woff") format("woff"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-600.ttf") format("truetype"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-600.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/extension/bulma/design/standard/fonts/inter-v7-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/extension/bulma/design/standard/fonts/inter-v7-latin-700.eot?#iefix") format("embedded-opentype"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-700.woff2") format("woff2"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-700.woff") format("woff"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-700.ttf") format("truetype"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-700.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-800 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("/extension/bulma/design/standard/fonts/inter-v7-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/extension/bulma/design/standard/fonts/inter-v7-latin-800.eot?#iefix") format("embedded-opentype"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-800.woff2") format("woff2"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-800.woff") format("woff"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-800.ttf") format("truetype"), url("/extension/bulma/design/standard/fonts/inter-v7-latin-800.svg#Inter") format("svg");
  /* Legacy iOS */
}
[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}

[style*="--aspect-ratio"] > img {
  height: auto;
}

@supports (--custom: property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }

  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }

  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
/* Variables */
:root {
  --black: rgba(0, 0, 0, 1);
  --white: rgb(255, 255, 255);
  --astronaut-blue: rgba(0, 68, 99, 1);
  --lochmara: rgba(0, 133, 194, 1);
  --regal-blue: rgba(2, 74, 108, 1);
  --cod-gray: rgba(7, 7, 7, 1);
  --bahama-blue: rgba(10, 104, 147, 1);
  --shark: rgba(30, 35, 38, 1);
  --cerulean: rgba(38, 171, 232, 1);
  --cape-cod: rgba(53, 65, 72, 1);
  --trout: rgba(74, 88, 96, 1);
  --mountain-mist: rgba(150, 150, 150, 1);
  --atlantis: rgba(150, 193, 31, 1);
  --celeste: rgba(209, 205, 205, 1);
  --link-water: rgba(214, 232, 241, 1);
  --alto-22: rgba(219, 219, 219, 1);
  --alto-3: rgba(220, 220, 220, 0.298);
  --alto2: rgba(220, 220, 220, 1);
  --bon-jour: rgba(225, 225, 225, 1);
  --ebb: rgba(227, 227, 227, 1);
  --mercury-32: rgba(228, 228, 228, 1);
  --mercury3: rgba(228, 231, 229, 1);
  --mercury2: rgba(231, 231, 231, 1);
  --golden-dream: rgba(232, 208, 57, 1);
  --flamingo: rgba(234, 88, 40, 1);
  --gallery: rgba(237, 237, 237, 1);
  --tahiti-gold: rgba(238, 128, 7, 1);
  --concrete: rgba(242, 242, 242, 1);
  --black-haze: rgba(247, 247, 247, 1);
  --gargoyle-gas: rgba(253, 235, 61, 1);
  --red-orange: rgba(254, 87, 70, 1);
  --gorse: rgba(255, 232, 85, 1);
  --yellow-sunshine: rgba(255, 237, 0, 1);
  --font-size-xxs: 0.75rem;
  --font-size-s: 0.938rem;
  --font-size-xxxl: 2.125rem;
  --font-size-s2: 1rem;
  --font-size-m2: 1.125rem;
  --font-size-l2: 1.25rem;
  --font-size-xs2: 0.875rem;
  --font-size-xl2: 1.375;
  --font-size-xl3: 1.5rem;
  --font-size-xxl2: 1.625rem;
  --font-family-inter: "Inter";
  --font-family-inter-extrabold: "Inter-ExtraBold";
  --font-family-inter-medium: "Inter-Medium";
  --font-family-inter-semibold: "Inter-SemiBold";
  --font-family-interui-bold: "InterUI-Bold";
}

/* Classes */
.inter-normal-shark-18px {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m2);
  font-style: normal;
  font-weight: 400;
}

.inter-bold-shark-18px-2 {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m2);
  font-style: normal;
  font-weight: 700;
}

.inter-normal-shark-16px {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s2);
  font-style: normal;
  font-weight: 400;
}

.inter-bold-shark-16px-2 {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s2);
  font-style: normal;
  font-weight: 700;
}

.inter-normal-white-18px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m2);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-shark-14px {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xs2);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-white-16px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s2);
  font-style: normal;
  font-weight: 400;
}

.inter-bold-shark-14px-2 {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xs2);
  font-style: normal;
  font-weight: 700;
}

.inter-normal-white-14px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xs2);
  font-style: normal;
  font-weight: 400;
}

.inter-bold-shark-26px {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl2);
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
}

.inter-normal-trout-14px {
  color: var(--trout);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xs2);
  font-style: normal;
  font-weight: 400;
}

.inter-bold-shark-20px-2 {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l2);
  font-style: normal;
  font-weight: 700;
}

.inter-normal-gargoyle-gas-12px {
  color: var(--gargoyle-gas);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-shark-12px {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-shark-16px-2 {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s2);
}

.inter-bold-shark-34px {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}

.inter-normal-shark-26px {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl2);
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}

.inter-bold-white-20px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l2);
  font-style: normal;
  font-weight: 700;
}

.inter-bold-shark-24px {
  color: var(--shark);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl3);
  font-style: normal;
  font-weight: 700;
}

.inter-normal-white-12px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
}

.inter-bold-lochmara-22px {
  color: var(--lochmara);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl2);
  font-style: normal;
  font-weight: 700;
}

.inter-normal-white-18px-2 {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m2);
}

.inter-bold-white-18px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m2);
  font-style: normal;
  font-weight: 700;
}

.inter-normal-white-20px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l2);
  font-style: normal;
  font-weight: 400;
}

.inter-bold-white-22px2 {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl2);
  font-style: normal;
  font-weight: 700;
}

.inter-bold-lochmara-18px {
  color: var(--lochmara);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m2);
  font-weight: 700;
  font-style: normal;
}

.inter-normal-lochmara-16px {
  color: var(--lochmara);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s2);
  font-weight: 400;
  font-style: normal;
}

.border-2px-alto-2 {
  border: 2px solid var(--alto-22);
}

.border-2px-ebb {
  border: 2px solid var(--ebb);
}

.border-3px-lochmara {
  border: 3px solid var(--lochmara);
}

#redirection_hint {
  display: block;
  text-align: center;
  padding-top: 1%;
  padding-bottom: 1%;
  width: 100%;
}

#redirection_hint .modal-header {
  font-size: 17px;
}

#redirection_hint .modal-body {
  font-size: 16px;
}

.interui-bold-shark-20px {
  font-size: 1.25rem;
  font-weight: 700;
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: thin dotted;
}

body.is-using-mouse .fancybox__container :focus {
  outline: none;
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -36px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

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

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-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;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: 4px;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: 4px;
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/* Bulma Utilities */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 1.063rem;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 3.75rem;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(1.25rem - 1px);
  padding-right: calc(1.25rem - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

.is-unselectable, .tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1rem;
}

.modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 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, .delete::before, .modal-close::after, .delete::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #f2f2f2;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.hero-video, .is-overlay, .modal-background, .modal, .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 {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none;
}

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

html {
  box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

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

body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Inter", sans-serif;
}

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

body {
  color: #1e2326;
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
}

a {
  color: #0085c2;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #0085c2;
}

code {
  background-color: whitesmoke;
  color: #61000f;
  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: #1e2326;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #1e2326;
  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 {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: #1e2326;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Bulma Elements */
.box {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #1e2326;
  display: block;
  padding: 1.25rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #0085c2;
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #0085c2;
}

.button {
  background-color: white;
  border-color: #DBDBDB;
  border-width: 0.125rem;
  color: #1e2326;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  justify-content: center;
  padding-bottom: calc(0.5em - 0.125rem);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 0.125rem);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 0.125rem);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 0.125rem);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 0.125rem);
  margin-right: calc(-0.5em - 0.125rem);
}
.button:hover, .button.is-hovered {
  border-color: #e6e6e6;
  color: #0085c2;
}
.button:focus, .button.is-focused {
  border-color: #0084c2;
  color: #1e2326;
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 133, 194, 0.25);
}
.button:active, .button.is-active {
  border-color: #343d43;
  color: #1e2326;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #1e2326;
  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: #1e2326;
}
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #1e2326;
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: #0085c2;
  text-decoration: none;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #0085c2;
  text-decoration: underline;
}
.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
.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, .button.is-white.is-inverted.is-hovered {
  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;
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  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.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !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.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: white;
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.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-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}
.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, .button.is-black.is-inverted.is-hovered {
  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;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  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.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !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.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.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-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.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: rgba(0, 0, 0, 0.7);
}
.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: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !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: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.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-dark {
  background-color: #1e2326;
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #181c1f;
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(30, 35, 38, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #121618;
  border-color: transparent;
  color: #fff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #1e2326;
  border-color: transparent;
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #fff;
  color: #1e2326;
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #1e2326;
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #1e2326;
  color: #1e2326;
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: #1e2326;
  border-color: #1e2326;
  color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #1e2326 #1e2326 !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #1e2326;
  box-shadow: none;
  color: #1e2326;
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #1e2326;
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #1e2326 #1e2326 !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary {
  background-color: #0084c2;
  border-color: transparent;
  color: white;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #007bb5;
  border-color: transparent;
  color: white;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: white;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 132, 194, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #0073a9;
  border-color: transparent;
  color: white;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #0084c2;
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: white;
  color: #0084c2;
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0084c2;
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #0084c2;
  color: #0084c2;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: #0084c2;
  border-color: #0084c2;
  color: white;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #0084c2 #0084c2 !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #0084c2;
  box-shadow: none;
  color: #0084c2;
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0084c2;
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0084c2 #0084c2 !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
.button.is-primary.is-light {
  background-color: #ebf8ff;
  color: #0099e0;
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #def4ff;
  border-color: transparent;
  color: #0099e0;
}
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #d1f0ff;
  border-color: transparent;
  color: #0099e0;
}
.button.is-link {
  background-color: #0085c2;
  border-color: transparent;
  color: white;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #007cb5;
  border-color: transparent;
  color: white;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: white;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 133, 194, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: #0074a9;
  border-color: transparent;
  color: white;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #0085c2;
  border-color: transparent;
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: white;
  color: #0085c2;
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0085c2;
}
.button.is-link.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #0085c2;
  color: #0085c2;
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: #0085c2;
  border-color: #0085c2;
  color: white;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #0085c2 #0085c2 !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #0085c2;
  box-shadow: none;
  color: #0085c2;
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0085c2;
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0085c2 #0085c2 !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
.button.is-link.is-light {
  background-color: #ebf9ff;
  color: #0096db;
}
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #def5ff;
  border-color: transparent;
  color: #0096db;
}
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #d1f1ff;
  border-color: transparent;
  color: #0096db;
}
.button.is-info {
  background-color: #0084c2;
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #007cb5;
  border-color: transparent;
  color: #fff;
}
.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(0, 132, 194, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: #0073a8;
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #0084c2;
  border-color: transparent;
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: #0084c2;
}
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  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: #0084c2;
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #0084c2;
  color: #0084c2;
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: #0084c2;
  border-color: #0084c2;
  color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #0084c2 #0084c2 !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #0084c2;
  box-shadow: none;
  color: #0084c2;
}
.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.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #0084c2;
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0084c2 #0084c2 !important;
}
.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.is-light {
  background-color: #ebf9ff;
  color: #0099e0;
}
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #def5ff;
  border-color: transparent;
  color: #0099e0;
}
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #d1f0ff;
  border-color: transparent;
  color: #0099e0;
}
.button.is-success {
  background-color: #495d1d;
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #41531a;
  border-color: transparent;
  color: #fff;
}
.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(73, 93, 29, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: #3a4a17;
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #495d1d;
  border-color: transparent;
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: #495d1d;
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  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: #495d1d;
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #495d1d;
  color: #495d1d;
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: #495d1d;
  border-color: #495d1d;
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #495d1d #495d1d !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #495d1d;
  box-shadow: none;
  color: #495d1d;
}
.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.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #495d1d;
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #495d1d #495d1d !important;
}
.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.is-light {
  background-color: #f7faef;
  color: #99c23d;
}
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #f2f7e6;
  border-color: transparent;
  color: #99c23d;
}
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #edf4dc;
  border-color: transparent;
  color: #99c23d;
}
.button.is-warning {
  background-color: #fdeb3d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #fdea30;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(253, 235, 61, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #fde824;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #fdeb3d;
  border-color: transparent;
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fdeb3d;
}
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #fdeb3d;
}
.button.is-warning.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 {
  background-color: transparent;
  border-color: #fdeb3d;
  color: #fdeb3d;
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: #fdeb3d;
  border-color: #fdeb3d;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #fdeb3d #fdeb3d !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #fdeb3d;
  box-shadow: none;
  color: #fdeb3d;
}
.button.is-warning.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, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fdeb3d;
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fdeb3d #fdeb3d !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.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.is-light {
  background-color: #fffdeb;
  color: #928502;
}
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fffcde;
  border-color: transparent;
  color: #928502;
}
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fffad2;
  border-color: transparent;
  color: #928502;
}
.button.is-danger {
  background-color: #ad001a;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #a10018;
  border-color: transparent;
  color: #fff;
}
.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(173, 0, 26, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #940016;
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #ad001a;
  border-color: transparent;
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #ad001a;
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  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: #ad001a;
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ad001a;
  color: #ad001a;
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: #ad001a;
  border-color: #ad001a;
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #ad001a #ad001a !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ad001a;
  box-shadow: none;
  color: #ad001a;
}
.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.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #ad001a;
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ad001a #ad001a !important;
}
.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.is-light {
  background-color: #ffebee;
  color: #ff0a2f;
}
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #ffdee3;
  border-color: transparent;
  color: #ff0a2f;
}
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #ffd1d8;
  border-color: transparent;
  color: #ff0a2f;
}
.button.is-purple {
  background-color: #932065;
  border-color: transparent;
  color: white;
}
.button.is-purple:hover, .button.is-purple.is-hovered {
  background-color: #881e5e;
  border-color: transparent;
  color: white;
}
.button.is-purple:focus, .button.is-purple.is-focused {
  border-color: transparent;
  color: white;
}
.button.is-purple:focus:not(:active), .button.is-purple.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(147, 32, 101, 0.25);
}
.button.is-purple:active, .button.is-purple.is-active {
  background-color: #7e1b57;
  border-color: transparent;
  color: white;
}
.button.is-purple[disabled], fieldset[disabled] .button.is-purple {
  background-color: #932065;
  border-color: transparent;
  box-shadow: none;
}
.button.is-purple.is-inverted {
  background-color: white;
  color: #932065;
}
.button.is-purple.is-inverted:hover, .button.is-purple.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-purple.is-inverted[disabled], fieldset[disabled] .button.is-purple.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #932065;
}
.button.is-purple.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-purple.is-outlined {
  background-color: transparent;
  border-color: #932065;
  color: #932065;
}
.button.is-purple.is-outlined:hover, .button.is-purple.is-outlined.is-hovered, .button.is-purple.is-outlined:focus, .button.is-purple.is-outlined.is-focused {
  background-color: #932065;
  border-color: #932065;
  color: white;
}
.button.is-purple.is-outlined.is-loading::after {
  border-color: transparent transparent #932065 #932065 !important;
}
.button.is-purple.is-outlined.is-loading:hover::after, .button.is-purple.is-outlined.is-loading.is-hovered::after, .button.is-purple.is-outlined.is-loading:focus::after, .button.is-purple.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.button.is-purple.is-outlined[disabled], fieldset[disabled] .button.is-purple.is-outlined {
  background-color: transparent;
  border-color: #932065;
  box-shadow: none;
  color: #932065;
}
.button.is-purple.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button.is-purple.is-inverted.is-outlined:hover, .button.is-purple.is-inverted.is-outlined.is-hovered, .button.is-purple.is-inverted.is-outlined:focus, .button.is-purple.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #932065;
}
.button.is-purple.is-inverted.is-outlined.is-loading:hover::after, .button.is-purple.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-purple.is-inverted.is-outlined.is-loading:focus::after, .button.is-purple.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #932065 #932065 !important;
}
.button.is-purple.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-purple.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
.button.is-purple.is-light {
  background-color: #fbeef6;
  color: #d23292;
}
.button.is-purple.is-light:hover, .button.is-purple.is-light.is-hovered {
  background-color: #f9e4f1;
  border-color: transparent;
  color: #d23292;
}
.button.is-purple.is-light:active, .button.is-purple.is-light.is-active {
  background-color: #f7d9eb;
  border-color: transparent;
  color: #d23292;
}
.button.is-blue {
  background-color: #0084c2;
  border-color: transparent;
  color: white;
}
.button.is-blue:hover, .button.is-blue.is-hovered {
  background-color: #007bb5;
  border-color: transparent;
  color: white;
}
.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(0, 132, 194, 0.25);
}
.button.is-blue:active, .button.is-blue.is-active {
  background-color: #0073a9;
  border-color: transparent;
  color: white;
}
.button.is-blue[disabled], fieldset[disabled] .button.is-blue {
  background-color: #0084c2;
  border-color: transparent;
  box-shadow: none;
}
.button.is-blue.is-inverted {
  background-color: white;
  color: #0084c2;
}
.button.is-blue.is-inverted:hover, .button.is-blue.is-inverted.is-hovered {
  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: #0084c2;
}
.button.is-blue.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-blue.is-outlined {
  background-color: transparent;
  border-color: #0084c2;
  color: #0084c2;
}
.button.is-blue.is-outlined:hover, .button.is-blue.is-outlined.is-hovered, .button.is-blue.is-outlined:focus, .button.is-blue.is-outlined.is-focused {
  background-color: #0084c2;
  border-color: #0084c2;
  color: white;
}
.button.is-blue.is-outlined.is-loading::after {
  border-color: transparent transparent #0084c2 #0084c2 !important;
}
.button.is-blue.is-outlined.is-loading:hover::after, .button.is-blue.is-outlined.is-loading.is-hovered::after, .button.is-blue.is-outlined.is-loading:focus::after, .button.is-blue.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.button.is-blue.is-outlined[disabled], fieldset[disabled] .button.is-blue.is-outlined {
  background-color: transparent;
  border-color: #0084c2;
  box-shadow: none;
  color: #0084c2;
}
.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.is-hovered, .button.is-blue.is-inverted.is-outlined:focus, .button.is-blue.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0084c2;
}
.button.is-blue.is-inverted.is-outlined.is-loading:hover::after, .button.is-blue.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-blue.is-inverted.is-outlined.is-loading:focus::after, .button.is-blue.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0084c2 #0084c2 !important;
}
.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.is-light {
  background-color: #ebf8ff;
  color: #0099e0;
}
.button.is-blue.is-light:hover, .button.is-blue.is-light.is-hovered {
  background-color: #def4ff;
  border-color: transparent;
  color: #0099e0;
}
.button.is-blue.is-light:active, .button.is-blue.is-light.is-active {
  background-color: #d1f0ff;
  border-color: transparent;
  color: #0099e0;
}
.button.is-red {
  background-color: #ad001a;
  border-color: transparent;
  color: white;
}
.button.is-red:hover, .button.is-red.is-hovered {
  background-color: #a10018;
  border-color: transparent;
  color: white;
}
.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(173, 0, 26, 0.25);
}
.button.is-red:active, .button.is-red.is-active {
  background-color: #940016;
  border-color: transparent;
  color: white;
}
.button.is-red[disabled], fieldset[disabled] .button.is-red {
  background-color: #ad001a;
  border-color: transparent;
  box-shadow: none;
}
.button.is-red.is-inverted {
  background-color: white;
  color: #ad001a;
}
.button.is-red.is-inverted:hover, .button.is-red.is-inverted.is-hovered {
  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: #ad001a;
}
.button.is-red.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-red.is-outlined {
  background-color: transparent;
  border-color: #ad001a;
  color: #ad001a;
}
.button.is-red.is-outlined:hover, .button.is-red.is-outlined.is-hovered, .button.is-red.is-outlined:focus, .button.is-red.is-outlined.is-focused {
  background-color: #ad001a;
  border-color: #ad001a;
  color: white;
}
.button.is-red.is-outlined.is-loading::after {
  border-color: transparent transparent #ad001a #ad001a !important;
}
.button.is-red.is-outlined.is-loading:hover::after, .button.is-red.is-outlined.is-loading.is-hovered::after, .button.is-red.is-outlined.is-loading:focus::after, .button.is-red.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.button.is-red.is-outlined[disabled], fieldset[disabled] .button.is-red.is-outlined {
  background-color: transparent;
  border-color: #ad001a;
  box-shadow: none;
  color: #ad001a;
}
.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.is-hovered, .button.is-red.is-inverted.is-outlined:focus, .button.is-red.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #ad001a;
}
.button.is-red.is-inverted.is-outlined.is-loading:hover::after, .button.is-red.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-red.is-inverted.is-outlined.is-loading:focus::after, .button.is-red.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ad001a #ad001a !important;
}
.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.is-light {
  background-color: #ffebee;
  color: #ff0a2f;
}
.button.is-red.is-light:hover, .button.is-red.is-light.is-hovered {
  background-color: #ffdee3;
  border-color: transparent;
  color: #ff0a2f;
}
.button.is-red.is-light:active, .button.is-red.is-light.is-active {
  background-color: #ffd1d8;
  border-color: transparent;
  color: #ff0a2f;
}
.button.is-turquoise {
  background-color: #0084c2;
  border-color: transparent;
  color: white;
}
.button.is-turquoise:hover, .button.is-turquoise.is-hovered {
  background-color: #007cb5;
  border-color: transparent;
  color: white;
}
.button.is-turquoise:focus, .button.is-turquoise.is-focused {
  border-color: transparent;
  color: white;
}
.button.is-turquoise:focus:not(:active), .button.is-turquoise.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 132, 194, 0.25);
}
.button.is-turquoise:active, .button.is-turquoise.is-active {
  background-color: #0073a8;
  border-color: transparent;
  color: white;
}
.button.is-turquoise[disabled], fieldset[disabled] .button.is-turquoise {
  background-color: #0084c2;
  border-color: transparent;
  box-shadow: none;
}
.button.is-turquoise.is-inverted {
  background-color: white;
  color: #0084c2;
}
.button.is-turquoise.is-inverted:hover, .button.is-turquoise.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-turquoise.is-inverted[disabled], fieldset[disabled] .button.is-turquoise.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0084c2;
}
.button.is-turquoise.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-turquoise.is-outlined {
  background-color: transparent;
  border-color: #0084c2;
  color: #0084c2;
}
.button.is-turquoise.is-outlined:hover, .button.is-turquoise.is-outlined.is-hovered, .button.is-turquoise.is-outlined:focus, .button.is-turquoise.is-outlined.is-focused {
  background-color: #0084c2;
  border-color: #0084c2;
  color: white;
}
.button.is-turquoise.is-outlined.is-loading::after {
  border-color: transparent transparent #0084c2 #0084c2 !important;
}
.button.is-turquoise.is-outlined.is-loading:hover::after, .button.is-turquoise.is-outlined.is-loading.is-hovered::after, .button.is-turquoise.is-outlined.is-loading:focus::after, .button.is-turquoise.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.button.is-turquoise.is-outlined[disabled], fieldset[disabled] .button.is-turquoise.is-outlined {
  background-color: transparent;
  border-color: #0084c2;
  box-shadow: none;
  color: #0084c2;
}
.button.is-turquoise.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button.is-turquoise.is-inverted.is-outlined:hover, .button.is-turquoise.is-inverted.is-outlined.is-hovered, .button.is-turquoise.is-inverted.is-outlined:focus, .button.is-turquoise.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0084c2;
}
.button.is-turquoise.is-inverted.is-outlined.is-loading:hover::after, .button.is-turquoise.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-turquoise.is-inverted.is-outlined.is-loading:focus::after, .button.is-turquoise.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0084c2 #0084c2 !important;
}
.button.is-turquoise.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-turquoise.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
.button.is-turquoise.is-light {
  background-color: #ebf9ff;
  color: #0099e0;
}
.button.is-turquoise.is-light:hover, .button.is-turquoise.is-light.is-hovered {
  background-color: #def5ff;
  border-color: transparent;
  color: #0099e0;
}
.button.is-turquoise.is-light:active, .button.is-turquoise.is-light.is-active {
  background-color: #d1f0ff;
  border-color: transparent;
  color: #0099e0;
}
.button.is-green {
  background-color: #495d1d;
  border-color: transparent;
  color: white;
}
.button.is-green:hover, .button.is-green.is-hovered {
  background-color: #41531a;
  border-color: transparent;
  color: white;
}
.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(73, 93, 29, 0.25);
}
.button.is-green:active, .button.is-green.is-active {
  background-color: #3a4a17;
  border-color: transparent;
  color: white;
}
.button.is-green[disabled], fieldset[disabled] .button.is-green {
  background-color: #495d1d;
  border-color: transparent;
  box-shadow: none;
}
.button.is-green.is-inverted {
  background-color: white;
  color: #495d1d;
}
.button.is-green.is-inverted:hover, .button.is-green.is-inverted.is-hovered {
  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: #495d1d;
}
.button.is-green.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-green.is-outlined {
  background-color: transparent;
  border-color: #495d1d;
  color: #495d1d;
}
.button.is-green.is-outlined:hover, .button.is-green.is-outlined.is-hovered, .button.is-green.is-outlined:focus, .button.is-green.is-outlined.is-focused {
  background-color: #495d1d;
  border-color: #495d1d;
  color: white;
}
.button.is-green.is-outlined.is-loading::after {
  border-color: transparent transparent #495d1d #495d1d !important;
}
.button.is-green.is-outlined.is-loading:hover::after, .button.is-green.is-outlined.is-loading.is-hovered::after, .button.is-green.is-outlined.is-loading:focus::after, .button.is-green.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.button.is-green.is-outlined[disabled], fieldset[disabled] .button.is-green.is-outlined {
  background-color: transparent;
  border-color: #495d1d;
  box-shadow: none;
  color: #495d1d;
}
.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.is-hovered, .button.is-green.is-inverted.is-outlined:focus, .button.is-green.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #495d1d;
}
.button.is-green.is-inverted.is-outlined.is-loading:hover::after, .button.is-green.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-green.is-inverted.is-outlined.is-loading:focus::after, .button.is-green.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #495d1d #495d1d !important;
}
.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.is-light {
  background-color: #f7faef;
  color: #99c23d;
}
.button.is-green.is-light:hover, .button.is-green.is-light.is-hovered {
  background-color: #f2f7e6;
  border-color: transparent;
  color: #99c23d;
}
.button.is-green.is-light:active, .button.is-green.is-light.is-active {
  background-color: #edf4dc;
  border-color: transparent;
  color: #99c23d;
}
.button.is-cyan {
  background-color: #0084c2;
  border-color: transparent;
  color: white;
}
.button.is-cyan:hover, .button.is-cyan.is-hovered {
  background-color: #007cb5;
  border-color: transparent;
  color: white;
}
.button.is-cyan:focus, .button.is-cyan.is-focused {
  border-color: transparent;
  color: white;
}
.button.is-cyan:focus:not(:active), .button.is-cyan.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 132, 194, 0.25);
}
.button.is-cyan:active, .button.is-cyan.is-active {
  background-color: #0073a8;
  border-color: transparent;
  color: white;
}
.button.is-cyan[disabled], fieldset[disabled] .button.is-cyan {
  background-color: #0084c2;
  border-color: transparent;
  box-shadow: none;
}
.button.is-cyan.is-inverted {
  background-color: white;
  color: #0084c2;
}
.button.is-cyan.is-inverted:hover, .button.is-cyan.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-cyan.is-inverted[disabled], fieldset[disabled] .button.is-cyan.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0084c2;
}
.button.is-cyan.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-cyan.is-outlined {
  background-color: transparent;
  border-color: #0084c2;
  color: #0084c2;
}
.button.is-cyan.is-outlined:hover, .button.is-cyan.is-outlined.is-hovered, .button.is-cyan.is-outlined:focus, .button.is-cyan.is-outlined.is-focused {
  background-color: #0084c2;
  border-color: #0084c2;
  color: white;
}
.button.is-cyan.is-outlined.is-loading::after {
  border-color: transparent transparent #0084c2 #0084c2 !important;
}
.button.is-cyan.is-outlined.is-loading:hover::after, .button.is-cyan.is-outlined.is-loading.is-hovered::after, .button.is-cyan.is-outlined.is-loading:focus::after, .button.is-cyan.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.button.is-cyan.is-outlined[disabled], fieldset[disabled] .button.is-cyan.is-outlined {
  background-color: transparent;
  border-color: #0084c2;
  box-shadow: none;
  color: #0084c2;
}
.button.is-cyan.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}
.button.is-cyan.is-inverted.is-outlined:hover, .button.is-cyan.is-inverted.is-outlined.is-hovered, .button.is-cyan.is-inverted.is-outlined:focus, .button.is-cyan.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0084c2;
}
.button.is-cyan.is-inverted.is-outlined.is-loading:hover::after, .button.is-cyan.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-cyan.is-inverted.is-outlined.is-loading:focus::after, .button.is-cyan.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0084c2 #0084c2 !important;
}
.button.is-cyan.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-cyan.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
.button.is-cyan.is-light {
  background-color: #ebf9ff;
  color: #0099e0;
}
.button.is-cyan.is-light:hover, .button.is-cyan.is-light.is-hovered {
  background-color: #def5ff;
  border-color: transparent;
  color: #0099e0;
}
.button.is-cyan.is-light:active, .button.is-cyan.is-light.is-active {
  background-color: #d1f0ff;
  border-color: transparent;
  color: #0099e0;
}
.button.is-small {
  font-size: 0.85rem;
}
.button.is-small:not(.is-rounded) {
  border-radius: 0.75rem;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.125rem;
}
.button.is-large {
  font-size: 1.325rem;
}
.button[disabled], fieldset[disabled] .button {
  background-color: white;
  border-color: #DBDBDB;
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}
.button.is-static {
  background-color: whitesmoke;
  border-color: #DBDBDB;
  color: #1e2326;
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.85rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 0.75rem;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.125rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.325rem;
}
.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 {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media screen and (min-width: 970px) {
  .container {
    max-width: 970px;
  }
}
@media screen and (max-width: 1399px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1920px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1620px;
  }
}
@media screen and (min-width: 1400px) {
  .container:not(.is-max-desktop) {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1921px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1620px;
  }
}

.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: #0084c2;
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #DBDBDB;
  padding: 1.25em 1.5em;
}
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid #DBDBDB;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: #1e2326;
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #1e2326;
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #1e2326;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
.content.is-small {
  font-size: 0.85rem;
}
.content.is-normal {
  font-size: 1rem;
}
.content.is-medium {
  font-size: 1.125rem;
}
.content.is-large {
  font-size: 1.325rem;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top;
}
.icon-text .icon {
  flex-grow: 0;
  flex-shrink: 0;
}
.icon-text .icon:not(:last-child) {
  margin-right: 0.25em;
}
.icon-text .icon:not(:first-child) {
  margin-left: 0.25em;
}

div.icon-text {
  display: flex;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 9999px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-5by3 {
  padding-top: 60%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.image.is-3by1 {
  padding-top: 33.3333%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-3by4 {
  padding-top: 133.3333%;
}
.image.is-2by3 {
  padding-top: 150%;
}
.image.is-3by5 {
  padding-top: 166.6666%;
}
.image.is-9by16 {
  padding-top: 177.7777%;
}
.image.is-1by2 {
  padding-top: 200%;
}
.image.is-1by3 {
  padding-top: 300%;
}
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: whitesmoke;
  border-radius: 1.063rem;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: white;
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}
.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}
.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-dark {
  background-color: #1e2326;
  color: #fff;
}
.notification.is-primary {
  background-color: #0084c2;
  color: white;
}
.notification.is-primary.is-light {
  background-color: #ebf8ff;
  color: #0099e0;
}
.notification.is-link {
  background-color: #0085c2;
  color: white;
}
.notification.is-link.is-light {
  background-color: #ebf9ff;
  color: #0096db;
}
.notification.is-info {
  background-color: #0084c2;
  color: #fff;
}
.notification.is-info.is-light {
  background-color: #ebf9ff;
  color: #0099e0;
}
.notification.is-success {
  background-color: #495d1d;
  color: #fff;
}
.notification.is-success.is-light {
  background-color: #f7faef;
  color: #99c23d;
}
.notification.is-warning {
  background-color: #fdeb3d;
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-warning.is-light {
  background-color: #fffdeb;
  color: #928502;
}
.notification.is-danger {
  background-color: #ad001a;
  color: #fff;
}
.notification.is-danger.is-light {
  background-color: #ffebee;
  color: #ff0a2f;
}
.notification.is-purple {
  background-color: #932065;
  color: white;
}
.notification.is-purple.is-light {
  background-color: #fbeef6;
  color: #d23292;
}
.notification.is-blue {
  background-color: #0084c2;
  color: white;
}
.notification.is-blue.is-light {
  background-color: #ebf8ff;
  color: #0099e0;
}
.notification.is-red {
  background-color: #ad001a;
  color: white;
}
.notification.is-red.is-light {
  background-color: #ffebee;
  color: #ff0a2f;
}
.notification.is-turquoise {
  background-color: #0084c2;
  color: white;
}
.notification.is-turquoise.is-light {
  background-color: #ebf9ff;
  color: #0099e0;
}
.notification.is-green {
  background-color: #495d1d;
  color: white;
}
.notification.is-green.is-light {
  background-color: #f7faef;
  color: #99c23d;
}
.notification.is-cyan {
  background-color: #0084c2;
  color: white;
}
.notification.is-cyan.is-light {
  background-color: #ebf9ff;
  color: #0099e0;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background-color: #ededed;
}
.progress::-webkit-progress-value {
  background-color: #1e2326;
}
.progress::-moz-progress-bar {
  background-color: #1e2326;
}
.progress::-ms-fill {
  background-color: #1e2326;
  border: none;
}
.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%, #ededed 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%, #ededed 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%, #ededed 30%);
}
.progress.is-dark::-webkit-progress-value {
  background-color: #1e2326;
}
.progress.is-dark::-moz-progress-bar {
  background-color: #1e2326;
}
.progress.is-dark::-ms-fill {
  background-color: #1e2326;
}
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #1e2326 30%, #ededed 30%);
}
.progress.is-primary::-webkit-progress-value {
  background-color: #0084c2;
}
.progress.is-primary::-moz-progress-bar {
  background-color: #0084c2;
}
.progress.is-primary::-ms-fill {
  background-color: #0084c2;
}
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #0084c2 30%, #ededed 30%);
}
.progress.is-link::-webkit-progress-value {
  background-color: #0085c2;
}
.progress.is-link::-moz-progress-bar {
  background-color: #0085c2;
}
.progress.is-link::-ms-fill {
  background-color: #0085c2;
}
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #0085c2 30%, #ededed 30%);
}
.progress.is-info::-webkit-progress-value {
  background-color: #0084c2;
}
.progress.is-info::-moz-progress-bar {
  background-color: #0084c2;
}
.progress.is-info::-ms-fill {
  background-color: #0084c2;
}
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #0084c2 30%, #ededed 30%);
}
.progress.is-success::-webkit-progress-value {
  background-color: #495d1d;
}
.progress.is-success::-moz-progress-bar {
  background-color: #495d1d;
}
.progress.is-success::-ms-fill {
  background-color: #495d1d;
}
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #495d1d 30%, #ededed 30%);
}
.progress.is-warning::-webkit-progress-value {
  background-color: #fdeb3d;
}
.progress.is-warning::-moz-progress-bar {
  background-color: #fdeb3d;
}
.progress.is-warning::-ms-fill {
  background-color: #fdeb3d;
}
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #fdeb3d 30%, #ededed 30%);
}
.progress.is-danger::-webkit-progress-value {
  background-color: #ad001a;
}
.progress.is-danger::-moz-progress-bar {
  background-color: #ad001a;
}
.progress.is-danger::-ms-fill {
  background-color: #ad001a;
}
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #ad001a 30%, #ededed 30%);
}
.progress.is-purple::-webkit-progress-value {
  background-color: #932065;
}
.progress.is-purple::-moz-progress-bar {
  background-color: #932065;
}
.progress.is-purple::-ms-fill {
  background-color: #932065;
}
.progress.is-purple:indeterminate {
  background-image: linear-gradient(to right, #932065 30%, #ededed 30%);
}
.progress.is-blue::-webkit-progress-value {
  background-color: #0084c2;
}
.progress.is-blue::-moz-progress-bar {
  background-color: #0084c2;
}
.progress.is-blue::-ms-fill {
  background-color: #0084c2;
}
.progress.is-blue:indeterminate {
  background-image: linear-gradient(to right, #0084c2 30%, #ededed 30%);
}
.progress.is-red::-webkit-progress-value {
  background-color: #ad001a;
}
.progress.is-red::-moz-progress-bar {
  background-color: #ad001a;
}
.progress.is-red::-ms-fill {
  background-color: #ad001a;
}
.progress.is-red:indeterminate {
  background-image: linear-gradient(to right, #ad001a 30%, #ededed 30%);
}
.progress.is-turquoise::-webkit-progress-value {
  background-color: #0084c2;
}
.progress.is-turquoise::-moz-progress-bar {
  background-color: #0084c2;
}
.progress.is-turquoise::-ms-fill {
  background-color: #0084c2;
}
.progress.is-turquoise:indeterminate {
  background-image: linear-gradient(to right, #0084c2 30%, #ededed 30%);
}
.progress.is-green::-webkit-progress-value {
  background-color: #495d1d;
}
.progress.is-green::-moz-progress-bar {
  background-color: #495d1d;
}
.progress.is-green::-ms-fill {
  background-color: #495d1d;
}
.progress.is-green:indeterminate {
  background-image: linear-gradient(to right, #495d1d 30%, #ededed 30%);
}
.progress.is-cyan::-webkit-progress-value {
  background-color: #0084c2;
}
.progress.is-cyan::-moz-progress-bar {
  background-color: #0084c2;
}
.progress.is-cyan::-ms-fill {
  background-color: #0084c2;
}
.progress.is-cyan:indeterminate {
  background-image: linear-gradient(to right, #0084c2 30%, #ededed 30%);
}
.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: #ededed;
  background-image: linear-gradient(to right, #1e2326 30%, #ededed 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:indeterminate::-ms-fill {
  animation-name: none;
}
.progress.is-small {
  height: 0.85rem;
}
.progress.is-medium {
  height: 1.125rem;
}
.progress.is-large {
  height: 1.325rem;
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.table {
  background-color: white;
  color: #1e2326;
}
.table td,
.table th {
  border: 1px solid #DBDBDB;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-dark,
.table th.is-dark {
  background-color: #1e2326;
  border-color: #1e2326;
  color: #fff;
}
.table td.is-primary,
.table th.is-primary {
  background-color: #0084c2;
  border-color: #0084c2;
  color: white;
}
.table td.is-link,
.table th.is-link {
  background-color: #0085c2;
  border-color: #0085c2;
  color: white;
}
.table td.is-info,
.table th.is-info {
  background-color: #0084c2;
  border-color: #0084c2;
  color: #fff;
}
.table td.is-success,
.table th.is-success {
  background-color: #495d1d;
  border-color: #495d1d;
  color: #fff;
}
.table td.is-warning,
.table th.is-warning {
  background-color: #fdeb3d;
  border-color: #fdeb3d;
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-danger,
.table th.is-danger {
  background-color: #ad001a;
  border-color: #ad001a;
  color: #fff;
}
.table td.is-purple,
.table th.is-purple {
  background-color: #932065;
  border-color: #932065;
  color: white;
}
.table td.is-blue,
.table th.is-blue {
  background-color: #0084c2;
  border-color: #0084c2;
  color: white;
}
.table td.is-red,
.table th.is-red {
  background-color: #ad001a;
  border-color: #ad001a;
  color: white;
}
.table td.is-turquoise,
.table th.is-turquoise {
  background-color: #0084c2;
  border-color: #0084c2;
  color: white;
}
.table td.is-green,
.table th.is-green {
  background-color: #495d1d;
  border-color: #495d1d;
  color: white;
}
.table td.is-cyan,
.table th.is-cyan {
  background-color: #0084c2;
  border-color: #0084c2;
  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: #0084c2;
  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 td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}
.table th {
  color: #1e2326;
}
.table th:not([align]) {
  text-align: inherit;
}
.table tr.is-selected {
  background-color: #0084c2;
  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;
}
.table thead {
  background-color: transparent;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #1e2326;
}
.table tfoot {
  background-color: transparent;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #1e2326;
}
.table tbody {
  background-color: transparent;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
.table.is-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

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

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.125rem;
}
.tags.is-centered {
  justify-content: center;
}
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.tags.is-right {
  justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 1.063rem;
  color: #1e2326;
  display: inline-flex;
  font-size: 0.85rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-white {
  background-color: white;
  color: #0a0a0a;
}
.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: white;
}
.tag:not(body).is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-dark {
  background-color: #1e2326;
  color: #fff;
}
.tag:not(body).is-primary {
  background-color: #0084c2;
  color: white;
}
.tag:not(body).is-primary.is-light {
  background-color: #ebf8ff;
  color: #0099e0;
}
.tag:not(body).is-link {
  background-color: #0085c2;
  color: white;
}
.tag:not(body).is-link.is-light {
  background-color: #ebf9ff;
  color: #0096db;
}
.tag:not(body).is-info {
  background-color: #0084c2;
  color: #fff;
}
.tag:not(body).is-info.is-light {
  background-color: #ebf9ff;
  color: #0099e0;
}
.tag:not(body).is-success {
  background-color: #495d1d;
  color: #fff;
}
.tag:not(body).is-success.is-light {
  background-color: #f7faef;
  color: #99c23d;
}
.tag:not(body).is-warning {
  background-color: #fdeb3d;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-warning.is-light {
  background-color: #fffdeb;
  color: #928502;
}
.tag:not(body).is-danger {
  background-color: #ad001a;
  color: #fff;
}
.tag:not(body).is-danger.is-light {
  background-color: #ffebee;
  color: #ff0a2f;
}
.tag:not(body).is-purple {
  background-color: #932065;
  color: white;
}
.tag:not(body).is-purple.is-light {
  background-color: #fbeef6;
  color: #d23292;
}
.tag:not(body).is-blue {
  background-color: #0084c2;
  color: white;
}
.tag:not(body).is-blue.is-light {
  background-color: #ebf8ff;
  color: #0099e0;
}
.tag:not(body).is-red {
  background-color: #ad001a;
  color: white;
}
.tag:not(body).is-red.is-light {
  background-color: #ffebee;
  color: #ff0a2f;
}
.tag:not(body).is-turquoise {
  background-color: #0084c2;
  color: white;
}
.tag:not(body).is-turquoise.is-light {
  background-color: #ebf9ff;
  color: #0099e0;
}
.tag:not(body).is-green {
  background-color: #495d1d;
  color: white;
}
.tag:not(body).is-green.is-light {
  background-color: #f7faef;
  color: #99c23d;
}
.tag:not(body).is-cyan {
  background-color: #0084c2;
  color: white;
}
.tag:not(body).is-cyan.is-light {
  background-color: #ebf9ff;
  color: #0099e0;
}
.tag:not(body).is-normal {
  font-size: 0.85rem;
}
.tag:not(body).is-medium {
  font-size: 1rem;
}
.tag:not(body).is-large {
  font-size: 1.125rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  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: 9999px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #1e2326;
  font-family: "Inter", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -0.5rem;
}
.title.is-1 {
  font-size: 2.125rem;
}
.title.is-2 {
  font-size: 1.625rem;
}
.title.is-3 {
  font-size: 1.5rem;
}
.title.is-4 {
  font-size: 1.325rem;
}
.title.is-5 {
  font-size: 1.125rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.85rem;
}

.subtitle {
  color: #1e2326;
  font-family: "Inter", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle strong {
  color: #1e2326;
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -0.5rem;
}
.subtitle.is-1 {
  font-size: 2.125rem;
}
.subtitle.is-2 {
  font-size: 1.625rem;
}
.subtitle.is-3 {
  font-size: 1.5rem;
}
.subtitle.is-4 {
  font-size: 1.325rem;
}
.subtitle.is-5 {
  font-size: 1.125rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.subtitle.is-7 {
  font-size: 0.85rem;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1.125rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

/* Bulma Form */
.select select, .textarea, .input {
  background-color: white;
  border-color: #DBDBDB;
  border-radius: 1.063rem;
  color: #1e2326;
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(30, 35, 38, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(30, 35, 38, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(30, 35, 38, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(30, 35, 38, 0.3);
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: #e6e6e6;
}
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: #0085c2;
  box-shadow: 0 0 0 0.125em rgba(0, 133, 194, 0.25);
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #1e2326;
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(30, 35, 38, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(30, 35, 38, 0.3);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(30, 35, 38, 0.3);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(30, 35, 38, 0.3);
}

.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-white.textarea, .is-white.input {
  border-color: white;
}
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-black.textarea, .is-black.input {
  border-color: #0a0a0a;
}
.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.is-light.textarea, .is-light.input {
  border-color: whitesmoke;
}
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.is-dark.textarea, .is-dark.input {
  border-color: #1e2326;
}
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(30, 35, 38, 0.25);
}
.is-primary.textarea, .is-primary.input {
  border-color: #0084c2;
}
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 132, 194, 0.25);
}
.is-link.textarea, .is-link.input {
  border-color: #0085c2;
}
.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 133, 194, 0.25);
}
.is-info.textarea, .is-info.input {
  border-color: #0084c2;
}
.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 132, 194, 0.25);
}
.is-success.textarea, .is-success.input {
  border-color: #495d1d;
}
.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(73, 93, 29, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: #fdeb3d;
}
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(253, 235, 61, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: #ad001a;
}
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(173, 0, 26, 0.25);
}
.is-purple.textarea, .is-purple.input {
  border-color: #932065;
}
.is-purple.textarea:focus, .is-purple.input:focus, .is-purple.is-focused.textarea, .is-purple.is-focused.input, .is-purple.textarea:active, .is-purple.input:active, .is-purple.is-active.textarea, .is-purple.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(147, 32, 101, 0.25);
}
.is-blue.textarea, .is-blue.input {
  border-color: #0084c2;
}
.is-blue.textarea:focus, .is-blue.input:focus, .is-blue.is-focused.textarea, .is-blue.is-focused.input, .is-blue.textarea:active, .is-blue.input:active, .is-blue.is-active.textarea, .is-blue.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 132, 194, 0.25);
}
.is-red.textarea, .is-red.input {
  border-color: #ad001a;
}
.is-red.textarea:focus, .is-red.input:focus, .is-red.is-focused.textarea, .is-red.is-focused.input, .is-red.textarea:active, .is-red.input:active, .is-red.is-active.textarea, .is-red.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(173, 0, 26, 0.25);
}
.is-turquoise.textarea, .is-turquoise.input {
  border-color: #0084c2;
}
.is-turquoise.textarea:focus, .is-turquoise.input:focus, .is-turquoise.is-focused.textarea, .is-turquoise.is-focused.input, .is-turquoise.textarea:active, .is-turquoise.input:active, .is-turquoise.is-active.textarea, .is-turquoise.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 132, 194, 0.25);
}
.is-green.textarea, .is-green.input {
  border-color: #495d1d;
}
.is-green.textarea:focus, .is-green.input:focus, .is-green.is-focused.textarea, .is-green.is-focused.input, .is-green.textarea:active, .is-green.input:active, .is-green.is-active.textarea, .is-green.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(73, 93, 29, 0.25);
}
.is-cyan.textarea, .is-cyan.input {
  border-color: #0084c2;
}
.is-cyan.textarea:focus, .is-cyan.input:focus, .is-cyan.is-focused.textarea, .is-cyan.is-focused.input, .is-cyan.textarea:active, .is-cyan.input:active, .is-cyan.is-active.textarea, .is-cyan.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 132, 194, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 0.75rem;
  font-size: 0.85rem;
}
.is-medium.textarea, .is-medium.input {
  font-size: 1.125rem;
}
.is-large.textarea, .is-large.input {
  font-size: 1.325rem;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(1.25rem - 1px) + 0.375em);
  padding-right: calc(calc(1.25rem - 1px) + 0.375em);
}
.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: calc(1.25rem - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}

.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.radio input, .checkbox input {
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  color: #1e2326;
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: #1e2326;
  cursor: not-allowed;
}

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

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 3.75rem;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #0085c2;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #1e2326;
}
.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: #1e2326;
}
.select.is-dark select {
  border-color: #1e2326;
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #121618;
}
.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(30, 35, 38, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: #0084c2;
}
.select.is-primary select {
  border-color: #0084c2;
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #0073a9;
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 132, 194, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: #0085c2;
}
.select.is-link select {
  border-color: #0085c2;
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #0074a9;
}
.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(0, 133, 194, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: #0084c2;
}
.select.is-info select {
  border-color: #0084c2;
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #0073a8;
}
.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(0, 132, 194, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: #495d1d;
}
.select.is-success select {
  border-color: #495d1d;
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #3a4a17;
}
.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(73, 93, 29, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: #fdeb3d;
}
.select.is-warning select {
  border-color: #fdeb3d;
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #fde824;
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(253, 235, 61, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: #ad001a;
}
.select.is-danger select {
  border-color: #ad001a;
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #940016;
}
.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(173, 0, 26, 0.25);
}
.select.is-purple:not(:hover)::after {
  border-color: #932065;
}
.select.is-purple select {
  border-color: #932065;
}
.select.is-purple select:hover, .select.is-purple select.is-hovered {
  border-color: #7e1b57;
}
.select.is-purple select:focus, .select.is-purple select.is-focused, .select.is-purple select:active, .select.is-purple select.is-active {
  box-shadow: 0 0 0 0.125em rgba(147, 32, 101, 0.25);
}
.select.is-blue:not(:hover)::after {
  border-color: #0084c2;
}
.select.is-blue select {
  border-color: #0084c2;
}
.select.is-blue select:hover, .select.is-blue select.is-hovered {
  border-color: #0073a9;
}
.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(0, 132, 194, 0.25);
}
.select.is-red:not(:hover)::after {
  border-color: #ad001a;
}
.select.is-red select {
  border-color: #ad001a;
}
.select.is-red select:hover, .select.is-red select.is-hovered {
  border-color: #940016;
}
.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(173, 0, 26, 0.25);
}
.select.is-turquoise:not(:hover)::after {
  border-color: #0084c2;
}
.select.is-turquoise select {
  border-color: #0084c2;
}
.select.is-turquoise select:hover, .select.is-turquoise select.is-hovered {
  border-color: #0073a8;
}
.select.is-turquoise select:focus, .select.is-turquoise select.is-focused, .select.is-turquoise select:active, .select.is-turquoise select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 132, 194, 0.25);
}
.select.is-green:not(:hover)::after {
  border-color: #495d1d;
}
.select.is-green select {
  border-color: #495d1d;
}
.select.is-green select:hover, .select.is-green select.is-hovered {
  border-color: #3a4a17;
}
.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(73, 93, 29, 0.25);
}
.select.is-cyan:not(:hover)::after {
  border-color: #0084c2;
}
.select.is-cyan select {
  border-color: #0084c2;
}
.select.is-cyan select:hover, .select.is-cyan select.is-hovered {
  border-color: #0073a8;
}
.select.is-cyan select:focus, .select.is-cyan select.is-focused, .select.is-cyan select:active, .select.is-cyan select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 132, 194, 0.25);
}
.select.is-small {
  border-radius: 0.75rem;
  font-size: 0.85rem;
}
.select.is-medium {
  font-size: 1.125rem;
}
.select.is-large {
  font-size: 1.325rem;
}
.select.is-disabled::after {
  border-color: #1e2326;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.85rem;
}
.select.is-loading.is-medium:after {
  font-size: 1.125rem;
}
.select.is-loading.is-large:after {
  font-size: 1.325rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  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: rgba(0, 0, 0, 0.7);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.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: rgba(0, 0, 0, 0.7);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-dark .file-cta {
  background-color: #1e2326;
  border-color: transparent;
  color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #181c1f;
  border-color: transparent;
  color: #fff;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(30, 35, 38, 0.25);
  color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #121618;
  border-color: transparent;
  color: #fff;
}
.file.is-primary .file-cta {
  background-color: #0084c2;
  border-color: transparent;
  color: white;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #007bb5;
  border-color: transparent;
  color: white;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 132, 194, 0.25);
  color: white;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #0073a9;
  border-color: transparent;
  color: white;
}
.file.is-link .file-cta {
  background-color: #0085c2;
  border-color: transparent;
  color: white;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #007cb5;
  border-color: transparent;
  color: white;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 133, 194, 0.25);
  color: white;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #0074a9;
  border-color: transparent;
  color: white;
}
.file.is-info .file-cta {
  background-color: #0084c2;
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #007cb5;
  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(0, 132, 194, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #0073a8;
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: #495d1d;
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #41531a;
  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(73, 93, 29, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #3a4a17;
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: #fdeb3d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #fdea30;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(253, 235, 61, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #fde824;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
  background-color: #ad001a;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #a10018;
  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(173, 0, 26, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #940016;
  border-color: transparent;
  color: #fff;
}
.file.is-purple .file-cta {
  background-color: #932065;
  border-color: transparent;
  color: white;
}
.file.is-purple:hover .file-cta, .file.is-purple.is-hovered .file-cta {
  background-color: #881e5e;
  border-color: transparent;
  color: white;
}
.file.is-purple:focus .file-cta, .file.is-purple.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(147, 32, 101, 0.25);
  color: white;
}
.file.is-purple:active .file-cta, .file.is-purple.is-active .file-cta {
  background-color: #7e1b57;
  border-color: transparent;
  color: white;
}
.file.is-blue .file-cta {
  background-color: #0084c2;
  border-color: transparent;
  color: white;
}
.file.is-blue:hover .file-cta, .file.is-blue.is-hovered .file-cta {
  background-color: #007bb5;
  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(0, 132, 194, 0.25);
  color: white;
}
.file.is-blue:active .file-cta, .file.is-blue.is-active .file-cta {
  background-color: #0073a9;
  border-color: transparent;
  color: white;
}
.file.is-red .file-cta {
  background-color: #ad001a;
  border-color: transparent;
  color: white;
}
.file.is-red:hover .file-cta, .file.is-red.is-hovered .file-cta {
  background-color: #a10018;
  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(173, 0, 26, 0.25);
  color: white;
}
.file.is-red:active .file-cta, .file.is-red.is-active .file-cta {
  background-color: #940016;
  border-color: transparent;
  color: white;
}
.file.is-turquoise .file-cta {
  background-color: #0084c2;
  border-color: transparent;
  color: white;
}
.file.is-turquoise:hover .file-cta, .file.is-turquoise.is-hovered .file-cta {
  background-color: #007cb5;
  border-color: transparent;
  color: white;
}
.file.is-turquoise:focus .file-cta, .file.is-turquoise.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 132, 194, 0.25);
  color: white;
}
.file.is-turquoise:active .file-cta, .file.is-turquoise.is-active .file-cta {
  background-color: #0073a8;
  border-color: transparent;
  color: white;
}
.file.is-green .file-cta {
  background-color: #495d1d;
  border-color: transparent;
  color: white;
}
.file.is-green:hover .file-cta, .file.is-green.is-hovered .file-cta {
  background-color: #41531a;
  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(73, 93, 29, 0.25);
  color: white;
}
.file.is-green:active .file-cta, .file.is-green.is-active .file-cta {
  background-color: #3a4a17;
  border-color: transparent;
  color: white;
}
.file.is-cyan .file-cta {
  background-color: #0084c2;
  border-color: transparent;
  color: white;
}
.file.is-cyan:hover .file-cta, .file.is-cyan.is-hovered .file-cta {
  background-color: #007cb5;
  border-color: transparent;
  color: white;
}
.file.is-cyan:focus .file-cta, .file.is-cyan.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 132, 194, 0.25);
  color: white;
}
.file.is-cyan:active .file-cta, .file.is-cyan.is-active .file-cta {
  background-color: #0073a8;
  border-color: transparent;
  color: white;
}
.file.is-small {
  font-size: 0.85rem;
}
.file.is-normal {
  font-size: 1rem;
}
.file.is-medium {
  font-size: 1.125rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.325rem;
}
.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: 1.063rem;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  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: 1.063rem 1.063rem 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 1.063rem 1.063rem;
  border-width: 0 1px 1px;
}
.file.is-centered {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 1.063rem 1.063rem 0;
}
.file.is-right .file-name {
  border-radius: 1.063rem 0 0 1.063rem;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #1e2326;
}
.file-label:hover .file-name {
  border-color: #d5d5d5;
}
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #1e2326;
}
.file-label:active .file-name {
  border-color: #cecece;
}

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

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

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

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

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

.label {
  color: #1e2326;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.85rem;
}
.label.is-medium {
  font-size: 1.125rem;
}
.label.is-large {
  font-size: 1.325rem;
}

.help {
  display: block;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}
.help.is-white {
  color: white;
}
.help.is-black {
  color: #0a0a0a;
}
.help.is-light {
  color: whitesmoke;
}
.help.is-dark {
  color: #1e2326;
}
.help.is-primary {
  color: #0084c2;
}
.help.is-link {
  color: #0085c2;
}
.help.is-info {
  color: #0084c2;
}
.help.is-success {
  color: #495d1d;
}
.help.is-warning {
  color: #fdeb3d;
}
.help.is-danger {
  color: #ad001a;
}
.help.is-purple {
  color: #932065;
}
.help.is-blue {
  color: #0084c2;
}
.help.is-red {
  color: #ad001a;
}
.help.is-turquoise {
  color: #0084c2;
}
.help.is-green {
  color: #495d1d;
}
.help.is-cyan {
  color: #0084c2;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  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: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 {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.85rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.125rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.325rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.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: #1e2326;
}
.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.85rem;
}
.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.125rem;
}
.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: 1.325rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #0084c2;
  height: 3.75rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 3.75rem;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 3.75rem;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 3.75rem;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.85rem;
}
.control.is-loading.is-medium:after {
  font-size: 1.125rem;
}
.control.is-loading.is-large:after {
  font-size: 1.325rem;
}

/* @import "sass/components/_all" */
.card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0;
  color: #1e2326;
  max-width: 100%;
  position: relative;
}

.card-footer:first-child, .card-content:first-child, .card-header:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.card-footer:last-child, .card-content:last-child, .card-header:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

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

.card-header-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

.card-image {
  display: block;
  position: relative;
}
.card-image:first-child img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.card-image:last-child img {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

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

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
.card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

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

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: white;
  border-radius: 1.063rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: white;
  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: inherit;
  white-space: nowrap;
  width: 100%;
}
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: #024a6c;
  color: white;
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: white;
  color: #0a0a0a;
}

.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

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

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 768px), print {
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.5rem;
  }
}

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

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

.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

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

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

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}

@media screen and (max-width: 767px) {
  .media-content {
    overflow-x: auto;
  }
}
.menu {
  font-size: 1rem;
}
.menu.is-small {
  font-size: 0.85rem;
}
.menu.is-medium {
  font-size: 1.125rem;
}
.menu.is-large {
  font-size: 1.325rem;
}

.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 0.75rem;
  color: #1e2326;
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: whitesmoke;
  color: #1e2326;
}
.menu-list a.is-active {
  background-color: #0085c2;
  color: white;
}
.menu-list li ul {
  border-left: 1px solid #DBDBDB;
  margin: 0;
  padding-left: 0.75em;
}

.menu-label {
  color: #1e2326;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: whitesmoke;
  border-radius: 1.063rem;
  font-size: 1rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-small {
  font-size: 0.85rem;
}
.message.is-medium {
  font-size: 1.125rem;
}
.message.is-large {
  font-size: 1.325rem;
}
.message.is-white {
  background-color: white;
}
.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}
.message.is-white .message-body {
  border-color: white;
}
.message.is-black {
  background-color: #fafafa;
}
.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}
.message.is-black .message-body {
  border-color: #0a0a0a;
}
.message.is-light {
  background-color: #fafafa;
}
.message.is-light .message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.message.is-light .message-body {
  border-color: whitesmoke;
}
.message.is-dark {
  background-color: #f9fafb;
}
.message.is-dark .message-header {
  background-color: #1e2326;
  color: #fff;
}
.message.is-dark .message-body {
  border-color: #1e2326;
}
.message.is-primary {
  background-color: #ebf8ff;
}
.message.is-primary .message-header {
  background-color: #0084c2;
  color: white;
}
.message.is-primary .message-body {
  border-color: #0084c2;
  color: #0099e0;
}
.message.is-link {
  background-color: #ebf9ff;
}
.message.is-link .message-header {
  background-color: #0085c2;
  color: white;
}
.message.is-link .message-body {
  border-color: #0085c2;
  color: #0096db;
}
.message.is-info {
  background-color: #ebf9ff;
}
.message.is-info .message-header {
  background-color: #0084c2;
  color: #fff;
}
.message.is-info .message-body {
  border-color: #0084c2;
  color: #0099e0;
}
.message.is-success {
  background-color: #f7faef;
}
.message.is-success .message-header {
  background-color: #495d1d;
  color: #fff;
}
.message.is-success .message-body {
  border-color: #495d1d;
  color: #99c23d;
}
.message.is-warning {
  background-color: #fffdeb;
}
.message.is-warning .message-header {
  background-color: #fdeb3d;
  color: rgba(0, 0, 0, 0.7);
}
.message.is-warning .message-body {
  border-color: #fdeb3d;
  color: #928502;
}
.message.is-danger {
  background-color: #ffebee;
}
.message.is-danger .message-header {
  background-color: #ad001a;
  color: #fff;
}
.message.is-danger .message-body {
  border-color: #ad001a;
  color: #ff0a2f;
}
.message.is-purple {
  background-color: #fbeef6;
}
.message.is-purple .message-header {
  background-color: #932065;
  color: white;
}
.message.is-purple .message-body {
  border-color: #932065;
  color: #d23292;
}
.message.is-blue {
  background-color: #ebf8ff;
}
.message.is-blue .message-header {
  background-color: #0084c2;
  color: white;
}
.message.is-blue .message-body {
  border-color: #0084c2;
  color: #0099e0;
}
.message.is-red {
  background-color: #ffebee;
}
.message.is-red .message-header {
  background-color: #ad001a;
  color: white;
}
.message.is-red .message-body {
  border-color: #ad001a;
  color: #ff0a2f;
}
.message.is-turquoise {
  background-color: #ebf9ff;
}
.message.is-turquoise .message-header {
  background-color: #0084c2;
  color: white;
}
.message.is-turquoise .message-body {
  border-color: #0084c2;
  color: #0099e0;
}
.message.is-green {
  background-color: #f7faef;
}
.message.is-green .message-header {
  background-color: #495d1d;
  color: white;
}
.message.is-green .message-body {
  border-color: #495d1d;
  color: #99c23d;
}
.message.is-cyan {
  background-color: #ebf9ff;
}
.message.is-cyan .message-header {
  background-color: #0084c2;
  color: white;
}
.message.is-cyan .message-body {
  border-color: #0084c2;
  color: #0099e0;
}

.message-header {
  align-items: center;
  background-color: #1e2326;
  border-radius: 1.063rem 1.063rem 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: #DBDBDB;
  border-radius: 1.063rem;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #1e2326;
  padding: 1.25em 1.5em;
}
.message-body code,
.message-body pre {
  background-color: white;
}
.message-body pre code {
  background-color: transparent;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: flex;
}

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

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: white;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

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

.modal-card-title {
  color: #1e2326;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 1;
}

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

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

.navbar {
  background-color: #0085c2;
  min-height: 5rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand > a.navbar-item:focus, .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:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}
.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}
@media screen and (min-width: 970px) {
  .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:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}
.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}
.navbar.is-black .navbar-brand > a.navbar-item:focus, .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:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}
.navbar.is-black .navbar-burger {
  color: white;
}
@media screen and (min-width: 970px) {
  .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:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}
.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus, .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:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 970px) {
  .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: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: #1e2326;
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .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:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #121618;
  color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 970px) {
  .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: #fff;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #121618;
    color: #fff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #121618;
    color: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #1e2326;
    color: #fff;
  }
}
.navbar.is-primary {
  background-color: #0084c2;
  color: white;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: white;
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #0073a9;
  color: white;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: white;
}
.navbar.is-primary .navbar-burger {
  color: white;
}
@media screen and (min-width: 970px) {
  .navbar.is-primary .navbar-start > .navbar-item,
.navbar.is-primary .navbar-start .navbar-link,
.navbar.is-primary .navbar-end > .navbar-item,
.navbar.is-primary .navbar-end .navbar-link {
    color: white;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
.navbar.is-primary .navbar-start .navbar-link:focus,
.navbar.is-primary .navbar-start .navbar-link:hover,
.navbar.is-primary .navbar-start .navbar-link.is-active,
.navbar.is-primary .navbar-end > a.navbar-item:focus,
.navbar.is-primary .navbar-end > a.navbar-item:hover,
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
.navbar.is-primary .navbar-end .navbar-link:focus,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #0073a9;
    color: white;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #0073a9;
    color: white;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #0084c2;
    color: white;
  }
}
.navbar.is-link {
  background-color: #0085c2;
  color: white;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: white;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .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:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #0074a9;
  color: white;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: white;
}
.navbar.is-link .navbar-burger {
  color: white;
}
@media screen and (min-width: 970px) {
  .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: white;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #0074a9;
    color: white;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #0074a9;
    color: white;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #0085c2;
    color: white;
  }
}
.navbar.is-info {
  background-color: #0084c2;
  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:focus, .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:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #0073a8;
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 970px) {
  .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:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-info .navbar-end .navbar-link:hover,
.navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #0073a8;
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #0073a8;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #0084c2;
    color: #fff;
  }
}
.navbar.is-success {
  background-color: #495d1d;
  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:focus, .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:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #3a4a17;
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 970px) {
  .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:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #3a4a17;
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3a4a17;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #495d1d;
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: #fdeb3d;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #fde824;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 970px) {
  .navbar.is-warning .navbar-start > .navbar-item,
.navbar.is-warning .navbar-start .navbar-link,
.navbar.is-warning .navbar-end > .navbar-item,
.navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
.navbar.is-warning .navbar-start .navbar-link:focus,
.navbar.is-warning .navbar-start .navbar-link:hover,
.navbar.is-warning .navbar-start .navbar-link.is-active,
.navbar.is-warning .navbar-end > a.navbar-item:focus,
.navbar.is-warning .navbar-end > a.navbar-item:hover,
.navbar.is-warning .navbar-end > a.navbar-item.is-active,
.navbar.is-warning .navbar-end .navbar-link:focus,
.navbar.is-warning .navbar-end .navbar-link:hover,
.navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #fde824;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fde824;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #fdeb3d;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: #ad001a;
  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:focus, .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:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #940016;
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 970px) {
  .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:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-danger .navbar-end .navbar-link:hover,
.navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #940016;
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #940016;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #ad001a;
    color: #fff;
  }
}
.navbar.is-purple {
  background-color: #932065;
  color: white;
}
.navbar.is-purple .navbar-brand > .navbar-item,
.navbar.is-purple .navbar-brand .navbar-link {
  color: white;
}
.navbar.is-purple .navbar-brand > a.navbar-item:focus, .navbar.is-purple .navbar-brand > a.navbar-item:hover, .navbar.is-purple .navbar-brand > a.navbar-item.is-active,
.navbar.is-purple .navbar-brand .navbar-link:focus,
.navbar.is-purple .navbar-brand .navbar-link:hover,
.navbar.is-purple .navbar-brand .navbar-link.is-active {
  background-color: #7e1b57;
  color: white;
}
.navbar.is-purple .navbar-brand .navbar-link::after {
  border-color: white;
}
.navbar.is-purple .navbar-burger {
  color: white;
}
@media screen and (min-width: 970px) {
  .navbar.is-purple .navbar-start > .navbar-item,
.navbar.is-purple .navbar-start .navbar-link,
.navbar.is-purple .navbar-end > .navbar-item,
.navbar.is-purple .navbar-end .navbar-link {
    color: white;
  }
  .navbar.is-purple .navbar-start > a.navbar-item:focus, .navbar.is-purple .navbar-start > a.navbar-item:hover, .navbar.is-purple .navbar-start > a.navbar-item.is-active,
.navbar.is-purple .navbar-start .navbar-link:focus,
.navbar.is-purple .navbar-start .navbar-link:hover,
.navbar.is-purple .navbar-start .navbar-link.is-active,
.navbar.is-purple .navbar-end > a.navbar-item:focus,
.navbar.is-purple .navbar-end > a.navbar-item:hover,
.navbar.is-purple .navbar-end > a.navbar-item.is-active,
.navbar.is-purple .navbar-end .navbar-link:focus,
.navbar.is-purple .navbar-end .navbar-link:hover,
.navbar.is-purple .navbar-end .navbar-link.is-active {
    background-color: #7e1b57;
    color: white;
  }
  .navbar.is-purple .navbar-start .navbar-link::after,
.navbar.is-purple .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-purple .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-purple .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-purple .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #7e1b57;
    color: white;
  }
  .navbar.is-purple .navbar-dropdown a.navbar-item.is-active {
    background-color: #932065;
    color: white;
  }
}
.navbar.is-blue {
  background-color: #0084c2;
  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:focus, .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:focus,
.navbar.is-blue .navbar-brand .navbar-link:hover,
.navbar.is-blue .navbar-brand .navbar-link.is-active {
  background-color: #0073a9;
  color: white;
}
.navbar.is-blue .navbar-brand .navbar-link::after {
  border-color: white;
}
.navbar.is-blue .navbar-burger {
  color: white;
}
@media screen and (min-width: 970px) {
  .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:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-blue .navbar-end .navbar-link:hover,
.navbar.is-blue .navbar-end .navbar-link.is-active {
    background-color: #0073a9;
    color: white;
  }
  .navbar.is-blue .navbar-start .navbar-link::after,
.navbar.is-blue .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-blue .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-blue .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-blue .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #0073a9;
    color: white;
  }
  .navbar.is-blue .navbar-dropdown a.navbar-item.is-active {
    background-color: #0084c2;
    color: white;
  }
}
.navbar.is-red {
  background-color: #ad001a;
  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:focus, .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:focus,
.navbar.is-red .navbar-brand .navbar-link:hover,
.navbar.is-red .navbar-brand .navbar-link.is-active {
  background-color: #940016;
  color: white;
}
.navbar.is-red .navbar-brand .navbar-link::after {
  border-color: white;
}
.navbar.is-red .navbar-burger {
  color: white;
}
@media screen and (min-width: 970px) {
  .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:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-red .navbar-end .navbar-link:hover,
.navbar.is-red .navbar-end .navbar-link.is-active {
    background-color: #940016;
    color: white;
  }
  .navbar.is-red .navbar-start .navbar-link::after,
.navbar.is-red .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-red .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-red .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-red .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #940016;
    color: white;
  }
  .navbar.is-red .navbar-dropdown a.navbar-item.is-active {
    background-color: #ad001a;
    color: white;
  }
}
.navbar.is-turquoise {
  background-color: #0084c2;
  color: white;
}
.navbar.is-turquoise .navbar-brand > .navbar-item,
.navbar.is-turquoise .navbar-brand .navbar-link {
  color: white;
}
.navbar.is-turquoise .navbar-brand > a.navbar-item:focus, .navbar.is-turquoise .navbar-brand > a.navbar-item:hover, .navbar.is-turquoise .navbar-brand > a.navbar-item.is-active,
.navbar.is-turquoise .navbar-brand .navbar-link:focus,
.navbar.is-turquoise .navbar-brand .navbar-link:hover,
.navbar.is-turquoise .navbar-brand .navbar-link.is-active {
  background-color: #0073a8;
  color: white;
}
.navbar.is-turquoise .navbar-brand .navbar-link::after {
  border-color: white;
}
.navbar.is-turquoise .navbar-burger {
  color: white;
}
@media screen and (min-width: 970px) {
  .navbar.is-turquoise .navbar-start > .navbar-item,
.navbar.is-turquoise .navbar-start .navbar-link,
.navbar.is-turquoise .navbar-end > .navbar-item,
.navbar.is-turquoise .navbar-end .navbar-link {
    color: white;
  }
  .navbar.is-turquoise .navbar-start > a.navbar-item:focus, .navbar.is-turquoise .navbar-start > a.navbar-item:hover, .navbar.is-turquoise .navbar-start > a.navbar-item.is-active,
.navbar.is-turquoise .navbar-start .navbar-link:focus,
.navbar.is-turquoise .navbar-start .navbar-link:hover,
.navbar.is-turquoise .navbar-start .navbar-link.is-active,
.navbar.is-turquoise .navbar-end > a.navbar-item:focus,
.navbar.is-turquoise .navbar-end > a.navbar-item:hover,
.navbar.is-turquoise .navbar-end > a.navbar-item.is-active,
.navbar.is-turquoise .navbar-end .navbar-link:focus,
.navbar.is-turquoise .navbar-end .navbar-link:hover,
.navbar.is-turquoise .navbar-end .navbar-link.is-active {
    background-color: #0073a8;
    color: white;
  }
  .navbar.is-turquoise .navbar-start .navbar-link::after,
.navbar.is-turquoise .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-turquoise .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-turquoise .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-turquoise .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #0073a8;
    color: white;
  }
  .navbar.is-turquoise .navbar-dropdown a.navbar-item.is-active {
    background-color: #0084c2;
    color: white;
  }
}
.navbar.is-green {
  background-color: #495d1d;
  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:focus, .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:focus,
.navbar.is-green .navbar-brand .navbar-link:hover,
.navbar.is-green .navbar-brand .navbar-link.is-active {
  background-color: #3a4a17;
  color: white;
}
.navbar.is-green .navbar-brand .navbar-link::after {
  border-color: white;
}
.navbar.is-green .navbar-burger {
  color: white;
}
@media screen and (min-width: 970px) {
  .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:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-green .navbar-end .navbar-link:hover,
.navbar.is-green .navbar-end .navbar-link.is-active {
    background-color: #3a4a17;
    color: white;
  }
  .navbar.is-green .navbar-start .navbar-link::after,
.navbar.is-green .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-green .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-green .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-green .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3a4a17;
    color: white;
  }
  .navbar.is-green .navbar-dropdown a.navbar-item.is-active {
    background-color: #495d1d;
    color: white;
  }
}
.navbar.is-cyan {
  background-color: #0084c2;
  color: white;
}
.navbar.is-cyan .navbar-brand > .navbar-item,
.navbar.is-cyan .navbar-brand .navbar-link {
  color: white;
}
.navbar.is-cyan .navbar-brand > a.navbar-item:focus, .navbar.is-cyan .navbar-brand > a.navbar-item:hover, .navbar.is-cyan .navbar-brand > a.navbar-item.is-active,
.navbar.is-cyan .navbar-brand .navbar-link:focus,
.navbar.is-cyan .navbar-brand .navbar-link:hover,
.navbar.is-cyan .navbar-brand .navbar-link.is-active {
  background-color: #0073a8;
  color: white;
}
.navbar.is-cyan .navbar-brand .navbar-link::after {
  border-color: white;
}
.navbar.is-cyan .navbar-burger {
  color: white;
}
@media screen and (min-width: 970px) {
  .navbar.is-cyan .navbar-start > .navbar-item,
.navbar.is-cyan .navbar-start .navbar-link,
.navbar.is-cyan .navbar-end > .navbar-item,
.navbar.is-cyan .navbar-end .navbar-link {
    color: white;
  }
  .navbar.is-cyan .navbar-start > a.navbar-item:focus, .navbar.is-cyan .navbar-start > a.navbar-item:hover, .navbar.is-cyan .navbar-start > a.navbar-item.is-active,
.navbar.is-cyan .navbar-start .navbar-link:focus,
.navbar.is-cyan .navbar-start .navbar-link:hover,
.navbar.is-cyan .navbar-start .navbar-link.is-active,
.navbar.is-cyan .navbar-end > a.navbar-item:focus,
.navbar.is-cyan .navbar-end > a.navbar-item:hover,
.navbar.is-cyan .navbar-end > a.navbar-item.is-active,
.navbar.is-cyan .navbar-end .navbar-link:focus,
.navbar.is-cyan .navbar-end .navbar-link:hover,
.navbar.is-cyan .navbar-end .navbar-link.is-active {
    background-color: #0073a8;
    color: white;
  }
  .navbar.is-cyan .navbar-start .navbar-link::after,
.navbar.is-cyan .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-cyan .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-cyan .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-cyan .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #0073a8;
    color: white;
  }
  .navbar.is-cyan .navbar-dropdown a.navbar-item.is-active {
    background-color: #0084c2;
    color: white;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 5rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  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: 5rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 5rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 5rem;
}

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

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

.navbar-burger {
  color: white;
  cursor: pointer;
  display: block;
  height: 5rem;
  position: relative;
  width: 5rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: white;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #024a6c;
  color: white;
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 50px;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 5rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: #024a6c;
  border-bottom-color: #0085c2;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #0085c2;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #0085c2;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: #0085c2;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 969px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: #0085c2;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    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 - 5rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 5rem;
  }
  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 970px) {
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    min-height: 5rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 1.063rem;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
.navbar.is-transparent .navbar-link:focus,
.navbar.is-transparent .navbar-link:hover,
.navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: #024a6c;
    color: white;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: #0276ac;
    color: white;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }

  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 1px solid #024a6c;
    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:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .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:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .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;
    transform: translateY(0);
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: #0085c2;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 1px solid #024a6c;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: #024a6c;
    color: white;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: #0276ac;
    color: white;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 10px;
    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));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, 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;
    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: 5rem;
  }
  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 5rem;
  }
  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 7rem;
  }
  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 7rem;
  }

  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #0a0a0a;
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
    background-color: white;
  }

  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #024a6c;
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 5rem);
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
.pagination.is-small {
  font-size: 0.85rem;
}
.pagination.is-medium {
  font-size: 1.125rem;
}
.pagination.is-large {
  font-size: 1.325rem;
}
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
}
.pagination.is-rounded .pagination-link {
  border-radius: 9999px;
}

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #DBDBDB;
  color: #1e2326;
  min-width: 3.75rem;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #e6e6e6;
  color: #0085c2;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #0084c2;
}
.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: #DBDBDB;
  border-color: #DBDBDB;
  box-shadow: none;
  color: #1e2326;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #0085c2;
  border-color: #0085c2;
  color: white;
}

.pagination-ellipsis {
  color: #e6e6e6;
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}
.pagination-list li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .pagination {
    flex-wrap: wrap;
  }

  .pagination-previous,
.pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }

  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 768px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }

  .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }

  .pagination-previous {
    order: 2;
  }

  .pagination-next {
    order: 3;
  }

  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.panel {
  border-radius: 10px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem;
}
.panel:not(:last-child) {
  margin-bottom: 1rem;
}
.panel.is-white .panel-heading {
  background-color: white;
  color: #0a0a0a;
}
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: white;
}
.panel.is-white .panel-block.is-active .panel-icon {
  color: white;
}
.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: white;
}
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}
.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}
.panel.is-light .panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: whitesmoke;
}
.panel.is-light .panel-block.is-active .panel-icon {
  color: whitesmoke;
}
.panel.is-dark .panel-heading {
  background-color: #1e2326;
  color: #fff;
}
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #1e2326;
}
.panel.is-dark .panel-block.is-active .panel-icon {
  color: #1e2326;
}
.panel.is-primary .panel-heading {
  background-color: #0084c2;
  color: white;
}
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #0084c2;
}
.panel.is-primary .panel-block.is-active .panel-icon {
  color: #0084c2;
}
.panel.is-link .panel-heading {
  background-color: #0085c2;
  color: white;
}
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #0085c2;
}
.panel.is-link .panel-block.is-active .panel-icon {
  color: #0085c2;
}
.panel.is-info .panel-heading {
  background-color: #0084c2;
  color: #fff;
}
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #0084c2;
}
.panel.is-info .panel-block.is-active .panel-icon {
  color: #0084c2;
}
.panel.is-success .panel-heading {
  background-color: #495d1d;
  color: #fff;
}
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #495d1d;
}
.panel.is-success .panel-block.is-active .panel-icon {
  color: #495d1d;
}
.panel.is-warning .panel-heading {
  background-color: #fdeb3d;
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #fdeb3d;
}
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #fdeb3d;
}
.panel.is-danger .panel-heading {
  background-color: #ad001a;
  color: #fff;
}
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #ad001a;
}
.panel.is-danger .panel-block.is-active .panel-icon {
  color: #ad001a;
}
.panel.is-purple .panel-heading {
  background-color: #932065;
  color: white;
}
.panel.is-purple .panel-tabs a.is-active {
  border-bottom-color: #932065;
}
.panel.is-purple .panel-block.is-active .panel-icon {
  color: #932065;
}
.panel.is-blue .panel-heading {
  background-color: #0084c2;
  color: white;
}
.panel.is-blue .panel-tabs a.is-active {
  border-bottom-color: #0084c2;
}
.panel.is-blue .panel-block.is-active .panel-icon {
  color: #0084c2;
}
.panel.is-red .panel-heading {
  background-color: #ad001a;
  color: white;
}
.panel.is-red .panel-tabs a.is-active {
  border-bottom-color: #ad001a;
}
.panel.is-red .panel-block.is-active .panel-icon {
  color: #ad001a;
}
.panel.is-turquoise .panel-heading {
  background-color: #0084c2;
  color: white;
}
.panel.is-turquoise .panel-tabs a.is-active {
  border-bottom-color: #0084c2;
}
.panel.is-turquoise .panel-block.is-active .panel-icon {
  color: #0084c2;
}
.panel.is-green .panel-heading {
  background-color: #495d1d;
  color: white;
}
.panel.is-green .panel-tabs a.is-active {
  border-bottom-color: #495d1d;
}
.panel.is-green .panel-block.is-active .panel-icon {
  color: #495d1d;
}
.panel.is-cyan .panel-heading {
  background-color: #0084c2;
  color: white;
}
.panel.is-cyan .panel-tabs a.is-active {
  border-bottom-color: #0084c2;
}
.panel.is-cyan .panel-block.is-active .panel-icon {
  color: #0084c2;
}

.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.panel-heading {
  background-color: #ededed;
  border-radius: 10px 10px 0 0;
  color: #1e2326;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
.panel-tabs a {
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: -1px;
  padding: 0.5em;
}
.panel-tabs a.is-active {
  border-bottom-color: #343d43;
  color: #1e2326;
}

.panel-list a {
  color: #1e2326;
}
.panel-list a:hover {
  color: #0085c2;
}

.panel-block {
  align-items: center;
  color: #1e2326;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
.panel-block input[type=checkbox] {
  margin-right: 0.75em;
}
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.panel-block.is-wrapped {
  flex-wrap: wrap;
}
.panel-block.is-active {
  border-left-color: #0085c2;
  color: #1e2326;
}
.panel-block.is-active .panel-icon {
  color: #0085c2;
}
.panel-block:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}
a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #1e2326;
  margin-right: 0.75em;
}
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom-color: #DBDBDB;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #1e2326;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: #1e2326;
  color: #1e2326;
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #0085c2;
  color: #0085c2;
}
.tabs ul {
  align-items: center;
  border-bottom-color: #DBDBDB;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  justify-content: center;
}
.tabs.is-right ul {
  justify-content: flex-end;
}
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 1.063rem 1.063rem 0 0;
}
.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #DBDBDB;
}
.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #DBDBDB;
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: #DBDBDB;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #e6e6e6;
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 1.063rem;
  border-bottom-left-radius: 1.063rem;
}
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 1.063rem;
  border-bottom-right-radius: 1.063rem;
}
.tabs.is-toggle li.is-active a {
  background-color: #0085c2;
  border-color: #0085c2;
  color: white;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  padding-right: 1.25em;
}
.tabs.is-small {
  font-size: 0.85rem;
}
.tabs.is-medium {
  font-size: 1.125rem;
}
.tabs.is-large {
  font-size: 1.325rem;
}

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.875rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  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-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 767px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    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-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    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-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 969px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    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-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 970px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    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-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    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-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1921px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    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-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
  margin-top: -0.875rem;
}
.columns:last-child {
  margin-bottom: -0.875rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.875rem);
}
.columns.is-centered {
  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: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 970px) {
  .columns.is-desktop {
    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: 767px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 969px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 970px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1921px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 969px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 970px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1921px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 969px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 970px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1921px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 969px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 970px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1921px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 969px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 970px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1921px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 969px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 970px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1921px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 969px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 970px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1921px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 969px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 970px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1921px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 969px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 970px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1921px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 768px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.33333337%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.66666674%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.33333337%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.66666674%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.33333337%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.66666674%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.33333337%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.66666674%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* Bulma Helpers */
.has-text-white {
  color: white !important;
}

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

.has-background-white {
  background-color: white !important;
}

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

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

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

.has-text-light {
  color: whitesmoke !important;
}

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

.has-background-light {
  background-color: whitesmoke !important;
}

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

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

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

.has-text-primary {
  color: #0084c2 !important;
}

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

.has-background-primary {
  background-color: #0084c2 !important;
}

.has-text-primary-light {
  color: #ebf8ff !important;
}

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

.has-background-primary-light {
  background-color: #ebf8ff !important;
}

.has-text-primary-dark {
  color: #0099e0 !important;
}

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #14b4ff !important;
}

.has-background-primary-dark {
  background-color: #0099e0 !important;
}

.has-text-link {
  color: #0085c2 !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: #00628f !important;
}

.has-background-link {
  background-color: #0085c2 !important;
}

.has-text-link-light {
  color: #ebf9ff !important;
}

a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #b8e9ff !important;
}

.has-background-link-light {
  background-color: #ebf9ff !important;
}

.has-text-link-dark {
  color: #0096db !important;
}

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

.has-background-link-dark {
  background-color: #0096db !important;
}

.has-text-info {
  color: #0084c2 !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #00628f !important;
}

.has-background-info {
  background-color: #0084c2 !important;
}

.has-text-info-light {
  color: #ebf9ff !important;
}

a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #b8e8ff !important;
}

.has-background-info-light {
  background-color: #ebf9ff !important;
}

.has-text-info-dark {
  color: #0099e0 !important;
}

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #14b5ff !important;
}

.has-background-info-dark {
  background-color: #0099e0 !important;
}

.has-text-success {
  color: #495d1d !important;
}

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

.has-background-success {
  background-color: #495d1d !important;
}

.has-text-success-light {
  color: #f7faef !important;
}

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

.has-background-success-light {
  background-color: #f7faef !important;
}

.has-text-success-dark {
  color: #99c23d !important;
}

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

.has-background-success-dark {
  background-color: #99c23d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-text-purple {
  color: #932065 !important;
}

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

.has-background-purple {
  background-color: #932065 !important;
}

.has-text-purple-light {
  color: #fbeef6 !important;
}

a.has-text-purple-light:hover, a.has-text-purple-light:focus {
  color: #f2c4e0 !important;
}

.has-background-purple-light {
  background-color: #fbeef6 !important;
}

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

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

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

.has-text-blue {
  color: #0084c2 !important;
}

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

.has-background-blue {
  background-color: #0084c2 !important;
}

.has-text-blue-light {
  color: #ebf8ff !important;
}

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

.has-background-blue-light {
  background-color: #ebf8ff !important;
}

.has-text-blue-dark {
  color: #0099e0 !important;
}

a.has-text-blue-dark:hover, a.has-text-blue-dark:focus {
  color: #14b4ff !important;
}

.has-background-blue-dark {
  background-color: #0099e0 !important;
}

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

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

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

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

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

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

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

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

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

.has-text-turquoise {
  color: #0084c2 !important;
}

a.has-text-turquoise:hover, a.has-text-turquoise:focus {
  color: #00628f !important;
}

.has-background-turquoise {
  background-color: #0084c2 !important;
}

.has-text-turquoise-light {
  color: #ebf9ff !important;
}

a.has-text-turquoise-light:hover, a.has-text-turquoise-light:focus {
  color: #b8e8ff !important;
}

.has-background-turquoise-light {
  background-color: #ebf9ff !important;
}

.has-text-turquoise-dark {
  color: #0099e0 !important;
}

a.has-text-turquoise-dark:hover, a.has-text-turquoise-dark:focus {
  color: #14b5ff !important;
}

.has-background-turquoise-dark {
  background-color: #0099e0 !important;
}

.has-text-green {
  color: #495d1d !important;
}

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

.has-background-green {
  background-color: #495d1d !important;
}

.has-text-green-light {
  color: #f7faef !important;
}

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

.has-background-green-light {
  background-color: #f7faef !important;
}

.has-text-green-dark {
  color: #99c23d !important;
}

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

.has-background-green-dark {
  background-color: #99c23d !important;
}

.has-text-cyan {
  color: #0084c2 !important;
}

a.has-text-cyan:hover, a.has-text-cyan:focus {
  color: #00628f !important;
}

.has-background-cyan {
  background-color: #0084c2 !important;
}

.has-text-cyan-light {
  color: #ebf9ff !important;
}

a.has-text-cyan-light:hover, a.has-text-cyan-light:focus {
  color: #b8e8ff !important;
}

.has-background-cyan-light {
  background-color: #ebf9ff !important;
}

.has-text-cyan-dark {
  color: #0099e0 !important;
}

a.has-text-cyan-dark:hover, a.has-text-cyan-dark:focus {
  color: #14b5ff !important;
}

.has-background-cyan-dark {
  background-color: #0099e0 !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: #1e2326 !important;
}

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

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

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

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

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

.has-text-grey-light {
  color: #e6e6e6 !important;
}

.has-background-grey-light {
  background-color: #e6e6e6 !important;
}

.has-text-grey-lighter {
  color: #f2f2f2 !important;
}

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

.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  align-self: auto !important;
}

.is-align-self-flex-start {
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  align-self: flex-end !important;
}

.is-align-self-center {
  align-self: center !important;
}

.is-align-self-baseline {
  align-self: baseline !important;
}

.is-align-self-stretch {
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

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

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

.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-relative {
  position: relative !important;
}

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

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

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.mt-6 {
  margin-top: 2rem !important;
}

.mr-6 {
  margin-right: 2rem !important;
}

.mb-6 {
  margin-bottom: 2rem !important;
}

.ml-6 {
  margin-left: 2rem !important;
}

.mx-6 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-6 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.m-7 {
  margin: 2.5rem !important;
}

.mt-7 {
  margin-top: 2.5rem !important;
}

.mr-7 {
  margin-right: 2.5rem !important;
}

.mb-7 {
  margin-bottom: 2.5rem !important;
}

.ml-7 {
  margin-left: 2.5rem !important;
}

.mx-7 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-7 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.m-8 {
  margin: 3.125rem !important;
}

.mt-8 {
  margin-top: 3.125rem !important;
}

.mr-8 {
  margin-right: 3.125rem !important;
}

.mb-8 {
  margin-bottom: 3.125rem !important;
}

.ml-8 {
  margin-left: 3.125rem !important;
}

.mx-8 {
  margin-left: 3.125rem !important;
  margin-right: 3.125rem !important;
}

.my-8 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.m-18 {
  margin: 1.125rem !important;
}

.mt-18 {
  margin-top: 1.125rem !important;
}

.mr-18 {
  margin-right: 1.125rem !important;
}

.mb-18 {
  margin-bottom: 1.125rem !important;
}

.ml-18 {
  margin-left: 1.125rem !important;
}

.mx-18 {
  margin-left: 1.125rem !important;
  margin-right: 1.125rem !important;
}

.my-18 {
  margin-top: 1.125rem !important;
  margin-bottom: 1.125rem !important;
}

.m-19 {
  margin: 1.875rem !important;
}

.mt-19 {
  margin-top: 1.875rem !important;
}

.mr-19 {
  margin-right: 1.875rem !important;
}

.mb-19 {
  margin-bottom: 1.875rem !important;
}

.ml-19 {
  margin-left: 1.875rem !important;
}

.mx-19 {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}

.my-19 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.pt-6 {
  padding-top: 2rem !important;
}

.pr-6 {
  padding-right: 2rem !important;
}

.pb-6 {
  padding-bottom: 2rem !important;
}

.pl-6 {
  padding-left: 2rem !important;
}

.px-6 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.p-7 {
  padding: 2.5rem !important;
}

.pt-7 {
  padding-top: 2.5rem !important;
}

.pr-7 {
  padding-right: 2.5rem !important;
}

.pb-7 {
  padding-bottom: 2.5rem !important;
}

.pl-7 {
  padding-left: 2.5rem !important;
}

.px-7 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-7 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.p-8 {
  padding: 3.125rem !important;
}

.pt-8 {
  padding-top: 3.125rem !important;
}

.pr-8 {
  padding-right: 3.125rem !important;
}

.pb-8 {
  padding-bottom: 3.125rem !important;
}

.pl-8 {
  padding-left: 3.125rem !important;
}

.px-8 {
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important;
}

.py-8 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.p-18 {
  padding: 1.125rem !important;
}

.pt-18 {
  padding-top: 1.125rem !important;
}

.pr-18 {
  padding-right: 1.125rem !important;
}

.pb-18 {
  padding-bottom: 1.125rem !important;
}

.pl-18 {
  padding-left: 1.125rem !important;
}

.px-18 {
  padding-left: 1.125rem !important;
  padding-right: 1.125rem !important;
}

.py-18 {
  padding-top: 1.125rem !important;
  padding-bottom: 1.125rem !important;
}

.p-19 {
  padding: 1.875rem !important;
}

.pt-19 {
  padding-top: 1.875rem !important;
}

.pr-19 {
  padding-right: 1.875rem !important;
}

.pb-19 {
  padding-bottom: 1.875rem !important;
}

.pl-19 {
  padding-left: 1.875rem !important;
}

.px-19 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}

.py-19 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .is-size-1-mobile {
    font-size: 2.125rem !important;
  }

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

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

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

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

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

  .is-size-7-mobile {
    font-size: 0.85rem !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-size-1-tablet {
    font-size: 2.125rem !important;
  }

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

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

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

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

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

  .is-size-7-tablet {
    font-size: 0.85rem !important;
  }
}
@media screen and (max-width: 969px) {
  .is-size-1-touch {
    font-size: 2.125rem !important;
  }

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

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

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

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

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

  .is-size-7-touch {
    font-size: 0.85rem !important;
  }
}
@media screen and (min-width: 970px) {
  .is-size-1-desktop {
    font-size: 2.125rem !important;
  }

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

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

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

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

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

  .is-size-7-desktop {
    font-size: 0.85rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .is-size-1-widescreen {
    font-size: 2.125rem !important;
  }

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

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

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

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

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

  .is-size-7-widescreen {
    font-size: 0.85rem !important;
  }
}
@media screen and (min-width: 1921px) {
  .is-size-1-fullhd {
    font-size: 2.125rem !important;
  }

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

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

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

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

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

  .is-size-7-fullhd {
    font-size: 0.85rem !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: 767px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 969px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 970px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1400px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1921px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 768px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 969px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 970px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1400px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1921px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 767px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 969px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 970px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1400px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1921px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 969px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 970px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1400px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1921px) {
  .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;
}

.is-underlined {
  text-decoration: underline !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  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: "Inter", sans-serif !important;
}

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

.is-family-sans-serif {
  font-family: "Inter", 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: 767px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 969px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 970px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1400px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1921px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 969px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 970px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1400px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1921px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 767px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 969px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 970px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1400px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1921px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 969px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 970px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1400px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1921px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 767px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 969px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 970px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1400px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1921px) {
  .is-inline-flex-fullhd {
    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: 767px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 969px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 970px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1400px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1921px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 767px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 768px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 969px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 970px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1400px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1921px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
/* Bulma Layout */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  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):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  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: 969px) {
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  color: white !important;
  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, #e8e3e4 0%, white 71%, white 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
  }
}
.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  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: 969px) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: white;
}
.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.hero.is-black .tabs li.is-active a {
  color: #0a0a0a !important;
  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: 767px) {
  .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: rgba(0, 0, 0, 0.7);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 969px) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 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: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  color: whitesmoke !important;
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.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: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}
.hero.is-dark {
  background-color: #1e2326;
  color: #fff;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: #fff;
}
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 969px) {
  .hero.is-dark .navbar-menu {
    background-color: #1e2326;
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 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: #121618;
  color: #fff;
}
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  color: #1e2326 !important;
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
.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: #fff;
  border-color: #fff;
  color: #1e2326;
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #060a0a 0%, #1e2326 71%, #262e37 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #060a0a 0%, #1e2326 71%, #262e37 100%);
  }
}
.hero.is-primary {
  background-color: #0084c2;
  color: white;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: white;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: white;
}
@media screen and (max-width: 969px) {
  .hero.is-primary .navbar-menu {
    background-color: #0084c2;
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #0073a9;
  color: white;
}
.hero.is-primary .tabs a {
  color: white;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  color: #0084c2 !important;
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: white;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0084c2;
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #00798f 0%, #0084c2 71%, #0071dc 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #00798f 0%, #0084c2 71%, #0071dc 100%);
  }
}
.hero.is-link {
  background-color: #0085c2;
  color: white;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: white;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: white;
}
@media screen and (max-width: 969px) {
  .hero.is-link .navbar-menu {
    background-color: #0085c2;
  }
}
.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: #0074a9;
  color: white;
}
.hero.is-link .tabs a {
  color: white;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  color: #0085c2 !important;
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: white;
}
.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: white;
  border-color: white;
  color: #0085c2;
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #007a8f 0%, #0085c2 71%, #0072dc 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #007a8f 0%, #0085c2 71%, #0072dc 100%);
  }
}
.hero.is-info {
  background-color: #0084c2;
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  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: 969px) {
  .hero.is-info .navbar-menu {
    background-color: #0084c2;
  }
}
.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: #0073a8;
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  color: #0084c2 !important;
  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: #0084c2;
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #00798f 0%, #0084c2 71%, #0071db 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #00798f 0%, #0084c2 71%, #0071db 100%);
  }
}
.hero.is-success {
  background-color: #495d1d;
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  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: 969px) {
  .hero.is-success .navbar-menu {
    background-color: #495d1d;
  }
}
.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: #3a4a17;
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  color: #495d1d !important;
  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: #495d1d;
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #333a0d 0%, #495d1d 71%, #4c741f 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #333a0d 0%, #495d1d 71%, #4c741f 100%);
  }
}
.hero.is-warning {
  background-color: #fdeb3d;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 969px) {
  .hero.is-warning .navbar-menu {
    background-color: #fdeb3d;
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #fde824;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
  color: #fdeb3d !important;
  opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #fdeb3d;
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffbf08 0%, #fdeb3d 71%, #f3ff55 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffbf08 0%, #fdeb3d 71%, #f3ff55 100%);
  }
}
.hero.is-danger {
  background-color: #ad001a;
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  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: 969px) {
  .hero.is-danger .navbar-menu {
    background-color: #ad001a;
  }
}
.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: #940016;
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  color: #ad001a !important;
  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: #ad001a;
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #7a0027 0%, #ad001a 71%, #c70300 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #7a0027 0%, #ad001a 71%, #c70300 100%);
  }
}
.hero.is-purple {
  background-color: #932065;
  color: white;
}
.hero.is-purple a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-purple strong {
  color: inherit;
}
.hero.is-purple .title {
  color: white;
}
.hero.is-purple .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-purple .subtitle a:not(.button),
.hero.is-purple .subtitle strong {
  color: white;
}
@media screen and (max-width: 969px) {
  .hero.is-purple .navbar-menu {
    background-color: #932065;
  }
}
.hero.is-purple .navbar-item,
.hero.is-purple .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-purple a.navbar-item:hover, .hero.is-purple a.navbar-item.is-active,
.hero.is-purple .navbar-link:hover,
.hero.is-purple .navbar-link.is-active {
  background-color: #7e1b57;
  color: white;
}
.hero.is-purple .tabs a {
  color: white;
  opacity: 0.9;
}
.hero.is-purple .tabs a:hover {
  opacity: 1;
}
.hero.is-purple .tabs li.is-active a {
  color: #932065 !important;
  opacity: 1;
}
.hero.is-purple .tabs.is-boxed a, .hero.is-purple .tabs.is-toggle a {
  color: white;
}
.hero.is-purple .tabs.is-boxed a:hover, .hero.is-purple .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-purple .tabs.is-boxed li.is-active a, .hero.is-purple .tabs.is-boxed li.is-active a:hover, .hero.is-purple .tabs.is-toggle li.is-active a, .hero.is-purple .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #932065;
}
.hero.is-purple.is-bold {
  background-image: linear-gradient(141deg, #6f1159 0%, #932065 71%, #ad1f5d 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-purple.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #6f1159 0%, #932065 71%, #ad1f5d 100%);
  }
}
.hero.is-blue {
  background-color: #0084c2;
  color: white;
}
.hero.is-blue a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-blue strong {
  color: inherit;
}
.hero.is-blue .title {
  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: 969px) {
  .hero.is-blue .navbar-menu {
    background-color: #0084c2;
  }
}
.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: #0073a9;
  color: white;
}
.hero.is-blue .tabs a {
  color: white;
  opacity: 0.9;
}
.hero.is-blue .tabs a:hover {
  opacity: 1;
}
.hero.is-blue .tabs li.is-active a {
  color: #0084c2 !important;
  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: #0084c2;
}
.hero.is-blue.is-bold {
  background-image: linear-gradient(141deg, #00798f 0%, #0084c2 71%, #0071dc 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-blue.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #00798f 0%, #0084c2 71%, #0071dc 100%);
  }
}
.hero.is-red {
  background-color: #ad001a;
  color: white;
}
.hero.is-red a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-red strong {
  color: inherit;
}
.hero.is-red .title {
  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: 969px) {
  .hero.is-red .navbar-menu {
    background-color: #ad001a;
  }
}
.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: #940016;
  color: white;
}
.hero.is-red .tabs a {
  color: white;
  opacity: 0.9;
}
.hero.is-red .tabs a:hover {
  opacity: 1;
}
.hero.is-red .tabs li.is-active a {
  color: #ad001a !important;
  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: #ad001a;
}
.hero.is-red.is-bold {
  background-image: linear-gradient(141deg, #7a0027 0%, #ad001a 71%, #c70300 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-red.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #7a0027 0%, #ad001a 71%, #c70300 100%);
  }
}
.hero.is-turquoise {
  background-color: #0084c2;
  color: white;
}
.hero.is-turquoise a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-turquoise strong {
  color: inherit;
}
.hero.is-turquoise .title {
  color: white;
}
.hero.is-turquoise .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-turquoise .subtitle a:not(.button),
.hero.is-turquoise .subtitle strong {
  color: white;
}
@media screen and (max-width: 969px) {
  .hero.is-turquoise .navbar-menu {
    background-color: #0084c2;
  }
}
.hero.is-turquoise .navbar-item,
.hero.is-turquoise .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-turquoise a.navbar-item:hover, .hero.is-turquoise a.navbar-item.is-active,
.hero.is-turquoise .navbar-link:hover,
.hero.is-turquoise .navbar-link.is-active {
  background-color: #0073a8;
  color: white;
}
.hero.is-turquoise .tabs a {
  color: white;
  opacity: 0.9;
}
.hero.is-turquoise .tabs a:hover {
  opacity: 1;
}
.hero.is-turquoise .tabs li.is-active a {
  color: #0084c2 !important;
  opacity: 1;
}
.hero.is-turquoise .tabs.is-boxed a, .hero.is-turquoise .tabs.is-toggle a {
  color: white;
}
.hero.is-turquoise .tabs.is-boxed a:hover, .hero.is-turquoise .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-turquoise .tabs.is-boxed li.is-active a, .hero.is-turquoise .tabs.is-boxed li.is-active a:hover, .hero.is-turquoise .tabs.is-toggle li.is-active a, .hero.is-turquoise .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0084c2;
}
.hero.is-turquoise.is-bold {
  background-image: linear-gradient(141deg, #00798f 0%, #0084c2 71%, #0071db 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-turquoise.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #00798f 0%, #0084c2 71%, #0071db 100%);
  }
}
.hero.is-green {
  background-color: #495d1d;
  color: white;
}
.hero.is-green a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-green strong {
  color: inherit;
}
.hero.is-green .title {
  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: 969px) {
  .hero.is-green .navbar-menu {
    background-color: #495d1d;
  }
}
.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: #3a4a17;
  color: white;
}
.hero.is-green .tabs a {
  color: white;
  opacity: 0.9;
}
.hero.is-green .tabs a:hover {
  opacity: 1;
}
.hero.is-green .tabs li.is-active a {
  color: #495d1d !important;
  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: #495d1d;
}
.hero.is-green.is-bold {
  background-image: linear-gradient(141deg, #333a0d 0%, #495d1d 71%, #4c741f 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-green.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #333a0d 0%, #495d1d 71%, #4c741f 100%);
  }
}
.hero.is-cyan {
  background-color: #0084c2;
  color: white;
}
.hero.is-cyan a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-cyan strong {
  color: inherit;
}
.hero.is-cyan .title {
  color: white;
}
.hero.is-cyan .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-cyan .subtitle a:not(.button),
.hero.is-cyan .subtitle strong {
  color: white;
}
@media screen and (max-width: 969px) {
  .hero.is-cyan .navbar-menu {
    background-color: #0084c2;
  }
}
.hero.is-cyan .navbar-item,
.hero.is-cyan .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-cyan a.navbar-item:hover, .hero.is-cyan a.navbar-item.is-active,
.hero.is-cyan .navbar-link:hover,
.hero.is-cyan .navbar-link.is-active {
  background-color: #0073a8;
  color: white;
}
.hero.is-cyan .tabs a {
  color: white;
  opacity: 0.9;
}
.hero.is-cyan .tabs a:hover {
  opacity: 1;
}
.hero.is-cyan .tabs li.is-active a {
  color: #0084c2 !important;
  opacity: 1;
}
.hero.is-cyan .tabs.is-boxed a, .hero.is-cyan .tabs.is-toggle a {
  color: white;
}
.hero.is-cyan .tabs.is-boxed a:hover, .hero.is-cyan .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-cyan .tabs.is-boxed li.is-active a, .hero.is-cyan .tabs.is-boxed li.is-active a:hover, .hero.is-cyan .tabs.is-toggle li.is-active a, .hero.is-cyan .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0084c2;
}
.hero.is-cyan.is-bold {
  background-image: linear-gradient(141deg, #00798f 0%, #0084c2 71%, #0071db 100%);
}
@media screen and (max-width: 767px) {
  .hero.is-cyan.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #00798f 0%, #0084c2 71%, #0071db 100%);
  }
}
.hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 768px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 768px), print {
  .hero-body {
    padding: 3rem 3rem;
  }
}

.section {
  padding: 50px;
}
@media screen and (min-width: 970px) {
  .section {
    padding: 3rem 3rem;
  }
  .section.is-medium {
    padding: 9rem 4.5rem;
  }
  .section.is-large {
    padding: 18rem 6rem;
  }
}

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}

.slider {
  position: relative;
  width: 100%;
}

.slider-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  min-height: 100%;
}
.slider-container.is-vertical {
  flex-direction: column;
}
.slider-container .slider-item {
  flex: none;
}
.slider-container .slider-item .image.is-covered img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.slider-container .slider-item .video-container {
  height: 0;
  padding-bottom: 0;
  padding-top: 56.25%;
  margin: 0;
  position: relative;
}
.slider-container .slider-item .video-container.is-1by1, .slider-container .slider-item .video-container.is-square {
  padding-top: 100%;
}
.slider-container .slider-item .video-container.is-4by3 {
  padding-top: 75%;
}
.slider-container .slider-item .video-container.is-21by9 {
  padding-top: 42.857143%;
}
.slider-container .slider-item .video-container iframe, .slider-container .slider-item .video-container object, .slider-container .slider-item .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.slider-navigation-previous,
.slider-navigation-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 42px;
  height: 42px;
  background: white center center no-repeat;
  background-size: 20px 20px;
  border: 1px solid white;
  border-radius: 25091983px;
  box-shadow: 0 2px 5px #3232321a;
  top: 50%;
  margin-top: -20px;
  left: 0px;
  cursor: pointer;
  transition: transform 0.3s, opacity 0.3s;
}
.slider-navigation-previous:hover,
.slider-navigation-next:hover {
  transform: scale(1.2);
}
.slider-navigation-previous.is-hidden,
.slider-navigation-next.is-hidden {
  display: none;
  opacity: 0;
}
.slider-navigation-previous svg,
.slider-navigation-next svg {
  width: 25%;
}

.slider-navigation-next {
  left: auto;
  right: 0px;
  background: white center center no-repeat;
  background-size: 20px 20px;
}

.slider-pagination {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 1rem;
  text-align: center;
}
.slider-pagination .slider-page {
  background: white;
  width: 10px;
  height: 10px;
  border-radius: 25091983px;
  display: inline-block;
  margin: 0 3px;
  box-shadow: 0 2px 5px #3232321a;
  transition: transform 0.3s;
  cursor: pointer;
}
.slider-pagination .slider-page.is-active, .slider-pagination .slider-page:hover {
  transform: scale(1.4);
}
@media screen and (min-width: 800px) {
  .slider-pagination {
    display: flex;
  }
}

.hero.has-carousel {
  position: relative;
}
.hero.has-carousel + .hero-body,
.hero.has-carousel + .hero-head,
.hero.has-carousel + .hero-footer {
  z-index: 10;
  overflow: hidden;
}
.hero.has-carousel .hero-carousel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  border: none;
  margin: auto;
  padding: 0;
  z-index: 0;
}
.hero.has-carousel .hero-carousel .slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 100% !important;
  max-height: 100%;
  z-index: 0;
}
.hero.has-carousel .hero-carousel .slider .has-background {
  max-height: 100%;
}
.hero.has-carousel .hero-carousel .slider .has-background .is-background {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.hero.has-carousel .hero-body {
  margin: 0 3rem;
  z-index: 10;
}

.switch[type=checkbox] {
  outline: 0;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}
.switch[type=checkbox]:focus + label::before, .switch[type=checkbox]:focus + label:before, .switch[type=checkbox]:focus + label::after, .switch[type=checkbox]:focus + label:after {
  outline: 1px dotted #e6e6e6;
}
.switch[type=checkbox][disabled] {
  cursor: not-allowed;
}
.switch[type=checkbox][disabled] + label {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label::before, .switch[type=checkbox][disabled] + label:before {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label::after, .switch[type=checkbox][disabled] + label:after {
  opacity: 0.5;
}
.switch[type=checkbox][disabled] + label:hover {
  cursor: not-allowed;
}
.switch[type=checkbox] + label {
  position: relative;
  display: iniline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  height: 3.75rem;
  line-height: 1.5;
  padding-left: 3.5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox] + label::before, .switch[type=checkbox] + label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 3rem;
  height: 1.5rem;
  border: 0.1rem solid transparent;
  border-radius: 1.063rem;
  background: #e6e6e6;
  content: "";
}
.switch[type=checkbox] + label::after, .switch[type=checkbox] + label:after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  transform: translate3d(0, 0, 0);
  border-radius: 1.063rem;
  background: white;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-rtl + label {
  padding-left: 0;
  padding-right: 3.5rem;
}
.switch[type=checkbox].is-rtl + label::before, .switch[type=checkbox].is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-rtl + label::after, .switch[type=checkbox].is-rtl + label:after {
  left: auto;
  right: 1.625rem;
}
.switch[type=checkbox]:checked + label::before, .switch[type=checkbox]:checked + label:before {
  background: #0084c2;
}
.switch[type=checkbox]:checked + label::after {
  left: 1.625rem;
}
.switch[type=checkbox]:checked.is-rtl + label::after, .switch[type=checkbox]:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-outlined + label::before, .switch[type=checkbox].is-outlined + label:before {
  background-color: transparent;
  border-color: #e6e6e6;
}
.switch[type=checkbox].is-outlined + label::after, .switch[type=checkbox].is-outlined + label:after {
  background: #e6e6e6;
}
.switch[type=checkbox].is-outlined:checked + label::before, .switch[type=checkbox].is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #0084c2;
}
.switch[type=checkbox].is-outlined:checked + label::after, .switch[type=checkbox].is-outlined:checked + label:after {
  background: #0084c2;
}
.switch[type=checkbox].is-thin + label::before, .switch[type=checkbox].is-thin + label:before {
  top: 0.5454545455rem;
  height: 0.375rem;
}
.switch[type=checkbox].is-thin + label::after, .switch[type=checkbox].is-thin + label:after {
  box-shadow: 0px 0px 3px #cccccc;
}
.switch[type=checkbox].is-rounded + label::before, .switch[type=checkbox].is-rounded + label:before {
  border-radius: 40px;
}
.switch[type=checkbox].is-rounded + label::after, .switch[type=checkbox].is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-small + label {
  position: relative;
  display: iniline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.85rem;
  height: 3.75rem;
  line-height: 1.5;
  padding-left: 3.05rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-small + label::before, .switch[type=checkbox].is-small + label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 2.55rem;
  height: 1.275rem;
  border: 0.1rem solid transparent;
  border-radius: 1.063rem;
  background: #e6e6e6;
  content: "";
}
.switch[type=checkbox].is-small + label::after, .switch[type=checkbox].is-small + label:after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 0.775rem;
  height: 0.775rem;
  transform: translate3d(0, 0, 0);
  border-radius: 1.063rem;
  background: white;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 3.05rem;
}
.switch[type=checkbox].is-small.is-rtl + label::before, .switch[type=checkbox].is-small.is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-small.is-rtl + label::after, .switch[type=checkbox].is-small.is-rtl + label:after {
  left: auto;
  right: 1.4rem;
}
.switch[type=checkbox].is-small:checked + label::before, .switch[type=checkbox].is-small:checked + label:before {
  background: #0084c2;
}
.switch[type=checkbox].is-small:checked + label::after {
  left: 1.4rem;
}
.switch[type=checkbox].is-small:checked.is-rtl + label::after, .switch[type=checkbox].is-small:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-small.is-outlined + label::before, .switch[type=checkbox].is-small.is-outlined + label:before {
  background-color: transparent;
  border-color: #e6e6e6;
}
.switch[type=checkbox].is-small.is-outlined + label::after, .switch[type=checkbox].is-small.is-outlined + label:after {
  background: #e6e6e6;
}
.switch[type=checkbox].is-small.is-outlined:checked + label::before, .switch[type=checkbox].is-small.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #0084c2;
}
.switch[type=checkbox].is-small.is-outlined:checked + label::after, .switch[type=checkbox].is-small.is-outlined:checked + label:after {
  background: #0084c2;
}
.switch[type=checkbox].is-small.is-thin + label::before, .switch[type=checkbox].is-small.is-thin + label:before {
  top: 0.4636363636rem;
  height: 0.31875rem;
}
.switch[type=checkbox].is-small.is-thin + label::after, .switch[type=checkbox].is-small.is-thin + label:after {
  box-shadow: 0px 0px 3px #cccccc;
}
.switch[type=checkbox].is-small.is-rounded + label::before, .switch[type=checkbox].is-small.is-rounded + label:before {
  border-radius: 40px;
}
.switch[type=checkbox].is-small.is-rounded + label::after, .switch[type=checkbox].is-small.is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-medium + label {
  position: relative;
  display: iniline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.125rem;
  height: 3.75rem;
  line-height: 1.5;
  padding-left: 3.875rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-medium + label::before, .switch[type=checkbox].is-medium + label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 3.375rem;
  height: 1.6875rem;
  border: 0.1rem solid transparent;
  border-radius: 1.063rem;
  background: #e6e6e6;
  content: "";
}
.switch[type=checkbox].is-medium + label::after, .switch[type=checkbox].is-medium + label:after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.1875rem;
  height: 1.1875rem;
  transform: translate3d(0, 0, 0);
  border-radius: 1.063rem;
  background: white;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 3.875rem;
}
.switch[type=checkbox].is-medium.is-rtl + label::before, .switch[type=checkbox].is-medium.is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-medium.is-rtl + label::after, .switch[type=checkbox].is-medium.is-rtl + label:after {
  left: auto;
  right: 1.8125rem;
}
.switch[type=checkbox].is-medium:checked + label::before, .switch[type=checkbox].is-medium:checked + label:before {
  background: #0084c2;
}
.switch[type=checkbox].is-medium:checked + label::after {
  left: 1.8125rem;
}
.switch[type=checkbox].is-medium:checked.is-rtl + label::after, .switch[type=checkbox].is-medium:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-medium.is-outlined + label::before, .switch[type=checkbox].is-medium.is-outlined + label:before {
  background-color: transparent;
  border-color: #e6e6e6;
}
.switch[type=checkbox].is-medium.is-outlined + label::after, .switch[type=checkbox].is-medium.is-outlined + label:after {
  background: #e6e6e6;
}
.switch[type=checkbox].is-medium.is-outlined:checked + label::before, .switch[type=checkbox].is-medium.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #0084c2;
}
.switch[type=checkbox].is-medium.is-outlined:checked + label::after, .switch[type=checkbox].is-medium.is-outlined:checked + label:after {
  background: #0084c2;
}
.switch[type=checkbox].is-medium.is-thin + label::before, .switch[type=checkbox].is-medium.is-thin + label:before {
  top: 0.6136363636rem;
  height: 0.421875rem;
}
.switch[type=checkbox].is-medium.is-thin + label::after, .switch[type=checkbox].is-medium.is-thin + label:after {
  box-shadow: 0px 0px 3px #cccccc;
}
.switch[type=checkbox].is-medium.is-rounded + label::before, .switch[type=checkbox].is-medium.is-rounded + label:before {
  border-radius: 40px;
}
.switch[type=checkbox].is-medium.is-rounded + label::after, .switch[type=checkbox].is-medium.is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-large + label {
  position: relative;
  display: iniline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.325rem;
  height: 3.75rem;
  line-height: 1.5;
  padding-left: 4.475rem;
  padding-top: 0.2rem;
  cursor: pointer;
}
.switch[type=checkbox].is-large + label::before, .switch[type=checkbox].is-large + label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 3.975rem;
  height: 1.9875rem;
  border: 0.1rem solid transparent;
  border-radius: 1.063rem;
  background: #e6e6e6;
  content: "";
}
.switch[type=checkbox].is-large + label::after, .switch[type=checkbox].is-large + label:after {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.4875rem;
  height: 1.4875rem;
  transform: translate3d(0, 0, 0);
  border-radius: 1.063rem;
  background: white;
  transition: all 0.25s ease-out;
  content: "";
}
.switch[type=checkbox].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 4.475rem;
}
.switch[type=checkbox].is-large.is-rtl + label::before, .switch[type=checkbox].is-large.is-rtl + label:before {
  left: auto;
  right: 0;
}
.switch[type=checkbox].is-large.is-rtl + label::after, .switch[type=checkbox].is-large.is-rtl + label:after {
  left: auto;
  right: 2.1125rem;
}
.switch[type=checkbox].is-large:checked + label::before, .switch[type=checkbox].is-large:checked + label:before {
  background: #0084c2;
}
.switch[type=checkbox].is-large:checked + label::after {
  left: 2.1125rem;
}
.switch[type=checkbox].is-large:checked.is-rtl + label::after, .switch[type=checkbox].is-large:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}
.switch[type=checkbox].is-large.is-outlined + label::before, .switch[type=checkbox].is-large.is-outlined + label:before {
  background-color: transparent;
  border-color: #e6e6e6;
}
.switch[type=checkbox].is-large.is-outlined + label::after, .switch[type=checkbox].is-large.is-outlined + label:after {
  background: #e6e6e6;
}
.switch[type=checkbox].is-large.is-outlined:checked + label::before, .switch[type=checkbox].is-large.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #0084c2;
}
.switch[type=checkbox].is-large.is-outlined:checked + label::after, .switch[type=checkbox].is-large.is-outlined:checked + label:after {
  background: #0084c2;
}
.switch[type=checkbox].is-large.is-thin + label::before, .switch[type=checkbox].is-large.is-thin + label:before {
  top: 0.7227272727rem;
  height: 0.496875rem;
}
.switch[type=checkbox].is-large.is-thin + label::after, .switch[type=checkbox].is-large.is-thin + label:after {
  box-shadow: 0px 0px 3px #cccccc;
}
.switch[type=checkbox].is-large.is-rounded + label::before, .switch[type=checkbox].is-large.is-rounded + label:before {
  border-radius: 40px;
}
.switch[type=checkbox].is-large.is-rounded + label::after, .switch[type=checkbox].is-large.is-rounded + label:after {
  border-radius: 50%;
}
.switch[type=checkbox].is-white:checked + label::before, .switch[type=checkbox].is-white:checked + label:before {
  background: white;
}
.switch[type=checkbox].is-white.is-outlined:checked + label::before, .switch[type=checkbox].is-white.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: white !important;
}
.switch[type=checkbox].is-white.is-outlined:checked + label::after, .switch[type=checkbox].is-white.is-outlined:checked + label:after {
  background: white;
}
.switch[type=checkbox].is-white.is-thin.is-outlined + label::after, .switch[type=checkbox].is-white.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-white + label::before, .switch[type=checkbox].is-unchecked-white + label:before {
  background: white;
}
.switch[type=checkbox].is-unchecked-white.is-outlined + label::before, .switch[type=checkbox].is-unchecked-white.is-outlined + label:before {
  background-color: transparent;
  border-color: white !important;
}
.switch[type=checkbox].is-unchecked-white.is-outlined + label::after, .switch[type=checkbox].is-unchecked-white.is-outlined + label:after {
  background: white;
}
.switch[type=checkbox].is-black:checked + label::before, .switch[type=checkbox].is-black:checked + label:before {
  background: #0a0a0a;
}
.switch[type=checkbox].is-black.is-outlined:checked + label::before, .switch[type=checkbox].is-black.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #0a0a0a !important;
}
.switch[type=checkbox].is-black.is-outlined:checked + label::after, .switch[type=checkbox].is-black.is-outlined:checked + label:after {
  background: #0a0a0a;
}
.switch[type=checkbox].is-black.is-thin.is-outlined + label::after, .switch[type=checkbox].is-black.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-black + label::before, .switch[type=checkbox].is-unchecked-black + label:before {
  background: #0a0a0a;
}
.switch[type=checkbox].is-unchecked-black.is-outlined + label::before, .switch[type=checkbox].is-unchecked-black.is-outlined + label:before {
  background-color: transparent;
  border-color: #0a0a0a !important;
}
.switch[type=checkbox].is-unchecked-black.is-outlined + label::after, .switch[type=checkbox].is-unchecked-black.is-outlined + label:after {
  background: #0a0a0a;
}
.switch[type=checkbox].is-light:checked + label::before, .switch[type=checkbox].is-light:checked + label:before {
  background: whitesmoke;
}
.switch[type=checkbox].is-light.is-outlined:checked + label::before, .switch[type=checkbox].is-light.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: whitesmoke !important;
}
.switch[type=checkbox].is-light.is-outlined:checked + label::after, .switch[type=checkbox].is-light.is-outlined:checked + label:after {
  background: whitesmoke;
}
.switch[type=checkbox].is-light.is-thin.is-outlined + label::after, .switch[type=checkbox].is-light.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-light + label::before, .switch[type=checkbox].is-unchecked-light + label:before {
  background: whitesmoke;
}
.switch[type=checkbox].is-unchecked-light.is-outlined + label::before, .switch[type=checkbox].is-unchecked-light.is-outlined + label:before {
  background-color: transparent;
  border-color: whitesmoke !important;
}
.switch[type=checkbox].is-unchecked-light.is-outlined + label::after, .switch[type=checkbox].is-unchecked-light.is-outlined + label:after {
  background: whitesmoke;
}
.switch[type=checkbox].is-dark:checked + label::before, .switch[type=checkbox].is-dark:checked + label:before {
  background: #1e2326;
}
.switch[type=checkbox].is-dark.is-outlined:checked + label::before, .switch[type=checkbox].is-dark.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #1e2326 !important;
}
.switch[type=checkbox].is-dark.is-outlined:checked + label::after, .switch[type=checkbox].is-dark.is-outlined:checked + label:after {
  background: #1e2326;
}
.switch[type=checkbox].is-dark.is-thin.is-outlined + label::after, .switch[type=checkbox].is-dark.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-dark + label::before, .switch[type=checkbox].is-unchecked-dark + label:before {
  background: #1e2326;
}
.switch[type=checkbox].is-unchecked-dark.is-outlined + label::before, .switch[type=checkbox].is-unchecked-dark.is-outlined + label:before {
  background-color: transparent;
  border-color: #1e2326 !important;
}
.switch[type=checkbox].is-unchecked-dark.is-outlined + label::after, .switch[type=checkbox].is-unchecked-dark.is-outlined + label:after {
  background: #1e2326;
}
.switch[type=checkbox].is-primary:checked + label::before, .switch[type=checkbox].is-primary:checked + label:before {
  background: #0084c2;
}
.switch[type=checkbox].is-primary.is-outlined:checked + label::before, .switch[type=checkbox].is-primary.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #0084c2 !important;
}
.switch[type=checkbox].is-primary.is-outlined:checked + label::after, .switch[type=checkbox].is-primary.is-outlined:checked + label:after {
  background: #0084c2;
}
.switch[type=checkbox].is-primary.is-thin.is-outlined + label::after, .switch[type=checkbox].is-primary.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-primary + label::before, .switch[type=checkbox].is-unchecked-primary + label:before {
  background: #0084c2;
}
.switch[type=checkbox].is-unchecked-primary.is-outlined + label::before, .switch[type=checkbox].is-unchecked-primary.is-outlined + label:before {
  background-color: transparent;
  border-color: #0084c2 !important;
}
.switch[type=checkbox].is-unchecked-primary.is-outlined + label::after, .switch[type=checkbox].is-unchecked-primary.is-outlined + label:after {
  background: #0084c2;
}
.switch[type=checkbox].is-link:checked + label::before, .switch[type=checkbox].is-link:checked + label:before {
  background: #0085c2;
}
.switch[type=checkbox].is-link.is-outlined:checked + label::before, .switch[type=checkbox].is-link.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #0085c2 !important;
}
.switch[type=checkbox].is-link.is-outlined:checked + label::after, .switch[type=checkbox].is-link.is-outlined:checked + label:after {
  background: #0085c2;
}
.switch[type=checkbox].is-link.is-thin.is-outlined + label::after, .switch[type=checkbox].is-link.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-link + label::before, .switch[type=checkbox].is-unchecked-link + label:before {
  background: #0085c2;
}
.switch[type=checkbox].is-unchecked-link.is-outlined + label::before, .switch[type=checkbox].is-unchecked-link.is-outlined + label:before {
  background-color: transparent;
  border-color: #0085c2 !important;
}
.switch[type=checkbox].is-unchecked-link.is-outlined + label::after, .switch[type=checkbox].is-unchecked-link.is-outlined + label:after {
  background: #0085c2;
}
.switch[type=checkbox].is-info:checked + label::before, .switch[type=checkbox].is-info:checked + label:before {
  background: #0084c2;
}
.switch[type=checkbox].is-info.is-outlined:checked + label::before, .switch[type=checkbox].is-info.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #0084c2 !important;
}
.switch[type=checkbox].is-info.is-outlined:checked + label::after, .switch[type=checkbox].is-info.is-outlined:checked + label:after {
  background: #0084c2;
}
.switch[type=checkbox].is-info.is-thin.is-outlined + label::after, .switch[type=checkbox].is-info.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-info + label::before, .switch[type=checkbox].is-unchecked-info + label:before {
  background: #0084c2;
}
.switch[type=checkbox].is-unchecked-info.is-outlined + label::before, .switch[type=checkbox].is-unchecked-info.is-outlined + label:before {
  background-color: transparent;
  border-color: #0084c2 !important;
}
.switch[type=checkbox].is-unchecked-info.is-outlined + label::after, .switch[type=checkbox].is-unchecked-info.is-outlined + label:after {
  background: #0084c2;
}
.switch[type=checkbox].is-success:checked + label::before, .switch[type=checkbox].is-success:checked + label:before {
  background: #495d1d;
}
.switch[type=checkbox].is-success.is-outlined:checked + label::before, .switch[type=checkbox].is-success.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #495d1d !important;
}
.switch[type=checkbox].is-success.is-outlined:checked + label::after, .switch[type=checkbox].is-success.is-outlined:checked + label:after {
  background: #495d1d;
}
.switch[type=checkbox].is-success.is-thin.is-outlined + label::after, .switch[type=checkbox].is-success.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-success + label::before, .switch[type=checkbox].is-unchecked-success + label:before {
  background: #495d1d;
}
.switch[type=checkbox].is-unchecked-success.is-outlined + label::before, .switch[type=checkbox].is-unchecked-success.is-outlined + label:before {
  background-color: transparent;
  border-color: #495d1d !important;
}
.switch[type=checkbox].is-unchecked-success.is-outlined + label::after, .switch[type=checkbox].is-unchecked-success.is-outlined + label:after {
  background: #495d1d;
}
.switch[type=checkbox].is-warning:checked + label::before, .switch[type=checkbox].is-warning:checked + label:before {
  background: #fdeb3d;
}
.switch[type=checkbox].is-warning.is-outlined:checked + label::before, .switch[type=checkbox].is-warning.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #fdeb3d !important;
}
.switch[type=checkbox].is-warning.is-outlined:checked + label::after, .switch[type=checkbox].is-warning.is-outlined:checked + label:after {
  background: #fdeb3d;
}
.switch[type=checkbox].is-warning.is-thin.is-outlined + label::after, .switch[type=checkbox].is-warning.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-warning + label::before, .switch[type=checkbox].is-unchecked-warning + label:before {
  background: #fdeb3d;
}
.switch[type=checkbox].is-unchecked-warning.is-outlined + label::before, .switch[type=checkbox].is-unchecked-warning.is-outlined + label:before {
  background-color: transparent;
  border-color: #fdeb3d !important;
}
.switch[type=checkbox].is-unchecked-warning.is-outlined + label::after, .switch[type=checkbox].is-unchecked-warning.is-outlined + label:after {
  background: #fdeb3d;
}
.switch[type=checkbox].is-danger:checked + label::before, .switch[type=checkbox].is-danger:checked + label:before {
  background: #ad001a;
}
.switch[type=checkbox].is-danger.is-outlined:checked + label::before, .switch[type=checkbox].is-danger.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #ad001a !important;
}
.switch[type=checkbox].is-danger.is-outlined:checked + label::after, .switch[type=checkbox].is-danger.is-outlined:checked + label:after {
  background: #ad001a;
}
.switch[type=checkbox].is-danger.is-thin.is-outlined + label::after, .switch[type=checkbox].is-danger.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-danger + label::before, .switch[type=checkbox].is-unchecked-danger + label:before {
  background: #ad001a;
}
.switch[type=checkbox].is-unchecked-danger.is-outlined + label::before, .switch[type=checkbox].is-unchecked-danger.is-outlined + label:before {
  background-color: transparent;
  border-color: #ad001a !important;
}
.switch[type=checkbox].is-unchecked-danger.is-outlined + label::after, .switch[type=checkbox].is-unchecked-danger.is-outlined + label:after {
  background: #ad001a;
}
.switch[type=checkbox].is-purple:checked + label::before, .switch[type=checkbox].is-purple:checked + label:before {
  background: #932065;
}
.switch[type=checkbox].is-purple.is-outlined:checked + label::before, .switch[type=checkbox].is-purple.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #932065 !important;
}
.switch[type=checkbox].is-purple.is-outlined:checked + label::after, .switch[type=checkbox].is-purple.is-outlined:checked + label:after {
  background: #932065;
}
.switch[type=checkbox].is-purple.is-thin.is-outlined + label::after, .switch[type=checkbox].is-purple.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-purple + label::before, .switch[type=checkbox].is-unchecked-purple + label:before {
  background: #932065;
}
.switch[type=checkbox].is-unchecked-purple.is-outlined + label::before, .switch[type=checkbox].is-unchecked-purple.is-outlined + label:before {
  background-color: transparent;
  border-color: #932065 !important;
}
.switch[type=checkbox].is-unchecked-purple.is-outlined + label::after, .switch[type=checkbox].is-unchecked-purple.is-outlined + label:after {
  background: #932065;
}
.switch[type=checkbox].is-blue:checked + label::before, .switch[type=checkbox].is-blue:checked + label:before {
  background: #0084c2;
}
.switch[type=checkbox].is-blue.is-outlined:checked + label::before, .switch[type=checkbox].is-blue.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #0084c2 !important;
}
.switch[type=checkbox].is-blue.is-outlined:checked + label::after, .switch[type=checkbox].is-blue.is-outlined:checked + label:after {
  background: #0084c2;
}
.switch[type=checkbox].is-blue.is-thin.is-outlined + label::after, .switch[type=checkbox].is-blue.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-blue + label::before, .switch[type=checkbox].is-unchecked-blue + label:before {
  background: #0084c2;
}
.switch[type=checkbox].is-unchecked-blue.is-outlined + label::before, .switch[type=checkbox].is-unchecked-blue.is-outlined + label:before {
  background-color: transparent;
  border-color: #0084c2 !important;
}
.switch[type=checkbox].is-unchecked-blue.is-outlined + label::after, .switch[type=checkbox].is-unchecked-blue.is-outlined + label:after {
  background: #0084c2;
}
.switch[type=checkbox].is-red:checked + label::before, .switch[type=checkbox].is-red:checked + label:before {
  background: #ad001a;
}
.switch[type=checkbox].is-red.is-outlined:checked + label::before, .switch[type=checkbox].is-red.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #ad001a !important;
}
.switch[type=checkbox].is-red.is-outlined:checked + label::after, .switch[type=checkbox].is-red.is-outlined:checked + label:after {
  background: #ad001a;
}
.switch[type=checkbox].is-red.is-thin.is-outlined + label::after, .switch[type=checkbox].is-red.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-red + label::before, .switch[type=checkbox].is-unchecked-red + label:before {
  background: #ad001a;
}
.switch[type=checkbox].is-unchecked-red.is-outlined + label::before, .switch[type=checkbox].is-unchecked-red.is-outlined + label:before {
  background-color: transparent;
  border-color: #ad001a !important;
}
.switch[type=checkbox].is-unchecked-red.is-outlined + label::after, .switch[type=checkbox].is-unchecked-red.is-outlined + label:after {
  background: #ad001a;
}
.switch[type=checkbox].is-turquoise:checked + label::before, .switch[type=checkbox].is-turquoise:checked + label:before {
  background: #0084c2;
}
.switch[type=checkbox].is-turquoise.is-outlined:checked + label::before, .switch[type=checkbox].is-turquoise.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #0084c2 !important;
}
.switch[type=checkbox].is-turquoise.is-outlined:checked + label::after, .switch[type=checkbox].is-turquoise.is-outlined:checked + label:after {
  background: #0084c2;
}
.switch[type=checkbox].is-turquoise.is-thin.is-outlined + label::after, .switch[type=checkbox].is-turquoise.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-turquoise + label::before, .switch[type=checkbox].is-unchecked-turquoise + label:before {
  background: #0084c2;
}
.switch[type=checkbox].is-unchecked-turquoise.is-outlined + label::before, .switch[type=checkbox].is-unchecked-turquoise.is-outlined + label:before {
  background-color: transparent;
  border-color: #0084c2 !important;
}
.switch[type=checkbox].is-unchecked-turquoise.is-outlined + label::after, .switch[type=checkbox].is-unchecked-turquoise.is-outlined + label:after {
  background: #0084c2;
}
.switch[type=checkbox].is-green:checked + label::before, .switch[type=checkbox].is-green:checked + label:before {
  background: #495d1d;
}
.switch[type=checkbox].is-green.is-outlined:checked + label::before, .switch[type=checkbox].is-green.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #495d1d !important;
}
.switch[type=checkbox].is-green.is-outlined:checked + label::after, .switch[type=checkbox].is-green.is-outlined:checked + label:after {
  background: #495d1d;
}
.switch[type=checkbox].is-green.is-thin.is-outlined + label::after, .switch[type=checkbox].is-green.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-green + label::before, .switch[type=checkbox].is-unchecked-green + label:before {
  background: #495d1d;
}
.switch[type=checkbox].is-unchecked-green.is-outlined + label::before, .switch[type=checkbox].is-unchecked-green.is-outlined + label:before {
  background-color: transparent;
  border-color: #495d1d !important;
}
.switch[type=checkbox].is-unchecked-green.is-outlined + label::after, .switch[type=checkbox].is-unchecked-green.is-outlined + label:after {
  background: #495d1d;
}
.switch[type=checkbox].is-cyan:checked + label::before, .switch[type=checkbox].is-cyan:checked + label:before {
  background: #0084c2;
}
.switch[type=checkbox].is-cyan.is-outlined:checked + label::before, .switch[type=checkbox].is-cyan.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #0084c2 !important;
}
.switch[type=checkbox].is-cyan.is-outlined:checked + label::after, .switch[type=checkbox].is-cyan.is-outlined:checked + label:after {
  background: #0084c2;
}
.switch[type=checkbox].is-cyan.is-thin.is-outlined + label::after, .switch[type=checkbox].is-cyan.is-thin.is-outlined + label:after {
  box-shadow: none;
}
.switch[type=checkbox].is-unchecked-cyan + label::before, .switch[type=checkbox].is-unchecked-cyan + label:before {
  background: #0084c2;
}
.switch[type=checkbox].is-unchecked-cyan.is-outlined + label::before, .switch[type=checkbox].is-unchecked-cyan.is-outlined + label:before {
  background-color: transparent;
  border-color: #0084c2 !important;
}
.switch[type=checkbox].is-unchecked-cyan.is-outlined + label::after, .switch[type=checkbox].is-unchecked-cyan.is-outlined + label:after {
  background: #0084c2;
}

.field-body .switch[type=checkbox] + label {
  margin-top: 0.375em;
}

@media screen and (max-width: 767px) {
  .image.is-1by1-mobile {
    padding-top: 100% !important;
  }

  .image.is-5by4-mobile {
    padding-top: 80% !important;
  }

  .image.is-4by3-mobile {
    padding-top: 75% !important;
  }

  .image.is-3by2-mobile {
    padding-top: 66.6666% !important;
  }

  .image.is-5by3-mobile {
    padding-top: 60% !important;
  }

  .image.is-16by9-mobile {
    padding-top: 56.25% !important;
  }

  .image.is-2by1-mobile {
    padding-top: 50% !important;
  }

  .image.is-3by1-mobile {
    padding-top: 33.3333% !important;
  }

  .image.is-4by5-mobile {
    padding-top: 125% !important;
  }

  .image.is-3by4-mobile {
    padding-top: 133.3333% !important;
  }

  .image.is-2by3-mobile {
    padding-top: 150% !important;
  }

  .image.is-3by5-mobile {
    padding-top: 166.6666% !important;
  }

  .image.is-9by16-mobile {
    padding-top: 177.7777% !important;
  }

  .image.is-1by2-mobile {
    padding-top: 200% !important;
  }

  .image.is-1by3-mobile {
    padding-top: 300% !important;
  }
}
@media screen and (min-width: 768px), print {
  .image.is-1by1-tablet {
    padding-top: 100% !important;
  }

  .image.is-5by4-tablet {
    padding-top: 80% !important;
  }

  .image.is-4by3-tablet {
    padding-top: 75% !important;
  }

  .image.is-3by2-tablet {
    padding-top: 66.6666% !important;
  }

  .image.is-5by3-tablet {
    padding-top: 60% !important;
  }

  .image.is-16by9-tablet {
    padding-top: 56.25% !important;
  }

  .image.is-2by1-tablet {
    padding-top: 50% !important;
  }

  .image.is-3by1-tablet {
    padding-top: 33.3333% !important;
  }

  .image.is-4by5-tablet {
    padding-top: 125% !important;
  }

  .image.is-3by4-tablet {
    padding-top: 133.3333% !important;
  }

  .image.is-2by3-tablet {
    padding-top: 150% !important;
  }

  .image.is-3by5-tablet {
    padding-top: 166.6666% !important;
  }

  .image.is-9by16-tablet {
    padding-top: 177.7777% !important;
  }

  .image.is-1by2-tablet {
    padding-top: 200% !important;
  }

  .image.is-1by3-tablet {
    padding-top: 300% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 969px) {
  .image.is-1by1-tablet-only {
    padding-top: 100% !important;
  }

  .image.is-5by4-tablet-only {
    padding-top: 80% !important;
  }

  .image.is-4by3-tablet-only {
    padding-top: 75% !important;
  }

  .image.is-3by2-tablet-only {
    padding-top: 66.6666% !important;
  }

  .image.is-5by3-tablet-only {
    padding-top: 60% !important;
  }

  .image.is-16by9-tablet-only {
    padding-top: 56.25% !important;
  }

  .image.is-2by1-tablet-only {
    padding-top: 50% !important;
  }

  .image.is-3by1-tablet-only {
    padding-top: 33.3333% !important;
  }

  .image.is-4by5-tablet-only {
    padding-top: 125% !important;
  }

  .image.is-3by4-tablet-only {
    padding-top: 133.3333% !important;
  }

  .image.is-2by3-tablet-only {
    padding-top: 150% !important;
  }

  .image.is-3by5-tablet-only {
    padding-top: 166.6666% !important;
  }

  .image.is-9by16-tablet-only {
    padding-top: 177.7777% !important;
  }

  .image.is-1by2-tablet-only {
    padding-top: 200% !important;
  }

  .image.is-1by3-tablet-only {
    padding-top: 300% !important;
  }
}
@media screen and (min-width: 970px) {
  .image.is-1by1-desktop {
    padding-top: 100% !important;
  }

  .image.is-5by4-desktop {
    padding-top: 80% !important;
  }

  .image.is-4by3-desktop {
    padding-top: 75% !important;
  }

  .image.is-3by2-desktop {
    padding-top: 66.6666% !important;
  }

  .image.is-5by3-desktop {
    padding-top: 60% !important;
  }

  .image.is-16by9-desktop {
    padding-top: 56.25% !important;
  }

  .image.is-2by1-desktop {
    padding-top: 50% !important;
  }

  .image.is-3by1-desktop {
    padding-top: 33.3333% !important;
  }

  .image.is-4by5-desktop {
    padding-top: 125% !important;
  }

  .image.is-3by4-desktop {
    padding-top: 133.3333% !important;
  }

  .image.is-2by3-desktop {
    padding-top: 150% !important;
  }

  .image.is-3by5-desktop {
    padding-top: 166.6666% !important;
  }

  .image.is-9by16-desktop {
    padding-top: 177.7777% !important;
  }

  .image.is-1by2-desktop {
    padding-top: 200% !important;
  }

  .image.is-1by3-desktop {
    padding-top: 300% !important;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .image.is-1by1-desktop-only {
    padding-top: 100% !important;
  }

  .image.is-5by4-desktop-only {
    padding-top: 80% !important;
  }

  .image.is-4by3-desktop-only {
    padding-top: 75% !important;
  }

  .image.is-3by2-desktop-only {
    padding-top: 66.6666% !important;
  }

  .image.is-5by3-desktop-only {
    padding-top: 60% !important;
  }

  .image.is-16by9-desktop-only {
    padding-top: 56.25% !important;
  }

  .image.is-2by1-desktop-only {
    padding-top: 50% !important;
  }

  .image.is-3by1-desktop-only {
    padding-top: 33.3333% !important;
  }

  .image.is-4by5-desktop-only {
    padding-top: 125% !important;
  }

  .image.is-3by4-desktop-only {
    padding-top: 133.3333% !important;
  }

  .image.is-2by3-desktop-only {
    padding-top: 150% !important;
  }

  .image.is-3by5-desktop-only {
    padding-top: 166.6666% !important;
  }

  .image.is-9by16-desktop-only {
    padding-top: 177.7777% !important;
  }

  .image.is-1by2-desktop-only {
    padding-top: 200% !important;
  }

  .image.is-1by3-desktop-only {
    padding-top: 300% !important;
  }
}
@media screen and (min-width: 1921px) {
  .image.is-1by1-fullhd {
    padding-top: 100% !important;
  }

  .image.is-5by4-fullhd {
    padding-top: 80% !important;
  }

  .image.is-4by3-fullhd {
    padding-top: 75% !important;
  }

  .image.is-3by2-fullhd {
    padding-top: 66.6666% !important;
  }

  .image.is-5by3-fullhd {
    padding-top: 60% !important;
  }

  .image.is-16by9-fullhd {
    padding-top: 56.25% !important;
  }

  .image.is-2by1-fullhd {
    padding-top: 50% !important;
  }

  .image.is-3by1-fullhd {
    padding-top: 33.3333% !important;
  }

  .image.is-4by5-fullhd {
    padding-top: 125% !important;
  }

  .image.is-3by4-fullhd {
    padding-top: 133.3333% !important;
  }

  .image.is-2by3-fullhd {
    padding-top: 150% !important;
  }

  .image.is-3by5-fullhd {
    padding-top: 166.6666% !important;
  }

  .image.is-9by16-fullhd {
    padding-top: 177.7777% !important;
  }

  .image.is-1by2-fullhd {
    padding-top: 200% !important;
  }

  .image.is-1by3-fullhd {
    padding-top: 300% !important;
  }
}
.has-margin {
  margin: 1rem !important;
}

.has-margin-vertical {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.has-margin-horizontal {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.has-margin-top {
  margin-top: 1rem !important;
}

.has-margin-right {
  margin-right: 1rem !important;
}

.has-margin-bottom {
  margin-bottom: 1rem !important;
}

.has-margin-left {
  margin-left : 1rem !important;
}

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .has-margin-mobile {
    margin: 1rem !important;
  }

  .has-margin-vertical-mobile {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .has-margin-horizontal-mobile {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .has-margin-top-mobile {
    margin-top: 1rem !important;
  }

  .has-margin-right-mobile {
    margin-right: 1rem !important;
  }

  .has-margin-bottom-mobile {
    margin-bottom: 1rem !important;
  }

  .has-margin-left-mobile {
    margin-left : 1rem !important;
  }

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

  .is-marginless-vertical-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .is-marginless-horizontal-mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

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

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

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

  .is-marginless-left-mobile {
    margin-left : 0 !important;
  }
}
.has-padding {
  padding: 1rem !important;
}

.has-padding-vertical {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.has-padding-horizontal {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.has-padding-top {
  padding-top: 1rem !important;
}

.has-padding-right {
  padding-right: 1rem !important;
}

.has-padding-bottom {
  padding-bottom: 1rem !important;
}

.has-padding-left {
  padding-left : 1rem !important;
}

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .has-padding-mobile {
    padding: 1rem !important;
  }

  .has-padding-vertical-mobile {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .has-padding-horizontal-mobile {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .has-padding-top-mobile {
    padding-top: 1rem !important;
  }

  .has-padding-right-mobile {
    padding-right: 1rem !important;
  }

  .has-padding-bottom-mobile {
    padding-bottom: 1rem !important;
  }

  .has-padding-left-mobile {
    padding-left : 1rem !important;
  }

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

  .is-paddingless-vertical-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .is-paddingless-horizontal-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

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

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

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

  .is-paddingless-left-mobile {
    padding-left : 0 !important;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

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

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

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

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

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

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

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

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

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

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

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

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

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

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

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

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

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

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

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

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

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

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

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

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

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

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

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bm/jq-3.6.0/dt-1.11.3/b-2.0.1/b-colvis-2.0.1/fc-4.0.1/fh-3.2.0/r-2.2.9/sb-1.3.0
 *
 * Included libraries:
 *   jQuery 3 3.6.0, DataTables 1.11.3, Buttons 2.0.1, Column visibility 2.0.1, FixedColumns 4.0.1, FixedHeader 3.2.0, Responsive 2.2.9, SearchBuilder 1.3.0
 */
td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;
  cursor: pointer;
}

tr.dt-hasChild td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*! DataTables Bulma integration
* ©2020 SpryMedia Ltd - datatables.net/license
*/
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

table.dataTable td, table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length div {
  vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  width: auto;
  vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.5em;
}

div.dataTables_wrapper div.dataTables_paginate ul {
  justify-content: flex-end;
  list-style: none;
  margin: 0;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable > thead > tr > th:active, table.dataTable > thead > tr > td:active {
  outline: none;
}

table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 30px;
}

table.dataTable > thead .sorting, table.dataTable > thead .sorting_asc, table.dataTable > thead .sorting_desc, table.dataTable > thead .sorting_asc_disabled, table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.7em;
  display: block;
  opacity: 0.3;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑";
}

table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "↓";
}

table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:before, div.dataTables_scrollBody table thead .sorting_asc:before, div.dataTables_scrollBody table thead .sorting_desc:before, div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

div.dt-button-info > div {
  padding: 1em;
}

button.dtb-hide-drop {
  display: none !important;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

div.dt-button-collection-title:empty {
  display: none;
}

div.dt-button-collection {
  position: absolute;
  z-index: 2001;
}

div.dt-button-collection div.dropdown-menu {
  display: block;
  z-index: 2002;
  min-width: 100%;
}

div.dt-button-collection div.dt-button-collection-title {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

div.dt-button-collection div.dt-btn-split-wrapper {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0px;
}

div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}

div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

div.dt-button-collection > :last-child {
  display: block !important;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

div.dt-button-collection > :last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

div.dt-button-collection.two-column {
  width: 400px;
}

div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

div.dt-button-collection.three-column {
  width: 450px;
}

div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

div.dt-button-collection.four-column {
  width: 600px;
}

div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

div.dt-button-collection .dt-button {
  border-radius: 0;
}

div.dt-button-collection.fixed {
  max-width: none;
}

div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
  display: none;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }

  div.dt-buttons a.btn {
    float: none;
  }
}
div.dt-buttons button.btn.processing, div.dt-buttons div.btn.processing, div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}

div.dt-buttons button.btn.processing:after, div.dt-buttons div.btn.processing:after, div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

div.dt-buttons button.button {
  margin-left: 5px;
}

div.dt-buttons button.button:first-child {
  margin-left: 0px;
}

table.dataTable td, table.dataTable th {
  background-color: white;
}

table.dataTable .dtfc-fixed-left, table.dataTable .dtfc-fixed-right {
  z-index: 1;
}

div.dtfc-right-top-blocker {
  border-bottom: none !important;
}

tr.dt-rowReorder-moving td.dtfc-fixed-left, tr.dt-rowReorder-moving td.dtfc-fixed-right {
  border-top: 2px solid #888 !important;
  border-bottom: 2px solid #888 !important;
}

tr.dt-rowReorder-moving td.dtfc-fixed-left:first-child {
  border-left: 2px solid #888 !important;
}

tr.dt-rowReorder-moving td.dtfc-fixed-right:last-child {
  border-right: 2px solid #888 !important;
}

table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

table.dataTable.fixedHeader-locked {
  position: absolute !important;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
.table td, .table th {
  padding: 7px 11px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #00d1b2;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control, table.dataTable.dtr-column > tbody > tr > th.dtr-control, table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control:before, table.dataTable.dtr-column > tbody > tr > th.dtr-control:before, table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #00d1b2;
}

table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before, table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before, table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
table.dataTable > tbody > tr.child ul {
  font-size: 1em;
}

div.modal-content {
  padding: 20px;
  background: white;
  border-radius: 5px;
}

div.dt-button-collection {
  overflow: visible !important;
  z-index: 2002 !important;
}

div.dt-button-collection div.dtsb-searchBuilder {
  width: 99% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.dtsb-greyscale {
  border: 1px solid #cecece !important;
}

div.dtsb-logicContainer .dtsb-greyscale {
  border: none !important;
}

div.dtsb-searchBuilder {
  justify-content: space-evenly;
  cursor: default;
  margin-bottom: 1em;
  text-align: left;
}

div.dtsb-searchBuilder button.dtsb-button, div.dtsb-searchBuilder select {
  font-size: 1em;
}

div.dtsb-searchBuilder div.dtsb-titleRow {
  justify-content: space-evenly;
  margin-bottom: 0.5em;
}

div.dtsb-searchBuilder div.dtsb-titleRow div.dtsb-title {
  display: inline-block;
  padding-top: 6px;
}

div.dtsb-searchBuilder div.dtsb-titleRow button.dtsb-clearAll {
  float: right;
  margin-bottom: 0.333em;
}

div.dtsb-searchBuilder div.dtsb-vertical .dtsb-value, div.dtsb-searchBuilder div.dtsb-vertical .dtsb-data, div.dtsb-searchBuilder div.dtsb-vertical .dtsb-condition {
  display: block;
}

div.dtsb-searchBuilder div.dtsb-group {
  position: relative;
  clear: both;
  margin-bottom: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group button.dtsb-clearGroup {
  margin: 2px;
  text-align: center;
  padding: 0;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  margin-top: 0.8em;
  margin-right: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria {
  margin-bottom: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input {
  padding: 0.4em;
  margin-right: 0.8em;
  max-width: 20em;
  background-color: rgba(200, 200, 200, 0.3);
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown option.dtsb-notItalic, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input option.dtsb-notItalic {
  font-style: normal;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-italic {
  font-style: italic;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer {
  float: right;
  display: inline-block;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-delete, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-right, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-left {
  margin-right: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-delete:last-child, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-right:last-child, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-left:last-child {
  margin-right: 0;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria span.dtsp-joiner {
  margin-right: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-titleRow {
  margin-bottom: 1.5em;
}

div.dtsb-searchBuilder div.dtsb-group button.dtsb-clearGroup {
  margin-right: 8px;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown {
  height: 2.5em;
  border-radius: 0.375em;
  background-color: #fff;
  padding-right: 2.5em;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-condition {
  border-color: #48c78e;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-data {
  border-color: #ef2e55;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-value, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-value {
  border-color: #3e8ed0;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer {
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  overflow: hidden;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer button.dtsb-logic {
  border: none;
  border-radius: 0px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 3em;
  margin: 0px;
  padding: 0.375rem 0rem;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer button.dtsb-clearGroup {
  border: none;
  border-radius: 0px;
  width: 2em;
  margin: 0px;
}

div.dt-button-collection div.dtsb-searchBuilder {
  padding-left: 10px;
  padding-right: 10px;
}

/* fixes  the jumping page on modal open */
body.modal-open {
  overflow-y: auto !important;
  padding-right: 0 !important;
}

.modal-scrollbar-measure {
  overflow: hidden;
}

/* userregister page */
.checkbox-inline input.shipping-checkbox {
  margin-left: -24px;
}

/* general button style */
label.cos_dp_line {
  white-space: normal;
}
label.cos_dp_line span {
  color: #015197;
  text-decoration: underline;
  cursor: pointer;
}

#loaderin, .productloader {
  text-align: center;
  margin: 50px;
}

.page_2_product_form {
  display: none;
}

.contact_link_product button {
  font-size: 12px;
  padding: 5px;
  display: inherit;
}
.contact_link_product span {
  font-size: 14px;
}
.contact_link_product > span {
  line-height: 32px;
}

#product_contact_form .modal-dialog {
  top: 2%;
  left: 35%;
}
#product_contact_form .class-feedback-form .attribute-short {
  margin-bottom: 15px;
}

div.user_edit .billing .checkbox input {
  width: auto;
}

td.special_spacer_col {
  height: 2em;
}

.cashback_field {
  margin-top: 18px;
  border: 4px solid yellow;
  padding: 10px;
}

.payment_option_info_block {
  clear: both;
  padding: 10px;
}

div.payment_option_info_block img {
  max-width: 100%;
}

.payment_option_info_block .row .col-md-3 {
  padding-left: 1%;
  padding-right: 1%;
  width: 23%;
}
.payment_option_info_block .row .col-md-4 {
  padding-left: 1%;
  padding-right: 1%;
  width: 31.33333333%;
}
.payment_option_info_block .row .col-md-2 {
  padding-left: 1%;
  padding-right: 1%;
  width: 14.66666667%;
}

.left_menu .payment_option_info_block img {
  max-width: 96%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.left_menu div.totd-left {
  margin-bottom: 1.5em;
}
.left_menu .payment_option_info_block {
  padding: 0;
  margin-left: 5%;
  width: 90%;
}

.payment_option_info_block .row .col-md-12 {
  padding: 0;
  margin-left: 5%;
  width: 90%;
}

.kreq {
  font-weight: bold;
  color: red;
}

/* TOOLTIP START */
.tooltip {
  opacity: 1;
}
.tooltip.in {
  opacity: 1 !important;
}
.tooltip > .tooltip-inner {
  color: white;
  background-color: #0085c2;
  font-size: 1rem;
  padding: 0.25rem;
  line-height: 1.25;
}
.tooltip.right > .tooltip-arrow {
  border-right: 5px solid #015197;
}

/* TOOLTIP END */
.striked {
  text-decoration: line-through;
}

/* START: offer box prod full page (discount) */
.offer-box {
  background-color: #acd1ed;
  position: relative;
  min-height: 150px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.offer-box > * {
  margin: 15px;
}

.description-wrap .offer-box > p {
  font-size: 15px;
  margin-top: 20px;
}

.offer-box > p.saving_amount {
  color: #000;
  width: 50%;
  min-height: 60px;
  text-align: center;
}
.offer-box .saving_amount {
  font-weight: bold;
  font-size: 17px;
}
.offer-box .saving_amount span {
  display: block;
}
.offer-box .offer-text {
  background-color: #df2820;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding: 15px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.offer-box .offer-overlay {
  font-weight: bold;
  position: absolute;
  background-color: #ffe821;
  color: #015197;
  width: 40%;
  height: auto;
  margin-left: 57%;
  margin-top: 0;
  font-size: 18px;
  top: 0;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 15px;
}
.offer-box .offer-overlay * {
  marign: 10px;
  display: block;
}
.offer-box .offer-overlay * span {
  font-size: 17px;
}
.offer-box .offer-previous-price {
  background-color: #fff;
  color: #000;
  display: block;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 3px;
  text-decoration: line-through;
  margin-bottom: 2px;
  font-size: 22px;
}
.offer-box span.offer-current-price {
  font-size: 35px;
  line-height: 35px;
}
.offer-box span.tax_and_shipping_info {
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}
.offer-box .ishoppc {
  float: right;
  position: relative;
  width: auto;
  height: auto;
  margin-top: 0;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
}
.offer-box .ishoppc:hover {
  float: right;
  position: relative;
  width: auto;
  height: auto;
  margin-top: 0;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
}

/* END: offer box prod full page (discount) */
/* START:  price table on prod full page */
table td div.discount_td .discount_tooltip, table.order td .discount_hint .discount_tooltip, table.product td .discount_hint .discount_tooltip, table.directorder td .discount_hint .discount_tooltip {
  display: none;
  z-index: 1;
  background-color: #015197;
}
table td:hover > div.discount_td .discount_tooltip, table td table td:hover > div.discount_td .discount_tooltip {
  display: block;
}
table.order td .discount_hint:hover .discount_tooltip, table.product td .discount_hint:hover .discount_tooltip, table.directorder td .discount_hint:hover .discount_tooltip {
  display: block;
}
table td div.discount_td img {
  top: -1px;
  position: relative;
}
table td .discount_tooltip {
  color: #fff;
  position: absolute;
  margin-top: -20px;
  margin-left: 114%;
  padding: 5px;
  border-radius: 25px;
  padding-left: 12px;
  padding-right: 12px;
}
table.order td .discount_hint .discount_tooltip {
  margin-left: 103%;
}
table.product td .discount_tooltip, table.directorder td .discount_tooltip {
  margin-left: 100%;
  white-space: nowrap;
}

/*enable tooltip for simple price-tables, */
/*enable tooltip for sliding price-tables */
/*enable tooltip for order tables - e.g. basket etc.. */
div.basket_preview div.discount_price_single > p {
  padding-left: 0 !important;
}
div.basket_preview div.discount_price_single p.discount_hint img {
  margin-top: -3px;
}

@media screen and (max-width: 1250px) {
  table td div.discount_td .discount_tooltip {
    margin-left: -114%;
  }
  table.order td .discount_hint .discount_tooltip {
    margin-left: -82%;
  }
}
table td div.discount_td {
  position: relative;
}
table td div.discount_td .discount_tooltip span.offer-text {
  color: #ffe821;
}
table.order td .discount_hint, table.product td .discount_hint, table.directorder td .discount_hint {
  position: relative;
}

/* END: price table on prod full page (discount) */
p.discount_hint {
  font-weight: bold;
  text-transform: uppercase;
}
p.discount_hint img {
  margin-right: 2px;
}

.discount_offer a.more_variations_link, .offer-box a.more_variations_link {
  font-size: 14px;
  text-decoration: none;
}

.discount_offer p.minimum_quantity, .content-view-full .class-xrow_product .offer-box p.minimum_quantity, .offer-box p.minimum_quantity {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}

a.more_variations_link:before {
  font-size: 12px;
  margin-right: 5px;
}

#add_to_basket_layer .product_popup .offer-overlay {
  float: right;
  width: 30%;
  background-color: #ffe821;
  color: #015197;
  height: auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 0;
  margin-top: -15px;
}
#add_to_basket_layer .product_popup span.offer-previous-price {
  background-color: #fff;
  color: #015197;
  display: block;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 16px;
  text-align: center;
}
#add_to_basket_layer .product_popup .offer-current-price {
  font-size: 18px;
  fonz-weight: bold;
  margin: 10px;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: center;
}
#add_to_basket_layer .product_popup .offer-current-price b {
  font-size: 24px;
  fonz-weight: bold;
  display: block;
  margin-top: 0;
  line-height: 22px;
}

.productline .productlistprice {
  clear: both;
  width: 152px;
  float: left;
}
.productline .new_price {
  background: #df2820;
  margin: 4px 0;
  font-weight: bold;
  padding: 2px 4px;
  color: #fff;
  float: right;
  width: 152px;
}

table.order p.discount_hint > img, table.directorder td .discount_hint > img {
  margin-top: -3px;
}

#search_results p.discount_hint {
  font-size: 10px;
  padding-left: 0;
  clear: both;
}
#search_results table.product td .price {
  max-width: 80px;
}

/* START: Campaign Corner */
#corner_overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 124px;
  height: 124px;
  z-index: 50;
}
#corner_overlay .corner_teaser {
  position: absolute;
  width: 150px;
  height: 150px;
  background: url("/extension/kaisersysteme/design/kaisersysteme/images/aktionslasche.svg") no-repeat;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
}
#corner_overlay .corner_content {
  transition: transform 0.3s ease-out;
  transform: scaleY(0);
  height: 0px;
  visibility: hidden;
  color: #000;
  width: 880px;
  padding-right: 40px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 14px;
  margin-right: 2rem;
  margin-top: 2rem;
  border-radius: 22px;
}
#corner_overlay .corner_content .product_info {
  max-height: 250px;
  width: calc( 880px - 330px );
  vertical-align: middle;
}
#corner_overlay .corner_content .product_info .product_info_top .p_info_heading {
  font-size: 1.5rem;
  color: #212121;
  font-weight: 600;
  padding-bottom: 0.5rem;
  font-family: Inter;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.78px;
}
#corner_overlay .corner_content .product_info .product_info_top .p_info_text {
  font-size: 1rem;
  color: #636363;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.72px;
  line-height: 1.5rem;
}
#corner_overlay .corner_content .product_info .p_price_save {
  color: #636363;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.72px;
}
#corner_overlay .corner_content .product_info .p_price_save b {
  color: #1e2326;
  font-family: Inter;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.44px;
  line-height: normal;
  text-align: left;
}
#corner_overlay .corner_content .product_info .p_price_now {
  color: #636363;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.72px;
  line-height: normal;
  text-align: left;
}
#corner_overlay .corner_content .product_info .p_price_now .offer-previous-price {
  text-decoration: line-through;
  color: #e22a2a;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.36px;
  line-height: normal;
}
#corner_overlay .corner_content .product_info .p_price_now .offer-current-price {
  color: #1e2326;
  font-family: Inter;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.66px;
  line-height: normal;
}
#corner_overlay .corner_content .product_info .p_price_buy .icon-45 {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 45px;
  width: 45px;
  margin-top: 8px;
  margin-bottom: 7px;
}
#corner_overlay .corner_content .product_info .product_price {
  padding-top: 1rem;
  padding-bottom: 3px;
  align-items: flex-end;
  justify-content: space-between;
}
#corner_overlay .corner_content .product_image {
  padding-right: 1rem;
  max-width: 256px;
  width: 256px;
  vertical-align: middle;
}
#corner_overlay .corner_content .product_image img {
  max-height: 256px;
  width: 256px;
  border-radius: 14px;
}
#corner_overlay .corner_content .offer-overlay {
  position: absolute;
  width: 150px;
  top: 0;
  right: 80px;
  background-color: #ffe821;
  color: #015197;
  font-size: 16px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 5;
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
}
#corner_overlay .corner_content a {
  color: #fff;
  text-decoration: none;
  margin-left: 275px;
}
#corner_overlay > a {
  text-decoration: none;
}
#corner_overlay.hovered {
  width: auto;
  height: auto;
}
#corner_overlay.hovered .corner_content {
  display: block;
  height: auto;
  transition: transform 1s ease-out;
  transform: scaleY(1);
  transform-origin: top;
  visibility: visible;
}
#corner_overlay.hovered .pulse {
  -moz-animation-name: none;
  -webkit-animation-name: none;
  -ms-animation-name: none;
  animation-name: none;
}

@media screen and (max-width: 1700px) {
  #corner_overlay {
    display: none;
  }
}
@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.8);
  }
  40% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(0.4);
  }
  60% {
    transform: scale(0.6);
  }
  70% {
    transform: scale(0.8);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation: pulse_animation 2s 6;
  -moz-animation: pulse_animation 2s 6;
  -o-animation: pulse_animation 2s 6;
  animation: pulse_animation 2s 6;
  transform-origin: right top;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  animation-timing-function: linear;
  animation-duration: 5s;
}

.no_pulsating {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

/* END: Campaign Corner */
/* a trick for the internet explorer to solve the problem */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .class-xrow_product div.accessories .add-product .image {
    width: 80px !important;
  }
  .class-xrow_product div.accessories .add-product .image div.embedded-image img {
    width: 80px !important;
  }

  footer .payment_option_info_block .col-md-6 {
    width: 51%;
  }

  #breadcrumb span.ie-fix {
    padding-right: 30px;
  }
}
.shop-basket .similar_products_basket {
  margin-top: 20px;
}
.shop-basket .tshopinfo {
  margin-top: 0;
}

.class-folder.newsletter_subscription .message-warning {
  border: 6px solid red;
}
.class-folder.newsletter_subscription .message-warning h3 {
  margin-top: 0;
}

/* START: RESPONSIVE TABLE */
.content table.responsive-table tbody tr td:before {
  text-align: left;
}
.content table.responsive-table tbody td.cart-button {
  width: auto;
}
.content table.responsive-table tbody td.cart-button button {
  margin-top: 0;
}
.content table.product-table.responsive-table thead tr.head td.pcol, .content table.product-table.responsive-table tbody tr td.pcol {
  color: #000;
}
.content .dataTables_wrapper table.responsive-table tbody td {
  border: none;
  padding-top: 10px;
  padding-left: 10px;
  text-align: left;
}

/* END: RESPONSIVE TABLE */
/* START: FAKE TABLE STYLING (ITS A DIV) */
div.fake_table {
  margin-left: -1rem;
  margin-right: -1rem;
  display: table;
}
div.fake_table .table_row {
  margin-bottom: 10px;
  display: table-row;
}
div.fake_table .table_row > .regular_td {
  flex: 1 0 0;
  vertical-align: top;
  display: table-cell;
  padding: 1rem;
}
div.fake_table .notused > .table_row:nth-child(odd) {
  background: #f0f0ea;
}
div.fake_table .notused > .table_row:nth-child(odd) .regular_td {
  display: table-cell;
  font-weight: normal;
  padding: 1rem;
}

table.fake_table tr:nth-child(odd) {
  background: #f0f0ea;
}

div.fake_table.topmargin-sm.bottommargin-sm.notresponsive {
  margin-top: 0 !important;
}

div.fake_table > .table_row:nth-child(2n+1) .regular_td.tdcentereded .wrapper_for_flex_mode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}

@media (max-width: 575px) {
  body .wrapper_for_flex_mode {
    flex: 0 40%;
  }
}
@media (max-width: 767px) {
  .wrapper_for_flex_mode {
    flex: 0 65%;
  }
}
@media (max-width: 991px) {
  div.fake_table .table_row .regular_td {
    width: 100% !important;
  }

  div.fake_table .table_row .regular_td {
    display: block !important;
  }
}
/* END: FAKE TABLE STYLING (ITS A DIV) */
/* mobile problem with seperator */
@media (max-width: 991px) {
  #redirection_hint + #header-wrap .navbar-2:after {
    display: none;
  }
}
/* GDPR */
.content #iubenda_policy ul li {
  left: 0;
}

.is-checkradio[type=radio],
.is-checkradio[type=checkbox] {
  outline: 0;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}
.is-checkradio[type=radio] + label,
.is-checkradio[type=checkbox] + label {
  position: relative;
  display: initial;
  cursor: pointer;
  vertical-align: middle;
  margin: 0.5em;
  padding: 0.2rem 0.5rem 0.2rem 0;
  border-radius: 6px;
}
.is-checkradio[type=radio] + label:first-of-type,
.is-checkradio[type=checkbox] + label:first-of-type {
  margin-left: 0;
}
.is-checkradio[type=radio] + label:hover::before, .is-checkradio[type=radio] + label:hover:before,
.is-checkradio[type=checkbox] + label:hover::before,
.is-checkradio[type=checkbox] + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}
.is-checkradio[type=radio] + label::before, .is-checkradio[type=radio] + label:before,
.is-checkradio[type=checkbox] + label::before,
.is-checkradio[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 0rem;
  content: "";
  border: 0.1rem solid #cccccc;
}
.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after,
.is-checkradio[type=checkbox] + label::after,
.is-checkradio[type=checkbox] + label:after {
  position: absolute;
  display: none;
  content: "";
  top: 0rem;
}
.is-checkradio[type=radio].is-rtl + label,
.is-checkradio[type=checkbox].is-rtl + label {
  margin-right: 0rem;
  margin-left: 0.5rem;
}
.is-checkradio[type=radio].is-rtl + label::before, .is-checkradio[type=radio].is-rtl + label:before,
.is-checkradio[type=checkbox].is-rtl + label::before,
.is-checkradio[type=checkbox].is-rtl + label:before {
  left: auto;
  right: 0;
}
.is-checkradio[type=radio]:focus + label::before, .is-checkradio[type=radio]:focus + label:before,
.is-checkradio[type=checkbox]:focus + label::before,
.is-checkradio[type=checkbox]:focus + label:before {
  outline: 1px dotted #e6e6e6;
}
.is-checkradio[type=radio]:hover:not([disabled]) + label::before, .is-checkradio[type=radio]:hover:not([disabled]) + label:before,
.is-checkradio[type=checkbox]:hover:not([disabled]) + label::before,
.is-checkradio[type=checkbox]:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=radio]:checked + label::before, .is-checkradio[type=radio]:checked + label:before,
.is-checkradio[type=checkbox]:checked + label::before,
.is-checkradio[type=checkbox]:checked + label:before {
  border: 0.1rem solid #cccccc;
}
.is-checkradio[type=radio]:checked[disabled],
.is-checkradio[type=checkbox]:checked[disabled] {
  cursor: not-allowed;
}
.is-checkradio[type=radio]:checked[disabled] + label,
.is-checkradio[type=checkbox]:checked[disabled] + label {
  opacity: 0.5;
}
.is-checkradio[type=radio]:checked + label::before, .is-checkradio[type=radio]:checked + label:before,
.is-checkradio[type=checkbox]:checked + label::before,
.is-checkradio[type=checkbox]:checked + label:before {
  animation-name: none;
}
.is-checkradio[type=radio]:checked + label::after, .is-checkradio[type=radio]:checked + label:after,
.is-checkradio[type=checkbox]:checked + label::after,
.is-checkradio[type=checkbox]:checked + label:after {
  display: inline-block;
}
.is-checkradio[type=radio][disabled],
.is-checkradio[type=checkbox][disabled] {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled] + label,
.is-checkradio[type=checkbox][disabled] + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled] + label:hover, .is-checkradio[type=radio][disabled] + label:before, .is-checkradio[type=radio][disabled] + label::before, .is-checkradio[type=radio][disabled] + label::after, .is-checkradio[type=radio][disabled] + label:after,
.is-checkradio[type=checkbox][disabled] + label:hover,
.is-checkradio[type=checkbox][disabled] + label:before,
.is-checkradio[type=checkbox][disabled] + label::before,
.is-checkradio[type=checkbox][disabled] + label::after,
.is-checkradio[type=checkbox][disabled] + label:after {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled]:hover,
.is-checkradio[type=checkbox][disabled]:hover {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled]:hover::before, .is-checkradio[type=radio][disabled]:hover:before,
.is-checkradio[type=checkbox][disabled]:hover::before,
.is-checkradio[type=checkbox][disabled]:hover:before {
  animation-name: none;
}
.is-checkradio[type=radio][disabled]::before, .is-checkradio[type=radio][disabled]:before,
.is-checkradio[type=checkbox][disabled]::before,
.is-checkradio[type=checkbox][disabled]:before {
  cursor: not-allowed;
}
.is-checkradio[type=radio][disabled]::after, .is-checkradio[type=radio][disabled]:after,
.is-checkradio[type=checkbox][disabled]::after,
.is-checkradio[type=checkbox][disabled]:after {
  cursor: not-allowed;
}
.is-checkradio[type=radio].has-no-border + label::before, .is-checkradio[type=radio].has-no-border + label:before,
.is-checkradio[type=checkbox].has-no-border + label::before,
.is-checkradio[type=checkbox].has-no-border + label:before {
  border: none !important;
}
.is-checkradio[type=radio].is-block,
.is-checkradio[type=checkbox].is-block {
  display: none !important;
}
.is-checkradio[type=radio].is-block + label,
.is-checkradio[type=checkbox].is-block + label {
  width: 100% !important;
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 0.75em;
}
.is-checkradio[type=radio].is-block:hover:not([disabled]) + label,
.is-checkradio[type=checkbox].is-block:hover:not([disabled]) + label {
  background: #e8e8e8;
}

.is-checkradio[type=checkbox] + label::before, .is-checkradio[type=checkbox] + label:before {
  border-radius: 6px;
}
.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  box-sizing: border-box;
  transform: translateY(0rem) rotate(45deg);
  border-width: 0.1rem;
  border-style: solid;
  border-color: #0084c2;
  border-top: 0;
  border-left: 0;
}
.is-checkradio[type=checkbox].is-circle + label::before, .is-checkradio[type=checkbox].is-circle + label:before {
  border-radius: 50%;
}
.is-checkradio[type=checkbox] + label {
  font-size: 1rem;
  padding-left: 2rem;
}
.is-checkradio[type=checkbox] + label::before, .is-checkradio[type=checkbox] + label:before {
  width: 1.5rem;
  height: 1.5rem;
}
.is-checkradio[type=checkbox] + label::after, .is-checkradio[type=checkbox] + label:after {
  width: 0.375rem;
  height: 0.6rem;
  top: 0.405rem;
  left: 0.6rem;
}
.is-checkradio[type=checkbox].is-block + label::before, .is-checkradio[type=checkbox].is-block + label:before {
  width: 1.25rem;
  height: 1.25rem;
  left: 0.175rem;
  top: 0.175rem;
}
.is-checkradio[type=checkbox].is-block + label::after, .is-checkradio[type=checkbox].is-block + label:after {
  top: 0.325rem;
  left: 0.65rem;
}
.is-checkradio[type=checkbox].is-rtl + label {
  padding-left: 0;
  padding-right: 2rem;
}
.is-checkradio[type=checkbox].is-rtl + label::after, .is-checkradio[type=checkbox].is-rtl + label:after {
  left: auto;
  right: 0.6rem;
}
.is-checkradio[type=checkbox].is-small + label {
  font-size: 0.85rem;
  padding-left: 1.7rem;
}
.is-checkradio[type=checkbox].is-small + label::before, .is-checkradio[type=checkbox].is-small + label:before {
  width: 1.275rem;
  height: 1.275rem;
}
.is-checkradio[type=checkbox].is-small + label::after, .is-checkradio[type=checkbox].is-small + label:after {
  width: 0.31875rem;
  height: 0.51rem;
  top: 0.34425rem;
  left: 0.51rem;
}
.is-checkradio[type=checkbox].is-small.is-block + label::before, .is-checkradio[type=checkbox].is-small.is-block + label:before {
  width: 1.0625rem;
  height: 1.0625rem;
  left: 0.175rem;
  top: 0.175rem;
}
.is-checkradio[type=checkbox].is-small.is-block + label::after, .is-checkradio[type=checkbox].is-small.is-block + label:after {
  top: 0.30625rem;
  left: 0.5825rem;
}
.is-checkradio[type=checkbox].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 1.7rem;
}
.is-checkradio[type=checkbox].is-small.is-rtl + label::after, .is-checkradio[type=checkbox].is-small.is-rtl + label:after {
  left: auto;
  right: 0.51rem;
}
.is-checkradio[type=checkbox].is-medium + label {
  font-size: 1.125rem;
  padding-left: 2.25rem;
}
.is-checkradio[type=checkbox].is-medium + label::before, .is-checkradio[type=checkbox].is-medium + label:before {
  width: 1.6875rem;
  height: 1.6875rem;
}
.is-checkradio[type=checkbox].is-medium + label::after, .is-checkradio[type=checkbox].is-medium + label:after {
  width: 0.421875rem;
  height: 0.675rem;
  top: 0.455625rem;
  left: 0.675rem;
}
.is-checkradio[type=checkbox].is-medium.is-block + label::before, .is-checkradio[type=checkbox].is-medium.is-block + label:before {
  width: 1.40625rem;
  height: 1.40625rem;
  left: 0.175rem;
  top: 0.175rem;
}
.is-checkradio[type=checkbox].is-medium.is-block + label::after, .is-checkradio[type=checkbox].is-medium.is-block + label:after {
  top: 0.340625rem;
  left: 0.70625rem;
}
.is-checkradio[type=checkbox].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 2.25rem;
}
.is-checkradio[type=checkbox].is-medium.is-rtl + label::after, .is-checkradio[type=checkbox].is-medium.is-rtl + label:after {
  left: auto;
  right: 0.675rem;
}
.is-checkradio[type=checkbox].is-large + label {
  font-size: 1.325rem;
  padding-left: 2.65rem;
}
.is-checkradio[type=checkbox].is-large + label::before, .is-checkradio[type=checkbox].is-large + label:before {
  width: 1.9875rem;
  height: 1.9875rem;
}
.is-checkradio[type=checkbox].is-large + label::after, .is-checkradio[type=checkbox].is-large + label:after {
  width: 0.496875rem;
  height: 0.795rem;
  top: 0.536625rem;
  left: 0.795rem;
}
.is-checkradio[type=checkbox].is-large.is-block + label::before, .is-checkradio[type=checkbox].is-large.is-block + label:before {
  width: 1.65625rem;
  height: 1.65625rem;
  left: 0.175rem;
  top: 0.175rem;
}
.is-checkradio[type=checkbox].is-large.is-block + label::after, .is-checkradio[type=checkbox].is-large.is-block + label:after {
  top: 0.365625rem;
  left: 0.79625rem;
}
.is-checkradio[type=checkbox].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 2.65rem;
}
.is-checkradio[type=checkbox].is-large.is-rtl + label::after, .is-checkradio[type=checkbox].is-large.is-rtl + label:after {
  left: auto;
  right: 0.795rem;
}
.is-checkradio[type=checkbox].is-white.has-background-color + label::before, .is-checkradio[type=checkbox].is-white.has-background-color + label:before {
  border-color: transparent !important;
  background-color: white !important;
}
.is-checkradio[type=checkbox].is-white:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-white:hover:not([disabled]) + label:before {
  border-color: white !important;
}
.is-checkradio[type=checkbox].is-white:checked + label::after, .is-checkradio[type=checkbox].is-white:checked + label:after {
  border-color: white !important;
}
.is-checkradio[type=checkbox].is-white:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-white:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: white !important;
}
.is-checkradio[type=checkbox].is-white:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-white:checked.has-background-color + label:after {
  border-color: #0a0a0a !important;
  background-color: white !important;
}
.is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-white.is-block:hover:not([disabled]) + label:before {
  border-color: white !important;
}
.is-checkradio[type=checkbox].is-white.is-block:checked + label {
  color: #0a0a0a;
  border-color: white !important;
  background: white;
}
.is-checkradio[type=checkbox].is-white.is-block:checked + label::after, .is-checkradio[type=checkbox].is-white.is-block:checked + label:after {
  border-color: #0a0a0a !important;
}
.is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label {
  background: #f2f2f2;
}
.is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-white.is-block:checked:hover:not([disabled]) + label:before {
  border-color: black !important;
}
.is-checkradio[type=checkbox].is-black.has-background-color + label::before, .is-checkradio[type=checkbox].is-black.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0a0a0a !important;
}
.is-checkradio[type=checkbox].is-black:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-black:hover:not([disabled]) + label:before {
  border-color: #0a0a0a !important;
}
.is-checkradio[type=checkbox].is-black:checked + label::after, .is-checkradio[type=checkbox].is-black:checked + label:after {
  border-color: #0a0a0a !important;
}
.is-checkradio[type=checkbox].is-black:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-black:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0a0a0a !important;
}
.is-checkradio[type=checkbox].is-black:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-black:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: #0a0a0a !important;
}
.is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-black.is-block:hover:not([disabled]) + label:before {
  border-color: #0a0a0a !important;
}
.is-checkradio[type=checkbox].is-black.is-block:checked + label {
  color: white;
  border-color: #0a0a0a !important;
  background: #0a0a0a;
}
.is-checkradio[type=checkbox].is-black.is-block:checked + label::after, .is-checkradio[type=checkbox].is-black.is-block:checked + label:after {
  border-color: white !important;
}
.is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label {
  background: black;
}
.is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-black.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-light.has-background-color + label::before, .is-checkradio[type=checkbox].is-light.has-background-color + label:before {
  border-color: transparent !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-light:hover:not([disabled]) + label:before {
  border-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light:checked + label::after, .is-checkradio[type=checkbox].is-light:checked + label:after {
  border-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-light:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-light:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled]) + label:before {
  border-color: whitesmoke !important;
}
.is-checkradio[type=checkbox].is-light.is-block:checked + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: whitesmoke !important;
  background: whitesmoke;
}
.is-checkradio[type=checkbox].is-light.is-block:checked + label::after, .is-checkradio[type=checkbox].is-light.is-block:checked + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label {
  background: #e8e8e8;
}
.is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=checkbox].is-dark.has-background-color + label::before, .is-checkradio[type=checkbox].is-dark.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #1e2326 !important;
}
.is-checkradio[type=checkbox].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-dark:hover:not([disabled]) + label:before {
  border-color: #1e2326 !important;
}
.is-checkradio[type=checkbox].is-dark:checked + label::after, .is-checkradio[type=checkbox].is-dark:checked + label:after {
  border-color: #1e2326 !important;
}
.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-dark:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #1e2326 !important;
}
.is-checkradio[type=checkbox].is-dark:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-dark:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #1e2326 !important;
}
.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled]) + label:before {
  border-color: #1e2326 !important;
}
.is-checkradio[type=checkbox].is-dark.is-block:checked + label {
  color: #fff;
  border-color: #1e2326 !important;
  background: #1e2326;
}
.is-checkradio[type=checkbox].is-dark.is-block:checked + label::after, .is-checkradio[type=checkbox].is-dark.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label {
  background: #121618;
}
.is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-primary.has-background-color + label::before, .is-checkradio[type=checkbox].is-primary.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-primary:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-primary:checked + label::after, .is-checkradio[type=checkbox].is-primary:checked + label:after {
  border-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-primary:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-primary:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-primary:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-primary.is-block:checked + label {
  color: white;
  border-color: #0084c2 !important;
  background: #0084c2;
}
.is-checkradio[type=checkbox].is-primary.is-block:checked + label::after, .is-checkradio[type=checkbox].is-primary.is-block:checked + label:after {
  border-color: white !important;
}
.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label {
  background: #0073a9;
}
.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-link.has-background-color + label::before, .is-checkradio[type=checkbox].is-link.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0085c2 !important;
}
.is-checkradio[type=checkbox].is-link:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-link:hover:not([disabled]) + label:before {
  border-color: #0085c2 !important;
}
.is-checkradio[type=checkbox].is-link:checked + label::after, .is-checkradio[type=checkbox].is-link:checked + label:after {
  border-color: #0085c2 !important;
}
.is-checkradio[type=checkbox].is-link:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-link:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0085c2 !important;
}
.is-checkradio[type=checkbox].is-link:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-link:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: #0085c2 !important;
}
.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled]) + label:before {
  border-color: #0085c2 !important;
}
.is-checkradio[type=checkbox].is-link.is-block:checked + label {
  color: white;
  border-color: #0085c2 !important;
  background: #0085c2;
}
.is-checkradio[type=checkbox].is-link.is-block:checked + label::after, .is-checkradio[type=checkbox].is-link.is-block:checked + label:after {
  border-color: white !important;
}
.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label {
  background: #0074a9;
}
.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-info.has-background-color + label::before, .is-checkradio[type=checkbox].is-info.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-info:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-info:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-info:checked + label::after, .is-checkradio[type=checkbox].is-info:checked + label:after {
  border-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-info:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-info:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-info:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-info.is-block:checked + label {
  color: #fff;
  border-color: #0084c2 !important;
  background: #0084c2;
}
.is-checkradio[type=checkbox].is-info.is-block:checked + label::after, .is-checkradio[type=checkbox].is-info.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label {
  background: #0073a8;
}
.is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-success.has-background-color + label::before, .is-checkradio[type=checkbox].is-success.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #495d1d !important;
}
.is-checkradio[type=checkbox].is-success:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-success:hover:not([disabled]) + label:before {
  border-color: #495d1d !important;
}
.is-checkradio[type=checkbox].is-success:checked + label::after, .is-checkradio[type=checkbox].is-success:checked + label:after {
  border-color: #495d1d !important;
}
.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-success:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #495d1d !important;
}
.is-checkradio[type=checkbox].is-success:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-success:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #495d1d !important;
}
.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled]) + label:before {
  border-color: #495d1d !important;
}
.is-checkradio[type=checkbox].is-success.is-block:checked + label {
  color: #fff;
  border-color: #495d1d !important;
  background: #495d1d;
}
.is-checkradio[type=checkbox].is-success.is-block:checked + label::after, .is-checkradio[type=checkbox].is-success.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label {
  background: #3a4a17;
}
.is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-warning.has-background-color + label::before, .is-checkradio[type=checkbox].is-warning.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #fdeb3d !important;
}
.is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-warning:hover:not([disabled]) + label:before {
  border-color: #fdeb3d !important;
}
.is-checkradio[type=checkbox].is-warning:checked + label::after, .is-checkradio[type=checkbox].is-warning:checked + label:after {
  border-color: #fdeb3d !important;
}
.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-warning:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #fdeb3d !important;
}
.is-checkradio[type=checkbox].is-warning:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-warning:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: #fdeb3d !important;
}
.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled]) + label:before {
  border-color: #fdeb3d !important;
}
.is-checkradio[type=checkbox].is-warning.is-block:checked + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: #fdeb3d !important;
  background: #fdeb3d;
}
.is-checkradio[type=checkbox].is-warning.is-block:checked + label::after, .is-checkradio[type=checkbox].is-warning.is-block:checked + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label {
  background: #fde824;
}
.is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled]) + label:before {
  border-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=checkbox].is-danger.has-background-color + label::before, .is-checkradio[type=checkbox].is-danger.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ad001a !important;
}
.is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-danger:hover:not([disabled]) + label:before {
  border-color: #ad001a !important;
}
.is-checkradio[type=checkbox].is-danger:checked + label::after, .is-checkradio[type=checkbox].is-danger:checked + label:after {
  border-color: #ad001a !important;
}
.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-danger:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ad001a !important;
}
.is-checkradio[type=checkbox].is-danger:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-danger:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #ad001a !important;
}
.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled]) + label:before {
  border-color: #ad001a !important;
}
.is-checkradio[type=checkbox].is-danger.is-block:checked + label {
  color: #fff;
  border-color: #ad001a !important;
  background: #ad001a;
}
.is-checkradio[type=checkbox].is-danger.is-block:checked + label::after, .is-checkradio[type=checkbox].is-danger.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label {
  background: #940016;
}
.is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-purple.has-background-color + label::before, .is-checkradio[type=checkbox].is-purple.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #932065 !important;
}
.is-checkradio[type=checkbox].is-purple:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-purple:hover:not([disabled]) + label:before {
  border-color: #932065 !important;
}
.is-checkradio[type=checkbox].is-purple:checked + label::after, .is-checkradio[type=checkbox].is-purple:checked + label:after {
  border-color: #932065 !important;
}
.is-checkradio[type=checkbox].is-purple:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-purple:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #932065 !important;
}
.is-checkradio[type=checkbox].is-purple:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-purple:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: #932065 !important;
}
.is-checkradio[type=checkbox].is-purple.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-purple.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-purple.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-purple.is-block:hover:not([disabled]) + label:before {
  border-color: #932065 !important;
}
.is-checkradio[type=checkbox].is-purple.is-block:checked + label {
  color: white;
  border-color: #932065 !important;
  background: #932065;
}
.is-checkradio[type=checkbox].is-purple.is-block:checked + label::after, .is-checkradio[type=checkbox].is-purple.is-block:checked + label:after {
  border-color: white !important;
}
.is-checkradio[type=checkbox].is-purple.is-block:checked:hover:not([disabled]) + label {
  background: #7e1b57;
}
.is-checkradio[type=checkbox].is-purple.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-purple.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-purple.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-purple.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-blue.has-background-color + label::before, .is-checkradio[type=checkbox].is-blue.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-blue:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-blue:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-blue:checked + label::after, .is-checkradio[type=checkbox].is-blue:checked + label:after {
  border-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-blue:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-blue:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-blue:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-blue:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-blue.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-blue.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-blue.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-blue.is-block:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-blue.is-block:checked + label {
  color: white;
  border-color: #0084c2 !important;
  background: #0084c2;
}
.is-checkradio[type=checkbox].is-blue.is-block:checked + label::after, .is-checkradio[type=checkbox].is-blue.is-block:checked + label:after {
  border-color: white !important;
}
.is-checkradio[type=checkbox].is-blue.is-block:checked:hover:not([disabled]) + label {
  background: #0073a9;
}
.is-checkradio[type=checkbox].is-blue.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-blue.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-blue.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-blue.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-red.has-background-color + label::before, .is-checkradio[type=checkbox].is-red.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ad001a !important;
}
.is-checkradio[type=checkbox].is-red:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-red:hover:not([disabled]) + label:before {
  border-color: #ad001a !important;
}
.is-checkradio[type=checkbox].is-red:checked + label::after, .is-checkradio[type=checkbox].is-red:checked + label:after {
  border-color: #ad001a !important;
}
.is-checkradio[type=checkbox].is-red:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-red:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ad001a !important;
}
.is-checkradio[type=checkbox].is-red:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-red:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: #ad001a !important;
}
.is-checkradio[type=checkbox].is-red.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-red.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-red.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-red.is-block:hover:not([disabled]) + label:before {
  border-color: #ad001a !important;
}
.is-checkradio[type=checkbox].is-red.is-block:checked + label {
  color: white;
  border-color: #ad001a !important;
  background: #ad001a;
}
.is-checkradio[type=checkbox].is-red.is-block:checked + label::after, .is-checkradio[type=checkbox].is-red.is-block:checked + label:after {
  border-color: white !important;
}
.is-checkradio[type=checkbox].is-red.is-block:checked:hover:not([disabled]) + label {
  background: #940016;
}
.is-checkradio[type=checkbox].is-red.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-red.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-red.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-red.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-turquoise.has-background-color + label::before, .is-checkradio[type=checkbox].is-turquoise.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-turquoise:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-turquoise:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-turquoise:checked + label::after, .is-checkradio[type=checkbox].is-turquoise:checked + label:after {
  border-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-turquoise:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-turquoise:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-turquoise:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-turquoise:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-turquoise.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-turquoise.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-turquoise.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-turquoise.is-block:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-turquoise.is-block:checked + label {
  color: white;
  border-color: #0084c2 !important;
  background: #0084c2;
}
.is-checkradio[type=checkbox].is-turquoise.is-block:checked + label::after, .is-checkradio[type=checkbox].is-turquoise.is-block:checked + label:after {
  border-color: white !important;
}
.is-checkradio[type=checkbox].is-turquoise.is-block:checked:hover:not([disabled]) + label {
  background: #0073a8;
}
.is-checkradio[type=checkbox].is-turquoise.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-turquoise.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-turquoise.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-turquoise.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-green.has-background-color + label::before, .is-checkradio[type=checkbox].is-green.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #495d1d !important;
}
.is-checkradio[type=checkbox].is-green:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-green:hover:not([disabled]) + label:before {
  border-color: #495d1d !important;
}
.is-checkradio[type=checkbox].is-green:checked + label::after, .is-checkradio[type=checkbox].is-green:checked + label:after {
  border-color: #495d1d !important;
}
.is-checkradio[type=checkbox].is-green:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-green:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #495d1d !important;
}
.is-checkradio[type=checkbox].is-green:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-green:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: #495d1d !important;
}
.is-checkradio[type=checkbox].is-green.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-green.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-green.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-green.is-block:hover:not([disabled]) + label:before {
  border-color: #495d1d !important;
}
.is-checkradio[type=checkbox].is-green.is-block:checked + label {
  color: white;
  border-color: #495d1d !important;
  background: #495d1d;
}
.is-checkradio[type=checkbox].is-green.is-block:checked + label::after, .is-checkradio[type=checkbox].is-green.is-block:checked + label:after {
  border-color: white !important;
}
.is-checkradio[type=checkbox].is-green.is-block:checked:hover:not([disabled]) + label {
  background: #3a4a17;
}
.is-checkradio[type=checkbox].is-green.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-green.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-green.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-green.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox].is-cyan.has-background-color + label::before, .is-checkradio[type=checkbox].is-cyan.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-cyan:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-cyan:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-cyan:checked + label::after, .is-checkradio[type=checkbox].is-cyan:checked + label:after {
  border-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-cyan:checked.has-background-color + label::before, .is-checkradio[type=checkbox].is-cyan:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-cyan:checked.has-background-color + label::after, .is-checkradio[type=checkbox].is-cyan:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-cyan.is-block:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-cyan.is-block:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-cyan.is-block:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-cyan.is-block:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=checkbox].is-cyan.is-block:checked + label {
  color: white;
  border-color: #0084c2 !important;
  background: #0084c2;
}
.is-checkradio[type=checkbox].is-cyan.is-block:checked + label::after, .is-checkradio[type=checkbox].is-cyan.is-block:checked + label:after {
  border-color: white !important;
}
.is-checkradio[type=checkbox].is-cyan.is-block:checked:hover:not([disabled]) + label {
  background: #0073a8;
}
.is-checkradio[type=checkbox].is-cyan.is-block:checked:hover:not([disabled]) + label::after, .is-checkradio[type=checkbox].is-cyan.is-block:checked:hover:not([disabled]) + label:after, .is-checkradio[type=checkbox].is-cyan.is-block:checked:hover:not([disabled]) + label::before, .is-checkradio[type=checkbox].is-cyan.is-block:checked:hover:not([disabled]) + label:before {
  border-color: #f2f2f2 !important;
}
.is-checkradio[type=checkbox]:indeterminate + label::after, .is-checkradio[type=checkbox]:indeterminate + label:after {
  display: inline-block;
  transform: rotate(90deg);
  border-bottom: none;
}
.is-checkradio[type=checkbox]:indeterminate.is-white + label::after, .is-checkradio[type=checkbox]:indeterminate.is-white + label:after {
  border-color: white;
}
.is-checkradio[type=checkbox]:indeterminate.is-black + label::after, .is-checkradio[type=checkbox]:indeterminate.is-black + label:after {
  border-color: #0a0a0a;
}
.is-checkradio[type=checkbox]:indeterminate.is-light + label::after, .is-checkradio[type=checkbox]:indeterminate.is-light + label:after {
  border-color: whitesmoke;
}
.is-checkradio[type=checkbox]:indeterminate.is-dark + label::after, .is-checkradio[type=checkbox]:indeterminate.is-dark + label:after {
  border-color: #1e2326;
}
.is-checkradio[type=checkbox]:indeterminate.is-primary + label::after, .is-checkradio[type=checkbox]:indeterminate.is-primary + label:after {
  border-color: #0084c2;
}
.is-checkradio[type=checkbox]:indeterminate.is-link + label::after, .is-checkradio[type=checkbox]:indeterminate.is-link + label:after {
  border-color: #0085c2;
}
.is-checkradio[type=checkbox]:indeterminate.is-info + label::after, .is-checkradio[type=checkbox]:indeterminate.is-info + label:after {
  border-color: #0084c2;
}
.is-checkradio[type=checkbox]:indeterminate.is-success + label::after, .is-checkradio[type=checkbox]:indeterminate.is-success + label:after {
  border-color: #495d1d;
}
.is-checkradio[type=checkbox]:indeterminate.is-warning + label::after, .is-checkradio[type=checkbox]:indeterminate.is-warning + label:after {
  border-color: #fdeb3d;
}
.is-checkradio[type=checkbox]:indeterminate.is-danger + label::after, .is-checkradio[type=checkbox]:indeterminate.is-danger + label:after {
  border-color: #ad001a;
}
.is-checkradio[type=checkbox]:indeterminate.is-purple + label::after, .is-checkradio[type=checkbox]:indeterminate.is-purple + label:after {
  border-color: #932065;
}
.is-checkradio[type=checkbox]:indeterminate.is-blue + label::after, .is-checkradio[type=checkbox]:indeterminate.is-blue + label:after {
  border-color: #0084c2;
}
.is-checkradio[type=checkbox]:indeterminate.is-red + label::after, .is-checkradio[type=checkbox]:indeterminate.is-red + label:after {
  border-color: #ad001a;
}
.is-checkradio[type=checkbox]:indeterminate.is-turquoise + label::after, .is-checkradio[type=checkbox]:indeterminate.is-turquoise + label:after {
  border-color: #0084c2;
}
.is-checkradio[type=checkbox]:indeterminate.is-green + label::after, .is-checkradio[type=checkbox]:indeterminate.is-green + label:after {
  border-color: #495d1d;
}
.is-checkradio[type=checkbox]:indeterminate.is-cyan + label::after, .is-checkradio[type=checkbox]:indeterminate.is-cyan + label:after {
  border-color: #0084c2;
}

.is-checkradio[type=radio] + label::before, .is-checkradio[type=radio] + label:before {
  border-radius: 50%;
}
.is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  border-radius: 50%;
  background: #0084c2;
  left: 0;
  transform: scale(0.5);
}
.is-checkradio[type=radio]:checked.has-background-color + label::before, .is-checkradio[type=radio]:checked.has-background-color + label:before {
  border-color: #1e2326 !important;
  background-color: #1e2326 !important;
}
.is-checkradio[type=radio]:checked.has-background-color + label::after, .is-checkradio[type=radio]:checked.has-background-color + label:after {
  border-color: #1e2326 !important;
  background-color: #1e2326 !important;
}
.is-checkradio[type=radio].is-rtl + label {
  padding-left: 0;
}
.is-checkradio[type=radio].is-rtl + label::after, .is-checkradio[type=radio].is-rtl + label:after {
  left: auto;
  right: 0;
}
.is-checkradio[type=radio] + label {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 2rem;
}
.is-checkradio[type=radio] + label::before, .is-checkradio[type=radio] + label:before, .is-checkradio[type=radio] + label::after, .is-checkradio[type=radio] + label:after {
  width: 1.5rem;
  height: 1.5rem;
}
.is-checkradio[type=radio].is-rtl + label {
  padding-right: 2rem;
}
.is-checkradio[type=radio].is-small + label {
  font-size: 0.85rem;
  line-height: 1.275rem;
  padding-left: 1.7rem;
}
.is-checkradio[type=radio].is-small + label::before, .is-checkradio[type=radio].is-small + label:before, .is-checkradio[type=radio].is-small + label::after, .is-checkradio[type=radio].is-small + label:after {
  width: 1.275rem;
  height: 1.275rem;
}
.is-checkradio[type=radio].is-small.is-rtl + label {
  padding-right: 1.7rem;
}
.is-checkradio[type=radio].is-medium + label {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  padding-left: 2.25rem;
}
.is-checkradio[type=radio].is-medium + label::before, .is-checkradio[type=radio].is-medium + label:before, .is-checkradio[type=radio].is-medium + label::after, .is-checkradio[type=radio].is-medium + label:after {
  width: 1.6875rem;
  height: 1.6875rem;
}
.is-checkradio[type=radio].is-medium.is-rtl + label {
  padding-right: 2.25rem;
}
.is-checkradio[type=radio].is-large + label {
  font-size: 1.325rem;
  line-height: 1.9875rem;
  padding-left: 2.65rem;
}
.is-checkradio[type=radio].is-large + label::before, .is-checkradio[type=radio].is-large + label:before, .is-checkradio[type=radio].is-large + label::after, .is-checkradio[type=radio].is-large + label:after {
  width: 1.9875rem;
  height: 1.9875rem;
}
.is-checkradio[type=radio].is-large.is-rtl + label {
  padding-right: 2.65rem;
}
.is-checkradio[type=radio].is-white.has-background-color + label::before, .is-checkradio[type=radio].is-white.has-background-color + label:before {
  border-color: white !important;
  background-color: white !important;
}
.is-checkradio[type=radio].is-white:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-white:hover:not([disabled]) + label:before {
  border-color: white !important;
}
.is-checkradio[type=radio].is-white:checked + label::after, .is-checkradio[type=radio].is-white:checked + label:after {
  border-color: white !important;
  background-color: white !important;
}
.is-checkradio[type=radio].is-white:checked.has-background-color + label::before, .is-checkradio[type=radio].is-white:checked.has-background-color + label:before {
  border-color: white !important;
  background-color: white !important;
}
.is-checkradio[type=radio].is-white:checked.has-background-color + label::after, .is-checkradio[type=radio].is-white:checked.has-background-color + label:after {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important;
}
.is-checkradio[type=radio].is-black.has-background-color + label::before, .is-checkradio[type=radio].is-black.has-background-color + label:before {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important;
}
.is-checkradio[type=radio].is-black:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-black:hover:not([disabled]) + label:before {
  border-color: #0a0a0a !important;
}
.is-checkradio[type=radio].is-black:checked + label::after, .is-checkradio[type=radio].is-black:checked + label:after {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important;
}
.is-checkradio[type=radio].is-black:checked.has-background-color + label::before, .is-checkradio[type=radio].is-black:checked.has-background-color + label:before {
  border-color: #0a0a0a !important;
  background-color: #0a0a0a !important;
}
.is-checkradio[type=radio].is-black:checked.has-background-color + label::after, .is-checkradio[type=radio].is-black:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: white !important;
}
.is-checkradio[type=radio].is-light.has-background-color + label::before, .is-checkradio[type=radio].is-light.has-background-color + label:before {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=radio].is-light:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-light:hover:not([disabled]) + label:before {
  border-color: whitesmoke !important;
}
.is-checkradio[type=radio].is-light:checked + label::after, .is-checkradio[type=radio].is-light:checked + label:after {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=radio].is-light:checked.has-background-color + label::before, .is-checkradio[type=radio].is-light:checked.has-background-color + label:before {
  border-color: whitesmoke !important;
  background-color: whitesmoke !important;
}
.is-checkradio[type=radio].is-light:checked.has-background-color + label::after, .is-checkradio[type=radio].is-light:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=radio].is-dark.has-background-color + label::before, .is-checkradio[type=radio].is-dark.has-background-color + label:before {
  border-color: #1e2326 !important;
  background-color: #1e2326 !important;
}
.is-checkradio[type=radio].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-dark:hover:not([disabled]) + label:before {
  border-color: #1e2326 !important;
}
.is-checkradio[type=radio].is-dark:checked + label::after, .is-checkradio[type=radio].is-dark:checked + label:after {
  border-color: #1e2326 !important;
  background-color: #1e2326 !important;
}
.is-checkradio[type=radio].is-dark:checked.has-background-color + label::before, .is-checkradio[type=radio].is-dark:checked.has-background-color + label:before {
  border-color: #1e2326 !important;
  background-color: #1e2326 !important;
}
.is-checkradio[type=radio].is-dark:checked.has-background-color + label::after, .is-checkradio[type=radio].is-dark:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-primary.has-background-color + label::before, .is-checkradio[type=radio].is-primary.has-background-color + label:before {
  border-color: #0084c2 !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-primary:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-primary:checked + label::after, .is-checkradio[type=radio].is-primary:checked + label:after {
  border-color: #0084c2 !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-primary:checked.has-background-color + label::before, .is-checkradio[type=radio].is-primary:checked.has-background-color + label:before {
  border-color: #0084c2 !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-primary:checked.has-background-color + label::after, .is-checkradio[type=radio].is-primary:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: white !important;
}
.is-checkradio[type=radio].is-link.has-background-color + label::before, .is-checkradio[type=radio].is-link.has-background-color + label:before {
  border-color: #0085c2 !important;
  background-color: #0085c2 !important;
}
.is-checkradio[type=radio].is-link:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-link:hover:not([disabled]) + label:before {
  border-color: #0085c2 !important;
}
.is-checkradio[type=radio].is-link:checked + label::after, .is-checkradio[type=radio].is-link:checked + label:after {
  border-color: #0085c2 !important;
  background-color: #0085c2 !important;
}
.is-checkradio[type=radio].is-link:checked.has-background-color + label::before, .is-checkradio[type=radio].is-link:checked.has-background-color + label:before {
  border-color: #0085c2 !important;
  background-color: #0085c2 !important;
}
.is-checkradio[type=radio].is-link:checked.has-background-color + label::after, .is-checkradio[type=radio].is-link:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: white !important;
}
.is-checkradio[type=radio].is-info.has-background-color + label::before, .is-checkradio[type=radio].is-info.has-background-color + label:before {
  border-color: #0084c2 !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-info:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-info:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-info:checked + label::after, .is-checkradio[type=radio].is-info:checked + label:after {
  border-color: #0084c2 !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-info:checked.has-background-color + label::before, .is-checkradio[type=radio].is-info:checked.has-background-color + label:before {
  border-color: #0084c2 !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-info:checked.has-background-color + label::after, .is-checkradio[type=radio].is-info:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-success.has-background-color + label::before, .is-checkradio[type=radio].is-success.has-background-color + label:before {
  border-color: #495d1d !important;
  background-color: #495d1d !important;
}
.is-checkradio[type=radio].is-success:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-success:hover:not([disabled]) + label:before {
  border-color: #495d1d !important;
}
.is-checkradio[type=radio].is-success:checked + label::after, .is-checkradio[type=radio].is-success:checked + label:after {
  border-color: #495d1d !important;
  background-color: #495d1d !important;
}
.is-checkradio[type=radio].is-success:checked.has-background-color + label::before, .is-checkradio[type=radio].is-success:checked.has-background-color + label:before {
  border-color: #495d1d !important;
  background-color: #495d1d !important;
}
.is-checkradio[type=radio].is-success:checked.has-background-color + label::after, .is-checkradio[type=radio].is-success:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-warning.has-background-color + label::before, .is-checkradio[type=radio].is-warning.has-background-color + label:before {
  border-color: #fdeb3d !important;
  background-color: #fdeb3d !important;
}
.is-checkradio[type=radio].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-warning:hover:not([disabled]) + label:before {
  border-color: #fdeb3d !important;
}
.is-checkradio[type=radio].is-warning:checked + label::after, .is-checkradio[type=radio].is-warning:checked + label:after {
  border-color: #fdeb3d !important;
  background-color: #fdeb3d !important;
}
.is-checkradio[type=radio].is-warning:checked.has-background-color + label::before, .is-checkradio[type=radio].is-warning:checked.has-background-color + label:before {
  border-color: #fdeb3d !important;
  background-color: #fdeb3d !important;
}
.is-checkradio[type=radio].is-warning:checked.has-background-color + label::after, .is-checkradio[type=radio].is-warning:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.is-checkradio[type=radio].is-danger.has-background-color + label::before, .is-checkradio[type=radio].is-danger.has-background-color + label:before {
  border-color: #ad001a !important;
  background-color: #ad001a !important;
}
.is-checkradio[type=radio].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-danger:hover:not([disabled]) + label:before {
  border-color: #ad001a !important;
}
.is-checkradio[type=radio].is-danger:checked + label::after, .is-checkradio[type=radio].is-danger:checked + label:after {
  border-color: #ad001a !important;
  background-color: #ad001a !important;
}
.is-checkradio[type=radio].is-danger:checked.has-background-color + label::before, .is-checkradio[type=radio].is-danger:checked.has-background-color + label:before {
  border-color: #ad001a !important;
  background-color: #ad001a !important;
}
.is-checkradio[type=radio].is-danger:checked.has-background-color + label::after, .is-checkradio[type=radio].is-danger:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important;
}
.is-checkradio[type=radio].is-purple.has-background-color + label::before, .is-checkradio[type=radio].is-purple.has-background-color + label:before {
  border-color: #932065 !important;
  background-color: #932065 !important;
}
.is-checkradio[type=radio].is-purple:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-purple:hover:not([disabled]) + label:before {
  border-color: #932065 !important;
}
.is-checkradio[type=radio].is-purple:checked + label::after, .is-checkradio[type=radio].is-purple:checked + label:after {
  border-color: #932065 !important;
  background-color: #932065 !important;
}
.is-checkradio[type=radio].is-purple:checked.has-background-color + label::before, .is-checkradio[type=radio].is-purple:checked.has-background-color + label:before {
  border-color: #932065 !important;
  background-color: #932065 !important;
}
.is-checkradio[type=radio].is-purple:checked.has-background-color + label::after, .is-checkradio[type=radio].is-purple:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: white !important;
}
.is-checkradio[type=radio].is-blue.has-background-color + label::before, .is-checkradio[type=radio].is-blue.has-background-color + label:before {
  border-color: #0084c2 !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-blue:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-blue:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-blue:checked + label::after, .is-checkradio[type=radio].is-blue:checked + label:after {
  border-color: #0084c2 !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-blue:checked.has-background-color + label::before, .is-checkradio[type=radio].is-blue:checked.has-background-color + label:before {
  border-color: #0084c2 !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-blue:checked.has-background-color + label::after, .is-checkradio[type=radio].is-blue:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: white !important;
}
.is-checkradio[type=radio].is-red.has-background-color + label::before, .is-checkradio[type=radio].is-red.has-background-color + label:before {
  border-color: #ad001a !important;
  background-color: #ad001a !important;
}
.is-checkradio[type=radio].is-red:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-red:hover:not([disabled]) + label:before {
  border-color: #ad001a !important;
}
.is-checkradio[type=radio].is-red:checked + label::after, .is-checkradio[type=radio].is-red:checked + label:after {
  border-color: #ad001a !important;
  background-color: #ad001a !important;
}
.is-checkradio[type=radio].is-red:checked.has-background-color + label::before, .is-checkradio[type=radio].is-red:checked.has-background-color + label:before {
  border-color: #ad001a !important;
  background-color: #ad001a !important;
}
.is-checkradio[type=radio].is-red:checked.has-background-color + label::after, .is-checkradio[type=radio].is-red:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: white !important;
}
.is-checkradio[type=radio].is-turquoise.has-background-color + label::before, .is-checkradio[type=radio].is-turquoise.has-background-color + label:before {
  border-color: #0084c2 !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-turquoise:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-turquoise:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-turquoise:checked + label::after, .is-checkradio[type=radio].is-turquoise:checked + label:after {
  border-color: #0084c2 !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-turquoise:checked.has-background-color + label::before, .is-checkradio[type=radio].is-turquoise:checked.has-background-color + label:before {
  border-color: #0084c2 !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-turquoise:checked.has-background-color + label::after, .is-checkradio[type=radio].is-turquoise:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: white !important;
}
.is-checkradio[type=radio].is-green.has-background-color + label::before, .is-checkradio[type=radio].is-green.has-background-color + label:before {
  border-color: #495d1d !important;
  background-color: #495d1d !important;
}
.is-checkradio[type=radio].is-green:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-green:hover:not([disabled]) + label:before {
  border-color: #495d1d !important;
}
.is-checkradio[type=radio].is-green:checked + label::after, .is-checkradio[type=radio].is-green:checked + label:after {
  border-color: #495d1d !important;
  background-color: #495d1d !important;
}
.is-checkradio[type=radio].is-green:checked.has-background-color + label::before, .is-checkradio[type=radio].is-green:checked.has-background-color + label:before {
  border-color: #495d1d !important;
  background-color: #495d1d !important;
}
.is-checkradio[type=radio].is-green:checked.has-background-color + label::after, .is-checkradio[type=radio].is-green:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: white !important;
}
.is-checkradio[type=radio].is-cyan.has-background-color + label::before, .is-checkradio[type=radio].is-cyan.has-background-color + label:before {
  border-color: #0084c2 !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-cyan:hover:not([disabled]) + label::before, .is-checkradio[type=radio].is-cyan:hover:not([disabled]) + label:before {
  border-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-cyan:checked + label::after, .is-checkradio[type=radio].is-cyan:checked + label:after {
  border-color: #0084c2 !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-cyan:checked.has-background-color + label::before, .is-checkradio[type=radio].is-cyan:checked.has-background-color + label:before {
  border-color: #0084c2 !important;
  background-color: #0084c2 !important;
}
.is-checkradio[type=radio].is-cyan:checked.has-background-color + label::after, .is-checkradio[type=radio].is-cyan:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: white !important;
}

.top-header-background {
  background-color: var(--black-haze);
}

.tablecontainer table.table {
  width: 100% !important;
  border-radius: 6px;
  border-color: #cccccc;
  border-width: 2px;
}
.tablecontainer table.dataTable.hover tbody tr:hover td,
.tablecontainer table.dataTable.display tbody tr:hover td {
  background: #f2f2f2;
  color: #1e2326;
}
.tablecontainer table.dataTable.hover tbody tr.selected,
.tablecontainer table.dataTable.display tbody tr.selected,
.tablecontainer table.dataTable.display tbody tr.selected.odd,
.tablecontainer table.dataTable.display tbody tr.selected.even {
  background-color: gainsboro;
  color: #1e2326;
}
.tablecontainer tr.row1 {
  font-size: 18px;
  font-weight: bold;
}
.tablecontainer tr.delivery-top-spacer-row {
  padding: 4px;
}
.tablecontainer .select:not(.is-multiple) {
  height: 40px;
}
.tablecontainer tr.odd:not(.selected):not(:hover) .price-group-1 {
  background-color: #d6e8f1;
}
.tablecontainer tr.even:not(.selected):not(:hover) .price-group-1, .tablecontainer thead .price-group-1 {
  background-color: #a1c5d6;
}
.tablecontainer tr.odd:not(.selected):not(:hover) .price-group-2 {
  background-color: #d2dfe6;
}
.tablecontainer tr.even:not(.selected):not(:hover) .price-group-2, .tablecontainer thead .price-group-2 {
  background-color: #bdcad1;
}
.tablecontainer tr.row-1 th:not(:first-of-type) {
  max-width: 180px;
}
.tablecontainer .delivery-row {
  font-weight: normal;
  background-color: var(--link-water);
  border-radius: 17px;
  padding: 10px 18px;
  line-height: 125%;
  margin-top: 25px;
}
.tablecontainer .delivery-row .delivery-icon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -1px;
}
.tablecontainer .delivery-row .delivery-icon-left {
  padding-right: 80px;
}
.tablecontainer .filter-row {
  min-height: 100px;
}
.tablecontainer select, .tablecontainer button, .tablecontainer input {
  height: unset;
}
.tablecontainer tbody td {
  text-align: right;
  vertical-align: middle;
}
.tablecontainer tbody .notused.price-group-1:not(.sorting),
.tablecontainer tbody .notused.price-group-2:not(.sorting) {
  white-space: nowrap;
}
.tablecontainer .notused.dataTable.responsive {
  font-size: 14px;
}
.tablecontainer tr.has-no-border td {
  border: 0 solid #ffffff !important;
}
.tablecontainer tr.head th {
  font-size: 0.75rem;
  line-height: 125%;
  hyphens: auto;
  vertical-align: bottom;
  height: 32px;
}
.tablecontainer thead {
  font-weight: bold;
}
.tablecontainer thead .sort {
  font-weight: inherit;
  height: 1rem;
  background-color: #e6e6e6;
}
.tablecontainer thead .sort th {
  background-color: #e6e6e6;
}
.tablecontainer thead .row-1 th {
  padding-right: 11px !important;
}
.tablecontainer .dataTables_length, .tablecontainer .dataTables_filter {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.tablecontainer .dataTables_info {
  padding: 0 1.5rem;
  font-size: 0.875rem;
}
.tablecontainer div.dataTables_wrapper div.dataTables_filter label,
.tablecontainer div.dataTables_wrapper div.dataTables_length label {
  font-size: 0.875rem;
  font-weight: bold !important;
}
.tablecontainer .pagination-previous, .tablecontainer .pagination-next, .tablecontainer .pagination-link {
  min-width: 2.5rem;
  text-decoration: none;
}
.tablecontainer .pagination-previous, .tablecontainer .pagination-next, .tablecontainer .pagination-link, .tablecontainer .pagination-ellipsis {
  height: 2.5rem;
}
.tablecontainer .pagination-link.next {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
.tablecontainer .pagination-link.next:after {
  padding-left: 0.5rem;
  content: "➝";
}
.tablecontainer .pagination-link.next:before {
  padding-left: 1rem;
}
.tablecontainer .pagination-link.previous {
  padding-left: 0.5rem;
  padding-right: 1rem;
}
.tablecontainer .pagination-link.previous:before {
  padding-right: 0.5rem;
  content: "🠔";
}
.tablecontainer .pagination-link.previous:after {
  padding-left: 1rem;
}
.tablecontainer thead > tr > th:not(.sorting_disabled), .tablecontainer table.dataTable > thead > tr:not(.row-1) > th:not(.sorting_disabled) {
  padding-right: 30px !important;
}
.tablecontainer .cart-button {
  min-width: 30px;
}
.tablecontainer div.dataTables_wrapper div.dataTables_length,
.tablecontainer div.dataTables_wrapper div.dataTables_filter {
  padding-bottom: 1.5rem;
}
.tablecontainer .dataTables_paginate.paging_simple_numbers {
  padding-top: 1rem;
}
.tablecontainer div.dataTables_wrapper div.dataTables_info,
.tablecontainer div.dataTables_wrapper div.dataTables_paginate {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tablecontainer div.dataTables_wrapper div.dataTables_paginate li,
.tablecontainer div.dataTables_wrapper div.dataTables_info {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tablecontainer .col-group-headlines {
  text-align: center;
}
.tablecontainer table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
.tablecontainer table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  background-color: #0084c2;
}

div.dataTables_wrapper {
  padding-bottom: 1.5rem;
}
div.dataTables_wrapper div.dataTables_paginate ul {
  margin-right: 2.5rem !important;
}

table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before {
  bottom: 8px;
}

table.dataTable > thead > tr:not(.row-1) > td:not(.sorting_disabled),
table.dataTable > thead > tr:not(.row-1) > th:not(.sorting_disabled) {
  font-size: 0.75rem;
  vertical-align: bottom;
  line-height: 125%;
  hyphens: auto;
  padding-right: 30px !important;
}

table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_desc_disabled:after {
  bottom: 8px !important;
}

.content .tablecontainer thead th {
  border: 0 solid #fff;
  vertical-align: bottom;
}
.content .tablecontainer ul {
  margin-right: 2.5rem;
}
.content .tablecontainer ul li {
  left: unset;
  margin-left: unset;
  margin-right: unset;
}
.content .tablecontainer ul li + li {
  margin-top: unset;
}

.dtext0, .dtext1, .dtext2, .dtext3, .dtext4, .dtext5 {
  text-decoration: none;
}

.pagination-list a {
  text-decoration: none !important;
}

.icon-30 {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 30px;
  width: 30px;
  margin-top: 8px;
  margin-bottom: 7px;
}

table > thead > tr.row-1 > .price-group-1 > div,
table > thead > tr.row-1 > .price-group-2 > div,
.col-group-headlines {
  font-size: 1rem;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 16px;
  vertical-align: middle;
  text-align: center;
}

tr.selected.hover {
  background: #f2f2f2;
}

.identifier_price {
  line-height: 1;
}
.identifier_price .is-struck-out {
  color: #999999;
}
.identifier_price .product-price {
  font-weight: bold;
}

.sliding_price th {
  white-space: nowrap;
}

.col-group-3 {
  background-color: #d6e8f1;
}

.table-head-padding {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.table-title {
  color: #1e2326;
  font-family: Inter, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.033rem;
  line-height: normal;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) td {
  background-color: #fafafa;
}

.dataTable .head-row-3 {
  display: none;
}

@media screen and (max-width: 767px) {
  .table-head-padding {
    padding-top: 30px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .table-title {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.025rem;
  }

  .dataTables_wrapper .dataTables_filter input[type=search] {
    width: 75%;
  }

  .tablecontainer .delivery-row {
    margin: 0;
  }

  .div.dataTables_paginate ul {
    margin-right: unset;
  }

  ul {
    margin-left: unset;
    margin-right: unset;
  }

  .content .table.responsive ul, .content .table.responsive ul li {
    margin-right: unset;
    margin-left: unset;
  }

  div.dataTables_wrapper div.dataTables_paginate ul {
    margin-right: unset !important;
  }

  .tablecontainer div.dataTables_wrapper div.dataTables_info,
.tablecontainer div.dataTables_wrapper div.dataTables_paginate,
.tablecontainer div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.5rem;
    padding-bottom: 0;
  }

  .tablecontainer div.dataTables_wrapper div.dataTables_info {
    text-align: center;
  }
  .tablecontainer div.dataTables_wrapper div.dataTables_paginate li,
.tablecontainer div.dataTables_wrapper div.dataTables_info {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .content table.sliding_price th, .content table.sliding_price td {
    font-size: 13px !important;
  }
  .content table.sliding_price th .is-size-7, .content table.sliding_price td .is-size-7 {
    font-size: 0.75rem !important;
  }

  .responsive.dataTable .head-row-1, .responsive.dataTable .head-row-2 {
    display: none;
  }
  .responsive.dataTable .head-row-3 {
    display: table-row;
  }
  .responsive.dataTable .dt-hasChild.parent {
    display: none;
  }
  .responsive.dataTable td {
    vertical-align: top;
  }
  .responsive.dataTable .product-price {
    font-weight: bold;
  }
  .responsive.dataTable .notused.price-group-1, .responsive.dataTable .notused.price-group-2 {
    white-space: unset;
  }
}
@media screen and (min-width: 768px), print {
  .responsive.dataTable .head-row-1, .responsive.dataTable .head-row-2 {
    display: none;
  }
  .responsive.dataTable .head-row-3 {
    display: table-row;
  }
  .responsive.dataTable .dt-hasChild.parent {
    display: none;
  }
  .responsive.dataTable td {
    vertical-align: top;
  }
  .responsive.dataTable .product-price {
    font-weight: bold;
  }
  .responsive.dataTable .price-group-1, .responsive.dataTable .price-group-2 {
    white-space: unset;
  }
}
.cell-data .product-price {
  white-space: nowrap;
}

@media screen and (min-width: 1200px) {
  .responsive.dataTable .head-row-1, .responsive.dataTable .head-row-2 {
    display: table-row;
  }
  .responsive.dataTable .head-row-3 {
    display: none;
  }
  .responsive.dataTable .dt-hasChild.parent {
    display: none;
  }
  .responsive.dataTable td {
    vertical-align: middle;
  }
  .responsive.dataTable .product-price {
    font-weight: bold;
  }
  .responsive.dataTable .price-group-1, .responsive.dataTable .price-group-2 {
    white-space: unset;
  }
}
.tablecontainer .filter-panel-space-pagination-container .dataTables_length,
.tablecontainer .filter-panel-space-search .dataTables_filter {
  margin-left: 0;
  margin-right: 0;
}

.notused .tablecontainer .filter-panel-space-search .dataTables_filter {
  max-width: 190px;
}

.filter-panel-space-pagination-container label {
  white-space: nowrap;
}

.filter-panel-space-columns .select select, .filter-panel-space-columns .input {
  line-height: 2.5;
}

.tablecontainer .filter-panel-space-columns .select:not(.is-multiple) {
  height: 60px;
}

.filtercolumns-left {
  flex-wrap: wrap;
}
.filtercolumns-left .column {
  min-width: 120px;
}

.filtercolumns-right {
  align-self: center;
  height: 100px;
}

.tablecontainer .filter-panel-space-search label {
  font-weight: bold;
  font-size: 0.875rem;
}

.notusedanymore .tablecontainer .filter-panel-space-columns .column {
  width: 20%;
}

.tablecontainer .delivery-and-tax {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (max-width: 767px) {
  .tablecontainer .delivery-and-tax {
    flex-wrap: wrap;
  }
}
.tablecontainer .filter-panel-space-columns select,
.tablecontainer .filter-panel-space-columns input.input {
  border: 2px solid #0084c2;
}

@media screen and (max-width: 767px) {
  .tablecontainer .filter-panel-space-columns .column {
    width: auto;
  }

  .filtercolumns-left {
    width: auto;
    flex-wrap: wrap;
  }

  .filtercolumns-right {
    min-width: 150px;
    align-self: center;
  }
}
.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

.carousel {
  --carousel-button-bg: #fff;
  --carousel-button-width: 50px;
  --carousel-button-height: 50px;
  --carousel-button-svg-width: 30px;
  --carousel-button-svg-height: 30px;
  --carousel-button-svg-stroke-width: 3;
  --carousel-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  position: relative;
  box-sizing: border-box;
}

.carousel__button.is-prev {
  left: 70px;
}

.carousel__button.is-next {
  right: 70px;
}

.carousel__slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  background-color: #eee;
  border-radius: 6px;
  background-color: transparent;
  padding-top: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .related-products {
    display: none;
  }

  .carousel__slide {
    width: 50%;
    max-width: 250px;
  }
}
@media screen and (min-width: 768px), print {
  .related-products {
    display: none;
  }

  .carousel__slide {
    width: 24.5%;
    max-width: 250px;
  }
}
@media screen and (min-width: 970px) {
  .related-products {
    display: none;
  }

  .carousel__slide {
    width: 24.5%;
    max-width: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .related-products {
    display: block;
  }

  .carousel__slide {
    width: 24.5%;
    max-width: 250px;
  }

  .carousel__button.is-prev {
    left: -70px;
  }

  .carousel__button.is-next {
    right: -70px;
  }
}
.related-products-html {
  margin-top: 5rem;
}

.aktionsschleife {
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
.aktionsschleife ::before,
.aktionsschleife ::after {
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
}
.aktionsschleife ::before {
  top: 0;
  right: 0;
}
.aktionsschleife ::after {
  bottom: 0;
  left: 0;
}
.aktionsschleife span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 5px 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  --line-height: 12px;
  text-align: center;
  right: -15px;
  top: 30px;
  transform: rotate(-45deg);
}

.aktionsschleife + figure.image {
  margin-top: 0;
}

.aktionsschleife_1 span {
  background-color: #96c11f;
}

.aktionsschleife_2 span {
  background-color: #ad001a;
}

.aktionsschleife_3 span {
  background-color: #fe5746;
}

.aktionsschleife_4 span {
  background-color: #005c46;
}

.aktionsschleife_5 span {
  background-color: #96c11f;
}

.aktionsschleife_6 span {
  background-color: #96c11f;
  font-size: 10px;
}

.aktionsschleife_7 span {
  background-color: #005c46;
}

.aktionsschleife_8 span {
  background-color: #96c11f;
}

.aktionsschleife_9 span {
  background-color: #96c11f;
}

.aktionsschleife_10 span {
  background-color: #fe5746;
}

.aktionsschleife_11 span {
  background-color: #005c46;
}

.aktionsschleife_12 span {
  background-color: #96c11f;
  font-size: 10px;
}

.aktionsschleife_13 span {
  background-color: #96c11f;
  font-size: 10px;
}

.aktionsschleife_14 span {
  background-color: #ad001a;
}

.aktionsschleife_15 span {
  background-color: #ad001a;
  font-size: 10px;
}

.aktionsschleife_16 span {
  background-color: #96c11f;
}

.aktionsschleife_17 span {
  background-color: #96c11f;
}

.aktionsschleife_18 span {
  background-color: #fe5746;
}

.aktionsschleife_19 span {
  background-color: #ad001a;
}

.aktionsschleife_20 span {
  background-color: #ad001a;
}

.aktionsschleife_21 span {
  background-color: #ad001a;
}

.aktionsschleife_22 span {
  background-color: #ad001a;
}

.aktionsschleife_23 span {
  background-color: #ad001a;
}

.aktionsschleife_24 span {
  background-color: #ad001a;
}

table.dataTable td.dt-left, table.dataTable tfoot td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable th.dt-left, table.dataTable thead td.dt-head-left, table.dataTable thead th.dt-head-left {
  text-align: left;
}

table.dataTable td.dataTables_empty, table.dataTable td.dt-center, table.dataTable tfoot td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable th.dt-center, table.dataTable thead td.dt-head-center, table.dataTable thead th.dt-head-center {
  text-align: center;
}

table.dataTable td.dt-right, table.dataTable tfoot td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable th.dt-right, table.dataTable thead td.dt-head-right, table.dataTable thead th.dt-head-right {
  text-align: right;
}

table.dataTable td.dt-justify, table.dataTable tfoot td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable th.dt-justify, table.dataTable thead td.dt-head-justify, table.dataTable thead th.dt-head-justify {
  text-align: justify;
}

table.dataTable td.dt-nowrap, table.dataTable tfoot td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable th.dt-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable thead th.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody td.dt-body-left, table.dataTable tbody th.dt-body-left {
  text-align: left;
}

table.dataTable tbody td.dt-body-center, table.dataTable tbody th.dt-body-center {
  text-align: center;
}

table.dataTable tbody td.dt-body-right, table.dataTable tbody th.dt-body-right {
  text-align: right;
}

table.dataTable tbody td.dt-body-justify, table.dataTable tbody th.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody td.dt-body-nowrap, table.dataTable tbody th.dt-body-nowrap {
  white-space: nowrap;
}

/*! DataTables Bulma integration
 * ©2020 SpryMedia Ltd - datatables.net/license
 */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

table.dataTable td, table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap td, table.dataTable.nowrap th {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length div {
  vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: 700;
  font-size: 0.875rem;
  white-space: nowrap;
  clear: right;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  width: auto;
  vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.5em;
}

div.dataTables_wrapper div.dataTables_paginate ul {
  justify-content: flex-end;
  list-style: none;
  margin: 0;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable > thead > tr > td:active, table.dataTable > thead > tr > th:active {
  outline: 0;
}

table.dataTable > thead > tr > td:not(.sorting_disabled), table.dataTable > thead > tr > th:not(.sorting_disabled) {
  padding-right: 30px;
}

table.dataTable > thead .sorting, table.dataTable > thead .sorting_asc, table.dataTable > thead .sorting_asc_disabled, table.dataTable > thead .sorting_desc, table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable > thead .sorting:after, table.dataTable > thead .sorting:before {
  position: absolute;
  bottom: 1rem;
  display: block;
  opacity: 0.3;
}

table.dataTable > thead .sorting_asc:before {
  position: absolute;
  bottom: 1rem;
  display: block;
}

table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before {
  position: absolute;
  bottom: 1rem;
  display: block;
  opacity: 0.3;
}

table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc:after {
  position: absolute;
  bottom: 1rem;
  display: block;
}

table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before {
  position: absolute;
  bottom: 1rem;
  display: block;
  opacity: 0.3;
}

table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 1rem;
  display: block;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc_disabled:before {
  right: 1rem;
  content: "↑";
}

table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_desc_disabled:after {
  right: 0.5rem;
  content: "↓";
}

table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting:before, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_asc:before, div.dataTables_scrollBody table thead .sorting_desc:after, div.dataTables_scrollBody table thead .sorting_desc:before {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child td, div.dataTables_scrollBody table tbody tr:first-child th {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

body {
  background-color: #f7f7f7;
}

.has-nowrap {
  white-space: nowrap;
}

.is-struck-out {
  text-decoration: line-through;
}

.img-hover {
  display: none;
}

a:hover .img-default {
  display: none;
}

a:hover .img-hover {
  display: block;
}

.has-background-header-balken {
  min-width: 269px;
  background-image: url(/extension/kaisersysteme/design/kaisersysteme/images/header_balken.svg);
  background-position: center;
  background-repeat: no-repeat;
}

a.has-background-header-balken:hover {
  min-width: 269px;
  background-image: url(/extension/kaisersysteme/design/kaisersysteme/images/header_balken_white.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.has-rounded-rectangle-bg {
  background-image: url(/extension/kaisersysteme/design/kaisersysteme/images/rounded_rectangle_1.svg);
  background-position: right;
  background-repeat: no-repeat;
}

a.has-rounded-rectangle-bg:hover {
  background-image: url(/extension/kaisersysteme/design/kaisersysteme/images/rounded_rectangle_white.svg);
  background-position: right;
  background-repeat: no-repeat;
}

.has-lineheight-1 {
  line-height: 1;
}

.has-margin-left-5 {
  margin-left: 5px;
}

.has-margin-left-15 {
  margin-left: 15px;
}

.has-text-error {
  color: #ad001a;
}

.has-text-error-inverse {
  color: white;
}

.has-background-error {
  background-color: #ad001a;
}

.has-background-error-inverse {
  background-color: white;
}

.has-text-shadow {
  text-shadow: 0 0 3px #0a0a0a;
}

.is-32x32 {
  width: 32px;
  height: 32px;
}

.is-54x40 {
  width: 54px;
  height: 40px;
}

.has-error {
  border: 2px solid #ad001a;
}

.is-middle {
  vertical-align: middle !important;
}

.is-bottom {
  vertical-align: bottom !important;
}

.read-more-button-div {
  vertical-align: bottom !important;
  width: 1%;
  display: table-cell;
}

#payment-select label {
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

.has-background-main-img {
  background-color: #0084c2;
}

.has-background-main-img-inverse {
  background-color: white;
}

.has-text-main-img,
.has-text-main-img a {
  color: white;
}

.has-text-main-img-inverse {
  color: #0a0a0a;
}

.has-background-blue {
  background-color: #0085c2;
}

a.button.has-background-blue:hover {
  background-color: white !important;
  color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}

.has-background-main-img {
  background-color: #0084c2;
}

.has-background-main-img-inverse {
  background-color: white;
}

.has-text-main-img {
  color: white;
}
.has-text-main-img a {
  color: white;
}

a.has-text-main-img {
  color: white;
}

a.has-text-yellow {
  color: #fdeb3d;
}

a.has-text-yellow {
  color: #fdeb3d;
}

a:hover.has-text-yellow {
  color: #0a0a0a;
}

a:hover.has-text-yellow,
a:hover.has-text-white {
  color: #0a0a0a;
}

.has-background-yellow {
  background: #fdeb3d;
}

a:hover .has-text-white,
.has-background-blue a:hover,
.has-background-blue a.is-active {
  color: #0a0a0a;
}

a:hover .has-text-yellow, a:hover .has-text-white, .nav-special-offer:hover .has-text-yellow, .nav-special-offer:hover .has-text-white {
  color: #0a0a0a !important;
  background-color: white;
}

a:hover .has-text-yellow:hover, a:hover .has-text-white:hover, .nav-special-offer:hover .has-text-yellow:hover, .nav-special-offer:hover .has-text-white:hover {
  color: #0a0a0a !important;
  background-color: white;
}

a:hover .has-text-white {
  color: #0a0a0a !important;
  background-color: white;
}

.subtitle a.has-text-main-img-inverse, a.navbar-item.is-active:not(:focus):not(:hover), .navbar-link.is-active:not(:focus):not(:hover) {
  color: #0a0a0a;
  background-color: white;
}

.has-background-main-img-light {
  background-color: whitesmoke;
}

a.has-background-main-img-inverse:hover, button.has-background-main-img-inverse:hover {
  background-color: white;
}

a.has-background-main-img-inverse:hover, button.has-background-main-img-inverse:hover {
  color: #0a0a0a;
}

.has-border-bottom-main-img, .has-border-top-main-img {
  border-bottom: 1px white solid;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}

/* $article-shadow: 1px 1px 5px 1px rgba($black, 0.1) */
article.teaser {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #1e2326;
  font-family: "Inter", sans-serif;
}
.content .title {
  color: #1e2326;
}
.content h2 {
  font-size: 1.625rem;
  margin-bottom: 1.875rem;
}
.content h2:last-child {
  margin-bottom: 0;
}
.content h3 {
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
}
.content h3:last-child {
  margin-bottom: 0;
}
.content h4 {
  font-size: 1.125rem;
  margin-bottom: 1.375rem;
}
.content h4:last-child {
  margin-bottom: 0;
}
.content h5 {
  font-size: 1rem;
  margin-bottom: 1.375rem;
}
.content h5:last-child {
  margin-bottom: 0;
}
.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: 1.375rem;
}

.subtitle.has-text-black, .title.has-text-black, h2.has-text-black, h3.has-text-black, h4.has-text-black, h5.has-text-black, a.has-text-black, p.has-text-black a {
  color: #0a0a0a !important;
}

.subtitle.has-text-white, .title.has-text-white, .title.has-text-white, h2.has-text-white, h3.has-text-white, h4.has-text-white, h5.has-text-white, a.has-text-white, p.has-text-white a {
  color: white !important;
}

.has-text-yellow, .subtitle.has-text-yellow, .title.has-text-yellow, h2.has-text-yellow, h3.has-text-yellow, h4.has-text-yellow, h5.has-text-yellow, a.has-text-yellow, p.has-text-yellow a {
  color: #fdeb3d !important;
}

.max-width-100 {
  max-width: 100px;
}

.max-width-200 {
  max-width: 200px;
}

.max-width-300 {
  max-width: 300px;
}

.has-margin-vertical-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.has-margin-top-50 {
  margin-top: 50px !important;
}

.has-margin-bottom-50 {
  margin-bottom: 50px !important;
}

.has-margin-horizontal-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.has-margin-left-50 {
  margin-left: 50px !important;
}

.has-margin-right-50 {
  margin-right: 50px !important;
}

.toggle {
  display: none;
}

.payment-icon {
  width: 146px;
}

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

.fb_iframe_widget_fluid_desktop iframe {
  min-width: 100%;
  width: 100%;
}

.field.has-error {
  padding: 1rem;
}

.clear-both {
  clear: both;
}

.has-nowrap {
  white-space: nowrap;
}

.has-margin-horizontal-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  line-height: 125%;
}

.is-80x80 {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.has-notextdecoration,
.has-no-text-decoration {
  text-decoration: none !important;
}

figure.has-background {
  position: relative;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.logosvg {
  height: 98px;
}

.herosvg {
  height: 36px;
}

.hero-logo {
  align-self: flex-end;
  padding-bottom: 1rem;
}

.hero-logo-box {
  padding-left: 2rem;
}

.footersvg {
  height: 63px;
}

.main-hero-style, .has-image-background {
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-dropdown {
  font-size: 0.875rem;
  line-height: 1.063rem;
}

@media (min-width: 1400px) {
  .herosvg {
    height: 63px;
  }
}
.content p a, .content div a, .content li a, .content td a {
  text-decoration: underline;
}

.breadcrumb a {
  text-decoration: underline;
}

.content p.title a {
  text-decoration: none;
}
.content figure figcaption {
  font-style: normal !important;
}

/* schrift verkleinern */
/* *@media (max-width: 672px) {
 * *    :root {
 * *        font-size: 90%;
 * *    }
 * *} */
.bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
}

.section-image {
  margin: 1.5rem auto;
}
.section-image .container {
  max-width: 900px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.has-text-hyphens-auto {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/***** star rating *** */
.ezsr-star-rating li a {
  cursor: default;
}

.ezsr-star-rating-enabled li a {
  cursor: pointer;
}

.ezsr-star-rating {
  background: url(/extension/kaisersysteme/design/kaisersysteme/images/star1.png) left -1000px repeat-x;
  position: relative;
  width: 175px;
  height: 35px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}
.ezsr-star-rating a:hover, .ezsr-star-rating a:active, .ezsr-star-rating a:focus {
  background: url(/extension/kaisersysteme/design/kaisersysteme/images/star1.png) left -1000px repeat-x;
}
.ezsr-star-rating .ezsr-current-rating {
  background: url(/extension/kaisersysteme/design/kaisersysteme/images/star1.png) left -1000px repeat-x;
}
.ezsr-star-rating li {
  display: inline;
  margin: 0;
  padding: 0;
}
.ezsr-star-rating a, .ezsr-star-rating .ezsr-current-rating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 35px;
  line-height: 35px;
  outline: none;
  overflow: hidden;
  border: none;
}

.ezsr-star-rating-enabled a:hover, .ezsr-star-rating-enabled a:active, .ezsr-star-rating-enabled a:focus {
  background-position: left bottom;
}

.ezsr-star-rating a.ezsr-stars-1 {
  width: 20%;
  z-index: 6;
}
.ezsr-star-rating a.ezsr-stars-2 {
  width: 40%;
  z-index: 5;
}
.ezsr-star-rating a.ezsr-stars-3 {
  width: 60%;
  z-index: 4;
}
.ezsr-star-rating a.ezsr-stars-4 {
  width: 80%;
  z-index: 3;
}
.ezsr-star-rating a.ezsr-stars-5 {
  width: 100%;
  z-index: 2;
}
.ezsr-star-rating .ezsr-current-rating {
  z-index: 1;
  background-position: left center;
}

span.ezsr_average_rating {
  font-weight: bold;
}

.hreview-aggregate .fn, .hide {
  display: none;
}

/* used for star rating */
.media.is-vcentered {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  /* used this for multiple child */
  align-items: center;
}

/* if an only child */
/* region modal */
#regionpicker ul {
  list-style: none;
  margin-left: 1.5rem;
  margin-bottom: 2.5em;
}

.content ul, .content li {
  list-style: none !important;
}

.is-centered {
  text-align: center;
}
.is-centered h1, .is-centered h2, .is-centered h3, .is-centered h4, .is-centered .subtitle {
  text-align: center;
}

.has-video {
  display: block;
  position: relative;
}
.has-video > div {
  display: block;
  height: auto;
  width: 100%;
}

.has-no-border {
  border: #fff 0 solid !important;
}

.has-text-white a, .has-text-white h2, .has-text-white h3, .has-text-white h4, .has-text-white h5, .has-text-white p {
  color: #fff !important;
}

.content .has-text-white a, .content .has-text-white h2, .content .has-text-white h3, .content .has-text-white h4, .content .has-text-white h5 {
  color: #fff !important;
}

figcaption.has-text-white h2, figcaption.has-text-white h3, figcaption.has-text-white h4 {
  color: #fff !important;
}

.teaser figure {
  margin: 0;
  padding: 0;
}

.subtitle strong, .title strong, .content strong {
  color: inherit !important;
}

.gwfplus {
  cursor: pointer;
}

.spamfilter {
  display: none;
}

ul.nobullets li, ul.tarotmenu li {
  list-style-type: none;
  list-style-image: none;
}

.has-text-decoration {
  text-decoration: underline;
}

.photo-copyright {
  padding: 0.2rem;
  line-height: 0.75rem;
}

.embeded-image-copyright {
  position: relative;
  bottom: 0.25rem;
  right: 0.25rem;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

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

.is-plus-button, .is-minus-button {
  font-weight: bold;
}

.section-vertical {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-top {
  padding-top: 50px;
}

.section-bottom {
  padding-bottom: 50px;
}

html {
  scroll-behavior: smooth;
}

#ask-for-login-box-result.logged-in {
  color: #495d1d;
}

#ask-for-login-box-result.password-error {
  color: #ad001a;
}

#ask-for-login-box #password.password-error {
  background-color: white;
}

.ul2columns {
  column-count: 2;
  column-gap: 1rem;
}

#debug {
  margin-top: 500px;
  margin-left: 2rem;
  margin-right: 2rem;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #0084c2;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  white-space: normal !important;
  text-overflow: clip;
}

.hot-kaiser {
  display: none;
}

.image-column {
  max-width: 200px;
}

.is-rounded {
  border-radius: 8px;
}

.content h2 {
  font-size: 1.625rem;
  font-weight: 700;
}

.is-pulled-left-tablet figure {
  margin-left: 0;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.embed-left-column {
  width: 480px;
  max-width: 100%;
  margin-right: 2.813rem;
  margin-bottom: 3.125rem;
}

.embed-right-column {
  width: 480px;
  max-width: 100%;
  margin-left: 2.813rem;
  margin-bottom: 3.125rem;
}

.content h1.title {
  font-size: 2.125rem;
  line-height: 2.563rem;
  font-weight: 700;
  color: #1e2326;
  letter-spacing: 0.68px;
  margin-bottom: 1.625rem;
}
.content h2.subtitle {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2.125rem;
  margin-top: 0 !important;
}
.content h2.subtitle:last-child {
  margin-bottom: 0;
}
.content ul {
  overflow: hidden;
}
.content ul li {
  position: relative;
  left: 2rem;
  margin-right: 2rem;
}
.content .regular-font {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .embed-right-column {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 3.125rem;
  }

  .content h1.title {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
    line-height: normal;
  }
  .content h2.subtitle {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
  }

  .embed-left-column {
    margin-bottom: 1rem;
  }

  .left-image-column, .right-image-column {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .embed-right-column {
    width: 50%;
    max-width: 50%;
    margin-left: 2rem;
    margin-bottom: 3.125rem;
  }

  .left-image-column, .right-image-column {
    width: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    margin-bottom: 1rem;
  }

  .left-image-column {
    margin-right: 1rem;
  }

  .right-image-column {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 970px) {
  .embed-right-column {
    width: 50%;
    max-width: 480px;
    margin-left: 2rem;
    margin-bottom: 3.125rem;
  }

  .embed-right-column {
    width: 50%;
    max-width: 360px;
    margin-left: 2rem;
    margin-bottom: 3.125rem;
  }

  .left-image-column, .right-image-column {
    width: calc(50% - 1rem);
    max-width: 360px;
    margin-bottom: 1rem;
  }

  .left-image-column {
    margin-right: 1rem;
  }

  .right-image-column {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1921px) {
  .embed-right-column {
    width: 480px;
    max-width: 100%;
    margin-left: 2rem;
    margin-bottom: 3.125rem;
  }

  .left-image-column, .right-image-column {
    width: 480px !important;
    max-width: 100% !important;
    margin-bottom: 3.125rem;
  }

  .left-image-column {
    margin-right: 2.813rem;
  }

  .right-image-column {
    margin-left: 2.813rem;
  }
}
.has-background-cerulean {
  background-color: #26abe8;
}

.has-background-regal-blue {
  background-color: #024a6c;
}

.has-background-linkwater {
  background-color: #d6e8f1;
}

.has-background-trout {
  background-color: #4a5860;
}

.has-background-white-smoke {
  background-color: #fafafa;
}

.has-background-grey-98 {
  background-color: #fafafa;
}

.has-background-grey-97 {
  background-color: #f7f7f7;
}

.has-background-grey-96 {
  background-color: whitesmoke;
}

.has-background-grey-95 {
  background-color: #f2f2f2;
}

.has-rounded-border {
  border-radius: 1.125rem;
}

.has-table-borders {
  border: 1px solid #cccccc;
}

.content .small-image-list {
  margin: 30px 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .small-image-list li {
  width: 110px;
  height: 110px;
  margin-bottom: 13px;
  margin-right: 0;
  left: 0;
}
.content .small-image-list li + li {
  margin-top: 0;
}

.rounded-image, .fancybox__image {
  border-radius: 6px;
  border: 0 solid;
}

.kreq {
  font-weight: bold;
  color: #ad001a;
}

.has-text-red-orange {
  color: #fe5746;
}

.bargain {
  font-weight: 700;
  letter-spacing: -0.54px;
}

.label {
  font-size: 0.875rem;
}
.label:not(:last-child) {
  margin-bottom: 0.75rem;
}

.content table.table.default td {
  border: 0 solid;
}

.content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a {
  text-decoration: none;
}

.show-long-title {
  hyphens: auto;
}

.white-box {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 99px #4e4e4e29;
  padding: 24px;
}

.headline-22 {
  letter-spacing: 0.44px;
  font-size: 1.375rem;
}

.headline-28-extra-bold {
  letter-spacing: 0.44px;
  font-size: 1.7rem;
  font-weight: 900;
}

.is-fullwidth {
  width: 100%;
}

@media print {
  footer, header, #debug, .no-print, [id^=trustbadge] {
    display: none;
  }
}
.has-background-dark-shade-cyan-blue {
  background-color: #364249;
}

.general-info-box {
  border-radius: 0.4rem;
  background-color: white;
  padding: 42px 50px;
}

h2.infobox {
  color: #1e2326;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  line-height: 1.4rem;
}

#direct-order-table .icon-delete {
  cursor: pointer;
}

.navbar-item .tt-menu,
.tt-highlight {
  color: #0a0a0a;
}

.tt-cursor .tt-highlight {
  color: white;
}

.tt-suggestion.tt-cursor,
.tt-suggestion.tt-highlight.tt-cursor {
  color: #0a0a0a;
}
.tt-suggestion.tt-cursor:hover,
.tt-suggestion.tt-highlight.tt-cursor:hover {
  color: white;
}

#firstnavbar span.autosuggest-desc {
  font-size: 0.75rem;
}
#firstnavbar .tt-suggestion p {
  line-height: 1.2;
}

#direct-order-table span.autosuggest-desc {
  font-size: 0.75rem;
}
#direct-order-table .tt-suggestion p {
  line-height: 1.2;
}

@media (min-width: 970px) {
  #menunavbarmobile {
    display: none;
  }

  #header-wrap .navbar-burger-cart,
#header-wrap .navbar-burger.navbar-burger-menu {
    display: none;
  }
}
@media (max-width: 969px) {
  #menunavbarmobile.is-active {
    display: block;
  }

  #menunavbar {
    display: none;
  }

  .mobile-px-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.field.taxswitchfield {
  width: 144px;
}

.hidden {
  display: none;
}

.fuf-flex-container {
  display: flex;
  max-width: 1200px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 3.125rem;
}

.fuf-column {
  width: 100%;
}
.fuf-column .fuf-is-12 {
  flex: 0 0 100%;
}
@media screen and (max-width: 767px) {
  .fuf-column.fuf-is-12-mobile {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 768px), print {
  .fuf-column.fuf-is-6-tablet {
    flex: 0 0 50%;
    max-width: 360px;
  }
}
@media screen and (min-width: 970px) {
  .fuf-column.fuf-is-6-desktop {
    flex: 0 0 50%;
    max-width: 360px;
  }
}
@media screen and (min-width: 1921px) {
  .fuf-column.fuf-is-6-fullhd {
    flex: 0 0 480px;
    max-width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .fuf-flex-container {
    display: block;
  }

  .ml-0-mobile {
    margin-left: 0;
  }

  .mr-0-mobile {
    margin-right: 0;
  }

  .content .small-image-list li {
    margin-right: 1rem;
  }
}
.content .fuf-image-icon-list {
  margin: 1rem 0 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  /* Erzeugt so viele Spalten wie möglich */
  gap: 13px;
  /* Abstand zwischen den Spalten und Zeilen */
  list-style-type: none;
  padding: 0;
}
.content .fuf-image-icon-list li {
  width: 110px;
  height: 110px;
  margin-bottom: 13px;
  margin-right: 0;
  margin-top: 0;
  left: 0;
}
.content .fuf-image-icon-list li li + li {
  margin-top: 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .content .fuf-image-icon-list {
    margin: 1rem 0 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    /* Erzeugt so viele Spalten wie möglich */
    gap: 10px;
  }
  .content .fuf-image-icon-list li {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  .content .buttonblock input[type=submit], .content .buttonblock input[type=button] {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .content .fuf-image-icon-list {
    margin: 1rem 0 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    /* Erzeugt so viele Spalten wie möglich */
    gap: 10px;
  }
  .content .fuf-image-icon-list li {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 970px) {
  .content .fuf-image-icon-list {
    margin: 1rem 0 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    /* Erzeugt so viele Spalten wie möglich */
    gap: 13px;
  }
  .content .fuf-image-icon-list li {
    width: 110px;
    height: 110px;
    margin-bottom: 13px;
  }
}
.is-clipped [id^=trustbadge-container], .is-clipped .cmpboxrecall {
  display: none;
}

img.border-8px {
  border-radius: 8px;
}

#add_to_basket_layer .product_popup .offer-overlay.offer-overlay-new {
  position: absolute;
  top: 32px;
  right: 22px;
  background-color: #0085C2;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  width: 33%;
  min-width: 160px;
}
#add_to_basket_layer .product_popup .offer-overlay.offer-overlay-new b {
  display: inline;
}
#add_to_basket_layer .product_popup .offer-overlay.offer-overlay-new .offer-previous-price {
  background-color: #004586;
  color: #D9EAF4;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
}
#add_to_basket_layer .product_popup .offer-overlay.offer-overlay-new .offer-current-price {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #D9EAF4;
}

.button-grey-area {
  background-color: #f3f3f3;
  padding: 30px;
  border-radius: 12px;
}

.youtube-video {
  margin-bottom: 20px;
}
.youtube-video .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtube-video .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}

.go-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0084c2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.go-to-top svg {
  width: 50px;
  height: 50px;
  fill: white;
  transition: fill 0.5s ease-in-out;
}
.go-to-top:hover {
  background-color: #00618f;
  transform: scale(1.05);
}
.go-to-top:hover svg {
  fill: white;
}

@media screen and (max-width: 768px) {
  .go-to-top {
    bottom: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
  }
}
.navbar-2,
.firstnavbar,
.nav-special-offer {
  height: 4.375rem;
}

.has-rounded-border-header {
  border-radius: 12px;
}

.header-button-kaiser {
  height: 50px;
}
.header-button-kaiser:hover {
  border-radius: 12px !important;
}

.nav-special-offer {
  border-left: 2px solid #fdeb3d;
  border-right: 10px solid #fdeb3d;
  background: #364249;
  min-width: 225px;
}
.nav-special-offer:hover {
  background: #024a6c;
  color: white;
}

#main-nav-bar {
  z-index: 35;
  background-color: #0085c2;
}

.navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
  top: 100%;
  box-shadow: none;
}

.navbar-item.has-dropdown,
.navbar-brand,
.navbar-tabs {
  align-items: center;
}

.logostyle-top {
  margin: 0;
  padding: 0 1rem 0 0;
}

.burger-menu-text {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
}

a.navbar-item.is-active:not(:hover), .navbar-link.is-active:not(:hover), a.dropdown-item.is-active, button.dropdown-item.is-active {
  color: white;
  background-color: #0084c2;
}

a.navbar-item {
  letter-spacing: 0.32px;
}
a.navbar-item.is-active {
  color: #0a0a0a;
  background-color: white;
  border-radius: 1.063rem;
}
a.navbar-item:hover {
  background-color: #024a6c;
  border-radius: 1.063rem;
  color: white;
}

.navbar-link.is-active {
  color: #0a0a0a;
  background-color: white;
}
.navbar-link:hover {
  color: white;
  background-color: #024a6c;
}

.navbar-dropdown {
  background-color: transparent;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-bottom: 8px;
  padding-top: 0;
}
.navbar-dropdown a:last-of-type {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

a.dropdown-item:hover, button.dropdown-item:hover {
  color: white;
  background-color: #024a6c;
}

a.dropdown-item, button.dropdown-item {
  padding-right: 1.2rem;
  display: inline-block;
}

a.dropdown-item {
  background-color: #0276ac;
  padding-top: 0.813rem;
  padding-bottom: 0.813rem;
  padding-left: 1.563rem;
  padding-right: 1.563rem;
}

a.dropdown-item.is-active {
  font-weight: bold;
}

a.dropdown-item {
  border-top: solid 1px #0085c2;
}

.font-size-header-14px {
  font-size: 0.875rem;
  letter-spacing: 0.28px;
}

.font-size-header-12px {
  font-size: 0.75rem;
  letter-spacing: 0.24px;
  line-height: 1.063rem;
}

.header-button {
  letter-spacing: 0.32px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  background-color: #0085c2;
  border: 0 solid white;
  color: white;
}
.header-button:hover {
  background-color: #024a6c;
  color: white;
}

.border-radius-16 {
  border-radius: 16px;
}

.navbar-2 .phone-number {
  color: white;
}
.navbar-2 .phone-number:hover {
  color: white;
  background-color: transparent;
}

.yellow {
  color: #fdeb3d;
}

.header-search-field,
.header-button {
  height: 2.625rem;
}

#firstnavbar .control.has-icons-left .icon {
  height: 2.625rem;
  width: 2.625rem;
}

.control.has-icons-left .header-search-field.input {
  padding-left: 2.5rem;
}

.header-search {
  margin-left: 0.5rem;
}

#main-nav-bar {
  height: 80px;
}

.navbar-2, #firstnavbar {
  height: 70px;
}

@media screen and (min-width: 1921px) {
  #main-nav-bar .navbar-end .navbar-item:first-of-type {
    margin-right: 1.4rem;
  }
}
@media screen and (min-width: 1400px) {
  #firstnavbar .navbar-start .kaiser-tax {
    display: none;
  }
}
.kaiser-menu {
  font-size: 0.875rem;
}
.kaiser-menu .kaiser-menu-list {
  background: white;
  border-radius: 12px;
}
.kaiser-menu .kaiser-menu-list .menu-level-0.is-active, .kaiser-menu .kaiser-menu-list .menu-level-0.is-active a.is-active,
.kaiser-menu .kaiser-menu-list .menu-level-1.is-active, .kaiser-menu .kaiser-menu-list .menu-level-1.is-active a.is-active,
.kaiser-menu .kaiser-menu-list .menu-level-2.is-active, .kaiser-menu .kaiser-menu-list .menu-level-2.is-active a.is-active,
.kaiser-menu .kaiser-menu-list .menu-level-3.is-active, .kaiser-menu .kaiser-menu-list .menu-level-3.is-active a.is-active,
.kaiser-menu .kaiser-menu-list .menu-level-4.is-active, .kaiser-menu .kaiser-menu-list .menu-level-4.is-active a.is-active,
.kaiser-menu .kaiser-menu-list .menu-level-5.is-active, .kaiser-menu .kaiser-menu-list .menu-level-5.is-active a.is-active,
.kaiser-menu .kaiser-menu-list .menu-level-6.is-active, .kaiser-menu .kaiser-menu-list .menu-level-6.is-active a.is-active {
  background-color: #0084c2;
  color: white;
}
.kaiser-menu .kaiser-menu-list .menu-level-0, .kaiser-menu .kaiser-menu-list .menu-level-0 a {
  background-color: white;
  color: #1e2326;
}
.kaiser-menu .kaiser-menu-list .menu-level-1, .kaiser-menu .kaiser-menu-list .menu-level-1 a {
  background-color: white;
  color: #1e2326;
}
.kaiser-menu .kaiser-menu-list .menu-level-2, .kaiser-menu .kaiser-menu-list .menu-level-2 a {
  background-color: white;
  color: #1e2326;
}
.kaiser-menu .kaiser-menu-list .menu-level-3, .kaiser-menu .kaiser-menu-list .menu-level-3 a {
  background-color: white;
  color: #1e2326;
}
.kaiser-menu .kaiser-menu-list .menu-level-4, .kaiser-menu .kaiser-menu-list .menu-level-4 a {
  background-color: white;
  color: #1e2326;
}
.kaiser-menu .kaiser-menu-list .menu-level-5, .kaiser-menu .kaiser-menu-list .menu-level-5 a {
  background-color: white;
  color: #1e2326;
}
.kaiser-menu .kaiser-menu-list .notused .menu-level-0:hover, .kaiser-menu .kaiser-menu-list .notused .menu-level-1:hover, .kaiser-menu .kaiser-menu-list .notused .menu-level-2:hover, .kaiser-menu .kaiser-menu-list .notused .menu-level-3:hover, .kaiser-menu .kaiser-menu-list .notused .menu-level-4:hover, .kaiser-menu .kaiser-menu-list .notused .menu-level-5:hover {
  background-color: #0084c2;
  color: white;
}
.kaiser-menu .kaiser-menu-list .notused .menu-level-0:hover a, .kaiser-menu .kaiser-menu-list .notused .menu-level-1:hover a, .kaiser-menu .kaiser-menu-list .notused .menu-level-2:hover a, .kaiser-menu .kaiser-menu-list .notused .menu-level-3:hover a, .kaiser-menu .kaiser-menu-list .notused .menu-level-4:hover a, .kaiser-menu .kaiser-menu-list .notused .menu-level-5:hover a {
  background-color: #0084c2;
  color: white;
}
.kaiser-menu .kaiser-menu-list li:first-of-type.menu-level-0 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.kaiser-menu .kaiser-menu-list li:first-of-type.menu-level-0 a {
  border-top-left-radius: 12px;
}
.kaiser-menu .kaiser-menu-list li:last-of-type.menu-level-0 {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.kaiser-menu .kaiser-menu-list li:last-of-type.menu-level-0 a {
  border-bottom-left-radius: 12px;
}
.kaiser-menu .kaiser-menu-list li {
  margin: 0;
  border-bottom: 1px #e3e3e3 solid;
  justify-content: space-between;
}
.kaiser-menu .kaiser-menu-list li:last-of-type {
  border-bottom: 0px solid;
}
.kaiser-menu .kaiser-menu-list .dontunderstand li:last-of-type {
  border-bottom: 0px white solid;
}
.kaiser-menu .kaiser-menu-list a {
  color: #1e2326;
  padding: 0.75rem 0 0.75rem 1.875rem;
  display: block;
  max-width: calc( 100% - 26px - 1.875rem );
}
.kaiser-menu .kaiser-menu-list a.is-selected {
  font-weight: bold;
}
.kaiser-menu .kaiser-menu-list .menu-level-0 a {
  padding-left: 1.5rem;
}
.kaiser-menu .kaiser-menu-list .menu-level-1 a {
  padding-left: 2.5rem;
}
.kaiser-menu .kaiser-menu-list .menu-level-2 a {
  padding-left: 3.5rem;
}
.kaiser-menu .kaiser-menu-list .menu-level-3 a {
  padding-left: 4.5rem;
}
.kaiser-menu .kaiser-menu-list .menu-level-4 a {
  padding-left: 5.5rem;
}
.kaiser-menu .kaiser-menu-list .menu-level-5 a {
  padding-left: 6.5rem;
}
.kaiser-menu .kaiser-menu-list .menu-level-6 a {
  padding-left: 7.5rem;
}
.kaiser-menu .kaiser-menu-list a.is-active {
  font-weight: bold;
}
.kaiser-menu .kaiser-menu-list a:hover {
  text-decoration: underline;
}
.kaiser-menu .kaiser-menu-list .navi_controller[data-state=collapse] .menu-plus {
  display: none;
}
.kaiser-menu .kaiser-menu-list .navi_controller[data-state=collapse] .menu-minus {
  display: block;
}
.kaiser-menu .kaiser-menu-list .navi_controller[data-state=collapse] .menu-minus.is-selected {
  display: none;
}
.kaiser-menu .kaiser-menu-list .navi_controller[data-state=open] .menu-plus {
  display: block;
}
.kaiser-menu .kaiser-menu-list .navi_controller[data-state=open] .menu-plus.is-selected {
  display: none;
}
.kaiser-menu .kaiser-menu-list .navi_controller[data-state=open] .menu-minus {
  display: none;
}
.kaiser-menu .kaiser-menu-list .navi_controller {
  padding: 0.75rem 0 0 0;
  margin-right: 1rem;
  height: calc( 26px + 0.75rem );
  width: 26px;
  cursor: pointer;
}
.kaiser-menu .kaiser-menu-list .navi_controller .is-selected {
  display: none;
}
.kaiser-menu .kaiser-menu-list .navi_controller .is-not-selected {
  display: block;
}
.kaiser-menu .kaiser-menu-list .menu-level-0.is-selected .notused .navi_controller {
  margin-right: 6px;
}
.kaiser-menu .kaiser-menu-list .menu-level-0.is-selected .notused .navi_controller[data-state=collapse] .menu-plus {
  display: none;
}
.kaiser-menu .kaiser-menu-list .menu-level-0.is-selected .notused .navi_controller[data-state=collapse] .menu-minus.is-selected {
  display: block;
}
.kaiser-menu .kaiser-menu-list .menu-level-0.is-selected .notused .navi_controller[data-state=collapse] .menu-minus.is-not-selected {
  display: none;
}
.kaiser-menu .kaiser-menu-list .menu-level-0.is-selected .notused .navi_controller[data-state=open] .menu-plus.is-selected {
  display: block;
}
.kaiser-menu .kaiser-menu-list .menu-level-0.is-selected .notused .navi_controller[data-state=open] .menu-plus.is-not-selected {
  display: none;
}
.kaiser-menu .kaiser-menu-list .menu-level-0.is-selected .notused .navi_controller[data-state=open] .menu-minus {
  display: none;
}

.menu-headline {
  font-size: 1.375rem;
  margin-bottom: 1.1rem;
}
.menu-headline a {
  text-decoration: none;
  color: #0084c2;
  font-weight: bold;
}

header .navbar-burger:hover {
  background-color: transparent;
}
header .navbar-burger.navbar-burger-menu {
  width: auto;
  height: auto;
  margin: 0;
  display: flex;
  margin-right: 20px;
}
header .navbar-burger.navbar-burger-menu.is-active img {
  transform: rotate(180deg);
  transition: transform 0.25s linear;
}
header .navbar-burger.navbar-burger-menu img {
  transition: transform 0.25s linear;
}
header .navbar-burger.navbar-burger-menu:focus-visible {
  outline: none;
}
header .navbar-burger-cart {
  display: flex;
  justify-content: flex-end;
  flex-grow: 100;
  margin-right: 20px;
}
header .navbar-burger-cart a {
  line-height: 0;
}
header .navbar-burger-cart span.tag {
  position: absolute;
  top: 5px;
  margin-left: -15px;
}
header #main-nav-bar .navbar-brand {
  justify-content: space-between;
}

#menunavbarmobile {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #0a6893;
}
#menunavbarmobile div.navbar-item:focus {
  background-color: transparent;
}
#menunavbarmobile a.navbar-item:focus {
  background-color: transparent;
}
#menunavbarmobile ul {
  width: 100%;
  display: block;
}
#menunavbarmobile ul li.navbar-item-container {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  justify-content: space-between;
  flex-direction: column;
}
#menunavbarmobile ul li.navbar-item-container a.navbar-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#menunavbarmobile ul li.navbar-item-container div.navbar-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.32px;
}
#menunavbarmobile ul li.navbar-item-container a.navbar-item.is-active:not(:focus):not(:hover),
#menunavbarmobile ul li.navbar-item-container a.navbar-link.is-active:not(:focus):not(:hover),
#menunavbarmobile ul li.navbar-item-container a.navbar-item.is-active:focus {
  background-color: transparent;
  border-radius: 0;
  color: white;
}
#menunavbarmobile ul li.navbar-item-container a.navbar-item:hover {
  background-color: transparent;
  color: white;
}
#menunavbarmobile .has-background-menu-lines-top {
  background: #0a6893 repeating-linear-gradient(to bottom, transparent 0, transparent 103px, #0a86bf 103px, #0a86bf 105px);
}
#menunavbarmobile .has-background-menu-lines-top .search_space {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 105px;
  position: relative;
}
#menunavbarmobile .has-background-menu-lines-top .search_space span.twitter-typeahead {
  width: 90%;
}
#menunavbarmobile .has-background-menu-lines-top .search_space span.twitter-typeahead .tt-suggestion p {
  line-height: 1.2;
}
#menunavbarmobile .has-background-menu-lines-top .search_space span.twitter-typeahead .autosuggest-title {
  font-size: 0.9rem;
}
#menunavbarmobile .has-background-menu-lines-top .search_space span.twitter-typeahead .autosuggest-desc {
  font-size: 0.75rem;
  line-height: 0.8;
  display: none;
}
#menunavbarmobile .has-background-menu-lines-top .search_space .tiny-product-image {
  display: none !important;
}
#menunavbarmobile .has-background-menu-lines-top .search_space .tiny-product-image img {
  display: none;
}
#menunavbarmobile .has-background-menu-lines-top .search_space span.icon {
  position: absolute;
  left: 10%;
}
#menunavbarmobile .has-background-menu-lines-top .search_space input {
  border-color: transparent;
  box-shadow: none;
  opacity: 1;
  background: none 0% 0%/auto repeat scroll padding-box border-box white;
}
#menunavbarmobile .has-background-menu-lines-top .search_space input.header-search-field.searchfield.tt-hint.tt-input {
  padding-left: 12%;
}
#menunavbarmobile .has-background-menu-lines-top .search_space input.header-search-field.searchfield.tt-hint.tt-input::placeholder {
  color: #4a5860;
  font-size: 14px;
  font-weight: 500;
}
#menunavbarmobile .has-background-menu-lines-top .search_space input.header-search-field.searchfield.tt-hint.tt-input:-ms-input-placeholder {
  color: #4a5860;
  font-size: 14px;
  font-weight: 500;
}
#menunavbarmobile .has-background-menu-lines-top .search_space input.header-search-field.searchfield.tt-hint.tt-input::-ms-input-placeholder {
  color: #4a5860;
  font-size: 14px;
  font-weight: 500;
}
#menunavbarmobile .has-background-menu-lines {
  background: #0a6893 repeating-linear-gradient(to bottom, transparent 0, transparent 59px, #0a86bf 59px, #0a86bf 61px);
  /*padding-bottom: 30px*/
}
#menunavbarmobile .has-background-menu-lines li a.navbar-item {
  height: 61px;
}
#menunavbarmobile .has-background-menu-lines li div.navbar-item {
  height: 61px;
}
#menunavbarmobile .has-background-menu-lines li div.navi_controller {
  display: flex;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
#menunavbarmobile .has-background-menu-bottom {
  display: none;
  background-color: #0a6893;
}
#menunavbarmobile .has-background-menu-bottom li .navbar-item {
  margin-top: 10px;
  height: 61px;
}
#menunavbarmobile .has-background-menu-bottom li .navbar-item .switch + label {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.4px;
}
#menunavbarmobile ul.firstlevelmenu ul.secondlevelmenu {
  display: none;
}
#menunavbarmobile ul.firstlevelmenu.is-active ul.secondlevelmenu {
  display: flex;
}
#menunavbarmobile ul.secondlevelmenu li a.secondlevelmenu.navbar-item, #menunavbarmobile ul.secondlevelmenu li a.navbar-item.menu-level-0 {
  padding-left: 40px;
}
#menunavbarmobile ul.secondlevelmenu li a.navbar-item.menu-level-1 {
  padding-left: 60px;
  font-weight: normal;
}
#menunavbarmobile ul.secondlevelmenu li a.navbar-item.menu-level-2 {
  padding-left: 80px;
  font-weight: normal;
  font-size: 18px;
}
#menunavbarmobile ul.secondlevelmenu li a.navbar-item.menu-level-3 {
  padding-left: 100px;
  font-weight: normal;
  font-size: 16px;
}
#menunavbarmobile ul.secondlevelmenu li a.navbar-item.menu-level-4 {
  padding-left: 120px;
  font-weight: normal;
  font-size: 15px;
}
#menunavbarmobile ul.secondlevelmenu li a.navbar-item.menu-level-5 {
  padding-left: 130px;
  font-weight: normal;
  font-size: 14px;
}
#menunavbarmobile span.icon.active {
  transform: rotate(180deg);
  transition: transform 0.25s linear;
}
#menunavbarmobile span.icon {
  transition: transform 0.25s linear;
}
#menunavbarmobile .navi_controller.manualmanage[data-state=open] img.menu-plus {
  display: none;
}
#menunavbarmobile .navi_controller.manualmanage[data-state=collapse] img.menu-minus {
  display: none;
}
#menunavbarmobile .navi_controller:not(.manualmanage)[data-state=open] img.menu-minus {
  display: none;
}
#menunavbarmobile .navi_controller:not(.manualmanage)[data-state=collapse] img.menu-plus {
  display: none;
}

@media (max-width: 969px) {
  .navbar-2:after {
    content: "";
    position: absolute;
    border: 2px solid #5c6970;
    top: 0;
    bottom: 0;
    left: calc( 50% - 1px );
    height: 150px;
    width: 2px;
  }

  #firstnavbar {
    display: flex;
    align-items: stretch;
    background-color: inherit;
    justify-content: space-around;
  }
  #firstnavbar .navbar-start {
    display: flex;
    align-items: stretch;
  }
  #firstnavbar .navbar-start .servicewelt, #firstnavbar .navbar-start .header-search {
    display: none;
  }
  #firstnavbar .navbar-start a.navbar-item {
    justify-content: center;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #firstnavbar .navbar-start a.navbar-item span {
    text-transform: none !important;
    font-weight: normal !important;
  }
  #firstnavbar .navbar-start a.navbar-item span b {
    font-weight: normal !important;
  }
  #firstnavbar .navbar-start a.navbar-item:hover {
    background-color: transparent;
  }
  #firstnavbar .navbar-end .kaiser-contact, #firstnavbar .navbar-end .nav-special-offer {
    display: none;
  }
  #firstnavbar .navbar-end .phone-number {
    display: flex;
    flex-direction: column;
  }
  #firstnavbar .navbar-end .navbar-item.has-margin-right {
    padding: 0;
    margin-right: 0 !important;
  }
  #firstnavbar .navbar-end .navbar-item.has-margin-right a {
    display: flex;
  }
  #firstnavbar .navbar-end .navbar-item.has-margin-right a.navbar-item:hover {
    background-color: transparent;
  }
}
.hero.is-two-thirds-height {
  min-height: 50vh;
}

.slider {
  position: relative;
  width: 100%;
  max-width: 2560px;
  overflow: hidden;
}

.hero.is-halfheight .carousel-item .is-sliderbadge.is-align-items-end {
  height: 195px;
  width: 195px;
  position: absolute;
}
.hero.is-halfheight .carousel-item .is-sliderbadge.badgelinks {
  top: 2em;
  left: 10em;
}

#slider-hero {
  height: 50vh;
  overflow: hidden;
}
#slider-hero .slick-arrow {
  opacity: 0;
  transition: opacity 0.5s 0s ease-in;
}
#slider-hero .slick-arrow:hover {
  background-color: black;
}
#slider-hero .slick-dots {
  opacity: 0;
  transition: opacity 0.5s 0s ease-in;
}
#slider-hero .slick-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  right: 2rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
#slider-hero .slick-prev {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  left: 2rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  z-index: 2;
}
#slider-hero .slick-dots {
  bottom: 0.5rem;
}
#slider-hero .slick-dots li:hover {
  background-color: #1e2326;
}
#slider-hero .slick-dots li {
  background-color: transparent;
  border-radius: 20px;
  border: 2px solid white;
  width: 15px;
  height: 15px;
}
#slider-hero .slick-dots li button {
  opacity: 0;
  width: 15px;
  height: 15px;
}
#slider-hero .slick-dots li.slick-active {
  background-color: white;
}

#slider-hero:hover .slick-arrow {
  opacity: 1;
}
#slider-hero:hover .slick-dots {
  opacity: 1;
}

#slider-hero .slider-navigation-next {
  border-radius: 0;
  margin-right: 2rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-width: 0px;
}
#slider-hero .slider-navigation-next svg {
  display: none;
}

.grid-hero {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 50vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-content: end;
}

.grid-hero-image-box {
  grid-area: 1/1/2/2;
}

.grid-hero-overlay-div {
  grid-area: 1/1/2/2;
}

.grid-hero-text-box {
  grid-area: 1/1/2/2;
}

.grid-hero-badge {
  grid-area: 1/1/2/2;
}

.grid-hero-image {
  display: grid;
  min-width: 320px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.grid-hero-text {
  display: grid;
  height: 100%;
  margin-bottom: -100%;
}

.grid-hero-caption-text {
  display: inline-block;
  position: relative;
}

.slick-slide.slick-active .grid-hero-text {
  margin-bottom: 0;
  transition-duration: 3s;
  transition-property: margin-bottom;
  transition-timing-function: ease-out;
}

.slider_h2 {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 13px 10px;
  font-family: "Inter", sans-serif;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 2px;
}

.grid-hero-caption-text a.button {
  border: none;
}

.grid-hero-caption-text a.button:hover {
  color: white;
}

.grid-hero-caption-text a.button {
  -webkit-animation: pulse_animation 1s 60;
  -moz-animation: pulse_animation 1s 60;
  -o-animation: pulse_animation 1s 60;
  animation: pulse_animation 1s 60;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  animation-timing-function: linear;
  animation-duration: 3s;
}

.grid-hero-caption-text a.button:hover {
  -moz-animation-name: none;
  -webkit-animation-name: none;
  -ms-animation-name: none;
  animation-name: none;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.95);
  }
  30% {
    transform: scale(0.9);
  }
  40% {
    transform: scale(0.85);
  }
  50% {
    transform: scale(0.8);
  }
  60% {
    transform: scale(0.85);
  }
  70% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(0.95);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.hero.is-two-thirds-height .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-two-thirds-height .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.has-background {
  position: relative;
  overflow: hidden;
}

.carousel-item {
  width: 50%;
}

.hero-body {
  flex-grow: 1;
  padding: 3rem 1.5rem;
}

.hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container, .hero.is-large .hero-body > .container, .hero.is-two-thirds-height .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}

.hero.is-large .hero-body > .container.bottom {
  align-items: flex-end;
  display: flex;
}

.hero.is-large .hero-body {
  align-items: center;
  display: flex;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 1.5rem;
  padding-left: 0;
  min-height: 36rem;
}

.hero,
.hero-image-copyright {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.hero.is-two-thirds-height {
  min-height: 66vh;
}

.hero-background-portrait {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}

.hero-head,
.hero-foot {
  z-index: 10;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.content .basket-navigation ul {
  border-radius: 12px;
}
.content .basket-navigation ul li {
  left: 0;
}

#shop_basket table.basket_table td, #shop_basket table.basket_table th, #confirmorder_basket table.basket_table td, #confirmorder_basket table.basket_table th {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

#shop_basket .basket_table, #confirmorder_basket .basket_table {
  border: 0px solid transparent;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
#shop_basket .basket_table thead, #confirmorder_basket .basket_table thead {
  border-bottom: 2px solid #cccccc;
}
#shop_basket .basket_table thead th, #confirmorder_basket .basket_table thead th {
  border-right: 2px solid #cccccc;
  color: #1e2326;
  font-size: 0.875rem;
  line-height: 1.75rem;
}
#shop_basket .basket_table thead th:last-of-type, #confirmorder_basket .basket_table thead th:last-of-type {
  border-right: 0px solid transparent;
}
#shop_basket .basket_table td, #confirmorder_basket .basket_table td {
  border: 2px solid #cccccc;
}
#shop_basket .basket_table td:first-of-type, #confirmorder_basket .basket_table td:first-of-type {
  border-left: 0px solid transparent;
}
#shop_basket .basket_table td:last-of-type, #confirmorder_basket .basket_table td:last-of-type {
  border-right: 0px solid transparent;
}
#shop_basket .basket_table td.basketspace.price,
#shop_basket .basket_table td.basketspace.totalprice,
#shop_basket .basket_table td.totalprice,
#shop_basket .basket_table td.totalprice .price, #confirmorder_basket .basket_table td.basketspace.price,
#confirmorder_basket .basket_table td.basketspace.totalprice,
#confirmorder_basket .basket_table td.totalprice,
#confirmorder_basket .basket_table td.totalprice .price {
  color: #0085c2;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}
#shop_basket .basket_table tr.grandtotal-line td, #confirmorder_basket .basket_table tr.grandtotal-line td {
  border-bottom: 0px solid transparent;
}
#shop_basket .basket_table td.quantity, #confirmorder_basket .basket_table td.quantity {
  vertical-align: middle;
  text-align: center;
}
#shop_basket .basket_table td.quantity a.button, #confirmorder_basket .basket_table td.quantity a.button {
  text-decoration: none;
}
#shop_basket .basket_table td.quantity .ks_amount_button.input, #confirmorder_basket .basket_table td.quantity .ks_amount_button.input {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-weight: 700;
}
#shop_basket .basket_table td.quantity a.button.is-minus-button,
#shop_basket .basket_table td.quantity a.button.is-plus-button, #confirmorder_basket .basket_table td.quantity a.button.is-minus-button,
#confirmorder_basket .basket_table td.quantity a.button.is-plus-button {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}
#shop_basket .basket_table td.quantity .ks_quantity, #confirmorder_basket .basket_table td.quantity .ks_quantity {
  width: 140px;
}
#shop_basket .basket_table td.removeitems,
#shop_basket .basket_table td.price,
#shop_basket .basket_table td.totalprice, #confirmorder_basket .basket_table td.removeitems,
#confirmorder_basket .basket_table td.price,
#confirmorder_basket .basket_table td.totalprice {
  vertical-align: middle;
  white-space: nowrap;
}
#shop_basket .basket_table td.totalprice,
#shop_basket .basket_table td.basketspace.price, #confirmorder_basket .basket_table td.totalprice,
#confirmorder_basket .basket_table td.basketspace.price {
  text-align: right;
}
#shop_basket .basket_table tr.subtotal-line td.align_right, #shop_basket .basket_table td.product-subtotal, #shop_basket .basket_table tr.tax-line td.align_right, #shop_basket .basket_table tr.grandtotal-line td.align_right, #confirmorder_basket .basket_table tr.subtotal-line td.align_right, #confirmorder_basket .basket_table td.product-subtotal, #confirmorder_basket .basket_table tr.tax-line td.align_right, #confirmorder_basket .basket_table tr.grandtotal-line td.align_right {
  font-size: 16px;
  line-height: 24px;
}
#shop_basket .basket_table tr.grandtotal-line td.align_right, #confirmorder_basket .basket_table tr.grandtotal-line td.align_right {
  font-weight: bold;
}
#shop_basket .basket_table td.cart_item, #confirmorder_basket .basket_table td.cart_item {
  width: 100%;
}
#shop_basket .basket_table td.cart_item div.product-image, #confirmorder_basket .basket_table td.cart_item div.product-image {
  display: inline-block;
  width: 128px;
}
#shop_basket .basket_table td.basketspace, #confirmorder_basket .basket_table td.basketspace {
  padding: 1rem;
}
#shop_basket .basket_table td.cart_item .product-cell, #confirmorder_basket .basket_table td.cart_item .product-cell {
  grid-template-columns: auto auto;
  display: grid;
}
#shop_basket .basket_table td.cart_item .product-cell .product-image, #confirmorder_basket .basket_table td.cart_item .product-cell .product-image {
  grid-row-start: 1;
  grid-row-end: 5;
  margin: 1rem;
}
#shop_basket .basket_table td.cart_item .product-cell .product-link, #shop_basket .basket_table td.cart_item .product-cell .product-link a, #confirmorder_basket .basket_table td.cart_item .product-cell .product-link, #confirmorder_basket .basket_table td.cart_item .product-cell .product-link a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #1e2326;
  font-weight: bold;
  text-decoration: none;
  margin-top: 1rem;
  margin-right: 1rem;
}
#shop_basket .basket_table td.cart_item .product-cell .product-text, #confirmorder_basket .basket_table td.cart_item .product-cell .product-text {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: normal;
}
#shop_basket .basket_table td.cart_item .product-cell .product-text h3, #confirmorder_basket .basket_table td.cart_item .product-cell .product-text h3 {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
#shop_basket .basket_table td.cart_item .product-cell .deliveryicon-basket, #confirmorder_basket .basket_table td.cart_item .product-cell .deliveryicon-basket {
  margin-top: 1rem;
}
#shop_basket .basket_table td.cart_item .product-cell .delivery-icon, #confirmorder_basket .basket_table td.cart_item .product-cell .delivery-icon {
  display: inline;
}
#shop_basket .basket_table td.cart_item .product-cell .delivery-icon-left, #confirmorder_basket .basket_table td.cart_item .product-cell .delivery-icon-left {
  display: inline;
}
#shop_basket .basket_table td.cart_item .product-cell .delivery-icon-left a, #confirmorder_basket .basket_table td.cart_item .product-cell .delivery-icon-left a {
  font-size: 0.875rem;
  line-height: 1.625;
}

.product-cell .product-image figure {
  margin-left: 0;
  margin-right: 0;
}

.deliveryicon-basket .delivery-icon {
  float: left;
  margin-right: 0.8rem;
}

.kaiser-shop-left-column .loginbox {
  background-color: white;
  border-radius: 12px;
  padding: 1.813rem;
}
.kaiser-shop-left-column .payment_option_info_block {
  margin-top: 2rem;
}

#confirmorder_basket .basket_table {
  background-color: white;
}
#confirmorder_basket .angeboteabsatz {
  margin-top: 2rem;
  padding: 1rem;
  background-color: white;
}

#shopaccounthandler {
  border-radius: 12px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: white;
}
#shopaccounthandler table caption {
  color: #1e2326;
  text-align: left;
  font-weight: bold;
  padding: 0.75em;
}
#shopaccounthandler table.basket_table.order {
  background-color: white;
}

#shipping-checkbox:focus {
  outline: none;
}

#ul-payment .list-group-item {
  background-color: white;
  border-radius: 0.3rem;
  padding: 30px 30px 30px 72px;
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
  color: #1e2326;
  align-items: center;
  cursor: pointer;
}
#ul-payment .list-group-item .payment-logo-img {
  width: 368px;
  height: 100px;
  border-radius: 0.4rem;
  border: 2px solid #d6e8f1;
  background-color: white;
  padding: 10px;
}
#ul-payment .list-group-item:hover {
  background-color: #f2f2f2;
}
#ul-payment .list-group-item p {
  margin-bottom: 0.2rem;
}
#ul-payment .list-group-item-heading {
  margin-left: -2.1rem;
}
#ul-payment .list-group-item.active {
  border: 1px solid #0084c2;
  background-color: #0084c2;
  color: white;
}
#ul-payment .list-group-item.active h4.list-group-item-heading {
  color: white;
}

.warning_confirmorder {
  padding: 1rem;
  background-color: white;
  border-radius: 12px;
}
.warning_confirmorder ul {
  margin-left: 0;
}
.warning_confirmorder ul li {
  margin-left: 0;
  left: 0;
}

/* SHOP NEU */
#basketview .is-baskettablerow .is-tablecell, #basketview .is-baskettablerow .is-tableheader {
  border: 1px solid #cccccc;
}
#basketview .is-baskettablerow .is-tablecell.is-first-cell, #basketview .is-baskettablerow .is-tableheader.is-first-cell {
  border-left: 1px solid transparent;
}
#basketview .is-baskettablerow .is-tablecell.is-last-cell, #basketview .is-baskettablerow .is-tableheader.is-last-cell {
  border-right: 1px solid transparent;
}
#basketview .is-baskettablerow .is-tableheader {
  border-top: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #1e2326;
  font-size: 0.875rem;
  line-height: 125%;
  font-weight: bold;
}
#basketview .is-baskettablerow .basket-cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#basketview .is-baskettablerow .basket-cell a.button {
  text-decoration: none;
}
#basketview .is-baskettablerow .basket-cell .ks_amount_button.input {
  padding-left: 0.5rem;
  border-top: 0.125rem solid #e4e7e5;
  border-bottom: 0.125rem solid #e4e7e5;
  padding-right: 0.5rem;
  text-align: center;
  font-weight: 700;
}
#basketview .is-baskettablerow .basket-cell a.button.is-minus-button,
#basketview .is-baskettablerow .basket-cell a.button.is-plus-button {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}
#basketview .is-baskettablerow .basket-cell .product-link, #basketview .is-baskettablerow .basket-cell .product-link a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #1e2326;
}
#basketview .is-baskettablerow .basket-cell.is-price-cell {
  color: #0085c2;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
#basketview .is-baskettablerow .basket-cell.is-price-cell .is-struck-out {
  color: #999999;
  font-size: 0.875rem;
}
#basketview .is-baskettablerow .basket-cell.fullheight {
  height: 100%;
}
#basketview .is-baskettablerow .mobile-description {
  font-size: 0.875rem;
  font-weight: bold;
  color: #1e2326;
}
#basketview .is-baskettablerow .is-tablefooterline {
  border: 1px solid #cccccc;
  font-size: 14px;
  line-height: 24px;
}
#basketview .is-baskettablerow .is-tablefooterline .basket-cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#basketview .is-baskettablerow .is-tablefooterline.is-first-cell {
  border-left: 1px solid transparent;
  text-align: right;
}
#basketview .is-baskettablerow .is-tablefooterline.is-last-cell {
  border-right: 1px solid transparent;
}
#basketview .is-baskettablerow .is-tablefooterline.is-last-row {
  border-bottom: 1px solid transparent;
}

@media screen and (min-width: 768px), print {
  #basketview .ks_quantity .input {
    min-width: 35px;
  }
}
@media screen and (max-width: 767px) {
  #basketview .is-baskettablerow {
    border-bottom: 1px solid #cccccc;
  }
  #basketview .is-baskettablerow .is-tablecell {
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    margin-top: 1rem;
  }
  #basketview .is-baskettablerow .ks_quantity {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
}
/* Zubehoer / Zubehör */
.accessories p.title {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #1e2326;
  font-weight: bold;
  text-decoration: none;
}
.accessories .add-product.active {
  border: 2px solid #0085c2;
}

/* SEARCH */
#content-search-controls {
  background-color: white;
  padding: 1rem;
  border-radius: 12px;
}

nav.pagination.is-googlenavigation {
  background-color: white;
  border-radius: 12px;
}
nav.pagination.is-googlenavigation a.pagination-previous {
  margin-left: 0;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  border: 0px solid transparent;
  border-right: 1px solid #cccccc;
  border-radius: 0px;
  line-height: 45px;
  height: 100%;
}
nav.pagination.is-googlenavigation a.pagination-next {
  margin-right: 0;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  border: 0px solid transparent;
  border-left: 1px solid #cccccc;
  border-radius: 0px;
  line-height: 45px;
  height: 100%;
}
nav.pagination.is-googlenavigation a.pagination-next[disabled],
nav.pagination.is-googlenavigation a.pagination-previous[disabled] {
  background-color: white;
}
nav.pagination.is-googlenavigation ul.pagination-list {
  margin-top: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
nav.pagination.is-googlenavigation a.pagination-link {
  border-radius: 50%;
  text-decoration: none;
  border-color: transparent;
  font-size: 1.25rem;
}
nav.pagination.is-googlenavigation a.pagination-link:hover {
  background-color: #f2f2f2;
  color: #1e2326;
}
nav.pagination.is-googlenavigation ul li {
  left: 0;
  padding-right: 15px;
  left: 0;
}

table.order_box td, table.order_box th {
  padding-left: 2rem;
  padding-right: 2rem;
}

.payment-box {
  margin-bottom: 30px;
  width: 100%;
  height: 100px;
  border-radius: 0.4rem;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment_option_info_block {
  padding: 0;
}

.payment-desc {
  width: 90%;
}

.is-text-small {
  font-size: 0.8rem;
  line-height: 1.2;
}

.newsletter-box {
  padding: 30px 30px 30px 72px;
}

.card-content .title a {
  color: #1e2326;
}
.card-content .title a:hover {
  color: #0084c2;
}

.card-footer-item:not(:last-child) {
  border-right: 0;
}

.card-footer {
  border-top: 0;
}

.shopping-card-icon {
  width: 40px;
}

.is-40x40 {
  width: 40px;
  height: 40px;
}

.card-content {
  padding-left: 1rem;
  padding-right: 1rem;
}
.card-content .content .small-font p {
  font-size: 0.875rem;
  line-height: 1.063rem;
}
.card-content .content.regular-font {
  font-size: 1rem;
}
.card-content .title, .card-content h2, .card-content h3, .card-content h4 {
  font-size: 1.125rem;
  color: #1e2326;
  font-weight: bold;
}
.card-content .show-short-title {
  hyphens: auto;
}
.card-content a.read-more {
  color: #0085c2;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}

.card-footer-item {
  justify-content: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
}
.card-footer-item .product-price {
  font-weight: bold;
  font-size: 1.125rem;
}
.card-footer-item .is-struck-out {
  font-size: 0.875rem;
}

.push {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .card-footer-item .product-price {
    font-size: 1rem;
    white-space: nowrap;
  }
}
.breadcrumb {
  height: 52px;
  font-size: 0.875rem;
  color: #4A5860;
}
.breadcrumb li {
  float: left;
  margin-bottom: 0.5rem;
}
.breadcrumb a:not(.product_arrow) {
  float: left;
  text-decoration: none;
  color: #4A5860;
  position: relative;
  background-color: white;
  border-left: 2px #e3e3e3 solid;
  border-top: 2px #e3e3e3 solid;
  border-bottom: 2px #e3e3e3 solid;
  line-height: 48px;
  padding: 0 0 0 2.5rem;
  height: 52px;
}
.breadcrumb li:first-child a {
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}
.breadcrumb a:not(.product_arrow):hover {
  background: #0084c2;
  color: white;
}
.breadcrumb a:not(.product_arrow)::after, .breadcrumb a:not(.product_arrow)::before {
  content: "";
  position: absolute;
  background-image: url("/extension/kaisersysteme/design/kaisersysteme/images/breadcrumb_arrow_white_1.svg");
  width: 26px;
  background-repeat: no-repeat;
  background-position-x: right;
  right: -26px;
  height: 52px;
  top: -2px;
}
.breadcrumb a:not(.product_arrow)::after {
  z-index: 2;
}
.breadcrumb a:not(.product_arrow)::before {
  border-left-color: #e3e3e3;
  z-index: 1;
}
.breadcrumb a:not(.product_arrow):hover::after {
  background-image: url("/extension/kaisersysteme/design/kaisersysteme/images/breadcrumb_arrow_blue_1.svg");
}
.breadcrumb .home {
  background-image: url("/extension/kaisersysteme/design/kaisersysteme/images/breadcrumb_home_1.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  width: 66px;
  border: 0px solid white;
}
.breadcrumb .home::after {
  content: "";
  position: absolute;
  background-image: url("/extension/kaisersysteme/design/kaisersysteme/images/breadcrumb_home_1.svg");
  width: 26px;
  background-repeat: no-repeat;
  background-position-x: right;
  right: -26px;
  height: 52px;
  top: -2px;
}
.breadcrumb .current {
  font-weight: bold;
  background: #0084c2;
}
.breadcrumb .current:hover {
  color: white;
  background: #0084c2;
}
.breadcrumb .current::after, .breadcrumb .current::before {
  content: normal;
}
.breadcrumb .last-element {
  float: left;
  position: relative;
  line-height: 48px;
  padding: 0 0 0 2.5rem;
  color: white;
  background: #0084c2;
  display: block;
  height: 52px;
  border-left: 2px #e3e3e3 solid;
  border-top: 2px #e3e3e3 solid;
  border-bottom: 2px #e3e3e3 solid;
}
.breadcrumb .last-element::after {
  content: "";
  position: absolute;
  background-image: url("/extension/kaisersysteme/design/kaisersysteme/images/breadcrumb_arrow_blue_1.svg");
  width: 26px;
  background-repeat: no-repeat;
  background-position-x: right;
  right: -26px;
  height: 52px;
  top: -2px;
}
.breadcrumb .last-element::after {
  z-index: 2;
  border-left-color: #0084c2;
}
.breadcrumb .last-element::before {
  border-left-color: #e3e3e3;
  right: -1.1em;
  z-index: 1;
}
.breadcrumb a.home {
  background-image: url("/extension/kaisersysteme/design/kaisersysteme/images/breadcrumb_home_1.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  width: 66px;
  border: 0px solid white;
}
.breadcrumb a.home:hover {
  background-image: url("/extension/kaisersysteme/design/kaisersysteme/images/breadcrumb_home_white_1.svg");
  background-color: #F7F7F7;
}
.breadcrumb a.home::after {
  content: "";
  position: absolute;
  background-image: url("/extension/kaisersysteme/design/kaisersysteme/images/breadcrumb_home_1.svg");
  width: 26px;
  background-repeat: no-repeat;
  background-position-x: right;
  right: -26px;
  height: 52px;
  top: 0px;
}
.breadcrumb a.home::before {
  top: 0px;
}
.breadcrumb a.home:hover::after {
  background-image: url("/extension/kaisersysteme/design/kaisersysteme/images/breadcrumb_arrow_blue_1.svg");
}

.productnavigator {
  display: flex;
  justify-content: end;
}
.productnavigator i.inactive:after {
  opacity: 0.5;
}
.productnavigator .prev_item {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.productnavigator .prev_item i:after {
  content: " ";
  position: absolute;
  background-image: url("/extension/kaisersysteme/design/kaisersysteme/images/bc_arrow-inactive.svg");
  width: 50px;
  background-repeat: no-repeat;
  right: 0;
  height: 50px;
}
.productnavigator .prev_item:hover i:not(.inactive):after {
  background-image: url("/extension/kaisersysteme/design/kaisersysteme/images/bc_arrow-active.svg");
  transform: rotate(180deg);
}
.productnavigator .prev_item:hover .prev_product_item {
  display: block;
}
.productnavigator .next_item {
  margin-left: 25px;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.productnavigator .next_item i:after {
  content: "";
  position: absolute;
  background-image: url("/extension/kaisersysteme/design/kaisersysteme/images/bc_arrow-inactive.svg");
  width: 50px;
  background-repeat: no-repeat;
  right: 0;
  height: 50px;
  transform: rotate(180deg);
}
.productnavigator .next_item:hover i:not(.inactive):after {
  background-image: url("/extension/kaisersysteme/design/kaisersysteme/images/bc_arrow-active.svg");
  transform: rotate(0deg);
}
.productnavigator .next_item:hover .next_product_item {
  display: block;
}
.productnavigator .next_product_item, .productnavigator .prev_product_item {
  display: none;
}
.productnavigator .card-overlay {
  position: absolute;
  height: auto;
  right: 0;
  top: 64px;
  min-width: 500px;
  border-radius: 8px;
  border: 2px solid #e3e3e3;
}
.productnavigator .card-overlay .title {
  color: #1e2326;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
.productnavigator .card-overlay .subtitle {
  color: #1e2326;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.625rem;
}

/* Breadcrumb overlay container */
.breadcrumb li {
  position: relative;
}
.breadcrumb .breadcrumbshow_container.opened {
  display: block;
}
.breadcrumb .breadcrumbshow_container {
  display: none;
  border: 2px solid #e3e3e3;
  position: absolute;
  top: 65px;
  background-color: white;
  z-index: 3;
  border-radius: 5px;
}
.breadcrumb .breadcrumbshow_container ul {
  background: transparent repeating-linear-gradient(to bottom, transparent 0, transparent 39px, transparent 39px, #e3e3e3 41px);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.breadcrumb .breadcrumbshow_container ul li {
  width: 100%;
  margin-bottom: 0;
}
.breadcrumb .breadcrumbshow_container ul li a {
  background-color: transparent;
  height: 41px;
  width: 100%;
  min-width: 200px;
  float: none;
  border: 0px solid;
  border-radius: 5px;
  padding: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #4a5860;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75rem;
}
.breadcrumb .breadcrumbshow_container ul li a:after, .breadcrumb .breadcrumbshow_container ul li a:before {
  display: none;
}
.breadcrumb .breadcrumbshow_container ul li a:hover {
  background-color: #f5f5f5;
  color: #4a5860;
}
.breadcrumb .breadcrumbshow_container ul li:hover {
  background-color: transparent;
}

.kaiser-footer .footer-first-line {
  align-items: center;
  background-color: #4a5860;
  display: flex;
  flex-direction: column;
  margin-top: 85px;
  color: white;
  padding: 90px 0;
}
.kaiser-footer .footer-last-line {
  background-color: var(--shark);
  color: white;
  letter-spacing: -0.18px;
  line-height: 80px;
}
.kaiser-footer .footer-desc {
  background-color: var(--cape-cod);
}
.kaiser-footer .footer-desc-text {
  letter-spacing: -0.18px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
}
.kaiser-footer .footer-desc-text a {
  color: white;
}
.kaiser-footer a {
  color: white;
}
.kaiser-footer a:hover {
  text-decoration: underline;
}
.kaiser-footer .icons {
  height: 66px;
  margin-top: 1.5rem;
}
.kaiser-footer .icons a:not(:last-of-type) {
  margin-right: 20px;
  text-decoration: none;
}
.kaiser-footer .icons a:not(:last-of-type) img {
  width: 66px;
  height: 66px;
}
.kaiser-footer .phone-block {
  margin: 0 auto;
  width: 275px;
}
.kaiser-footer .footer-container {
  width: 100%;
}

.servicewelt .button:focus, .servicewelt .button.is-focused {
  color: white;
}

#servicewelt-container.closed {
  left: -560px;
  transition: 1s;
}

#servicewelt-container.opened {
  left: 0;
  transition: 1s;
}

#servicewelt-container {
  position: fixed;
  width: 560px;
  top: calc(50vh - 241px);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  z-index: 4;
}
#servicewelt-container .panel-heading {
  background-color: #0085c2;
  color: white;
  border-radius: 0px 10px 0 0;
  font-size: 22px;
  line-height: 41px;
  font-weight: 700;
}
#servicewelt-container .panel-heading .closeservicewelt {
  cursor: pointer;
}
#servicewelt-container .panel-block {
  background-color: #4a5860;
  border-bottom-left-radius: 0px;
}
#servicewelt-container .panel-block a {
  text-decoration: none;
}
#servicewelt-container .panel-block tcxspan {
  text-decoration: none;
}
#servicewelt-container .panel-block .servicewelt_heading {
  color: white;
  font-size: 1.25rem;
  line-height: 2.5625rem;
  font-weight: 600;
}
#servicewelt-container .panel-block .servicewelt_text {
  color: white;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
#servicewelt-container .closeservicewelt {
  position: relative;
  height: 22px;
  width: 22px;
}
#servicewelt-container .closeservicewelt:before, #servicewelt-container .closeservicewelt:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 22px;
  width: 3px;
  background-color: white;
}
#servicewelt-container .closeservicewelt:before {
  transform: rotate(45deg);
}
#servicewelt-container .closeservicewelt:after {
  transform: rotate(-45deg);
}
#servicewelt-container .servicewelt-addon {
  position: absolute;
  top: 100px;
  right: -74px;
  cursor: pointer;
}
#servicewelt-container .servicewelt-addon img {
  height: 100%;
}

@media screen and (min-width: 1560px) {
  #firstnavbar .navbar-item.servicewelt {
    display: none;
  }

  #servicewelt-container.closed {
    left: -570px;
  }

  .header-search-field {
    width: 290px;
  }
}
@media screen and (max-width: 1559px) {
  #servicewelt-container.closed {
    left: -640px;
  }

  .kaiser-contact {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .grid-main {
    padding: 0 0.75rem;
  }
}
@media screen and (max-width: 970px) {
  aside {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .modal-content, .modal-card {
    max-width: calc( 100% - 2rem );
    max-height: calc( 100% - 2rem );
  }

  .p-6-mobile {
    padding: 1rem !important;
  }

  .ml-7-mobile {
    margin-left: 1.25rem !important;
  }

  .mr-7-mobile {
    margin-right: 1.25rem !important;
  }

  .cart-product-image {
    width: 128px;
    height: 128px;
  }

  .navbar-item img {
    max-height: 50px;
  }

  .logosvg {
    height: 50px;
  }

  .navbar-brand, .navbar-tabs {
    min-height: 80px;
  }

  .navbar {
    min-height: 80px;
  }

  .navbar-burger {
    height: 3.55rem;
  }

  .tile.is-ancestor {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
    margin-top: -1.5rem !important;
  }

  .tile.is-parent {
    padding: 0;
  }

  .card {
    border: 0 solid #fff !important;
    box-shadow: none !important;
  }

  .is-64x64-mobile {
    width: 64px !important;
    height: 64px !important;
  }

  .has-2-columns-mobile {
    column-count: 2;
    column-gap: 2rem;
  }

  .has-border-bottom-mobile {
    border-bottom: 1px #0084c2 solid;
    margin-bottom: 0.75rem;
    padding-bottom: 1.5rem;
  }

  .is-32-mobile {
    width: 32px;
    height: auto;
  }

  .grid-container > *, .grid-main, .grid-xl {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .has-padding-horizontal-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-headline {
    display: none;
  }

  .kaiser-footer .footer-first-line {
    margin-top: 2rem;
    padding-top: 3rem;
  }
  .kaiser-footer .footer-logo-container {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .kaiser-footer .footer-menu-points {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .kaiser-footer .phone-block {
    width: 320px;
  }
  .kaiser-footer .icons {
    margin-top: 1.5rem;
  }

  .card-full-height .card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .card-full-height .card-footer {
    margin-top: auto;
  }

  main {
    margin-top: 50px;
  }

  .embed-left-column {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .content ul {
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .modal-content, .modal-card {
    max-width: calc( 100% - 2rem );
    max-height: calc( 100% - 2rem );
  }

  .cart-product-image {
    width: 156px;
    height: 156px;
  }

  .navbar-item img {
    max-height: 50px;
  }

  .logosvg {
    height: 50px;
  }

  .navbar-brand, .navbar-tabs {
    min-height: 5rem;
  }

  .navbar {
    height: 5rem;
  }

  .navbar-burger {
    height: 3rem;
  }

  .has-margin-vertical-50-tablet {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .has-margin-top-50-tablet {
    margin-top: 50px !important;
  }

  .max-content-width {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .max-half-content-width {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-full-height .card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .card-full-height .card-footer {
    margin-top: auto;
  }

  .has-2-columns {
    column-count: 2;
    column-gap: 1.5rem;
  }
  .has-2-columns:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .has-3-columns {
    column-count: 3;
    column-gap: 1.5rem;
  }
  .has-3-columns:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .has-4-columns {
    column-count: 4;
    column-gap: 1.5rem;
  }
  .has-4-columns:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .main-article {
    margin-bottom: 3rem;
    padding-top: 0;
  }

  .has-padding-horizontal-tablet {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-container {
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-auto-flow: row dense;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "leftmost main rightmost";
    grid-template-rows: auto;
  }

  .grid-container > *, .grid-main {
    grid-column: 2/span 1;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-main {
    grid-column: 2/span 1;
  }

  .grid-xl, .grid-xl-left, .grid-xl-right {
    grid-column-start: 1;
    grid-column-end: -1;
  }

  .grid-right, .grid-rightmost {
    grid-column: 2/span 1;
  }

  .grid-main-right {
    grid-column: 2/span 1;
  }

  .grid-left-main {
    grid-column: 2/span 1;
  }

  .grid-left, .grid-leftmost {
    grid-column: 2/span 1;
  }

  .grid-full {
    grid-column: 1/-1;
  }

  .grid-full-right {
    grid-column: 1/-1;
  }

  .grid-full-left {
    grid-column: 1/-1;
  }

  .embed-width-half {
    width: 50%;
  }

  .is-pulled-left-tablet.embed-width-half {
    max-width: 360px;
  }

  .embeded-width-large {
    width: 100%;
  }

  .embed-width-small {
    width: 33%;
  }

  .is-pulled-left-tablet.embed-width-small {
    max-width: 240px;
  }

  .menu-headline {
    display: none;
  }

  .embed-left-column {
    width: 240px;
    max-width: 50%;
  }

  .kaiser-footer .footer-first-line {
    margin-top: 2rem;
    padding-top: 3rem;
  }
  .kaiser-footer .footer-logo-container {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .kaiser-footer .footer-menu-points {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .kaiser-footer .phone-block {
    width: 580px;
  }
  .kaiser-footer .icons {
    margin-top: 0;
  }

  main {
    margin-top: 50px;
  }

  .breadcrumb {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .has-padding-vertical-50-desktop {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .navbar > .container {
    margin-left: 0;
    margin-right: 1rem;
    width: 100%;
    max-width: 100%;
  }

  .navbar-end {
    display: none;
  }

  .has-padding-horizontal-desktop {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-container {
    grid-template-columns: 300px auto;
    grid-template-areas: "left main";
    column-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-container > *, .grid-main {
    grid-column: 2/span 1;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-xl {
    grid-column: 1/-1;
  }

  .grid-left {
    grid-column: 1/span 1;
  }

  .grid-left-main {
    grid-column: 1/span 1;
  }

  .grid-leftmost {
    grid-column: 1/span 1;
  }

  .grid-right {
    grid-column: 2/span 1;
  }

  .grid-main-right {
    grid-column: 2/span 1;
  }

  .grid-full-right {
    grid-column: 2/span 1;
  }

  .grid-full-left {
    grid-column: 1/span 2;
  }

  .grid-rightmost {
    grid-column: 2/span 1;
  }

  .grid-xl-left {
    grid-column: 1/span 2;
  }

  .grid-xl-right {
    grid-column: 1/span 2;
  }

  .grid-full {
    grid-column: 1/-1;
  }

  .embed-left-column {
    width: 240px;
    max-width: 50%;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .menu-headline {
    padding-left: 1rem;
    display: block;
  }

  .content .small-image-list li:nth-child(2n) {
    margin-right: 0;
  }

  .kaiser-footer .footer-first-line {
    margin-top: 2rem;
    padding-top: 3rem;
  }
  .kaiser-footer .footer-logo-container {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .kaiser-footer .footer-menu-points {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .kaiser-footer .phone-block {
    width: 580px;
  }
  .kaiser-footer .icons {
    margin-top: 0;
  }

  main {
    margin-top: 1.5rem;
  }

  .breadcrumb {
    margin-left: 0;
  }
}
@media screen and (min-width: 1400px) {
  .user-register-margin {
    margin-top: 5.8rem;
  }

  #shippinginfo {
    margin-top: 5.3rem;
  }

  .cart-product-image {
    width: 256px;
    height: 256px;
  }

  .has-padding-horizontal-widescreen {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .has-padding-vertical-50-widescreen {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .navbar > .container {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-container {
    grid-template-columns: 1fr 300px 1070px 1fr;
    grid-template-areas: "leftmost left main rightmost";
    column-gap: 1.875rem;
  }

  .grid-container > *, .grid-main {
    grid-column: 3/span 1;
  }

  .grid-xl {
    grid-column: 2/span 2;
  }

  .grid-leftmost {
    grid-column: 1/span 1;
  }

  .grid-left-main {
    grid-column: 2/span 2;
  }

  .grid-left {
    grid-column: 2/span 1;
  }

  .grid-full-left {
    grid-column: 1/span 2;
  }

  .grid-right {
    grid-column: 4/span 1;
  }

  .grid-main-right {
    grid-column: 3/span 1;
  }

  .grid-full-right {
    grid-column: 2/span 2;
  }

  .grid-rightmost {
    grid-column: 4/span 1;
  }

  .grid-xl-left {
    grid-column: 2/span 2;
  }

  .grid-xl-right {
    grid-column: 3/span 2;
  }

  .container-fullhd {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 200px;
    grid-gap: 1rem;
    grid-auto-flow: dense;
  }

  .grid-carousel div:nth-child(3n+1) {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }

  .grid-carousel div:nth-child(2) {
    grid-row: 2/4;
  }

  .grid-carousel div:nth-child(5) {
    grid-row: 1/3;
  }

  .grid-full {
    grid-column: 1/-1;
  }

  .max-right-image-width {
    max-width: 620px;
    margin-right: 3rem;
  }

  .footer-columns {
    column-count: 3;
    column-gap: 2rem;
  }

  .kaiser-footer .icons {
    margin-top: 0;
  }
  .kaiser-footer .footer-logo-container {
    width: 270px;
    margin-left: 0;
    margin-right: auto;
  }
  .kaiser-footer .footer-first-line {
    padding: 4rem 0;
  }
  .kaiser-footer p {
    max-width: 1000px;
  }

  .embed-left-column {
    max-width: 50%;
    width: 360px;
  }

  main {
    margin-top: 1.5rem;
  }

  .menu-headline {
    display: block;
    margin-left: 1rem;
  }

  .breadcrumb {
    margin-left: 0;
  }
}
@media screen and (min-width: 1921px) {
  .has-padding-horizontal-fullhd {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-search-field {
    width: 480px;
  }

  .header-search {
    margin-left: 1rem;
  }

  .logostyle-top {
    padding-right: 80px;
  }

  .has-padding-vertical-50-desktop {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .navbar > .container {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-container {
    grid-template-columns: 1fr 300px 1265px 1fr;
    grid-template-areas: "leftmost left main rightmost";
    column-gap: 3.438rem;
  }

  .grid-container > *, .grid-main {
    grid-column: 3/span 1;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-xl {
    grid-column: 2/span 2;
  }

  .grid-leftmost {
    grid-column: 1/span 1;
  }

  .grid-left-main {
    grid-column: 2/span 2;
  }

  .grid-left {
    grid-column: 2/span 1;
  }

  .grid-full-left {
    grid-column: 1/span 2;
  }

  .grid-right {
    grid-column: 3/span 1;
  }

  .grid-main-right {
    grid-column: 3/span 1;
  }

  .grid-full-right {
    grid-column: 3/span 2;
  }

  .grid-rightmost {
    grid-column: 4/span 1;
  }

  .grid-xl-left {
    grid-column: 2/span 2;
  }

  .grid-xl-right {
    grid-column: 2/span 2;
  }

  .container-fullhd {
    max-width: 1650px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 200px;
    grid-gap: 1rem;
    grid-auto-flow: dense;
  }

  .grid-carousel div:nth-child(3n+1) {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }

  .grid-carousel div:nth-child(2) {
    grid-row: 2/4;
  }

  .grid-carousel div:nth-child(5) {
    grid-row: 1/3;
  }

  .grid-full {
    grid-column: 1/-1;
  }

  .max-right-image-width {
    max-width: 620px;
    margin-right: 3rem;
  }

  .kaiser-footer .icons {
    margin-top: 0;
  }
  .kaiser-footer .footer-first-line {
    padding: 90px 0;
  }
  .kaiser-footer p {
    max-width: 1200px;
  }

  .embed-left-column {
    width: 480px;
  }

  .navbar > .container .navbar-brand, .container > .navbar .navbar-brand {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1921px) {
  .container-fullhd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .tt-menu {
    width: 1200px;
  }
}
@media screen and (max-width: 1400px) {
  .has-debug {
    display: none;
  }
}
@media screen and (min-width: 680px) {
  .tt-menu {
    width: 520px;
  }

  .is-pulled-left-tablet {
    float: left !important;
  }

  .is-pulled-right-tablet {
    float: right !important;
  }
}
@media screen and (max-width: 767px) {
  .ul2columns {
    column-count: 1;
  }

  .is-hidden-mobile {
    display: none !important;
  }

  body {
    overflow-x: hidden;
  }

  .content h2 {
    font-size: 1.3em;
  }

  .content h3 {
    font-size: 1.15em;
  }

  .content h4 {
    font-size: 1.05em;
  }
}
@media screen and (max-width: 969px) {
  #menunavbar {
    padding: 0;
  }

  .navbar-dropdown {
    display: none;
  }

  .is-active.clicked + .navbar-dropdown {
    display: block;
  }

  .navbar-item.kaiser-tax {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .tt-menu {
    width: 1000px;
  }

  .hot-kaiser {
    float: left;
    margin-left: -65px;
    position: relative;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .content ul.fa-ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 969px) {
  .grid-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 970px) and (max-width: 1399px) {
  .navbar-item, .navbar-link {
    padding: 0.5rem 0.4rem;
  }

  .is-hidden-desktop-only {
    display: none !important;
  }

  [id^=trustbadge] {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .kaiser_basket.content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .kaiser_price_cell {
    color: #0085c2;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
  }

  .kaiser_bottom_border_price {
    border-top: 2px solid #cccccc;
  }
  .kaiser_bottom_border_price #basketview .columns.is-baskettablerow {
    border-bottom: 2px solid #e4e7e5;
  }
  .kaiser_bottom_border_price #basketview .columns.is-baskettablerow:nth-last-child(2) {
    margin-bottom: 20px !important;
  }
  .kaiser_bottom_border_price #basketview .is-baskettablerow .is-tablefooterline {
    border: 1px solid transparent !important;
    border-bottom: 1px solid #cccccc !important;
  }

  #ul-payment .list-group-item.is-flex {
    flex-wrap: wrap;
  }
  #ul-payment .list-group-item.is-flex .payment-logo-img {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1562px) {
  #firstnavbar .navbar-start .header-search-field.input {
    width: 237px;
  }
}
@media screen and (max-width: 360px) {
  #add_to_basket_layer .modal-card-title {
    font-size: 14px;
  }
  #add_to_basket_layer p.modal-button-page-1 {
    font-size: 14px;
  }
  #add_to_basket_layer .columns.is-mobile.modal-button-page-1 {
    flex-direction: column;
    align-items: center;
  }
  #add_to_basket_layer .columns.is-mobile.modal-button-page-1 #basket_popup_amount_number {
    text-align: center;
  }
  #add_to_basket_layer #modal-product-name {
    font-size: 16px !important;
  }
  #add_to_basket_layer .modal-button-page-1 .button {
    font-size: 0.8rem;
  }
  #add_to_basket_layer .modal-button-page-1 .button .package_unit_info, #add_to_basket_layer .modal-button-page-1 .button .piece_info {
    font-size: 14px;
  }
  #add_to_basket_layer .modal-button-page-2 .button {
    font-size: 0.8rem;
  }
  #add_to_basket_layer .product_popup.product_info {
    font-size: 14px;
  }
  #add_to_basket_layer .modal-card-foot .modal-button-page-1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  #add_to_basket_layer .modal-card-foot .modal-button-page-1 .button {
    width: auto;
  }
}
@media screen and (min-width: 361px) and (max-width: 490px) {
  #add_to_basket_layer .modal-card-title {
    font-size: 16px;
  }
  #add_to_basket_layer p.modal-button-page-1 {
    font-size: 15px;
  }
  #add_to_basket_layer .columns.is-mobile.modal-button-page-1 {
    flex-direction: column;
    align-items: center;
  }
  #add_to_basket_layer .columns.is-mobile.modal-button-page-1 #basket_popup_amount_number {
    text-align: center;
  }
  #add_to_basket_layer #modal-product-name {
    font-size: 18px !important;
  }
  #add_to_basket_layer .modal-button-page-1 .button {
    font-size: 14px;
  }
  #add_to_basket_layer .modal-button-page-1 .button .package_unit_info, #add_to_basket_layer .modal-button-page-1 .button .piece_info {
    font-size: 14px;
  }
  #add_to_basket_layer .modal-button-page-2 .button {
    font-size: 14px;
  }
  #add_to_basket_layer .product_popup.product_info {
    font-size: 15px;
  }
  #add_to_basket_layer .modal-card-foot .modal-button-page-1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  #add_to_basket_layer .modal-card-foot .modal-button-page-1 .button {
    width: auto;
  }
}
#add_to_basket_layer .modal-card-body.modal-page-1 p.modal-button-page-1 {
  height: 30px;
}
#add_to_basket_layer .modal-card-body.modal-page-1 div.modal-button-page-1 {
  height: 146px;
}
#add_to_basket_layer .modal-card-body.modal-page-1 .modal-button-page-2 {
  height: 180px;
}

@media screen and (min-width: 491px) {
  #add_to_basket_layer .modal-card-body.modal-page-1 p.modal-button-page-1 {
    height: 30px;
  }
  #add_to_basket_layer .modal-card-body.modal-page-1 div.modal-button-page-1 {
    height: 88px;
  }
  #add_to_basket_layer .modal-card-body.modal-page-1 .modal-button-page-2 {
    height: 123px;
  }
}
@media screen and (max-width: 767px) {
  .mt-8-mobile {
    margin-top: 2rem;
  }

  .is-bulma-mobile-image {
    width: 100% !important;
  }
  .is-bulma-mobile-image figure.image {
    max-width: 100%;
    width: 100% !important;
  }

  .content ul li .temporary_deactivated {
    left: 0;
  }
}
@media screen and (min-width: 1650px) {
  #ts-rating-badge {
    position: fixed;
    bottom: 220px;
    left: 10px;
    z-index: 3;
    width: 120px;
    height: 120px;
    transition: transform 0.3s ease;
  }
  #ts-rating-badge:hover {
    transform: scale(1.1);
  }
  #ts-rating-badge a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  #ts-rating-badge object {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  #ts-rating-badge img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-height: 800px) and (min-width: 1650px) {
  #servicewelt-container {
    top: 20px !important;
  }
}
@media screen and (max-height: 600px) and (min-width: 1650px) {
  #servicewelt-container {
    top: 10px !important;
  }

  #ts-rating-badge {
    bottom: 120px !important;
  }
}
@media screen and (max-height: 500px) and (min-width: 1650px) {
  #servicewelt-container .servicewelt-addon {
    display: none;
  }

  #ts-rating-badge {
    bottom: 20px !important;
  }
}
#ts-rating-badge {
  z-index: 3;
}

#servicewelt-container {
  z-index: 4;
}

.floating {
  width: max-content;
  position: absolute;
  top: 0;
  left: 0;
}

.tooltip {
  display: none;
  max-width: 300px;
  width: max-content;
  position: absolute;
  top: 0;
  left: 0;
  background: #0085c2;
  color: white;
  padding: 5px 0.5rem;
  border-radius: 4px;
  font-size: 90%;
  line-height: 1.3;
}

#fuf-arrow {
  position: absolute;
  background: #0085c2;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

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