@import url(https://fonts.googleapis.com/css?family=Nunito:400,700);

#alertButtons .column[data-v-0829b558] {
    padding: 0 1.5rem 0.25rem 1.5rem;
}
.map-container[data-v-0829b558] {
    height: 20em;
}


.card .loader-container[data-v-b8e5a524] {
    position: absolute;
}
#close-button[data-v-b8e5a524] {
    position: absolute;
    right: 0;
    top: 0;
}
#resize-button[data-v-b8e5a524] {
    position: absolute;
    top: 0;
    right: 45px;
}
.slide-enter-active[data-v-b8e5a524] {
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.slide-leave-active[data-v-b8e5a524] {
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.slide-enter-to[data-v-b8e5a524],
  .slide-leave[data-v-b8e5a524] {
    max-height: 500px;
    overflow: hidden;
}
.slide-enter[data-v-b8e5a524],
  .slide-leave-to[data-v-b8e5a524] {
    overflow: hidden;
    max-height: 0;
}


.modal-content.bounceIn[data-v-705f785f] {
    animation-delay: 200ms;
}
.modal-background.fadeOut[data-v-705f785f] {
    animation-delay: 200ms;
    animation-duration: 800ms;
}
.modal-content.is-fullwidth[data-v-705f785f] {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}


.is-checkradio[type='radio'] + label[data-v-a949c288] {
    display: block;
}
.is-file-drag[data-v-a949c288] {
    justify-content: center;
    align-items: flex-end;
    min-height: 220px;
}

.is-drag-upload {
  position: relative;
  min-height: 180px;
}
.is-drag-upload .is-drag-helper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  text-align: center;
  background-image: url(/static/dist/img/8931dea279e3867ed89f652f07352408.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px;
}
.is-drag-upload .is-drag-helper span {
  position: absolute;
  top: calc(50% + 35px);
  width: 100%;
  left: 0px;
  user-select: none;
}
.is-drag-upload .is-drag-helper span.is-drop {
  display: none;
}
.is-drag-upload.is-dragged {
  background-color: #effaf3;
}
.is-drag-upload.is-dragged .is-drag-helper {
  background-image: url(/static/dist/img/b6094586f80b226f48283105d04335c4.svg);
}
.is-drag-upload.is-dragged .is-drag-helper span.is-standard {
  display: none;
}
.is-drag-upload.is-dragged .is-drag-helper span.is-drop {
  display: block;
}
table.table.is-table-component th {
  white-space: nowrap;
}
table.table.is-table-component th.sortable {
  cursor: pointer;
}
table.table.is-table-component th.is-narrow span:last-child {
  white-space: break-spaces;
}
table.table.is-table-component tr.clickable-row:not(.no-results) {
  cursor: pointer;
}
table.table.is-table-component tr.row-link td {
  padding: 0;
  position: relative;
}
table.table.is-table-component tr.row-link td > a {
  display: block;
  padding: 0.5em 0.75em;
  color: inherit;
}
table.table.is-table-component tr.row-link td > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
table.table.is-table-component td, table.table.is-table-component th {
  vertical-align: middle;
}
table.table.is-table-component td.narrow, table.table.is-table-component th.narrow {
  width: 1px;
  white-space: nowrap;
}
table.table.is-table-component td .icon:only-child {
  width: 100%;
}
@media screen and (max-width: 1023px) {
table.table.is-table-component {
    display: block;
}
table.table.is-table-component thead,
table.table.is-table-component tbody,
table.table.is-table-component th,
table.table.is-table-component td,
table.table.is-table-component tr {
    display: block;
}
table.table.is-table-component thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
table.table.is-table-component tr {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 4px solid #888;
}
table.table.is-table-component tr:not(:first-child) {
    margin-top: 1em;
}
table.table.is-table-component td {
    position: relative;
    padding-left: 50%;
}
table.table.is-table-component td:last-child {
    border-bottom: none;
}
table.table.is-table-component tbody tr:last-child td {
    border-bottom-width: 1px;
}
table.table.is-table-component tr.row-link > td > a,
table.table.is-table-component tr:not(.row-link) > td:not([data-label=""]) > div {
    padding-top: 2.5em !important;
}
table.table.is-table-component td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    white-space: nowrap;
    padding-right: 6px;
    font-weight: bold;
    content: attr(data-label);
}
table.table.is-table-component td.is-narrow {
    white-space: initial !important;
    width: initial !important;
}
}

#alertButtons[data-v-ccee9fb4] {
    width: 100%;
}
#alertButtons .column[data-v-ccee9fb4] {
    padding: 0 1.5rem 0.25rem 1.5rem;
}


.card#keyboard-card {
    position: fixed;
    bottom: -300px;
    left: 0;
    width: 100%;
    z-index: 2000;
    transition: bottom 0.5s;
}
.card.is-active#keyboard-card {
    bottom: 0px;
}

.button.is-auto-progress {
  /* TODO - handle size obtained from the group */
}
.button.is-auto-progress::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 0;
  background-color: rgba(0, 0, 0, 0.3);
  /* TODO - handle different colors of the button */
  opacity: 1;
  transition: opacity 2s;
  height: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.button.is-auto-progress.is-small::before {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.button.is-auto-progress.is-medium::before {
  height: 6px;
}
.button.is-auto-progress.is-large::before {
  height: 8px;
}
.button.is-auto-progress.has-progress-large::before {
  height: calc(100% + 2px);
  border-radius: 4px;
}
.button.is-auto-progress.has-progress-large.is-small::before {
  border-radius: 2px;
}
.button.is-auto-progress[data-progress="1"]::before {
  width: calc(1% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="2"]::before {
  width: calc(2% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="3"]::before {
  width: calc(3% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="4"]::before {
  width: calc(4% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="5"]::before {
  width: calc(5% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="6"]::before {
  width: calc(6% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="7"]::before {
  width: calc(7% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="8"]::before {
  width: calc(8% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="9"]::before {
  width: calc(9% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="10"]::before {
  width: calc(10% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="11"]::before {
  width: calc(11% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="12"]::before {
  width: calc(12% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="13"]::before {
  width: calc(13% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="14"]::before {
  width: calc(14% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="15"]::before {
  width: calc(15% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="16"]::before {
  width: calc(16% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="17"]::before {
  width: calc(17% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="18"]::before {
  width: calc(18% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="19"]::before {
  width: calc(19% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="20"]::before {
  width: calc(20% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="21"]::before {
  width: calc(21% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="22"]::before {
  width: calc(22% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="23"]::before {
  width: calc(23% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="24"]::before {
  width: calc(24% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="25"]::before {
  width: calc(25% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="26"]::before {
  width: calc(26% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="27"]::before {
  width: calc(27% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="28"]::before {
  width: calc(28% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="29"]::before {
  width: calc(29% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="30"]::before {
  width: calc(30% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="31"]::before {
  width: calc(31% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="32"]::before {
  width: calc(32% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="33"]::before {
  width: calc(33% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="34"]::before {
  width: calc(34% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="35"]::before {
  width: calc(35% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="36"]::before {
  width: calc(36% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="37"]::before {
  width: calc(37% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="38"]::before {
  width: calc(38% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="39"]::before {
  width: calc(39% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="40"]::before {
  width: calc(40% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="41"]::before {
  width: calc(41% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="42"]::before {
  width: calc(42% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="43"]::before {
  width: calc(43% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="44"]::before {
  width: calc(44% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="45"]::before {
  width: calc(45% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="46"]::before {
  width: calc(46% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="47"]::before {
  width: calc(47% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="48"]::before {
  width: calc(48% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="49"]::before {
  width: calc(49% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="50"]::before {
  width: calc(50% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="51"]::before {
  width: calc(51% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="52"]::before {
  width: calc(52% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="53"]::before {
  width: calc(53% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="54"]::before {
  width: calc(54% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="55"]::before {
  width: calc(55% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="56"]::before {
  width: calc(56% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="57"]::before {
  width: calc(57% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="58"]::before {
  width: calc(58% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="59"]::before {
  width: calc(59% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="60"]::before {
  width: calc(60% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="61"]::before {
  width: calc(61% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="62"]::before {
  width: calc(62% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="63"]::before {
  width: calc(63% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="64"]::before {
  width: calc(64% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="65"]::before {
  width: calc(65% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="66"]::before {
  width: calc(66% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="67"]::before {
  width: calc(67% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="68"]::before {
  width: calc(68% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="69"]::before {
  width: calc(69% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="70"]::before {
  width: calc(70% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="71"]::before {
  width: calc(71% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="72"]::before {
  width: calc(72% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="73"]::before {
  width: calc(73% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="74"]::before {
  width: calc(74% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="75"]::before {
  width: calc(75% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="76"]::before {
  width: calc(76% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="77"]::before {
  width: calc(77% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="78"]::before {
  width: calc(78% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="79"]::before {
  width: calc(79% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="80"]::before {
  width: calc(80% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="81"]::before {
  width: calc(81% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="82"]::before {
  width: calc(82% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="83"]::before {
  width: calc(83% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="84"]::before {
  width: calc(84% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="85"]::before {
  width: calc(85% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="86"]::before {
  width: calc(86% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="87"]::before {
  width: calc(87% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="88"]::before {
  width: calc(88% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="89"]::before {
  width: calc(89% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="90"]::before {
  width: calc(90% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="91"]::before {
  width: calc(91% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="92"]::before {
  width: calc(92% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="93"]::before {
  width: calc(93% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="94"]::before {
  width: calc(94% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="95"]::before {
  width: calc(95% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="96"]::before {
  width: calc(96% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="97"]::before {
  width: calc(97% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="98"]::before {
  width: calc(98% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="99"]::before {
  width: calc(99% + 2px);
  min-width: 4px;
}
.button.is-auto-progress[data-progress="100"]::before {
  width: calc(100% + 2px);
  min-width: 4px;
}
.button.is-auto-progress.has-auto-progress-finished::before {
  opacity: 0;
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/static/dist/img/a6137456ed160d7606981aa57c559898.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/static/dist/img/4f0283c6ce28e888000e978e537a6a56.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(/static/dist/img/2273e3d8ad9264b7daa5bdbf8e6b47f8.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-control-attribution svg {
	display: inline !important;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */
	
@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
		}
	}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}
@charset "UTF-8";
/* -v- BULMA -v- */
/* Bulma Utilities */
.datetimepicker-dummy .datetimepicker-dummy-wrapper, .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: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper:focus, .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, .datetimepicker-dummy .is-focused.datetimepicker-dummy-wrapper, .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, .datetimepicker-dummy .datetimepicker-dummy-wrapper:active, .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, .datetimepicker-dummy .is-active.datetimepicker-dummy-wrapper, .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;
}
.datetimepicker-dummy [disabled].datetimepicker-dummy-wrapper, [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] .datetimepicker-dummy .datetimepicker-dummy-wrapper, .datetimepicker-dummy fieldset[disabled] .datetimepicker-dummy-wrapper, 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, .breadcrumb, .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), .breadcrumb: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: 1.5rem;
}

.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: hsl(0deg, 0%, 100%);
  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 hsl(0deg, 0%, 86%);
  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;
}

.is-checkradio[type=radio],
.is-checkradio[type=checkbox] {
  outline: 0;
  user-select: none;
  display: none;
  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: 4px;
}
.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 hsl(0deg, 0%, 86%);
}
.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 hsl(0deg, 0%, 71%);
}
.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: hsl(0deg, 0%, 21%) !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 hsl(0deg, 0%, 86%);
}
.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: hsl(0deg, 0%, 96%);
  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: 4px;
}
.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: hsl(0deg, 0%, 21%);
  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.75rem;
  padding-left: 1.5rem;
}
.is-checkradio[type=checkbox].is-small + label::before, .is-checkradio[type=checkbox].is-small + label:before {
  width: 1.125rem;
  height: 1.125rem;
}
.is-checkradio[type=checkbox].is-small + label::after, .is-checkradio[type=checkbox].is-small + label:after {
  width: 0.28125rem;
  height: 0.45rem;
  top: 0.30375rem;
  left: 0.45rem;
}
.is-checkradio[type=checkbox].is-small.is-block + label::before, .is-checkradio[type=checkbox].is-small.is-block + label:before {
  width: 0.9375rem;
  height: 0.9375rem;
  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.29375rem;
  left: 0.5375rem;
}
.is-checkradio[type=checkbox].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 1.5rem;
}
.is-checkradio[type=checkbox].is-small.is-rtl + label::after, .is-checkradio[type=checkbox].is-small.is-rtl + label:after {
  left: auto;
  right: 0.45rem;
}
.is-checkradio[type=checkbox].is-medium + label {
  font-size: 1.25rem;
  padding-left: 2.5rem;
}
.is-checkradio[type=checkbox].is-medium + label::before, .is-checkradio[type=checkbox].is-medium + label:before {
  width: 1.875rem;
  height: 1.875rem;
}
.is-checkradio[type=checkbox].is-medium + label::after, .is-checkradio[type=checkbox].is-medium + label:after {
  width: 0.46875rem;
  height: 0.75rem;
  top: 0.50625rem;
  left: 0.75rem;
}
.is-checkradio[type=checkbox].is-medium.is-block + label::before, .is-checkradio[type=checkbox].is-medium.is-block + label:before {
  width: 1.5625rem;
  height: 1.5625rem;
  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.35625rem;
  left: 0.7625rem;
}
.is-checkradio[type=checkbox].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 2.5rem;
}
.is-checkradio[type=checkbox].is-medium.is-rtl + label::after, .is-checkradio[type=checkbox].is-medium.is-rtl + label:after {
  left: auto;
  right: 0.75rem;
}
.is-checkradio[type=checkbox].is-large + label {
  font-size: 1.5rem;
  padding-left: 3rem;
}
.is-checkradio[type=checkbox].is-large + label::before, .is-checkradio[type=checkbox].is-large + label:before {
  width: 2.25rem;
  height: 2.25rem;
}
.is-checkradio[type=checkbox].is-large + label::after, .is-checkradio[type=checkbox].is-large + label:after {
  width: 0.5625rem;
  height: 0.9rem;
  top: 0.6075rem;
  left: 0.9rem;
}
.is-checkradio[type=checkbox].is-large.is-block + label::before, .is-checkradio[type=checkbox].is-large.is-block + label:before {
  width: 1.875rem;
  height: 1.875rem;
  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.3875rem;
  left: 0.875rem;
}
.is-checkradio[type=checkbox].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 3rem;
}
.is-checkradio[type=checkbox].is-large.is-rtl + label::after, .is-checkradio[type=checkbox].is-large.is-rtl + label:after {
  left: auto;
  right: 0.9rem;
}
.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: hsl(0deg, 0%, 100%) !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: hsl(0deg, 0%, 100%) !important;
}
.is-checkradio[type=checkbox].is-white:checked + label::after, .is-checkradio[type=checkbox].is-white:checked + label:after {
  border-color: hsl(0deg, 0%, 100%) !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: hsl(0deg, 0%, 100%) !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: hsl(0deg, 0%, 4%) !important;
  background-color: hsl(0deg, 0%, 100%) !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: hsl(0deg, 0%, 100%) !important;
}
.is-checkradio[type=checkbox].is-white.is-block:checked + label {
  color: hsl(0deg, 0%, 4%);
  border-color: hsl(0deg, 0%, 100%) !important;
  background: hsl(0deg, 0%, 100%);
}
.is-checkradio[type=checkbox].is-white.is-block:checked + label::after, .is-checkradio[type=checkbox].is-white.is-block:checked + label:after {
  border-color: hsl(0deg, 0%, 4%) !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: hsl(0deg, 0%, 4%) !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: hsl(0deg, 0%, 4%) !important;
}
.is-checkradio[type=checkbox].is-black:checked + label::after, .is-checkradio[type=checkbox].is-black:checked + label:after {
  border-color: hsl(0deg, 0%, 4%) !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: hsl(0deg, 0%, 4%) !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: hsl(0deg, 0%, 100%) !important;
  background-color: hsl(0deg, 0%, 4%) !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: hsl(0deg, 0%, 4%) !important;
}
.is-checkradio[type=checkbox].is-black.is-block:checked + label {
  color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 4%) !important;
  background: hsl(0deg, 0%, 4%);
}
.is-checkradio[type=checkbox].is-black.is-block:checked + label::after, .is-checkradio[type=checkbox].is-black.is-block:checked + label:after {
  border-color: hsl(0deg, 0%, 100%) !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: hsl(0deg, 0%, 96%) !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: hsl(0deg, 0%, 96%) !important;
}
.is-checkradio[type=checkbox].is-light:checked + label::after, .is-checkradio[type=checkbox].is-light:checked + label:after {
  border-color: hsl(0deg, 0%, 96%) !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: hsl(0deg, 0%, 96%) !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: hsl(0deg, 0%, 96%) !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: hsl(0deg, 0%, 96%) !important;
}
.is-checkradio[type=checkbox].is-light.is-block:checked + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: hsl(0deg, 0%, 96%) !important;
  background: hsl(0deg, 0%, 96%);
}
.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: hsl(0deg, 0%, 21%) !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: hsl(0deg, 0%, 21%) !important;
}
.is-checkradio[type=checkbox].is-dark:checked + label::after, .is-checkradio[type=checkbox].is-dark:checked + label:after {
  border-color: hsl(0deg, 0%, 21%) !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: hsl(0deg, 0%, 21%) !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: hsl(0deg, 0%, 21%) !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: hsl(0deg, 0%, 21%) !important;
}
.is-checkradio[type=checkbox].is-dark.is-block:checked + label {
  color: #fff;
  border-color: hsl(0deg, 0%, 21%) !important;
  background: hsl(0deg, 0%, 21%);
}
.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: #292929;
}
.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: hsl(0deg, 0%, 21%) !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: hsl(0deg, 0%, 21%) !important;
}
.is-checkradio[type=checkbox].is-primary:checked + label::after, .is-checkradio[type=checkbox].is-primary:checked + label:after {
  border-color: hsl(0deg, 0%, 21%) !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: hsl(0deg, 0%, 21%) !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: #fff !important;
  background-color: hsl(0deg, 0%, 21%) !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: hsl(0deg, 0%, 21%) !important;
}
.is-checkradio[type=checkbox].is-primary.is-block:checked + label {
  color: #fff;
  border-color: hsl(0deg, 0%, 21%) !important;
  background: hsl(0deg, 0%, 21%);
}
.is-checkradio[type=checkbox].is-primary.is-block:checked + label::after, .is-checkradio[type=checkbox].is-primary.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled]) + label {
  background: #292929;
}
.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: hsl(229deg, 53%, 53%) !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: hsl(229deg, 53%, 53%) !important;
}
.is-checkradio[type=checkbox].is-link:checked + label::after, .is-checkradio[type=checkbox].is-link:checked + label:after {
  border-color: hsl(229deg, 53%, 53%) !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: hsl(229deg, 53%, 53%) !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: #fff !important;
  background-color: hsl(229deg, 53%, 53%) !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: hsl(229deg, 53%, 53%) !important;
}
.is-checkradio[type=checkbox].is-link.is-block:checked + label {
  color: #fff;
  border-color: hsl(229deg, 53%, 53%) !important;
  background: hsl(229deg, 53%, 53%);
}
.is-checkradio[type=checkbox].is-link.is-block:checked + label::after, .is-checkradio[type=checkbox].is-link.is-block:checked + label:after {
  border-color: #fff !important;
}
.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled]) + label {
  background: #3a51bb;
}
.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: hsl(207deg, 61%, 53%) !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: hsl(207deg, 61%, 53%) !important;
}
.is-checkradio[type=checkbox].is-info:checked + label::after, .is-checkradio[type=checkbox].is-info:checked + label:after {
  border-color: hsl(207deg, 61%, 53%) !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: hsl(207deg, 61%, 53%) !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: hsl(207deg, 61%, 53%) !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: hsl(207deg, 61%, 53%) !important;
}
.is-checkradio[type=checkbox].is-info.is-block:checked + label {
  color: #fff;
  border-color: hsl(207deg, 61%, 53%) !important;
  background: hsl(207deg, 61%, 53%);
}
.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: #3082c5;
}
.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: hsl(153deg, 53%, 53%) !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: hsl(153deg, 53%, 53%) !important;
}
.is-checkradio[type=checkbox].is-success:checked + label::after, .is-checkradio[type=checkbox].is-success:checked + label:after {
  border-color: hsl(153deg, 53%, 53%) !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: hsl(153deg, 53%, 53%) !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: hsl(153deg, 53%, 53%) !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: hsl(153deg, 53%, 53%) !important;
}
.is-checkradio[type=checkbox].is-success.is-block:checked + label {
  color: #fff;
  border-color: hsl(153deg, 53%, 53%) !important;
  background: hsl(153deg, 53%, 53%);
}
.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: #3abb81;
}
.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: hsl(44deg, 100%, 77%) !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: hsl(44deg, 100%, 77%) !important;
}
.is-checkradio[type=checkbox].is-warning:checked + label::after, .is-checkradio[type=checkbox].is-warning:checked + label:after {
  border-color: hsl(44deg, 100%, 77%) !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: hsl(44deg, 100%, 77%) !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: hsl(44deg, 100%, 77%) !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: hsl(44deg, 100%, 77%) !important;
}
.is-checkradio[type=checkbox].is-warning.is-block:checked + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: hsl(44deg, 100%, 77%) !important;
  background: hsl(44deg, 100%, 77%);
}
.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: #ffd970;
}
.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: hsl(348deg, 86%, 61%) !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: hsl(348deg, 86%, 61%) !important;
}
.is-checkradio[type=checkbox].is-danger:checked + label::after, .is-checkradio[type=checkbox].is-danger:checked + label:after {
  border-color: hsl(348deg, 86%, 61%) !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: hsl(348deg, 86%, 61%) !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: hsl(348deg, 86%, 61%) !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: hsl(348deg, 86%, 61%) !important;
}
.is-checkradio[type=checkbox].is-danger.is-block:checked + label {
  color: #fff;
  border-color: hsl(348deg, 86%, 61%) !important;
  background: hsl(348deg, 86%, 61%);
}
.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: #ef2e55;
}
.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]: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: hsl(0deg, 0%, 100%);
}
.is-checkradio[type=checkbox]:indeterminate.is-black + label::after, .is-checkradio[type=checkbox]:indeterminate.is-black + label:after {
  border-color: hsl(0deg, 0%, 4%);
}
.is-checkradio[type=checkbox]:indeterminate.is-light + label::after, .is-checkradio[type=checkbox]:indeterminate.is-light + label:after {
  border-color: hsl(0deg, 0%, 96%);
}
.is-checkradio[type=checkbox]:indeterminate.is-dark + label::after, .is-checkradio[type=checkbox]:indeterminate.is-dark + label:after {
  border-color: hsl(0deg, 0%, 21%);
}
.is-checkradio[type=checkbox]:indeterminate.is-primary + label::after, .is-checkradio[type=checkbox]:indeterminate.is-primary + label:after {
  border-color: hsl(0deg, 0%, 21%);
}
.is-checkradio[type=checkbox]:indeterminate.is-link + label::after, .is-checkradio[type=checkbox]:indeterminate.is-link + label:after {
  border-color: hsl(229deg, 53%, 53%);
}
.is-checkradio[type=checkbox]:indeterminate.is-info + label::after, .is-checkradio[type=checkbox]:indeterminate.is-info + label:after {
  border-color: hsl(207deg, 61%, 53%);
}
.is-checkradio[type=checkbox]:indeterminate.is-success + label::after, .is-checkradio[type=checkbox]:indeterminate.is-success + label:after {
  border-color: hsl(153deg, 53%, 53%);
}
.is-checkradio[type=checkbox]:indeterminate.is-warning + label::after, .is-checkradio[type=checkbox]:indeterminate.is-warning + label:after {
  border-color: hsl(44deg, 100%, 77%);
}
.is-checkradio[type=checkbox]:indeterminate.is-danger + label::after, .is-checkradio[type=checkbox]:indeterminate.is-danger + label:after {
  border-color: hsl(348deg, 86%, 61%);
}

.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: hsl(0deg, 0%, 21%);
  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: hsl(0deg, 0%, 29%) !important;
  background-color: hsl(0deg, 0%, 29%) !important;
}
.is-checkradio[type=radio]:checked.has-background-color + label::after, .is-checkradio[type=radio]:checked.has-background-color + label:after {
  border-color: hsl(0deg, 0%, 29%) !important;
  background-color: hsl(0deg, 0%, 29%) !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.75rem;
  line-height: 1.125rem;
  padding-left: 1.5rem;
}
.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.125rem;
  height: 1.125rem;
}
.is-checkradio[type=radio].is-small.is-rtl + label {
  padding-right: 1.5rem;
}
.is-checkradio[type=radio].is-medium + label {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-left: 2.5rem;
}
.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.875rem;
  height: 1.875rem;
}
.is-checkradio[type=radio].is-medium.is-rtl + label {
  padding-right: 2.5rem;
}
.is-checkradio[type=radio].is-large + label {
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding-left: 3rem;
}
.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: 2.25rem;
  height: 2.25rem;
}
.is-checkradio[type=radio].is-large.is-rtl + label {
  padding-right: 3rem;
}
.is-checkradio[type=radio].is-white.has-background-color + label::before, .is-checkradio[type=radio].is-white.has-background-color + label:before {
  border-color: hsl(0deg, 0%, 100%) !important;
  background-color: hsl(0deg, 0%, 100%) !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: hsl(0deg, 0%, 100%) !important;
}
.is-checkradio[type=radio].is-white:checked + label::after, .is-checkradio[type=radio].is-white:checked + label:after {
  border-color: hsl(0deg, 0%, 100%) !important;
  background-color: hsl(0deg, 0%, 100%) !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: hsl(0deg, 0%, 100%) !important;
  background-color: hsl(0deg, 0%, 100%) !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: hsl(0deg, 0%, 4%) !important;
  background-color: hsl(0deg, 0%, 4%) !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: hsl(0deg, 0%, 4%) !important;
  background-color: hsl(0deg, 0%, 4%) !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: hsl(0deg, 0%, 4%) !important;
}
.is-checkradio[type=radio].is-black:checked + label::after, .is-checkradio[type=radio].is-black:checked + label:after {
  border-color: hsl(0deg, 0%, 4%) !important;
  background-color: hsl(0deg, 0%, 4%) !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: hsl(0deg, 0%, 4%) !important;
  background-color: hsl(0deg, 0%, 4%) !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: hsl(0deg, 0%, 100%) !important;
  background-color: hsl(0deg, 0%, 100%) !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: hsl(0deg, 0%, 96%) !important;
  background-color: hsl(0deg, 0%, 96%) !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: hsl(0deg, 0%, 96%) !important;
}
.is-checkradio[type=radio].is-light:checked + label::after, .is-checkradio[type=radio].is-light:checked + label:after {
  border-color: hsl(0deg, 0%, 96%) !important;
  background-color: hsl(0deg, 0%, 96%) !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: hsl(0deg, 0%, 96%) !important;
  background-color: hsl(0deg, 0%, 96%) !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: hsl(0deg, 0%, 21%) !important;
  background-color: hsl(0deg, 0%, 21%) !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: hsl(0deg, 0%, 21%) !important;
}
.is-checkradio[type=radio].is-dark:checked + label::after, .is-checkradio[type=radio].is-dark:checked + label:after {
  border-color: hsl(0deg, 0%, 21%) !important;
  background-color: hsl(0deg, 0%, 21%) !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: hsl(0deg, 0%, 21%) !important;
  background-color: hsl(0deg, 0%, 21%) !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: hsl(0deg, 0%, 21%) !important;
  background-color: hsl(0deg, 0%, 21%) !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: hsl(0deg, 0%, 21%) !important;
}
.is-checkradio[type=radio].is-primary:checked + label::after, .is-checkradio[type=radio].is-primary:checked + label:after {
  border-color: hsl(0deg, 0%, 21%) !important;
  background-color: hsl(0deg, 0%, 21%) !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: hsl(0deg, 0%, 21%) !important;
  background-color: hsl(0deg, 0%, 21%) !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: #fff !important;
  background-color: #fff !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: hsl(229deg, 53%, 53%) !important;
  background-color: hsl(229deg, 53%, 53%) !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: hsl(229deg, 53%, 53%) !important;
}
.is-checkradio[type=radio].is-link:checked + label::after, .is-checkradio[type=radio].is-link:checked + label:after {
  border-color: hsl(229deg, 53%, 53%) !important;
  background-color: hsl(229deg, 53%, 53%) !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: hsl(229deg, 53%, 53%) !important;
  background-color: hsl(229deg, 53%, 53%) !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: #fff !important;
  background-color: #fff !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: hsl(207deg, 61%, 53%) !important;
  background-color: hsl(207deg, 61%, 53%) !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: hsl(207deg, 61%, 53%) !important;
}
.is-checkradio[type=radio].is-info:checked + label::after, .is-checkradio[type=radio].is-info:checked + label:after {
  border-color: hsl(207deg, 61%, 53%) !important;
  background-color: hsl(207deg, 61%, 53%) !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: hsl(207deg, 61%, 53%) !important;
  background-color: hsl(207deg, 61%, 53%) !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: hsl(153deg, 53%, 53%) !important;
  background-color: hsl(153deg, 53%, 53%) !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: hsl(153deg, 53%, 53%) !important;
}
.is-checkradio[type=radio].is-success:checked + label::after, .is-checkradio[type=radio].is-success:checked + label:after {
  border-color: hsl(153deg, 53%, 53%) !important;
  background-color: hsl(153deg, 53%, 53%) !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: hsl(153deg, 53%, 53%) !important;
  background-color: hsl(153deg, 53%, 53%) !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: hsl(44deg, 100%, 77%) !important;
  background-color: hsl(44deg, 100%, 77%) !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: hsl(44deg, 100%, 77%) !important;
}
.is-checkradio[type=radio].is-warning:checked + label::after, .is-checkradio[type=radio].is-warning:checked + label:after {
  border-color: hsl(44deg, 100%, 77%) !important;
  background-color: hsl(44deg, 100%, 77%) !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: hsl(44deg, 100%, 77%) !important;
  background-color: hsl(44deg, 100%, 77%) !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: hsl(348deg, 86%, 61%) !important;
  background-color: hsl(348deg, 86%, 61%) !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: hsl(348deg, 86%, 61%) !important;
}
.is-checkradio[type=radio].is-danger:checked + label::after, .is-checkradio[type=radio].is-danger:checked + label:after {
  border-color: hsl(348deg, 86%, 61%) !important;
  background-color: hsl(348deg, 86%, 61%) !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: hsl(348deg, 86%, 61%) !important;
  background-color: hsl(348deg, 86%, 61%) !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;
}

/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.datetimepicker-dummy .datetimepicker-dummy-wrapper, .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: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper:focus, .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, .datetimepicker-dummy .is-focused.datetimepicker-dummy-wrapper, .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, .datetimepicker-dummy .datetimepicker-dummy-wrapper:active, .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, .datetimepicker-dummy .is-active.datetimepicker-dummy-wrapper, .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;
}
.datetimepicker-dummy [disabled].datetimepicker-dummy-wrapper, [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] .datetimepicker-dummy .datetimepicker-dummy-wrapper, .datetimepicker-dummy fieldset[disabled] .datetimepicker-dummy-wrapper, 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, .breadcrumb, .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), .breadcrumb: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: 1.5rem;
}

.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: hsl(0deg, 0%, 100%);
  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 hsl(0deg, 0%, 86%);
  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: #eff0eb;
  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: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

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

body {
  color: hsl(0deg, 0%, 29%);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: hsl(229deg, 53%, 53%);
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: hsl(0deg, 0%, 21%);
}

code {
  background-color: hsl(0deg, 0%, 96%);
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: hsl(0deg, 0%, 96%);
  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: hsl(0deg, 0%, 21%);
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 29%);
  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: hsl(0deg, 0%, 21%);
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Bulma Elements */
.box {
  background-color: hsl(0deg, 0%, 100%);
  border-radius: 6px;
  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: hsl(0deg, 0%, 29%);
  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 hsl(229deg, 53%, 53%);
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px hsl(229deg, 53%, 53%);
}

.button {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 86%);
  border-width: 1px;
  color: hsl(0deg, 0%, 21%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  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 - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:hover, .button.is-hovered {
  border-color: hsl(0deg, 0%, 71%);
  color: hsl(0deg, 0%, 21%);
}
.button:focus, .button.is-focused {
  border-color: hsl(229deg, 53%, 53%);
  color: hsl(0deg, 0%, 21%);
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.button:active, .button.is-active {
  border-color: hsl(0deg, 0%, 29%);
  color: hsl(0deg, 0%, 21%);
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: hsl(0deg, 0%, 29%);
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 21%);
}
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: hsl(0deg, 0%, 21%);
}
.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: hsl(229deg, 53%, 53%);
  text-decoration: none;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: hsl(229deg, 53%, 53%);
  text-decoration: underline;
}
.button.is-white {
  background-color: hsl(0deg, 0%, 100%);
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.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: hsl(0deg, 0%, 4%);
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 100%);
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.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: hsl(0deg, 0%, 4%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0deg, 0%, 100%);
}
.button.is-white.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 100%);
}
.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: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !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 hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 100%);
  box-shadow: none;
  color: hsl(0deg, 0%, 100%);
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 4%);
}
.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: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.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 hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 4%);
  box-shadow: none;
  color: hsl(0deg, 0%, 4%);
}
.button.is-black {
  background-color: hsl(0deg, 0%, 4%);
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.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: hsl(0deg, 0%, 100%);
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: hsl(0deg, 0%, 4%);
  border-color: hsl(0deg, 0%, 4%);
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.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: hsl(0deg, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0deg, 0%, 4%);
}
.button.is-black.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 4%);
}
.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: hsl(0deg, 0%, 4%);
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !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 hsl(0deg, 0%, 100%) hsl(0deg, 0%, 100%) !important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 4%);
  box-shadow: none;
  color: hsl(0deg, 0%, 4%);
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 100%);
}
.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: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.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 hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 100%);
  box-shadow: none;
  color: hsl(0deg, 0%, 100%);
}
.button.is-light {
  background-color: hsl(0deg, 0%, 96%);
  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: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 96%);
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0deg, 0%, 96%);
}
.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: hsl(0deg, 0%, 96%);
}
.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: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 96%);
}
.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: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 96%) hsl(0deg, 0%, 96%) !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: hsl(0deg, 0%, 96%);
  box-shadow: none;
  color: hsl(0deg, 0%, 96%);
}
.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: hsl(0deg, 0%, 96%);
}
.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 hsl(0deg, 0%, 96%) hsl(0deg, 0%, 96%) !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: hsl(0deg, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  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(54, 54, 54, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: hsl(0deg, 0%, 21%);
  border-color: hsl(0deg, 0%, 21%);
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #fff;
  color: hsl(0deg, 0%, 21%);
}
.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: hsl(0deg, 0%, 21%);
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 21%);
  color: hsl(0deg, 0%, 21%);
}
.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: hsl(0deg, 0%, 21%);
  border-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !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: hsl(0deg, 0%, 21%);
  box-shadow: none;
  color: hsl(0deg, 0%, 21%);
}
.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: hsl(0deg, 0%, 21%);
}
.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 hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !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: hsl(0deg, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: hsl(0deg, 0%, 21%);
  border-color: hsl(0deg, 0%, 21%);
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: hsl(0deg, 0%, 21%);
}
.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: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0deg, 0%, 21%);
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 21%);
  color: hsl(0deg, 0%, 21%);
}
.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: hsl(0deg, 0%, 21%);
  border-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !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 #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(0deg, 0%, 21%);
  box-shadow: none;
  color: hsl(0deg, 0%, 21%);
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.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: #fff;
  color: hsl(0deg, 0%, 21%);
}
.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 hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #defffa;
  border-color: transparent;
  color: #00947e;
}
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #d1fff8;
  border-color: transparent;
  color: #00947e;
}
.button.is-link {
  background-color: hsl(229deg, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: hsl(229deg, 53%, 53%);
  border-color: hsl(229deg, 53%, 53%);
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: hsl(229deg, 53%, 53%);
}
.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: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(229deg, 53%, 53%);
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(229deg, 53%, 53%);
  color: hsl(229deg, 53%, 53%);
}
.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: hsl(229deg, 53%, 53%);
  border-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(229deg, 53%, 53%) hsl(229deg, 53%, 53%) !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 #fff #fff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(229deg, 53%, 53%);
  box-shadow: none;
  color: hsl(229deg, 53%, 53%);
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(229deg, 53%, 53%);
}
.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 hsl(229deg, 53%, 53%) hsl(229deg, 53%, 53%) !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #e6e9f7;
  border-color: transparent;
  color: #3850b7;
}
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #dce0f4;
  border-color: transparent;
  color: #3850b7;
}
.button.is-info {
  background-color: hsl(207deg, 61%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #3488ce;
  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(62, 142, 208, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: hsl(207deg, 61%, 53%);
  border-color: hsl(207deg, 61%, 53%);
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: hsl(207deg, 61%, 53%);
}
.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: hsl(207deg, 61%, 53%);
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(207deg, 61%, 53%);
  color: hsl(207deg, 61%, 53%);
}
.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: hsl(207deg, 61%, 53%);
  border-color: hsl(207deg, 61%, 53%);
  color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(207deg, 61%, 53%) hsl(207deg, 61%, 53%) !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: hsl(207deg, 61%, 53%);
  box-shadow: none;
  color: hsl(207deg, 61%, 53%);
}
.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: hsl(207deg, 61%, 53%);
}
.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 hsl(207deg, 61%, 53%) hsl(207deg, 61%, 53%) !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: #eff5fb;
  color: #296fa8;
}
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #e4eff9;
  border-color: transparent;
  color: #296fa8;
}
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #dae9f6;
  border-color: transparent;
  color: #296fa8;
}
.button.is-success {
  background-color: hsl(153deg, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #3ec487;
  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(72, 199, 142, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: hsl(153deg, 53%, 53%);
  border-color: hsl(153deg, 53%, 53%);
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: hsl(153deg, 53%, 53%);
}
.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: hsl(153deg, 53%, 53%);
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(153deg, 53%, 53%);
  color: hsl(153deg, 53%, 53%);
}
.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: hsl(153deg, 53%, 53%);
  border-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(153deg, 53%, 53%) hsl(153deg, 53%, 53%) !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: hsl(153deg, 53%, 53%);
  box-shadow: none;
  color: hsl(153deg, 53%, 53%);
}
.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: hsl(153deg, 53%, 53%);
}
.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 hsl(153deg, 53%, 53%) hsl(153deg, 53%, 53%) !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: #effaf5;
  color: #257953;
}
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #e6f7ef;
  border-color: transparent;
  color: #257953;
}
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #dcf4e9;
  border-color: transparent;
  color: #257953;
}
.button.is-warning {
  background-color: hsl(44deg, 100%, 77%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdc7d;
  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(255, 224, 138, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: hsl(44deg, 100%, 77%);
  border-color: hsl(44deg, 100%, 77%);
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(44deg, 100%, 77%);
}
.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: hsl(44deg, 100%, 77%);
}
.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: hsl(44deg, 100%, 77%);
  color: hsl(44deg, 100%, 77%);
}
.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: hsl(44deg, 100%, 77%);
  border-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(44deg, 100%, 77%) hsl(44deg, 100%, 77%) !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: hsl(44deg, 100%, 77%);
  box-shadow: none;
  color: hsl(44deg, 100%, 77%);
}
.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: hsl(44deg, 100%, 77%);
}
.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 hsl(44deg, 100%, 77%) hsl(44deg, 100%, 77%) !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: #fffaeb;
  color: #946c00;
}
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fff6de;
  border-color: transparent;
  color: #946c00;
}
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fff3d1;
  border-color: transparent;
  color: #946c00;
}
.button.is-danger {
  background-color: hsl(348deg, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #f03a5f;
  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(241, 70, 104, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: hsl(348deg, 86%, 61%);
  border-color: hsl(348deg, 86%, 61%);
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: hsl(348deg, 86%, 61%);
}
.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: hsl(348deg, 86%, 61%);
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(348deg, 86%, 61%);
  color: hsl(348deg, 86%, 61%);
}
.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: hsl(348deg, 86%, 61%);
  border-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(348deg, 86%, 61%) hsl(348deg, 86%, 61%) !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: hsl(348deg, 86%, 61%);
  box-shadow: none;
  color: hsl(348deg, 86%, 61%);
}
.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: hsl(348deg, 86%, 61%);
}
.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 hsl(348deg, 86%, 61%) hsl(348deg, 86%, 61%) !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: #feecf0;
  color: #cc0f35;
}
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}
.button.is-small {
  font-size: 0.75rem;
}
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.25rem;
}
.button.is-large {
  font-size: 1.5rem;
}
.button[disabled], fieldset[disabled] .button {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 86%);
  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: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 86%);
  color: hsl(0deg, 0%, 48%);
  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.75rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}
.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;
}

@media screen and (max-width: 768px) {
  .button.is-responsive.is-small {
    font-size: 0.5625rem;
  }
  .button.is-responsive,
.button.is-responsive.is-normal {
    font-size: 0.65625rem;
  }
  .button.is-responsive.is-medium {
    font-size: 0.75rem;
  }
  .button.is-responsive.is-large {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .button.is-responsive.is-small {
    font-size: 0.65625rem;
  }
  .button.is-responsive,
.button.is-responsive.is-normal {
    font-size: 0.75rem;
  }
  .button.is-responsive.is-medium {
    font-size: 1rem;
  }
  .button.is-responsive.is-large {
    font-size: 1.25rem;
  }
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

.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: hsl(0deg, 0%, 21%);
  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: hsl(0deg, 0%, 96%);
  border-left: 5px solid hsl(0deg, 0%, 86%);
  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 hsl(0deg, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: hsl(0deg, 0%, 21%);
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: hsl(0deg, 0%, 21%);
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0deg, 0%, 21%);
}
.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.75rem;
}
.content.is-normal {
  font-size: 1rem;
}
.content.is-medium {
  font-size: 1.25rem;
}
.content.is-large {
  font-size: 1.5rem;
}

.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: hsl(0deg, 0%, 96%);
  border-radius: 4px;
  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: hsl(0deg, 0%, 100%);
}
.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: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.notification.is-black {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.notification.is-light {
  background-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-dark {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.notification.is-primary {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.notification.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}
.notification.is-link {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.notification.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.notification.is-info {
  background-color: hsl(207deg, 61%, 53%);
  color: #fff;
}
.notification.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
.notification.is-success {
  background-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.notification.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
.notification.is-warning {
  background-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.notification.is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.notification.is-danger {
  background-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.notification.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

.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: hsl(0deg, 0%, 93%);
}
.progress::-webkit-progress-value {
  background-color: hsl(0deg, 0%, 29%);
}
.progress::-moz-progress-bar {
  background-color: hsl(0deg, 0%, 29%);
}
.progress::-ms-fill {
  background-color: hsl(0deg, 0%, 29%);
  border: none;
}
.progress.is-white::-webkit-progress-value {
  background-color: hsl(0deg, 0%, 100%);
}
.progress.is-white::-moz-progress-bar {
  background-color: hsl(0deg, 0%, 100%);
}
.progress.is-white::-ms-fill {
  background-color: hsl(0deg, 0%, 100%);
}
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, hsl(0deg, 0%, 100%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.progress.is-black::-webkit-progress-value {
  background-color: hsl(0deg, 0%, 4%);
}
.progress.is-black::-moz-progress-bar {
  background-color: hsl(0deg, 0%, 4%);
}
.progress.is-black::-ms-fill {
  background-color: hsl(0deg, 0%, 4%);
}
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, hsl(0deg, 0%, 4%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.progress.is-light::-webkit-progress-value {
  background-color: hsl(0deg, 0%, 96%);
}
.progress.is-light::-moz-progress-bar {
  background-color: hsl(0deg, 0%, 96%);
}
.progress.is-light::-ms-fill {
  background-color: hsl(0deg, 0%, 96%);
}
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, hsl(0deg, 0%, 96%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.progress.is-dark::-webkit-progress-value {
  background-color: hsl(0deg, 0%, 21%);
}
.progress.is-dark::-moz-progress-bar {
  background-color: hsl(0deg, 0%, 21%);
}
.progress.is-dark::-ms-fill {
  background-color: hsl(0deg, 0%, 21%);
}
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, hsl(0deg, 0%, 21%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.progress.is-primary::-webkit-progress-value {
  background-color: hsl(0deg, 0%, 21%);
}
.progress.is-primary::-moz-progress-bar {
  background-color: hsl(0deg, 0%, 21%);
}
.progress.is-primary::-ms-fill {
  background-color: hsl(0deg, 0%, 21%);
}
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, hsl(0deg, 0%, 21%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.progress.is-link::-webkit-progress-value {
  background-color: hsl(229deg, 53%, 53%);
}
.progress.is-link::-moz-progress-bar {
  background-color: hsl(229deg, 53%, 53%);
}
.progress.is-link::-ms-fill {
  background-color: hsl(229deg, 53%, 53%);
}
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, hsl(229deg, 53%, 53%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.progress.is-info::-webkit-progress-value {
  background-color: hsl(207deg, 61%, 53%);
}
.progress.is-info::-moz-progress-bar {
  background-color: hsl(207deg, 61%, 53%);
}
.progress.is-info::-ms-fill {
  background-color: hsl(207deg, 61%, 53%);
}
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, hsl(207deg, 61%, 53%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.progress.is-success::-webkit-progress-value {
  background-color: hsl(153deg, 53%, 53%);
}
.progress.is-success::-moz-progress-bar {
  background-color: hsl(153deg, 53%, 53%);
}
.progress.is-success::-ms-fill {
  background-color: hsl(153deg, 53%, 53%);
}
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, hsl(153deg, 53%, 53%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.progress.is-warning::-webkit-progress-value {
  background-color: hsl(44deg, 100%, 77%);
}
.progress.is-warning::-moz-progress-bar {
  background-color: hsl(44deg, 100%, 77%);
}
.progress.is-warning::-ms-fill {
  background-color: hsl(44deg, 100%, 77%);
}
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, hsl(44deg, 100%, 77%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.progress.is-danger::-webkit-progress-value {
  background-color: hsl(348deg, 86%, 61%);
}
.progress.is-danger::-moz-progress-bar {
  background-color: hsl(348deg, 86%, 61%);
}
.progress.is-danger::-ms-fill {
  background-color: hsl(348deg, 86%, 61%);
}
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, hsl(348deg, 86%, 61%) 30%, hsl(0deg, 0%, 93%) 30%);
}
.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: hsl(0deg, 0%, 93%);
  background-image: linear-gradient(to right, hsl(0deg, 0%, 29%) 30%, hsl(0deg, 0%, 93%) 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.75rem;
}
.progress.is-medium {
  height: 1.25rem;
}
.progress.is-large {
  height: 1.5rem;
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.table {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 21%);
}
.table td,
.table th {
  border: 1px solid hsl(0deg, 0%, 86%);
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.table td.is-white,
.table th.is-white {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.table td.is-black,
.table th.is-black {
  background-color: hsl(0deg, 0%, 4%);
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.table td.is-light,
.table th.is-light {
  background-color: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-dark,
.table th.is-dark {
  background-color: hsl(0deg, 0%, 21%);
  border-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.table td.is-primary,
.table th.is-primary {
  background-color: hsl(0deg, 0%, 21%);
  border-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.table td.is-link,
.table th.is-link {
  background-color: hsl(229deg, 53%, 53%);
  border-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.table td.is-info,
.table th.is-info {
  background-color: hsl(207deg, 61%, 53%);
  border-color: hsl(207deg, 61%, 53%);
  color: #fff;
}
.table td.is-success,
.table th.is-success {
  background-color: hsl(153deg, 53%, 53%);
  border-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.table td.is-warning,
.table th.is-warning {
  background-color: hsl(44deg, 100%, 77%);
  border-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.table td.is-danger,
.table th.is-danger {
  background-color: hsl(348deg, 86%, 61%);
  border-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}
.table th {
  color: hsl(0deg, 0%, 21%);
}
.table th:not([align]) {
  text-align: left;
}
.table tr.is-selected {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
.table thead {
  background-color: transparent;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: hsl(0deg, 0%, 21%);
}
.table tfoot {
  background-color: transparent;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: hsl(0deg, 0%, 21%);
}
.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: hsl(0deg, 0%, 98%);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: hsl(0deg, 0%, 98%);
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: hsl(0deg, 0%, 96%);
}
.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: hsl(0deg, 0%, 98%);
}

.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.25rem;
}
.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: hsl(0deg, 0%, 96%);
  border-radius: 4px;
  color: hsl(0deg, 0%, 29%);
  display: inline-flex;
  font-size: 0.75rem;
  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: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.tag:not(body).is-black {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.tag:not(body).is-light {
  background-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-dark {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.tag:not(body).is-primary {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.tag:not(body).is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}
.tag:not(body).is-link {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.tag:not(body).is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.tag:not(body).is-info {
  background-color: hsl(207deg, 61%, 53%);
  color: #fff;
}
.tag:not(body).is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}
.tag:not(body).is-success {
  background-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.tag:not(body).is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
.tag:not(body).is-warning {
  background-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.tag:not(body).is-danger {
  background-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.tag:not(body).is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.tag:not(body).is-normal {
  font-size: 0.75rem;
}
.tag:not(body).is-medium {
  font-size: 1rem;
}
.tag:not(body).is-large {
  font-size: 1.25rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  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: hsl(0deg, 0%, 21%);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}
.title.is-1 {
  font-size: 3rem;
}
.title.is-2 {
  font-size: 2.5rem;
}
.title.is-3 {
  font-size: 2rem;
}
.title.is-4 {
  font-size: 1.5rem;
}
.title.is-5 {
  font-size: 1.25rem;
}
.title.is-6 {
  font-size: 1rem;
}
.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: hsl(0deg, 0%, 29%);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}
.subtitle strong {
  color: hsl(0deg, 0%, 21%);
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}
.subtitle.is-1 {
  font-size: 3rem;
}
.subtitle.is-2 {
  font-size: 2.5rem;
}
.subtitle.is-3 {
  font-size: 2rem;
}
.subtitle.is-4 {
  font-size: 1.5rem;
}
.subtitle.is-5 {
  font-size: 1.25rem;
}
.subtitle.is-6 {
  font-size: 1rem;
}
.subtitle.is-7 {
  font-size: 0.75rem;
}

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

.number {
  align-items: center;
  background-color: hsl(0deg, 0%, 96%);
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1.25rem;
  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: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 86%);
  border-radius: 4px;
  color: hsl(0deg, 0%, 21%);
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: hsl(0deg, 0%, 71%);
}
.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: hsl(229deg, 53%, 53%);
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 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: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 96%);
  box-shadow: none;
  color: hsl(0deg, 0%, 48%);
}
.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(122, 122, 122, 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(122, 122, 122, 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(122, 122, 122, 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(122, 122, 122, 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: hsl(0deg, 0%, 100%);
}
.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: hsl(0deg, 0%, 4%);
}
.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: hsl(0deg, 0%, 96%);
}
.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: hsl(0deg, 0%, 21%);
}
.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(54, 54, 54, 0.25);
}
.is-primary.textarea, .is-primary.input {
  border-color: hsl(0deg, 0%, 21%);
}
.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(54, 54, 54, 0.25);
}
.is-link.textarea, .is-link.input {
  border-color: hsl(229deg, 53%, 53%);
}
.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(72, 95, 199, 0.25);
}
.is-info.textarea, .is-info.input {
  border-color: hsl(207deg, 61%, 53%);
}
.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(62, 142, 208, 0.25);
}
.is-success.textarea, .is-success.input {
  border-color: hsl(153deg, 53%, 53%);
}
.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(72, 199, 142, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: hsl(44deg, 100%, 77%);
}
.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(255, 224, 138, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: hsl(348deg, 86%, 61%);
}
.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(241, 70, 104, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}
.is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}
.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}
.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(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 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(0.75em - 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: hsl(0deg, 0%, 21%);
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: hsl(0deg, 0%, 48%);
  cursor: not-allowed;
}

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

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: hsl(229deg, 53%, 53%);
  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: hsl(0deg, 0%, 96%);
}
.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: hsl(0deg, 0%, 21%);
}
.select.is-white:not(:hover)::after {
  border-color: hsl(0deg, 0%, 100%);
}
.select.is-white select {
  border-color: hsl(0deg, 0%, 100%);
}
.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: hsl(0deg, 0%, 4%);
}
.select.is-black select {
  border-color: hsl(0deg, 0%, 4%);
}
.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: hsl(0deg, 0%, 96%);
}
.select.is-light select {
  border-color: hsl(0deg, 0%, 96%);
}
.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: hsl(0deg, 0%, 21%);
}
.select.is-dark select {
  border-color: hsl(0deg, 0%, 21%);
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: hsl(0deg, 0%, 21%);
}
.select.is-primary select {
  border-color: hsl(0deg, 0%, 21%);
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #292929;
}
.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(54, 54, 54, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: hsl(229deg, 53%, 53%);
}
.select.is-link select {
  border-color: hsl(229deg, 53%, 53%);
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #3a51bb;
}
.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(72, 95, 199, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: hsl(207deg, 61%, 53%);
}
.select.is-info select {
  border-color: hsl(207deg, 61%, 53%);
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #3082c5;
}
.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(62, 142, 208, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: hsl(153deg, 53%, 53%);
}
.select.is-success select {
  border-color: hsl(153deg, 53%, 53%);
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #3abb81;
}
.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(72, 199, 142, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: hsl(44deg, 100%, 77%);
}
.select.is-warning select {
  border-color: hsl(44deg, 100%, 77%);
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffd970;
}
.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(255, 224, 138, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: hsl(348deg, 86%, 61%);
}
.select.is-danger select {
  border-color: hsl(348deg, 86%, 61%);
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ef2e55;
}
.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(241, 70, 104, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 1.25rem;
}
.select.is-large {
  font-size: 1.5rem;
}
.select.is-disabled::after {
  border-color: hsl(0deg, 0%, 48%) !important;
  opacity: 0.5;
}
.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.75rem;
}
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-white .file-cta {
  background-color: hsl(0deg, 0%, 100%);
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.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: hsl(0deg, 0%, 4%);
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.file.is-black .file-cta {
  background-color: hsl(0deg, 0%, 4%);
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.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: hsl(0deg, 0%, 100%);
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.file.is-light .file-cta {
  background-color: hsl(0deg, 0%, 96%);
  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: hsl(0deg, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  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(54, 54, 54, 0.25);
  color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.file.is-primary .file-cta {
  background-color: hsl(0deg, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: hsl(229deg, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: hsl(207deg, 61%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #3488ce;
  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(62, 142, 208, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: hsl(153deg, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #3ec487;
  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(72, 199, 142, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: hsl(44deg, 100%, 77%);
  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: #ffdc7d;
  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(255, 224, 138, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
  background-color: hsl(348deg, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #f03a5f;
  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(241, 70, 104, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 0.75rem;
}
.file.is-normal {
  font-size: 1rem;
}
.file.is-medium {
  font-size: 1.25rem;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 1.5rem;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  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: 4px 4px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  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 4px 4px 0;
}
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  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: hsl(0deg, 0%, 21%);
}
.file-label:hover .file-name {
  border-color: #d5d5d5;
}
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: hsl(0deg, 0%, 21%);
}
.file-label:active .file-name {
  border-color: #cfcfcf;
}

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

.file-cta,
.file-name {
  border-color: hsl(0deg, 0%, 86%);
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 29%);
}

.file-name {
  border-color: hsl(0deg, 0%, 86%);
  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: hsl(0deg, 0%, 21%);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.75rem;
}
.label.is-medium {
  font-size: 1.25rem;
}
.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.help.is-white {
  color: hsl(0deg, 0%, 100%);
}
.help.is-black {
  color: hsl(0deg, 0%, 4%);
}
.help.is-light {
  color: hsl(0deg, 0%, 96%);
}
.help.is-dark {
  color: hsl(0deg, 0%, 21%);
}
.help.is-primary {
  color: hsl(0deg, 0%, 21%);
}
.help.is-link {
  color: hsl(229deg, 53%, 53%);
}
.help.is-info {
  color: hsl(207deg, 61%, 53%);
}
.help.is-success {
  color: hsl(153deg, 53%, 53%);
}
.help.is-warning {
  color: hsl(44deg, 100%, 77%);
}
.help.is-danger {
  color: hsl(348deg, 86%, 61%);
}

.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: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), 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.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), 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: hsl(0deg, 0%, 29%);
}
.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.75rem;
}
.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.25rem;
}
.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.5rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: hsl(0deg, 0%, 86%);
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}
.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.75rem;
}
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* Bulma Components */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}
.breadcrumb a {
  align-items: center;
  color: hsl(229deg, 53%, 53%);
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}
.breadcrumb a:hover {
  color: hsl(0deg, 0%, 21%);
}
.breadcrumb li {
  align-items: center;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: hsl(0deg, 0%, 21%);
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: hsl(0deg, 0%, 71%);
  content: "/";
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 0.75rem;
}
.breadcrumb.is-medium {
  font-size: 1.25rem;
}
.breadcrumb.is-large {
  font-size: 1.5rem;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}

.card {
  background-color: hsl(0deg, 0%, 100%);
  border-radius: 0.25rem;
  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: hsl(0deg, 0%, 29%);
  max-width: 100%;
  position: relative;
}

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

.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: hsl(0deg, 0%, 21%);
  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: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

.card-footer {
  background-color: transparent;
  border-top: 1px solid hsl(0deg, 0%, 93%);
  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 hsl(0deg, 0%, 93%);
}

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

.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: hsl(0deg, 0%, 100%);
  border-radius: 4px;
  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: hsl(0deg, 0%, 29%);
  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: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 4%);
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}

.dropdown-divider {
  background-color: hsl(0deg, 0%, 93%);
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 4px;
}
.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.75rem;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), 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: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.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: 769px), print {
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

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

.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), 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: 768px) {
  .media-content {
    overflow-x: auto;
  }
}
.menu {
  font-size: 1rem;
}
.menu.is-small {
  font-size: 0.75rem;
}
.menu.is-medium {
  font-size: 1.25rem;
}
.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 2px;
  color: hsl(0deg, 0%, 29%);
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 21%);
}
.menu-list a.is-active {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid hsl(0deg, 0%, 86%);
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: hsl(0deg, 0%, 48%);
  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: hsl(0deg, 0%, 96%);
  border-radius: 4px;
  font-size: 1rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-small {
  font-size: 0.75rem;
}
.message.is-medium {
  font-size: 1.25rem;
}
.message.is-large {
  font-size: 1.5rem;
}
.message.is-white {
  background-color: white;
}
.message.is-white .message-header {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.message.is-white .message-body {
  border-color: hsl(0deg, 0%, 100%);
}
.message.is-black {
  background-color: #fafafa;
}
.message.is-black .message-header {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.message.is-black .message-body {
  border-color: hsl(0deg, 0%, 4%);
}
.message.is-light {
  background-color: #fafafa;
}
.message.is-light .message-header {
  background-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.message.is-light .message-body {
  border-color: hsl(0deg, 0%, 96%);
}
.message.is-dark {
  background-color: #fafafa;
}
.message.is-dark .message-header {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.message.is-dark .message-body {
  border-color: hsl(0deg, 0%, 21%);
}
.message.is-primary {
  background-color: #ebfffc;
}
.message.is-primary .message-header {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.message.is-primary .message-body {
  border-color: hsl(0deg, 0%, 21%);
  color: #00947e;
}
.message.is-link {
  background-color: #eff1fa;
}
.message.is-link .message-header {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.message.is-link .message-body {
  border-color: hsl(229deg, 53%, 53%);
  color: #3850b7;
}
.message.is-info {
  background-color: #eff5fb;
}
.message.is-info .message-header {
  background-color: hsl(207deg, 61%, 53%);
  color: #fff;
}
.message.is-info .message-body {
  border-color: hsl(207deg, 61%, 53%);
  color: #296fa8;
}
.message.is-success {
  background-color: #effaf5;
}
.message.is-success .message-header {
  background-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.message.is-success .message-body {
  border-color: hsl(153deg, 53%, 53%);
  color: #257953;
}
.message.is-warning {
  background-color: #fffaeb;
}
.message.is-warning .message-header {
  background-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.message.is-warning .message-body {
  border-color: hsl(44deg, 100%, 77%);
  color: #946c00;
}
.message.is-danger {
  background-color: #feecf0;
}
.message.is-danger .message-header {
  background-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.message.is-danger .message-body {
  border-color: hsl(348deg, 86%, 61%);
  color: #cc0f35;
}

.message-header {
  align-items: center;
  background-color: hsl(0deg, 0%, 29%);
  border-radius: 4px 4px 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: hsl(0deg, 0%, 86%);
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: hsl(0deg, 0%, 29%);
  padding: 1.25em 1.5em;
}
.message-body code,
.message-body pre {
  background-color: hsl(0deg, 0%, 100%);
}
.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: 10000;
}
.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: 769px) {
  .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: hsl(0deg, 0%, 96%);
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid hsl(0deg, 0%, 86%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: hsl(0deg, 0%, 21%);
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid hsl(0deg, 0%, 86%);
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: hsl(0deg, 0%, 100%);
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: hsl(0deg, 0%, 100%);
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: hsl(0deg, 0%, 4%);
}
.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: hsl(0deg, 0%, 4%);
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: hsl(0deg, 0%, 4%);
}
.navbar.is-white .navbar-burger {
  color: hsl(0deg, 0%, 4%);
}
@media screen and (min-width: 1024px) {
  .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: hsl(0deg, 0%, 4%);
  }
  .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: hsl(0deg, 0%, 4%);
  }
  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: hsl(0deg, 0%, 4%);
  }
  .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: hsl(0deg, 0%, 4%);
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0deg, 0%, 100%);
    color: hsl(0deg, 0%, 4%);
  }
}
.navbar.is-black {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: hsl(0deg, 0%, 100%);
}
.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: hsl(0deg, 0%, 100%);
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: hsl(0deg, 0%, 100%);
}
.navbar.is-black .navbar-burger {
  color: hsl(0deg, 0%, 100%);
}
@media screen and (min-width: 1024px) {
  .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: hsl(0deg, 0%, 100%);
  }
  .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: hsl(0deg, 0%, 100%);
  }
  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: hsl(0deg, 0%, 100%);
  }
  .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: hsl(0deg, 0%, 100%);
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 100%);
  }
}
.navbar.is-light {
  background-color: hsl(0deg, 0%, 96%);
  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: 1024px) {
  .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: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: hsl(0deg, 0%, 21%);
  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: #292929;
  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: 1024px) {
  .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: #292929;
    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: #292929;
    color: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0deg, 0%, 21%);
    color: #fff;
  }
}
.navbar.is-primary {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.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: #292929;
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .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: #fff;
  }
  .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: #292929;
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .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: #292929;
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0deg, 0%, 21%);
    color: #fff;
  }
}
.navbar.is-link {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item: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: #3a51bb;
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
.navbar.is-link .navbar-start .navbar-link,
.navbar.is-link .navbar-end > .navbar-item,
.navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item: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: #3a51bb;
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown: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: #3a51bb;
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(229deg, 53%, 53%);
    color: #fff;
  }
}
.navbar.is-info {
  background-color: hsl(207deg, 61%, 53%);
  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: #3082c5;
  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: 1024px) {
  .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: #3082c5;
    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: #3082c5;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(207deg, 61%, 53%);
    color: #fff;
  }
}
.navbar.is-success {
  background-color: hsl(153deg, 53%, 53%);
  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: #3abb81;
  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: 1024px) {
  .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: #3abb81;
    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: #3abb81;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(153deg, 53%, 53%);
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: hsl(44deg, 100%, 77%);
  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: #ffd970;
  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: 1024px) {
  .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: #ffd970;
    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: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(44deg, 100%, 77%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: hsl(348deg, 86%, 61%);
  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: #ef2e55;
  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: 1024px) {
  .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: #ef2e55;
    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: #ef2e55;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(348deg, 86%, 61%);
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 hsl(0deg, 0%, 96%);
}
.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 hsl(0deg, 0%, 96%);
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

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

.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: hsl(0deg, 0%, 29%);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  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: hsl(0deg, 0%, 29%);
  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: hsl(0deg, 0%, 98%);
  color: hsl(229deg, 53%, 53%);
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.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: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: hsl(229deg, 53%, 53%);
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: hsl(229deg, 53%, 53%);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: hsl(229deg, 53%, 53%);
  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: hsl(229deg, 53%, 53%);
  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: hsl(0deg, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .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: hsl(0deg, 0%, 100%);
    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 - 3.25rem);
    overflow: auto;
  }
  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .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: 4px;
  }
  .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: hsl(0deg, 0%, 96%);
    color: hsl(0deg, 0%, 4%);
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0deg, 0%, 96%);
    color: hsl(229deg, 53%, 53%);
  }
  .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: 2px solid hsl(0deg, 0%, 86%);
    border-radius: 6px 6px 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: hsl(0deg, 0%, 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid hsl(0deg, 0%, 86%);
    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: hsl(0deg, 0%, 96%);
    color: hsl(0deg, 0%, 4%);
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0deg, 0%, 96%);
    color: hsl(229deg, 53%, 53%);
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    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: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.navbar-item.is-active,
.navbar-link.is-active {
    color: hsl(0deg, 0%, 4%);
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0deg, 0%, 98%);
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}
.pagination.is-small {
  font-size: 0.75rem;
}
.pagination.is-medium {
  font-size: 1.25rem;
}
.pagination.is-large {
  font-size: 1.5rem;
}
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 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: hsl(0deg, 0%, 86%);
  color: hsl(0deg, 0%, 21%);
  min-width: 2.5em;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: hsl(0deg, 0%, 71%);
  color: hsl(0deg, 0%, 21%);
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: hsl(229deg, 53%, 53%);
}
.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-previous.is-disabled,
.pagination-next[disabled],
.pagination-next.is-disabled,
.pagination-link[disabled],
.pagination-link.is-disabled {
  background-color: hsl(0deg, 0%, 86%);
  border-color: hsl(0deg, 0%, 86%);
  box-shadow: none;
  color: hsl(0deg, 0%, 48%);
  opacity: 0.5;
}

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

.pagination-link.is-current {
  background-color: hsl(229deg, 53%, 53%);
  border-color: hsl(229deg, 53%, 53%);
  color: #fff;
}

.pagination-ellipsis {
  color: hsl(0deg, 0%, 71%);
  pointer-events: none;
}

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

@media screen and (max-width: 768px) {
  .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: 769px), 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: 6px;
  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: 1.5rem;
}
.panel.is-white .panel-heading {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: hsl(0deg, 0%, 100%);
}
.panel.is-white .panel-block.is-active .panel-icon {
  color: hsl(0deg, 0%, 100%);
}
.panel.is-black .panel-heading {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: hsl(0deg, 0%, 4%);
}
.panel.is-black .panel-block.is-active .panel-icon {
  color: hsl(0deg, 0%, 4%);
}
.panel.is-light .panel-heading {
  background-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: hsl(0deg, 0%, 96%);
}
.panel.is-light .panel-block.is-active .panel-icon {
  color: hsl(0deg, 0%, 96%);
}
.panel.is-dark .panel-heading {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: hsl(0deg, 0%, 21%);
}
.panel.is-dark .panel-block.is-active .panel-icon {
  color: hsl(0deg, 0%, 21%);
}
.panel.is-primary .panel-heading {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: hsl(0deg, 0%, 21%);
}
.panel.is-primary .panel-block.is-active .panel-icon {
  color: hsl(0deg, 0%, 21%);
}
.panel.is-link .panel-heading {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: hsl(229deg, 53%, 53%);
}
.panel.is-link .panel-block.is-active .panel-icon {
  color: hsl(229deg, 53%, 53%);
}
.panel.is-info .panel-heading {
  background-color: hsl(207deg, 61%, 53%);
  color: #fff;
}
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: hsl(207deg, 61%, 53%);
}
.panel.is-info .panel-block.is-active .panel-icon {
  color: hsl(207deg, 61%, 53%);
}
.panel.is-success .panel-heading {
  background-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: hsl(153deg, 53%, 53%);
}
.panel.is-success .panel-block.is-active .panel-icon {
  color: hsl(153deg, 53%, 53%);
}
.panel.is-warning .panel-heading {
  background-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: hsl(44deg, 100%, 77%);
}
.panel.is-warning .panel-block.is-active .panel-icon {
  color: hsl(44deg, 100%, 77%);
}
.panel.is-danger .panel-heading {
  background-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: hsl(348deg, 86%, 61%);
}
.panel.is-danger .panel-block.is-active .panel-icon {
  color: hsl(348deg, 86%, 61%);
}

.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid hsl(0deg, 0%, 93%);
}

.panel-heading {
  background-color: hsl(0deg, 0%, 93%);
  border-radius: 6px 6px 0 0;
  color: hsl(0deg, 0%, 21%);
  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 hsl(0deg, 0%, 86%);
  margin-bottom: -1px;
  padding: 0.5em;
}
.panel-tabs a.is-active {
  border-bottom-color: hsl(0deg, 0%, 29%);
  color: hsl(0deg, 0%, 21%);
}

.panel-list a {
  color: hsl(0deg, 0%, 29%);
}
.panel-list a:hover {
  color: hsl(229deg, 53%, 53%);
}

.panel-block {
  align-items: center;
  color: hsl(0deg, 0%, 21%);
  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: hsl(229deg, 53%, 53%);
  color: hsl(0deg, 0%, 21%);
}
.panel-block.is-active .panel-icon {
  color: hsl(229deg, 53%, 53%);
}
.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}
a.panel-block:hover,
label.panel-block:hover {
  background-color: hsl(0deg, 0%, 96%);
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: hsl(0deg, 0%, 48%);
  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: hsl(0deg, 0%, 86%);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: hsl(0deg, 0%, 29%);
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: hsl(0deg, 0%, 21%);
  color: hsl(0deg, 0%, 21%);
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: hsl(229deg, 53%, 53%);
  color: hsl(229deg, 53%, 53%);
}
.tabs ul {
  align-items: center;
  border-bottom-color: hsl(0deg, 0%, 86%);
  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: 4px 4px 0 0;
}
.tabs.is-boxed a:hover {
  background-color: hsl(0deg, 0%, 96%);
  border-bottom-color: hsl(0deg, 0%, 86%);
}
.tabs.is-boxed li.is-active a {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 86%);
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: hsl(0deg, 0%, 86%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 71%);
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tabs.is-toggle li.is-active a {
  background-color: hsl(229deg, 53%, 53%);
  border-color: hsl(229deg, 53%, 53%);
  color: #fff;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 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.75rem;
}
.tabs.is-medium {
  font-size: 1.25rem;
}
.tabs.is-large {
  font-size: 1.5rem;
}

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.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: 768px) {
  .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: 769px), 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: 1023px) {
  .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: 1024px) {
  .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%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  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: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .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: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --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: 769px), 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: hsl(0deg, 0%, 100%) !important;
}

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

.has-background-white {
  background-color: hsl(0deg, 0%, 100%) !important;
}

.has-text-black {
  color: hsl(0deg, 0%, 4%) !important;
}

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

.has-background-black {
  background-color: hsl(0deg, 0%, 4%) !important;
}

.has-text-light {
  color: hsl(0deg, 0%, 96%) !important;
}

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

.has-background-light {
  background-color: hsl(0deg, 0%, 96%) !important;
}

.has-text-dark {
  color: hsl(0deg, 0%, 21%) !important;
}

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

.has-background-dark {
  background-color: hsl(0deg, 0%, 21%) !important;
}

.has-text-primary {
  color: hsl(0deg, 0%, 21%) !important;
}

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

.has-background-primary {
  background-color: hsl(0deg, 0%, 21%) !important;
}

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

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

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

.has-text-primary-dark {
  color: #00947e !important;
}

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

.has-background-primary-dark {
  background-color: #00947e !important;
}

.has-text-link {
  color: hsl(229deg, 53%, 53%) !important;
}

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

.has-background-link {
  background-color: hsl(229deg, 53%, 53%) !important;
}

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

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

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

.has-text-link-dark {
  color: #3850b7 !important;
}

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

.has-background-link-dark {
  background-color: #3850b7 !important;
}

.has-text-info {
  color: hsl(207deg, 61%, 53%) !important;
}

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

.has-background-info {
  background-color: hsl(207deg, 61%, 53%) !important;
}

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

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

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

.has-text-info-dark {
  color: #296fa8 !important;
}

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

.has-background-info-dark {
  background-color: #296fa8 !important;
}

.has-text-success {
  color: hsl(153deg, 53%, 53%) !important;
}

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

.has-background-success {
  background-color: hsl(153deg, 53%, 53%) !important;
}

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

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

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

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

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

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

.has-text-warning {
  color: hsl(44deg, 100%, 77%) !important;
}

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

.has-background-warning {
  background-color: hsl(44deg, 100%, 77%) !important;
}

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

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

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

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

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

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

.has-text-danger {
  color: hsl(348deg, 86%, 61%) !important;
}

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

.has-background-danger {
  background-color: hsl(348deg, 86%, 61%) !important;
}

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

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

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

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

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

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

.has-text-black-bis {
  color: hsl(0deg, 0%, 7%) !important;
}

.has-background-black-bis {
  background-color: hsl(0deg, 0%, 7%) !important;
}

.has-text-black-ter {
  color: hsl(0deg, 0%, 14%) !important;
}

.has-background-black-ter {
  background-color: hsl(0deg, 0%, 14%) !important;
}

.has-text-grey-darker {
  color: hsl(0deg, 0%, 21%) !important;
}

.has-background-grey-darker {
  background-color: hsl(0deg, 0%, 21%) !important;
}

.has-text-grey-dark {
  color: hsl(0deg, 0%, 29%) !important;
}

.has-background-grey-dark {
  background-color: hsl(0deg, 0%, 29%) !important;
}

.has-text-grey {
  color: hsl(0deg, 0%, 48%) !important;
}

.has-background-grey {
  background-color: hsl(0deg, 0%, 48%) !important;
}

.has-text-grey-light {
  color: hsl(0deg, 0%, 71%) !important;
}

.has-background-grey-light {
  background-color: hsl(0deg, 0%, 71%) !important;
}

.has-text-grey-lighter {
  color: hsl(0deg, 0%, 86%) !important;
}

.has-background-grey-lighter {
  background-color: hsl(0deg, 0%, 86%) !important;
}

.has-text-white-ter {
  color: hsl(0deg, 0%, 96%) !important;
}

.has-background-white-ter {
  background-color: hsl(0deg, 0%, 96%) !important;
}

.has-text-white-bis {
  color: hsl(0deg, 0%, 98%) !important;
}

.has-background-white-bis {
  background-color: hsl(0deg, 0%, 98%) !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: 3rem !important;
}

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

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

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

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

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

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !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: 3rem !important;
}

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

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

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

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

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

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !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: 3rem !important;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
.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: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    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: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: "Nunito", 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: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    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: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    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: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.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: hsl(0deg, 0%, 4%);
}
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: hsl(0deg, 0%, 4%);
}
@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: hsl(0deg, 0%, 100%);
  }
}
.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: hsl(0deg, 0%, 4%);
}
.hero.is-white .tabs a {
  color: hsl(0deg, 0%, 4%);
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  color: hsl(0deg, 0%, 100%) !important;
  opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: hsl(0deg, 0%, 4%);
}
.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: hsl(0deg, 0%, 4%);
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0deg, 0%, 100%) 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0deg, 0%, 100%) 71%, white 100%);
  }
}
.hero.is-black {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.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: hsl(0deg, 0%, 100%);
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: hsl(0deg, 0%, 100%);
}
@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: hsl(0deg, 0%, 4%);
  }
}
.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: hsl(0deg, 0%, 100%);
}
.hero.is-black .tabs a {
  color: hsl(0deg, 0%, 100%);
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.hero.is-black .tabs li.is-active a {
  color: hsl(0deg, 0%, 4%) !important;
  opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: hsl(0deg, 0%, 100%);
}
.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: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, hsl(0deg, 0%, 4%) 71%, #181616 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, hsl(0deg, 0%, 4%) 71%, #181616 100%);
  }
}
.hero.is-light {
  background-color: hsl(0deg, 0%, 96%);
  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: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: hsl(0deg, 0%, 96%);
  }
}
.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: hsl(0deg, 0%, 96%) !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: hsl(0deg, 0%, 96%);
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0deg, 0%, 96%) 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0deg, 0%, 96%) 71%, white 100%);
  }
}
.hero.is-dark {
  background-color: hsl(0deg, 0%, 21%);
  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: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: hsl(0deg, 0%, 21%);
  }
}
.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: #292929;
  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: hsl(0deg, 0%, 21%) !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: hsl(0deg, 0%, 21%);
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, hsl(0deg, 0%, 21%) 71%, #46403f 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, hsl(0deg, 0%, 21%) 71%, #46403f 100%);
  }
}
.hero.is-primary {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.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: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: hsl(0deg, 0%, 21%);
  }
}
.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: #292929;
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  color: hsl(0deg, 0%, 21%) !important;
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
.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: #fff;
  border-color: #fff;
  color: hsl(0deg, 0%, 21%);
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, hsl(0deg, 0%, 21%) 71%, #46403f 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, hsl(0deg, 0%, 21%) 71%, #46403f 100%);
  }
}
.hero.is-link {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.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: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: hsl(229deg, 53%, 53%);
  }
}
.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: #3a51bb;
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  color: hsl(229deg, 53%, 53%) !important;
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(229deg, 53%, 53%);
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #2959b3 0%, hsl(229deg, 53%, 53%) 71%, #5658d2 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #2959b3 0%, hsl(229deg, 53%, 53%) 71%, #5658d2 100%);
  }
}
.hero.is-info {
  background-color: hsl(207deg, 61%, 53%);
  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: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: hsl(207deg, 61%, 53%);
  }
}
.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: #3082c5;
  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: hsl(207deg, 61%, 53%) !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: hsl(207deg, 61%, 53%);
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #208fbc 0%, hsl(207deg, 61%, 53%) 71%, #4d83db 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #208fbc 0%, hsl(207deg, 61%, 53%) 71%, #4d83db 100%);
  }
}
.hero.is-success {
  background-color: hsl(153deg, 53%, 53%);
  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: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: hsl(153deg, 53%, 53%);
  }
}
.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: #3abb81;
  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: hsl(153deg, 53%, 53%) !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: hsl(153deg, 53%, 53%);
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #29b35e 0%, hsl(153deg, 53%, 53%) 71%, #56d2af 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #29b35e 0%, hsl(153deg, 53%, 53%) 71%, #56d2af 100%);
  }
}
.hero.is-warning {
  background-color: hsl(44deg, 100%, 77%);
  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: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: hsl(44deg, 100%, 77%);
  }
}
.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: #ffd970;
  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: hsl(44deg, 100%, 77%) !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: hsl(44deg, 100%, 77%);
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffb657 0%, hsl(44deg, 100%, 77%) 71%, #fff6a3 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffb657 0%, hsl(44deg, 100%, 77%) 71%, #fff6a3 100%);
  }
}
.hero.is-danger {
  background-color: hsl(348deg, 86%, 61%);
  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: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: hsl(348deg, 86%, 61%);
  }
}
.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: #ef2e55;
  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: hsl(348deg, 86%, 61%) !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: hsl(348deg, 86%, 61%);
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348deg, 86%, 61%) 71%, #f7595f 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348deg, 86%, 61%) 71%, #f7595f 100%);
  }
}
.hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}
@media screen and (min-width: 769px), 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: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), 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: 769px), print {
  .hero-body {
    padding: 3rem 3rem;
  }
}

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

.footer {
  background-color: hsl(0deg, 0%, 98%);
  padding: 3rem 1.5rem 6rem;
}

.is-borderless {
  border: 0 !important;
}

table.is-completely-borderless td,
table.is-completely-borderless th,
table.is-completely-borderless tr {
  border: 0 !important;
}

.is-top-borderless {
  border-top: 0px !important;
}

.is-bottom-borderless {
  border-bottom: 0px !important;
}

.is-left-borderless {
  border-left: 0px !important;
}

.is-right-borderless {
  border-right: 0px !important;
}

.has-border-width-1 {
  border-width: 1px !important;
}

.has-border-top-width-1 {
  border-top-width: 1px !important;
}

.has-border-bottom-width-1 {
  border-bottom-width: 1px !important;
}

.has-border-left-width-1 {
  border-left-width: 1px !important;
}

.has-border-right-width-1 {
  border-right-width: 1px !important;
}

.has-border-width-2 {
  border-width: 2px !important;
}

.has-border-top-width-2 {
  border-top-width: 2px !important;
}

.has-border-bottom-width-2 {
  border-bottom-width: 2px !important;
}

.has-border-left-width-2 {
  border-left-width: 2px !important;
}

.has-border-right-width-2 {
  border-right-width: 2px !important;
}

.has-border-width-3 {
  border-width: 3px !important;
}

.has-border-top-width-3 {
  border-top-width: 3px !important;
}

.has-border-bottom-width-3 {
  border-bottom-width: 3px !important;
}

.has-border-left-width-3 {
  border-left-width: 3px !important;
}

.has-border-right-width-3 {
  border-right-width: 3px !important;
}

.has-border-width-4 {
  border-width: 4px !important;
}

.has-border-top-width-4 {
  border-top-width: 4px !important;
}

.has-border-bottom-width-4 {
  border-bottom-width: 4px !important;
}

.has-border-left-width-4 {
  border-left-width: 4px !important;
}

.has-border-right-width-4 {
  border-right-width: 4px !important;
}

.has-border-width-5 {
  border-width: 5px !important;
}

.has-border-top-width-5 {
  border-top-width: 5px !important;
}

.has-border-bottom-width-5 {
  border-bottom-width: 5px !important;
}

.has-border-left-width-5 {
  border-left-width: 5px !important;
}

.has-border-right-width-5 {
  border-right-width: 5px !important;
}

.has-border-width-6 {
  border-width: 6px !important;
}

.has-border-top-width-6 {
  border-top-width: 6px !important;
}

.has-border-bottom-width-6 {
  border-bottom-width: 6px !important;
}

.has-border-left-width-6 {
  border-left-width: 6px !important;
}

.has-border-right-width-6 {
  border-right-width: 6px !important;
}

.has-border-width-7 {
  border-width: 7px !important;
}

.has-border-top-width-7 {
  border-top-width: 7px !important;
}

.has-border-bottom-width-7 {
  border-bottom-width: 7px !important;
}

.has-border-left-width-7 {
  border-left-width: 7px !important;
}

.has-border-right-width-7 {
  border-right-width: 7px !important;
}

.has-border-width-8 {
  border-width: 8px !important;
}

.has-border-top-width-8 {
  border-top-width: 8px !important;
}

.has-border-bottom-width-8 {
  border-bottom-width: 8px !important;
}

.has-border-left-width-8 {
  border-left-width: 8px !important;
}

.has-border-right-width-8 {
  border-right-width: 8px !important;
}

.has-border-width-9 {
  border-width: 9px !important;
}

.has-border-top-width-9 {
  border-top-width: 9px !important;
}

.has-border-bottom-width-9 {
  border-bottom-width: 9px !important;
}

.has-border-left-width-9 {
  border-left-width: 9px !important;
}

.has-border-right-width-9 {
  border-right-width: 9px !important;
}

.has-cursor-default {
  cursor: default !important;
}

.has-cursor-pointer {
  cursor: pointer !important;
}

.has-cursor-grab {
  cursor: grab !important;
}

.has-cursor-help {
  cursor: help !important;
}

.has-cursor-wait {
  cursor: wait !important;
}

.has-cursor-crosshair {
  cursor: crosshair !important;
}

.has-cursor-not-allowed {
  cursor: not-allowed !important;
}

.has-cursor-zoom-in {
  cursor: zoom-in !important;
}

.flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row !important;
}
.flex-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column !important;
}

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

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

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

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

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

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

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

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

.align-normal {
  align-content: normal !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.justify-normal {
  justify-content: normal !important;
}

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

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

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

.justify-stretch {
  justify-content: stretch !important;
}

.justify-baseline {
  justify-content: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

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

.is-blurred {
  filter: blur(15px) !important;
}
.is-blurred-medium {
  filter: blur(40px) !important;
}
.is-blurred-hard {
  filter: blur(75px) !important;
}

.has-max-width-50 {
  max-width: 50px !important;
}

.has-min-width-50 {
  min-width: 50px !important;
}

.has-max-height-50 {
  max-height: 50px !important;
}

.has-min-height-50 {
  min-height: 50px !important;
}

.has-max-width-100 {
  max-width: 100px !important;
}

.has-min-width-100 {
  min-width: 100px !important;
}

.has-max-height-100 {
  max-height: 100px !important;
}

.has-min-height-100 {
  min-height: 100px !important;
}

.has-max-width-150 {
  max-width: 150px !important;
}

.has-min-width-150 {
  min-width: 150px !important;
}

.has-max-height-150 {
  max-height: 150px !important;
}

.has-min-height-150 {
  min-height: 150px !important;
}

.has-max-width-200 {
  max-width: 200px !important;
}

.has-min-width-200 {
  min-width: 200px !important;
}

.has-max-height-200 {
  max-height: 200px !important;
}

.has-min-height-200 {
  min-height: 200px !important;
}

.has-max-width-250 {
  max-width: 250px !important;
}

.has-min-width-250 {
  min-width: 250px !important;
}

.has-max-height-250 {
  max-height: 250px !important;
}

.has-min-height-250 {
  min-height: 250px !important;
}

.has-max-width-300 {
  max-width: 300px !important;
}

.has-min-width-300 {
  min-width: 300px !important;
}

.has-max-height-300 {
  max-height: 300px !important;
}

.has-min-height-300 {
  min-height: 300px !important;
}

.has-max-width-350 {
  max-width: 350px !important;
}

.has-min-width-350 {
  min-width: 350px !important;
}

.has-max-height-350 {
  max-height: 350px !important;
}

.has-min-height-350 {
  min-height: 350px !important;
}

.has-width-50 {
  width: 50px !important;
}

.has-height-50 {
  height: 50px !important;
}

.has-width-100 {
  width: 100px !important;
}

.has-height-100 {
  height: 100px !important;
}

.has-width-150 {
  width: 150px !important;
}

.has-height-150 {
  height: 150px !important;
}

.has-width-200 {
  width: 200px !important;
}

.has-height-200 {
  height: 200px !important;
}

.has-width-250 {
  width: 250px !important;
}

.has-height-250 {
  height: 250px !important;
}

.has-width-300 {
  width: 300px !important;
}

.has-height-300 {
  height: 300px !important;
}

.has-width-350 {
  width: 350px !important;
}

.has-height-350 {
  height: 350px !important;
}

.is-full-height {
  height: 100% !important;
}

.has-page-height {
  height: 100vh !important;
}

.is-half-height {
  height: 50% !important;
}

.has-half-page-height {
  height: 50vh !important;
}

.is-quarter-height {
  height: 25% !important;
}

.has-quarter-page-height {
  height: 25vh !important;
}

.is-full-width {
  width: 100% !important;
}

.has-page-width {
  width: 100vw !important;
}

.is-half-width {
  width: 50% !important;
}

.has-half-page-width {
  width: 50vw !important;
}

.is-quarter-width {
  width: 25% !important;
}

.has-quarter-page-width {
  width: 25vw !important;
}

.has-margin-5 {
  margin: 5px !important;
}

.has-padding-5 {
  padding: 5px !important;
}

.has-margin-top-5 {
  margin-top: 5px !important;
}

.has-padding-top-5 {
  padding-top: 5px !important;
}

.has-margin-bottom-5 {
  margin-bottom: 5px !important;
}

.has-padding-bottom-5 {
  padding-bottom: 5px !important;
}

.has-margin-left-5 {
  margin-left: 5px !important;
}

.has-padding-left-5 {
  padding-left: 5px !important;
}

.has-margin-right-5 {
  margin-right: 5px !important;
}

.has-padding-right-5 {
  padding-right: 5px !important;
}

.has-margin-10 {
  margin: 10px !important;
}

.has-padding-10 {
  padding: 10px !important;
}

.has-margin-top-10 {
  margin-top: 10px !important;
}

.has-padding-top-10 {
  padding-top: 10px !important;
}

.has-margin-bottom-10 {
  margin-bottom: 10px !important;
}

.has-padding-bottom-10 {
  padding-bottom: 10px !important;
}

.has-margin-left-10 {
  margin-left: 10px !important;
}

.has-padding-left-10 {
  padding-left: 10px !important;
}

.has-margin-right-10 {
  margin-right: 10px !important;
}

.has-padding-right-10 {
  padding-right: 10px !important;
}

.has-margin-15 {
  margin: 15px !important;
}

.has-padding-15 {
  padding: 15px !important;
}

.has-margin-top-15 {
  margin-top: 15px !important;
}

.has-padding-top-15 {
  padding-top: 15px !important;
}

.has-margin-bottom-15 {
  margin-bottom: 15px !important;
}

.has-padding-bottom-15 {
  padding-bottom: 15px !important;
}

.has-margin-left-15 {
  margin-left: 15px !important;
}

.has-padding-left-15 {
  padding-left: 15px !important;
}

.has-margin-right-15 {
  margin-right: 15px !important;
}

.has-padding-right-15 {
  padding-right: 15px !important;
}

.has-margin-20 {
  margin: 20px !important;
}

.has-padding-20 {
  padding: 20px !important;
}

.has-margin-top-20 {
  margin-top: 20px !important;
}

.has-padding-top-20 {
  padding-top: 20px !important;
}

.has-margin-bottom-20 {
  margin-bottom: 20px !important;
}

.has-padding-bottom-20 {
  padding-bottom: 20px !important;
}

.has-margin-left-20 {
  margin-left: 20px !important;
}

.has-padding-left-20 {
  padding-left: 20px !important;
}

.has-margin-right-20 {
  margin-right: 20px !important;
}

.has-padding-right-20 {
  padding-right: 20px !important;
}

.has-margin-25 {
  margin: 25px !important;
}

.has-padding-25 {
  padding: 25px !important;
}

.has-margin-top-25 {
  margin-top: 25px !important;
}

.has-padding-top-25 {
  padding-top: 25px !important;
}

.has-margin-bottom-25 {
  margin-bottom: 25px !important;
}

.has-padding-bottom-25 {
  padding-bottom: 25px !important;
}

.has-margin-left-25 {
  margin-left: 25px !important;
}

.has-padding-left-25 {
  padding-left: 25px !important;
}

.has-margin-right-25 {
  margin-right: 25px !important;
}

.has-padding-right-25 {
  padding-right: 25px !important;
}

.has-margin-30 {
  margin: 30px !important;
}

.has-padding-30 {
  padding: 30px !important;
}

.has-margin-top-30 {
  margin-top: 30px !important;
}

.has-padding-top-30 {
  padding-top: 30px !important;
}

.has-margin-bottom-30 {
  margin-bottom: 30px !important;
}

.has-padding-bottom-30 {
  padding-bottom: 30px !important;
}

.has-margin-left-30 {
  margin-left: 30px !important;
}

.has-padding-left-30 {
  padding-left: 30px !important;
}

.has-margin-right-30 {
  margin-right: 30px !important;
}

.has-padding-right-30 {
  padding-right: 30px !important;
}

.has-margin-35 {
  margin: 35px !important;
}

.has-padding-35 {
  padding: 35px !important;
}

.has-margin-top-35 {
  margin-top: 35px !important;
}

.has-padding-top-35 {
  padding-top: 35px !important;
}

.has-margin-bottom-35 {
  margin-bottom: 35px !important;
}

.has-padding-bottom-35 {
  padding-bottom: 35px !important;
}

.has-margin-left-35 {
  margin-left: 35px !important;
}

.has-padding-left-35 {
  padding-left: 35px !important;
}

.has-margin-right-35 {
  margin-right: 35px !important;
}

.has-padding-right-35 {
  padding-right: 35px !important;
}

.has-margin-40 {
  margin: 40px !important;
}

.has-padding-40 {
  padding: 40px !important;
}

.has-margin-top-40 {
  margin-top: 40px !important;
}

.has-padding-top-40 {
  padding-top: 40px !important;
}

.has-margin-bottom-40 {
  margin-bottom: 40px !important;
}

.has-padding-bottom-40 {
  padding-bottom: 40px !important;
}

.has-margin-left-40 {
  margin-left: 40px !important;
}

.has-padding-left-40 {
  padding-left: 40px !important;
}

.has-margin-right-40 {
  margin-right: 40px !important;
}

.has-padding-right-40 {
  padding-right: 40px !important;
}

.has-margin-45 {
  margin: 45px !important;
}

.has-padding-45 {
  padding: 45px !important;
}

.has-margin-top-45 {
  margin-top: 45px !important;
}

.has-padding-top-45 {
  padding-top: 45px !important;
}

.has-margin-bottom-45 {
  margin-bottom: 45px !important;
}

.has-padding-bottom-45 {
  padding-bottom: 45px !important;
}

.has-margin-left-45 {
  margin-left: 45px !important;
}

.has-padding-left-45 {
  padding-left: 45px !important;
}

.has-margin-right-45 {
  margin-right: 45px !important;
}

.has-padding-right-45 {
  padding-right: 45px !important;
}

.has-margin-50 {
  margin: 50px !important;
}

.has-padding-50 {
  padding: 50px !important;
}

.has-margin-top-50 {
  margin-top: 50px !important;
}

.has-padding-top-50 {
  padding-top: 50px !important;
}

.has-margin-bottom-50 {
  margin-bottom: 50px !important;
}

.has-padding-bottom-50 {
  padding-bottom: 50px !important;
}

.has-margin-left-50 {
  margin-left: 50px !important;
}

.has-padding-left-50 {
  padding-left: 50px !important;
}

.has-margin-right-50 {
  margin-right: 50px !important;
}

.has-padding-right-50 {
  padding-right: 50px !important;
}

.has-margin-55 {
  margin: 55px !important;
}

.has-padding-55 {
  padding: 55px !important;
}

.has-margin-top-55 {
  margin-top: 55px !important;
}

.has-padding-top-55 {
  padding-top: 55px !important;
}

.has-margin-bottom-55 {
  margin-bottom: 55px !important;
}

.has-padding-bottom-55 {
  padding-bottom: 55px !important;
}

.has-margin-left-55 {
  margin-left: 55px !important;
}

.has-padding-left-55 {
  padding-left: 55px !important;
}

.has-margin-right-55 {
  margin-right: 55px !important;
}

.has-padding-right-55 {
  padding-right: 55px !important;
}

.has-margin-60 {
  margin: 60px !important;
}

.has-padding-60 {
  padding: 60px !important;
}

.has-margin-top-60 {
  margin-top: 60px !important;
}

.has-padding-top-60 {
  padding-top: 60px !important;
}

.has-margin-bottom-60 {
  margin-bottom: 60px !important;
}

.has-padding-bottom-60 {
  padding-bottom: 60px !important;
}

.has-margin-left-60 {
  margin-left: 60px !important;
}

.has-padding-left-60 {
  padding-left: 60px !important;
}

.has-margin-right-60 {
  margin-right: 60px !important;
}

.has-padding-right-60 {
  padding-right: 60px !important;
}

.has-margin-65 {
  margin: 65px !important;
}

.has-padding-65 {
  padding: 65px !important;
}

.has-margin-top-65 {
  margin-top: 65px !important;
}

.has-padding-top-65 {
  padding-top: 65px !important;
}

.has-margin-bottom-65 {
  margin-bottom: 65px !important;
}

.has-padding-bottom-65 {
  padding-bottom: 65px !important;
}

.has-margin-left-65 {
  margin-left: 65px !important;
}

.has-padding-left-65 {
  padding-left: 65px !important;
}

.has-margin-right-65 {
  margin-right: 65px !important;
}

.has-padding-right-65 {
  padding-right: 65px !important;
}

.has-margin-70 {
  margin: 70px !important;
}

.has-padding-70 {
  padding: 70px !important;
}

.has-margin-top-70 {
  margin-top: 70px !important;
}

.has-padding-top-70 {
  padding-top: 70px !important;
}

.has-margin-bottom-70 {
  margin-bottom: 70px !important;
}

.has-padding-bottom-70 {
  padding-bottom: 70px !important;
}

.has-margin-left-70 {
  margin-left: 70px !important;
}

.has-padding-left-70 {
  padding-left: 70px !important;
}

.has-margin-right-70 {
  margin-right: 70px !important;
}

.has-padding-right-70 {
  padding-right: 70px !important;
}

.has-margin-75 {
  margin: 75px !important;
}

.has-padding-75 {
  padding: 75px !important;
}

.has-margin-top-75 {
  margin-top: 75px !important;
}

.has-padding-top-75 {
  padding-top: 75px !important;
}

.has-margin-bottom-75 {
  margin-bottom: 75px !important;
}

.has-padding-bottom-75 {
  padding-bottom: 75px !important;
}

.has-margin-left-75 {
  margin-left: 75px !important;
}

.has-padding-left-75 {
  padding-left: 75px !important;
}

.has-margin-right-75 {
  margin-right: 75px !important;
}

.has-padding-right-75 {
  padding-right: 75px !important;
}

.has-margin-80 {
  margin: 80px !important;
}

.has-padding-80 {
  padding: 80px !important;
}

.has-margin-top-80 {
  margin-top: 80px !important;
}

.has-padding-top-80 {
  padding-top: 80px !important;
}

.has-margin-bottom-80 {
  margin-bottom: 80px !important;
}

.has-padding-bottom-80 {
  padding-bottom: 80px !important;
}

.has-margin-left-80 {
  margin-left: 80px !important;
}

.has-padding-left-80 {
  padding-left: 80px !important;
}

.has-margin-right-80 {
  margin-right: 80px !important;
}

.has-padding-right-80 {
  padding-right: 80px !important;
}

.has-margin-85 {
  margin: 85px !important;
}

.has-padding-85 {
  padding: 85px !important;
}

.has-margin-top-85 {
  margin-top: 85px !important;
}

.has-padding-top-85 {
  padding-top: 85px !important;
}

.has-margin-bottom-85 {
  margin-bottom: 85px !important;
}

.has-padding-bottom-85 {
  padding-bottom: 85px !important;
}

.has-margin-left-85 {
  margin-left: 85px !important;
}

.has-padding-left-85 {
  padding-left: 85px !important;
}

.has-margin-right-85 {
  margin-right: 85px !important;
}

.has-padding-right-85 {
  padding-right: 85px !important;
}

.has-margin-90 {
  margin: 90px !important;
}

.has-padding-90 {
  padding: 90px !important;
}

.has-margin-top-90 {
  margin-top: 90px !important;
}

.has-padding-top-90 {
  padding-top: 90px !important;
}

.has-margin-bottom-90 {
  margin-bottom: 90px !important;
}

.has-padding-bottom-90 {
  padding-bottom: 90px !important;
}

.has-margin-left-90 {
  margin-left: 90px !important;
}

.has-padding-left-90 {
  padding-left: 90px !important;
}

.has-margin-right-90 {
  margin-right: 90px !important;
}

.has-padding-right-90 {
  padding-right: 90px !important;
}

.has-margin-95 {
  margin: 95px !important;
}

.has-padding-95 {
  padding: 95px !important;
}

.has-margin-top-95 {
  margin-top: 95px !important;
}

.has-padding-top-95 {
  padding-top: 95px !important;
}

.has-margin-bottom-95 {
  margin-bottom: 95px !important;
}

.has-padding-bottom-95 {
  padding-bottom: 95px !important;
}

.has-margin-left-95 {
  margin-left: 95px !important;
}

.has-padding-left-95 {
  padding-left: 95px !important;
}

.has-margin-right-95 {
  margin-right: 95px !important;
}

.has-padding-right-95 {
  padding-right: 95px !important;
}

.has-margin-100 {
  margin: 100px !important;
}

.has-padding-100 {
  padding: 100px !important;
}

.has-margin-top-100 {
  margin-top: 100px !important;
}

.has-padding-top-100 {
  padding-top: 100px !important;
}

.has-margin-bottom-100 {
  margin-bottom: 100px !important;
}

.has-padding-bottom-100 {
  padding-bottom: 100px !important;
}

.has-margin-left-100 {
  margin-left: 100px !important;
}

.has-padding-left-100 {
  padding-left: 100px !important;
}

.has-margin-right-100 {
  margin-right: 100px !important;
}

.has-padding-right-100 {
  padding-right: 100px !important;
}

.has-margin-105 {
  margin: 105px !important;
}

.has-padding-105 {
  padding: 105px !important;
}

.has-margin-top-105 {
  margin-top: 105px !important;
}

.has-padding-top-105 {
  padding-top: 105px !important;
}

.has-margin-bottom-105 {
  margin-bottom: 105px !important;
}

.has-padding-bottom-105 {
  padding-bottom: 105px !important;
}

.has-margin-left-105 {
  margin-left: 105px !important;
}

.has-padding-left-105 {
  padding-left: 105px !important;
}

.has-margin-right-105 {
  margin-right: 105px !important;
}

.has-padding-right-105 {
  padding-right: 105px !important;
}

.has-margin-110 {
  margin: 110px !important;
}

.has-padding-110 {
  padding: 110px !important;
}

.has-margin-top-110 {
  margin-top: 110px !important;
}

.has-padding-top-110 {
  padding-top: 110px !important;
}

.has-margin-bottom-110 {
  margin-bottom: 110px !important;
}

.has-padding-bottom-110 {
  padding-bottom: 110px !important;
}

.has-margin-left-110 {
  margin-left: 110px !important;
}

.has-padding-left-110 {
  padding-left: 110px !important;
}

.has-margin-right-110 {
  margin-right: 110px !important;
}

.has-padding-right-110 {
  padding-right: 110px !important;
}

.has-margin-115 {
  margin: 115px !important;
}

.has-padding-115 {
  padding: 115px !important;
}

.has-margin-top-115 {
  margin-top: 115px !important;
}

.has-padding-top-115 {
  padding-top: 115px !important;
}

.has-margin-bottom-115 {
  margin-bottom: 115px !important;
}

.has-padding-bottom-115 {
  padding-bottom: 115px !important;
}

.has-margin-left-115 {
  margin-left: 115px !important;
}

.has-padding-left-115 {
  padding-left: 115px !important;
}

.has-margin-right-115 {
  margin-right: 115px !important;
}

.has-padding-right-115 {
  padding-right: 115px !important;
}

.has-margin-120 {
  margin: 120px !important;
}

.has-padding-120 {
  padding: 120px !important;
}

.has-margin-top-120 {
  margin-top: 120px !important;
}

.has-padding-top-120 {
  padding-top: 120px !important;
}

.has-margin-bottom-120 {
  margin-bottom: 120px !important;
}

.has-padding-bottom-120 {
  padding-bottom: 120px !important;
}

.has-margin-left-120 {
  margin-left: 120px !important;
}

.has-padding-left-120 {
  padding-left: 120px !important;
}

.has-margin-right-120 {
  margin-right: 120px !important;
}

.has-padding-right-120 {
  padding-right: 120px !important;
}

.has-margin-125 {
  margin: 125px !important;
}

.has-padding-125 {
  padding: 125px !important;
}

.has-margin-top-125 {
  margin-top: 125px !important;
}

.has-padding-top-125 {
  padding-top: 125px !important;
}

.has-margin-bottom-125 {
  margin-bottom: 125px !important;
}

.has-padding-bottom-125 {
  padding-bottom: 125px !important;
}

.has-margin-left-125 {
  margin-left: 125px !important;
}

.has-padding-left-125 {
  padding-left: 125px !important;
}

.has-margin-right-125 {
  margin-right: 125px !important;
}

.has-padding-right-125 {
  padding-right: 125px !important;
}

.has-margin-130 {
  margin: 130px !important;
}

.has-padding-130 {
  padding: 130px !important;
}

.has-margin-top-130 {
  margin-top: 130px !important;
}

.has-padding-top-130 {
  padding-top: 130px !important;
}

.has-margin-bottom-130 {
  margin-bottom: 130px !important;
}

.has-padding-bottom-130 {
  padding-bottom: 130px !important;
}

.has-margin-left-130 {
  margin-left: 130px !important;
}

.has-padding-left-130 {
  padding-left: 130px !important;
}

.has-margin-right-130 {
  margin-right: 130px !important;
}

.has-padding-right-130 {
  padding-right: 130px !important;
}

.has-margin-135 {
  margin: 135px !important;
}

.has-padding-135 {
  padding: 135px !important;
}

.has-margin-top-135 {
  margin-top: 135px !important;
}

.has-padding-top-135 {
  padding-top: 135px !important;
}

.has-margin-bottom-135 {
  margin-bottom: 135px !important;
}

.has-padding-bottom-135 {
  padding-bottom: 135px !important;
}

.has-margin-left-135 {
  margin-left: 135px !important;
}

.has-padding-left-135 {
  padding-left: 135px !important;
}

.has-margin-right-135 {
  margin-right: 135px !important;
}

.has-padding-right-135 {
  padding-right: 135px !important;
}

.has-margin-140 {
  margin: 140px !important;
}

.has-padding-140 {
  padding: 140px !important;
}

.has-margin-top-140 {
  margin-top: 140px !important;
}

.has-padding-top-140 {
  padding-top: 140px !important;
}

.has-margin-bottom-140 {
  margin-bottom: 140px !important;
}

.has-padding-bottom-140 {
  padding-bottom: 140px !important;
}

.has-margin-left-140 {
  margin-left: 140px !important;
}

.has-padding-left-140 {
  padding-left: 140px !important;
}

.has-margin-right-140 {
  margin-right: 140px !important;
}

.has-padding-right-140 {
  padding-right: 140px !important;
}

.has-margin-145 {
  margin: 145px !important;
}

.has-padding-145 {
  padding: 145px !important;
}

.has-margin-top-145 {
  margin-top: 145px !important;
}

.has-padding-top-145 {
  padding-top: 145px !important;
}

.has-margin-bottom-145 {
  margin-bottom: 145px !important;
}

.has-padding-bottom-145 {
  padding-bottom: 145px !important;
}

.has-margin-left-145 {
  margin-left: 145px !important;
}

.has-padding-left-145 {
  padding-left: 145px !important;
}

.has-margin-right-145 {
  margin-right: 145px !important;
}

.has-padding-right-145 {
  padding-right: 145px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .flex-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 769px), print {
  .flex-tablet {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .flex-tablet-only {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .flex-touch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .flex-desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .flex-row-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row !important;
  }
}
@media screen and (min-width: 769px), print {
  .flex-row-tablet {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .flex-row-tablet-only {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row !important;
  }
}
@media screen and (max-width: 1023px) {
  .flex-row-touch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row !important;
  }
}
@media screen and (min-width: 1024px) {
  .flex-row-desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row !important;
  }
}
@media screen and (max-width: 768px) {
  .flex-column-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 769px), print {
  .flex-column-tablet {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .flex-column-tablet-only {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1023px) {
  .flex-column-touch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 1024px) {
  .flex-column-desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 768px) {
  .nowrap-mobile {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 769px), print {
  .nowrap-tablet {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .nowrap-tablet-only {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 1023px) {
  .nowrap-touch {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 1024px) {
  .nowrap-desktop {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap-mobile {
    flex-wrap: wrap !important;
  }
}
@media screen and (min-width: 769px), print {
  .wrap-tablet {
    flex-wrap: wrap !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .wrap-tablet-only {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 1023px) {
  .wrap-touch {
    flex-wrap: wrap !important;
  }
}
@media screen and (min-width: 1024px) {
  .wrap-desktop {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap-reverse-mobile {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 769px), print {
  .wrap-reverse-tablet {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .wrap-reverse-tablet-only {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (max-width: 1023px) {
  .wrap-reverse-touch {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (min-width: 1024px) {
  .wrap-reverse-desktop {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen and (max-width: 768px) {
  .align-start-mobile {
    align-content: start !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-start-tablet {
    align-content: start !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-start-tablet-only {
    align-content: start !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-start-touch {
    align-content: start !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-start-desktop {
    align-content: start !important;
  }
}
@media screen and (max-width: 768px) {
  .align-end-mobile {
    align-content: end !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-end-tablet {
    align-content: end !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-end-tablet-only {
    align-content: end !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-end-touch {
    align-content: end !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-end-desktop {
    align-content: end !important;
  }
}
@media screen and (max-width: 768px) {
  .align-flex-start-mobile {
    align-content: flex-start !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-flex-start-tablet {
    align-content: flex-start !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-flex-start-tablet-only {
    align-content: flex-start !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-flex-start-touch {
    align-content: flex-start !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-flex-start-desktop {
    align-content: flex-start !important;
  }
}
@media screen and (max-width: 768px) {
  .align-flex-end-mobile {
    align-content: flex-end !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-flex-end-tablet {
    align-content: flex-end !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-flex-end-tablet-only {
    align-content: flex-end !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-flex-end-touch {
    align-content: flex-end !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-flex-end-desktop {
    align-content: flex-end !important;
  }
}
@media screen and (max-width: 768px) {
  .align-center-mobile {
    align-content: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-center-tablet {
    align-content: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-center-tablet-only {
    align-content: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-center-touch {
    align-content: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-center-desktop {
    align-content: center !important;
  }
}
@media screen and (max-width: 768px) {
  .align-normal-mobile {
    align-content: normal !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-normal-tablet {
    align-content: normal !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-normal-tablet-only {
    align-content: normal !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-normal-touch {
    align-content: normal !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-normal-desktop {
    align-content: normal !important;
  }
}
@media screen and (max-width: 768px) {
  .align-space-between-mobile {
    align-content: space-between !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-space-between-tablet {
    align-content: space-between !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-space-between-tablet-only {
    align-content: space-between !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-space-between-touch {
    align-content: space-between !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-space-between-desktop {
    align-content: space-between !important;
  }
}
@media screen and (max-width: 768px) {
  .align-space-around-mobile {
    align-content: space-around !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-space-around-tablet {
    align-content: space-around !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-space-around-tablet-only {
    align-content: space-around !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-space-around-touch {
    align-content: space-around !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-space-around-desktop {
    align-content: space-around !important;
  }
}
@media screen and (max-width: 768px) {
  .align-space-evenly-mobile {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-space-evenly-tablet {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-space-evenly-tablet-only {
    align-content: space-evenly !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-space-evenly-touch {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-space-evenly-desktop {
    align-content: space-evenly !important;
  }
}
@media screen and (max-width: 768px) {
  .align-stretch-mobile {
    align-content: stretch !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-stretch-tablet {
    align-content: stretch !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-stretch-tablet-only {
    align-content: stretch !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-stretch-touch {
    align-content: stretch !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-stretch-desktop {
    align-content: stretch !important;
  }
}
@media screen and (max-width: 768px) {
  .align-baseline-mobile {
    align-content: baseline !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-baseline-tablet {
    align-content: baseline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-baseline-tablet-only {
    align-content: baseline !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-baseline-touch {
    align-content: baseline !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-baseline-desktop {
    align-content: baseline !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-left-mobile {
    justify-content: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-left-tablet {
    justify-content: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .justify-left-tablet-only {
    justify-content: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .justify-left-touch {
    justify-content: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .justify-left-desktop {
    justify-content: left !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-right-mobile {
    justify-content: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-right-tablet {
    justify-content: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .justify-right-tablet-only {
    justify-content: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .justify-right-touch {
    justify-content: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .justify-right-desktop {
    justify-content: right !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-start-mobile {
    justify-content: start !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-start-tablet {
    justify-content: start !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .justify-start-tablet-only {
    justify-content: start !important;
  }
}
@media screen and (max-width: 1023px) {
  .justify-start-touch {
    justify-content: start !important;
  }
}
@media screen and (min-width: 1024px) {
  .justify-start-desktop {
    justify-content: start !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-end-mobile {
    justify-content: end !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-end-tablet {
    justify-content: end !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .justify-end-tablet-only {
    justify-content: end !important;
  }
}
@media screen and (max-width: 1023px) {
  .justify-end-touch {
    justify-content: end !important;
  }
}
@media screen and (min-width: 1024px) {
  .justify-end-desktop {
    justify-content: end !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-flex-start-mobile {
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-flex-start-tablet {
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .justify-flex-start-tablet-only {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 1023px) {
  .justify-flex-start-touch {
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 1024px) {
  .justify-flex-start-desktop {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-flex-end-mobile {
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-flex-end-tablet {
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .justify-flex-end-tablet-only {
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 1023px) {
  .justify-flex-end-touch {
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 1024px) {
  .justify-flex-end-desktop {
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-center-mobile {
    justify-content: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-center-tablet {
    justify-content: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .justify-center-tablet-only {
    justify-content: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .justify-center-touch {
    justify-content: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .justify-center-desktop {
    justify-content: center !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-normal-mobile {
    justify-content: normal !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-normal-tablet {
    justify-content: normal !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .justify-normal-tablet-only {
    justify-content: normal !important;
  }
}
@media screen and (max-width: 1023px) {
  .justify-normal-touch {
    justify-content: normal !important;
  }
}
@media screen and (min-width: 1024px) {
  .justify-normal-desktop {
    justify-content: normal !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-space-between-mobile {
    justify-content: space-between !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-space-between-tablet {
    justify-content: space-between !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .justify-space-between-tablet-only {
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 1023px) {
  .justify-space-between-touch {
    justify-content: space-between !important;
  }
}
@media screen and (min-width: 1024px) {
  .justify-space-between-desktop {
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-space-around-mobile {
    justify-content: space-around !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-space-around-tablet {
    justify-content: space-around !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .justify-space-around-tablet-only {
    justify-content: space-around !important;
  }
}
@media screen and (max-width: 1023px) {
  .justify-space-around-touch {
    justify-content: space-around !important;
  }
}
@media screen and (min-width: 1024px) {
  .justify-space-around-desktop {
    justify-content: space-around !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-space-evenly-mobile {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-space-evenly-tablet {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .justify-space-evenly-tablet-only {
    justify-content: space-evenly !important;
  }
}
@media screen and (max-width: 1023px) {
  .justify-space-evenly-touch {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1024px) {
  .justify-space-evenly-desktop {
    justify-content: space-evenly !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-stretch-mobile {
    justify-content: stretch !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-stretch-tablet {
    justify-content: stretch !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .justify-stretch-tablet-only {
    justify-content: stretch !important;
  }
}
@media screen and (max-width: 1023px) {
  .justify-stretch-touch {
    justify-content: stretch !important;
  }
}
@media screen and (min-width: 1024px) {
  .justify-stretch-desktop {
    justify-content: stretch !important;
  }
}
@media screen and (max-width: 768px) {
  .justify-baseline-mobile {
    justify-content: baseline !important;
  }
}
@media screen and (min-width: 769px), print {
  .justify-baseline-tablet {
    justify-content: baseline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .justify-baseline-tablet-only {
    justify-content: baseline !important;
  }
}
@media screen and (max-width: 1023px) {
  .justify-baseline-touch {
    justify-content: baseline !important;
  }
}
@media screen and (min-width: 1024px) {
  .justify-baseline-desktop {
    justify-content: baseline !important;
  }
}
@media screen and (max-width: 768px) {
  .align-self-auto-mobile {
    align-self: auto !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-self-auto-tablet {
    align-self: auto !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-self-auto-tablet-only {
    align-self: auto !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-self-auto-touch {
    align-self: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-self-auto-desktop {
    align-self: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .align-self-flex-start-mobile {
    align-self: flex-start !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-self-flex-start-tablet {
    align-self: flex-start !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-self-flex-start-tablet-only {
    align-self: flex-start !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-self-flex-start-touch {
    align-self: flex-start !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-self-flex-start-desktop {
    align-self: flex-start !important;
  }
}
@media screen and (max-width: 768px) {
  .align-self-flex-end-mobile {
    align-self: flex-end !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-self-flex-end-tablet {
    align-self: flex-end !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-self-flex-end-tablet-only {
    align-self: flex-end !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-self-flex-end-touch {
    align-self: flex-end !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-self-flex-end-desktop {
    align-self: flex-end !important;
  }
}
@media screen and (max-width: 768px) {
  .align-self-center-mobile {
    align-self: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-self-center-tablet {
    align-self: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-self-center-tablet-only {
    align-self: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-self-center-touch {
    align-self: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-self-center-desktop {
    align-self: center !important;
  }
}
@media screen and (max-width: 768px) {
  .align-self-baseline-mobile {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-self-baseline-tablet {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-self-baseline-tablet-only {
    align-self: baseline !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-self-baseline-touch {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-self-baseline-desktop {
    align-self: baseline !important;
  }
}
@media screen and (max-width: 768px) {
  .align-self-stretch-mobile {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-self-stretch-tablet {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-self-stretch-tablet-only {
    align-self: stretch !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-self-stretch-touch {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-self-stretch-desktop {
    align-self: stretch !important;
  }
}
@media screen and (max-width: 768px) {
  .align-items-flex-start-mobile {
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-items-flex-start-tablet {
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-items-flex-start-tablet-only {
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-items-flex-start-touch {
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-items-flex-start-desktop {
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 768px) {
  .align-items-flex-end-mobile {
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-items-flex-end-tablet {
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-items-flex-end-tablet-only {
    align-items: flex-end !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-items-flex-end-touch {
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-items-flex-end-desktop {
    align-items: flex-end !important;
  }
}
@media screen and (max-width: 768px) {
  .align-items-center-mobile {
    align-items: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-items-center-tablet {
    align-items: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-items-center-tablet-only {
    align-items: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-items-center-touch {
    align-items: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-items-center-desktop {
    align-items: center !important;
  }
}
@media screen and (max-width: 768px) {
  .align-items-baseline-mobile {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-items-baseline-tablet {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-items-baseline-tablet-only {
    align-items: baseline !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-items-baseline-touch {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-items-baseline-desktop {
    align-items: baseline !important;
  }
}
@media screen and (max-width: 768px) {
  .align-items-stretch-mobile {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 769px), print {
  .align-items-stretch-tablet {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .align-items-stretch-tablet-only {
    align-items: stretch !important;
  }
}
@media screen and (max-width: 1023px) {
  .align-items-stretch-touch {
    align-items: stretch !important;
  }
}
@media screen and (min-width: 1024px) {
  .align-items-stretch-desktop {
    align-items: stretch !important;
  }
}
@media screen and (max-width: 768px) {
  .has-width-50-mobile {
    width: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-width-50-tablet {
    width: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-width-50-tablet-only {
    width: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-width-50-touch {
    width: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-width-50-desktop {
    width: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-height-50-mobile {
    height: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-height-50-tablet {
    height: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-height-50-tablet-only {
    height: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-height-50-touch {
    height: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-height-50-desktop {
    height: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-width-100-mobile {
    width: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-width-100-tablet {
    width: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-width-100-tablet-only {
    width: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-width-100-touch {
    width: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-width-100-desktop {
    width: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-height-100-mobile {
    height: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-height-100-tablet {
    height: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-height-100-tablet-only {
    height: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-height-100-touch {
    height: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-height-100-desktop {
    height: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-width-150-mobile {
    width: 150px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-width-150-tablet {
    width: 150px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-width-150-tablet-only {
    width: 150px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-width-150-touch {
    width: 150px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-width-150-desktop {
    width: 150px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-height-150-mobile {
    height: 150px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-height-150-tablet {
    height: 150px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-height-150-tablet-only {
    height: 150px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-height-150-touch {
    height: 150px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-height-150-desktop {
    height: 150px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-width-200-mobile {
    width: 200px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-width-200-tablet {
    width: 200px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-width-200-tablet-only {
    width: 200px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-width-200-touch {
    width: 200px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-width-200-desktop {
    width: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-height-200-mobile {
    height: 200px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-height-200-tablet {
    height: 200px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-height-200-tablet-only {
    height: 200px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-height-200-touch {
    height: 200px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-height-200-desktop {
    height: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-width-250-mobile {
    width: 250px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-width-250-tablet {
    width: 250px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-width-250-tablet-only {
    width: 250px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-width-250-touch {
    width: 250px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-width-250-desktop {
    width: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-height-250-mobile {
    height: 250px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-height-250-tablet {
    height: 250px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-height-250-tablet-only {
    height: 250px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-height-250-touch {
    height: 250px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-height-250-desktop {
    height: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-width-300-mobile {
    width: 300px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-width-300-tablet {
    width: 300px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-width-300-tablet-only {
    width: 300px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-width-300-touch {
    width: 300px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-width-300-desktop {
    width: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-height-300-mobile {
    height: 300px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-height-300-tablet {
    height: 300px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-height-300-tablet-only {
    height: 300px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-height-300-touch {
    height: 300px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-height-300-desktop {
    height: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-width-350-mobile {
    width: 350px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-width-350-tablet {
    width: 350px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-width-350-tablet-only {
    width: 350px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-width-350-touch {
    width: 350px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-width-350-desktop {
    width: 350px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-height-350-mobile {
    height: 350px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-height-350-tablet {
    height: 350px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-height-350-tablet-only {
    height: 350px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-height-350-touch {
    height: 350px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-height-350-desktop {
    height: 350px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-width-50-mobile {
    max-width: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-width-50-tablet {
    max-width: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-max-width-50-tablet-only {
    max-width: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-max-width-50-touch {
    max-width: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-max-width-50-desktop {
    max-width: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-width-50-mobile {
    min-width: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-width-50-tablet {
    min-width: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-min-width-50-tablet-only {
    min-width: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-min-width-50-touch {
    min-width: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-min-width-50-desktop {
    min-width: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-height-50-mobile {
    max-height: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-height-50-tablet {
    max-height: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-max-height-50-tablet-only {
    max-height: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-max-height-50-touch {
    max-height: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-max-height-50-desktop {
    max-height: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-height-50-mobile {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-height-50-tablet {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-min-height-50-tablet-only {
    min-height: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-min-height-50-touch {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-min-height-50-desktop {
    min-height: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-width-100-mobile {
    max-width: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-width-100-tablet {
    max-width: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-max-width-100-tablet-only {
    max-width: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-max-width-100-touch {
    max-width: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-max-width-100-desktop {
    max-width: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-width-100-mobile {
    min-width: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-width-100-tablet {
    min-width: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-min-width-100-tablet-only {
    min-width: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-min-width-100-touch {
    min-width: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-min-width-100-desktop {
    min-width: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-height-100-mobile {
    max-height: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-height-100-tablet {
    max-height: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-max-height-100-tablet-only {
    max-height: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-max-height-100-touch {
    max-height: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-max-height-100-desktop {
    max-height: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-height-100-mobile {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-height-100-tablet {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-min-height-100-tablet-only {
    min-height: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-min-height-100-touch {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-min-height-100-desktop {
    min-height: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-width-150-mobile {
    max-width: 150px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-width-150-tablet {
    max-width: 150px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-max-width-150-tablet-only {
    max-width: 150px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-max-width-150-touch {
    max-width: 150px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-max-width-150-desktop {
    max-width: 150px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-width-150-mobile {
    min-width: 150px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-width-150-tablet {
    min-width: 150px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-min-width-150-tablet-only {
    min-width: 150px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-min-width-150-touch {
    min-width: 150px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-min-width-150-desktop {
    min-width: 150px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-height-150-mobile {
    max-height: 150px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-height-150-tablet {
    max-height: 150px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-max-height-150-tablet-only {
    max-height: 150px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-max-height-150-touch {
    max-height: 150px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-max-height-150-desktop {
    max-height: 150px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-height-150-mobile {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-height-150-tablet {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-min-height-150-tablet-only {
    min-height: 150px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-min-height-150-touch {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-min-height-150-desktop {
    min-height: 150px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-width-200-mobile {
    max-width: 200px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-width-200-tablet {
    max-width: 200px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-max-width-200-tablet-only {
    max-width: 200px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-max-width-200-touch {
    max-width: 200px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-max-width-200-desktop {
    max-width: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-width-200-mobile {
    min-width: 200px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-width-200-tablet {
    min-width: 200px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-min-width-200-tablet-only {
    min-width: 200px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-min-width-200-touch {
    min-width: 200px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-min-width-200-desktop {
    min-width: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-height-200-mobile {
    max-height: 200px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-height-200-tablet {
    max-height: 200px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-max-height-200-tablet-only {
    max-height: 200px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-max-height-200-touch {
    max-height: 200px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-max-height-200-desktop {
    max-height: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-height-200-mobile {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-height-200-tablet {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-min-height-200-tablet-only {
    min-height: 200px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-min-height-200-touch {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-min-height-200-desktop {
    min-height: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-width-250-mobile {
    max-width: 250px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-width-250-tablet {
    max-width: 250px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-max-width-250-tablet-only {
    max-width: 250px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-max-width-250-touch {
    max-width: 250px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-max-width-250-desktop {
    max-width: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-width-250-mobile {
    min-width: 250px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-width-250-tablet {
    min-width: 250px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-min-width-250-tablet-only {
    min-width: 250px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-min-width-250-touch {
    min-width: 250px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-min-width-250-desktop {
    min-width: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-height-250-mobile {
    max-height: 250px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-height-250-tablet {
    max-height: 250px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-max-height-250-tablet-only {
    max-height: 250px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-max-height-250-touch {
    max-height: 250px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-max-height-250-desktop {
    max-height: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-height-250-mobile {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-height-250-tablet {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-min-height-250-tablet-only {
    min-height: 250px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-min-height-250-touch {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-min-height-250-desktop {
    min-height: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-width-300-mobile {
    max-width: 300px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-width-300-tablet {
    max-width: 300px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-max-width-300-tablet-only {
    max-width: 300px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-max-width-300-touch {
    max-width: 300px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-max-width-300-desktop {
    max-width: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-width-300-mobile {
    min-width: 300px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-width-300-tablet {
    min-width: 300px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-min-width-300-tablet-only {
    min-width: 300px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-min-width-300-touch {
    min-width: 300px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-min-width-300-desktop {
    min-width: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-height-300-mobile {
    max-height: 300px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-height-300-tablet {
    max-height: 300px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-max-height-300-tablet-only {
    max-height: 300px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-max-height-300-touch {
    max-height: 300px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-max-height-300-desktop {
    max-height: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-height-300-mobile {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-height-300-tablet {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-min-height-300-tablet-only {
    min-height: 300px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-min-height-300-touch {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-min-height-300-desktop {
    min-height: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-width-350-mobile {
    max-width: 350px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-width-350-tablet {
    max-width: 350px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-max-width-350-tablet-only {
    max-width: 350px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-max-width-350-touch {
    max-width: 350px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-max-width-350-desktop {
    max-width: 350px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-width-350-mobile {
    min-width: 350px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-width-350-tablet {
    min-width: 350px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-min-width-350-tablet-only {
    min-width: 350px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-min-width-350-touch {
    min-width: 350px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-min-width-350-desktop {
    min-width: 350px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-max-height-350-mobile {
    max-height: 350px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-max-height-350-tablet {
    max-height: 350px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-max-height-350-tablet-only {
    max-height: 350px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-max-height-350-touch {
    max-height: 350px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-max-height-350-desktop {
    max-height: 350px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-min-height-350-mobile {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-min-height-350-tablet {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-min-height-350-tablet-only {
    min-height: 350px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-min-height-350-touch {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-min-height-350-desktop {
    min-height: 350px !important;
  }
}
@media screen and (max-width: 768px) {
  .is-full-height-mobile {
    height: 100% !important;
  }
  .has-page-height-mobile {
    height: 100vh !important;
  }
  .is-half-height-mobile {
    height: 50% !important;
  }
  .has-half-page-height-mobile {
    height: 50vh !important;
  }
  .is-quarter-height-mobile {
    height: 25% !important;
  }
  .has-quarter-page-height-mobile {
    height: 25vh !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-full-height-tablet {
    height: 100% !important;
  }
  .has-page-height-tablet {
    height: 100vh !important;
  }
  .is-half-height-tablet {
    height: 50% !important;
  }
  .has-half-page-height-tablet {
    height: 50vh !important;
  }
  .is-quarter-height-tablet {
    height: 25% !important;
  }
  .has-quarter-page-height-tablet {
    height: 25vh !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-full-height-tablet-only {
    height: 100% !important;
  }
  .has-page-height-tablet-only {
    height: 100vh !important;
  }
  .is-half-height-tablet-only {
    height: 50% !important;
  }
  .has-half-page-height-tablet-only {
    height: 50vh !important;
  }
  .is-quarter-height-tablet-only {
    height: 25% !important;
  }
  .has-quarter-page-height-tablet-only {
    height: 25vh !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-full-height-touch {
    height: 100% !important;
  }
  .has-page-height-touch {
    height: 100vh !important;
  }
  .is-half-height-touch {
    height: 50% !important;
  }
  .has-half-page-height-touch {
    height: 50vh !important;
  }
  .is-quarter-height-touch {
    height: 25% !important;
  }
  .has-quarter-page-height-touch {
    height: 25vh !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-full-height-desktop {
    height: 100% !important;
  }
  .has-page-height-desktop {
    height: 100vh !important;
  }
  .is-half-height-desktop {
    height: 50% !important;
  }
  .has-half-page-height-desktop {
    height: 50vh !important;
  }
  .is-quarter-height-desktop {
    height: 25% !important;
  }
  .has-quarter-page-height-desktop {
    height: 25vh !important;
  }
}
@media screen and (max-width: 768px) {
  .is-full-width-mobile {
    width: 100% !important;
  }
  .has-page-width-mobile {
    width: 100vw !important;
  }
  .is-half-width-mobile {
    width: 50% !important;
  }
  .has-half-page-width-mobile {
    width: 50vw !important;
  }
  .is-quarter-width-mobile {
    width: 25% !important;
  }
  .has-quarter-page-width-mobile {
    width: 25vw !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-full-width-tablet {
    width: 100% !important;
  }
  .has-page-width-tablet {
    width: 100vw !important;
  }
  .is-half-width-tablet {
    width: 50% !important;
  }
  .has-half-page-width-tablet {
    width: 50vw !important;
  }
  .is-quarter-width-tablet {
    width: 25% !important;
  }
  .has-quarter-page-width-tablet {
    width: 25vw !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-full-width-tablet-only {
    width: 100% !important;
  }
  .has-page-width-tablet-only {
    width: 100vw !important;
  }
  .is-half-width-tablet-only {
    width: 50% !important;
  }
  .has-half-page-width-tablet-only {
    width: 50vw !important;
  }
  .is-quarter-width-tablet-only {
    width: 25% !important;
  }
  .has-quarter-page-width-tablet-only {
    width: 25vw !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-full-width-touch {
    width: 100% !important;
  }
  .has-page-width-touch {
    width: 100vw !important;
  }
  .is-half-width-touch {
    width: 50% !important;
  }
  .has-half-page-width-touch {
    width: 50vw !important;
  }
  .is-quarter-width-touch {
    width: 25% !important;
  }
  .has-quarter-page-width-touch {
    width: 25vw !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-full-width-desktop {
    width: 100% !important;
  }
  .has-page-width-desktop {
    width: 100vw !important;
  }
  .is-half-width-desktop {
    width: 50% !important;
  }
  .has-half-page-width-desktop {
    width: 50vw !important;
  }
  .is-quarter-width-desktop {
    width: 25% !important;
  }
  .has-quarter-page-width-desktop {
    width: 25vw !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-5-mobile {
    margin: 5px !important;
  }
  .has-padding-5-mobile {
    padding: 5px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-5-tablet {
    margin: 5px !important;
  }
  .has-padding-5-tablet {
    padding: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-5-tablet-only {
    margin: 5px !important;
  }
  .has-padding-5-tablet-only {
    padding: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-5-touch {
    margin: 5px !important;
  }
  .has-padding-5-touch {
    padding: 5px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-5-desktop {
    margin: 5px !important;
  }
  .has-padding-5-desktop {
    padding: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-5-mobile {
    margin-top: 5px !important;
  }
  .has-padding-top-5-mobile {
    padding-top: 5px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-5-tablet {
    margin-top: 5px !important;
  }
  .has-padding-top-5-tablet {
    padding-top: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-5-tablet-only {
    margin-top: 5px !important;
  }
  .has-padding-top-5-tablet-only {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-5-touch {
    margin-top: 5px !important;
  }
  .has-padding-top-5-touch {
    padding-top: 5px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-5-desktop {
    margin-top: 5px !important;
  }
  .has-padding-top-5-desktop {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-5-mobile {
    margin-bottom: 5px !important;
  }
  .has-padding-bottom-5-mobile {
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-5-tablet {
    margin-bottom: 5px !important;
  }
  .has-padding-bottom-5-tablet {
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-5-tablet-only {
    margin-bottom: 5px !important;
  }
  .has-padding-bottom-5-tablet-only {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-5-touch {
    margin-bottom: 5px !important;
  }
  .has-padding-bottom-5-touch {
    padding-bottom: 5px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-5-desktop {
    margin-bottom: 5px !important;
  }
  .has-padding-bottom-5-desktop {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-5-mobile {
    margin-left: 5px !important;
  }
  .has-padding-left-5-mobile {
    padding-left: 5px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-5-tablet {
    margin-left: 5px !important;
  }
  .has-padding-left-5-tablet {
    padding-left: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-5-tablet-only {
    margin-left: 5px !important;
  }
  .has-padding-left-5-tablet-only {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-5-touch {
    margin-left: 5px !important;
  }
  .has-padding-left-5-touch {
    padding-left: 5px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-5-desktop {
    margin-left: 5px !important;
  }
  .has-padding-left-5-desktop {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-5-mobile {
    margin-right: 5px !important;
  }
  .has-padding-right-5-mobile {
    padding-right: 5px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-5-tablet {
    margin-right: 5px !important;
  }
  .has-padding-right-5-tablet {
    padding-right: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-5-tablet-only {
    margin-right: 5px !important;
  }
  .has-padding-right-5-tablet-only {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-5-touch {
    margin-right: 5px !important;
  }
  .has-padding-right-5-touch {
    padding-right: 5px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-5-desktop {
    margin-right: 5px !important;
  }
  .has-padding-right-5-desktop {
    padding-right: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-10-mobile {
    margin: 10px !important;
  }
  .has-padding-10-mobile {
    padding: 10px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-10-tablet {
    margin: 10px !important;
  }
  .has-padding-10-tablet {
    padding: 10px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-10-tablet-only {
    margin: 10px !important;
  }
  .has-padding-10-tablet-only {
    padding: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-10-touch {
    margin: 10px !important;
  }
  .has-padding-10-touch {
    padding: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-10-desktop {
    margin: 10px !important;
  }
  .has-padding-10-desktop {
    padding: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-10-mobile {
    margin-top: 10px !important;
  }
  .has-padding-top-10-mobile {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-10-tablet {
    margin-top: 10px !important;
  }
  .has-padding-top-10-tablet {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-10-tablet-only {
    margin-top: 10px !important;
  }
  .has-padding-top-10-tablet-only {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-10-touch {
    margin-top: 10px !important;
  }
  .has-padding-top-10-touch {
    padding-top: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-10-desktop {
    margin-top: 10px !important;
  }
  .has-padding-top-10-desktop {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-10-mobile {
    margin-bottom: 10px !important;
  }
  .has-padding-bottom-10-mobile {
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-10-tablet {
    margin-bottom: 10px !important;
  }
  .has-padding-bottom-10-tablet {
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-10-tablet-only {
    margin-bottom: 10px !important;
  }
  .has-padding-bottom-10-tablet-only {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-10-touch {
    margin-bottom: 10px !important;
  }
  .has-padding-bottom-10-touch {
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-10-desktop {
    margin-bottom: 10px !important;
  }
  .has-padding-bottom-10-desktop {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-10-mobile {
    margin-left: 10px !important;
  }
  .has-padding-left-10-mobile {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-10-tablet {
    margin-left: 10px !important;
  }
  .has-padding-left-10-tablet {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-10-tablet-only {
    margin-left: 10px !important;
  }
  .has-padding-left-10-tablet-only {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-10-touch {
    margin-left: 10px !important;
  }
  .has-padding-left-10-touch {
    padding-left: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-10-desktop {
    margin-left: 10px !important;
  }
  .has-padding-left-10-desktop {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-10-mobile {
    margin-right: 10px !important;
  }
  .has-padding-right-10-mobile {
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-10-tablet {
    margin-right: 10px !important;
  }
  .has-padding-right-10-tablet {
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-10-tablet-only {
    margin-right: 10px !important;
  }
  .has-padding-right-10-tablet-only {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-10-touch {
    margin-right: 10px !important;
  }
  .has-padding-right-10-touch {
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-10-desktop {
    margin-right: 10px !important;
  }
  .has-padding-right-10-desktop {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-15-mobile {
    margin: 15px !important;
  }
  .has-padding-15-mobile {
    padding: 15px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-15-tablet {
    margin: 15px !important;
  }
  .has-padding-15-tablet {
    padding: 15px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-15-tablet-only {
    margin: 15px !important;
  }
  .has-padding-15-tablet-only {
    padding: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-15-touch {
    margin: 15px !important;
  }
  .has-padding-15-touch {
    padding: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-15-desktop {
    margin: 15px !important;
  }
  .has-padding-15-desktop {
    padding: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-15-mobile {
    margin-top: 15px !important;
  }
  .has-padding-top-15-mobile {
    padding-top: 15px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-15-tablet {
    margin-top: 15px !important;
  }
  .has-padding-top-15-tablet {
    padding-top: 15px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-15-tablet-only {
    margin-top: 15px !important;
  }
  .has-padding-top-15-tablet-only {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-15-touch {
    margin-top: 15px !important;
  }
  .has-padding-top-15-touch {
    padding-top: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-15-desktop {
    margin-top: 15px !important;
  }
  .has-padding-top-15-desktop {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-15-mobile {
    margin-bottom: 15px !important;
  }
  .has-padding-bottom-15-mobile {
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-15-tablet {
    margin-bottom: 15px !important;
  }
  .has-padding-bottom-15-tablet {
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-15-tablet-only {
    margin-bottom: 15px !important;
  }
  .has-padding-bottom-15-tablet-only {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-15-touch {
    margin-bottom: 15px !important;
  }
  .has-padding-bottom-15-touch {
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-15-desktop {
    margin-bottom: 15px !important;
  }
  .has-padding-bottom-15-desktop {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-15-mobile {
    margin-left: 15px !important;
  }
  .has-padding-left-15-mobile {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-15-tablet {
    margin-left: 15px !important;
  }
  .has-padding-left-15-tablet {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-15-tablet-only {
    margin-left: 15px !important;
  }
  .has-padding-left-15-tablet-only {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-15-touch {
    margin-left: 15px !important;
  }
  .has-padding-left-15-touch {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-15-desktop {
    margin-left: 15px !important;
  }
  .has-padding-left-15-desktop {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-15-mobile {
    margin-right: 15px !important;
  }
  .has-padding-right-15-mobile {
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-15-tablet {
    margin-right: 15px !important;
  }
  .has-padding-right-15-tablet {
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-15-tablet-only {
    margin-right: 15px !important;
  }
  .has-padding-right-15-tablet-only {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-15-touch {
    margin-right: 15px !important;
  }
  .has-padding-right-15-touch {
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-15-desktop {
    margin-right: 15px !important;
  }
  .has-padding-right-15-desktop {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-20-mobile {
    margin: 20px !important;
  }
  .has-padding-20-mobile {
    padding: 20px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-20-tablet {
    margin: 20px !important;
  }
  .has-padding-20-tablet {
    padding: 20px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-20-tablet-only {
    margin: 20px !important;
  }
  .has-padding-20-tablet-only {
    padding: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-20-touch {
    margin: 20px !important;
  }
  .has-padding-20-touch {
    padding: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-20-desktop {
    margin: 20px !important;
  }
  .has-padding-20-desktop {
    padding: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-20-mobile {
    margin-top: 20px !important;
  }
  .has-padding-top-20-mobile {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-20-tablet {
    margin-top: 20px !important;
  }
  .has-padding-top-20-tablet {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-20-tablet-only {
    margin-top: 20px !important;
  }
  .has-padding-top-20-tablet-only {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-20-touch {
    margin-top: 20px !important;
  }
  .has-padding-top-20-touch {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-20-desktop {
    margin-top: 20px !important;
  }
  .has-padding-top-20-desktop {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-20-mobile {
    margin-bottom: 20px !important;
  }
  .has-padding-bottom-20-mobile {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-20-tablet {
    margin-bottom: 20px !important;
  }
  .has-padding-bottom-20-tablet {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-20-tablet-only {
    margin-bottom: 20px !important;
  }
  .has-padding-bottom-20-tablet-only {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-20-touch {
    margin-bottom: 20px !important;
  }
  .has-padding-bottom-20-touch {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-20-desktop {
    margin-bottom: 20px !important;
  }
  .has-padding-bottom-20-desktop {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-20-mobile {
    margin-left: 20px !important;
  }
  .has-padding-left-20-mobile {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-20-tablet {
    margin-left: 20px !important;
  }
  .has-padding-left-20-tablet {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-20-tablet-only {
    margin-left: 20px !important;
  }
  .has-padding-left-20-tablet-only {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-20-touch {
    margin-left: 20px !important;
  }
  .has-padding-left-20-touch {
    padding-left: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-20-desktop {
    margin-left: 20px !important;
  }
  .has-padding-left-20-desktop {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-20-mobile {
    margin-right: 20px !important;
  }
  .has-padding-right-20-mobile {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-20-tablet {
    margin-right: 20px !important;
  }
  .has-padding-right-20-tablet {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-20-tablet-only {
    margin-right: 20px !important;
  }
  .has-padding-right-20-tablet-only {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-20-touch {
    margin-right: 20px !important;
  }
  .has-padding-right-20-touch {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-20-desktop {
    margin-right: 20px !important;
  }
  .has-padding-right-20-desktop {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-25-mobile {
    margin: 25px !important;
  }
  .has-padding-25-mobile {
    padding: 25px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-25-tablet {
    margin: 25px !important;
  }
  .has-padding-25-tablet {
    padding: 25px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-25-tablet-only {
    margin: 25px !important;
  }
  .has-padding-25-tablet-only {
    padding: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-25-touch {
    margin: 25px !important;
  }
  .has-padding-25-touch {
    padding: 25px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-25-desktop {
    margin: 25px !important;
  }
  .has-padding-25-desktop {
    padding: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-25-mobile {
    margin-top: 25px !important;
  }
  .has-padding-top-25-mobile {
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-25-tablet {
    margin-top: 25px !important;
  }
  .has-padding-top-25-tablet {
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-25-tablet-only {
    margin-top: 25px !important;
  }
  .has-padding-top-25-tablet-only {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-25-touch {
    margin-top: 25px !important;
  }
  .has-padding-top-25-touch {
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-25-desktop {
    margin-top: 25px !important;
  }
  .has-padding-top-25-desktop {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-25-mobile {
    margin-bottom: 25px !important;
  }
  .has-padding-bottom-25-mobile {
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-25-tablet {
    margin-bottom: 25px !important;
  }
  .has-padding-bottom-25-tablet {
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-25-tablet-only {
    margin-bottom: 25px !important;
  }
  .has-padding-bottom-25-tablet-only {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-25-touch {
    margin-bottom: 25px !important;
  }
  .has-padding-bottom-25-touch {
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-25-desktop {
    margin-bottom: 25px !important;
  }
  .has-padding-bottom-25-desktop {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-25-mobile {
    margin-left: 25px !important;
  }
  .has-padding-left-25-mobile {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-25-tablet {
    margin-left: 25px !important;
  }
  .has-padding-left-25-tablet {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-25-tablet-only {
    margin-left: 25px !important;
  }
  .has-padding-left-25-tablet-only {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-25-touch {
    margin-left: 25px !important;
  }
  .has-padding-left-25-touch {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-25-desktop {
    margin-left: 25px !important;
  }
  .has-padding-left-25-desktop {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-25-mobile {
    margin-right: 25px !important;
  }
  .has-padding-right-25-mobile {
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-25-tablet {
    margin-right: 25px !important;
  }
  .has-padding-right-25-tablet {
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-25-tablet-only {
    margin-right: 25px !important;
  }
  .has-padding-right-25-tablet-only {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-25-touch {
    margin-right: 25px !important;
  }
  .has-padding-right-25-touch {
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-25-desktop {
    margin-right: 25px !important;
  }
  .has-padding-right-25-desktop {
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-30-mobile {
    margin: 30px !important;
  }
  .has-padding-30-mobile {
    padding: 30px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-30-tablet {
    margin: 30px !important;
  }
  .has-padding-30-tablet {
    padding: 30px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-30-tablet-only {
    margin: 30px !important;
  }
  .has-padding-30-tablet-only {
    padding: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-30-touch {
    margin: 30px !important;
  }
  .has-padding-30-touch {
    padding: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-30-desktop {
    margin: 30px !important;
  }
  .has-padding-30-desktop {
    padding: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-30-mobile {
    margin-top: 30px !important;
  }
  .has-padding-top-30-mobile {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-30-tablet {
    margin-top: 30px !important;
  }
  .has-padding-top-30-tablet {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-30-tablet-only {
    margin-top: 30px !important;
  }
  .has-padding-top-30-tablet-only {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-30-touch {
    margin-top: 30px !important;
  }
  .has-padding-top-30-touch {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-30-desktop {
    margin-top: 30px !important;
  }
  .has-padding-top-30-desktop {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-30-mobile {
    margin-bottom: 30px !important;
  }
  .has-padding-bottom-30-mobile {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-30-tablet {
    margin-bottom: 30px !important;
  }
  .has-padding-bottom-30-tablet {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-30-tablet-only {
    margin-bottom: 30px !important;
  }
  .has-padding-bottom-30-tablet-only {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-30-touch {
    margin-bottom: 30px !important;
  }
  .has-padding-bottom-30-touch {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-30-desktop {
    margin-bottom: 30px !important;
  }
  .has-padding-bottom-30-desktop {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-30-mobile {
    margin-left: 30px !important;
  }
  .has-padding-left-30-mobile {
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-30-tablet {
    margin-left: 30px !important;
  }
  .has-padding-left-30-tablet {
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-30-tablet-only {
    margin-left: 30px !important;
  }
  .has-padding-left-30-tablet-only {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-30-touch {
    margin-left: 30px !important;
  }
  .has-padding-left-30-touch {
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-30-desktop {
    margin-left: 30px !important;
  }
  .has-padding-left-30-desktop {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-30-mobile {
    margin-right: 30px !important;
  }
  .has-padding-right-30-mobile {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-30-tablet {
    margin-right: 30px !important;
  }
  .has-padding-right-30-tablet {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-30-tablet-only {
    margin-right: 30px !important;
  }
  .has-padding-right-30-tablet-only {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-30-touch {
    margin-right: 30px !important;
  }
  .has-padding-right-30-touch {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-30-desktop {
    margin-right: 30px !important;
  }
  .has-padding-right-30-desktop {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-35-mobile {
    margin: 35px !important;
  }
  .has-padding-35-mobile {
    padding: 35px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-35-tablet {
    margin: 35px !important;
  }
  .has-padding-35-tablet {
    padding: 35px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-35-tablet-only {
    margin: 35px !important;
  }
  .has-padding-35-tablet-only {
    padding: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-35-touch {
    margin: 35px !important;
  }
  .has-padding-35-touch {
    padding: 35px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-35-desktop {
    margin: 35px !important;
  }
  .has-padding-35-desktop {
    padding: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-35-mobile {
    margin-top: 35px !important;
  }
  .has-padding-top-35-mobile {
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-35-tablet {
    margin-top: 35px !important;
  }
  .has-padding-top-35-tablet {
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-35-tablet-only {
    margin-top: 35px !important;
  }
  .has-padding-top-35-tablet-only {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-35-touch {
    margin-top: 35px !important;
  }
  .has-padding-top-35-touch {
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-35-desktop {
    margin-top: 35px !important;
  }
  .has-padding-top-35-desktop {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-35-mobile {
    margin-bottom: 35px !important;
  }
  .has-padding-bottom-35-mobile {
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-35-tablet {
    margin-bottom: 35px !important;
  }
  .has-padding-bottom-35-tablet {
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-35-tablet-only {
    margin-bottom: 35px !important;
  }
  .has-padding-bottom-35-tablet-only {
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-35-touch {
    margin-bottom: 35px !important;
  }
  .has-padding-bottom-35-touch {
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-35-desktop {
    margin-bottom: 35px !important;
  }
  .has-padding-bottom-35-desktop {
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-35-mobile {
    margin-left: 35px !important;
  }
  .has-padding-left-35-mobile {
    padding-left: 35px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-35-tablet {
    margin-left: 35px !important;
  }
  .has-padding-left-35-tablet {
    padding-left: 35px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-35-tablet-only {
    margin-left: 35px !important;
  }
  .has-padding-left-35-tablet-only {
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-35-touch {
    margin-left: 35px !important;
  }
  .has-padding-left-35-touch {
    padding-left: 35px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-35-desktop {
    margin-left: 35px !important;
  }
  .has-padding-left-35-desktop {
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-35-mobile {
    margin-right: 35px !important;
  }
  .has-padding-right-35-mobile {
    padding-right: 35px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-35-tablet {
    margin-right: 35px !important;
  }
  .has-padding-right-35-tablet {
    padding-right: 35px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-35-tablet-only {
    margin-right: 35px !important;
  }
  .has-padding-right-35-tablet-only {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-35-touch {
    margin-right: 35px !important;
  }
  .has-padding-right-35-touch {
    padding-right: 35px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-35-desktop {
    margin-right: 35px !important;
  }
  .has-padding-right-35-desktop {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-40-mobile {
    margin: 40px !important;
  }
  .has-padding-40-mobile {
    padding: 40px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-40-tablet {
    margin: 40px !important;
  }
  .has-padding-40-tablet {
    padding: 40px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-40-tablet-only {
    margin: 40px !important;
  }
  .has-padding-40-tablet-only {
    padding: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-40-touch {
    margin: 40px !important;
  }
  .has-padding-40-touch {
    padding: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-40-desktop {
    margin: 40px !important;
  }
  .has-padding-40-desktop {
    padding: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-40-mobile {
    margin-top: 40px !important;
  }
  .has-padding-top-40-mobile {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-40-tablet {
    margin-top: 40px !important;
  }
  .has-padding-top-40-tablet {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-40-tablet-only {
    margin-top: 40px !important;
  }
  .has-padding-top-40-tablet-only {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-40-touch {
    margin-top: 40px !important;
  }
  .has-padding-top-40-touch {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-40-desktop {
    margin-top: 40px !important;
  }
  .has-padding-top-40-desktop {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-40-mobile {
    margin-bottom: 40px !important;
  }
  .has-padding-bottom-40-mobile {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-40-tablet {
    margin-bottom: 40px !important;
  }
  .has-padding-bottom-40-tablet {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-40-tablet-only {
    margin-bottom: 40px !important;
  }
  .has-padding-bottom-40-tablet-only {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-40-touch {
    margin-bottom: 40px !important;
  }
  .has-padding-bottom-40-touch {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-40-desktop {
    margin-bottom: 40px !important;
  }
  .has-padding-bottom-40-desktop {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-40-mobile {
    margin-left: 40px !important;
  }
  .has-padding-left-40-mobile {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-40-tablet {
    margin-left: 40px !important;
  }
  .has-padding-left-40-tablet {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-40-tablet-only {
    margin-left: 40px !important;
  }
  .has-padding-left-40-tablet-only {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-40-touch {
    margin-left: 40px !important;
  }
  .has-padding-left-40-touch {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-40-desktop {
    margin-left: 40px !important;
  }
  .has-padding-left-40-desktop {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-40-mobile {
    margin-right: 40px !important;
  }
  .has-padding-right-40-mobile {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-40-tablet {
    margin-right: 40px !important;
  }
  .has-padding-right-40-tablet {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-40-tablet-only {
    margin-right: 40px !important;
  }
  .has-padding-right-40-tablet-only {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-40-touch {
    margin-right: 40px !important;
  }
  .has-padding-right-40-touch {
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-40-desktop {
    margin-right: 40px !important;
  }
  .has-padding-right-40-desktop {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-45-mobile {
    margin: 45px !important;
  }
  .has-padding-45-mobile {
    padding: 45px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-45-tablet {
    margin: 45px !important;
  }
  .has-padding-45-tablet {
    padding: 45px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-45-tablet-only {
    margin: 45px !important;
  }
  .has-padding-45-tablet-only {
    padding: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-45-touch {
    margin: 45px !important;
  }
  .has-padding-45-touch {
    padding: 45px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-45-desktop {
    margin: 45px !important;
  }
  .has-padding-45-desktop {
    padding: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-45-mobile {
    margin-top: 45px !important;
  }
  .has-padding-top-45-mobile {
    padding-top: 45px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-45-tablet {
    margin-top: 45px !important;
  }
  .has-padding-top-45-tablet {
    padding-top: 45px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-45-tablet-only {
    margin-top: 45px !important;
  }
  .has-padding-top-45-tablet-only {
    padding-top: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-45-touch {
    margin-top: 45px !important;
  }
  .has-padding-top-45-touch {
    padding-top: 45px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-45-desktop {
    margin-top: 45px !important;
  }
  .has-padding-top-45-desktop {
    padding-top: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-45-mobile {
    margin-bottom: 45px !important;
  }
  .has-padding-bottom-45-mobile {
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-45-tablet {
    margin-bottom: 45px !important;
  }
  .has-padding-bottom-45-tablet {
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-45-tablet-only {
    margin-bottom: 45px !important;
  }
  .has-padding-bottom-45-tablet-only {
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-45-touch {
    margin-bottom: 45px !important;
  }
  .has-padding-bottom-45-touch {
    padding-bottom: 45px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-45-desktop {
    margin-bottom: 45px !important;
  }
  .has-padding-bottom-45-desktop {
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-45-mobile {
    margin-left: 45px !important;
  }
  .has-padding-left-45-mobile {
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-45-tablet {
    margin-left: 45px !important;
  }
  .has-padding-left-45-tablet {
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-45-tablet-only {
    margin-left: 45px !important;
  }
  .has-padding-left-45-tablet-only {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-45-touch {
    margin-left: 45px !important;
  }
  .has-padding-left-45-touch {
    padding-left: 45px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-45-desktop {
    margin-left: 45px !important;
  }
  .has-padding-left-45-desktop {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-45-mobile {
    margin-right: 45px !important;
  }
  .has-padding-right-45-mobile {
    padding-right: 45px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-45-tablet {
    margin-right: 45px !important;
  }
  .has-padding-right-45-tablet {
    padding-right: 45px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-45-tablet-only {
    margin-right: 45px !important;
  }
  .has-padding-right-45-tablet-only {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-45-touch {
    margin-right: 45px !important;
  }
  .has-padding-right-45-touch {
    padding-right: 45px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-45-desktop {
    margin-right: 45px !important;
  }
  .has-padding-right-45-desktop {
    padding-right: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-50-mobile {
    margin: 50px !important;
  }
  .has-padding-50-mobile {
    padding: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-50-tablet {
    margin: 50px !important;
  }
  .has-padding-50-tablet {
    padding: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-50-tablet-only {
    margin: 50px !important;
  }
  .has-padding-50-tablet-only {
    padding: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-50-touch {
    margin: 50px !important;
  }
  .has-padding-50-touch {
    padding: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-50-desktop {
    margin: 50px !important;
  }
  .has-padding-50-desktop {
    padding: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-50-mobile {
    margin-top: 50px !important;
  }
  .has-padding-top-50-mobile {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-50-tablet {
    margin-top: 50px !important;
  }
  .has-padding-top-50-tablet {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-50-tablet-only {
    margin-top: 50px !important;
  }
  .has-padding-top-50-tablet-only {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-50-touch {
    margin-top: 50px !important;
  }
  .has-padding-top-50-touch {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-50-desktop {
    margin-top: 50px !important;
  }
  .has-padding-top-50-desktop {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-50-mobile {
    margin-bottom: 50px !important;
  }
  .has-padding-bottom-50-mobile {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-50-tablet {
    margin-bottom: 50px !important;
  }
  .has-padding-bottom-50-tablet {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-50-tablet-only {
    margin-bottom: 50px !important;
  }
  .has-padding-bottom-50-tablet-only {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-50-touch {
    margin-bottom: 50px !important;
  }
  .has-padding-bottom-50-touch {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-50-desktop {
    margin-bottom: 50px !important;
  }
  .has-padding-bottom-50-desktop {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-50-mobile {
    margin-left: 50px !important;
  }
  .has-padding-left-50-mobile {
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-50-tablet {
    margin-left: 50px !important;
  }
  .has-padding-left-50-tablet {
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-50-tablet-only {
    margin-left: 50px !important;
  }
  .has-padding-left-50-tablet-only {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-50-touch {
    margin-left: 50px !important;
  }
  .has-padding-left-50-touch {
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-50-desktop {
    margin-left: 50px !important;
  }
  .has-padding-left-50-desktop {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-50-mobile {
    margin-right: 50px !important;
  }
  .has-padding-right-50-mobile {
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-50-tablet {
    margin-right: 50px !important;
  }
  .has-padding-right-50-tablet {
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-50-tablet-only {
    margin-right: 50px !important;
  }
  .has-padding-right-50-tablet-only {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-50-touch {
    margin-right: 50px !important;
  }
  .has-padding-right-50-touch {
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-50-desktop {
    margin-right: 50px !important;
  }
  .has-padding-right-50-desktop {
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-55-mobile {
    margin: 55px !important;
  }
  .has-padding-55-mobile {
    padding: 55px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-55-tablet {
    margin: 55px !important;
  }
  .has-padding-55-tablet {
    padding: 55px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-55-tablet-only {
    margin: 55px !important;
  }
  .has-padding-55-tablet-only {
    padding: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-55-touch {
    margin: 55px !important;
  }
  .has-padding-55-touch {
    padding: 55px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-55-desktop {
    margin: 55px !important;
  }
  .has-padding-55-desktop {
    padding: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-55-mobile {
    margin-top: 55px !important;
  }
  .has-padding-top-55-mobile {
    padding-top: 55px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-55-tablet {
    margin-top: 55px !important;
  }
  .has-padding-top-55-tablet {
    padding-top: 55px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-55-tablet-only {
    margin-top: 55px !important;
  }
  .has-padding-top-55-tablet-only {
    padding-top: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-55-touch {
    margin-top: 55px !important;
  }
  .has-padding-top-55-touch {
    padding-top: 55px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-55-desktop {
    margin-top: 55px !important;
  }
  .has-padding-top-55-desktop {
    padding-top: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-55-mobile {
    margin-bottom: 55px !important;
  }
  .has-padding-bottom-55-mobile {
    padding-bottom: 55px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-55-tablet {
    margin-bottom: 55px !important;
  }
  .has-padding-bottom-55-tablet {
    padding-bottom: 55px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-55-tablet-only {
    margin-bottom: 55px !important;
  }
  .has-padding-bottom-55-tablet-only {
    padding-bottom: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-55-touch {
    margin-bottom: 55px !important;
  }
  .has-padding-bottom-55-touch {
    padding-bottom: 55px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-55-desktop {
    margin-bottom: 55px !important;
  }
  .has-padding-bottom-55-desktop {
    padding-bottom: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-55-mobile {
    margin-left: 55px !important;
  }
  .has-padding-left-55-mobile {
    padding-left: 55px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-55-tablet {
    margin-left: 55px !important;
  }
  .has-padding-left-55-tablet {
    padding-left: 55px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-55-tablet-only {
    margin-left: 55px !important;
  }
  .has-padding-left-55-tablet-only {
    padding-left: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-55-touch {
    margin-left: 55px !important;
  }
  .has-padding-left-55-touch {
    padding-left: 55px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-55-desktop {
    margin-left: 55px !important;
  }
  .has-padding-left-55-desktop {
    padding-left: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-55-mobile {
    margin-right: 55px !important;
  }
  .has-padding-right-55-mobile {
    padding-right: 55px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-55-tablet {
    margin-right: 55px !important;
  }
  .has-padding-right-55-tablet {
    padding-right: 55px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-55-tablet-only {
    margin-right: 55px !important;
  }
  .has-padding-right-55-tablet-only {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-55-touch {
    margin-right: 55px !important;
  }
  .has-padding-right-55-touch {
    padding-right: 55px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-55-desktop {
    margin-right: 55px !important;
  }
  .has-padding-right-55-desktop {
    padding-right: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-60-mobile {
    margin: 60px !important;
  }
  .has-padding-60-mobile {
    padding: 60px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-60-tablet {
    margin: 60px !important;
  }
  .has-padding-60-tablet {
    padding: 60px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-60-tablet-only {
    margin: 60px !important;
  }
  .has-padding-60-tablet-only {
    padding: 60px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-60-touch {
    margin: 60px !important;
  }
  .has-padding-60-touch {
    padding: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-60-desktop {
    margin: 60px !important;
  }
  .has-padding-60-desktop {
    padding: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-60-mobile {
    margin-top: 60px !important;
  }
  .has-padding-top-60-mobile {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-60-tablet {
    margin-top: 60px !important;
  }
  .has-padding-top-60-tablet {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-60-tablet-only {
    margin-top: 60px !important;
  }
  .has-padding-top-60-tablet-only {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-60-touch {
    margin-top: 60px !important;
  }
  .has-padding-top-60-touch {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-60-desktop {
    margin-top: 60px !important;
  }
  .has-padding-top-60-desktop {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-60-mobile {
    margin-bottom: 60px !important;
  }
  .has-padding-bottom-60-mobile {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-60-tablet {
    margin-bottom: 60px !important;
  }
  .has-padding-bottom-60-tablet {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-60-tablet-only {
    margin-bottom: 60px !important;
  }
  .has-padding-bottom-60-tablet-only {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-60-touch {
    margin-bottom: 60px !important;
  }
  .has-padding-bottom-60-touch {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-60-desktop {
    margin-bottom: 60px !important;
  }
  .has-padding-bottom-60-desktop {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-60-mobile {
    margin-left: 60px !important;
  }
  .has-padding-left-60-mobile {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-60-tablet {
    margin-left: 60px !important;
  }
  .has-padding-left-60-tablet {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-60-tablet-only {
    margin-left: 60px !important;
  }
  .has-padding-left-60-tablet-only {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-60-touch {
    margin-left: 60px !important;
  }
  .has-padding-left-60-touch {
    padding-left: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-60-desktop {
    margin-left: 60px !important;
  }
  .has-padding-left-60-desktop {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-60-mobile {
    margin-right: 60px !important;
  }
  .has-padding-right-60-mobile {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-60-tablet {
    margin-right: 60px !important;
  }
  .has-padding-right-60-tablet {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-60-tablet-only {
    margin-right: 60px !important;
  }
  .has-padding-right-60-tablet-only {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-60-touch {
    margin-right: 60px !important;
  }
  .has-padding-right-60-touch {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-60-desktop {
    margin-right: 60px !important;
  }
  .has-padding-right-60-desktop {
    padding-right: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-65-mobile {
    margin: 65px !important;
  }
  .has-padding-65-mobile {
    padding: 65px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-65-tablet {
    margin: 65px !important;
  }
  .has-padding-65-tablet {
    padding: 65px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-65-tablet-only {
    margin: 65px !important;
  }
  .has-padding-65-tablet-only {
    padding: 65px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-65-touch {
    margin: 65px !important;
  }
  .has-padding-65-touch {
    padding: 65px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-65-desktop {
    margin: 65px !important;
  }
  .has-padding-65-desktop {
    padding: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-65-mobile {
    margin-top: 65px !important;
  }
  .has-padding-top-65-mobile {
    padding-top: 65px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-65-tablet {
    margin-top: 65px !important;
  }
  .has-padding-top-65-tablet {
    padding-top: 65px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-65-tablet-only {
    margin-top: 65px !important;
  }
  .has-padding-top-65-tablet-only {
    padding-top: 65px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-65-touch {
    margin-top: 65px !important;
  }
  .has-padding-top-65-touch {
    padding-top: 65px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-65-desktop {
    margin-top: 65px !important;
  }
  .has-padding-top-65-desktop {
    padding-top: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-65-mobile {
    margin-bottom: 65px !important;
  }
  .has-padding-bottom-65-mobile {
    padding-bottom: 65px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-65-tablet {
    margin-bottom: 65px !important;
  }
  .has-padding-bottom-65-tablet {
    padding-bottom: 65px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-65-tablet-only {
    margin-bottom: 65px !important;
  }
  .has-padding-bottom-65-tablet-only {
    padding-bottom: 65px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-65-touch {
    margin-bottom: 65px !important;
  }
  .has-padding-bottom-65-touch {
    padding-bottom: 65px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-65-desktop {
    margin-bottom: 65px !important;
  }
  .has-padding-bottom-65-desktop {
    padding-bottom: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-65-mobile {
    margin-left: 65px !important;
  }
  .has-padding-left-65-mobile {
    padding-left: 65px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-65-tablet {
    margin-left: 65px !important;
  }
  .has-padding-left-65-tablet {
    padding-left: 65px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-65-tablet-only {
    margin-left: 65px !important;
  }
  .has-padding-left-65-tablet-only {
    padding-left: 65px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-65-touch {
    margin-left: 65px !important;
  }
  .has-padding-left-65-touch {
    padding-left: 65px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-65-desktop {
    margin-left: 65px !important;
  }
  .has-padding-left-65-desktop {
    padding-left: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-65-mobile {
    margin-right: 65px !important;
  }
  .has-padding-right-65-mobile {
    padding-right: 65px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-65-tablet {
    margin-right: 65px !important;
  }
  .has-padding-right-65-tablet {
    padding-right: 65px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-65-tablet-only {
    margin-right: 65px !important;
  }
  .has-padding-right-65-tablet-only {
    padding-right: 65px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-65-touch {
    margin-right: 65px !important;
  }
  .has-padding-right-65-touch {
    padding-right: 65px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-65-desktop {
    margin-right: 65px !important;
  }
  .has-padding-right-65-desktop {
    padding-right: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-70-mobile {
    margin: 70px !important;
  }
  .has-padding-70-mobile {
    padding: 70px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-70-tablet {
    margin: 70px !important;
  }
  .has-padding-70-tablet {
    padding: 70px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-70-tablet-only {
    margin: 70px !important;
  }
  .has-padding-70-tablet-only {
    padding: 70px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-70-touch {
    margin: 70px !important;
  }
  .has-padding-70-touch {
    padding: 70px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-70-desktop {
    margin: 70px !important;
  }
  .has-padding-70-desktop {
    padding: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-70-mobile {
    margin-top: 70px !important;
  }
  .has-padding-top-70-mobile {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-70-tablet {
    margin-top: 70px !important;
  }
  .has-padding-top-70-tablet {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-70-tablet-only {
    margin-top: 70px !important;
  }
  .has-padding-top-70-tablet-only {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-70-touch {
    margin-top: 70px !important;
  }
  .has-padding-top-70-touch {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-70-desktop {
    margin-top: 70px !important;
  }
  .has-padding-top-70-desktop {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-70-mobile {
    margin-bottom: 70px !important;
  }
  .has-padding-bottom-70-mobile {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-70-tablet {
    margin-bottom: 70px !important;
  }
  .has-padding-bottom-70-tablet {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-70-tablet-only {
    margin-bottom: 70px !important;
  }
  .has-padding-bottom-70-tablet-only {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-70-touch {
    margin-bottom: 70px !important;
  }
  .has-padding-bottom-70-touch {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-70-desktop {
    margin-bottom: 70px !important;
  }
  .has-padding-bottom-70-desktop {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-70-mobile {
    margin-left: 70px !important;
  }
  .has-padding-left-70-mobile {
    padding-left: 70px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-70-tablet {
    margin-left: 70px !important;
  }
  .has-padding-left-70-tablet {
    padding-left: 70px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-70-tablet-only {
    margin-left: 70px !important;
  }
  .has-padding-left-70-tablet-only {
    padding-left: 70px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-70-touch {
    margin-left: 70px !important;
  }
  .has-padding-left-70-touch {
    padding-left: 70px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-70-desktop {
    margin-left: 70px !important;
  }
  .has-padding-left-70-desktop {
    padding-left: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-70-mobile {
    margin-right: 70px !important;
  }
  .has-padding-right-70-mobile {
    padding-right: 70px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-70-tablet {
    margin-right: 70px !important;
  }
  .has-padding-right-70-tablet {
    padding-right: 70px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-70-tablet-only {
    margin-right: 70px !important;
  }
  .has-padding-right-70-tablet-only {
    padding-right: 70px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-70-touch {
    margin-right: 70px !important;
  }
  .has-padding-right-70-touch {
    padding-right: 70px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-70-desktop {
    margin-right: 70px !important;
  }
  .has-padding-right-70-desktop {
    padding-right: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-75-mobile {
    margin: 75px !important;
  }
  .has-padding-75-mobile {
    padding: 75px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-75-tablet {
    margin: 75px !important;
  }
  .has-padding-75-tablet {
    padding: 75px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-75-tablet-only {
    margin: 75px !important;
  }
  .has-padding-75-tablet-only {
    padding: 75px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-75-touch {
    margin: 75px !important;
  }
  .has-padding-75-touch {
    padding: 75px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-75-desktop {
    margin: 75px !important;
  }
  .has-padding-75-desktop {
    padding: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-75-mobile {
    margin-top: 75px !important;
  }
  .has-padding-top-75-mobile {
    padding-top: 75px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-75-tablet {
    margin-top: 75px !important;
  }
  .has-padding-top-75-tablet {
    padding-top: 75px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-75-tablet-only {
    margin-top: 75px !important;
  }
  .has-padding-top-75-tablet-only {
    padding-top: 75px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-75-touch {
    margin-top: 75px !important;
  }
  .has-padding-top-75-touch {
    padding-top: 75px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-75-desktop {
    margin-top: 75px !important;
  }
  .has-padding-top-75-desktop {
    padding-top: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-75-mobile {
    margin-bottom: 75px !important;
  }
  .has-padding-bottom-75-mobile {
    padding-bottom: 75px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-75-tablet {
    margin-bottom: 75px !important;
  }
  .has-padding-bottom-75-tablet {
    padding-bottom: 75px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-75-tablet-only {
    margin-bottom: 75px !important;
  }
  .has-padding-bottom-75-tablet-only {
    padding-bottom: 75px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-75-touch {
    margin-bottom: 75px !important;
  }
  .has-padding-bottom-75-touch {
    padding-bottom: 75px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-75-desktop {
    margin-bottom: 75px !important;
  }
  .has-padding-bottom-75-desktop {
    padding-bottom: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-75-mobile {
    margin-left: 75px !important;
  }
  .has-padding-left-75-mobile {
    padding-left: 75px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-75-tablet {
    margin-left: 75px !important;
  }
  .has-padding-left-75-tablet {
    padding-left: 75px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-75-tablet-only {
    margin-left: 75px !important;
  }
  .has-padding-left-75-tablet-only {
    padding-left: 75px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-75-touch {
    margin-left: 75px !important;
  }
  .has-padding-left-75-touch {
    padding-left: 75px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-75-desktop {
    margin-left: 75px !important;
  }
  .has-padding-left-75-desktop {
    padding-left: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-75-mobile {
    margin-right: 75px !important;
  }
  .has-padding-right-75-mobile {
    padding-right: 75px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-75-tablet {
    margin-right: 75px !important;
  }
  .has-padding-right-75-tablet {
    padding-right: 75px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-75-tablet-only {
    margin-right: 75px !important;
  }
  .has-padding-right-75-tablet-only {
    padding-right: 75px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-75-touch {
    margin-right: 75px !important;
  }
  .has-padding-right-75-touch {
    padding-right: 75px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-75-desktop {
    margin-right: 75px !important;
  }
  .has-padding-right-75-desktop {
    padding-right: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-80-mobile {
    margin: 80px !important;
  }
  .has-padding-80-mobile {
    padding: 80px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-80-tablet {
    margin: 80px !important;
  }
  .has-padding-80-tablet {
    padding: 80px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-80-tablet-only {
    margin: 80px !important;
  }
  .has-padding-80-tablet-only {
    padding: 80px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-80-touch {
    margin: 80px !important;
  }
  .has-padding-80-touch {
    padding: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-80-desktop {
    margin: 80px !important;
  }
  .has-padding-80-desktop {
    padding: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-80-mobile {
    margin-top: 80px !important;
  }
  .has-padding-top-80-mobile {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-80-tablet {
    margin-top: 80px !important;
  }
  .has-padding-top-80-tablet {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-80-tablet-only {
    margin-top: 80px !important;
  }
  .has-padding-top-80-tablet-only {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-80-touch {
    margin-top: 80px !important;
  }
  .has-padding-top-80-touch {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-80-desktop {
    margin-top: 80px !important;
  }
  .has-padding-top-80-desktop {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-80-mobile {
    margin-bottom: 80px !important;
  }
  .has-padding-bottom-80-mobile {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-80-tablet {
    margin-bottom: 80px !important;
  }
  .has-padding-bottom-80-tablet {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-80-tablet-only {
    margin-bottom: 80px !important;
  }
  .has-padding-bottom-80-tablet-only {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-80-touch {
    margin-bottom: 80px !important;
  }
  .has-padding-bottom-80-touch {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-80-desktop {
    margin-bottom: 80px !important;
  }
  .has-padding-bottom-80-desktop {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-80-mobile {
    margin-left: 80px !important;
  }
  .has-padding-left-80-mobile {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-80-tablet {
    margin-left: 80px !important;
  }
  .has-padding-left-80-tablet {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-80-tablet-only {
    margin-left: 80px !important;
  }
  .has-padding-left-80-tablet-only {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-80-touch {
    margin-left: 80px !important;
  }
  .has-padding-left-80-touch {
    padding-left: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-80-desktop {
    margin-left: 80px !important;
  }
  .has-padding-left-80-desktop {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-80-mobile {
    margin-right: 80px !important;
  }
  .has-padding-right-80-mobile {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-80-tablet {
    margin-right: 80px !important;
  }
  .has-padding-right-80-tablet {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-80-tablet-only {
    margin-right: 80px !important;
  }
  .has-padding-right-80-tablet-only {
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-80-touch {
    margin-right: 80px !important;
  }
  .has-padding-right-80-touch {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-80-desktop {
    margin-right: 80px !important;
  }
  .has-padding-right-80-desktop {
    padding-right: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-85-mobile {
    margin: 85px !important;
  }
  .has-padding-85-mobile {
    padding: 85px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-85-tablet {
    margin: 85px !important;
  }
  .has-padding-85-tablet {
    padding: 85px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-85-tablet-only {
    margin: 85px !important;
  }
  .has-padding-85-tablet-only {
    padding: 85px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-85-touch {
    margin: 85px !important;
  }
  .has-padding-85-touch {
    padding: 85px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-85-desktop {
    margin: 85px !important;
  }
  .has-padding-85-desktop {
    padding: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-85-mobile {
    margin-top: 85px !important;
  }
  .has-padding-top-85-mobile {
    padding-top: 85px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-85-tablet {
    margin-top: 85px !important;
  }
  .has-padding-top-85-tablet {
    padding-top: 85px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-85-tablet-only {
    margin-top: 85px !important;
  }
  .has-padding-top-85-tablet-only {
    padding-top: 85px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-85-touch {
    margin-top: 85px !important;
  }
  .has-padding-top-85-touch {
    padding-top: 85px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-85-desktop {
    margin-top: 85px !important;
  }
  .has-padding-top-85-desktop {
    padding-top: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-85-mobile {
    margin-bottom: 85px !important;
  }
  .has-padding-bottom-85-mobile {
    padding-bottom: 85px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-85-tablet {
    margin-bottom: 85px !important;
  }
  .has-padding-bottom-85-tablet {
    padding-bottom: 85px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-85-tablet-only {
    margin-bottom: 85px !important;
  }
  .has-padding-bottom-85-tablet-only {
    padding-bottom: 85px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-85-touch {
    margin-bottom: 85px !important;
  }
  .has-padding-bottom-85-touch {
    padding-bottom: 85px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-85-desktop {
    margin-bottom: 85px !important;
  }
  .has-padding-bottom-85-desktop {
    padding-bottom: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-85-mobile {
    margin-left: 85px !important;
  }
  .has-padding-left-85-mobile {
    padding-left: 85px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-85-tablet {
    margin-left: 85px !important;
  }
  .has-padding-left-85-tablet {
    padding-left: 85px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-85-tablet-only {
    margin-left: 85px !important;
  }
  .has-padding-left-85-tablet-only {
    padding-left: 85px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-85-touch {
    margin-left: 85px !important;
  }
  .has-padding-left-85-touch {
    padding-left: 85px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-85-desktop {
    margin-left: 85px !important;
  }
  .has-padding-left-85-desktop {
    padding-left: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-85-mobile {
    margin-right: 85px !important;
  }
  .has-padding-right-85-mobile {
    padding-right: 85px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-85-tablet {
    margin-right: 85px !important;
  }
  .has-padding-right-85-tablet {
    padding-right: 85px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-85-tablet-only {
    margin-right: 85px !important;
  }
  .has-padding-right-85-tablet-only {
    padding-right: 85px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-85-touch {
    margin-right: 85px !important;
  }
  .has-padding-right-85-touch {
    padding-right: 85px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-85-desktop {
    margin-right: 85px !important;
  }
  .has-padding-right-85-desktop {
    padding-right: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-90-mobile {
    margin: 90px !important;
  }
  .has-padding-90-mobile {
    padding: 90px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-90-tablet {
    margin: 90px !important;
  }
  .has-padding-90-tablet {
    padding: 90px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-90-tablet-only {
    margin: 90px !important;
  }
  .has-padding-90-tablet-only {
    padding: 90px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-90-touch {
    margin: 90px !important;
  }
  .has-padding-90-touch {
    padding: 90px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-90-desktop {
    margin: 90px !important;
  }
  .has-padding-90-desktop {
    padding: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-90-mobile {
    margin-top: 90px !important;
  }
  .has-padding-top-90-mobile {
    padding-top: 90px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-90-tablet {
    margin-top: 90px !important;
  }
  .has-padding-top-90-tablet {
    padding-top: 90px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-90-tablet-only {
    margin-top: 90px !important;
  }
  .has-padding-top-90-tablet-only {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-90-touch {
    margin-top: 90px !important;
  }
  .has-padding-top-90-touch {
    padding-top: 90px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-90-desktop {
    margin-top: 90px !important;
  }
  .has-padding-top-90-desktop {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-90-mobile {
    margin-bottom: 90px !important;
  }
  .has-padding-bottom-90-mobile {
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-90-tablet {
    margin-bottom: 90px !important;
  }
  .has-padding-bottom-90-tablet {
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-90-tablet-only {
    margin-bottom: 90px !important;
  }
  .has-padding-bottom-90-tablet-only {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-90-touch {
    margin-bottom: 90px !important;
  }
  .has-padding-bottom-90-touch {
    padding-bottom: 90px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-90-desktop {
    margin-bottom: 90px !important;
  }
  .has-padding-bottom-90-desktop {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-90-mobile {
    margin-left: 90px !important;
  }
  .has-padding-left-90-mobile {
    padding-left: 90px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-90-tablet {
    margin-left: 90px !important;
  }
  .has-padding-left-90-tablet {
    padding-left: 90px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-90-tablet-only {
    margin-left: 90px !important;
  }
  .has-padding-left-90-tablet-only {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-90-touch {
    margin-left: 90px !important;
  }
  .has-padding-left-90-touch {
    padding-left: 90px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-90-desktop {
    margin-left: 90px !important;
  }
  .has-padding-left-90-desktop {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-90-mobile {
    margin-right: 90px !important;
  }
  .has-padding-right-90-mobile {
    padding-right: 90px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-90-tablet {
    margin-right: 90px !important;
  }
  .has-padding-right-90-tablet {
    padding-right: 90px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-90-tablet-only {
    margin-right: 90px !important;
  }
  .has-padding-right-90-tablet-only {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-90-touch {
    margin-right: 90px !important;
  }
  .has-padding-right-90-touch {
    padding-right: 90px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-90-desktop {
    margin-right: 90px !important;
  }
  .has-padding-right-90-desktop {
    padding-right: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-95-mobile {
    margin: 95px !important;
  }
  .has-padding-95-mobile {
    padding: 95px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-95-tablet {
    margin: 95px !important;
  }
  .has-padding-95-tablet {
    padding: 95px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-95-tablet-only {
    margin: 95px !important;
  }
  .has-padding-95-tablet-only {
    padding: 95px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-95-touch {
    margin: 95px !important;
  }
  .has-padding-95-touch {
    padding: 95px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-95-desktop {
    margin: 95px !important;
  }
  .has-padding-95-desktop {
    padding: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-95-mobile {
    margin-top: 95px !important;
  }
  .has-padding-top-95-mobile {
    padding-top: 95px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-95-tablet {
    margin-top: 95px !important;
  }
  .has-padding-top-95-tablet {
    padding-top: 95px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-95-tablet-only {
    margin-top: 95px !important;
  }
  .has-padding-top-95-tablet-only {
    padding-top: 95px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-95-touch {
    margin-top: 95px !important;
  }
  .has-padding-top-95-touch {
    padding-top: 95px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-95-desktop {
    margin-top: 95px !important;
  }
  .has-padding-top-95-desktop {
    padding-top: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-95-mobile {
    margin-bottom: 95px !important;
  }
  .has-padding-bottom-95-mobile {
    padding-bottom: 95px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-95-tablet {
    margin-bottom: 95px !important;
  }
  .has-padding-bottom-95-tablet {
    padding-bottom: 95px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-95-tablet-only {
    margin-bottom: 95px !important;
  }
  .has-padding-bottom-95-tablet-only {
    padding-bottom: 95px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-95-touch {
    margin-bottom: 95px !important;
  }
  .has-padding-bottom-95-touch {
    padding-bottom: 95px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-95-desktop {
    margin-bottom: 95px !important;
  }
  .has-padding-bottom-95-desktop {
    padding-bottom: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-95-mobile {
    margin-left: 95px !important;
  }
  .has-padding-left-95-mobile {
    padding-left: 95px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-95-tablet {
    margin-left: 95px !important;
  }
  .has-padding-left-95-tablet {
    padding-left: 95px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-95-tablet-only {
    margin-left: 95px !important;
  }
  .has-padding-left-95-tablet-only {
    padding-left: 95px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-95-touch {
    margin-left: 95px !important;
  }
  .has-padding-left-95-touch {
    padding-left: 95px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-95-desktop {
    margin-left: 95px !important;
  }
  .has-padding-left-95-desktop {
    padding-left: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-95-mobile {
    margin-right: 95px !important;
  }
  .has-padding-right-95-mobile {
    padding-right: 95px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-95-tablet {
    margin-right: 95px !important;
  }
  .has-padding-right-95-tablet {
    padding-right: 95px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-95-tablet-only {
    margin-right: 95px !important;
  }
  .has-padding-right-95-tablet-only {
    padding-right: 95px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-95-touch {
    margin-right: 95px !important;
  }
  .has-padding-right-95-touch {
    padding-right: 95px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-95-desktop {
    margin-right: 95px !important;
  }
  .has-padding-right-95-desktop {
    padding-right: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-100-mobile {
    margin: 100px !important;
  }
  .has-padding-100-mobile {
    padding: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-100-tablet {
    margin: 100px !important;
  }
  .has-padding-100-tablet {
    padding: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-100-tablet-only {
    margin: 100px !important;
  }
  .has-padding-100-tablet-only {
    padding: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-100-touch {
    margin: 100px !important;
  }
  .has-padding-100-touch {
    padding: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-100-desktop {
    margin: 100px !important;
  }
  .has-padding-100-desktop {
    padding: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-100-mobile {
    margin-top: 100px !important;
  }
  .has-padding-top-100-mobile {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-100-tablet {
    margin-top: 100px !important;
  }
  .has-padding-top-100-tablet {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-100-tablet-only {
    margin-top: 100px !important;
  }
  .has-padding-top-100-tablet-only {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-100-touch {
    margin-top: 100px !important;
  }
  .has-padding-top-100-touch {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-100-desktop {
    margin-top: 100px !important;
  }
  .has-padding-top-100-desktop {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-100-mobile {
    margin-bottom: 100px !important;
  }
  .has-padding-bottom-100-mobile {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-100-tablet {
    margin-bottom: 100px !important;
  }
  .has-padding-bottom-100-tablet {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-100-tablet-only {
    margin-bottom: 100px !important;
  }
  .has-padding-bottom-100-tablet-only {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-100-touch {
    margin-bottom: 100px !important;
  }
  .has-padding-bottom-100-touch {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-100-desktop {
    margin-bottom: 100px !important;
  }
  .has-padding-bottom-100-desktop {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-100-mobile {
    margin-left: 100px !important;
  }
  .has-padding-left-100-mobile {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-100-tablet {
    margin-left: 100px !important;
  }
  .has-padding-left-100-tablet {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-100-tablet-only {
    margin-left: 100px !important;
  }
  .has-padding-left-100-tablet-only {
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-100-touch {
    margin-left: 100px !important;
  }
  .has-padding-left-100-touch {
    padding-left: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-100-desktop {
    margin-left: 100px !important;
  }
  .has-padding-left-100-desktop {
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-100-mobile {
    margin-right: 100px !important;
  }
  .has-padding-right-100-mobile {
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-100-tablet {
    margin-right: 100px !important;
  }
  .has-padding-right-100-tablet {
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-100-tablet-only {
    margin-right: 100px !important;
  }
  .has-padding-right-100-tablet-only {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-100-touch {
    margin-right: 100px !important;
  }
  .has-padding-right-100-touch {
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-100-desktop {
    margin-right: 100px !important;
  }
  .has-padding-right-100-desktop {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-105-mobile {
    margin: 105px !important;
  }
  .has-padding-105-mobile {
    padding: 105px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-105-tablet {
    margin: 105px !important;
  }
  .has-padding-105-tablet {
    padding: 105px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-105-tablet-only {
    margin: 105px !important;
  }
  .has-padding-105-tablet-only {
    padding: 105px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-105-touch {
    margin: 105px !important;
  }
  .has-padding-105-touch {
    padding: 105px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-105-desktop {
    margin: 105px !important;
  }
  .has-padding-105-desktop {
    padding: 105px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-105-mobile {
    margin-top: 105px !important;
  }
  .has-padding-top-105-mobile {
    padding-top: 105px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-105-tablet {
    margin-top: 105px !important;
  }
  .has-padding-top-105-tablet {
    padding-top: 105px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-105-tablet-only {
    margin-top: 105px !important;
  }
  .has-padding-top-105-tablet-only {
    padding-top: 105px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-105-touch {
    margin-top: 105px !important;
  }
  .has-padding-top-105-touch {
    padding-top: 105px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-105-desktop {
    margin-top: 105px !important;
  }
  .has-padding-top-105-desktop {
    padding-top: 105px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-105-mobile {
    margin-bottom: 105px !important;
  }
  .has-padding-bottom-105-mobile {
    padding-bottom: 105px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-105-tablet {
    margin-bottom: 105px !important;
  }
  .has-padding-bottom-105-tablet {
    padding-bottom: 105px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-105-tablet-only {
    margin-bottom: 105px !important;
  }
  .has-padding-bottom-105-tablet-only {
    padding-bottom: 105px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-105-touch {
    margin-bottom: 105px !important;
  }
  .has-padding-bottom-105-touch {
    padding-bottom: 105px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-105-desktop {
    margin-bottom: 105px !important;
  }
  .has-padding-bottom-105-desktop {
    padding-bottom: 105px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-105-mobile {
    margin-left: 105px !important;
  }
  .has-padding-left-105-mobile {
    padding-left: 105px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-105-tablet {
    margin-left: 105px !important;
  }
  .has-padding-left-105-tablet {
    padding-left: 105px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-105-tablet-only {
    margin-left: 105px !important;
  }
  .has-padding-left-105-tablet-only {
    padding-left: 105px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-105-touch {
    margin-left: 105px !important;
  }
  .has-padding-left-105-touch {
    padding-left: 105px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-105-desktop {
    margin-left: 105px !important;
  }
  .has-padding-left-105-desktop {
    padding-left: 105px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-105-mobile {
    margin-right: 105px !important;
  }
  .has-padding-right-105-mobile {
    padding-right: 105px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-105-tablet {
    margin-right: 105px !important;
  }
  .has-padding-right-105-tablet {
    padding-right: 105px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-105-tablet-only {
    margin-right: 105px !important;
  }
  .has-padding-right-105-tablet-only {
    padding-right: 105px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-105-touch {
    margin-right: 105px !important;
  }
  .has-padding-right-105-touch {
    padding-right: 105px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-105-desktop {
    margin-right: 105px !important;
  }
  .has-padding-right-105-desktop {
    padding-right: 105px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-110-mobile {
    margin: 110px !important;
  }
  .has-padding-110-mobile {
    padding: 110px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-110-tablet {
    margin: 110px !important;
  }
  .has-padding-110-tablet {
    padding: 110px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-110-tablet-only {
    margin: 110px !important;
  }
  .has-padding-110-tablet-only {
    padding: 110px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-110-touch {
    margin: 110px !important;
  }
  .has-padding-110-touch {
    padding: 110px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-110-desktop {
    margin: 110px !important;
  }
  .has-padding-110-desktop {
    padding: 110px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-110-mobile {
    margin-top: 110px !important;
  }
  .has-padding-top-110-mobile {
    padding-top: 110px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-110-tablet {
    margin-top: 110px !important;
  }
  .has-padding-top-110-tablet {
    padding-top: 110px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-110-tablet-only {
    margin-top: 110px !important;
  }
  .has-padding-top-110-tablet-only {
    padding-top: 110px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-110-touch {
    margin-top: 110px !important;
  }
  .has-padding-top-110-touch {
    padding-top: 110px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-110-desktop {
    margin-top: 110px !important;
  }
  .has-padding-top-110-desktop {
    padding-top: 110px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-110-mobile {
    margin-bottom: 110px !important;
  }
  .has-padding-bottom-110-mobile {
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-110-tablet {
    margin-bottom: 110px !important;
  }
  .has-padding-bottom-110-tablet {
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-110-tablet-only {
    margin-bottom: 110px !important;
  }
  .has-padding-bottom-110-tablet-only {
    padding-bottom: 110px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-110-touch {
    margin-bottom: 110px !important;
  }
  .has-padding-bottom-110-touch {
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-110-desktop {
    margin-bottom: 110px !important;
  }
  .has-padding-bottom-110-desktop {
    padding-bottom: 110px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-110-mobile {
    margin-left: 110px !important;
  }
  .has-padding-left-110-mobile {
    padding-left: 110px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-110-tablet {
    margin-left: 110px !important;
  }
  .has-padding-left-110-tablet {
    padding-left: 110px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-110-tablet-only {
    margin-left: 110px !important;
  }
  .has-padding-left-110-tablet-only {
    padding-left: 110px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-110-touch {
    margin-left: 110px !important;
  }
  .has-padding-left-110-touch {
    padding-left: 110px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-110-desktop {
    margin-left: 110px !important;
  }
  .has-padding-left-110-desktop {
    padding-left: 110px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-110-mobile {
    margin-right: 110px !important;
  }
  .has-padding-right-110-mobile {
    padding-right: 110px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-110-tablet {
    margin-right: 110px !important;
  }
  .has-padding-right-110-tablet {
    padding-right: 110px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-110-tablet-only {
    margin-right: 110px !important;
  }
  .has-padding-right-110-tablet-only {
    padding-right: 110px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-110-touch {
    margin-right: 110px !important;
  }
  .has-padding-right-110-touch {
    padding-right: 110px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-110-desktop {
    margin-right: 110px !important;
  }
  .has-padding-right-110-desktop {
    padding-right: 110px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-115-mobile {
    margin: 115px !important;
  }
  .has-padding-115-mobile {
    padding: 115px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-115-tablet {
    margin: 115px !important;
  }
  .has-padding-115-tablet {
    padding: 115px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-115-tablet-only {
    margin: 115px !important;
  }
  .has-padding-115-tablet-only {
    padding: 115px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-115-touch {
    margin: 115px !important;
  }
  .has-padding-115-touch {
    padding: 115px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-115-desktop {
    margin: 115px !important;
  }
  .has-padding-115-desktop {
    padding: 115px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-115-mobile {
    margin-top: 115px !important;
  }
  .has-padding-top-115-mobile {
    padding-top: 115px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-115-tablet {
    margin-top: 115px !important;
  }
  .has-padding-top-115-tablet {
    padding-top: 115px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-115-tablet-only {
    margin-top: 115px !important;
  }
  .has-padding-top-115-tablet-only {
    padding-top: 115px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-115-touch {
    margin-top: 115px !important;
  }
  .has-padding-top-115-touch {
    padding-top: 115px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-115-desktop {
    margin-top: 115px !important;
  }
  .has-padding-top-115-desktop {
    padding-top: 115px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-115-mobile {
    margin-bottom: 115px !important;
  }
  .has-padding-bottom-115-mobile {
    padding-bottom: 115px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-115-tablet {
    margin-bottom: 115px !important;
  }
  .has-padding-bottom-115-tablet {
    padding-bottom: 115px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-115-tablet-only {
    margin-bottom: 115px !important;
  }
  .has-padding-bottom-115-tablet-only {
    padding-bottom: 115px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-115-touch {
    margin-bottom: 115px !important;
  }
  .has-padding-bottom-115-touch {
    padding-bottom: 115px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-115-desktop {
    margin-bottom: 115px !important;
  }
  .has-padding-bottom-115-desktop {
    padding-bottom: 115px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-115-mobile {
    margin-left: 115px !important;
  }
  .has-padding-left-115-mobile {
    padding-left: 115px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-115-tablet {
    margin-left: 115px !important;
  }
  .has-padding-left-115-tablet {
    padding-left: 115px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-115-tablet-only {
    margin-left: 115px !important;
  }
  .has-padding-left-115-tablet-only {
    padding-left: 115px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-115-touch {
    margin-left: 115px !important;
  }
  .has-padding-left-115-touch {
    padding-left: 115px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-115-desktop {
    margin-left: 115px !important;
  }
  .has-padding-left-115-desktop {
    padding-left: 115px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-115-mobile {
    margin-right: 115px !important;
  }
  .has-padding-right-115-mobile {
    padding-right: 115px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-115-tablet {
    margin-right: 115px !important;
  }
  .has-padding-right-115-tablet {
    padding-right: 115px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-115-tablet-only {
    margin-right: 115px !important;
  }
  .has-padding-right-115-tablet-only {
    padding-right: 115px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-115-touch {
    margin-right: 115px !important;
  }
  .has-padding-right-115-touch {
    padding-right: 115px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-115-desktop {
    margin-right: 115px !important;
  }
  .has-padding-right-115-desktop {
    padding-right: 115px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-120-mobile {
    margin: 120px !important;
  }
  .has-padding-120-mobile {
    padding: 120px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-120-tablet {
    margin: 120px !important;
  }
  .has-padding-120-tablet {
    padding: 120px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-120-tablet-only {
    margin: 120px !important;
  }
  .has-padding-120-tablet-only {
    padding: 120px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-120-touch {
    margin: 120px !important;
  }
  .has-padding-120-touch {
    padding: 120px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-120-desktop {
    margin: 120px !important;
  }
  .has-padding-120-desktop {
    padding: 120px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-120-mobile {
    margin-top: 120px !important;
  }
  .has-padding-top-120-mobile {
    padding-top: 120px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-120-tablet {
    margin-top: 120px !important;
  }
  .has-padding-top-120-tablet {
    padding-top: 120px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-120-tablet-only {
    margin-top: 120px !important;
  }
  .has-padding-top-120-tablet-only {
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-120-touch {
    margin-top: 120px !important;
  }
  .has-padding-top-120-touch {
    padding-top: 120px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-120-desktop {
    margin-top: 120px !important;
  }
  .has-padding-top-120-desktop {
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-120-mobile {
    margin-bottom: 120px !important;
  }
  .has-padding-bottom-120-mobile {
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-120-tablet {
    margin-bottom: 120px !important;
  }
  .has-padding-bottom-120-tablet {
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-120-tablet-only {
    margin-bottom: 120px !important;
  }
  .has-padding-bottom-120-tablet-only {
    padding-bottom: 120px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-120-touch {
    margin-bottom: 120px !important;
  }
  .has-padding-bottom-120-touch {
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-120-desktop {
    margin-bottom: 120px !important;
  }
  .has-padding-bottom-120-desktop {
    padding-bottom: 120px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-120-mobile {
    margin-left: 120px !important;
  }
  .has-padding-left-120-mobile {
    padding-left: 120px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-120-tablet {
    margin-left: 120px !important;
  }
  .has-padding-left-120-tablet {
    padding-left: 120px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-120-tablet-only {
    margin-left: 120px !important;
  }
  .has-padding-left-120-tablet-only {
    padding-left: 120px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-120-touch {
    margin-left: 120px !important;
  }
  .has-padding-left-120-touch {
    padding-left: 120px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-120-desktop {
    margin-left: 120px !important;
  }
  .has-padding-left-120-desktop {
    padding-left: 120px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-120-mobile {
    margin-right: 120px !important;
  }
  .has-padding-right-120-mobile {
    padding-right: 120px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-120-tablet {
    margin-right: 120px !important;
  }
  .has-padding-right-120-tablet {
    padding-right: 120px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-120-tablet-only {
    margin-right: 120px !important;
  }
  .has-padding-right-120-tablet-only {
    padding-right: 120px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-120-touch {
    margin-right: 120px !important;
  }
  .has-padding-right-120-touch {
    padding-right: 120px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-120-desktop {
    margin-right: 120px !important;
  }
  .has-padding-right-120-desktop {
    padding-right: 120px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-125-mobile {
    margin: 125px !important;
  }
  .has-padding-125-mobile {
    padding: 125px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-125-tablet {
    margin: 125px !important;
  }
  .has-padding-125-tablet {
    padding: 125px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-125-tablet-only {
    margin: 125px !important;
  }
  .has-padding-125-tablet-only {
    padding: 125px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-125-touch {
    margin: 125px !important;
  }
  .has-padding-125-touch {
    padding: 125px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-125-desktop {
    margin: 125px !important;
  }
  .has-padding-125-desktop {
    padding: 125px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-125-mobile {
    margin-top: 125px !important;
  }
  .has-padding-top-125-mobile {
    padding-top: 125px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-125-tablet {
    margin-top: 125px !important;
  }
  .has-padding-top-125-tablet {
    padding-top: 125px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-125-tablet-only {
    margin-top: 125px !important;
  }
  .has-padding-top-125-tablet-only {
    padding-top: 125px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-125-touch {
    margin-top: 125px !important;
  }
  .has-padding-top-125-touch {
    padding-top: 125px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-125-desktop {
    margin-top: 125px !important;
  }
  .has-padding-top-125-desktop {
    padding-top: 125px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-125-mobile {
    margin-bottom: 125px !important;
  }
  .has-padding-bottom-125-mobile {
    padding-bottom: 125px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-125-tablet {
    margin-bottom: 125px !important;
  }
  .has-padding-bottom-125-tablet {
    padding-bottom: 125px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-125-tablet-only {
    margin-bottom: 125px !important;
  }
  .has-padding-bottom-125-tablet-only {
    padding-bottom: 125px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-125-touch {
    margin-bottom: 125px !important;
  }
  .has-padding-bottom-125-touch {
    padding-bottom: 125px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-125-desktop {
    margin-bottom: 125px !important;
  }
  .has-padding-bottom-125-desktop {
    padding-bottom: 125px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-125-mobile {
    margin-left: 125px !important;
  }
  .has-padding-left-125-mobile {
    padding-left: 125px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-125-tablet {
    margin-left: 125px !important;
  }
  .has-padding-left-125-tablet {
    padding-left: 125px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-125-tablet-only {
    margin-left: 125px !important;
  }
  .has-padding-left-125-tablet-only {
    padding-left: 125px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-125-touch {
    margin-left: 125px !important;
  }
  .has-padding-left-125-touch {
    padding-left: 125px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-125-desktop {
    margin-left: 125px !important;
  }
  .has-padding-left-125-desktop {
    padding-left: 125px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-125-mobile {
    margin-right: 125px !important;
  }
  .has-padding-right-125-mobile {
    padding-right: 125px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-125-tablet {
    margin-right: 125px !important;
  }
  .has-padding-right-125-tablet {
    padding-right: 125px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-125-tablet-only {
    margin-right: 125px !important;
  }
  .has-padding-right-125-tablet-only {
    padding-right: 125px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-125-touch {
    margin-right: 125px !important;
  }
  .has-padding-right-125-touch {
    padding-right: 125px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-125-desktop {
    margin-right: 125px !important;
  }
  .has-padding-right-125-desktop {
    padding-right: 125px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-130-mobile {
    margin: 130px !important;
  }
  .has-padding-130-mobile {
    padding: 130px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-130-tablet {
    margin: 130px !important;
  }
  .has-padding-130-tablet {
    padding: 130px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-130-tablet-only {
    margin: 130px !important;
  }
  .has-padding-130-tablet-only {
    padding: 130px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-130-touch {
    margin: 130px !important;
  }
  .has-padding-130-touch {
    padding: 130px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-130-desktop {
    margin: 130px !important;
  }
  .has-padding-130-desktop {
    padding: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-130-mobile {
    margin-top: 130px !important;
  }
  .has-padding-top-130-mobile {
    padding-top: 130px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-130-tablet {
    margin-top: 130px !important;
  }
  .has-padding-top-130-tablet {
    padding-top: 130px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-130-tablet-only {
    margin-top: 130px !important;
  }
  .has-padding-top-130-tablet-only {
    padding-top: 130px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-130-touch {
    margin-top: 130px !important;
  }
  .has-padding-top-130-touch {
    padding-top: 130px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-130-desktop {
    margin-top: 130px !important;
  }
  .has-padding-top-130-desktop {
    padding-top: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-130-mobile {
    margin-bottom: 130px !important;
  }
  .has-padding-bottom-130-mobile {
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-130-tablet {
    margin-bottom: 130px !important;
  }
  .has-padding-bottom-130-tablet {
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-130-tablet-only {
    margin-bottom: 130px !important;
  }
  .has-padding-bottom-130-tablet-only {
    padding-bottom: 130px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-130-touch {
    margin-bottom: 130px !important;
  }
  .has-padding-bottom-130-touch {
    padding-bottom: 130px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-130-desktop {
    margin-bottom: 130px !important;
  }
  .has-padding-bottom-130-desktop {
    padding-bottom: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-130-mobile {
    margin-left: 130px !important;
  }
  .has-padding-left-130-mobile {
    padding-left: 130px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-130-tablet {
    margin-left: 130px !important;
  }
  .has-padding-left-130-tablet {
    padding-left: 130px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-130-tablet-only {
    margin-left: 130px !important;
  }
  .has-padding-left-130-tablet-only {
    padding-left: 130px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-130-touch {
    margin-left: 130px !important;
  }
  .has-padding-left-130-touch {
    padding-left: 130px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-130-desktop {
    margin-left: 130px !important;
  }
  .has-padding-left-130-desktop {
    padding-left: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-130-mobile {
    margin-right: 130px !important;
  }
  .has-padding-right-130-mobile {
    padding-right: 130px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-130-tablet {
    margin-right: 130px !important;
  }
  .has-padding-right-130-tablet {
    padding-right: 130px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-130-tablet-only {
    margin-right: 130px !important;
  }
  .has-padding-right-130-tablet-only {
    padding-right: 130px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-130-touch {
    margin-right: 130px !important;
  }
  .has-padding-right-130-touch {
    padding-right: 130px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-130-desktop {
    margin-right: 130px !important;
  }
  .has-padding-right-130-desktop {
    padding-right: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-135-mobile {
    margin: 135px !important;
  }
  .has-padding-135-mobile {
    padding: 135px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-135-tablet {
    margin: 135px !important;
  }
  .has-padding-135-tablet {
    padding: 135px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-135-tablet-only {
    margin: 135px !important;
  }
  .has-padding-135-tablet-only {
    padding: 135px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-135-touch {
    margin: 135px !important;
  }
  .has-padding-135-touch {
    padding: 135px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-135-desktop {
    margin: 135px !important;
  }
  .has-padding-135-desktop {
    padding: 135px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-135-mobile {
    margin-top: 135px !important;
  }
  .has-padding-top-135-mobile {
    padding-top: 135px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-135-tablet {
    margin-top: 135px !important;
  }
  .has-padding-top-135-tablet {
    padding-top: 135px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-135-tablet-only {
    margin-top: 135px !important;
  }
  .has-padding-top-135-tablet-only {
    padding-top: 135px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-135-touch {
    margin-top: 135px !important;
  }
  .has-padding-top-135-touch {
    padding-top: 135px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-135-desktop {
    margin-top: 135px !important;
  }
  .has-padding-top-135-desktop {
    padding-top: 135px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-135-mobile {
    margin-bottom: 135px !important;
  }
  .has-padding-bottom-135-mobile {
    padding-bottom: 135px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-135-tablet {
    margin-bottom: 135px !important;
  }
  .has-padding-bottom-135-tablet {
    padding-bottom: 135px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-135-tablet-only {
    margin-bottom: 135px !important;
  }
  .has-padding-bottom-135-tablet-only {
    padding-bottom: 135px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-135-touch {
    margin-bottom: 135px !important;
  }
  .has-padding-bottom-135-touch {
    padding-bottom: 135px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-135-desktop {
    margin-bottom: 135px !important;
  }
  .has-padding-bottom-135-desktop {
    padding-bottom: 135px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-135-mobile {
    margin-left: 135px !important;
  }
  .has-padding-left-135-mobile {
    padding-left: 135px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-135-tablet {
    margin-left: 135px !important;
  }
  .has-padding-left-135-tablet {
    padding-left: 135px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-135-tablet-only {
    margin-left: 135px !important;
  }
  .has-padding-left-135-tablet-only {
    padding-left: 135px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-135-touch {
    margin-left: 135px !important;
  }
  .has-padding-left-135-touch {
    padding-left: 135px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-135-desktop {
    margin-left: 135px !important;
  }
  .has-padding-left-135-desktop {
    padding-left: 135px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-135-mobile {
    margin-right: 135px !important;
  }
  .has-padding-right-135-mobile {
    padding-right: 135px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-135-tablet {
    margin-right: 135px !important;
  }
  .has-padding-right-135-tablet {
    padding-right: 135px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-135-tablet-only {
    margin-right: 135px !important;
  }
  .has-padding-right-135-tablet-only {
    padding-right: 135px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-135-touch {
    margin-right: 135px !important;
  }
  .has-padding-right-135-touch {
    padding-right: 135px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-135-desktop {
    margin-right: 135px !important;
  }
  .has-padding-right-135-desktop {
    padding-right: 135px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-140-mobile {
    margin: 140px !important;
  }
  .has-padding-140-mobile {
    padding: 140px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-140-tablet {
    margin: 140px !important;
  }
  .has-padding-140-tablet {
    padding: 140px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-140-tablet-only {
    margin: 140px !important;
  }
  .has-padding-140-tablet-only {
    padding: 140px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-140-touch {
    margin: 140px !important;
  }
  .has-padding-140-touch {
    padding: 140px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-140-desktop {
    margin: 140px !important;
  }
  .has-padding-140-desktop {
    padding: 140px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-140-mobile {
    margin-top: 140px !important;
  }
  .has-padding-top-140-mobile {
    padding-top: 140px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-140-tablet {
    margin-top: 140px !important;
  }
  .has-padding-top-140-tablet {
    padding-top: 140px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-140-tablet-only {
    margin-top: 140px !important;
  }
  .has-padding-top-140-tablet-only {
    padding-top: 140px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-140-touch {
    margin-top: 140px !important;
  }
  .has-padding-top-140-touch {
    padding-top: 140px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-140-desktop {
    margin-top: 140px !important;
  }
  .has-padding-top-140-desktop {
    padding-top: 140px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-140-mobile {
    margin-bottom: 140px !important;
  }
  .has-padding-bottom-140-mobile {
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-140-tablet {
    margin-bottom: 140px !important;
  }
  .has-padding-bottom-140-tablet {
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-140-tablet-only {
    margin-bottom: 140px !important;
  }
  .has-padding-bottom-140-tablet-only {
    padding-bottom: 140px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-140-touch {
    margin-bottom: 140px !important;
  }
  .has-padding-bottom-140-touch {
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-140-desktop {
    margin-bottom: 140px !important;
  }
  .has-padding-bottom-140-desktop {
    padding-bottom: 140px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-140-mobile {
    margin-left: 140px !important;
  }
  .has-padding-left-140-mobile {
    padding-left: 140px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-140-tablet {
    margin-left: 140px !important;
  }
  .has-padding-left-140-tablet {
    padding-left: 140px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-140-tablet-only {
    margin-left: 140px !important;
  }
  .has-padding-left-140-tablet-only {
    padding-left: 140px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-140-touch {
    margin-left: 140px !important;
  }
  .has-padding-left-140-touch {
    padding-left: 140px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-140-desktop {
    margin-left: 140px !important;
  }
  .has-padding-left-140-desktop {
    padding-left: 140px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-140-mobile {
    margin-right: 140px !important;
  }
  .has-padding-right-140-mobile {
    padding-right: 140px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-140-tablet {
    margin-right: 140px !important;
  }
  .has-padding-right-140-tablet {
    padding-right: 140px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-140-tablet-only {
    margin-right: 140px !important;
  }
  .has-padding-right-140-tablet-only {
    padding-right: 140px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-140-touch {
    margin-right: 140px !important;
  }
  .has-padding-right-140-touch {
    padding-right: 140px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-140-desktop {
    margin-right: 140px !important;
  }
  .has-padding-right-140-desktop {
    padding-right: 140px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-145-mobile {
    margin: 145px !important;
  }
  .has-padding-145-mobile {
    padding: 145px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-145-tablet {
    margin: 145px !important;
  }
  .has-padding-145-tablet {
    padding: 145px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-145-tablet-only {
    margin: 145px !important;
  }
  .has-padding-145-tablet-only {
    padding: 145px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-145-touch {
    margin: 145px !important;
  }
  .has-padding-145-touch {
    padding: 145px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-145-desktop {
    margin: 145px !important;
  }
  .has-padding-145-desktop {
    padding: 145px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-top-145-mobile {
    margin-top: 145px !important;
  }
  .has-padding-top-145-mobile {
    padding-top: 145px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-top-145-tablet {
    margin-top: 145px !important;
  }
  .has-padding-top-145-tablet {
    padding-top: 145px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-top-145-tablet-only {
    margin-top: 145px !important;
  }
  .has-padding-top-145-tablet-only {
    padding-top: 145px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-top-145-touch {
    margin-top: 145px !important;
  }
  .has-padding-top-145-touch {
    padding-top: 145px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-top-145-desktop {
    margin-top: 145px !important;
  }
  .has-padding-top-145-desktop {
    padding-top: 145px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-bottom-145-mobile {
    margin-bottom: 145px !important;
  }
  .has-padding-bottom-145-mobile {
    padding-bottom: 145px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-bottom-145-tablet {
    margin-bottom: 145px !important;
  }
  .has-padding-bottom-145-tablet {
    padding-bottom: 145px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-bottom-145-tablet-only {
    margin-bottom: 145px !important;
  }
  .has-padding-bottom-145-tablet-only {
    padding-bottom: 145px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-bottom-145-touch {
    margin-bottom: 145px !important;
  }
  .has-padding-bottom-145-touch {
    padding-bottom: 145px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-bottom-145-desktop {
    margin-bottom: 145px !important;
  }
  .has-padding-bottom-145-desktop {
    padding-bottom: 145px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-145-mobile {
    margin-left: 145px !important;
  }
  .has-padding-left-145-mobile {
    padding-left: 145px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-145-tablet {
    margin-left: 145px !important;
  }
  .has-padding-left-145-tablet {
    padding-left: 145px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-145-tablet-only {
    margin-left: 145px !important;
  }
  .has-padding-left-145-tablet-only {
    padding-left: 145px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-145-touch {
    margin-left: 145px !important;
  }
  .has-padding-left-145-touch {
    padding-left: 145px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-145-desktop {
    margin-left: 145px !important;
  }
  .has-padding-left-145-desktop {
    padding-left: 145px !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-145-mobile {
    margin-right: 145px !important;
  }
  .has-padding-right-145-mobile {
    padding-right: 145px !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-145-tablet {
    margin-right: 145px !important;
  }
  .has-padding-right-145-tablet {
    padding-right: 145px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-145-tablet-only {
    margin-right: 145px !important;
  }
  .has-padding-right-145-tablet-only {
    padding-right: 145px !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-145-touch {
    margin-right: 145px !important;
  }
  .has-padding-right-145-touch {
    padding-right: 145px !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-145-desktop {
    margin-right: 145px !important;
  }
  .has-padding-right-145-desktop {
    padding-right: 145px !important;
  }
}
@media screen and (max-width: 768px) {
  .is-top-marginless-mobile {
    margin-top: 0 !important;
  }
  .is-top-paddingless-mobile {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-top-marginless-tablet {
    margin-top: 0 !important;
  }
  .is-top-paddingless-tablet {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-top-marginless-tablet-only {
    margin-top: 0 !important;
  }
  .is-top-paddingless-tablet-only {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-top-marginless-touch {
    margin-top: 0 !important;
  }
  .is-top-paddingless-touch {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-top-marginless-desktop {
    margin-top: 0 !important;
  }
  .is-top-paddingless-desktop {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .is-bottom-marginless-mobile {
    margin-bottom: 0 !important;
  }
  .is-bottom-paddingless-mobile {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-bottom-marginless-tablet {
    margin-bottom: 0 !important;
  }
  .is-bottom-paddingless-tablet {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-bottom-marginless-tablet-only {
    margin-bottom: 0 !important;
  }
  .is-bottom-paddingless-tablet-only {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-bottom-marginless-touch {
    margin-bottom: 0 !important;
  }
  .is-bottom-paddingless-touch {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-bottom-marginless-desktop {
    margin-bottom: 0 !important;
  }
  .is-bottom-paddingless-desktop {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .is-left-marginless-mobile {
    margin-left: 0 !important;
  }
  .is-left-paddingless-mobile {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-left-marginless-tablet {
    margin-left: 0 !important;
  }
  .is-left-paddingless-tablet {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-left-marginless-tablet-only {
    margin-left: 0 !important;
  }
  .is-left-paddingless-tablet-only {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-left-marginless-touch {
    margin-left: 0 !important;
  }
  .is-left-paddingless-touch {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-left-marginless-desktop {
    margin-left: 0 !important;
  }
  .is-left-paddingless-desktop {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .is-right-marginless-mobile {
    margin-right: 0 !important;
  }
  .is-right-paddingless-mobile {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-right-marginless-tablet {
    margin-right: 0 !important;
  }
  .is-right-paddingless-tablet {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-right-marginless-tablet-only {
    margin-right: 0 !important;
  }
  .is-right-paddingless-tablet-only {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-right-marginless-touch {
    margin-right: 0 !important;
  }
  .is-right-paddingless-touch {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-right-marginless-desktop {
    margin-right: 0 !important;
  }
  .is-right-paddingless-desktop {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-left-auto-mobile {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-left-auto-tablet {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-left-auto-tablet-only {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-left-auto-touch {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-left-auto-desktop {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .has-margin-right-auto-mobile {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-margin-right-auto-tablet {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-margin-right-auto-tablet-only {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-margin-right-auto-touch {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-margin-right-auto-desktop {
    margin-right: auto !important;
  }
}
/*@import './node_modules/bulma-extensions/src/sass/index.sass';*/
.is-divider, .is-divider-vertical {
  display: block;
  position: relative;
  border-top: 0.1rem solid hsl(0deg, 0%, 86%);
  height: 0.1rem;
  margin: 2rem 0;
  text-align: center;
}

.is-divider[data-content]::after, .is-divider-vertical[data-content]::after {
  background: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 71%);
  content: attr(data-content);
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  -webkit-transform: translateY(-1.1rem);
  -ms-transform: translateY(-1.1rem);
  transform: translateY(-1.1rem);
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .is-divider-vertical {
    display: block;
    flex: none;
    width: auto;
    height: auto;
    padding: 2rem;
    margin: 0;
    position: relative;
    border-top: none;
    min-height: 2rem;
  }
  .is-divider-vertical::before {
    border-left: 0.1rem solid hsl(0deg, 0%, 86%);
    bottom: 1rem;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 1rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .is-divider-vertical[data-content]::after {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0.1rem;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}

.is-divider.is-white,
.is-divider-vertical.is-white {
  border-top-color: hsl(0deg, 0%, 100%);
}
.is-divider.is-white[data-content]::after, .is-divider.is-white[data-content]::after,
.is-divider-vertical.is-white[data-content]::after,
.is-divider-vertical.is-white[data-content]::after {
  background: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.is-divider.is-white::before,
.is-divider-vertical.is-white::before {
  border-left-color: hsl(0deg, 0%, 100%);
}
.is-divider.is-black,
.is-divider-vertical.is-black {
  border-top-color: hsl(0deg, 0%, 4%);
}
.is-divider.is-black[data-content]::after, .is-divider.is-black[data-content]::after,
.is-divider-vertical.is-black[data-content]::after,
.is-divider-vertical.is-black[data-content]::after {
  background: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.is-divider.is-black::before,
.is-divider-vertical.is-black::before {
  border-left-color: hsl(0deg, 0%, 4%);
}
.is-divider.is-light,
.is-divider-vertical.is-light {
  border-top-color: hsl(0deg, 0%, 96%);
}
.is-divider.is-light[data-content]::after, .is-divider.is-light[data-content]::after,
.is-divider-vertical.is-light[data-content]::after,
.is-divider-vertical.is-light[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: hsl(0deg, 0%, 96%);
}
.is-divider.is-light::before,
.is-divider-vertical.is-light::before {
  border-left-color: hsl(0deg, 0%, 96%);
}
.is-divider.is-dark,
.is-divider-vertical.is-dark {
  border-top-color: hsl(0deg, 0%, 21%);
}
.is-divider.is-dark[data-content]::after, .is-divider.is-dark[data-content]::after,
.is-divider-vertical.is-dark[data-content]::after,
.is-divider-vertical.is-dark[data-content]::after {
  background: #fff;
  color: hsl(0deg, 0%, 21%);
}
.is-divider.is-dark::before,
.is-divider-vertical.is-dark::before {
  border-left-color: hsl(0deg, 0%, 21%);
}
.is-divider.is-primary,
.is-divider-vertical.is-primary {
  border-top-color: hsl(0deg, 0%, 21%);
}
.is-divider.is-primary[data-content]::after, .is-divider.is-primary[data-content]::after,
.is-divider-vertical.is-primary[data-content]::after,
.is-divider-vertical.is-primary[data-content]::after {
  background: #fff;
  color: hsl(0deg, 0%, 21%);
}
.is-divider.is-primary::before,
.is-divider-vertical.is-primary::before {
  border-left-color: hsl(0deg, 0%, 21%);
}
.is-divider.is-link,
.is-divider-vertical.is-link {
  border-top-color: hsl(229deg, 53%, 53%);
}
.is-divider.is-link[data-content]::after, .is-divider.is-link[data-content]::after,
.is-divider-vertical.is-link[data-content]::after,
.is-divider-vertical.is-link[data-content]::after {
  background: #fff;
  color: hsl(229deg, 53%, 53%);
}
.is-divider.is-link::before,
.is-divider-vertical.is-link::before {
  border-left-color: hsl(229deg, 53%, 53%);
}
.is-divider.is-info,
.is-divider-vertical.is-info {
  border-top-color: hsl(207deg, 61%, 53%);
}
.is-divider.is-info[data-content]::after, .is-divider.is-info[data-content]::after,
.is-divider-vertical.is-info[data-content]::after,
.is-divider-vertical.is-info[data-content]::after {
  background: #fff;
  color: hsl(207deg, 61%, 53%);
}
.is-divider.is-info::before,
.is-divider-vertical.is-info::before {
  border-left-color: hsl(207deg, 61%, 53%);
}
.is-divider.is-success,
.is-divider-vertical.is-success {
  border-top-color: hsl(153deg, 53%, 53%);
}
.is-divider.is-success[data-content]::after, .is-divider.is-success[data-content]::after,
.is-divider-vertical.is-success[data-content]::after,
.is-divider-vertical.is-success[data-content]::after {
  background: #fff;
  color: hsl(153deg, 53%, 53%);
}
.is-divider.is-success::before,
.is-divider-vertical.is-success::before {
  border-left-color: hsl(153deg, 53%, 53%);
}
.is-divider.is-warning,
.is-divider-vertical.is-warning {
  border-top-color: hsl(44deg, 100%, 77%);
}
.is-divider.is-warning[data-content]::after, .is-divider.is-warning[data-content]::after,
.is-divider-vertical.is-warning[data-content]::after,
.is-divider-vertical.is-warning[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: hsl(44deg, 100%, 77%);
}
.is-divider.is-warning::before,
.is-divider-vertical.is-warning::before {
  border-left-color: hsl(44deg, 100%, 77%);
}
.is-divider.is-danger,
.is-divider-vertical.is-danger {
  border-top-color: hsl(348deg, 86%, 61%);
}
.is-divider.is-danger[data-content]::after, .is-divider.is-danger[data-content]::after,
.is-divider-vertical.is-danger[data-content]::after,
.is-divider-vertical.is-danger[data-content]::after {
  background: #fff;
  color: hsl(348deg, 86%, 61%);
}
.is-divider.is-danger::before,
.is-divider-vertical.is-danger::before {
  border-left-color: hsl(348deg, 86%, 61%);
}
.is-divider.is-black-bis,
.is-divider-vertical.is-black-bis {
  border-top-color: hsl(0deg, 0%, 7%);
}
.is-divider.is-black-bis[data-content]::after, .is-divider.is-black-bis[data-content]::after,
.is-divider-vertical.is-black-bis[data-content]::after,
.is-divider-vertical.is-black-bis[data-content]::after {
  background: #fff;
  color: hsl(0deg, 0%, 7%);
}
.is-divider.is-black-bis::before,
.is-divider-vertical.is-black-bis::before {
  border-left-color: hsl(0deg, 0%, 7%);
}
.is-divider.is-black-ter,
.is-divider-vertical.is-black-ter {
  border-top-color: hsl(0deg, 0%, 14%);
}
.is-divider.is-black-ter[data-content]::after, .is-divider.is-black-ter[data-content]::after,
.is-divider-vertical.is-black-ter[data-content]::after,
.is-divider-vertical.is-black-ter[data-content]::after {
  background: #fff;
  color: hsl(0deg, 0%, 14%);
}
.is-divider.is-black-ter::before,
.is-divider-vertical.is-black-ter::before {
  border-left-color: hsl(0deg, 0%, 14%);
}
.is-divider.is-grey-darker,
.is-divider-vertical.is-grey-darker {
  border-top-color: hsl(0deg, 0%, 21%);
}
.is-divider.is-grey-darker[data-content]::after, .is-divider.is-grey-darker[data-content]::after,
.is-divider-vertical.is-grey-darker[data-content]::after,
.is-divider-vertical.is-grey-darker[data-content]::after {
  background: #fff;
  color: hsl(0deg, 0%, 21%);
}
.is-divider.is-grey-darker::before,
.is-divider-vertical.is-grey-darker::before {
  border-left-color: hsl(0deg, 0%, 21%);
}
.is-divider.is-grey-dark,
.is-divider-vertical.is-grey-dark {
  border-top-color: hsl(0deg, 0%, 29%);
}
.is-divider.is-grey-dark[data-content]::after, .is-divider.is-grey-dark[data-content]::after,
.is-divider-vertical.is-grey-dark[data-content]::after,
.is-divider-vertical.is-grey-dark[data-content]::after {
  background: #fff;
  color: hsl(0deg, 0%, 29%);
}
.is-divider.is-grey-dark::before,
.is-divider-vertical.is-grey-dark::before {
  border-left-color: hsl(0deg, 0%, 29%);
}
.is-divider.is-grey,
.is-divider-vertical.is-grey {
  border-top-color: hsl(0deg, 0%, 48%);
}
.is-divider.is-grey[data-content]::after, .is-divider.is-grey[data-content]::after,
.is-divider-vertical.is-grey[data-content]::after,
.is-divider-vertical.is-grey[data-content]::after {
  background: #fff;
  color: hsl(0deg, 0%, 48%);
}
.is-divider.is-grey::before,
.is-divider-vertical.is-grey::before {
  border-left-color: hsl(0deg, 0%, 48%);
}
.is-divider.is-grey-light,
.is-divider-vertical.is-grey-light {
  border-top-color: hsl(0deg, 0%, 71%);
}
.is-divider.is-grey-light[data-content]::after, .is-divider.is-grey-light[data-content]::after,
.is-divider-vertical.is-grey-light[data-content]::after,
.is-divider-vertical.is-grey-light[data-content]::after {
  background: #fff;
  color: hsl(0deg, 0%, 71%);
}
.is-divider.is-grey-light::before,
.is-divider-vertical.is-grey-light::before {
  border-left-color: hsl(0deg, 0%, 71%);
}
.is-divider.is-grey-lighter,
.is-divider-vertical.is-grey-lighter {
  border-top-color: hsl(0deg, 0%, 86%);
}
.is-divider.is-grey-lighter[data-content]::after, .is-divider.is-grey-lighter[data-content]::after,
.is-divider-vertical.is-grey-lighter[data-content]::after,
.is-divider-vertical.is-grey-lighter[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: hsl(0deg, 0%, 86%);
}
.is-divider.is-grey-lighter::before,
.is-divider-vertical.is-grey-lighter::before {
  border-left-color: hsl(0deg, 0%, 86%);
}
.is-divider.is-white-ter,
.is-divider-vertical.is-white-ter {
  border-top-color: hsl(0deg, 0%, 96%);
}
.is-divider.is-white-ter[data-content]::after, .is-divider.is-white-ter[data-content]::after,
.is-divider-vertical.is-white-ter[data-content]::after,
.is-divider-vertical.is-white-ter[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: hsl(0deg, 0%, 96%);
}
.is-divider.is-white-ter::before,
.is-divider-vertical.is-white-ter::before {
  border-left-color: hsl(0deg, 0%, 96%);
}
.is-divider.is-white-bis,
.is-divider-vertical.is-white-bis {
  border-top-color: hsl(0deg, 0%, 98%);
}
.is-divider.is-white-bis[data-content]::after, .is-divider.is-white-bis[data-content]::after,
.is-divider-vertical.is-white-bis[data-content]::after,
.is-divider-vertical.is-white-bis[data-content]::after {
  background: rgba(0, 0, 0, 0.7);
  color: hsl(0deg, 0%, 98%);
}
.is-divider.is-white-bis::before,
.is-divider-vertical.is-white-bis::before {
  border-left-color: hsl(0deg, 0%, 98%);
}

.input, .textarea, .select select {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 86%);
  border-radius: 4px;
  color: hsl(0deg, 0%, 21%);
}
.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
  border-color: hsl(0deg, 0%, 71%);
}
.input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
  border-color: hsl(229deg, 53%, 53%);
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
[disabled].input, [disabled].textarea, .select select[disabled], fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select {
  background-color: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 96%);
  box-shadow: none;
  color: hsl(0deg, 0%, 48%);
}
[disabled].input::-moz-placeholder, [disabled].textarea::-moz-placeholder, .select select[disabled]::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
[disabled].input::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
[disabled].input:-moz-placeholder, [disabled].textarea:-moz-placeholder, .select select[disabled]:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
[disabled].input:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

@keyframes decrement-prev {
  from {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes decrement-next {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
}
@keyframes increment-prev {
  from {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes increment-next {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
}
.datetimepicker {
  transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
  display: none;
  background: hsl(0deg, 0%, 100%);
  border-radius: 2px;
  max-width: 320px;
  z-index: 1;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}
.datetimepicker.is-active {
  display: block;
}
.datetimepicker .datetimepicker-header {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
  position: relative;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  box-shadow: 0 0.2rem 0.2rem -0.2rem rgba(10, 10, 10, 0.1);
}
.datetimepicker .datetimepicker-header.is-date-only {
  flex-direction: row;
}
.datetimepicker .datetimepicker-header.is-date-only .datetimepicker-selection-end .datetimepicker-selection-wrapper {
  justify-content: flex-end !important;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-details {
  flex: 1;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-from,
.datetimepicker .datetimepicker-header .datetimepicker-selection-to {
  font-size: 0.65rem;
  color: hsl(0deg, 0%, 71%);
  text-transform: uppercase;
  padding: 0;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end {
  padding: 0;
  display: flex;
  flex: 1;
  flex-direction: row;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-wrapper,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-wrapper {
  flex-direction: row;
  display: flex;
  min-height: 2.5rem;
  flex: 1 1 2rem;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-day,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-day {
  flex: 0;
  text-transform: capitalize;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-right: 0.5rem;
  color: hsl(0deg, 0%, 21%);
  font-weight: 100;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-date,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-date {
  font-size: 0.85rem;
  line-height: 0.85rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-weight: 300;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-month,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-month {
  color: hsl(0deg, 0%, 29%);
  text-transform: capitalize;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-weekday,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-weekday {
  font-size: 0.75em;
  color: #b6b4b6;
  text-transform: capitalize;
  text-align: left;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-hour,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-hour {
  font-size: 1.5rem;
  font-weight: 100;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-hour.editable,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-hour.editable {
  border: 1px solid #dcdcdc;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-hour.editable .datetimepicker-selection-input-hours,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-hour.editable .datetimepicker-selection-input-hours {
  width: 31px;
  font-size: 1.5rem;
  font-weight: 100;
  color: #4a4a4a;
  border: 0;
  text-align: right;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start .datetimepicker-selection-hour.editable .datetimepicker-selection-input-minutes,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end .datetimepicker-selection-hour.editable .datetimepicker-selection-input-minutes {
  width: 31px;
  font-size: 1.5rem;
  font-weight: 100;
  color: #4a4a4a;
  border: 0;
  margin-left: -5px;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end {
  align-items: center;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-start.is-centered .datetimepicker-selection-wrapper,
.datetimepicker .datetimepicker-header .datetimepicker-selection-end.is-centered .datetimepicker-selection-wrapper {
  justify-content: center;
  align-items: center;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-time {
  flex: 1;
  display: flex;
}
.datetimepicker .datetimepicker-header .datetimepicker-selection-time .datetimepicker-selection-time-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  color: hsl(0deg, 0%, 71%);
}
.datetimepicker .datepicker-nav {
  background: hsl(0deg, 0%, 21%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em;
  flex-direction: row;
}
.datetimepicker .datepicker-nav .datepicker-nav-month-year {
  flex-direction: row;
  display: flex;
}
.datetimepicker .datepicker-nav .datepicker-nav-month,
.datetimepicker .datepicker-nav .datepicker-nav-year {
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
}
.datetimepicker .datepicker-nav .datepicker-nav-month:hover,
.datetimepicker .datepicker-nav .datepicker-nav-year:hover {
  cursor: pointer;
}
.datetimepicker .datepicker-nav .datepicker-nav-month {
  text-transform: capitalize;
}
.datetimepicker .datepicker-nav .datepicker-nav-year {
  font-weight: 700;
}
.datetimepicker .datepicker-nav .datepicker-nav-previous, .datetimepicker .datepicker-nav .datepicker-nav-next {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  text-decoration: none;
  color: hsl(0deg, 0%, 100%);
}
.datetimepicker .datepicker-nav .datepicker-nav-previous:hover, .datetimepicker .datepicker-nav .datepicker-nav-next:hover {
  background-color: transparent;
}
.datetimepicker .datepicker-nav .datepicker-nav-previous:hover svg, .datetimepicker .datepicker-nav .datepicker-nav-next:hover svg {
  stroke-width: 1em;
}
.datetimepicker .datepicker-nav .datepicker-nav-previous svg, .datetimepicker .datepicker-nav .datepicker-nav-next svg {
  stroke: currentColor;
  width: 11.25px;
  height: 0.75rem;
}
.datetimepicker .datepicker-body {
  overflow: hidden;
}
.datetimepicker .datepicker-body .datepicker-dates {
  display: none;
}
.datetimepicker .datepicker-body .datepicker-dates.is-active {
  display: flex;
  flex-direction: column;
}
.datetimepicker .datepicker-body .datepicker-months,
.datetimepicker .datepicker-body .datepicker-years {
  display: none;
}
.datetimepicker .datepicker-body .datepicker-months.is-active,
.datetimepicker .datepicker-body .datepicker-years.is-active {
  display: flex;
  flex-direction: row;
}
.datetimepicker .datepicker-body .datepicker-weekdays {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0.3rem 0;
  background: transparent;
  color: #fff;
  font-size: 0.75rem;
}
.datetimepicker .datepicker-body .datepicker-weekdays .datepicker-date {
  background: transparent !important;
  color: hsl(0deg, 0%, 71%);
  padding: 0.3rem;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
  color: hsl(0deg, 0%, 48%);
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date {
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  flex: 14.28571%;
  margin: 0.1rem 0;
  align-items: center;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item {
  margin: 0 auto;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 25091983px;
  color: hsl(0deg, 0%, 29%);
  cursor: pointer;
  height: 2.2rem;
  outline: none;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  vertical-align: middle;
  white-space: nowrap;
  width: 2.2rem;
  animation: bounce-button-in 0.45s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  background: transparent;
  border: 0.1rem dotted hsl(0deg, 0%, 21%);
  color: hsl(0deg, 0%, 21%);
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:focus {
  background: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 100%);
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0deg, 0%, 21%);
  border-color: hsl(0deg, 0%, 21%);
  border-radius: 25091983px;
  color: #fff;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-highlighted {
  border: 0.1rem solid hsl(0deg, 0%, 21%);
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  background: hsl(0deg, 0%, 100%);
  border: 0.1rem solid hsl(0deg, 0%, 21%);
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-current-month {
  background: transparent;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled, .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled] {
  background-color: hsl(0deg, 0%, 96%);
  background-image: url(data:image/gif;base64,R0lGODlhBQAFAOMAAP/14////93uHt3uHt3uHt3uHv///////////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAAAFAAUAAAQL0ACAzpG0YnonNxEAOw==) !important;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled .date-item,
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled .calendar-event, .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled] .date-item,
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled] .calendar-event {
  cursor: default;
  opacity: 0.25;
  pointer-events: none;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  position: relative;
  background: hsl(0deg, 0%, 21%);
  z-index: 1;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border: 0.1rem solid hsl(0deg, 0%, 21%);
  color: hsl(0deg, 0%, 21%);
  box-shadow: 0 0.2rem 0.2rem rgba(10, 10, 10, 0.1);
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start {
  border-top-left-radius: 25091983px;
  border-bottom-left-radius: 25091983px;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end {
  border-top-right-radius: 25091983px;
  border-bottom-right-radius: 25091983px;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range-start.datepicker-range-end .date-item.is-today {
  color: hsl(0deg, 0%, 21%) !important;
}
.datetimepicker .datepicker-body .datepicker-months,
.datetimepicker .datepicker-body .datepicker-years {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0.5rem;
  max-height: 17rem;
  overflow-y: auto;
}
.datetimepicker .datepicker-body .datepicker-months.is-active,
.datetimepicker .datepicker-body .datepicker-years.is-active {
  display: flex;
}
.datetimepicker .datepicker-body .datepicker-months .datepicker-month,
.datetimepicker .datepicker-body .datepicker-months .datepicker-year,
.datetimepicker .datepicker-body .datepicker-years .datepicker-month,
.datetimepicker .datepicker-body .datepicker-years .datepicker-year {
  padding: 0.5rem;
  margin: 0.5rem;
  font-size: 0.75rem;
  text-align: center;
  flex: 1 25%;
  text-transform: capitalize;
  border-radius: 25091983px;
  border: 0.1rem solid transparent;
}
.datetimepicker .datepicker-body .datepicker-months .datepicker-month.is-active,
.datetimepicker .datepicker-body .datepicker-months .datepicker-year.is-active,
.datetimepicker .datepicker-body .datepicker-years .datepicker-month.is-active,
.datetimepicker .datepicker-body .datepicker-years .datepicker-year.is-active {
  background: hsl(0deg, 0%, 21%);
  border-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.datetimepicker .datepicker-body .datepicker-months .datepicker-month:hover,
.datetimepicker .datepicker-body .datepicker-months .datepicker-year:hover,
.datetimepicker .datepicker-body .datepicker-years .datepicker-month:hover,
.datetimepicker .datepicker-body .datepicker-years .datepicker-year:hover {
  cursor: pointer;
  background: hsl(0deg, 0%, 100%);
  border: 0.1rem solid hsl(0deg, 0%, 21%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker .datetimepicker-footer {
  display: flex;
  flex: 1;
  justify-content: space-evenly;
  margin: 0;
}
.datetimepicker .datetimepicker-footer > * {
  text-decoration: none !important;
}
.datetimepicker.is-datetimepicker-default .datetimepicker-container {
  display: flex;
  flex-direction: column;
}
.datetimepicker.is-datetimepicker-default .datetimepicker-container:after, .datetimepicker.is-datetimepicker-default .datetimepicker-container:before {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.datetimepicker.is-datetimepicker-default .datetimepicker-container:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 0.75rem;
  margin-left: -0.75rem;
}
.datetimepicker.is-datetimepicker-default .datetimepicker-container:before {
  border-color: rgba(74, 74, 74, 0);
  border-bottom-color: #4a4a4a;
  border-width: 0.75rem;
  margin-left: -0.75rem;
}
.datetimepicker.is-datetimepicker-default .datetimepicker-container.has-header-bottom {
  flex-direction: column-reverse;
}
.datetimepicker.is-large {
  max-width: 100%;
}
.datetimepicker.is-large .datepicker-body .datepicker-date {
  border-bottom: 0.1rem solid hsl(0deg, 0%, 96%);
  border-right: 0.1rem solid hsl(0deg, 0%, 96%);
  display: flex;
  flex-direction: column;
  height: 11rem;
  padding: 0;
}
.datetimepicker.is-large .datepicker-body .datepicker-date:nth-child(7n) {
  border-right: 0;
}
.datetimepicker.is-large .datepicker-body .datepicker-date:nth-last-child(-n+7) {
  border-bottom: 0;
}
.datetimepicker.is-large .date-item {
  align-self: flex-end;
  height: 2.2rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.datetimepicker.is-large .datepicker-range:before, .datetimepicker.is-large .datepicker-range::before {
  top: 1.9rem;
}
.datetimepicker.is-large .datepicker-range.datepicker-range-start::before {
  left: auto;
  width: 1.9rem;
}
.datetimepicker.is-large .datepicker-range.datepicker-range-end::before {
  right: 1.9rem;
}
.datetimepicker.is-large .datepicker-events {
  flex-grow: 1;
  line-height: 1;
  overflow-y: auto;
  padding: 0.5rem;
}
.datetimepicker.is-large .datepicker-event {
  background-color: hsl(0deg, 0%, 48%);
  border-radius: 2px;
  color: hsl(0deg, 0%, 100%);
  display: block;
  font-size: 1rem;
  margin: 0.2rem auto;
  overflow: hidden;
  padding: 0.3rem 0.4rem;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: baseline;
  white-space: nowrap;
}
.datetimepicker.is-large .datepicker-event.is-white {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.datetimepicker.is-large .datepicker-event.is-black {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.datetimepicker.is-large .datepicker-event.is-light {
  background-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-large .datepicker-event.is-dark {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.datetimepicker.is-large .datepicker-event.is-primary {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.datetimepicker.is-large .datepicker-event.is-link {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.datetimepicker.is-large .datepicker-event.is-info {
  background-color: hsl(207deg, 61%, 53%);
  color: #fff;
}
.datetimepicker.is-large .datepicker-event.is-success {
  background-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.datetimepicker.is-large .datepicker-event.is-warning {
  background-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-large .datepicker-event.is-danger {
  background-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.datetimepicker .timepicker {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
}
.datetimepicker .timepicker .timepicker-start,
.datetimepicker .timepicker .timepicker-end {
  display: flex;
  flex-direction: row;
  flex: 1 50%;
  justify-content: center;
  position: relative;
}
.datetimepicker .timepicker .timepicker-start .timepicker-hours,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes,
.datetimepicker .timepicker .timepicker-end .timepicker-hours,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input,
.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input {
  position: relative;
  color: hsl(0deg, 0%, 21%);
  text-align: center;
  overflow: hidden;
  font-size: 2rem;
  font-weight: 400;
}
.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input.is-input .timepicker-input-number,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input.is-input .timepicker-input-number,
.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input.is-input .timepicker-input-number,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input.is-input .timepicker-input-number {
  visability: hidden;
  opacity: 0;
  transition: opacity 100ms ease-in;
}
.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input.is-input input,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input.is-input input,
.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input.is-input input,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input.is-input input {
  visability: visible;
  opacity: 1;
  transition: opacity 100ms ease-in;
}
.datetimepicker .timepicker .timepicker-start .timepicker-hours .timepicker-input input,
.datetimepicker .timepicker .timepicker-start .timepicker-minutes .timepicker-input input,
.datetimepicker .timepicker .timepicker-end .timepicker-hours .timepicker-input input,
.datetimepicker .timepicker .timepicker-end .timepicker-minutes .timepicker-input input {
  width: 4rem;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  box-shadow: none;
  outline: none;
  border: none;
  opacity: 0;
  transition: opacity 100ms ease-in;
}
.datetimepicker .timepicker .timepicker-start .timepicker-input-number,
.datetimepicker .timepicker .timepicker-end .timepicker-input-number {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visability: visible;
  opacity: 1;
  transition: opacity 1000ms ease-in;
  font-weight: 300;
}
.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-increment-hide,
.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-increment-hide {
  opacity: 0;
  transform: translateY(-50px);
  animation: increment-prev 100ms ease-in;
}
.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-increment-visible,
.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-increment-visible {
  opacity: 1;
  transform: translateY(0);
  animation: increment-next 100ms ease-out;
}
.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-decrement-hide,
.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-decrement-hide {
  opacity: 0;
  transform: translateY(50px);
  animation: decrement-prev 100ms ease-in;
}
.datetimepicker .timepicker .timepicker-start .timepicker-input-number.is-decrement-visible,
.datetimepicker .timepicker .timepicker-end .timepicker-input-number.is-decrement-visible {
  opacity: 1;
  transform: translateY(0);
  animation: decrement-next 100ms ease-out;
}
.datetimepicker .timepicker .timepicker-end {
  margin-left: 1rem;
  padding-left: 1rem;
}
.datetimepicker .timepicker .timepicker-end:before, .datetimepicker .timepicker .timepicker-end::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 50%;
  width: 0.1rem;
  background-color: hsl(0deg, 0%, 96%);
}
.datetimepicker .timepicker .timepicker-previous,
.datetimepicker .timepicker .timepicker-next {
  font-size: 1rem;
  line-height: 1rem;
  display: block;
  color: #ADBCDA;
  text-align: center;
  margin: 1rem 0 0;
  font-size: 1rem;
  padding: 0.5rem;
  width: 100%;
  user-select: none;
}
.datetimepicker .timepicker .timepicker-previous:hover,
.datetimepicker .timepicker .timepicker-next:hover {
  cursor: pointer;
  background-color: hsl(0deg, 0%, 96%);
}
.datetimepicker .timepicker .timepicker-previous {
  margin: 0 0 1rem;
}
.datetimepicker .timepicker .timepicker-time-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-white .timepicker-input,
.datetimepicker.is-white .timepicker-input-number,
.datetimepicker.is-white .timepicker-time-divider {
  color: hsl(0deg, 0%, 100%) !important;
}
.datetimepicker.is-black .timepicker-input,
.datetimepicker.is-black .timepicker-input-number,
.datetimepicker.is-black .timepicker-time-divider {
  color: hsl(0deg, 0%, 4%) !important;
}
.datetimepicker.is-light .timepicker-input,
.datetimepicker.is-light .timepicker-input-number,
.datetimepicker.is-light .timepicker-time-divider {
  color: hsl(0deg, 0%, 96%) !important;
}
.datetimepicker.is-dark .timepicker-input,
.datetimepicker.is-dark .timepicker-input-number,
.datetimepicker.is-dark .timepicker-time-divider {
  color: hsl(0deg, 0%, 21%) !important;
}
.datetimepicker.is-primary .timepicker-input,
.datetimepicker.is-primary .timepicker-input-number,
.datetimepicker.is-primary .timepicker-time-divider {
  color: hsl(0deg, 0%, 21%) !important;
}
.datetimepicker.is-link .timepicker-input,
.datetimepicker.is-link .timepicker-input-number,
.datetimepicker.is-link .timepicker-time-divider {
  color: hsl(229deg, 53%, 53%) !important;
}
.datetimepicker.is-info .timepicker-input,
.datetimepicker.is-info .timepicker-input-number,
.datetimepicker.is-info .timepicker-time-divider {
  color: hsl(207deg, 61%, 53%) !important;
}
.datetimepicker.is-success .timepicker-input,
.datetimepicker.is-success .timepicker-input-number,
.datetimepicker.is-success .timepicker-time-divider {
  color: hsl(153deg, 53%, 53%) !important;
}
.datetimepicker.is-warning .timepicker-input,
.datetimepicker.is-warning .timepicker-input-number,
.datetimepicker.is-warning .timepicker-time-divider {
  color: hsl(44deg, 100%, 77%) !important;
}
.datetimepicker.is-danger .timepicker-input,
.datetimepicker.is-danger .timepicker-input-number,
.datetimepicker.is-danger .timepicker-time-divider {
  color: hsl(348deg, 86%, 61%) !important;
}
.datetimepicker.is-black-bis .timepicker-input,
.datetimepicker.is-black-bis .timepicker-input-number,
.datetimepicker.is-black-bis .timepicker-time-divider {
  color: hsl(0deg, 0%, 7%) !important;
}
.datetimepicker.is-black-ter .timepicker-input,
.datetimepicker.is-black-ter .timepicker-input-number,
.datetimepicker.is-black-ter .timepicker-time-divider {
  color: hsl(0deg, 0%, 14%) !important;
}
.datetimepicker.is-grey-darker .timepicker-input,
.datetimepicker.is-grey-darker .timepicker-input-number,
.datetimepicker.is-grey-darker .timepicker-time-divider {
  color: hsl(0deg, 0%, 21%) !important;
}
.datetimepicker.is-grey-dark .timepicker-input,
.datetimepicker.is-grey-dark .timepicker-input-number,
.datetimepicker.is-grey-dark .timepicker-time-divider {
  color: hsl(0deg, 0%, 29%) !important;
}
.datetimepicker.is-grey .timepicker-input,
.datetimepicker.is-grey .timepicker-input-number,
.datetimepicker.is-grey .timepicker-time-divider {
  color: hsl(0deg, 0%, 48%) !important;
}
.datetimepicker.is-grey-light .timepicker-input,
.datetimepicker.is-grey-light .timepicker-input-number,
.datetimepicker.is-grey-light .timepicker-time-divider {
  color: hsl(0deg, 0%, 71%) !important;
}
.datetimepicker.is-grey-lighter .timepicker-input,
.datetimepicker.is-grey-lighter .timepicker-input-number,
.datetimepicker.is-grey-lighter .timepicker-time-divider {
  color: hsl(0deg, 0%, 86%) !important;
}
.datetimepicker.is-white-ter .timepicker-input,
.datetimepicker.is-white-ter .timepicker-input-number,
.datetimepicker.is-white-ter .timepicker-time-divider {
  color: hsl(0deg, 0%, 96%) !important;
}
.datetimepicker.is-white-bis .timepicker-input,
.datetimepicker.is-white-bis .timepicker-input-number,
.datetimepicker.is-white-bis .timepicker-time-divider {
  color: hsl(0deg, 0%, 98%) !important;
}
.datetimepicker.is-white .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0deg, 0%, 100%);
}
.datetimepicker.is-white .datepicker-nav {
  background: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 100%);
}
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 100%);
}
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0deg, 0%, 100%);
}
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0deg, 0%, 100%);
}
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 4%);
}
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: hsl(0deg, 0%, 4%) !important;
  color: hsl(0deg, 0%, 4%) !important;
}
.datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-white .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: hsl(0deg, 0%, 4%);
  border-color: hsl(0deg, 0%, 100%);
  color: hsl(0deg, 0%, 100%);
}
.datetimepicker.is-black .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0deg, 0%, 4%);
}
.datetimepicker.is-black .datepicker-nav {
  background: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0deg, 0%, 4%);
  border-color: hsl(0deg, 0%, 4%);
}
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 4%);
}
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0deg, 0%, 4%);
}
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0deg, 0%, 4%);
}
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 100%);
}
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: hsl(0deg, 0%, 100%) !important;
  color: hsl(0deg, 0%, 100%) !important;
}
.datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-black .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 4%);
  color: hsl(0deg, 0%, 4%);
}
.datetimepicker.is-light .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0deg, 0%, 96%);
}
.datetimepicker.is-light .datepicker-nav {
  background: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 96%);
}
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 96%);
}
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0deg, 0%, 96%);
}
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0deg, 0%, 96%);
}
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: rgba(0, 0, 0, 0.7) !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: rgba(0, 0, 0, 0.7);
  border-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 96%);
}
.datetimepicker.is-dark .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-dark .datepicker-nav {
  background: hsl(0deg, 0%, 21%);
  color: #fff;
}
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0deg, 0%, 21%);
  border-color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0deg, 0%, 21%);
  color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(0deg, 0%, 21%);
  color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-primary .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-primary .datepicker-nav {
  background: hsl(0deg, 0%, 21%);
  color: #fff;
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0deg, 0%, 21%);
  border-color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0deg, 0%, 21%);
  color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(0deg, 0%, 21%);
  color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-link .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(229deg, 53%, 53%);
}
.datetimepicker.is-link .datepicker-nav {
  background: hsl(229deg, 53%, 53%);
  color: #fff;
}
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(229deg, 53%, 53%);
  border-color: hsl(229deg, 53%, 53%);
}
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(229deg, 53%, 53%);
  color: hsl(229deg, 53%, 53%);
}
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(229deg, 53%, 53%);
}
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(229deg, 53%, 53%);
}
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(229deg, 53%, 53%);
  color: #fff;
}
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-link .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(229deg, 53%, 53%);
  color: hsl(229deg, 53%, 53%);
}
.datetimepicker.is-info .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(207deg, 61%, 53%);
}
.datetimepicker.is-info .datepicker-nav {
  background: hsl(207deg, 61%, 53%);
  color: #fff;
}
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(207deg, 61%, 53%);
  border-color: hsl(207deg, 61%, 53%);
}
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(207deg, 61%, 53%);
  color: hsl(207deg, 61%, 53%);
}
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(207deg, 61%, 53%);
}
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(207deg, 61%, 53%);
}
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(207deg, 61%, 53%);
  color: #fff;
}
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-info .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(207deg, 61%, 53%);
  color: hsl(207deg, 61%, 53%);
}
.datetimepicker.is-success .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(153deg, 53%, 53%);
}
.datetimepicker.is-success .datepicker-nav {
  background: hsl(153deg, 53%, 53%);
  color: #fff;
}
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(153deg, 53%, 53%);
  border-color: hsl(153deg, 53%, 53%);
}
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(153deg, 53%, 53%);
  color: hsl(153deg, 53%, 53%);
}
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(153deg, 53%, 53%);
}
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(153deg, 53%, 53%);
}
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(153deg, 53%, 53%);
  color: #fff;
}
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-success .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(153deg, 53%, 53%);
  color: hsl(153deg, 53%, 53%);
}
.datetimepicker.is-warning .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(44deg, 100%, 77%);
}
.datetimepicker.is-warning .datepicker-nav {
  background: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(44deg, 100%, 77%);
  border-color: hsl(44deg, 100%, 77%);
}
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(44deg, 100%, 77%);
  color: hsl(44deg, 100%, 77%);
}
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(44deg, 100%, 77%);
}
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(44deg, 100%, 77%);
}
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(44deg, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: rgba(0, 0, 0, 0.7) !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-warning .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: rgba(0, 0, 0, 0.7);
  border-color: hsl(44deg, 100%, 77%);
  color: hsl(44deg, 100%, 77%);
}
.datetimepicker.is-danger .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(348deg, 86%, 61%);
}
.datetimepicker.is-danger .datepicker-nav {
  background: hsl(348deg, 86%, 61%);
  color: #fff;
}
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(348deg, 86%, 61%);
  border-color: hsl(348deg, 86%, 61%);
}
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(348deg, 86%, 61%);
  color: hsl(348deg, 86%, 61%);
}
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(348deg, 86%, 61%);
}
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(348deg, 86%, 61%);
}
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(348deg, 86%, 61%);
  color: #fff;
}
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-danger .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(348deg, 86%, 61%);
  color: hsl(348deg, 86%, 61%);
}
.datetimepicker.is-black-bis .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0deg, 0%, 7%);
}
.datetimepicker.is-black-bis .datepicker-nav {
  background: hsl(0deg, 0%, 7%);
  color: #fff;
}
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0deg, 0%, 7%);
  border-color: hsl(0deg, 0%, 7%);
}
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0deg, 0%, 7%);
  color: hsl(0deg, 0%, 7%);
}
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0deg, 0%, 7%);
}
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0deg, 0%, 7%);
}
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0deg, 0%, 7%);
  color: #fff;
}
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-black-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(0deg, 0%, 7%);
  color: hsl(0deg, 0%, 7%);
}
.datetimepicker.is-black-ter .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0deg, 0%, 14%);
}
.datetimepicker.is-black-ter .datepicker-nav {
  background: hsl(0deg, 0%, 14%);
  color: #fff;
}
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0deg, 0%, 14%);
  border-color: hsl(0deg, 0%, 14%);
}
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0deg, 0%, 14%);
  color: hsl(0deg, 0%, 14%);
}
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0deg, 0%, 14%);
}
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0deg, 0%, 14%);
}
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0deg, 0%, 14%);
  color: #fff;
}
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-black-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(0deg, 0%, 14%);
  color: hsl(0deg, 0%, 14%);
}
.datetimepicker.is-grey-darker .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-grey-darker .datepicker-nav {
  background: hsl(0deg, 0%, 21%);
  color: #fff;
}
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0deg, 0%, 21%);
  border-color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0deg, 0%, 21%);
  color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0deg, 0%, 21%);
  color: #fff;
}
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-grey-darker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(0deg, 0%, 21%);
  color: hsl(0deg, 0%, 21%);
}
.datetimepicker.is-grey-dark .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0deg, 0%, 29%);
}
.datetimepicker.is-grey-dark .datepicker-nav {
  background: hsl(0deg, 0%, 29%);
  color: #fff;
}
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0deg, 0%, 29%);
  border-color: hsl(0deg, 0%, 29%);
}
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0deg, 0%, 29%);
  color: hsl(0deg, 0%, 29%);
}
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0deg, 0%, 29%);
}
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0deg, 0%, 29%);
}
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0deg, 0%, 29%);
  color: #fff;
}
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-grey-dark .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(0deg, 0%, 29%);
  color: hsl(0deg, 0%, 29%);
}
.datetimepicker.is-grey .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0deg, 0%, 48%);
}
.datetimepicker.is-grey .datepicker-nav {
  background: hsl(0deg, 0%, 48%);
  color: #fff;
}
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0deg, 0%, 48%);
  border-color: hsl(0deg, 0%, 48%);
}
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0deg, 0%, 48%);
  color: hsl(0deg, 0%, 48%);
}
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0deg, 0%, 48%);
}
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0deg, 0%, 48%);
}
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0deg, 0%, 48%);
  color: #fff;
}
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-grey .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(0deg, 0%, 48%);
  color: hsl(0deg, 0%, 48%);
}
.datetimepicker.is-grey-light .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0deg, 0%, 71%);
}
.datetimepicker.is-grey-light .datepicker-nav {
  background: hsl(0deg, 0%, 71%);
  color: #fff;
}
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0deg, 0%, 71%);
  border-color: hsl(0deg, 0%, 71%);
}
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0deg, 0%, 71%);
  color: hsl(0deg, 0%, 71%);
}
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0deg, 0%, 71%);
}
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0deg, 0%, 71%);
}
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0deg, 0%, 71%);
  color: #fff;
}
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: #fff !important;
  color: #fff !important;
}
.datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-grey-light .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff;
  border-color: hsl(0deg, 0%, 71%);
  color: hsl(0deg, 0%, 71%);
}
.datetimepicker.is-grey-lighter .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0deg, 0%, 86%);
}
.datetimepicker.is-grey-lighter .datepicker-nav {
  background: hsl(0deg, 0%, 86%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0deg, 0%, 86%);
  border-color: hsl(0deg, 0%, 86%);
}
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0deg, 0%, 86%);
  color: hsl(0deg, 0%, 86%);
}
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0deg, 0%, 86%);
}
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0deg, 0%, 86%);
}
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0deg, 0%, 86%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: rgba(0, 0, 0, 0.7) !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-grey-lighter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: rgba(0, 0, 0, 0.7);
  border-color: hsl(0deg, 0%, 86%);
  color: hsl(0deg, 0%, 86%);
}
.datetimepicker.is-white-ter .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0deg, 0%, 96%);
}
.datetimepicker.is-white-ter .datepicker-nav {
  background: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 96%);
}
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 96%);
}
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0deg, 0%, 96%);
}
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0deg, 0%, 96%);
}
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0deg, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: rgba(0, 0, 0, 0.7) !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-white-ter .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: rgba(0, 0, 0, 0.7);
  border-color: hsl(0deg, 0%, 96%);
  color: hsl(0deg, 0%, 96%);
}
.datetimepicker.is-white-bis .datetimepicker-header .datetimepicker-selection-day {
  color: hsl(0deg, 0%, 98%);
}
.datetimepicker.is-white-bis .datepicker-nav {
  background: hsl(0deg, 0%, 98%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: hsl(0deg, 0%, 98%);
  border-color: hsl(0deg, 0%, 98%);
}
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {
  border-color: hsl(0deg, 0%, 98%);
  color: hsl(0deg, 0%, 98%);
}
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
  border-color: hsl(0deg, 0%, 98%);
}
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: hsl(0deg, 0%, 98%);
}
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: hsl(0deg, 0%, 98%);
  color: rgba(0, 0, 0, 0.7);
}
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item.is-today {
  border-color: rgba(0, 0, 0, 0.7) !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, .datetimepicker.is-white-bis .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: rgba(0, 0, 0, 0.7);
  border-color: hsl(0deg, 0%, 98%);
  color: hsl(0deg, 0%, 98%);
}

.datetimepicker-dummy {
  position: relative;
  display: flex;
  width: 100%;
  height: 2.5rem;
}
.datetimepicker-dummy .datetimepicker-dummy-left-icon {
  font-size: 1.5rem;
  height: 1.75rem;
  margin: 0.25rem 0 0 0.4rem;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75rem;
  z-index: 1;
}
.datetimepicker-dummy .datetimepicker-clear-button {
  background: transparent;
  border: 0;
  color: hsl(0deg, 0%, 21%);
  cursor: pointer;
  font-weight: 400;
  outline: 0;
  font-size: 1.5rem;
  height: 1.75rem;
  margin: 0.4rem 0.25rem 0 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.75rem;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper {
  background-color: hsl(0deg, 0%, 100%);
  border-color: hsl(0deg, 0%, 86%);
  border-radius: 4px;
  color: hsl(0deg, 0%, 21%);
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  cursor: pointer;
  display: flex;
  flex: 1 100%;
  flex-wrap: nowrap;
  height: 100%;
  max-width: 100%;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper:hover, .datetimepicker-dummy .datetimepicker-dummy-wrapper.is-hovered {
  border-color: hsl(0deg, 0%, 71%);
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper:focus, .datetimepicker-dummy .datetimepicker-dummy-wrapper.is-focused, .datetimepicker-dummy .datetimepicker-dummy-wrapper:active, .datetimepicker-dummy .datetimepicker-dummy-wrapper.is-active {
  border-color: hsl(229deg, 53%, 53%);
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper[disabled], fieldset[disabled] .datetimepicker-dummy .datetimepicker-dummy-wrapper {
  background-color: hsl(0deg, 0%, 96%);
  border-color: hsl(0deg, 0%, 96%);
  box-shadow: none;
  color: hsl(0deg, 0%, 48%);
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper[disabled]::-moz-placeholder, fieldset[disabled] .datetimepicker-dummy .datetimepicker-dummy-wrapper::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper[disabled]::-webkit-input-placeholder, fieldset[disabled] .datetimepicker-dummy .datetimepicker-dummy-wrapper::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper[disabled]:-moz-placeholder, fieldset[disabled] .datetimepicker-dummy .datetimepicker-dummy-wrapper:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper[disabled]:-ms-input-placeholder, fieldset[disabled] .datetimepicker-dummy .datetimepicker-dummy-wrapper:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper[readonly] {
  box-shadow: none;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper:before, .datetimepicker-dummy .datetimepicker-dummy-wrapper::before {
  position: absolute;
  top: 0.65rem;
  left: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input {
  color: hsl(0deg, 0%, 29%);
  font-size: 1rem;
  text-align: left;
  text-indent: 1rem;
  flex: 1;
  height: 100%;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input:first-child {
  text-indent: 2.5rem;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input.is-datetimepicker-range {
  max-width: 50%;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper input {
  background: transparent;
  outline: none;
  word-spacing: 0.5rem;
  border: 0;
}

.datetimepicker-dummy.is-white .datetimepicker-dummy-wrapper:before, .datetimepicker-dummy.is-white .datetimepicker-dummy-wrapper::before {
  background-color: hsl(0deg, 0%, 100%);
}
.datetimepicker-dummy.is-white .datetimepicker-dummy-wrapper:focus, .datetimepicker-dummy.is-white .datetimepicker-dummy-wrapper.is-focused, .datetimepicker-dummy.is-white .datetimepicker-dummy-wrapper:active, .datetimepicker-dummy.is-white .datetimepicker-dummy-wrapper.is-active {
  border-color: hsl(0deg, 0%, 100%);
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.datetimepicker-dummy.is-white .datetimepicker-dummy-left-icon {
  color: hsl(0deg, 0%, 100%);
}
.datetimepicker-dummy.is-black .datetimepicker-dummy-wrapper:before, .datetimepicker-dummy.is-black .datetimepicker-dummy-wrapper::before {
  background-color: hsl(0deg, 0%, 4%);
}
.datetimepicker-dummy.is-black .datetimepicker-dummy-wrapper:focus, .datetimepicker-dummy.is-black .datetimepicker-dummy-wrapper.is-focused, .datetimepicker-dummy.is-black .datetimepicker-dummy-wrapper:active, .datetimepicker-dummy.is-black .datetimepicker-dummy-wrapper.is-active {
  border-color: hsl(0deg, 0%, 4%);
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.datetimepicker-dummy.is-black .datetimepicker-dummy-left-icon {
  color: hsl(0deg, 0%, 4%);
}
.datetimepicker-dummy.is-light .datetimepicker-dummy-wrapper:before, .datetimepicker-dummy.is-light .datetimepicker-dummy-wrapper::before {
  background-color: hsl(0deg, 0%, 96%);
}
.datetimepicker-dummy.is-light .datetimepicker-dummy-wrapper:focus, .datetimepicker-dummy.is-light .datetimepicker-dummy-wrapper.is-focused, .datetimepicker-dummy.is-light .datetimepicker-dummy-wrapper:active, .datetimepicker-dummy.is-light .datetimepicker-dummy-wrapper.is-active {
  border-color: hsl(0deg, 0%, 96%);
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.datetimepicker-dummy.is-light .datetimepicker-dummy-left-icon {
  color: hsl(0deg, 0%, 96%);
}
.datetimepicker-dummy.is-dark .datetimepicker-dummy-wrapper:before, .datetimepicker-dummy.is-dark .datetimepicker-dummy-wrapper::before {
  background-color: hsl(0deg, 0%, 21%);
}
.datetimepicker-dummy.is-dark .datetimepicker-dummy-wrapper:focus, .datetimepicker-dummy.is-dark .datetimepicker-dummy-wrapper.is-focused, .datetimepicker-dummy.is-dark .datetimepicker-dummy-wrapper:active, .datetimepicker-dummy.is-dark .datetimepicker-dummy-wrapper.is-active {
  border-color: hsl(0deg, 0%, 21%);
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.datetimepicker-dummy.is-dark .datetimepicker-dummy-left-icon {
  color: hsl(0deg, 0%, 21%);
}
.datetimepicker-dummy.is-primary .datetimepicker-dummy-wrapper:before, .datetimepicker-dummy.is-primary .datetimepicker-dummy-wrapper::before {
  background-color: hsl(0deg, 0%, 21%);
}
.datetimepicker-dummy.is-primary .datetimepicker-dummy-wrapper:focus, .datetimepicker-dummy.is-primary .datetimepicker-dummy-wrapper.is-focused, .datetimepicker-dummy.is-primary .datetimepicker-dummy-wrapper:active, .datetimepicker-dummy.is-primary .datetimepicker-dummy-wrapper.is-active {
  border-color: hsl(0deg, 0%, 21%);
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}
.datetimepicker-dummy.is-primary .datetimepicker-dummy-left-icon {
  color: hsl(0deg, 0%, 21%);
}
.datetimepicker-dummy.is-link .datetimepicker-dummy-wrapper:before, .datetimepicker-dummy.is-link .datetimepicker-dummy-wrapper::before {
  background-color: hsl(229deg, 53%, 53%);
}
.datetimepicker-dummy.is-link .datetimepicker-dummy-wrapper:focus, .datetimepicker-dummy.is-link .datetimepicker-dummy-wrapper.is-focused, .datetimepicker-dummy.is-link .datetimepicker-dummy-wrapper:active, .datetimepicker-dummy.is-link .datetimepicker-dummy-wrapper.is-active {
  border-color: hsl(229deg, 53%, 53%);
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.datetimepicker-dummy.is-link .datetimepicker-dummy-left-icon {
  color: hsl(229deg, 53%, 53%);
}
.datetimepicker-dummy.is-info .datetimepicker-dummy-wrapper:before, .datetimepicker-dummy.is-info .datetimepicker-dummy-wrapper::before {
  background-color: hsl(207deg, 61%, 53%);
}
.datetimepicker-dummy.is-info .datetimepicker-dummy-wrapper:focus, .datetimepicker-dummy.is-info .datetimepicker-dummy-wrapper.is-focused, .datetimepicker-dummy.is-info .datetimepicker-dummy-wrapper:active, .datetimepicker-dummy.is-info .datetimepicker-dummy-wrapper.is-active {
  border-color: hsl(207deg, 61%, 53%);
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.datetimepicker-dummy.is-info .datetimepicker-dummy-left-icon {
  color: hsl(207deg, 61%, 53%);
}
.datetimepicker-dummy.is-success .datetimepicker-dummy-wrapper:before, .datetimepicker-dummy.is-success .datetimepicker-dummy-wrapper::before {
  background-color: hsl(153deg, 53%, 53%);
}
.datetimepicker-dummy.is-success .datetimepicker-dummy-wrapper:focus, .datetimepicker-dummy.is-success .datetimepicker-dummy-wrapper.is-focused, .datetimepicker-dummy.is-success .datetimepicker-dummy-wrapper:active, .datetimepicker-dummy.is-success .datetimepicker-dummy-wrapper.is-active {
  border-color: hsl(153deg, 53%, 53%);
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.datetimepicker-dummy.is-success .datetimepicker-dummy-left-icon {
  color: hsl(153deg, 53%, 53%);
}
.datetimepicker-dummy.is-warning .datetimepicker-dummy-wrapper:before, .datetimepicker-dummy.is-warning .datetimepicker-dummy-wrapper::before {
  background-color: hsl(44deg, 100%, 77%);
}
.datetimepicker-dummy.is-warning .datetimepicker-dummy-wrapper:focus, .datetimepicker-dummy.is-warning .datetimepicker-dummy-wrapper.is-focused, .datetimepicker-dummy.is-warning .datetimepicker-dummy-wrapper:active, .datetimepicker-dummy.is-warning .datetimepicker-dummy-wrapper.is-active {
  border-color: hsl(44deg, 100%, 77%);
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.datetimepicker-dummy.is-warning .datetimepicker-dummy-left-icon {
  color: hsl(44deg, 100%, 77%);
}
.datetimepicker-dummy.is-danger .datetimepicker-dummy-wrapper:before, .datetimepicker-dummy.is-danger .datetimepicker-dummy-wrapper::before {
  background-color: hsl(348deg, 86%, 61%);
}
.datetimepicker-dummy.is-danger .datetimepicker-dummy-wrapper:focus, .datetimepicker-dummy.is-danger .datetimepicker-dummy-wrapper.is-focused, .datetimepicker-dummy.is-danger .datetimepicker-dummy-wrapper:active, .datetimepicker-dummy.is-danger .datetimepicker-dummy-wrapper.is-active {
  border-color: hsl(348deg, 86%, 61%);
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.datetimepicker-dummy.is-danger .datetimepicker-dummy-left-icon {
  color: hsl(348deg, 86%, 61%);
}
.datetimepicker-dummy.is-black-bis .datetimepicker-dummy-left-icon {
  color: hsl(0deg, 0%, 7%);
}
.datetimepicker-dummy.is-black-ter .datetimepicker-dummy-left-icon {
  color: hsl(0deg, 0%, 14%);
}
.datetimepicker-dummy.is-grey-darker .datetimepicker-dummy-left-icon {
  color: hsl(0deg, 0%, 21%);
}
.datetimepicker-dummy.is-grey-dark .datetimepicker-dummy-left-icon {
  color: hsl(0deg, 0%, 29%);
}
.datetimepicker-dummy.is-grey .datetimepicker-dummy-left-icon {
  color: hsl(0deg, 0%, 48%);
}
.datetimepicker-dummy.is-grey-light .datetimepicker-dummy-left-icon {
  color: hsl(0deg, 0%, 71%);
}
.datetimepicker-dummy.is-grey-lighter .datetimepicker-dummy-left-icon {
  color: hsl(0deg, 0%, 86%);
}
.datetimepicker-dummy.is-white-ter .datetimepicker-dummy-left-icon {
  color: hsl(0deg, 0%, 96%);
}
.datetimepicker-dummy.is-white-bis .datetimepicker-dummy-left-icon {
  color: hsl(0deg, 0%, 98%);
}

.datetimepicker-wrapper.modal .datetimepicker {
  display: block;
  max-height: 95vh;
  width: 22rem;
  max-width: 95vw;
  overflow-y: auto;
}

/* -^- BULMA -^- */
:root {
  --tagify-dd-color-primary: rgb(53,149,246);
  --tagify-dd-bg-color: white;
  --tagify-dd-item-pad: .3em .5em;
}

.tagify {
  --tags-disabled-bg: #F1F1F1;
  --tags-border-color: #DDD;
  --tags-hover-border-color: #CCC;
  --tags-focus-border-color: #3595f6;
  --tag-border-radius: 3px;
  --tag-bg: #E5E5E5;
  --tag-hover: #D3E2E2;
  --tag-text-color: black;
  --tag-text-color--edit: black;
  --tag-pad: 0.3em 0.5em;
  --tag-inset-shadow-size: 1.1em;
  --tag-invalid-color: #D39494;
  --tag-invalid-bg: rgba(211, 148, 148, 0.5);
  --tag-remove-bg: rgba(211, 148, 148, 0.3);
  --tag-remove-btn-color: black;
  --tag-remove-btn-bg: none;
  --tag-remove-btn-bg--hover: #c77777;
  --input-color: hsl(0deg, 0%, 21%);
  --tag--min-width: 1ch;
  --tag--max-width: auto;
  --tag-hide-transition: 0.3s;
  --placeholder-color: rgba(0, 0, 0, 0.4);
  --placeholder-color-focus: rgba(0, 0, 0, 0.25);
  --loader-size: .8em;
  --readonly-striped: 1;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid var(--tags-border-color);
  padding: 0;
  line-height: 0;
  cursor: text;
  outline: none;
  position: relative;
  box-sizing: border-box;
  transition: 0.1s;
}
@keyframes tags--bump {
  30% {
    transform: scale(1.2);
  }
}
@keyframes rotateLoader {
  to {
    transform: rotate(1turn);
  }
}
.tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
  --tags-border-color: var(--tags-hover-border-color);
}
.tagify[disabled] {
  background: var(--tags-disabled-bg);
  filter: saturate(0);
  opacity: 0.5;
  pointer-events: none;
}
.tagify[readonly].tagify--select, .tagify[disabled].tagify--select {
  pointer-events: none;
}
.tagify[readonly]:not(.tagify--mix):not(.tagify--select), .tagify[disabled]:not(.tagify--mix):not(.tagify--select) {
  cursor: default;
}
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) > .tagify__input, .tagify[disabled]:not(.tagify--mix):not(.tagify--select) > .tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0;
}
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div, .tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div {
  padding: var(--tag-pad);
}
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before, .tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}
@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}
.tagify[readonly] .tagify__tag__removeBtn, .tagify[disabled] .tagify__tag__removeBtn {
  display: none;
}
.tagify--loading .tagify__input > br:last-child {
  display: none;
}
.tagify--loading .tagify__input::before {
  content: none;
}
.tagify--loading .tagify__input::after {
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #EEE #BBB #888 transparent;
  border-radius: 50%;
  animation: rotateLoader 0.4s infinite linear;
  content: "" !important;
  margin: -2px 0 -2px 0.5em;
}
.tagify--loading .tagify__input:empty::after {
  margin-left: 0;
}
.tagify + input,
.tagify + textarea {
  position: absolute !important;
  left: -9999em !important;
  transform: scale(0) !important;
}
.tagify__tag {
  display: inline-flex;
  align-items: center;
  margin: 5px 0 5px 5px;
  position: relative;
  z-index: 1;
  outline: none;
  line-height: normal;
  cursor: default;
  transition: 0.13s ease-out;
}
.tagify__tag > div {
  vertical-align: top;
  box-sizing: border-box;
  max-width: 100%;
  padding: var(--tag-pad);
  color: var(--tag-text-color);
  line-height: inherit;
  border-radius: var(--tag-border-radius);
  white-space: nowrap;
  transition: 0.13s ease-out;
}
.tagify__tag > div > * {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  min-width: var(--tag--min-width);
  max-width: var(--tag--max-width);
  transition: 0.8s ease, 0.1s color;
}
.tagify__tag > div > *[contenteditable] {
  outline: none;
  user-select: text;
  cursor: text;
  margin: -2px;
  padding: 2px;
  max-width: 350px;
}
.tagify__tag > div::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: var(--tag-bg-inset, 0);
  z-index: -1;
  pointer-events: none;
  transition: 120ms ease;
  animation: tags--bump 0.3s ease-out 1;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;
}
.tagify__tag:hover:not([readonly]) div::before, .tagify__tag:focus div::before {
  --tag-bg-inset: -2.5px;
  --tag-bg: var(--tag-hover);
}
.tagify__tag--loading {
  pointer-events: none;
}
.tagify__tag--loading .tagify__tag__removeBtn {
  display: none;
}
.tagify__tag--loading::after {
  --loader-size: .4em;
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #EEE #BBB #888 transparent;
  border-radius: 50%;
  animation: rotateLoader 0.4s infinite linear;
  margin: 0 0.5em 0 -0.1em;
}
.tagify__tag--flash div::before {
  animation: none;
}
.tagify__tag--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  transform: scale(0);
  transition: var(--tag-hide-transition);
  pointer-events: none;
}
.tagify__tag--hide > div > * {
  white-space: nowrap;
}
.tagify__tag.tagify--noAnim > div::before {
  animation: none;
}
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div > span {
  opacity: 0.5;
}
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
  --tag-bg: var(--tag-invalid-bg);
  transition: 0.2s;
}
.tagify__tag[readonly] .tagify__tag__removeBtn {
  display: none;
}
.tagify__tag[readonly] > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}
@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}
.tagify__tag--editable > div {
  color: var(--tag-text-color--edit);
}
.tagify__tag--editable > div::before {
  box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
}
.tagify__tag--editable > .tagify__tag__removeBtn {
  pointer-events: none;
}
.tagify__tag--editable > .tagify__tag__removeBtn::after {
  opacity: 0;
  transform: translateX(100%) translateX(5px);
}
.tagify__tag--editable.tagify--invalid > div::before {
  box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important;
}
.tagify__tag__removeBtn {
  order: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font: 14px/1 Arial;
  background: var(--tag-remove-btn-bg);
  color: var(--tag-remove-btn-color);
  width: 14px;
  height: 14px;
  margin-right: 4.6666666667px;
  margin-left: auto;
  overflow: hidden;
  transition: 0.2s ease-out;
}
.tagify__tag__removeBtn::after {
  content: "×";
  transition: 0.3s, color 0s;
}
.tagify__tag__removeBtn:hover {
  color: white;
  background: var(--tag-remove-btn-bg--hover);
}
.tagify__tag__removeBtn:hover + div > span {
  opacity: 0.5;
}
.tagify__tag__removeBtn:hover + div::before {
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg, rgba(211, 148, 148, 0.3)) inset !important;
  transition: box-shadow 0.2s;
}
.tagify:not(.tagify--mix) .tagify__input br {
  display: none;
}
.tagify:not(.tagify--mix) .tagify__input * {
  display: inline;
  white-space: nowrap;
}
.tagify__input {
  flex-grow: 1;
  display: inline-block;
  min-width: 110px;
  margin: 5px;
  padding: var(--tag-pad);
  line-height: normal;
  position: relative;
  white-space: pre-wrap;
  color: var(--input-color);
  box-sizing: inherit;
  /* Seems firefox newer versions don't need this any more
  @supports ( -moz-appearance:none ){
      &::before{
          line-height: inherit;
          position:relative;
      }
  }
  */
}
@-moz-document url-prefix() {}
.tagify__input:empty::before {
  position: static;
}
.tagify__input:focus {
  outline: none;
}
.tagify__input:focus::before {
  transition: 0.2s ease-out;
  opacity: 0;
  transform: translatex(6px);
  /* ALL MS BROWSERS: hide placeholder (on focus) otherwise the caret is placed after it, which is weird */
  /* IE Edge 12+ CSS styles go here */
}
@supports (-ms-ime-align: auto) {
  .tagify__input:focus::before {
    display: none;
  }
}
.tagify__input:focus:empty::before {
  transition: 0.2s ease-out;
  opacity: 1;
  transform: none;
  color: rgba(0, 0, 0, 0.25);
  color: var(--placeholder-color-focus);
}
@-moz-document url-prefix() {
  .tagify__input:focus:empty::after {
    display: none;
  }
}
.tagify__input::before {
  content: attr(data-placeholder);
  height: 1em;
  line-height: 1em;
  margin: auto 0;
  z-index: 1;
  color: var(--placeholder-color);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
.tagify__input::after {
  content: attr(data-suggest);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  min-width: calc(100% - 1.5em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre; /* allows spaces at the beginning */
  color: var(--tag-text-color);
  opacity: 0.3;
  pointer-events: none;
  max-width: 100px;
}
.tagify__input .tagify__tag {
  margin: 0 1px;
}
.tagify--mix {
  display: block;
}
.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  display: block;
}
.tagify--mix .tagify__input::before {
  height: auto;
  display: none;
  line-height: inherit;
}
.tagify--mix .tagify__input::after {
  content: none;
}
.tagify--select::after {
  content: ">";
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font: 16px monospace;
  line-height: 8px;
  height: 8px;
  pointer-events: none;
  transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  transition: 0.2s ease-in-out;
}
.tagify--select[aria-expanded=true]::after {
  transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
}
.tagify--select .tagify__tag {
  position: absolute;
  top: 0;
  right: 1.8em;
  bottom: 0;
}
.tagify--select .tagify__tag div {
  display: none;
}
.tagify--select .tagify__input {
  width: 100%;
}
.tagify--empty .tagify__input::before {
  transition: 0.2s ease-out;
  opacity: 1;
  transform: none;
  display: inline-block;
  width: auto;
}
.tagify--mix .tagify--empty .tagify__input::before {
  display: inline-block;
}
.tagify--focus {
  --tags-border-color: var(--tags-focus-border-color);
  transition: 0s;
}
.tagify--invalid {
  --tags-border-color: #D39494;
}
.tagify__dropdown {
  position: absolute;
  z-index: 9999;
  transform: translateY(1px);
  overflow: hidden;
}
.tagify__dropdown[placement=top] {
  margin-top: 0;
  transform: translateY(-100%);
}
.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
  border-top-width: 1.1px;
  border-bottom-width: 0;
}
.tagify__dropdown[position=text] {
  box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), 0.1);
  font-size: 0.9em;
}
.tagify__dropdown[position=text] .tagify__dropdown__wrapper {
  border-width: 1px;
}
.tagify__dropdown__wrapper {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  background: var(--tagify-dd-bg-color);
  border: 1px solid;
  border-color: var(--tagify-dd-color-primary);
  border-bottom-width: 1.5px;
  border-top-width: 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  transition: 0.25s cubic-bezier(0, 1, 0.5, 1);
}
.tagify__dropdown__header:empty {
  display: none;
}
.tagify__dropdown__footer {
  display: inline-block;
  margin-top: 0.5em;
  padding: var(--tagify-dd-item-pad);
  font-size: 0.7em;
  font-style: italic;
  opacity: 0.5;
}
.tagify__dropdown__footer:empty {
  display: none;
}
.tagify__dropdown--initial .tagify__dropdown__wrapper {
  max-height: 20px;
  transform: translateY(-1em);
}
.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
  transform: translateY(2em);
}
.tagify__dropdown__item {
  box-sizing: border-box;
  padding: var(--tagify-dd-item-pad);
  margin: 1px;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  outline: none;
  max-height: 60px;
  max-width: 100%;
  /* custom hidden transition effect is needed for horizontal-layout suggestions */
}
.tagify__dropdown__item--active {
  background: var(--tagify-dd-color-primary);
  color: white;
}
.tagify__dropdown__item:active {
  filter: brightness(105%);
}
.tagify__dropdown__item--hidden {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 1px;
  pointer-events: none;
  overflow: hidden;
  max-height: 0;
  transition: var(--tagify-dd-item--hidden-duration, 0.3s) !important;
}
.tagify__dropdown__item--hidden > * {
  transform: translateY(-100%);
  opacity: 0;
  transition: inherit;
}

.tagify.tagify--mix {
  min-height: 100px;
}

.tagify__dropdown {
  z-index: 10001;
}

.flag-icon {
  background-image: url(/static/dist/img/b217b297a4c2d4efd5147782e769fdc3.svg);
}

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: " ";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-pl {
  background-image: url(/static/dist/img/562edca5bb39d66f4c9238a36295187b.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(/static/dist/img/3fe3bd51a504e4239ca5adaeb17a1651.svg);
}

.flag-icon-gb {
  background-image: url(/static/dist/img/d3ddd6025a06a78535b0d432d14905bf.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(/static/dist/img/5db9fea0ec9e05cfb98e7387be5d0aa7.svg);
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.no-margin {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.is-whole-page {
  height: 100%;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.is-horizontal-center {
  justify-content: center;
}

.vaya-logo {
  background-image: url(/static/dist/img/c3d59615a91f2e742d4b30dced280d0d.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.is-sidebar {
  background-color: hsl(0deg, 0%, 21%) !important;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.is-sidebar .navbar-burger {
  color: white !important;
}
.is-sidebar .logo-wrapper {
  display: none;
}
.is-sidebar .logo-wrapper .image {
  margin: auto;
  height: 100%;
}
@media screen and (min-width: 769px), print {
  .is-sidebar .logo-wrapper {
    display: block;
    margin: auto;
    border-radius: 50%;
    background: hsl(0deg, 0%, 48%);
    width: 130px;
    height: 130px;
  }
}
.is-sidebar .menu-wrapper {
  position: absolute;
  top: calc(-100vh - 76px);
  left: 0px;
  width: 100%;
  padding: 0.75rem;
  background-color: inherit;
  transition: top 1s;
  max-height: calc(100vh - 76px);
  overflow-y: auto;
}
@media screen and (min-width: 769px), print {
  .is-sidebar .menu-wrapper {
    transition: none;
    position: unset;
    padding: unset;
  }
}
.is-sidebar.is-active .menu-wrapper {
  top: 76px;
}
.is-sidebar .menu + .menu {
  padding-top: 1.5em;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-sidebar {
    position: relative;
    width: 25%;
    flex: none;
  }
  .is-sidebar .vaya-logo {
    width: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .is-sidebar {
    position: relative;
    width: 12%;
    min-width: 200px;
    flex: none;
  }
  .is-sidebar .vaya-logo {
    width: 96px;
  }
  .is-sidebar .menu:first-of-type {
    padding-top: 20px;
  }
  .is-sidebar .menu:last-of-type {
    bottom: 0;
    padding-bottom: 20px;
    position: absolute;
    width: calc(100% - 1.5rem);
  }
}
.is-sidebar .menu-label {
  color: hsl(0deg, 0%, 71%);
}
.is-sidebar .menu-list a {
  color: hsl(0deg, 0%, 98%);
}
.is-sidebar .menu-list a.is-active {
  background-color: hsl(0deg, 0%, 48%);
}
.is-sidebar .menu-list a:hover {
  background-color: hsl(0deg, 0%, 29%);
}
.is-sidebar .menu .icon {
  float: right;
  position: relative;
  top: -2px;
}
.is-sidebar .menu .menu-list a:not(.is-active) ~ ul {
  display: none;
}

.is-content-wrapper {
  position: relative;
  overflow-y: auto;
  top: 76px;
  height: calc(100% - 76px);
}
.is-content-wrapper > div {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .is-content-wrapper {
    top: 0px;
    height: 100%;
  }
}

:root {
  --custom-tooltip-color: #505355;
  --custom-tooltip-font-color: #fff;
  --mine-color: hsl(217deg, 71%, 45%);
  --foreign-color: hsl(171deg, 100%, 29%);
}

.tippy-box[data-theme~=customTippyTheme] {
  background-color: var(--custom-tooltip-color);
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  color: var(--custom-tooltip-font-color);
}
.tippy-box[data-theme~=customTippyTheme] a {
  transition: color 0.3s ease;
}
.tippy-box[data-theme~=customTippyTheme] a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.tippy-box[data-theme~=customTippyTheme] li:before {
  content: "•";
}
.tippy-box[data-theme~=customTippyTheme] > .tippy-content {
  max-height: 80vh;
  height: auto;
  overflow-y: auto;
}

.tippy-box[data-theme~=customTippyTheme][data-placement^=top] > .tippy-arrow:before {
  border-top-color: var(--custom-tooltip-color);
}

.tippy-box[data-theme~=customTippyTheme][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: var(--custom-tooltip-color);
}

.tippy-box[data-theme~=customTippyTheme][data-placement^=left] > .tippy-arrow:before {
  border-left-color: var(--custom-tooltip-color);
}

.tippy-box[data-theme~=customTippyTheme][data-placement^=right] > .tippy-arrow:before {
  border-right-color: var(--custom-tooltip-color);
}

.tippy-box[data-theme~=customTippyTheme] > .tippy-backdrop {
  background-color: var(--custom-tooltip-color);
}

.tippy-box[data-theme~=customTippyTheme] > .tippy-svg-arrow {
  fill: var(--custom-tooltip-color);
}

.is-marker {
  text-align: center;
  border-radius: 50%;
  padding-top: 8.5px;
  padding-left: 1px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

a.is-marker.is-marker-mine {
  background-color: hsl(217deg, 71%, 45%);
  color: #fff;
}
a.is-marker.is-marker-mine:hover {
  background-color: #3f7cde;
}

path.is-path-mine {
  stroke: hsl(217deg, 71%, 45%);
  fill: hsl(217deg, 71%, 45%);
}
path.is-path-mine:hover {
  fill-opacity: 0.4;
}

path.is-history-path-mine {
  stroke: hsl(217deg, 71%, 45%);
}
path.is-history-path-mine:hover {
  fill-opacity: 0.4;
}

text.is-history-path-mine {
  fill: hsl(217deg, 71%, 45%);
  font-size: 1.25em;
}

.tippy-tooltip.is-tooltip-mine-theme .tippy-backdrop {
  background-color: hsl(217deg, 71%, 45%);
}
.tippy-tooltip.is-tooltip-mine-theme .tippy-content {
  color: #fff;
}

a.is-marker.is-marker-foreign {
  background-color: hsl(171deg, 100%, 29%);
  color: #fff;
}
a.is-marker.is-marker-foreign:hover {
  background-color: #00dcbb;
}

path.is-path-foreign {
  stroke: hsl(171deg, 100%, 29%);
  fill: hsl(171deg, 100%, 29%);
}
path.is-path-foreign:hover {
  fill-opacity: 0.4;
}

path.is-history-path-foreign {
  stroke: hsl(171deg, 100%, 29%);
}
path.is-history-path-foreign:hover {
  fill-opacity: 0.4;
}

text.is-history-path-foreign {
  fill: hsl(171deg, 100%, 29%);
  font-size: 1.25em;
}

.tippy-tooltip.is-tooltip-foreign-theme .tippy-backdrop {
  background-color: hsl(171deg, 100%, 29%);
}
.tippy-tooltip.is-tooltip-foreign-theme .tippy-content {
  color: #fff;
}

.marker-cluster.marker-cluster-small {
  background-color: rgba(72, 199, 142, 0.4);
}
.marker-cluster.marker-cluster-small div {
  background-color: rgba(72, 199, 142, 0.6);
}

.marker-cluster.marker-cluster-medium {
  background-color: rgba(255, 224, 138, 0.4);
}
.marker-cluster.marker-cluster-medium div {
  background-color: rgba(255, 224, 138, 0.6);
}

.marker-cluster.marker-cluster-large {
  background-color: rgba(241, 70, 104, 0.4);
}
.marker-cluster.marker-cluster-large div {
  background-color: rgba(241, 70, 104, 0.6);
}

path.is-path-default {
  stroke: hsl(0deg, 0%, 21%);
}

path.is-path-success {
  stroke: hsl(153deg, 53%, 53%);
}

path.is-path-warning {
  stroke: hsl(44deg, 100%, 77%);
}

path.is-path-danger {
  stroke: hsl(348deg, 86%, 61%);
}

.button.is-floating {
  z-index: 500;
}

.button.is-round {
  border-radius: 9999px;
  width: 40px;
  height: 40px;
}
.button.is-round.is-small {
  width: 30px;
  height: 30px;
}
.button.is-round.is-normal {
  width: 40px;
  height: 40px;
}
.button.is-round.is-medium {
  width: 50px;
  height: 50px;
}
.button.is-round.is-large {
  width: 60px;
  height: 60px;
}

.is-rotatable {
  transition: transform 0.3s;
  transform: rotate(0deg);
}
.is-rotatable.rotate-15 {
  transform: rotate(15deg);
}
.is-rotatable.rotate-30 {
  transform: rotate(30deg);
}
.is-rotatable.rotate-45 {
  transform: rotate(45deg);
}
.is-rotatable.rotate-60 {
  transform: rotate(60deg);
}
.is-rotatable.rotate-75 {
  transform: rotate(75deg);
}
.is-rotatable.rotate-90 {
  transform: rotate(90deg);
}
.is-rotatable.rotate-105 {
  transform: rotate(105deg);
}
.is-rotatable.rotate-120 {
  transform: rotate(120deg);
}
.is-rotatable.rotate-135 {
  transform: rotate(135deg);
}
.is-rotatable.rotate-150 {
  transform: rotate(150deg);
}
.is-rotatable.rotate-165 {
  transform: rotate(165deg);
}
.is-rotatable.rotate-180 {
  transform: rotate(180deg);
}
.is-rotatable.rotate-195 {
  transform: rotate(195deg);
}
.is-rotatable.rotate-210 {
  transform: rotate(210deg);
}
.is-rotatable.rotate-225 {
  transform: rotate(225deg);
}
.is-rotatable.rotate-240 {
  transform: rotate(240deg);
}
.is-rotatable.rotate-255 {
  transform: rotate(255deg);
}
.is-rotatable.rotate-270 {
  transform: rotate(270deg);
}
.is-rotatable.rotate-285 {
  transform: rotate(285deg);
}
.is-rotatable.rotate-300 {
  transform: rotate(300deg);
}
.is-rotatable.rotate-315 {
  transform: rotate(315deg);
}
.is-rotatable.rotate-330 {
  transform: rotate(330deg);
}
.is-rotatable.rotate-345 {
  transform: rotate(345deg);
}
.is-rotatable.rotate-360 {
  transform: rotate(360deg);
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
  line-height: 30px;
}

.pulse::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }
}
@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
  }
}
@media screen and (max-width: 1023px) {
  .map-wrapper .leaflet-container {
    max-height: calc(100vh - 76px);
  }
}
@media screen and (min-width: 1024px) {
  .box.is-card a#show-button {
    display: none;
  }
}
.dynamic-cards-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.dynamic-cards-container.no-select {
  user-select: none;
}
.dynamic-cards-container .columns:not(.is-mobile)[max-width~="769px"] {
  display: block;
  /* TODO - this creates issues */
}
.dynamic-cards-container .columns:not(.is-mobile)[max-width~="769px"] > .column {
  width: initial;
}
.dynamic-cards-container .dynamic-wrapper {
  position: absolute;
  margin: 0;
  padding: 0.75rem;
  overflow-x: hidden;
  overflow-y: hidden;
}
.dynamic-cards-container .dynamic-wrapper a#show-button {
  position: fixed;
  top: 18%;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-0 {
  transition: right 0.5s;
  right: 110%;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-0.is-mobile-show {
  right: 0% !important;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-0 a#show-button {
  left: -3px;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-1 {
  transition: right 0.5s;
  right: 110%;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-1.is-mobile-show {
  right: 0% !important;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-1 a#show-button {
  left: -3px;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-2 {
  transition: right 0.5s;
  right: 110%;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-2.is-mobile-show {
  right: 0% !important;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-2 a#show-button {
  left: -3px;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-3 {
  transition: right 0.5s;
  right: 110%;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-3.is-mobile-show {
  right: 0% !important;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-3 a#show-button {
  left: -3px;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-4 {
  transition: right 0.5s;
  right: 110%;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-4.is-mobile-show {
  right: 0% !important;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-4 a#show-button {
  left: -3px;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-5 {
  transition: right 0.5s;
  right: 110%;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-5.is-mobile-show {
  right: 0% !important;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-5 a#show-button {
  left: -3px;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-6 {
  transition: left 0.5s;
  left: 110%;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-6.is-mobile-show {
  left: 0% !important;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-6 a#show-button {
  right: -3px;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-7 {
  transition: left 0.5s;
  left: 110%;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-7.is-mobile-show {
  left: 0% !important;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-7 a#show-button {
  right: -3px;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-8 {
  transition: left 0.5s;
  left: 110%;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-8.is-mobile-show {
  left: 0% !important;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-8 a#show-button {
  right: -3px;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-9 {
  transition: left 0.5s;
  left: 110%;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-9.is-mobile-show {
  left: 0% !important;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-9 a#show-button {
  right: -3px;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-10 {
  transition: left 0.5s;
  left: 110%;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-10.is-mobile-show {
  left: 0% !important;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-10 a#show-button {
  right: -3px;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-11 {
  transition: left 0.5s;
  left: 110%;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-11.is-mobile-show {
  left: 0% !important;
}
.dynamic-cards-container .dynamic-wrapper.has-x-offset-11 a#show-button {
  right: -3px;
}
@media screen and (min-width: 1024px) {
  .dynamic-cards-container .dynamic-wrapper a#resize-button {
    display: block !important;
  }
  .dynamic-cards-container .dynamic-wrapper .box {
    width: 100%;
    height: 100%;
  }
  .dynamic-cards-container .dynamic-wrapper .box .moveHandle {
    width: calc(100% - 0.75rem - 0.75rem);
    height: calc(2 * 0.75rem);
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: hsl(0deg, 0%, 96%);
    cursor: move;
  }
  .dynamic-cards-container .dynamic-wrapper .box .resizeHandleX {
    width: 0.75rem;
    height: calc(100% - (4 * 0.75rem));
    position: absolute;
    top: calc(2 * 0.75rem);
    background: hsl(0deg, 0%, 96%);
    cursor: ew-resize;
  }
  .dynamic-cards-container .dynamic-wrapper .box .resizeHandleX.left {
    left: 0.75rem;
  }
  .dynamic-cards-container .dynamic-wrapper .box .resizeHandleX.right {
    right: 0.75rem;
  }
  .dynamic-cards-container .dynamic-wrapper .box .resizeHandleY {
    width: calc(100% - (4 * 0.75rem));
    height: 0.75rem;
    position: absolute;
    left: calc(2 * 0.75rem);
    background: hsl(0deg, 0%, 96%);
    cursor: ns-resize;
  }
  .dynamic-cards-container .dynamic-wrapper .box .resizeHandleY.top {
    top: 0.75rem;
  }
  .dynamic-cards-container .dynamic-wrapper .box .resizeHandleY.bottom {
    bottom: 0.75rem;
  }
  .dynamic-cards-container .dynamic-wrapper.has-width-1 {
    width: 8.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-height-1 {
    height: 8.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-width-2 {
    width: 16.6666666667%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-height-2 {
    height: 16.6666666667%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-width-3 {
    width: 25%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-height-3 {
    height: 25%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-width-4 {
    width: 33.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-height-4 {
    height: 33.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-width-5 {
    width: 41.6666666667%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-height-5 {
    height: 41.6666666667%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-width-6 {
    width: 50%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-height-6 {
    height: 50%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-width-7 {
    width: 58.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-height-7 {
    height: 58.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-width-8 {
    width: 66.6666666667%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-height-8 {
    height: 66.6666666667%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-width-9 {
    width: 75%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-height-9 {
    height: 75%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-width-10 {
    width: 83.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-height-10 {
    height: 83.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-width-11 {
    width: 91.6666666667%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-height-11 {
    height: 91.6666666667%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-width-12 {
    width: 100%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-height-12 {
    height: 100%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-x-offset-0 {
    left: 0%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-y-offset-0 {
    top: 0%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-x-offset-1 {
    left: 8.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-y-offset-1 {
    top: 8.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-x-offset-2 {
    left: 16.6666666667%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-y-offset-2 {
    top: 16.6666666667%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-x-offset-3 {
    left: 25%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-y-offset-3 {
    top: 25%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-x-offset-4 {
    left: 33.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-y-offset-4 {
    top: 33.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-x-offset-5 {
    left: 41.6666666667%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-y-offset-5 {
    top: 41.6666666667%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-x-offset-6 {
    left: 50%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-y-offset-6 {
    top: 50%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-x-offset-7 {
    left: 58.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-y-offset-7 {
    top: 58.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-x-offset-8 {
    left: 66.6666666667%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-y-offset-8 {
    top: 66.6666666667%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-x-offset-9 {
    left: 75%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-y-offset-9 {
    top: 75%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-x-offset-10 {
    left: 83.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-y-offset-10 {
    top: 83.3333333333%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-x-offset-11 {
    left: 91.6666666667%;
  }
  .dynamic-cards-container .dynamic-wrapper.has-y-offset-11 {
    top: 91.6666666667%;
  }
}

.loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100px;
  width: 100%;
  background: #eff0eb;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.loader-wrapper.is-active {
  opacity: 1;
  z-index: 750;
}
.loader-wrapper .is-loading {
  height: 80px;
  width: 80px;
}

table.table th {
  white-space: nowrap;
}
table.table th.sortable {
  cursor: pointer;
}
table.table .notification {
  width: fit-content;
  padding-right: 1.5rem;
  margin: 2rem auto 2rem auto;
}
table.table tr.clickable-row:not(.no-results) {
  cursor: pointer;
}
table.table tr.row-link td {
  padding: 0;
}
table.table tr.row-link td > a {
  display: block;
  padding: 0.5em 0.75em;
  color: inherit;
}
table.table tr.is-white {
  background-color: rgba(255, 255, 255, 0.3);
}
table.table.is-striped tbody tr:not(.is-selected):nth-child(even).is-white {
  background-color: rgba(255, 255, 255, 0.5);
}
table.table tr.is-black {
  background-color: rgba(10, 10, 10, 0.3);
}
table.table.is-striped tbody tr:not(.is-selected):nth-child(even).is-black {
  background-color: rgba(10, 10, 10, 0.5);
}
table.table tr.is-light {
  background-color: rgba(245, 245, 245, 0.3);
}
table.table.is-striped tbody tr:not(.is-selected):nth-child(even).is-light {
  background-color: rgba(245, 245, 245, 0.5);
}
table.table tr.is-dark {
  background-color: rgba(54, 54, 54, 0.3);
}
table.table.is-striped tbody tr:not(.is-selected):nth-child(even).is-dark {
  background-color: rgba(54, 54, 54, 0.5);
}
table.table tr.is-primary {
  background-color: rgba(54, 54, 54, 0.3);
}
table.table.is-striped tbody tr:not(.is-selected):nth-child(even).is-primary {
  background-color: rgba(54, 54, 54, 0.5);
}
table.table tr.is-link {
  background-color: rgba(72, 95, 199, 0.3);
}
table.table.is-striped tbody tr:not(.is-selected):nth-child(even).is-link {
  background-color: rgba(72, 95, 199, 0.5);
}
table.table tr.is-info {
  background-color: rgba(62, 142, 208, 0.3);
}
table.table.is-striped tbody tr:not(.is-selected):nth-child(even).is-info {
  background-color: rgba(62, 142, 208, 0.5);
}
table.table tr.is-success {
  background-color: rgba(72, 199, 142, 0.3);
}
table.table.is-striped tbody tr:not(.is-selected):nth-child(even).is-success {
  background-color: rgba(72, 199, 142, 0.5);
}
table.table tr.is-warning {
  background-color: rgba(255, 224, 138, 0.3);
}
table.table.is-striped tbody tr:not(.is-selected):nth-child(even).is-warning {
  background-color: rgba(255, 224, 138, 0.5);
}
table.table tr.is-danger {
  background-color: rgba(241, 70, 104, 0.3);
}
table.table.is-striped tbody tr:not(.is-selected):nth-child(even).is-danger {
  background-color: rgba(241, 70, 104, 0.5);
}
table.table td, table.table th {
  vertical-align: middle;
}
table.table td.narrow, table.table th.narrow {
  width: 1px;
  white-space: nowrap;
}
table.table tr.unread-event {
  font-weight: bold;
}
table.table tr.highlight-event {
  background-color: rgba(255, 27, 27, 0.5) !important;
}
table.table td .icon:only-child {
  width: 100%;
}
.tippy-tooltip.dark-theme .tippy-content table.table {
  background-color: transparent;
  color: #fff;
}
.tippy-tooltip.dark-theme .tippy-content table.table th {
  color: #fff;
}
table.table .notification {
  margin-bottom: 0 !important;
}

.pagination-list {
  display: none;
}
@media screen and (min-width: 769px), print {
  .pagination-list {
    display: flex;
  }
}

.icon.is-centered {
  margin-left: calc(50% - 0.75rem);
}
.icon.is-centered.is-large {
  margin-left: calc(50% - 1.5rem);
}
.icon.is-centered.is-medium {
  margin-left: calc(50% - 1rem);
}

.button.calendar-button {
  z-index: 4;
}
.button.calendar-button.is-opened {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button.calendar-button:hover {
  z-index: 5 !important;
}
.button.calendar-button:active, .button.calendar-button:focus {
  z-index: 6 !important;
}

.button.calendar-clear-button {
  z-index: 3;
  transition: right 0.3s;
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button.calendar-clear-button.is-hidden {
  display: inline-flex !important;
  right: 1px !important;
}
.button.calendar-clear-button.is-hidden:focus {
  box-shadow: none;
}

.buttons.has-addons .dropdown:not(:last-child) .button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.buttons.has-addons .dropdown:not(:first-child) .button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.buttons .dropdown .dropdown-menu {
  margin-top: -0.5rem;
}

.buttons.are-single-line {
  flex-wrap: nowrap;
}

.vc-bg-grey-600 {
  background-color: hsl(0deg, 0%, 7%);
}

.vc-bg-grey-400 {
  background-color: hsl(0deg, 0%, 21%);
}

.vc-bg-grey-200 {
  background-color: hsl(0deg, 0%, 48%);
}

.vc-text-white-200 {
  color: hsl(0deg, 0%, 96%);
}

.is-drag-upload {
  position: relative;
  min-height: 180px;
}
.is-drag-upload .is-drag-helper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  text-align: center;
  background-image: url(/static/dist/img/8931dea279e3867ed89f652f07352408.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px;
}
.is-drag-upload .is-drag-helper span {
  position: absolute;
  top: calc(50% + 35px);
  width: 100%;
  left: 0px;
  user-select: none;
}
.is-drag-upload .is-drag-helper span.is-drop {
  display: none;
}
.is-drag-upload.is-dragged {
  background-color: #effaf3;
}
.is-drag-upload.is-dragged .is-drag-helper {
  background-image: url(/static/dist/img/b6094586f80b226f48283105d04335c4.svg);
}
.is-drag-upload.is-dragged .is-drag-helper span.is-standard {
  display: none;
}
.is-drag-upload.is-dragged .is-drag-helper span.is-drop {
  display: block;
}

.field[required=required] .label::after,
.field:required .label::after {
  content: " *";
  color: red;
}

.field.has-addons .control:not(:first-child):not(:last-child) .file-cta,
.field.has-addons .control:not(:first-child):not(:last-child) .file-name {
  border-radius: 0;
}

.field.has-addons .control:first-child:not(:only-child) .file:not(.has-name) .file-cta,
.field.has-addons .control:first-child:not(:only-child) .file.has-name .file-name {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.field.has-addons .control:last-child:not(:only-child) .file .file-cta {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.control.has-icons-right .file.has-name .file-name {
  padding-right: 2.5em;
}

.control.has-icons-left .file-icon,
.control.has-icons-right .file-icon {
  color: inherit !important;
  height: inherit !important;
  pointer-events: inherit !important;
  position: inherit !important;
  width: inherit !important;
  z-index: inherit !important;
}

.file.is-success.has-name .file-name {
  border-color: hsl(153deg, 53%, 53%);
}

.file.is-danger.has-name .file-name {
  border-color: hsl(348deg, 86%, 61%);
}

.control.has-icons-right .is-success .icon.is-right,
.control.has-icons-right .is-success + .icon.is-right {
  color: hsl(153deg, 53%, 53%);
  opacity: 0.4;
}

.control.has-icons-right .is-danger .icon.is-right,
.control.has-icons-right .is-danger + .icon.is-right {
  color: hsl(348deg, 86%, 61%);
  opacity: 0.4;
}

.file.is-loading {
  pointer-events: none;
}
.file.is-loading .file-cta {
  color: transparent !important;
}
.file.is-loading .file-cta::after {
  -webkit-animation: spinAround 0.5s infinite linear;
  animation: spinAround 0.5s infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  position: absolute !important;
}

.dropdown.is-fullwidth {
  width: 100%;
}
.dropdown.is-fullwidth .dropdown-menu {
  width: 100%;
}

a.dropdown-item.is-hover,
button.dropdown-item.is-hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

.dropdown-content.dropdown-scroll {
  max-height: 15rem;
  overflow-y: auto;
}

.box.is-white {
  border: 1px solid hsl(0deg, 0%, 100%);
}
.box.is-black {
  border: 1px solid hsl(0deg, 0%, 4%);
}
.box.is-light {
  border: 1px solid hsl(0deg, 0%, 96%);
}
.box.is-dark {
  border: 1px solid hsl(0deg, 0%, 21%);
}
.box.is-primary {
  border: 1px solid hsl(0deg, 0%, 21%);
}
.box.is-link {
  border: 1px solid hsl(229deg, 53%, 53%);
}
.box.is-info {
  border: 1px solid hsl(207deg, 61%, 53%);
}
.box.is-success {
  border: 1px solid hsl(153deg, 53%, 53%);
}
.box.is-warning {
  border: 1px solid hsl(44deg, 100%, 77%);
}
.box.is-danger {
  border: 1px solid hsl(348deg, 86%, 61%);
}

.box + .help {
  margin-top: -1rem;
}

.columns.has-regular-top-bottom {
  margin-top: 0;
  margin-bottom: 0;
}

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

[data-badge].has-round-badge::after {
  border-radius: 100%;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 1rem;
}

.icon.is-right {
  float: right;
}

.tag:not(body).is-delete.is-white:hover,
.tag:not(body).is-delete.is-white:focus {
  background-color: #f9f9f9;
}

.tag:not(body).is-delete.is-black:hover,
.tag:not(body).is-delete.is-black:focus {
  background-color: #040404;
}

.tag:not(body).is-delete.is-light:hover,
.tag:not(body).is-delete.is-light:focus {
  background-color: #eeeeee;
}

.tag:not(body).is-delete.is-dark:hover,
.tag:not(body).is-delete.is-dark:focus {
  background-color: #2f2f2f;
}

.tag:not(body).is-delete.is-primary:hover,
.tag:not(body).is-delete.is-primary:focus {
  background-color: #2f2f2f;
}

.tag:not(body).is-delete.is-link:hover,
.tag:not(body).is-delete.is-link:focus {
  background-color: #3e56c4;
}

.tag:not(body).is-delete.is-info:hover,
.tag:not(body).is-delete.is-info:focus {
  background-color: #3488ce;
}

.tag:not(body).is-delete.is-success:hover,
.tag:not(body).is-delete.is-success:focus {
  background-color: #3ec487;
}

.tag:not(body).is-delete.is-warning:hover,
.tag:not(body).is-delete.is-warning:focus {
  background-color: #ffdc7d;
}

.tag:not(body).is-delete.is-danger:hover,
.tag:not(body).is-delete.is-danger:focus {
  background-color: #f03a5f;
}

.is-optional-controls {
  min-width: 15vw;
}
.is-optional-controls > * {
  display: block;
  width: 100%;
}
.is-optional-controls > *:not(:last-child) {
  margin-bottom: 0.75rem;
}
.is-optional-controls > hr {
  margin: unset;
}
.is-optional-controls > .dropdown > .dropdown-trigger > .button {
  width: 100%;
}
.is-optional-controls.has-search {
  position: relative;
  padding-top: calc(2.5em + 1.5rem);
}
.is-optional-controls.has-search .is-search {
  position: absolute;
  top: 0.75rem;
  left: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  width: 100%;
  z-index: 1;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .is-optional-controls.has-search .is-search:focus-within {
    width: 25vw;
  }
}

.button-like {
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
}
.button-like .label {
  font-weight: initial;
  color: #363636;
}
.button-like.is-white {
  background-color: hsl(0deg, 0%, 100%);
  border-color: transparent;
  color: hsl(0deg, 0%, 4%);
}
.button-like.is-white .label {
  color: hsl(0deg, 0%, 4%);
}
.button-like.is-black {
  background-color: hsl(0deg, 0%, 4%);
  border-color: transparent;
  color: hsl(0deg, 0%, 100%);
}
.button-like.is-black .label {
  color: hsl(0deg, 0%, 100%);
}
.button-like.is-light {
  background-color: hsl(0deg, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button-like.is-light .label {
  color: rgba(0, 0, 0, 0.7);
}
.button-like.is-dark {
  background-color: hsl(0deg, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.button-like.is-dark .label {
  color: #fff;
}
.button-like.is-primary {
  background-color: hsl(0deg, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.button-like.is-primary .label {
  color: #fff;
}
.button-like.is-link {
  background-color: hsl(229deg, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.button-like.is-link .label {
  color: #fff;
}
.button-like.is-info {
  background-color: hsl(207deg, 61%, 53%);
  border-color: transparent;
  color: #fff;
}
.button-like.is-info .label {
  color: #fff;
}
.button-like.is-success {
  background-color: hsl(153deg, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.button-like.is-success .label {
  color: #fff;
}
.button-like.is-warning {
  background-color: hsl(44deg, 100%, 77%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button-like.is-warning .label {
  color: rgba(0, 0, 0, 0.7);
}
.button-like.is-danger {
  background-color: hsl(348deg, 86%, 61%);
  border-color: transparent;
  color: #fff;
}
.button-like.is-danger .label {
  color: #fff;
}

.button.has-icons-left {
  padding-left: 2.5em;
}
.button.has-icons-left .icon.is-left {
  position: absolute;
  left: 1.25em;
}
.button.has-icons-right {
  padding-right: 2.5em;
}
.button.has-icons-right .icon.is-right {
  position: absolute;
  right: 1.25em;
}
.button.is-multiline {
  height: auto;
  min-height: 2.5em;
  white-space: break-spaces;
}

#dialog-container .modal:nth-child(n+2) .modal-background {
  background-color: transparent;
}
#dialog-container .modal:nth-last-child(n+2) .modal-close {
  display: none;
}
#dialog-container .modal .modal-content .box {
  transition: transform 0.5s;
}
#dialog-container .modal:nth-last-child(2) .modal-content .box {
  transform: translate(10px, -10px);
}
#dialog-container .modal:nth-last-child(3) .modal-content .box {
  transform: translate(20px, -20px);
}
#dialog-container .modal:nth-last-child(n+4) .modal-content .box {
  transform: translate(30px, -30px);
}

.is-open-with-vayasens {
  background-color: #eff1fa;
  color: #3850b7;
  border-color: transparent;
  white-space: nowrap;
  display: inline-block;
  background-image: url(/static/dist/img/ea65a564eedcba5181529d0c9941a736.png);
  background-size: 3em;
  background-repeat: no-repeat;
  background-position: 1em;
  padding-left: 5em;
  user-select: none;
  cursor: pointer;
  min-width: 15em;
  position: relative;
}
.is-open-with-vayasens:hover {
  background-color: #e6e9f7;
}
.is-open-with-vayasens span {
  display: block;
}
.is-open-with-vayasens span:first-child {
  text-align: left;
}
.is-open-with-vayasens span.icon {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  color: hsl(229deg, 53%, 53%);
}
.is-open-with-vayasens span:last-child {
  font-weight: bold;
  padding: 0.25em 0.75em;
  font-family: monospace;
  color: black;
  background: white;
  background: repeating-linear-gradient(-45deg, white, white 10px, #f5f5f5 10px, #f5f5f5 14px);
  margin-top: 3px;
}

.is-chart-color {
  width: 1em;
  height: 1em;
  background: white;
}
.is-chart-color.is-right {
  position: absolute;
  right: 1.25em;
}
.is-chart-color .real {
  width: 100%;
  height: 100%;
  background: black;
  border: 2px solid black;
}

.chart-line {
  position: absolute;
  height: calc(100% - 30px);
  width: 2px;
  background: #fabdc9;
  top: 5px;
  transition: opacity 0.3s;
  opacity: 1;
}
.chart-line.is-hidden {
  display: block !important;
  opacity: 0;
}

.dynamic-wrapper > .is-card {
  overflow-y: auto;
  max-height: 100vh;
}
.dynamic-wrapper > .is-card::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.dynamic-wrapper > .is-card::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey;  */
  border-radius: 6px;
}
.dynamic-wrapper > .is-card::-webkit-scrollbar-thumb {
  background: hsl(0deg, 0%, 48%);
  border-radius: 6px;
}
.dynamic-wrapper > .is-card::-webkit-scrollbar-thumb:hover {
  background: hsl(0deg, 0%, 29%);
}
@media screen and (max-width: 1023px) {
  .dynamic-wrapper > .is-card {
    max-height: calc(100vh - 76px - 1.5rem - 20px);
  }
}

.tooltip-point {
  position: absolute;
  width: 8px;
  height: 8px;
}

.is-jdenticon + span {
  margin-left: 10px;
}

.notification.fit-content {
  width: fit-content;
  padding-right: 1.5rem;
  margin: auto;
  margin-top: 1rem;
}

.tippy-tooltip.custom-color-363636-theme .tippy-backdrop {
  background-color: #363636;
}
.tippy-tooltip.custom-color-363636-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-3366CC-theme .tippy-backdrop {
  background-color: #3366CC;
}
.tippy-tooltip.custom-color-3366CC-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-DC3912-theme .tippy-backdrop {
  background-color: #DC3912;
}
.tippy-tooltip.custom-color-DC3912-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-FF9900-theme .tippy-backdrop {
  background-color: #FF9900;
}
.tippy-tooltip.custom-color-FF9900-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-109618-theme .tippy-backdrop {
  background-color: #109618;
}
.tippy-tooltip.custom-color-109618-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-990099-theme .tippy-backdrop {
  background-color: #990099;
}
.tippy-tooltip.custom-color-990099-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-3B3EAC-theme .tippy-backdrop {
  background-color: #3B3EAC;
}
.tippy-tooltip.custom-color-3B3EAC-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-0099C6-theme .tippy-backdrop {
  background-color: #0099C6;
}
.tippy-tooltip.custom-color-0099C6-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-DD4477-theme .tippy-backdrop {
  background-color: #DD4477;
}
.tippy-tooltip.custom-color-DD4477-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-66AA00-theme .tippy-backdrop {
  background-color: #66AA00;
}
.tippy-tooltip.custom-color-66AA00-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-B82E2E-theme .tippy-backdrop {
  background-color: #B82E2E;
}
.tippy-tooltip.custom-color-B82E2E-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-316395-theme .tippy-backdrop {
  background-color: #316395;
}
.tippy-tooltip.custom-color-316395-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-994499-theme .tippy-backdrop {
  background-color: #994499;
}
.tippy-tooltip.custom-color-994499-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-22AA99-theme .tippy-backdrop {
  background-color: #22AA99;
}
.tippy-tooltip.custom-color-22AA99-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-AAAA11-theme .tippy-backdrop {
  background-color: #AAAA11;
}
.tippy-tooltip.custom-color-AAAA11-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-6633CC-theme .tippy-backdrop {
  background-color: #6633CC;
}
.tippy-tooltip.custom-color-6633CC-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-E67300-theme .tippy-backdrop {
  background-color: #E67300;
}
.tippy-tooltip.custom-color-E67300-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-8B0707-theme .tippy-backdrop {
  background-color: #8B0707;
}
.tippy-tooltip.custom-color-8B0707-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-329262-theme .tippy-backdrop {
  background-color: #329262;
}
.tippy-tooltip.custom-color-329262-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-5574A6-theme .tippy-backdrop {
  background-color: #5574A6;
}
.tippy-tooltip.custom-color-5574A6-theme .tippy-content {
  color: #fff;
}

.tippy-tooltip.custom-color-3B3EAC-theme .tippy-backdrop {
  background-color: #3B3EAC;
}
.tippy-tooltip.custom-color-3B3EAC-theme .tippy-content {
  color: #fff;
}

.datetimepicker {
  z-index: 100;
}

.added-li {
    margin-left: 0.5rem;
}


#zoom-in-button[data-v-1f14f644] {
    position: absolute;
    right: 5px;
    bottom: 75px;
}
#zoom-out-button[data-v-1f14f644] {
    position: absolute;
    bottom: 25px;
    right: 5px;
}


#zoom-in-button[data-v-71913cd1] {
    position: absolute;
    right: 5px;
    bottom: 75px;
}
#zoom-out-button[data-v-71913cd1] {
    position: absolute;
    bottom: 25px;
    right: 5px;
}


.vc-base-icon {
  display: inline-block;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.vc-header {
  display: grid;
  grid-gap: 4px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 0px 10px;
}
.vc-header .vc-title {
    grid-row: 1;
    grid-column: title;
    color: var(--vc-header-title-color);
    font-weight: var(--vc-font-semibold);
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    margin: 0 0.75rem;
    line-height: 30px;
}
.vc-header .vc-title:hover {
      opacity: 0.75;
}
.vc-header.is-lg {
    font-size: var(--vc-text-lg);
}
.vc-header.is-xl {
    font-size: var(--vc-text-xl);
}
.vc-header.is-2xl {
    font-size: var(--vc-text-2xl);
}
.vc-header .vc-prev {
    grid-column: prev;
}
.vc-header .vc-next {
    grid-column: next;
}

.vc-day {
  position: relative;
  min-height: 32px;
  z-index: 1;
  /* &.is-not-in-month * {
    opacity: 0;
    pointer-events: none;
  } */
}
.vc-monthly .is-not-in-month * {
  opacity: 0;
  pointer-events: none;
}
.vc-day-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.vc-day-box-center-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.vc-day-box-left-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.vc-day-box-right-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.vc-day-box-center-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.vc-day-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--vc-text-sm);
  font-weight: var(--vc-font-medium);
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: var(--vc-rounded-full);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.vc-day-content:hover {
    background-color: var(--vc-day-content-hover-bg);
}
.vc-day-content.vc-disabled {
    color: var(--vc-day-content-disabled-color);
}

/* ----Content---- */
.vc-content:not(.vc-base) {
  font-weight: var(--vc-font-bold);
  color: var(--vc-content-color);
}

/* ----Highlights---- */
.vc-highlights {
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.vc-highlight {
  width: 28px;
  height: 28px;
}
.vc-highlight.vc-highlight-base-start {
    width: 50% !important;
    border-radius: 0 !important;
    border-right-width: 0 !important;
}
.vc-highlight.vc-highlight-base-end {
    width: 50% !important;
    border-radius: 0 !important;
    border-left-width: 0 !important;
}
.vc-highlight.vc-highlight-base-middle {
    width: 100%;
    border-radius: 0 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    margin: 0 -1px;
}
.vc-highlight-bg-outline,
.vc-highlight-bg-none {
  background-color: var(--vc-highlight-outline-bg);
  border: 2px solid;
  border-color: var(--vc-highlight-outline-border);
  border-radius: var(--vc-rounded-full);
}
.vc-highlight-bg-light {
  background-color: var(--vc-highlight-light-bg);
  border-radius: var(--vc-rounded-full);
}
.vc-highlight-bg-solid {
  background-color: var(--vc-highlight-solid-bg);
  border-radius: var(--vc-rounded-full);
}
.vc-highlight-content-outline,
.vc-highlight-content-none {
  font-weight: var(--vc-font-bold);
  color: var(--vc-highlight-outline-content-color);
}
.vc-highlight-content-light {
  font-weight: var(--vc-font-bold);
  color: var(--vc-highlight-light-content-color);
}
.vc-highlight-content-solid {
  font-weight: var(--vc-font-bold);
  color: var(--vc-highlight-solid-content-color);
}

/* ----Dots---- */
.vc-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.vc-dot {
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  transition: var(--vc-day-content-transition);
}
.vc-dot:not(:last-child) {
    margin-right: 3px;
}

/* ----Bars---- */
.vc-bars {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
}
.vc-bar {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 3px;
  transition: var(--vc-day-content-transition);
}
.vc-dot {
  background-color: var(--vc-dot-bg);
}
.vc-bar {
  background-color: var(--vc-bar-bg);
}

.vc-pane {
  min-width: 250px;
}
.vc-weeknumber {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}
.vc-weeknumber.is-left {
    left: calc(var(--vc-weeknumber-offset-inside) * -1);
}
.vc-weeknumber.is-right {
    right: calc(var(--vc-weeknumber-offset-inside) * -1);
}
.vc-weeknumber.is-left-outside {
    left: calc(var(--vc-weeknumber-offset-outside) * -1);
}
.vc-weeknumber.is-right-outside {
    right: calc(var(--vc-weeknumber-offset-outside) * -1);
}
.vc-weeknumber-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--vc-text-xs);
  font-weight: var(--vc-font-medium);
  font-style: italic;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  color: var(--vc-weeknumber-color);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vc-weeks {
  position: relative;
  /* overflow: auto; */
  -webkit-overflow-scrolling: touch;
  padding: 6px;
  min-width: 232px;
}
.vc-weeks.vc-show-weeknumbers-left {
    margin-left: var(--vc-weeknumber-offset-inside);
}
.vc-weeks.vc-show-weeknumbers-right {
    margin-right: var(--vc-weeknumber-offset-inside);
}
.vc-weekday {
  text-align: center;
  color: var(--vc-weekday-color);
  font-size: var(--vc-text-sm);
  font-weight: var(--vc-font-bold);
  line-height: 14px;
  padding-top: 4px;
  padding-bottom: 8px;
  cursor: default;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vc-week,
.vc-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  position: relative;
}

.vc-popover-content-wrapper {
  --popover-horizontal-content-offset: 8px;
  --popover-vertical-content-offset: 10px;
  --popover-caret-horizontal-offset: 18px;
  --popover-caret-vertical-offset: 8px;

  position: absolute;
  display: block;
  outline: none;
  z-index: 10;
}
.vc-popover-content-wrapper:not(.is-interactive) {
    pointer-events: none;
}
.vc-popover-content {
  position: relative;
  color: var(--vc-popover-content-color);
  font-weight: var(--vc-font-medium);
  background-color: var(--vc-popover-content-bg);
  border: 1px solid;
  border-color: var(--vc-popover-content-border);
  border-radius: var(--vc-rounded-lg);
  padding: 4px;
  outline: none;
  z-index: 10;
  box-shadow: var(--vc-shadow-lg);
}
.vc-popover-content.direction-bottom {
    margin-top: var(--popover-vertical-content-offset);
}
.vc-popover-content.direction-top {
    margin-bottom: var(--popover-vertical-content-offset);
}
.vc-popover-content.direction-left {
    margin-right: var(--popover-horizontal-content-offset);
}
.vc-popover-content.direction-right {
    margin-left: var(--popover-horizontal-content-offset);
}
.vc-popover-caret {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-top: inherit;
  border-left: inherit;
  background-color: inherit;
  z-index: -1;
}
.vc-popover-caret.direction-bottom {
    top: 0;
}
.vc-popover-caret.direction-bottom.align-left {
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
}
.vc-popover-caret.direction-bottom.align-center {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
              transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.vc-popover-caret.direction-bottom.align-right {
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
}
.vc-popover-caret.direction-top {
    top: 100%;
}
.vc-popover-caret.direction-top.align-left {
      -webkit-transform: translateY(-50%) rotate(-135deg);
              transform: translateY(-50%) rotate(-135deg);
}
.vc-popover-caret.direction-top.align-center {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
              transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}
.vc-popover-caret.direction-top.align-right {
      -webkit-transform: translateY(-50%) rotate(-135deg);
              transform: translateY(-50%) rotate(-135deg);
}
.vc-popover-caret.direction-left {
    left: 100%;
}
.vc-popover-caret.direction-left.align-top {
      -webkit-transform: translateX(-50%) rotate(135deg);
              transform: translateX(-50%) rotate(135deg);
}
.vc-popover-caret.direction-left.align-middle {
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
              transform: translateY(-50%) translateX(-50%) rotate(135deg);
}
.vc-popover-caret.direction-left.align-bottom {
      -webkit-transform: translateX(-50%) rotate(135deg);
              transform: translateX(-50%) rotate(135deg);
}
.vc-popover-caret.direction-right {
    left: 0;
}
.vc-popover-caret.direction-right.align-top {
      -webkit-transform: translateX(-50%) rotate(-45deg);
              transform: translateX(-50%) rotate(-45deg);
}
.vc-popover-caret.direction-right.align-middle {
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
              transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.vc-popover-caret.direction-right.align-bottom {
      -webkit-transform: translateX(-50%) rotate(-45deg);
              transform: translateX(-50%) rotate(-45deg);
}
.vc-popover-caret.align-left {
    left: var(--popover-caret-horizontal-offset);
}
.vc-popover-caret.align-center {
    left: 50%;
}
.vc-popover-caret.align-right {
    right: var(--popover-caret-horizontal-offset);
}
.vc-popover-caret.align-top {
    top: var(--popover-caret-vertical-offset);
}
.vc-popover-caret.align-middle {
    top: 50%;
}
.vc-popover-caret.align-bottom {
    bottom: var(--popover-caret-vertical-offset);
}

.vc-nav-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vc-nav-title,
.vc-nav-arrow,
.vc-nav-item {
  font-size: var(--vc-text-sm);
}
.vc-nav-title:hover, .vc-nav-arrow:hover, .vc-nav-item:hover {
    background-color: var(--vc-nav-hover-bg);
}
.vc-nav-title.vc-disabled, .vc-nav-arrow.vc-disabled, .vc-nav-item.vc-disabled {
    opacity: 0.25;
    pointer-events: none;
}
.vc-nav-title {
  color: var(--vc-nav-title-color);
  font-weight: var(--vc-font-bold);
  line-height: var(--vc-leading-snug);
  padding: 4px 8px;
  border-radius: var(--vc-rounded);
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vc-nav-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: var(--vc-leading-snug);
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: var(--vc-rounded);
}
.vc-nav-arrow.is-left {
    margin-right: auto;
}
.vc-nav-arrow.is-right {
    margin-left: auto;
}
.vc-nav-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 2px;
  grid-column-gap: 5px;
}
.vc-nav-item {
  width: 48px;
  text-align: center;
  line-height: var(--vc-leading-snug);
  font-weight: var(--vc-font-semibold);
  padding: 4px 0;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: var(--vc-rounded);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vc-nav-item.is-active {
    color: var(--vc-nav-item-active-color);
    background-color: var(--vc-nav-item-active-bg);
    font-weight: var(--vc-font-bold);
}
.vc-nav-item.is-active:not(:focus) {
      box-shadow: var(--vc-nav-item-active-box-shadow);
}
.vc-nav-item.is-current {
    color: var(--vc-nav-item-current-color);
}

.vc-day-popover-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: var(--vc-day-content-transition);
}
.vc-day-popover-row-indicator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 15px;
}
.vc-day-popover-row-indicator span {
    transition: var(--vc-day-content-transition);
}
.vc-day-popover-row-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: none;
      -ms-flex-wrap: none;
          flex-wrap: none;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: -webkit-max-content;
  width: max-content;
  margin-left: 4px;
  margin-right: 4px;
  font-size: var(--vc-text-xs);
  line-height: var(--vc-leading-normal);
}
.vc-day-popover-row-highlight {
  width: 8px;
  height: 5px;
  border-radius: 3px;
}
.vc-day-popover-row-dot {
}
.vc-day-popover-row-bar {
  width: 10px;
  height: 3px;
}

.vc-pane-container {
  width: 100%;
  position: relative;
}
.vc-pane-container.in-transition {
    overflow: hidden;
}
.vc-pane-layout {
  display: grid;
}
.vc-pane-header-wrapper {
  position: absolute;
  width: 100%;
  pointer-events: none;
}
.vc-arrow {
  grid-row: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
  color: var(--vc-header-arrow-color);
  border-width: 1px;
  border-style: solid;
  border-radius: var(--vc-rounded);
  border-color: transparent;
  width: 28px;
  height: 30px;
  z-index: 1;
}
.vc-arrow:hover {
    background: var(--vc-header-arrow-hover-bg);
}
.vc-arrow.vc-disabled {
    opacity: 0.25;
    pointer-events: none;
}
.vc-day-popover-container {
  font-size: var(--vc-text-xs);
  font-weight: var(--vc-font-medium);
}
.vc-day-popover-header {
  font-size: var(--vc-text-xs);
  color: var(--vc-day-popover-header-color);
  font-weight: var(--vc-font-semibold);
  text-align: center;
}

.vc-base-select {
  position: relative;
}
.vc-base-select select {
    color: var(--vc-select-color);
    display: block;
    -webkit-appearance: none;
            appearance: none;
    background-color: transparent;
    font-size: var(--vc-text-base);
    font-weight: var(--vc-font-medium);
    border-radius: var(--vc-rounded);
    height: 30px;
    width: -webkit-max-content;
    width: max-content;
    padding: 0px 4px;
    margin: 0;
    line-height: var(--leading-none);
    text-indent: 0px;
    background-image: none;
    cursor: pointer;
    text-align: center;
}
.vc-base-select select:hover {
      background-color: var(--vc-select-hover-bg);
}
.vc-base-select select.vc-has-icon {
      padding: 0px 24px 0 10px;
}
.vc-base-select select.vc-small {
      font-size: var(--vc-text-sm);
}
.vc-base-select select.vc-small.vc-has-icon {
        padding: 0 20px 0 8 px;
}
.vc-base-select select.vc-align-left {
      text-align: left;
}
.vc-base-select select.vc-align-right {
      text-align: right;
}
.vc-base-select .vc-base-icon {
    position: absolute;
    top: 6px;
    right: 4px;
    opacity: 0.6;
    pointer-events: none;
}

.vc-time-picker {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 4px;
}
.vc-time-picker.vc-invalid {
    pointer-events: none;
    opacity: 0.5;
}
.vc-time-picker.vc-attached {
    border-top: 1px solid var(--vc-time-picker-border);
}
.vc-time-picker > * + * {
    margin-top: 4px;
}
.vc-time-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--vc-text-sm);
  font-weight: var(--vc-font-semibold);
  text-transform: uppercase;
  margin-top: -4px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 21px;
}
.vc-time-select-group {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  background: var(--vc-time-select-group-bg);
  border-radius: var(--vc-rounded-md);
  border: 1px solid var(--vc-time-select-group-border);
}
.vc-time-select-group .vc-base-icon {
    margin-right: 4px;
    color: var(--vc-time-select-group-icon-color);
}
.vc-time-weekday {
  color: var(--vc-time-weekday-color);
  letter-spacing: var(--tracking-wide);
}
.vc-time-month {
  color: var(--vc-time-month-color);
  margin-left: 8px;
}
.vc-time-day {
  color: var(--vc-time-day-color);
  margin-left: 4px;
}
.vc-time-year {
  color: var(--vc-time-year-color);
  margin-left: 8px;
}
.vc-time-colon {
  margin: 0 1px 2px 2px;
}
.vc-time-decimal {
  margin: 0 0 0 1px;
}
.vc-none-enter-active,
.vc-none-leave-active {
  transition-duration: 0s;
}

.vc-fade-enter-active,
.vc-fade-leave-active,
.vc-slide-left-enter-active,
.vc-slide-left-leave-active,
.vc-slide-right-enter-active,
.vc-slide-right-leave-active,
.vc-slide-up-enter-active,
.vc-slide-up-leave-active,
.vc-slide-down-enter-active,
.vc-slide-down-leave-active,
.vc-slide-fade-enter-active,
.vc-slide-fade-leave-active {
  transition: opacity var(--vc-slide-duration) var(--vc-slide-timing),
    -webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);
  transition: transform var(--vc-slide-duration) var(--vc-slide-timing),
    opacity var(--vc-slide-duration) var(--vc-slide-timing);
  transition: transform var(--vc-slide-duration) var(--vc-slide-timing),
    opacity var(--vc-slide-duration) var(--vc-slide-timing),
    -webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}

.vc-none-leave-active,
.vc-fade-leave-active,
.vc-slide-left-leave-active,
.vc-slide-right-leave-active,
.vc-slide-up-leave-active,
.vc-slide-down-leave-active {
  position: absolute !important;
  width: 100%;
}

.vc-none-enter-from,
.vc-none-leave-to,
.vc-fade-enter-from,
.vc-fade-leave-to,
.vc-slide-left-enter-from,
.vc-slide-left-leave-to,
.vc-slide-right-enter-from,
.vc-slide-right-leave-to,
.vc-slide-up-enter-from,
.vc-slide-up-leave-to,
.vc-slide-down-enter-from,
.vc-slide-down-leave-to,
.vc-slide-fade-enter-from,
.vc-slide-fade-leave-to {
  opacity: 0;
}

.vc-slide-left-enter-from,
.vc-slide-right-leave-to,
.vc-slide-fade-enter-from.direction-left,
.vc-slide-fade-leave-to.direction-left {
  -webkit-transform: translateX(var(--vc-slide-translate));
          transform: translateX(var(--vc-slide-translate));
}

.vc-slide-right-enter-from,
.vc-slide-left-leave-to,
.vc-slide-fade-enter-from.direction-right,
.vc-slide-fade-leave-to.direction-right {
  -webkit-transform: translateX(calc(-1 * var(--vc-slide-translate)));
          transform: translateX(calc(-1 * var(--vc-slide-translate)));
}

.vc-slide-up-enter-from,
.vc-slide-down-leave-to,
.vc-slide-fade-enter-from.direction-top,
.vc-slide-fade-leave-to.direction-top {
  -webkit-transform: translateY(var(--vc-slide-translate));
          transform: translateY(var(--vc-slide-translate));
}

.vc-slide-down-enter-from,
.vc-slide-up-leave-to,
.vc-slide-fade-enter-from.direction-bottom,
.vc-slide-fade-leave-to.direction-bottom {
  -webkit-transform: translateY(calc(-1 * var(--vc-slide-translate)));
          transform: translateY(calc(-1 * var(--vc-slide-translate)));
}

:root {
  --vc-white: #ffffff;
  --vc-black: #000000;

  --vc-gray-50: #f8fafc;
  --vc-gray-100: #f1f5f9;
  --vc-gray-200: #e2e8f0;
  --vc-gray-300: #cbd5e1;
  --vc-gray-400: #94a3b8;
  --vc-gray-500: #64748b;
  --vc-gray-600: #475569;
  --vc-gray-700: #334155;
  --vc-gray-800: #1e293b;
  --vc-gray-900: #0f172a;

  --vc-font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto',
    'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    'Helvetica', 'Arial', sans-serif;

  --vc-font-normal: 400;
  --vc-font-medium: 500;
  --vc-font-semibold: 600;
  --vc-font-bold: 700;

  --vc-text-2xs: 10px;
  --vc-text-xs: 12px;
  --vc-text-sm: 14px;
  --vc-text-base: 16px;
  --vc-text-lg: 18px;
  --vc-text-xl: 20px;
  --vc-text-2xl: 24px;

  --vc-leading-none: 1;
  --vc-leading-tight: 1.25;
  --vc-leading-snug: 1.375;
  --vc-leading-normal: 1.5;

  --vc-rounded: 0.25rem;
  --vc-rounded-md: 0.375rem;
  --vc-rounded-lg: 0.5rem;
  --vc-rounded-full: 9999px;

  --vc-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --vc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --vc-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);

  --vc-slide-translate: 22px;
  --vc-slide-duration: 0.15s;
  --vc-slide-timing: ease;

  --vc-day-content-transition: all 0.13s ease-in;
  --vc-weeknumber-offset-inside: 26px;
  --vc-weeknumber-offset-outside: 34px;
}

.vc-gray {
  --vc-accent-50: var(--vc-gray-50);
  --vc-accent-100: var(--vc-gray-100);
  --vc-accent-200: var(--vc-gray-200);
  --vc-accent-300: var(--vc-gray-300);
  --vc-accent-400: var(--vc-gray-400);
  --vc-accent-500: var(--vc-gray-500);
  --vc-accent-600: var(--vc-gray-600);
  --vc-accent-700: var(--vc-gray-700);
  --vc-accent-800: var(--vc-gray-800);
  --vc-accent-900: var(--vc-gray-900);
}

.vc-red {
  --vc-accent-50: #fef2f2;
  --vc-accent-100: #fee2e2;
  --vc-accent-200: #fecaca;
  --vc-accent-300: #fca5a5;
  --vc-accent-400: #f87171;
  --vc-accent-500: #ef4444;
  --vc-accent-600: #dc2626;
  --vc-accent-700: #b91c1c;
  --vc-accent-800: #991b1b;
  --vc-accent-900: #7f1d1d;
}

.vc-orange {
  --vc-accent-50: #fff7ed;
  --vc-accent-100: #ffedd5;
  --vc-accent-200: #fed7aa;
  --vc-accent-300: #fdba74;
  --vc-accent-400: #fb923c;
  --vc-accent-500: #f97316;
  --vc-accent-600: #ea580c;
  --vc-accent-700: #c2410c;
  --vc-accent-800: #9a3412;
  --vc-accent-900: #7c2d12;
}

.vc-yellow {
  --vc-accent-50: #fefce8;
  --vc-accent-100: #fef9c3;
  --vc-accent-200: #fef08a;
  --vc-accent-300: #fde047;
  --vc-accent-400: #facc15;
  --vc-accent-500: #eab308;
  --vc-accent-600: #ca8a04;
  --vc-accent-700: #a16207;
  --vc-accent-800: #854d0e;
  --vc-accent-900: #713f12;
}

.vc-green {
  --vc-accent-50: #f0fdf4;
  --vc-accent-100: #dcfce7;
  --vc-accent-200: #bbf7d0;
  --vc-accent-300: #86efac;
  --vc-accent-400: #4ade80;
  --vc-accent-500: #22c55e;
  --vc-accent-600: #16a34a;
  --vc-accent-700: #15803d;
  --vc-accent-800: #166534;
  --vc-accent-900: #14532d;
}

.vc-teal {
  --vc-accent-50: #f0fdfa;
  --vc-accent-100: #ccfbf1;
  --vc-accent-200: #99f6e4;
  --vc-accent-300: #5eead4;
  --vc-accent-400: #2dd4bf;
  --vc-accent-500: #14b8a6;
  --vc-accent-600: #0d9488;
  --vc-accent-700: #0f766e;
  --vc-accent-800: #115e59;
  --vc-accent-900: #134e4a;
}

.vc-blue {
  --vc-accent-50: #eff6ff;
  --vc-accent-100: #dbeafe;
  --vc-accent-200: #bfdbfe;
  --vc-accent-300: #93c5fd;
  --vc-accent-400: #60a5fa;
  --vc-accent-500: #3b82f6;
  --vc-accent-600: #2563eb;
  --vc-accent-700: #1d4ed8;
  --vc-accent-800: #1e40af;
  --vc-accent-900: #1e3a8a;
}

.vc-indigo {
  --vc-accent-50: #eef2ff;
  --vc-accent-100: #e0e7ff;
  --vc-accent-200: #c7d2fe;
  --vc-accent-300: #a5b4fc;
  --vc-accent-400: #818cf8;
  --vc-accent-500: #6366f1;
  --vc-accent-600: #4f46e5;
  --vc-accent-700: #4338ca;
  --vc-accent-800: #3730a3;
  --vc-accent-900: #312e81;
}

.vc-purple {
  --vc-accent-50: #faf5ff;
  --vc-accent-100: #f3e8ff;
  --vc-accent-200: #e9d5ff;
  --vc-accent-300: #d8b4fe;
  --vc-accent-400: #c084fc;
  --vc-accent-500: #a855f7;
  --vc-accent-600: #9333ea;
  --vc-accent-700: #7e22ce;
  --vc-accent-800: #6b21a8;
  --vc-accent-900: #581c87;
}

.vc-pink {
  --vc-accent-50: #fdf2f8;
  --vc-accent-100: #fce7f3;
  --vc-accent-200: #fbcfe8;
  --vc-accent-300: #f9a8d4;
  --vc-accent-400: #f472b6;
  --vc-accent-500: #ec4899;
  --vc-accent-600: #db2777;
  --vc-accent-700: #be185d;
  --vc-accent-800: #9d174d;
  --vc-accent-900: #831843;
}

.vc-focus:focus-within {
    outline: 0;
    box-shadow: var(--vc-focus-ring);
  }

.vc-light {
  /* Base */
  --vc-color: var(--vc-gray-900);
  --vc-bg: var(--vc-white);
  --vc-border: var(--vc-gray-300);
  --vc-hover-bg: hsla(211, 25%, 84%, 0.3);
  --vc-focus-ring: 0 0 0 2px rgb(59, 131, 246, 0.4);
  /* Calendar header */
  --vc-header-arrow-color: var(--vc-gray-500);
  --vc-header-arrow-hover-bg: var(--vc-gray-200);
  --vc-header-title-color: var(--vc-gray-900);
  /* Calendar weekdays */
  --vc-weekday-color: var(--vc-gray-500);
  /* Calendar weeknumbers */
  --vc-weeknumber-color: var(--vc-gray-400);
  /* Calendar nav */
  --vc-nav-hover-bg: var(--vc-gray-200);
  --vc-nav-title-color: var(--vc-gray-900);
  --vc-nav-item-hover-box-shadow: none;
  --vc-nav-item-active-color: var(--vc-white);
  --vc-nav-item-active-bg: var(--vc-accent-500);
  --vc-nav-item-active-box-shadow: var(--vc-shadow);
  --vc-nav-item-current-color: var(--vc-accent-600);
  /* Calendar day popover */
  --vc-day-popover-container-color: var(--vc-white);
  --vc-day-popover-container-bg: var(--vc-gray-800);
  --vc-day-popover-container-border: var(--vc-gray-700);
  --vc-day-popover-header-color: var(--vc-gray-700);
  /* Popover content */
  --vc-popover-content-color: var(--vc-gray-900);
  --vc-popover-content-bg: var(--vc-gray-50);
  --vc-popover-content-border: var(--vc-gray-300);
  /* Time picker */
  --vc-time-picker-border: var(--vc-gray-300);
  --vc-time-weekday-color: var(--vc-gray-700);
  --vc-time-month-color: var(--vc-accent-600);
  --vc-time-day-color: var(--vc-accent-600);
  --vc-time-year-color: var(--vc-gray-500);
  /* Time select group */
  --vc-time-select-group-bg: var(--vc-gray-50);
  --vc-time-select-group-border: var(--vc-gray-300);
  --vc-time-select-group-icon-color: var(--vc-accent-500);
  /* Base select */
  --vc-select-color: var(--vc-gray-900);
  --vc-select-bg: var(--vg-gray-50);
  --vc-select-hover-bg: var(--vc-gray-100);
  --vc-select-border: var(--vc-gray-300);
  /* Calendar day */
  --vc-day-content-hover-bg: var(--vc-hover-bg);
  --vc-day-content-disabled-color: var(--vc-gray-400);
}

/* Calendar attributes */

.vc-light.vc-attr,
  .vc-light .vc-attr {
    --vc-content-color: var(--vc-accent-600);
    --vc-highlight-outline-bg: var(--vc-white);
    --vc-highlight-outline-border: var(--vc-accent-600);
    --vc-highlight-outline-content-color: var(--vc-accent-700);
    --vc-highlight-light-bg: var(--vc-accent-200);
    --vc-highlight-light-content-color: var(--vc-accent-900);
    --vc-highlight-solid-bg: var(--vc-accent-600);
    --vc-highlight-solid-content-color: var(--vc-white);
    --vc-dot-bg: var(--vc-accent-600);
    --vc-bar-bg: var(--vc-accent-600);
  }

.vc-dark {
  /* Base */
  --vc-color: var(--vc-white);
  --vc-bg: var(--vc-gray-900);
  --vc-border: var(--vc-gray-700);
  --vc-hover-bg: hsla(216, 15%, 52%, 0.3);
  --vc-focus-ring: 0 0 0 2px rgb(59 130 246 / 0.7);
  /* Calendar header */
  --vc-header-arrow-color: var(--vc-gray-300);
  --vc-header-arrow-hover-bg: var(--vc-gray-800);
  --vc-header-title-color: var(--vc-gray-100);
  /* Calendar weekdays */
  --vc-weekday-color: var(--vc-accent-200);
  /* Calendar weeknumbers */
  --vc-weeknumber-color: var(--vc-gray-500);
  /* Calendar nav */
  --vc-nav-hover-bg: var(--vc-gray-700);
  --vc-nav-title-color: var(--vc-gray-100);
  --vc-nav-item-hover-box-shadow: none;
  --vc-nav-item-active-color: var(--vc-white);
  --vc-nav-item-active-bg: var(--vc-accent-500);
  --vc-nav-item-active-box-shadow: none;
  --vc-nav-item-current-color: var(--vc-accent-400);
  /* Calendar day popover */
  --vc-day-popover-container-color: var(--vc-gray-800);
  --vc-day-popover-container-bg: var(--vc-white);
  --vc-day-popover-container-border: var(--vc-gray-100);
  --vc-day-popover-header-color: var(--vc-gray-300);
  /* Popover content */
  --vc-popover-content-color: var(--vc-white);
  --vc-popover-content-bg: var(--vc-gray-800);
  --vc-popover-content-border: var(--vc-gray-700);
  /* Time picker */
  --vc-time-picker-border: var(--vc-gray-700);
  --vc-time-weekday-color: var(--vc-gray-400);
  --vc-time-month-color: var(--vc-accent-400);
  --vc-time-day-color: var(--vc-accent-400);
  --vc-time-year-color: var(--vc-gray-500);
  /* Time select group */
  --vc-time-select-group-bg: var(--vc-gray-700);
  --vc-time-select-group-border: var(--vc-gray-500);
  --vc-time-select-group-icon-color: var(--vc-accent-400);
  /* Base select */
  --vc-select-color: var(--vc-gray-200);
  --vc-select-bg: var(--vc-gray-700);
  --vc-select-hover-bg: var(--vc-gray-600);
  --vc-select-border: var(--vc-gray-500);
  /* Calendar day */
  --vc-day-content-hover-bg: var(--vc-hover-bg);
  --vc-day-content-disabled-color: var(--vc-gray-600);
}

/* Calendar attributes */

.vc-dark.vc-attr,
  .vc-dark .vc-attr {
    --vc-content-color: var(--vc-accent-500);
    --vc-highlight-outline-bg: var(--vc-gray-900);
    --vc-highlight-outline-border: var(--vc-accent-300);
    --vc-highlight-outline-content-color: var(--vc-accent-200);
    --vc-highlight-light-bg: var(--vc-accent-800);
    --vc-highlight-light-content-color: var(--vc-accent-100);
    --vc-highlight-solid-bg: var(--vc-accent-500);
    --vc-highlight-solid-content-color: var(--vc-white);
    --vc-dot-bg: var(--vc-accent-500);
    --vc-bar-bg: var(--vc-accent-500);
  }

.vc-container {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: max-content;
  font-family: var(--vc-font-family);
  color: var(--vc-color);
  background-color: var(--vc-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

.vc-container,
  .vc-container * {
    box-sizing: border-box;
  }

.vc-container:focus, .vc-container *:focus {
      outline: none;
    }

.vc-container button,
  .vc-container [role='button'] {
    cursor: pointer;
  }

/* Hides double border within popovers */

.vc-container .vc-container {
    border: none;
  }

.vc-bordered {
  border: 1px solid;
  border-color: var(--vc-border);
  border-radius: var(--vc-rounded-lg);
}

.vc-expanded {
  min-width: 100%;
}

.vc-transparent {
  background-color: transparent;
}

.vc-date-picker-content {
  padding: 0;
  background-color: var(--vc-bg);
}

.vc-date-picker-content .vc-container {
    border: 0;
  }


.battery-indicator-wrapper {
    width: fit-content;
    position: relative;
}
.battery-indicator-wrapper .icon svg {
    z-index: 1;
}
.battery-indicator-wrapper .battery-indicator {
    position: absolute;
    left: 1px;
    top: 16px;
    height: 16px;
    /* width: 122%;
    background-color: blue; */
    z-index: 0;
}


.button[data-v-31a8987b]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


  /* Styles copied from original inline <style> (kept under #shipment-locations-report scope) */
#shipment-locations-report .modal-content,
  #shipment-locations-report .modal-card {
    /* width: 90vw;
    max-width: 1200px; */
    max-height: 85vh !important;
    overflow-y: auto !important;
}
#shipment-locations-report #shipments-locations-report-details .modal-content,
  #shipment-locations-report #shipments-locations-report-details .modal-card {
    width: 90vw;
    max-width: 1200px;
}
#shipment-locations-report .modal .card-content {
    max-height: 70vh !important;
    overflow-y: auto !important;
}
#shipment-locations-report .modal .table-container {
    overflow-x: auto;
}
#shipment-locations-report .modal .table td {
    vertical-align: top !important;
}
#shipment-locations-report .modal .buttons {
    flex-wrap: wrap !important;
}
#shipment-locations-report .device-status-indicators {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
#shipment-locations-report .beacon-status {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
#shipment-locations-report .beacon-status.is-online {
    background-color: #00d1b2;
    box-shadow: 0 0 0 2px rgba(0, 209, 178, 0.3);
}
#shipment-locations-report .beacon-status.is-offline {
    background-color: #ff3860;
    box-shadow: 0 0 0 2px rgba(255, 56, 96, 0.3);
}
#shipment-locations-report .location-status {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
#shipment-locations-report .location-status.is-present {
    background-color: #00d1b2;
    box-shadow: 0 0 0 1px rgba(0, 209, 178, 0.3);
}
#shipment-locations-report .location-status.is-partial {
    background-color: #ffdd57;
    box-shadow: 0 0 0 1px rgba(255, 221, 87, 0.3);
}
#shipment-locations-report .location-status.is-absent {
    background-color: #ff3860;
    box-shadow: 0 0 0 1px rgba(255, 56, 96, 0.3);
}
#shipment-locations-report .location-status.is-unknown {
    background-color: #dbdbdb;
    box-shadow: 0 0 0 1px rgba(219, 219, 219, 0.3);
}
#shipment-locations-report .clickable-shipment {
    transition: background-color 0.2s ease;
    border-radius: 4px;
}
#shipment-locations-report .clickable-shipment:hover {
    background-color: rgba(0, 123, 255, 0.1) !important;
    cursor: pointer;
}
#shipment-locations-report .clickable-shipment:focus {
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
    outline: none;
}
@media screen and (max-width: 768px) {
#shipment-locations-report .modal-content,
    #shipment-locations-report .modal-card {
      width: 95vw !important;
      max-height: 90vh !important;
}
#shipment-locations-report .modal .card-content {
      max-height: 75vh !important;
}
#shipment-locations-report .modal .table th,
    #shipment-locations-report .modal .table td {
      padding: 0.5em !important;
      font-size: 0.875rem;
}
}

.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
.marker-icon,
.marker-icon:focus {
  background-color: #ffffff;
  border: 1px solid #3388ff;
  border-radius: 50%;
  margin: -8px 0 0 -8px !important;
  width: 14px !important;
  height: 14px !important;
  outline: 0;
  transition: opacity ease 0.3s;
}

.marker-icon-middle,
.marker-icon-middle:focus {
  opacity: 0.7;
  margin: -6px 0 0 -6px !important;
  width: 10px !important;
  height: 10px !important;
}

.leaflet-pm-draggable {
  cursor: move !important;
}

.cursor-marker {
  cursor: crosshair;
  pointer-events: none;
  display: none;
}

.cursor-marker.visible {
  display: block !important;
}

.leaflet-pm-invalid {
  stroke: red;
  transition: fill ease 0s, stroke ease 0s;
}

.rect-style-marker,
.rect-start-marker {
  opacity: 0;
}

.rect-style-marker.visible,
.rect-start-marker.visible {
  opacity: 1 !important;
}

.hidden {
  display: none;
}

.vertexmarker-disabled{
  opacity: 0.7;
}

.leaflet-pm-toolbar {

}

.leaflet-pm-toolbar .leaflet-buttons-control-button {
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

.leaflet-pm-toolbar .leaflet-pm-actions-container a:first-child:not(.pos-right) {
  border-radius: 0 !important;
}

.leaflet-pm-toolbar .leaflet-pm-actions-container a:last-child.pos-right {
  border-radius: 0 !important;
}

.leaflet-pm-toolbar .button-container .leaflet-buttons-control-button {
  border-radius: 0 !important;
}

.leaflet-pm-toolbar .button-container:last-child .leaflet-buttons-control-button {
  border-radius: 0 0 2px 2px !important;
}

.leaflet-pm-toolbar .button-container:first-child .leaflet-buttons-control-button {
  border-radius: 2px 2px 0 0 !important;
}

.leaflet-pm-toolbar .control-fa-icon {
  font-size: 19px;
  line-height: 24px;
}

.leaflet-pm-toolbar .control-icon {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.leaflet-pm-toolbar .leaflet-pm-icon-marker {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjUgKDY3NDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5BdG9tcy9JY29ucy9Ub29scy9NYXJrZXI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMTUuNSwyNC44NzgyOTU5IEMxNS4yOTA5MjAxLDI0Ljg3NzIyMTkgMTUuMTc0NDg1NywyNC44NDY3ODE3IDE0LjY1OTA4NjYsMjQuMjM1NDE2MyBDMTAuMjE5Njk1NSwxOS40MTE4MDU0IDgsMTUuNTAxNDM5MiA4LDEyLjUwNDMxNzcgQzgsOC4zNTk3OTc0NiAxMS4zNTc4NjQ0LDUgMTUuNSw1IEMxOS42NDIxMzU2LDUgMjMsOC4zNTk3OTc0NiAyMywxMi41MDQzMTc3IEMyMywxNyAxOC4yODc4MjE3LDIxLjkyNjgzNzggMTYuMzMzNjYwMSwyNC4yNDQwMTg2IEMxNS44MjI0NjIyLDI0Ljg1MDE4MDIgMTUuNzA5MDc5OSwyNC44NzkzNjk5IDE1LjUsMjQuODc4Mjk1OSBaIE0xNS41LDE1LjUzMjY5NDggQzE3LjI3NTIwMSwxNS41MzI2OTQ4IDE4LjcxNDI4NTcsMTQuMTE4MDAwNCAxOC43MTQyODU3LDEyLjM3Mjg4NjQgQzE4LjcxNDI4NTcsMTAuNjI3NzcyMyAxNy4yNzUyMDEsOS4yMTMwNzc5MiAxNS41LDkuMjEzMDc3OTIgQzEzLjcyNDc5OSw5LjIxMzA3NzkyIDEyLjI4NTcxNDMsMTAuNjI3NzcyMyAxMi4yODU3MTQzLDEyLjM3Mjg4NjQgQzEyLjI4NTcxNDMsMTQuMTE4MDAwNCAxMy43MjQ3OTksMTUuNTMyNjk0OCAxNS41LDE1LjUzMjY5NDggWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJBdG9tcy9JY29ucy9Ub29scy9NYXJrZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjAwMDAwMCwgLTMuMDAwMDAwKSI+CiAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgPHVzZSBpZD0iTWFzayIgZmlsbD0iIzVCNUI1QiIgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}
.leaflet-pm-toolbar .leaflet-pm-icon-polygon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8cGF0aCBpZD0icG9seWdvbi1hIiBkPSJNMTkuNDIwNjg5Miw5LjE2NTA5NzI1IEMxOS4xNTIzNjgxLDguNjY5OTI5MTQgMTksOC4xMDI3NTgzMSAxOSw3LjUgQzE5LDUuNTY3MDAzMzggMjAuNTY3MDAzNCw0IDIyLjUsNCBDMjQuNDMyOTk2Niw0IDI2LDUuNTY3MDAzMzggMjYsNy41IEMyNiw5LjI2MzIzNTk1IDI0LjY5NjE0NzEsMTAuNzIxOTQwNyAyMywxMC45NjQ1NTU2IEwyMywxOS4wMzU0NDQ0IEMyNC42OTYxNDcxLDE5LjI3ODA1OTMgMjYsMjAuNzM2NzY0IDI2LDIyLjUgQzI2LDI0LjQzMjk5NjYgMjQuNDMyOTk2NiwyNiAyMi41LDI2IEMyMC43MzY3NjQsMjYgMTkuMjc4MDU5MywyNC42OTYxNDcxIDE5LjAzNTQ0NDQsMjMgTDEwLjk2NDU1NTYsMjMgQzEwLjcyMTk0MDcsMjQuNjk2MTQ3MSA5LjI2MzIzNTk1LDI2IDcuNSwyNiBDNS41NjcwMDMzOCwyNiA0LDI0LjQzMjk5NjYgNCwyMi41IEM0LDIwLjU2NzAwMzQgNS41NjcwMDMzOCwxOSA3LjUsMTkgQzguMTAyNzU4MzEsMTkgOC42Njk5MjkxNCwxOS4xNTIzNjgxIDkuMTY1MDk3MjUsMTkuNDIwNjg5MiBMMTkuNDIwNjg5Miw5LjE2NTA5NzI1IFogTTIwLjgzNDkwNzMsMTAuNTc5MzA2MyBMMTAuNTc5MzEwOCwyMC44MzQ5MDI3IEMxMC42MDg2NzMxLDIwLjg4OTA4ODggMTAuNjM2NjQ2OSwyMC45NDQxMzcyIDEwLjY2MzE4NDQsMjEgTDE5LjMzNjgxNTYsMjEgQzE5LjY4MjU3NzUsMjAuMjcyMTU0IDIwLjI3MjE1NCwxOS42ODI1Nzc1IDIxLDE5LjMzNjgxNTYgTDIxLDEwLjY2MzE4NDQgQzIwLjk0NDEzNzIsMTAuNjM2NjQ2OSAyMC44ODkwODg4LDEwLjYwODY3MzEgMjAuODM0OTAyNywxMC41NzkzMTA4IFogTTIyLjUsOSBDMjMuMzI4NDI3MSw5IDI0LDguMzI4NDI3MTIgMjQsNy41IEMyNCw2LjY3MTU3Mjg4IDIzLjMyODQyNzEsNiAyMi41LDYgQzIxLjY3MTU3MjksNiAyMSw2LjY3MTU3Mjg4IDIxLDcuNSBDMjEsOC4zMjg0MjcxMiAyMS42NzE1NzI5LDkgMjIuNSw5IFogTTIyLjUsMjQgQzIzLjMyODQyNzEsMjQgMjQsMjMuMzI4NDI3MSAyNCwyMi41IEMyNCwyMS42NzE1NzI5IDIzLjMyODQyNzEsMjEgMjIuNSwyMSBDMjEuNjcxNTcyOSwyMSAyMSwyMS42NzE1NzI5IDIxLDIyLjUgQzIxLDIzLjMyODQyNzEgMjEuNjcxNTcyOSwyNCAyMi41LDI0IFogTTcuNSwyNCBDOC4zMjg0MjcxMiwyNCA5LDIzLjMyODQyNzEgOSwyMi41IEM5LDIxLjY3MTU3MjkgOC4zMjg0MjcxMiwyMSA3LjUsMjEgQzYuNjcxNTcyODgsMjEgNiwyMS42NzE1NzI5IDYsMjIuNSBDNiwyMy4zMjg0MjcxIDYuNjcxNTcyODgsMjQgNy41LDI0IFoiLz4KICA8L2RlZnM+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMyAtMykiPgogICAgPG1hc2sgaWQ9InBvbHlnb24tYiIgZmlsbD0iI2ZmZiI+CiAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BvbHlnb24tYSIvPgogICAgPC9tYXNrPgogICAgPHVzZSBmaWxsPSIjNUI1QjVCIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHhsaW5rOmhyZWY9IiNwb2x5Z29uLWEiLz4KICAgIDxnIGZpbGw9IiM1QjVCNUIiIG1hc2s9InVybCgjcG9seWdvbi1iKSI+CiAgICAgIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==);
}
.leaflet-pm-toolbar .leaflet-pm-icon-polyline {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8cGF0aCBpZD0ibGluZS1hIiBkPSJNOS4xNjUwOTcyNSwxOS40MjA2ODkyIEwxOC40MjA2ODkyLDEwLjE2NTA5NzMgQzE4LjE1MjM2ODEsOS42Njk5MjkxNCAxOCw5LjEwMjc1ODMxIDE4LDguNSBDMTgsNi41NjcwMDMzOCAxOS41NjcwMDM0LDUgMjEuNSw1IEMyMy40MzI5OTY2LDUgMjUsNi41NjcwMDMzOCAyNSw4LjUgQzI1LDEwLjQzMjk5NjYgMjMuNDMyOTk2NiwxMiAyMS41LDEyIEMyMC44OTcyNDE3LDEyIDIwLjMzMDA3MDksMTEuODQ3NjMxOSAxOS44MzQ5MDI3LDExLjU3OTMxMDggTDEwLjU3OTMxMDgsMjAuODM0OTAyNyBDMTAuODQ3NjMxOSwyMS4zMzAwNzA5IDExLDIxLjg5NzI0MTcgMTEsMjIuNSBDMTEsMjQuNDMyOTk2NiA5LjQzMjk5NjYyLDI2IDcuNSwyNiBDNS41NjcwMDMzOCwyNiA0LDI0LjQzMjk5NjYgNCwyMi41IEM0LDIwLjU2NzAwMzQgNS41NjcwMDMzOCwxOSA3LjUsMTkgQzguMTAyNzU4MzEsMTkgOC42Njk5MjkxNCwxOS4xNTIzNjgxIDkuMTY1MDk3MjUsMTkuNDIwNjg5MiBaIE0yMS41LDEwIEMyMi4zMjg0MjcxLDEwIDIzLDkuMzI4NDI3MTIgMjMsOC41IEMyMyw3LjY3MTU3Mjg4IDIyLjMyODQyNzEsNyAyMS41LDcgQzIwLjY3MTU3MjksNyAyMCw3LjY3MTU3Mjg4IDIwLDguNSBDMjAsOS4zMjg0MjcxMiAyMC42NzE1NzI5LDEwIDIxLjUsMTAgWiBNNy41LDI0IEM4LjMyODQyNzEyLDI0IDksMjMuMzI4NDI3MSA5LDIyLjUgQzksMjEuNjcxNTcyOSA4LjMyODQyNzEyLDIxIDcuNSwyMSBDNi42NzE1NzI4OCwyMSA2LDIxLjY3MTU3MjkgNiwyMi41IEM2LDIzLjMyODQyNzEgNi42NzE1NzI4OCwyNCA3LjUsMjQgWiIvPgogIDwvZGVmcz4KICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zIC0zKSI+CiAgICA8bWFzayBpZD0ibGluZS1iIiBmaWxsPSIjZmZmIj4KICAgICAgPHVzZSB4bGluazpocmVmPSIjbGluZS1hIi8+CiAgICA8L21hc2s+CiAgICA8dXNlIGZpbGw9IiM1QjVCNUIiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI2xpbmUtYSIvPgogICAgPGcgZmlsbD0iIzVCNUI1QiIgbWFzaz0idXJsKCNsaW5lLWIpIj4KICAgICAgPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K);
}
.leaflet-pm-toolbar .leaflet-pm-icon-circle {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjUgKDY3NDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5BdG9tcy9JY29ucy9Ub29scy9DaXJjbGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMTguMjg5Nzc1MSw2Ljc4NjAyMjc1IEMxOC44OTI0MTMxLDYuMjk0NjQ5ODEgMTkuNjYxNzk3LDYgMjAuNSw2IEMyMi40MzI5OTY2LDYgMjQsNy41NjcwMDMzOCAyNCw5LjUgQzI0LDEwLjMzODIwMyAyMy43MDUzNTAyLDExLjEwNzU4NjkgMjMuMjEzOTc3MiwxMS43MTAyMjQ5IEMyMy43MTk1OTksMTIuODcxMjA1MyAyNCwxNC4xNTI4NTcxIDI0LDE1LjUgQzI0LDIwLjc0NjcwNTEgMTkuNzQ2NzA1MSwyNSAxNC41LDI1IEM5LjI1MzI5NDg4LDI1IDUsMjAuNzQ2NzA1MSA1LDE1LjUgQzUsMTAuMjUzMjk0OSA5LjI1MzI5NDg4LDYgMTQuNSw2IEMxNS44NDcxNDI5LDYgMTcuMTI4Nzk0Nyw2LjI4MDQwMDk4IDE4LjI4OTc3NTEsNi43ODYwMjI3NSBaIE0xNy4xNTA0MjI4LDguNDgxNzU4NiBDMTYuMzI2MzU4MSw4LjE3MDM5MjM2IDE1LjQzMzA3NzcsOCAxNC41LDggQzEwLjM1Nzg2NDQsOCA3LDExLjM1Nzg2NDQgNywxNS41IEM3LDE5LjY0MjEzNTYgMTAuMzU3ODY0NCwyMyAxNC41LDIzIEMxOC42NDIxMzU2LDIzIDIyLDE5LjY0MjEzNTYgMjIsMTUuNSBDMjIsMTQuNTY2OTIyMyAyMS44Mjk2MDc2LDEzLjY3MzY0MTkgMjEuNTE4MjQxNCwxMi44NDk1NzcyIEMyMS4xOTYwMzgzLDEyLjk0NzM5NjggMjAuODU0MTYyMiwxMyAyMC41LDEzIEMxOC41NjcwMDM0LDEzIDE3LDExLjQzMjk5NjYgMTcsOS41IEMxNyw5LjE0NTgzNzc4IDE3LjA1MjYwMzIsOC44MDM5NjE2OSAxNy4xNTA0MjI4LDguNDgxNzU4NiBaIE0xNC41LDE3IEMxMy42NzE1NzI5LDE3IDEzLDE2LjMyODQyNzEgMTMsMTUuNSBDMTMsMTQuNjcxNTcyOSAxMy42NzE1NzI5LDE0IDE0LjUsMTQgQzE1LjMyODQyNzEsMTQgMTYsMTQuNjcxNTcyOSAxNiwxNS41IEMxNiwxNi4zMjg0MjcxIDE1LjMyODQyNzEsMTcgMTQuNSwxNyBaIE0yMC41LDExIEMyMS4zMjg0MjcxLDExIDIyLDEwLjMyODQyNzEgMjIsOS41IEMyMiw4LjY3MTU3Mjg4IDIxLjMyODQyNzEsOCAyMC41LDggQzE5LjY3MTU3MjksOCAxOSw4LjY3MTU3Mjg4IDE5LDkuNSBDMTksMTAuMzI4NDI3MSAxOS42NzE1NzI5LDExIDIwLjUsMTEgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJBdG9tcy9JY29ucy9Ub29scy9DaXJjbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjAwMDAwMCwgLTMuMDAwMDAwKSI+CiAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgPHVzZSBpZD0iTWFzayIgZmlsbD0iIzVCNUI1QiIgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgPGcgaWQ9IkF0b21zL0NvbG9yL0dyZXkiIG1hc2s9InVybCgjbWFzay0yKSIgZmlsbD0iIzVCNUI1QiI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.leaflet-pm-toolbar .leaflet-pm-icon-circle-marker {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KCjxzdmcgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjNUI1QjVCIiBzdHJva2Utd2lkdGg9IjgiCiAgICAgZmlsbD0ibm9uZSI+CjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjM1Ii8+CiAgPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMyIgZmlsbD0iIzVCNUI1QiIvPgo8L3N2Zz4=);
}
.leaflet-pm-toolbar .leaflet-pm-icon-rectangle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8cGF0aCBpZD0icmVjdGFuZ2xlLWEiIGQ9Ik0yMywxMC45NjQ1NTU2IEwyMywxOS4wMzU0NDQ0IEMyNC42OTYxNDcxLDE5LjI3ODA1OTMgMjYsMjAuNzM2NzY0IDI2LDIyLjUgQzI2LDI0LjQzMjk5NjYgMjQuNDMyOTk2NiwyNiAyMi41LDI2IEMyMC43MzY3NjQsMjYgMTkuMjc4MDU5MywyNC42OTYxNDcxIDE5LjAzNTQ0NDQsMjMgTDEwLjk2NDU1NTYsMjMgQzEwLjcyMTk0MDcsMjQuNjk2MTQ3MSA5LjI2MzIzNTk1LDI2IDcuNSwyNiBDNS41NjcwMDMzOCwyNiA0LDI0LjQzMjk5NjYgNCwyMi41IEM0LDIwLjczNjc2NCA1LjMwMzg1MjkzLDE5LjI3ODA1OTMgNywxOS4wMzU0NDQ0IEw3LDEwLjk2NDU1NTYgQzUuMzAzODUyOTMsMTAuNzIxOTQwNyA0LDkuMjYzMjM1OTUgNCw3LjUgQzQsNS41NjcwMDMzOCA1LjU2NzAwMzM4LDQgNy41LDQgQzkuMjYzMjM1OTUsNCAxMC43MjE5NDA3LDUuMzAzODUyOTMgMTAuOTY0NTU1Niw3IEwxOS4wMzU0NDQ0LDcgQzE5LjI3ODA1OTMsNS4zMDM4NTI5MyAyMC43MzY3NjQsNCAyMi41LDQgQzI0LjQzMjk5NjYsNCAyNiw1LjU2NzAwMzM4IDI2LDcuNSBDMjYsOS4yNjMyMzU5NSAyNC42OTYxNDcxLDEwLjcyMTk0MDcgMjMsMTAuOTY0NTU1NiBaIE0yMSwxMC42NjMxODQ0IEMyMC4yNzIxNTQsMTAuMzE3NDIyNSAxOS42ODI1Nzc1LDkuNzI3ODQ1OTggMTkuMzM2ODE1Niw5IEwxMC42NjMxODQ0LDkgQzEwLjMxNzQyMjUsOS43Mjc4NDU5OCA5LjcyNzg0NTk4LDEwLjMxNzQyMjUgOSwxMC42NjMxODQ0IEw5LDE5LjMzNjgxNTYgQzkuNzI3ODQ1OTgsMTkuNjgyNTc3NSAxMC4zMTc0MjI1LDIwLjI3MjE1NCAxMC42NjMxODQ0LDIxIEwxOS4zMzY4MTU2LDIxIEMxOS42ODI1Nzc1LDIwLjI3MjE1NCAyMC4yNzIxNTQsMTkuNjgyNTc3NSAyMSwxOS4zMzY4MTU2IEwyMSwxMC42NjMxODQ0IFogTTcuNSw5IEM4LjMyODQyNzEyLDkgOSw4LjMyODQyNzEyIDksNy41IEM5LDYuNjcxNTcyODggOC4zMjg0MjcxMiw2IDcuNSw2IEM2LjY3MTU3Mjg4LDYgNiw2LjY3MTU3Mjg4IDYsNy41IEM2LDguMzI4NDI3MTIgNi42NzE1NzI4OCw5IDcuNSw5IFogTTIyLjUsOSBDMjMuMzI4NDI3MSw5IDI0LDguMzI4NDI3MTIgMjQsNy41IEMyNCw2LjY3MTU3Mjg4IDIzLjMyODQyNzEsNiAyMi41LDYgQzIxLjY3MTU3MjksNiAyMSw2LjY3MTU3Mjg4IDIxLDcuNSBDMjEsOC4zMjg0MjcxMiAyMS42NzE1NzI5LDkgMjIuNSw5IFogTTIyLjUsMjQgQzIzLjMyODQyNzEsMjQgMjQsMjMuMzI4NDI3MSAyNCwyMi41IEMyNCwyMS42NzE1NzI5IDIzLjMyODQyNzEsMjEgMjIuNSwyMSBDMjEuNjcxNTcyOSwyMSAyMSwyMS42NzE1NzI5IDIxLDIyLjUgQzIxLDIzLjMyODQyNzEgMjEuNjcxNTcyOSwyNCAyMi41LDI0IFogTTcuNSwyNCBDOC4zMjg0MjcxMiwyNCA5LDIzLjMyODQyNzEgOSwyMi41IEM5LDIxLjY3MTU3MjkgOC4zMjg0MjcxMiwyMSA3LjUsMjEgQzYuNjcxNTcyODgsMjEgNiwyMS42NzE1NzI5IDYsMjIuNSBDNiwyMy4zMjg0MjcxIDYuNjcxNTcyODgsMjQgNy41LDI0IFoiLz4KICA8L2RlZnM+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMyAtMykiPgogICAgPG1hc2sgaWQ9InJlY3RhbmdsZS1iIiBmaWxsPSIjZmZmIj4KICAgICAgPHVzZSB4bGluazpocmVmPSIjcmVjdGFuZ2xlLWEiLz4KICAgIDwvbWFzaz4KICAgIDx1c2UgZmlsbD0iIzVCNUI1QiIgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjcmVjdGFuZ2xlLWEiLz4KICAgIDxnIGZpbGw9IiM1QjVCNUIiIG1hc2s9InVybCgjcmVjdGFuZ2xlLWIpIj4KICAgICAgPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K);
}
.leaflet-pm-toolbar .leaflet-pm-icon-delete {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjUgKDY3NDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5BdG9tcy9JY29ucy9Ub29scy9FcmFzZXI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMTcuNzg3NDIxOSwxOC40ODEyNTUyIEwxMS42NDgwMDc5LDEzLjM0OTgxODQgTDYuNDA0NjYwMDksMTkuMzgxNjAwMSBMMTAuNTUzOTE1NiwyMi45ODg0OTI5IEwxMy44NjkzNCwyMi45ODg0OTI5IEwxNy43ODc0MjE5LDE4LjQ4MTI1NTIgWiBNMTYuNTA3NDI1MiwyMi45ODg0OTI5IEwyNi4wMDAwMDAyLDIyLjk4ODQ5MjkgTDI2LjAwMDAwMDIsMjQuOTg4NDkyOSBMMTAuMDAwMDAwMiwyNC45ODg0OTI5IEw5LjgwNzA4MzEzLDI0Ljk4ODQ5MjkgTDUuMDkyNTQyMDQsMjAuODkxMDE5MiBDNC4yNTg5MTI4NSwyMC4xNjYzNTY0IDQuMTcwNTc4MTQsMTguOTAzMTExMiA0Ljg5NTI0MDkzLDE4LjA2OTQ4MiBMMTYuMDQ4MjQ0NCw1LjIzOTQxOTE2IEMxNi43NzI5MDcyLDQuNDA1Nzg5OTggMTguMDM2MTUyNSw0LjMxNzQ1NTI2IDE4Ljg2OTc4MTYsNS4wNDIxMTgwNiBMMjQuOTA3NDU4MywxMC4yOTA1OTAzIEMyNS43NDEwODc1LDExLjAxNTI1MzEgMjUuODI5NDIyMiwxMi4yNzg0OTgzIDI1LjEwNDc1OTQsMTMuMTEyMTI3NSBMMTYuNTA3NDI1MiwyMi45ODg0OTI5IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXRvbXMvSWNvbnMvVG9vbHMvRXJhc2VyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy4wMDAwMDAsIC0zLjAwMDAwMCkiPgogICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDx1c2UgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjNUI1QjVCIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.leaflet-pm-toolbar .leaflet-pm-icon-edit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8cGF0aCBpZD0iZWRpdF9hbmNob3ItYSIgZD0iTTEzLjUsMTEgQzExLjU2NzAwMzQsMTEgMTAsOS40MzI5OTY2MiAxMCw3LjUgQzEwLDUuNTY3MDAzMzggMTEuNTY3MDAzNCw0IDEzLjUsNCBDMTUuNDMyOTk2Niw0IDE3LDUuNTY3MDAzMzggMTcsNy41IEMxNyw5LjQzMjk5NjYyIDE1LjQzMjk5NjYsMTEgMTMuNSwxMSBaIE0xMy41LDkgQzE0LjMyODQyNzEsOSAxNSw4LjMyODQyNzEyIDE1LDcuNSBDMTUsNi42NzE1NzI4OCAxNC4zMjg0MjcxLDYgMTMuNSw2IEMxMi42NzE1NzI5LDYgMTIsNi42NzE1NzI4OCAxMiw3LjUgQzEyLDguMzI4NDI3MTIgMTIuNjcxNTcyOSw5IDEzLjUsOSBaIE0xMi4wMDAyODg5LDcuNTI5NzM4OTMgQzEyLjAxMjU5ODMsOC4xNjI3MzY3MiAxMi40MTcwMTk3LDguNjk5NjY0MyAxMi45ODA3MTExLDguOTA3Njc5NjYgTDMsMTUgTDMsMTMgTDEyLjAwMDI4ODksNy41Mjk3Mzg5MyBaIE0xNC4yMTcyNzIyLDYuMTgyMjg0NzIgTDE5LjQ1MzEyNSwzIEwyMi42NTg5MzU1LDMgTDE0Ljk4OTEwMiw3LjY4MTczODg1IEMxNC45OTYyOTcxLDcuNjIyMTY0NTkgMTUsNy41NjE1MTQ3MiAxNSw3LjUgQzE1LDYuOTMxMzgzODEgMTQuNjgzNjA5OCw2LjQzNjY2NDUgMTQuMjE3MjcyMiw2LjE4MjI4NDcyIFogTTIzLjQ0MzQwNDIsMTkuMjg1MTczNiBMMjAuMTI4Mjc5OSwxOS4yODUxNzM2IEwyMS44NzI5OTgzLDIzLjUzNDk1MjUgQzIxLjk5NDUyOTYsMjMuODI5NTc3MyAyMS44NTU2NTQ2LDI0LjE1OTkyMDkgMjEuNTc3ODczNCwyNC4yODQ5MjA4IEwyMC4wNDE0Njc1LDI0Ljk1NDUxNDIgQzE5Ljc1NTA2MTMsMjUuMDc5NTE0MSAxOS40MzM4NzM4LDI0LjkzNjY3MDQgMTkuMzEyMzQyNiwyNC42NTA5NTE4IEwxNy42NTQ0MzY3LDIwLjYxNTQ1NDEgTDE0Ljk0NjE4NzMsMjMuNDAxMDE1MSBDMTQuNTg1MjgxMSwyMy43NzIxNzExIDE0LDIzLjQ4NjA0NjMgMTQsMjIuOTk5MjY1MyBMMTQsOS41NzE4MzUzMyBDMTQsOS4wNTkzMzU2MSAxNC42MjI1MzExLDguODA5NDkyIDE0Ljk0NjE1Niw5LjE3MDA4NTU1IEwyMy44MzQwMjkyLDE4LjMxMjAxNzkgQzI0LjE5MjUyOTEsMTguNjYxMzYxNSAyMy45Mjc5OTc5LDE5LjI4NTE3MzYgMjMuNDQzNDA0MiwxOS4yODUxNzM2IFoiLz4KICA8L2RlZnM+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMyAtMykiPgogICAgPG1hc2sgaWQ9ImVkaXRfYW5jaG9yLWIiIGZpbGw9IiNmZmYiPgogICAgICA8dXNlIHhsaW5rOmhyZWY9IiNlZGl0X2FuY2hvci1hIi8+CiAgICA8L21hc2s+CiAgICA8dXNlIGZpbGw9IiM1QjVCNUIiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI2VkaXRfYW5jaG9yLWEiLz4KICAgIDxnIGZpbGw9IiM1QjVCNUIiIG1hc2s9InVybCgjZWRpdF9hbmNob3ItYikiPgogICAgICA8cmVjdCB3aWR0aD0iMzAiIGhlaWdodD0iMzAiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=);
}
.leaflet-pm-toolbar .leaflet-pm-icon-drag {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPGRlZnM+CiAgICA8cGF0aCBpZD0ibW92ZS1hIiBkPSJNMjEsMTQgTDIxLDEwIEwyNywxNSBMMjEsMjAgTDIxLDE2IEwxNiwxNiBMMTYsMjEgTDIwLDIxIEwxNSwyNyBMMTAsMjEgTDE0LDIxIEwxNCwxNiBMOSwxNiBMOSwyMCBMMywxNSBMOSwxMCBMOSwxNCBMMTQsMTQgTDE0LDkgTDEwLDkgTDE1LDMgTDIwLDkgTDE2LDkgTDE2LDE0IEwyMSwxNCBaIi8+CiAgPC9kZWZzPgogIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMgLTMpIj4KICAgIDxtYXNrIGlkPSJtb3ZlLWIiIGZpbGw9IiNmZmYiPgogICAgICA8dXNlIHhsaW5rOmhyZWY9IiNtb3ZlLWEiLz4KICAgIDwvbWFzaz4KICAgIDx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI21vdmUtYSIvPgogICAgPGcgZmlsbD0iIzVCNUI1QiIgbWFzaz0idXJsKCNtb3ZlLWIpIj4KICAgICAgPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K);
}
.leaflet-pm-toolbar .leaflet-pm-icon-cut {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjUgKDY3NDY5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5BdG9tcy9JY29ucy9Ub29scy9TY2lzc29yczwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0xMi45NjkxNTc0LDEzLjQ5Mzk0MzUgTDIxLjAzMTcwMzIsNS41NDE2NzAxMyBMMjMuNDY0OTQ5OSw1LjY3NzIyOTU3IEwxNy4wNDcwNzEzLDE0LjUxMDY4MTYgTDI3LjU2NjAzMzYsMTcuMTMzMzUzNSBMMjUuNzg5MTk0NCwxOC44MDEyNTg4IEwxNC41ODU0OTUxLDE3Ljg5ODc1MDYgTDEzLjY0ODc5NTUsMTkuMTg4MDA3IEMxMy43OTQ2MzksMTkuMjY1MDk1OCAxMy45MzY3OTg1LDE5LjM1MzQ0MTcgMTQuMDc0MTM3NywxOS40NTMyMjQ1IEMxNS42Mzc5NjQ4LDIwLjU4OTQxMTQgMTUuOTg0NjM1NywyMi43NzgyMDUyIDE0Ljg0ODQ0ODgsMjQuMzQyMDMyNCBDMTMuNzEyMjYxOSwyNS45MDU4NTk1IDExLjUyMzQ2ODEsMjYuMjUyNTMwNCA5Ljk1OTY0MDk2LDI1LjExNjM0MzUgQzguMzk1ODEzODQsMjMuOTgwMTU2NSA4LjA0OTE0Mjk2LDIxLjc5MTM2MjcgOS4xODUzMjk4NiwyMC4yMjc1MzU2IEM5Ljc0NTg3Mjc2LDE5LjQ1NjAxNDUgMTAuNTYyNjE4OCwxOC45ODA3NDc1IDExLjQzNDEyMTgsMTguODMzNjQwNyBMMTIuNjgwNTY1NiwxNy4xMTgwNTc5IEwxMi41MjM5NzI0LDE2LjM3NDcyMTYgTDExLjk1MDY5MzIsMTUuMzAxMjM5MSBMOS44OTMxMDY0NiwxNC43ODgyMjUxIEM5LjEzMDkzNzk2LDE1LjIzNTcyNjEgOC4xOTk3Nzg1NCwxNS4zOTY2NDQ3IDcuMjc0NDUzNTUsMTUuMTY1OTM1MiBDNS4zOTg4NzUxOSwxNC42OTgzMDEgNC4yNTc1MTA5NCwxMi43OTg3NTE5IDQuNzI1MTQ1MTUsMTAuOTIzMTczNiBDNS4xOTI3NzkzNSw5LjA0NzU5NTE5IDcuMDkyMzI4NDYsNy45MDYyMzA5NCA4Ljk2NzkwNjgyLDguMzczODY1MTUgQzEwLjg0MzQ4NTIsOC44NDE0OTkzNSAxMS45ODQ4NDk0LDEwLjc0MTA0ODUgMTEuNTE3MjE1MiwxMi42MTY2MjY4IEMxMS40NzYxNDY0LDEyLjc4MTM0NDkgMTEuNDI0MDMzNSwxMi45NDA0MDAxIDExLjM2MTg2MjcsMTMuMDkzMTk5OSBMMTIuOTY5MTU3NCwxMy40OTM5NDM1IFogTTcuNzU4Mjk3MzUsMTMuMjI1MzQzOCBDOC41NjIxMTY2NCwxMy40MjU3NTg0IDkuMzc2MjA5MTIsMTIuOTM2NjAyMyA5LjU3NjYyMzc4LDEyLjEzMjc4MyBDOS43NzcwMzg0NCwxMS4zMjg5NjM3IDkuMjg3ODgyMzMsMTAuNTE0ODcxMyA4LjQ4NDA2MzAzLDEwLjMxNDQ1NjYgQzcuNjgwMjQzNzMsMTAuMTE0MDQxOSA2Ljg2NjE1MTI2LDEwLjYwMzE5OCA2LjY2NTczNjYsMTEuNDA3MDE3MyBDNi40NjUzMjE5NCwxMi4yMTA4MzY2IDYuOTU0NDc4MDUsMTMuMDI0OTI5MSA3Ljc1ODI5NzM1LDEzLjIyNTM0MzggWiBNMTAuODAzMzYzOSwyMS40MDMxMDYxIEMxMC4zMTY0MjY2LDIyLjA3MzMxNzcgMTAuNDY0OTk5OCwyMy4wMTEzNzIyIDExLjEzNTIxMTUsMjMuNDk4MzA5NSBDMTEuODA1NDIzMSwyMy45ODUyNDY3IDEyLjc0MzQ3NzYsMjMuODM2NjczNSAxMy4yMzA0MTQ4LDIzLjE2NjQ2MTkgQzEzLjcxNzM1MjEsMjIuNDk2MjUwMiAxMy41Njg3Nzg4LDIxLjU1ODE5NTcgMTIuODk4NTY3MiwyMS4wNzEyNTg1IEMxMi4yMjgzNTU2LDIwLjU4NDMyMTIgMTEuMjkwMzAxMSwyMC43MzI4OTQ1IDEwLjgwMzM2MzksMjEuNDAzMTA2MSBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkF0b21zL0ljb25zL1Rvb2xzL1NjaXNzb3JzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy4wMDAwMDAsIC0zLjAwMDAwMCkiPgogICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDx1c2UgaWQ9Ik1hc2siIGZpbGw9IiM1QjVCNUIiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYuMDkzMTk0LCAxNS42NjMzNTEpIHJvdGF0ZSgtMzIuMDAwMDAwKSB0cmFuc2xhdGUoLTE2LjA5MzE5NCwgLTE1LjY2MzM1MSkgIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}
.leaflet-pm-toolbar .leaflet-pm-icon-snapping {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU3LjEgKDgzMDg4KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5BdG9tcy9JY29ucy9Ub29scy9NYWduZXQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMjEuOTk5NDc1OSwxMC45NDI4MTgzIEwyMS45OTk5OTg1LDE2LjM3MTA0MTcgQzIyLDE2LjY4NzIwMDcgMjIsMTcuMDA1ODI3OCAyMiwxNy4zMjY5NDExIEMyMiwyMS41NjQ2NTQ1IDE4LjY0MjEzNTYsMjUgMTQuNSwyNSBDMTAuMzU3ODY0NCwyNSA3LDIxLjU2NDY1NDUgNywxNy4zMjY5NDExIEw3LjAwMDg3NTA4LDEwLjk5MDc1MDcgTDExLjAwMjI4MDgsMTAuOTk4NDEyNSBDMTEuMDAxNzAzMywxMS42OTgwMTE0IDExLjAwMTI0NywxMi40MTY4MjQ4IDExLjAwMDg5OTIsMTMuMTU1NDg4NyBMMTEsMTcuMzI2OTQxMSBDMTEsMTkuMzc1NjgwOSAxMi41ODc2ODQxLDIxIDE0LjUsMjEgQzE2LjQxMjMxNTksMjEgMTgsMTkuMzc1NjgwOSAxOCwxNy4zMjY5NDExIEMxOCwxNS4wNzAyMDMyIDE3Ljk5OTU2OTYsMTIuOTYxOTY2OCAxNy45OTg1MzksMTAuOTkxMDAzMiBMMjEuOTk5NDc1OSwxMC45NDI4MTgzIFogTTEwLDcgQzEwLjU1MjI4NDcsNyAxMSw3LjQ0NzcxNTI1IDExLDggTDExLDEwIEw3LDEwIEw3LDggQzcsNy40NDc3MTUyNSA3LjQ0NzcxNTI1LDcgOCw3IEwxMCw3IFogTTIxLDcgQzIxLjU1MjI4NDcsNyAyMiw3LjQ0NzcxNTI1IDIyLDggTDIyLDEwIEwxOCwxMCBMMTgsOCBDMTgsNy40NDc3MTUyNSAxOC40NDc3MTUzLDcgMTksNyBMMjEsNyBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkF0b21zL0ljb25zL1Rvb2xzL01hZ25ldCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMuMDAwMDAwLCAtMy4wMDAwMDApIj4KICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICA8dXNlIGlkPSJNYXNrIiBmaWxsPSIjNUI1QjVCIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0LjUwMDAwMCwgMTYuMDAwMDAwKSByb3RhdGUoNDUuMDAwMDAwKSB0cmFuc2xhdGUoLTE0LjUwMDAwMCwgLTE2LjAwMDAwMCkgIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}

.leaflet-buttons-control-button:hover {
  cursor: pointer;
  background-color: #f4f4f4;
}
.active .leaflet-buttons-control-button {
  box-shadow: inset 0 -1px 5px 2px rgba(81, 77, 77, 0.31);
}

.leaflet-buttons-control-text-hide {
  display: none;
}

.button-container {
  position: relative;
}

.button-container .leaflet-pm-actions-container {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  white-space: nowrap;
}

.leaflet-right
  .leaflet-pm-toolbar
  .button-container
  .leaflet-pm-actions-container {
  right: 100%;
  left: auto;
}

.button-container.active .leaflet-pm-actions-container {
  display: block;
}

.button-container .leaflet-pm-actions-container:not(.pos-right) .leaflet-pm-action:last-child {
  border-radius: 0px 3px 3px 0px !important;
  border-right: 0px;
}
.button-container .leaflet-pm-actions-container.pos-right .leaflet-pm-action:first-child {
  border-radius: 3px 0px 0px 3px !important;
}
.button-container .leaflet-pm-actions-container.pos-right .leaflet-pm-action:last-child {
  border-right: 0px;
}
.button-container .leaflet-pm-actions-container .leaflet-pm-action {
  padding: 0px 10px;
  background-color: #666;
  color: #fff;
  display: inline-block;
  width: auto;
  border-right: 1px solid #eee;
  user-select: none;
}

.button-container .leaflet-pm-actions-container .leaflet-pm-action:hover {
  cursor: pointer;
  background-color: #777;
}

/* That the active control is always over the other controls */
.leaflet-pm-toolbar.activeChild{
  z-index: 801;
}



/*! nouislider - 14.7.0 - 4/6/2021 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}


/*# sourceMappingURL=style.d989e0e441c9ddcf0295.css.map*/