/* Minification failed. Returning unminified contents.
(5903,13): run-time error CSS1039: Token not allowed after unary operator: '-arrow-top'
 */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/css/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/css/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/css/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/css/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/css/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/css/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/css/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/css/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/css/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/css/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/css/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/css/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/css/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/css/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/css/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/css/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/css/fancybox/fancybox.png') -55px -90px no-repeat;
}
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2017 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Tue Aug 29 2017 03:36 EDT-0400
 * Plugins: tips viewport
 * Styles: core
 */
.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0;
}

.qtip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: bold;
}

    .qtip-titlebar + .qtip-content {
        border-top-width: 0 !important;
    }

/* Default close button class */
.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11; /* Overlap .qtip-tip */
    cursor: pointer;
    outline: medium none;
    border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}
/* IE fix */

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

    .qtip-icon .ui-icon {
        width: 18px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        text-indent: 0;
        font: normal bold 10px/13px Tahoma,sans-serif;
        color: inherit;
        background: transparent none no-repeat -100em -100em;
    }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus {
}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover {
}

/* Default tooltip style */
.qtip-default {
    border: 1px solid #F1D031;
    background-color: #FFFFA3;
    color: #555;
}

    .qtip-default .qtip-titlebar {
        background-color: #FFEF93;
    }

    .qtip-default .qtip-icon {
        border-color: #CCC;
        background: #F1F1F1;
        color: #777;
    }

    .qtip-default .qtip-titlebar .qtip-close {
        border-color: #AAA;
        color: #111;
    }


.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}

/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
    visibility: hidden;
}

    .qtip .qtip-tip,
    .qtip .qtip-tip .qtip-vml,
    .qtip .qtip-tip canvas {
        position: absolute;
        color: #123456;
        background: transparent;
        border: 0 dashed transparent;
    }

        .qtip .qtip-tip canvas {
            top: 0;
            left: 0;
        }

        .qtip .qtip-tip .qtip-vml {
            behavior: url(#default#VML);
            display: inline-block;
            visibility: visible;
        }


/** ------------------------------ */
/*     Customizations for GCHQ     */
/** ------------------------------ */
.qtip,
.qtip-default {
    color: #4a4a4a;
    font-size: inherit;
    line-height: inherit;
}

.qtip-light {
    background-color: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 1px 10px rgba(119,119,199,.3);
    font-size: 14px;
    line-height: 1.3;
    max-width: 450px;
}
    .qtip-light .qtip-content {
        padding: 24px;
    }
    .qtip-light-sm .qtip-content {
        padding: 16px;
    }

.qtip-dark, 
.qtip-upsell {
    background-color: #4a4a4a;
    border-color: #4a4a4a;
    box-shadow: 0 1px 10px rgba(119,119,199,.3);
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    max-width: 350px;
}
    .qtip-dark .qtip-content,
    .qtip-upsell .qtip-content {
        padding: 16px;
    }

    .qtip-dark .qtip-content a,
    .qtip-upsell .qtip-content a {
        color: inherit;
        font-weight: bold;
    }

.qtip-shadow {
    box-shadow: 0 1px 10px rgba(119,119,199,.3);
}

/* Elements that have a qtip associated */
.tooltip, a.tooltip {
    color: inherit;
    font-weight: bold;
}
@media screen and (max-width: 320px) {
  [class*=grid-] {
    width: 100%;
  }
}

.grid-xs-12,
.grid-sm-12,
.grid-md-12,
.grid-lg-12,
.grid-xl-12 {
  width: 100%;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}
.gr-0 {
  width: 0%;
}

.push-0 {
  left: 0%;
}

.pull-0 {
  right: 0%;
}

.prefix-0 {
  margin-left: 0%;
}

.suffix-0 {
  margin-right: 0%;
}

.gr-1 {
  width: 8.3333333333%;
}

.push-1 {
  left: 8.3333333333%;
}

.pull-1 {
  right: 8.3333333333%;
}

.prefix-1 {
  margin-left: 8.3333333333%;
}

.suffix-1 {
  margin-right: 8.3333333333%;
}

.gr-2 {
  width: 16.6666666667%;
}

.push-2 {
  left: 16.6666666667%;
}

.pull-2 {
  right: 16.6666666667%;
}

.prefix-2 {
  margin-left: 16.6666666667%;
}

.suffix-2 {
  margin-right: 16.6666666667%;
}

.gr-3 {
  width: 25%;
}

.push-3 {
  left: 25%;
}

.pull-3 {
  right: 25%;
}

.prefix-3 {
  margin-left: 25%;
}

.suffix-3 {
  margin-right: 25%;
}

.gr-4 {
  width: 33.3333333333%;
}

.push-4 {
  left: 33.3333333333%;
}

.pull-4 {
  right: 33.3333333333%;
}

.prefix-4 {
  margin-left: 33.3333333333%;
}

.suffix-4 {
  margin-right: 33.3333333333%;
}

.gr-5 {
  width: 41.6666666667%;
}

.push-5 {
  left: 41.6666666667%;
}

.pull-5 {
  right: 41.6666666667%;
}

.prefix-5 {
  margin-left: 41.6666666667%;
}

.suffix-5 {
  margin-right: 41.6666666667%;
}

.gr-6 {
  width: 50%;
}

.push-6 {
  left: 50%;
}

.pull-6 {
  right: 50%;
}

.prefix-6 {
  margin-left: 50%;
}

.suffix-6 {
  margin-right: 50%;
}

.gr-7 {
  width: 58.3333333333%;
}

.push-7 {
  left: 58.3333333333%;
}

.pull-7 {
  right: 58.3333333333%;
}

.prefix-7 {
  margin-left: 58.3333333333%;
}

.suffix-7 {
  margin-right: 58.3333333333%;
}

.gr-8 {
  width: 66.6666666667%;
}

.push-8 {
  left: 66.6666666667%;
}

.pull-8 {
  right: 66.6666666667%;
}

.prefix-8 {
  margin-left: 66.6666666667%;
}

.suffix-8 {
  margin-right: 66.6666666667%;
}

.gr-9 {
  width: 75%;
}

.push-9 {
  left: 75%;
}

.pull-9 {
  right: 75%;
}

.prefix-9 {
  margin-left: 75%;
}

.suffix-9 {
  margin-right: 75%;
}

.gr-10 {
  width: 83.3333333333%;
}

.push-10 {
  left: 83.3333333333%;
}

.pull-10 {
  right: 83.3333333333%;
}

.prefix-10 {
  margin-left: 83.3333333333%;
}

.suffix-10 {
  margin-right: 83.3333333333%;
}

.gr-11 {
  width: 91.6666666667%;
}

.push-11 {
  left: 91.6666666667%;
}

.pull-11 {
  right: 91.6666666667%;
}

.prefix-11 {
  margin-left: 91.6666666667%;
}

.suffix-11 {
  margin-right: 91.6666666667%;
}

.gr-12 {
  width: 100%;
}

.push-12 {
  left: 100%;
}

.pull-12 {
  right: 100%;
}

.prefix-12 {
  margin-left: 100%;
}

.suffix-12 {
  margin-right: 100%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.no-gutter {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.no-gutter-left {
  padding-left: 0;
}

.no-gutter-right {
  padding-right: 0;
}

.no-gutter-top {
  padding-top: 0;
}

.no-gutter-bottom {
  padding-bottom: 0;
}

.gutter {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-left {
  padding-left: 10px;
}

.gutter-right {
  padding-right: 10px;
}

.auto-height {
  height: inherit;
}

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

.row-reverse {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px;
}

.row-full {
  width: 100vw;
  margin-left: 50% !important;
  margin-right: 0 !important;
  -webkit-transform: translateX(-50%);
  -moz-transition: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.col-reverse {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px;
}

.gr-table {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.row-align-left {
  font-size: 0;
  clear: both;
  text-align: left;
}
.row-align-left > * {
  float: none !important;
  vertical-align: bottom;
  font-size: 1rem;
}
@-moz-document url-prefix() {
  .row-align-left > * {
    margin-right: -0.5px;
  }
}

.row-align-center {
  font-size: 0;
  clear: both;
  text-align: center;
}
.row-align-center > * {
  float: none !important;
  vertical-align: bottom;
  font-size: 1rem;
}
@-moz-document url-prefix() {
  .row-align-center > * {
    margin-right: -0.5px;
  }
}
.row-align-center > * {
  text-align: left;
}

.row-align-right {
  font-size: 0;
  clear: both;
  text-align: right;
}
.row-align-right > * {
  float: none !important;
  vertical-align: bottom;
  font-size: 1rem;
}
@-moz-document url-prefix() {
  .row-align-right > * {
    margin-right: -0.5px;
  }
}
.row-align-right > * {
  text-align: left;
}

.row-align-middle {
  font-size: 0;
  clear: both;
  vertical-align: middle;
}
.row-align-middle > * {
  float: none !important;
  vertical-align: middle;
  font-size: 1rem;
}
@-moz-document url-prefix() {
  .row-align-middle > * {
    margin-right: -0.5px;
  }
}

.row-align-top {
  font-size: 0;
  clear: both;
  vertical-align: top;
}
.row-align-top > * {
  float: none !important;
  vertical-align: top;
  font-size: 1rem;
}
@-moz-document url-prefix() {
  .row-align-top > * {
    margin-right: -0.5px;
  }
}

.row-align-bottom {
  font-size: 0;
  clear: both;
  vertical-align: bottom;
}
.row-align-bottom > * {
  float: none !important;
  vertical-align: bottom;
  font-size: 1rem;
}
@-moz-document url-prefix() {
  .row-align-bottom > * {
    margin-right: -0.5px;
  }
}

.hide {
  display: none;
}

.not-visible {
  visibility: hidden;
}

.show {
  display: block;
}

.show-inline {
  display: inline-block;
}

.visible {
  visibility: visible;
}

.row-debug {
  position: relative;
  z-index: 99999;
  overflow: hidden;
}
.row-debug:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99999px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
  background-size: 16.6666666667% 100%;
  z-index: 99999;
}

body {
  direction: ltr;
}

@media screen and (max-width: 320px) {
  .gr-0\@xs {
    width: 0%;
  }

  .push-0\@xs {
    left: 0%;
  }

  .pull-0\@xs {
    right: 0%;
  }

  .prefix-0\@xs {
    margin-left: 0%;
  }

  .suffix-0\@xs {
    margin-right: 0%;
  }

  .gr-1\@xs {
    width: 8.3333333333%;
  }

  .push-1\@xs {
    left: 8.3333333333%;
  }

  .pull-1\@xs {
    right: 8.3333333333%;
  }

  .prefix-1\@xs {
    margin-left: 8.3333333333%;
  }

  .suffix-1\@xs {
    margin-right: 8.3333333333%;
  }

  .gr-2\@xs {
    width: 16.6666666667%;
  }

  .push-2\@xs {
    left: 16.6666666667%;
  }

  .pull-2\@xs {
    right: 16.6666666667%;
  }

  .prefix-2\@xs {
    margin-left: 16.6666666667%;
  }

  .suffix-2\@xs {
    margin-right: 16.6666666667%;
  }

  .gr-3\@xs {
    width: 25%;
  }

  .push-3\@xs {
    left: 25%;
  }

  .pull-3\@xs {
    right: 25%;
  }

  .prefix-3\@xs {
    margin-left: 25%;
  }

  .suffix-3\@xs {
    margin-right: 25%;
  }

  .gr-4\@xs {
    width: 33.3333333333%;
  }

  .push-4\@xs {
    left: 33.3333333333%;
  }

  .pull-4\@xs {
    right: 33.3333333333%;
  }

  .prefix-4\@xs {
    margin-left: 33.3333333333%;
  }

  .suffix-4\@xs {
    margin-right: 33.3333333333%;
  }

  .gr-5\@xs {
    width: 41.6666666667%;
  }

  .push-5\@xs {
    left: 41.6666666667%;
  }

  .pull-5\@xs {
    right: 41.6666666667%;
  }

  .prefix-5\@xs {
    margin-left: 41.6666666667%;
  }

  .suffix-5\@xs {
    margin-right: 41.6666666667%;
  }

  .gr-6\@xs {
    width: 50%;
  }

  .push-6\@xs {
    left: 50%;
  }

  .pull-6\@xs {
    right: 50%;
  }

  .prefix-6\@xs {
    margin-left: 50%;
  }

  .suffix-6\@xs {
    margin-right: 50%;
  }

  .gr-7\@xs {
    width: 58.3333333333%;
  }

  .push-7\@xs {
    left: 58.3333333333%;
  }

  .pull-7\@xs {
    right: 58.3333333333%;
  }

  .prefix-7\@xs {
    margin-left: 58.3333333333%;
  }

  .suffix-7\@xs {
    margin-right: 58.3333333333%;
  }

  .gr-8\@xs {
    width: 66.6666666667%;
  }

  .push-8\@xs {
    left: 66.6666666667%;
  }

  .pull-8\@xs {
    right: 66.6666666667%;
  }

  .prefix-8\@xs {
    margin-left: 66.6666666667%;
  }

  .suffix-8\@xs {
    margin-right: 66.6666666667%;
  }

  .gr-9\@xs {
    width: 75%;
  }

  .push-9\@xs {
    left: 75%;
  }

  .pull-9\@xs {
    right: 75%;
  }

  .prefix-9\@xs {
    margin-left: 75%;
  }

  .suffix-9\@xs {
    margin-right: 75%;
  }

  .gr-10\@xs {
    width: 83.3333333333%;
  }

  .push-10\@xs {
    left: 83.3333333333%;
  }

  .pull-10\@xs {
    right: 83.3333333333%;
  }

  .prefix-10\@xs {
    margin-left: 83.3333333333%;
  }

  .suffix-10\@xs {
    margin-right: 83.3333333333%;
  }

  .gr-11\@xs {
    width: 91.6666666667%;
  }

  .push-11\@xs {
    left: 91.6666666667%;
  }

  .pull-11\@xs {
    right: 91.6666666667%;
  }

  .prefix-11\@xs {
    margin-left: 91.6666666667%;
  }

  .suffix-11\@xs {
    margin-right: 91.6666666667%;
  }

  .gr-12\@xs {
    width: 100%;
  }

  .push-12\@xs {
    left: 100%;
  }

  .pull-12\@xs {
    right: 100%;
  }

  .prefix-12\@xs {
    margin-left: 100%;
  }

  .suffix-12\@xs {
    margin-right: 100%;
  }

  .float-left\@xs {
    float: left;
  }

  .float-right\@xs {
    float: right;
  }

  .clear\@xs {
    clear: both;
  }

  .clear-left\@xs {
    clear: left;
  }

  .clear-right\@xs {
    clear: right;
  }

  .no-gutter\@xs {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .no-gutter-left\@xs {
    padding-left: 0;
  }

  .no-gutter-right\@xs {
    padding-right: 0;
  }

  .no-gutter-top\@xs {
    padding-top: 0;
  }

  .no-gutter-bottom\@xs {
    padding-bottom: 0;
  }

  .gutter\@xs {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gutter-left\@xs {
    padding-left: 5px;
  }

  .gutter-right\@xs {
    padding-right: 5px;
  }

  .auto-height\@xs {
    height: inherit;
  }

  .row\@xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -5px;
    margin-right: -5px;
  }

  .row-reverse\@xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -5px;
    margin-right: -5px;
  }

  .row-full\@xs {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .col\@xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -5px;
    margin-right: -5px;
  }

  .col-reverse\@xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -5px;
    margin-right: -5px;
  }

  .gr-table\@xs {
    display: table-cell;
    float: none;
    vertical-align: top;
  }

  .row-align-left\@xs {
    font-size: 0;
    clear: both;
    text-align: left;
  }
  .row-align-left\@xs > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-left\@xs > * {
      margin-right: -0.5px;
    }
  }

  .row-align-center\@xs {
    font-size: 0;
    clear: both;
    text-align: center;
  }
  .row-align-center\@xs > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-center\@xs > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@xs > * {
    text-align: left;
  }

  .row-align-right\@xs {
    font-size: 0;
    clear: both;
    text-align: right;
  }
  .row-align-right\@xs > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-right\@xs > * {
      margin-right: -0.5px;
    }
  }
  .row-align-right\@xs > * {
    text-align: left;
  }

  .row-align-middle\@xs {
    font-size: 0;
    clear: both;
    vertical-align: middle;
  }
  .row-align-middle\@xs > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-middle\@xs > * {
      margin-right: -0.5px;
    }
  }

  .row-align-top\@xs {
    font-size: 0;
    clear: both;
    vertical-align: top;
  }
  .row-align-top\@xs > * {
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-top\@xs > * {
      margin-right: -0.5px;
    }
  }

  .row-align-bottom\@xs {
    font-size: 0;
    clear: both;
    vertical-align: bottom;
  }
  .row-align-bottom\@xs > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-bottom\@xs > * {
      margin-right: -0.5px;
    }
  }

  .hide\@xs {
    display: none;
  }

  .not-visible\@xs {
    visibility: hidden;
  }

  .show\@xs {
    display: block;
  }

  .show-inline\@xs {
    display: inline-block;
  }

  .visible\@xs {
    visibility: visible;
  }

  .row-debug\@xs {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@xs:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.6666666667% 100%;
    z-index: 99999;
  }

  body {
    direction: ltr;
  }
}
@media screen and (min-width: 480px) {
  .gr-0\@sm {
    width: 0%;
  }

  .push-0\@sm {
    left: 0%;
  }

  .pull-0\@sm {
    right: 0%;
  }

  .prefix-0\@sm {
    margin-left: 0%;
  }

  .suffix-0\@sm {
    margin-right: 0%;
  }

  .gr-1\@sm {
    width: 8.3333333333%;
  }

  .push-1\@sm {
    left: 8.3333333333%;
  }

  .pull-1\@sm {
    right: 8.3333333333%;
  }

  .prefix-1\@sm {
    margin-left: 8.3333333333%;
  }

  .suffix-1\@sm {
    margin-right: 8.3333333333%;
  }

  .gr-2\@sm {
    width: 16.6666666667%;
  }

  .push-2\@sm {
    left: 16.6666666667%;
  }

  .pull-2\@sm {
    right: 16.6666666667%;
  }

  .prefix-2\@sm {
    margin-left: 16.6666666667%;
  }

  .suffix-2\@sm {
    margin-right: 16.6666666667%;
  }

  .gr-3\@sm {
    width: 25%;
  }

  .push-3\@sm {
    left: 25%;
  }

  .pull-3\@sm {
    right: 25%;
  }

  .prefix-3\@sm {
    margin-left: 25%;
  }

  .suffix-3\@sm {
    margin-right: 25%;
  }

  .gr-4\@sm {
    width: 33.3333333333%;
  }

  .push-4\@sm {
    left: 33.3333333333%;
  }

  .pull-4\@sm {
    right: 33.3333333333%;
  }

  .prefix-4\@sm {
    margin-left: 33.3333333333%;
  }

  .suffix-4\@sm {
    margin-right: 33.3333333333%;
  }

  .gr-5\@sm {
    width: 41.6666666667%;
  }

  .push-5\@sm {
    left: 41.6666666667%;
  }

  .pull-5\@sm {
    right: 41.6666666667%;
  }

  .prefix-5\@sm {
    margin-left: 41.6666666667%;
  }

  .suffix-5\@sm {
    margin-right: 41.6666666667%;
  }

  .gr-6\@sm {
    width: 50%;
  }

  .push-6\@sm {
    left: 50%;
  }

  .pull-6\@sm {
    right: 50%;
  }

  .prefix-6\@sm {
    margin-left: 50%;
  }

  .suffix-6\@sm {
    margin-right: 50%;
  }

  .gr-7\@sm {
    width: 58.3333333333%;
  }

  .push-7\@sm {
    left: 58.3333333333%;
  }

  .pull-7\@sm {
    right: 58.3333333333%;
  }

  .prefix-7\@sm {
    margin-left: 58.3333333333%;
  }

  .suffix-7\@sm {
    margin-right: 58.3333333333%;
  }

  .gr-8\@sm {
    width: 66.6666666667%;
  }

  .push-8\@sm {
    left: 66.6666666667%;
  }

  .pull-8\@sm {
    right: 66.6666666667%;
  }

  .prefix-8\@sm {
    margin-left: 66.6666666667%;
  }

  .suffix-8\@sm {
    margin-right: 66.6666666667%;
  }

  .gr-9\@sm {
    width: 75%;
  }

  .push-9\@sm {
    left: 75%;
  }

  .pull-9\@sm {
    right: 75%;
  }

  .prefix-9\@sm {
    margin-left: 75%;
  }

  .suffix-9\@sm {
    margin-right: 75%;
  }

  .gr-10\@sm {
    width: 83.3333333333%;
  }

  .push-10\@sm {
    left: 83.3333333333%;
  }

  .pull-10\@sm {
    right: 83.3333333333%;
  }

  .prefix-10\@sm {
    margin-left: 83.3333333333%;
  }

  .suffix-10\@sm {
    margin-right: 83.3333333333%;
  }

  .gr-11\@sm {
    width: 91.6666666667%;
  }

  .push-11\@sm {
    left: 91.6666666667%;
  }

  .pull-11\@sm {
    right: 91.6666666667%;
  }

  .prefix-11\@sm {
    margin-left: 91.6666666667%;
  }

  .suffix-11\@sm {
    margin-right: 91.6666666667%;
  }

  .gr-12\@sm {
    width: 100%;
  }

  .push-12\@sm {
    left: 100%;
  }

  .pull-12\@sm {
    right: 100%;
  }

  .prefix-12\@sm {
    margin-left: 100%;
  }

  .suffix-12\@sm {
    margin-right: 100%;
  }

  .float-left\@sm {
    float: left;
  }

  .float-right\@sm {
    float: right;
  }

  .clear\@sm {
    clear: both;
  }

  .clear-left\@sm {
    clear: left;
  }

  .clear-right\@sm {
    clear: right;
  }

  .no-gutter\@sm {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .no-gutter-left\@sm {
    padding-left: 0;
  }

  .no-gutter-right\@sm {
    padding-right: 0;
  }

  .no-gutter-top\@sm {
    padding-top: 0;
  }

  .no-gutter-bottom\@sm {
    padding-bottom: 0;
  }

  .gutter\@sm {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gutter-left\@sm {
    padding-left: 10px;
  }

  .gutter-right\@sm {
    padding-right: 10px;
  }

  .auto-height\@sm {
    height: inherit;
  }

  .row\@sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .row-reverse\@sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .row-full\@sm {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .col\@sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .col-reverse\@sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .gr-table\@sm {
    display: table-cell;
    float: none;
    vertical-align: top;
  }

  .row-align-left\@sm {
    font-size: 0;
    clear: both;
    text-align: left;
  }
  .row-align-left\@sm > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-left\@sm > * {
      margin-right: -0.5px;
    }
  }

  .row-align-center\@sm {
    font-size: 0;
    clear: both;
    text-align: center;
  }
  .row-align-center\@sm > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-center\@sm > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@sm > * {
    text-align: left;
  }

  .row-align-right\@sm {
    font-size: 0;
    clear: both;
    text-align: right;
  }
  .row-align-right\@sm > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-right\@sm > * {
      margin-right: -0.5px;
    }
  }
  .row-align-right\@sm > * {
    text-align: left;
  }

  .row-align-middle\@sm {
    font-size: 0;
    clear: both;
    vertical-align: middle;
  }
  .row-align-middle\@sm > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-middle\@sm > * {
      margin-right: -0.5px;
    }
  }

  .row-align-top\@sm {
    font-size: 0;
    clear: both;
    vertical-align: top;
  }
  .row-align-top\@sm > * {
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-top\@sm > * {
      margin-right: -0.5px;
    }
  }

  .row-align-bottom\@sm {
    font-size: 0;
    clear: both;
    vertical-align: bottom;
  }
  .row-align-bottom\@sm > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-bottom\@sm > * {
      margin-right: -0.5px;
    }
  }

  .hide\@sm {
    display: none;
  }

  .not-visible\@sm {
    visibility: hidden;
  }

  .show\@sm {
    display: block;
  }

  .show-inline\@sm {
    display: inline-block;
  }

  .visible\@sm {
    visibility: visible;
  }

  .row-debug\@sm {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@sm:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.6666666667% 100%;
    z-index: 99999;
  }

  body {
    direction: ltr;
  }
}
@media screen and (min-width: 600px) {
  .gr-0\@md {
    width: 0%;
  }

  .push-0\@md {
    left: 0%;
  }

  .pull-0\@md {
    right: 0%;
  }

  .prefix-0\@md {
    margin-left: 0%;
  }

  .suffix-0\@md {
    margin-right: 0%;
  }

  .gr-1\@md {
    width: 8.3333333333%;
  }

  .push-1\@md {
    left: 8.3333333333%;
  }

  .pull-1\@md {
    right: 8.3333333333%;
  }

  .prefix-1\@md {
    margin-left: 8.3333333333%;
  }

  .suffix-1\@md {
    margin-right: 8.3333333333%;
  }

  .gr-2\@md {
    width: 16.6666666667%;
  }

  .push-2\@md {
    left: 16.6666666667%;
  }

  .pull-2\@md {
    right: 16.6666666667%;
  }

  .prefix-2\@md {
    margin-left: 16.6666666667%;
  }

  .suffix-2\@md {
    margin-right: 16.6666666667%;
  }

  .gr-3\@md {
    width: 25%;
  }

  .push-3\@md {
    left: 25%;
  }

  .pull-3\@md {
    right: 25%;
  }

  .prefix-3\@md {
    margin-left: 25%;
  }

  .suffix-3\@md {
    margin-right: 25%;
  }

  .gr-4\@md {
    width: 33.3333333333%;
  }

  .push-4\@md {
    left: 33.3333333333%;
  }

  .pull-4\@md {
    right: 33.3333333333%;
  }

  .prefix-4\@md {
    margin-left: 33.3333333333%;
  }

  .suffix-4\@md {
    margin-right: 33.3333333333%;
  }

  .gr-5\@md {
    width: 41.6666666667%;
  }

  .push-5\@md {
    left: 41.6666666667%;
  }

  .pull-5\@md {
    right: 41.6666666667%;
  }

  .prefix-5\@md {
    margin-left: 41.6666666667%;
  }

  .suffix-5\@md {
    margin-right: 41.6666666667%;
  }

  .gr-6\@md {
    width: 50%;
  }

  .push-6\@md {
    left: 50%;
  }

  .pull-6\@md {
    right: 50%;
  }

  .prefix-6\@md {
    margin-left: 50%;
  }

  .suffix-6\@md {
    margin-right: 50%;
  }

  .gr-7\@md {
    width: 58.3333333333%;
  }

  .push-7\@md {
    left: 58.3333333333%;
  }

  .pull-7\@md {
    right: 58.3333333333%;
  }

  .prefix-7\@md {
    margin-left: 58.3333333333%;
  }

  .suffix-7\@md {
    margin-right: 58.3333333333%;
  }

  .gr-8\@md {
    width: 66.6666666667%;
  }

  .push-8\@md {
    left: 66.6666666667%;
  }

  .pull-8\@md {
    right: 66.6666666667%;
  }

  .prefix-8\@md {
    margin-left: 66.6666666667%;
  }

  .suffix-8\@md {
    margin-right: 66.6666666667%;
  }

  .gr-9\@md {
    width: 75%;
  }

  .push-9\@md {
    left: 75%;
  }

  .pull-9\@md {
    right: 75%;
  }

  .prefix-9\@md {
    margin-left: 75%;
  }

  .suffix-9\@md {
    margin-right: 75%;
  }

  .gr-10\@md {
    width: 83.3333333333%;
  }

  .push-10\@md {
    left: 83.3333333333%;
  }

  .pull-10\@md {
    right: 83.3333333333%;
  }

  .prefix-10\@md {
    margin-left: 83.3333333333%;
  }

  .suffix-10\@md {
    margin-right: 83.3333333333%;
  }

  .gr-11\@md {
    width: 91.6666666667%;
  }

  .push-11\@md {
    left: 91.6666666667%;
  }

  .pull-11\@md {
    right: 91.6666666667%;
  }

  .prefix-11\@md {
    margin-left: 91.6666666667%;
  }

  .suffix-11\@md {
    margin-right: 91.6666666667%;
  }

  .gr-12\@md {
    width: 100%;
  }

  .push-12\@md {
    left: 100%;
  }

  .pull-12\@md {
    right: 100%;
  }

  .prefix-12\@md {
    margin-left: 100%;
  }

  .suffix-12\@md {
    margin-right: 100%;
  }

  .float-left\@md {
    float: left;
  }

  .float-right\@md {
    float: right;
  }

  .clear\@md {
    clear: both;
  }

  .clear-left\@md {
    clear: left;
  }

  .clear-right\@md {
    clear: right;
  }

  .no-gutter\@md {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .no-gutter-left\@md {
    padding-left: 0;
  }

  .no-gutter-right\@md {
    padding-right: 0;
  }

  .no-gutter-top\@md {
    padding-top: 0;
  }

  .no-gutter-bottom\@md {
    padding-bottom: 0;
  }

  .gutter\@md {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gutter-left\@md {
    padding-left: 10px;
  }

  .gutter-right\@md {
    padding-right: 10px;
  }

  .auto-height\@md {
    height: inherit;
  }

  .row\@md {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .row-reverse\@md {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .row-full\@md {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .col\@md {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .col-reverse\@md {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .gr-table\@md {
    display: table-cell;
    float: none;
    vertical-align: top;
  }

  .row-align-left\@md {
    font-size: 0;
    clear: both;
    text-align: left;
  }
  .row-align-left\@md > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-left\@md > * {
      margin-right: -0.5px;
    }
  }

  .row-align-center\@md {
    font-size: 0;
    clear: both;
    text-align: center;
  }
  .row-align-center\@md > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-center\@md > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@md > * {
    text-align: left;
  }

  .row-align-right\@md {
    font-size: 0;
    clear: both;
    text-align: right;
  }
  .row-align-right\@md > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-right\@md > * {
      margin-right: -0.5px;
    }
  }
  .row-align-right\@md > * {
    text-align: left;
  }

  .row-align-middle\@md {
    font-size: 0;
    clear: both;
    vertical-align: middle;
  }
  .row-align-middle\@md > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-middle\@md > * {
      margin-right: -0.5px;
    }
  }

  .row-align-top\@md {
    font-size: 0;
    clear: both;
    vertical-align: top;
  }
  .row-align-top\@md > * {
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-top\@md > * {
      margin-right: -0.5px;
    }
  }

  .row-align-bottom\@md {
    font-size: 0;
    clear: both;
    vertical-align: bottom;
  }
  .row-align-bottom\@md > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-bottom\@md > * {
      margin-right: -0.5px;
    }
  }

  .hide\@md {
    display: none;
  }

  .not-visible\@md {
    visibility: hidden;
  }

  .show\@md {
    display: block;
  }

  .show-inline\@md {
    display: inline-block;
  }

  .visible\@md {
    visibility: visible;
  }

  .row-debug\@md {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@md:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.6666666667% 100%;
    z-index: 99999;
  }

  body {
    direction: ltr;
  }
}
@media screen and (min-width: 950px) {
  .gr-0\@lg {
    width: 0%;
  }

  .push-0\@lg {
    left: 0%;
  }

  .pull-0\@lg {
    right: 0%;
  }

  .prefix-0\@lg {
    margin-left: 0%;
  }

  .suffix-0\@lg {
    margin-right: 0%;
  }

  .gr-1\@lg {
    width: 8.3333333333%;
  }

  .push-1\@lg {
    left: 8.3333333333%;
  }

  .pull-1\@lg {
    right: 8.3333333333%;
  }

  .prefix-1\@lg {
    margin-left: 8.3333333333%;
  }

  .suffix-1\@lg {
    margin-right: 8.3333333333%;
  }

  .gr-2\@lg {
    width: 16.6666666667%;
  }

  .push-2\@lg {
    left: 16.6666666667%;
  }

  .pull-2\@lg {
    right: 16.6666666667%;
  }

  .prefix-2\@lg {
    margin-left: 16.6666666667%;
  }

  .suffix-2\@lg {
    margin-right: 16.6666666667%;
  }

  .gr-3\@lg {
    width: 25%;
  }

  .push-3\@lg {
    left: 25%;
  }

  .pull-3\@lg {
    right: 25%;
  }

  .prefix-3\@lg {
    margin-left: 25%;
  }

  .suffix-3\@lg {
    margin-right: 25%;
  }

  .gr-4\@lg {
    width: 33.3333333333%;
  }

  .push-4\@lg {
    left: 33.3333333333%;
  }

  .pull-4\@lg {
    right: 33.3333333333%;
  }

  .prefix-4\@lg {
    margin-left: 33.3333333333%;
  }

  .suffix-4\@lg {
    margin-right: 33.3333333333%;
  }

  .gr-5\@lg {
    width: 41.6666666667%;
  }

  .push-5\@lg {
    left: 41.6666666667%;
  }

  .pull-5\@lg {
    right: 41.6666666667%;
  }

  .prefix-5\@lg {
    margin-left: 41.6666666667%;
  }

  .suffix-5\@lg {
    margin-right: 41.6666666667%;
  }

  .gr-6\@lg {
    width: 50%;
  }

  .push-6\@lg {
    left: 50%;
  }

  .pull-6\@lg {
    right: 50%;
  }

  .prefix-6\@lg {
    margin-left: 50%;
  }

  .suffix-6\@lg {
    margin-right: 50%;
  }

  .gr-7\@lg {
    width: 58.3333333333%;
  }

  .push-7\@lg {
    left: 58.3333333333%;
  }

  .pull-7\@lg {
    right: 58.3333333333%;
  }

  .prefix-7\@lg {
    margin-left: 58.3333333333%;
  }

  .suffix-7\@lg {
    margin-right: 58.3333333333%;
  }

  .gr-8\@lg {
    width: 66.6666666667%;
  }

  .push-8\@lg {
    left: 66.6666666667%;
  }

  .pull-8\@lg {
    right: 66.6666666667%;
  }

  .prefix-8\@lg {
    margin-left: 66.6666666667%;
  }

  .suffix-8\@lg {
    margin-right: 66.6666666667%;
  }

  .gr-9\@lg {
    width: 75%;
  }

  .push-9\@lg {
    left: 75%;
  }

  .pull-9\@lg {
    right: 75%;
  }

  .prefix-9\@lg {
    margin-left: 75%;
  }

  .suffix-9\@lg {
    margin-right: 75%;
  }

  .gr-10\@lg {
    width: 83.3333333333%;
  }

  .push-10\@lg {
    left: 83.3333333333%;
  }

  .pull-10\@lg {
    right: 83.3333333333%;
  }

  .prefix-10\@lg {
    margin-left: 83.3333333333%;
  }

  .suffix-10\@lg {
    margin-right: 83.3333333333%;
  }

  .gr-11\@lg {
    width: 91.6666666667%;
  }

  .push-11\@lg {
    left: 91.6666666667%;
  }

  .pull-11\@lg {
    right: 91.6666666667%;
  }

  .prefix-11\@lg {
    margin-left: 91.6666666667%;
  }

  .suffix-11\@lg {
    margin-right: 91.6666666667%;
  }

  .gr-12\@lg {
    width: 100%;
  }

  .push-12\@lg {
    left: 100%;
  }

  .pull-12\@lg {
    right: 100%;
  }

  .prefix-12\@lg {
    margin-left: 100%;
  }

  .suffix-12\@lg {
    margin-right: 100%;
  }

  .float-left\@lg {
    float: left;
  }

  .float-right\@lg {
    float: right;
  }

  .clear\@lg {
    clear: both;
  }

  .clear-left\@lg {
    clear: left;
  }

  .clear-right\@lg {
    clear: right;
  }

  .no-gutter\@lg {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .no-gutter-left\@lg {
    padding-left: 0;
  }

  .no-gutter-right\@lg {
    padding-right: 0;
  }

  .no-gutter-top\@lg {
    padding-top: 0;
  }

  .no-gutter-bottom\@lg {
    padding-bottom: 0;
  }

  .gutter\@lg {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gutter-left\@lg {
    padding-left: 10px;
  }

  .gutter-right\@lg {
    padding-right: 10px;
  }

  .auto-height\@lg {
    height: inherit;
  }

  .row\@lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .row-reverse\@lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .row-full\@lg {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .col\@lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .col-reverse\@lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .gr-table\@lg {
    display: table-cell;
    float: none;
    vertical-align: top;
  }

  .row-align-left\@lg {
    font-size: 0;
    clear: both;
    text-align: left;
  }
  .row-align-left\@lg > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-left\@lg > * {
      margin-right: -0.5px;
    }
  }

  .row-align-center\@lg {
    font-size: 0;
    clear: both;
    text-align: center;
  }
  .row-align-center\@lg > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-center\@lg > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@lg > * {
    text-align: left;
  }

  .row-align-right\@lg {
    font-size: 0;
    clear: both;
    text-align: right;
  }
  .row-align-right\@lg > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-right\@lg > * {
      margin-right: -0.5px;
    }
  }
  .row-align-right\@lg > * {
    text-align: left;
  }

  .row-align-middle\@lg {
    font-size: 0;
    clear: both;
    vertical-align: middle;
  }
  .row-align-middle\@lg > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-middle\@lg > * {
      margin-right: -0.5px;
    }
  }

  .row-align-top\@lg {
    font-size: 0;
    clear: both;
    vertical-align: top;
  }
  .row-align-top\@lg > * {
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-top\@lg > * {
      margin-right: -0.5px;
    }
  }

  .row-align-bottom\@lg {
    font-size: 0;
    clear: both;
    vertical-align: bottom;
  }
  .row-align-bottom\@lg > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-bottom\@lg > * {
      margin-right: -0.5px;
    }
  }

  .hide\@lg {
    display: none;
  }

  .not-visible\@lg {
    visibility: hidden;
  }

  .show\@lg {
    display: block;
  }

  .show-inline\@lg {
    display: inline-block;
  }

  .visible\@lg {
    visibility: visible;
  }

  .row-debug\@lg {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@lg:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.6666666667% 100%;
    z-index: 99999;
  }

  body {
    direction: ltr;
  }
}
@media screen and (min-width: 1055px) {
  .gr-0\@xl {
    width: 0%;
  }

  .push-0\@xl {
    left: 0%;
  }

  .pull-0\@xl {
    right: 0%;
  }

  .prefix-0\@xl {
    margin-left: 0%;
  }

  .suffix-0\@xl {
    margin-right: 0%;
  }

  .gr-1\@xl {
    width: 8.3333333333%;
  }

  .push-1\@xl {
    left: 8.3333333333%;
  }

  .pull-1\@xl {
    right: 8.3333333333%;
  }

  .prefix-1\@xl {
    margin-left: 8.3333333333%;
  }

  .suffix-1\@xl {
    margin-right: 8.3333333333%;
  }

  .gr-2\@xl {
    width: 16.6666666667%;
  }

  .push-2\@xl {
    left: 16.6666666667%;
  }

  .pull-2\@xl {
    right: 16.6666666667%;
  }

  .prefix-2\@xl {
    margin-left: 16.6666666667%;
  }

  .suffix-2\@xl {
    margin-right: 16.6666666667%;
  }

  .gr-3\@xl {
    width: 25%;
  }

  .push-3\@xl {
    left: 25%;
  }

  .pull-3\@xl {
    right: 25%;
  }

  .prefix-3\@xl {
    margin-left: 25%;
  }

  .suffix-3\@xl {
    margin-right: 25%;
  }

  .gr-4\@xl {
    width: 33.3333333333%;
  }

  .push-4\@xl {
    left: 33.3333333333%;
  }

  .pull-4\@xl {
    right: 33.3333333333%;
  }

  .prefix-4\@xl {
    margin-left: 33.3333333333%;
  }

  .suffix-4\@xl {
    margin-right: 33.3333333333%;
  }

  .gr-5\@xl {
    width: 41.6666666667%;
  }

  .push-5\@xl {
    left: 41.6666666667%;
  }

  .pull-5\@xl {
    right: 41.6666666667%;
  }

  .prefix-5\@xl {
    margin-left: 41.6666666667%;
  }

  .suffix-5\@xl {
    margin-right: 41.6666666667%;
  }

  .gr-6\@xl {
    width: 50%;
  }

  .push-6\@xl {
    left: 50%;
  }

  .pull-6\@xl {
    right: 50%;
  }

  .prefix-6\@xl {
    margin-left: 50%;
  }

  .suffix-6\@xl {
    margin-right: 50%;
  }

  .gr-7\@xl {
    width: 58.3333333333%;
  }

  .push-7\@xl {
    left: 58.3333333333%;
  }

  .pull-7\@xl {
    right: 58.3333333333%;
  }

  .prefix-7\@xl {
    margin-left: 58.3333333333%;
  }

  .suffix-7\@xl {
    margin-right: 58.3333333333%;
  }

  .gr-8\@xl {
    width: 66.6666666667%;
  }

  .push-8\@xl {
    left: 66.6666666667%;
  }

  .pull-8\@xl {
    right: 66.6666666667%;
  }

  .prefix-8\@xl {
    margin-left: 66.6666666667%;
  }

  .suffix-8\@xl {
    margin-right: 66.6666666667%;
  }

  .gr-9\@xl {
    width: 75%;
  }

  .push-9\@xl {
    left: 75%;
  }

  .pull-9\@xl {
    right: 75%;
  }

  .prefix-9\@xl {
    margin-left: 75%;
  }

  .suffix-9\@xl {
    margin-right: 75%;
  }

  .gr-10\@xl {
    width: 83.3333333333%;
  }

  .push-10\@xl {
    left: 83.3333333333%;
  }

  .pull-10\@xl {
    right: 83.3333333333%;
  }

  .prefix-10\@xl {
    margin-left: 83.3333333333%;
  }

  .suffix-10\@xl {
    margin-right: 83.3333333333%;
  }

  .gr-11\@xl {
    width: 91.6666666667%;
  }

  .push-11\@xl {
    left: 91.6666666667%;
  }

  .pull-11\@xl {
    right: 91.6666666667%;
  }

  .prefix-11\@xl {
    margin-left: 91.6666666667%;
  }

  .suffix-11\@xl {
    margin-right: 91.6666666667%;
  }

  .gr-12\@xl {
    width: 100%;
  }

  .push-12\@xl {
    left: 100%;
  }

  .pull-12\@xl {
    right: 100%;
  }

  .prefix-12\@xl {
    margin-left: 100%;
  }

  .suffix-12\@xl {
    margin-right: 100%;
  }

  .float-left\@xl {
    float: left;
  }

  .float-right\@xl {
    float: right;
  }

  .clear\@xl {
    clear: both;
  }

  .clear-left\@xl {
    clear: left;
  }

  .clear-right\@xl {
    clear: right;
  }

  .no-gutter\@xl {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .no-gutter-left\@xl {
    padding-left: 0;
  }

  .no-gutter-right\@xl {
    padding-right: 0;
  }

  .no-gutter-top\@xl {
    padding-top: 0;
  }

  .no-gutter-bottom\@xl {
    padding-bottom: 0;
  }

  .gutter\@xl {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gutter-left\@xl {
    padding-left: 10px;
  }

  .gutter-right\@xl {
    padding-right: 10px;
  }

  .auto-height\@xl {
    height: inherit;
  }

  .row\@xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .row-reverse\@xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .row-full\@xl {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .col\@xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .col-reverse\@xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .gr-table\@xl {
    display: table-cell;
    float: none;
    vertical-align: top;
  }

  .row-align-left\@xl {
    font-size: 0;
    clear: both;
    text-align: left;
  }
  .row-align-left\@xl > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-left\@xl > * {
      margin-right: -0.5px;
    }
  }

  .row-align-center\@xl {
    font-size: 0;
    clear: both;
    text-align: center;
  }
  .row-align-center\@xl > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-center\@xl > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@xl > * {
    text-align: left;
  }

  .row-align-right\@xl {
    font-size: 0;
    clear: both;
    text-align: right;
  }
  .row-align-right\@xl > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-right\@xl > * {
      margin-right: -0.5px;
    }
  }
  .row-align-right\@xl > * {
    text-align: left;
  }

  .row-align-middle\@xl {
    font-size: 0;
    clear: both;
    vertical-align: middle;
  }
  .row-align-middle\@xl > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-middle\@xl > * {
      margin-right: -0.5px;
    }
  }

  .row-align-top\@xl {
    font-size: 0;
    clear: both;
    vertical-align: top;
  }
  .row-align-top\@xl > * {
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-top\@xl > * {
      margin-right: -0.5px;
    }
  }

  .row-align-bottom\@xl {
    font-size: 0;
    clear: both;
    vertical-align: bottom;
  }
  .row-align-bottom\@xl > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-bottom\@xl > * {
      margin-right: -0.5px;
    }
  }

  .hide\@xl {
    display: none;
  }

  .not-visible\@xl {
    visibility: hidden;
  }

  .show\@xl {
    display: block;
  }

  .show-inline\@xl {
    display: inline-block;
  }

  .visible\@xl {
    visibility: visible;
  }

  .row-debug\@xl {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@xl:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.6666666667% 100%;
    z-index: 99999;
  }

  body {
    direction: ltr;
  }
}
@media screen and (min-width: 1430px) {
  .gr-0\@xxl {
    width: 0%;
  }

  .push-0\@xxl {
    left: 0%;
  }

  .pull-0\@xxl {
    right: 0%;
  }

  .prefix-0\@xxl {
    margin-left: 0%;
  }

  .suffix-0\@xxl {
    margin-right: 0%;
  }

  .gr-1\@xxl {
    width: 8.3333333333%;
  }

  .push-1\@xxl {
    left: 8.3333333333%;
  }

  .pull-1\@xxl {
    right: 8.3333333333%;
  }

  .prefix-1\@xxl {
    margin-left: 8.3333333333%;
  }

  .suffix-1\@xxl {
    margin-right: 8.3333333333%;
  }

  .gr-2\@xxl {
    width: 16.6666666667%;
  }

  .push-2\@xxl {
    left: 16.6666666667%;
  }

  .pull-2\@xxl {
    right: 16.6666666667%;
  }

  .prefix-2\@xxl {
    margin-left: 16.6666666667%;
  }

  .suffix-2\@xxl {
    margin-right: 16.6666666667%;
  }

  .gr-3\@xxl {
    width: 25%;
  }

  .push-3\@xxl {
    left: 25%;
  }

  .pull-3\@xxl {
    right: 25%;
  }

  .prefix-3\@xxl {
    margin-left: 25%;
  }

  .suffix-3\@xxl {
    margin-right: 25%;
  }

  .gr-4\@xxl {
    width: 33.3333333333%;
  }

  .push-4\@xxl {
    left: 33.3333333333%;
  }

  .pull-4\@xxl {
    right: 33.3333333333%;
  }

  .prefix-4\@xxl {
    margin-left: 33.3333333333%;
  }

  .suffix-4\@xxl {
    margin-right: 33.3333333333%;
  }

  .gr-5\@xxl {
    width: 41.6666666667%;
  }

  .push-5\@xxl {
    left: 41.6666666667%;
  }

  .pull-5\@xxl {
    right: 41.6666666667%;
  }

  .prefix-5\@xxl {
    margin-left: 41.6666666667%;
  }

  .suffix-5\@xxl {
    margin-right: 41.6666666667%;
  }

  .gr-6\@xxl {
    width: 50%;
  }

  .push-6\@xxl {
    left: 50%;
  }

  .pull-6\@xxl {
    right: 50%;
  }

  .prefix-6\@xxl {
    margin-left: 50%;
  }

  .suffix-6\@xxl {
    margin-right: 50%;
  }

  .gr-7\@xxl {
    width: 58.3333333333%;
  }

  .push-7\@xxl {
    left: 58.3333333333%;
  }

  .pull-7\@xxl {
    right: 58.3333333333%;
  }

  .prefix-7\@xxl {
    margin-left: 58.3333333333%;
  }

  .suffix-7\@xxl {
    margin-right: 58.3333333333%;
  }

  .gr-8\@xxl {
    width: 66.6666666667%;
  }

  .push-8\@xxl {
    left: 66.6666666667%;
  }

  .pull-8\@xxl {
    right: 66.6666666667%;
  }

  .prefix-8\@xxl {
    margin-left: 66.6666666667%;
  }

  .suffix-8\@xxl {
    margin-right: 66.6666666667%;
  }

  .gr-9\@xxl {
    width: 75%;
  }

  .push-9\@xxl {
    left: 75%;
  }

  .pull-9\@xxl {
    right: 75%;
  }

  .prefix-9\@xxl {
    margin-left: 75%;
  }

  .suffix-9\@xxl {
    margin-right: 75%;
  }

  .gr-10\@xxl {
    width: 83.3333333333%;
  }

  .push-10\@xxl {
    left: 83.3333333333%;
  }

  .pull-10\@xxl {
    right: 83.3333333333%;
  }

  .prefix-10\@xxl {
    margin-left: 83.3333333333%;
  }

  .suffix-10\@xxl {
    margin-right: 83.3333333333%;
  }

  .gr-11\@xxl {
    width: 91.6666666667%;
  }

  .push-11\@xxl {
    left: 91.6666666667%;
  }

  .pull-11\@xxl {
    right: 91.6666666667%;
  }

  .prefix-11\@xxl {
    margin-left: 91.6666666667%;
  }

  .suffix-11\@xxl {
    margin-right: 91.6666666667%;
  }

  .gr-12\@xxl {
    width: 100%;
  }

  .push-12\@xxl {
    left: 100%;
  }

  .pull-12\@xxl {
    right: 100%;
  }

  .prefix-12\@xxl {
    margin-left: 100%;
  }

  .suffix-12\@xxl {
    margin-right: 100%;
  }

  .float-left\@xxl {
    float: left;
  }

  .float-right\@xxl {
    float: right;
  }

  .clear\@xxl {
    clear: both;
  }

  .clear-left\@xxl {
    clear: left;
  }

  .clear-right\@xxl {
    clear: right;
  }

  .no-gutter\@xxl {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .no-gutter-left\@xxl {
    padding-left: 0;
  }

  .no-gutter-right\@xxl {
    padding-right: 0;
  }

  .no-gutter-top\@xxl {
    padding-top: 0;
  }

  .no-gutter-bottom\@xxl {
    padding-bottom: 0;
  }

  .gutter\@xxl {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gutter-left\@xxl {
    padding-left: 10px;
  }

  .gutter-right\@xxl {
    padding-right: 10px;
  }

  .auto-height\@xxl {
    height: inherit;
  }

  .row\@xxl {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .row-reverse\@xxl {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .row-full\@xxl {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .col\@xxl {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .col-reverse\@xxl {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }

  .gr-table\@xxl {
    display: table-cell;
    float: none;
    vertical-align: top;
  }

  .row-align-left\@xxl {
    font-size: 0;
    clear: both;
    text-align: left;
  }
  .row-align-left\@xxl > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-left\@xxl > * {
      margin-right: -0.5px;
    }
  }

  .row-align-center\@xxl {
    font-size: 0;
    clear: both;
    text-align: center;
  }
  .row-align-center\@xxl > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-center\@xxl > * {
      margin-right: -0.5px;
    }
  }
  .row-align-center\@xxl > * {
    text-align: left;
  }

  .row-align-right\@xxl {
    font-size: 0;
    clear: both;
    text-align: right;
  }
  .row-align-right\@xxl > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-right\@xxl > * {
      margin-right: -0.5px;
    }
  }
  .row-align-right\@xxl > * {
    text-align: left;
  }

  .row-align-middle\@xxl {
    font-size: 0;
    clear: both;
    vertical-align: middle;
  }
  .row-align-middle\@xxl > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-middle\@xxl > * {
      margin-right: -0.5px;
    }
  }

  .row-align-top\@xxl {
    font-size: 0;
    clear: both;
    vertical-align: top;
  }
  .row-align-top\@xxl > * {
    float: none !important;
    vertical-align: top;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-top\@xxl > * {
      margin-right: -0.5px;
    }
  }

  .row-align-bottom\@xxl {
    font-size: 0;
    clear: both;
    vertical-align: bottom;
  }
  .row-align-bottom\@xxl > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .row-align-bottom\@xxl > * {
      margin-right: -0.5px;
    }
  }

  .hide\@xxl {
    display: none;
  }

  .not-visible\@xxl {
    visibility: hidden;
  }

  .show\@xxl {
    display: block;
  }

  .show-inline\@xxl {
    display: inline-block;
  }

  .visible\@xxl {
    visibility: visible;
  }

  .row-debug\@xxl {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }
  .row-debug\@xxl:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.6666666667% 100%;
    z-index: 99999;
  }

  body {
    direction: ltr;
  }
}
@media screen and (max-width: 320px) {
  .gr-0, .gr-1, .gr-2, .gr-3, .gr-4, .gr-5, .gr-6, .gr-7, .gr-8, .gr-9, .gr-10, .gr-11, .gr-12, .gr-0\@xs, .gr-1\@xs, .gr-2\@xs, .gr-3\@xs, .gr-4\@xs, .gr-5\@xs, .gr-6\@xs, .gr-7\@xs, .gr-8\@xs, .gr-9\@xs, .gr-10\@xs, .gr-11\@xs, .gr-12\@xs, .gr-0\@sm, .gr-1\@sm, .gr-2\@sm, .gr-3\@sm, .gr-4\@sm, .gr-5\@sm, .gr-6\@sm, .gr-7\@sm, .gr-8\@sm, .gr-9\@sm, .gr-10\@sm, .gr-11\@sm, .gr-12\@sm, .gr-0\@md, .gr-1\@md, .gr-2\@md, .gr-3\@md, .gr-4\@md, .gr-5\@md, .gr-6\@md, .gr-7\@md, .gr-8\@md, .gr-9\@md, .gr-10\@md, .gr-11\@md, .gr-12\@md, .gr-0\@lg, .gr-1\@lg, .gr-2\@lg, .gr-3\@lg, .gr-4\@lg, .gr-5\@lg, .gr-6\@lg, .gr-7\@lg, .gr-8\@lg, .gr-9\@lg, .gr-10\@lg, .gr-11\@lg, .gr-12\@lg, .gr-0\@xl, .gr-1\@xl, .gr-2\@xl, .gr-3\@xl, .gr-4\@xl, .gr-5\@xl, .gr-6\@xl, .gr-7\@xl, .gr-8\@xl, .gr-9\@xl, .gr-10\@xl, .gr-11\@xl, .gr-12\@xl, .gr-0\@xxl, .gr-1\@xxl, .gr-2\@xxl, .gr-3\@xxl, .gr-4\@xxl, .gr-5\@xxl, .gr-6\@xxl, .gr-7\@xxl, .gr-8\@xxl, .gr-9\@xxl, .gr-10\@xxl, .gr-11\@xxl, .gr-12\@xxl {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gr-grow, .gr-grow\@xs, .gr-grow\@sm, .gr-grow\@md, .gr-grow\@lg, .gr-grow\@xl, .gr-grow\@xxl {
    padding-right: 5px;
    padding-left: 5px;
  }

  .gr-adapt, .gr-adapt\@xs, .gr-adapt\@sm, .gr-adapt\@md, .gr-adapt\@lg, .gr-adapt\@xl, .gr-adapt\@xxl {
    padding-right: 5px;
    padding-left: 5px;
  }
}
[class*=gr] > [class*=row],
[class*=gr] > [class*=col] {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 320px) {
  [class*=gr] > [class*=row],
[class*=gr] > [class*=col] {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 480px) {
  [class*=gr] > [class*=row],
[class*=gr] > [class*=col] {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 600px) {
  [class*=gr] > [class*=row],
[class*=gr] > [class*=col] {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 950px) {
  [class*=gr] > [class*=row],
[class*=gr] > [class*=col] {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 1055px) {
  [class*=gr] > [class*=row],
[class*=gr] > [class*=col] {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 1430px) {
  [class*=gr] > [class*=row],
[class*=gr] > [class*=col] {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.field-validation-error,
.validation-summary-errors {
  font-size: 14px;
  font-size: 0.875rem;
  color: #D34627;
}
.field-validation-error > ul,
.validation-summary-errors > ul {
  padding-left: 0;
  margin: 0;
}

.form-item {
  margin-bottom: 24px;
}

.character-counter {
  display: block;
  font-size: 12px;
  text-align: right;
}
.character-counter.over {
  color: #D34627;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  border: 0;
  color: #4A4A4A;
  display: block;
  line-height: normal;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  legend {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  label {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
label span.label {
  margin-bottom: 8px;
  display: block;
}
label .field-validation {
  text-transform: none;
}
label .tip {
  font-weight: bold;
}
label .tip:hover, label .tip:active, label .tip:focus {
  text-decoration: underline;
}

/**
 * checkbox html
 *
 * <label class="checkbox">
 *     <input />
 *     <span class="label">Text</span>
 * </label>
 *
 * Notes:
 * [1] MVC views using @Html.CheckboxFor() render two inputs to handle server-side validation,
 * and the order of the checkbox + span isn't guaranteed.
 */
.checkbox {
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  min-height: 24px;
  position: relative;
  text-transform: none;
}
.checkbox input[type=checkbox], .checkbox textarea[type=checkbox].decorated {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.checkbox input[type=checkbox]:checked ~ span, .checkbox textarea[type=checkbox].decorated:checked ~ span {
  /* [1] */
}
.checkbox input[type=checkbox]:checked ~ span:before, .checkbox textarea[type=checkbox].decorated:checked ~ span:before {
  background: #00B265;
  border-color: #00B265;
}
.checkbox input[type=checkbox]:checked ~ span:after, .checkbox textarea[type=checkbox].decorated:checked ~ span:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 100;
}
.checkbox input[type=checkbox].input-validation-error ~ .label:before, .checkbox textarea[type=checkbox].input-validation-error.decorated ~ .label:before {
  border-color: #D34627;
}
.checkbox input[type=checkbox][disabled] ~ .label, .checkbox textarea[type=checkbox][disabled].decorated ~ .label {
  color: #9b9b9b;
  cursor: default;
}
.checkbox input[type=checkbox][disabled] ~ .label:before, .checkbox textarea[type=checkbox][disabled].decorated ~ .label:before {
  background: #fff;
  border-color: #9B9B9B;
}
.checkbox input[type=checkbox][disabled]:checked ~ .label:before, .checkbox textarea[type=checkbox][disabled].decorated:checked ~ .label:before {
  background: #9b9b9b;
}
.checkbox:hover span:before,
.checkbox input[type=checkbox]:focus ~ span:before,
.checkbox textarea[type=checkbox].decorated:focus ~ span:before {
  box-shadow: 0 0 0 3px #E4E4E4;
}
.checkbox:hover input[disabled] ~ span:before, .checkbox:hover textarea[disabled].decorated ~ span:before {
  box-shadow: none !important;
}
.checkbox span:before {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #FFFFFF;
  border: 1px solid #4A4A4A;
  box-sizing: border-box;
  content: "";
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
}
.checkbox span:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: transparent;
  border: 2px solid #FFFFFF;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox .label {
  display: block;
  font-weight: normal;
  line-height: normal;
  margin-left: 28px;
}

/**
 * Toggles are checkboxes with a fancy slider-esq display
 *
 * <label class="checkbox toggle">
 *     <input type='checkbox' />
 *     <div class="toggle-handle"></div>
 * </label>
 */
label.checkbox.toggle {
  border: 0;
  min-height: 21px;
  padding: 0;
  text-transform: none;
  width: 35px;
}
label.checkbox.toggle input, label.checkbox.toggle textarea.decorated {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
label.checkbox.toggle .toggle-handle {
  background: #E4E4E4;
  border-radius: 10px;
  min-height: 21px;
  width: 100%;
}
label.checkbox.toggle .toggle-handle:after {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #FFFFFF;
  border: 1px solid #4A4A4A;
  content: "";
  height: 19px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 19px;
}
label.checkbox.toggle .toggle-handle:hover:after, label.checkbox.toggle .toggle-handle:focus:after {
  border-color: #02874D;
  -webkit-box-shadow: 0px 0px 0px 3px #E4E4E4;
  -moz-box-shadow: 0px 0px 0px 3px #E4E4E4;
  box-shadow: 0px 0px 0px 3px #E4E4E4;
}
label.checkbox.toggle input:checked ~ .toggle-handle, label.checkbox.toggle textarea.decorated:checked ~ .toggle-handle {
  background: #00B265;
}
label.checkbox.toggle input:checked ~ .toggle-handle:after, label.checkbox.toggle textarea.decorated:checked ~ .toggle-handle:after {
  border: 1px solid #00B265;
  left: auto;
  right: 0px;
}

/**
 * radio html
 *
 * <label class="radio">
 *     <input />
 *     <span class="label">Text</span>
 * </label>
 */
.radio {
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  min-width: 30px;
  position: relative;
  text-transform: none;
}
.radio.label-inline {
  min-height: 24px;
}
.radio.label-inline span:before {
  right: auto;
}
.radio.label-inline span:after {
  right: auto;
  left: 4px;
}
.radio.label-inline .label {
  display: inline;
  text-align: left;
  margin-top: 0;
  margin-left: 28px;
}
.radio input[type=radio], .radio textarea[type=radio].decorated {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.radio:hover input[type=radio] + span:before, .radio:hover textarea[type=radio].decorated + span:before,
.radio input[type=radio]:focus + span:before,
.radio textarea[type=radio].decorated:focus + span:before {
  -webkit-box-shadow: 0px 0px 0px 3px #E4E4E4;
  -moz-box-shadow: 0px 0px 0px 3px #E4E4E4;
  box-shadow: 0px 0px 0px 3px #E4E4E4;
}
.radio:hover input[disabled] + span:before, .radio:hover textarea[disabled].decorated + span:before {
  box-shadow: none !important;
}
.radio input[type=radio]:checked + span:before, .radio textarea[type=radio].decorated:checked + span:before {
  border-color: #00B265;
}
.radio input[type=radio]:checked + span:after, .radio textarea[type=radio].decorated:checked + span:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.radio span:before {
  background: #FFFFFF;
  box-sizing: border-box;
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #4A4A4A;
}
.radio span:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: #00B265;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.radio input[disabled] ~ span, .radio textarea[disabled].decorated ~ span,
.radio input[disabled]:checked ~ span {
  cursor: default;
}
.radio input[disabled] ~ span:before, .radio textarea[disabled].decorated ~ span:before, .radio input[disabled] ~ span:after, .radio textarea[disabled].decorated ~ span:after,
.radio input[disabled]:checked ~ span:before,
.radio input[disabled]:checked ~ span:after {
  border-color: #9B9B9B;
}
.radio input[disabled] ~ span:after, .radio textarea[disabled].decorated ~ span:after,
.radio input[disabled]:checked ~ span:after {
  background-color: #9B9B9B;
}
.radio .label {
  display: block;
  font-weight: normal;
  margin-top: 28px;
  text-align: center;
}

.radio-button-group {
  clear: both;
}
.radio-button-group + .radio-button-group {
  padding-top: 1em;
  border-top: 1px solid #E4E4E4;
}
.radio-button-group .radio {
  width: 33.3333333333%;
}
@media screen and (max-width: 320px) {
  .radio-button-group .radio {
    padding-right: 5px;
    padding-left: 5px;
  }
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  resize: vertical;
  outline: none;
  overflow: auto;
  width: 100%;
  padding: 0 1em 0 0;
}
textarea.autosize {
  min-height: 46px;
  max-height: 300px;
}
input, textarea.decorated {
  box-sizing: border-box;
  font-size: inherit;
}
input[type=number], input[type=password], input[type=text], textarea.decorated, input[type=email] {
  background: #FFFFFF;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
  color: #4A4A4A;
  padding: 10px 12px;
  width: 100%;
  margin-bottom: 5px;
}
input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea.decorated::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
  color: #9B9B9B;
}
input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=text]:-moz-placeholder, textarea.decorated:-moz-placeholder, input[type=email]:-moz-placeholder {
  color: #9B9B9B;
}
input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=text]::-moz-placeholder, textarea.decorated::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: #9B9B9B;
}
input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, textarea.decorated:-ms-input-placeholder, input[type=email]:-ms-input-placeholder {
  color: #9B9B9B;
}
input[type=number]:focus, input[type=number]:active, input[type=password]:focus, input[type=password]:active, input[type=text]:focus, textarea.decorated:focus, input[type=text]:active, textarea.decorated:active, input[type=email]:focus, input[type=email]:active {
  border-color: #00B265;
  box-shadow: 0 0 5px #00B265;
  outline: none;
}
input[type=number].input-validation-error, input[type=number].error, input[type=password].input-validation-error, input[type=password].error, input[type=text].input-validation-error, textarea.input-validation-error.decorated, input[type=text].error, textarea.error.decorated, input[type=email].input-validation-error, input[type=email].error {
  border-color: #D34627;
}
input[type=number].input-validation-error:focus, input[type=number].input-validation-error:active, input[type=number].error:focus, input[type=number].error:active, input[type=password].input-validation-error:focus, input[type=password].input-validation-error:active, input[type=password].error:focus, input[type=password].error:active, input[type=text].input-validation-error:focus, textarea.input-validation-error.decorated:focus, input[type=text].input-validation-error:active, textarea.input-validation-error.decorated:active, input[type=text].error:focus, textarea.error.decorated:focus, input[type=text].error:active, textarea.error.decorated:active, input[type=email].input-validation-error:focus, input[type=email].input-validation-error:active, input[type=email].error:focus, input[type=email].error:active {
  box-shadow: 0 0 5px #D34627;
}
input[type=number]:-webkit-autofill, input[type=password]:-webkit-autofill, input[type=text]:-webkit-autofill, textarea.decorated:-webkit-autofill, input[type=email]:-webkit-autofill {
  -webkit-text-fill-color: #4A4A4A;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}
input[type=number].inline, input[type=password].inline, input[type=text].inline, textarea.inline.decorated, input[type=email].inline {
  width: auto;
  display: inline-block;
}
input[type=number][disabled], input[type=password][disabled], input[type=text][disabled], textarea[disabled].decorated, input[type=email][disabled] {
  background-color: #F5F5F5;
  border-color: #9B9B9B;
  color: #9B9B9B;
}
input[type=number][disabled]:active, input[type=password][disabled]:active, input[type=text][disabled]:active, textarea[disabled].decorated:active, input[type=email][disabled]:active {
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFFFFF url(/app/ui-icons/icons/global/caret-down.svg) no-repeat;
  background-position: 98% 50%;
  background-position: calc(100% - 12px) 50%;
  background-size: 16px 16px;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
  box-sizing: border-box;
  color: #4A4A4A;
  cursor: pointer;
  display: block;
  padding: 8px 12px;
  padding-right: 40px;
  width: 100%;
}
select::-ms-expand {
  display: none;
}
select:focus, select:active {
  -webkit-box-shadow: 0px 0px 5px 0px #00B265;
  -moz-box-shadow: 0px 0px 5px 0px #00B265;
  box-shadow: 0px 0px 5px 0px #00B265;
  background-image: url(/app/ui-icons/icons/global/caret-down-hover.svg);
  border-color: #00B265;
  outline: none;
}
select.input-validation-error, select.error {
  background-image: url(/app/ui-icons/icons/global/caret-down-error.svg);
  border-color: #D34627;
}
select.input-validation-error:focus, select.input-validation-error:active, select.error:focus, select.error:active {
  box-shadow: 0 0 5px #D34627;
}
select[disabled] {
  background-color: #F5F5F5;
  background-image: none;
  cursor: default;
}
select[disabled]:hover {
  background-image: none;
}
select[multiple], select[size] {
  height: auto;
}

.form-heading {
  text-align: left;
  display: block;
  clear: both;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 320px) {
  .form-heading {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.form-heading button {
  background: none;
  border: none;
  color: #00B265;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-left: 0.5em;
  font-size: 0.75em;
}
.form-heading button:focus {
  outline: none;
}
.form-heading small {
  display: block;
  font-weight: 400;
  font-size: 60%;
}
.form-heading span {
  margin-left: 0.5em;
  font-size: 0.75em;
  font-weight: normal;
}
.form-heading span.label-admin {
  color: #E0B70A;
  text-transform: uppercase;
}

.input-required span {
  position: absolute;
  left: -9999em;
}
.input-required:after {
  content: "*";
}

select {
  background-image: url(../../app/ui-icons/icons/global/caret-down.svg);
}
select:focus, select:active {
  background-image: url(../../app/ui-icons/icons/global/caret-down-hover.svg);
}
select.input-validation-error, select.error {
  background-image: url(../../app/ui-icons/icons/global/caret-down-error.svg);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

/* -------------------------------------------- */
#Content .span-24,
#Content .container {
  width: 970px;
}

.sidebar {
  width: 250px;
}
.sidebar.prepend-1 {
  padding-left: 40px;
}

.inplace_field {
  width: 100%;
  resize: vertical;
}

.InformationWidget h3 {
  margin-bottom: 0.5em;
}
.InformationWidget .AlignRight {
  font-size: 0.85em;
}
.InformationWidget .Callout {
  background-color: #f9f7f5;
  padding: 0.75rem;
}

.cacheImage {
  display: inline-block;
  float: left;
  margin-right: 12px;
}

.minorCacheDetails {
  display: table;
  color: #594a42;
  font-size: 0.75rem;
}
.minorCacheDetails > div {
  display: table-cell;
  padding-right: 15px;
}

.CacheSize .minorCacheDetails,
.minorCacheDetails .hasICalendar {
  display: inline;
}

/* -----------------------------------------------------------------------
Begin Logged-Out Cache Details
----------------------------------------------------------------------- */
.lus-container {
  width: 640px;
  background-color: #e5ddb7;
  border: solid 1px #b0b0b0;
  padding: 15px;
  margin: 0 auto 1.5em;
  position: relative;
}

.lus-header, .lus-footer {
  display: table;
  font-weight: bold;
  width: 100%;
}

.lus-header span, .lus-footer > span {
  display: table-cell;
  vertical-align: middle;
}

.lus-header {
  background-color: #FFFFFF;
  margin-bottom: 7px;
}

.lus-header span {
  padding: 10px;
}

.lus-signup {
  white-space: nowrap;
  text-align: right;
}

.lus-signup a, .lus-signup a:link, .lus-signup a:visited {
  font-size: 0.9em;
}

div.lus-video {
  height: 257px;
  background: #FFFFFF url("/images/seek/video-still.jpg") no-repeat;
  cursor: pointer;
}

div.lus-image {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 7px solid #e5ddb7;
}

.lus-textblock {
  padding: 50px 387px 0 10px;
  color: #717073;
}

.lus-textblock h4 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #8ba059;
  font-weight: bold;
}

.lus-textblock:hover, .lus-textblock:hover .play-control, .VideoWidget:hover .play-control {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.lus-textblock .play-control, .VideoWidget .play-control {
  width: 76px;
  margin: 0 auto 80px;
  font-size: 40px;
  background-color: #5e6167;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 32px/56px;
}

#ctl00_ContentBody_hlPlayArrowButton {
  color: #FFFFFF !important;
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
}

#ctl00_ContentBody_hlPlayArrow:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.lus-textblock:hover, .VideoWidget:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.lus-textblock:hover .play-control, .VideoWidget:hover .play-control {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.lus-footer {
  margin-top: 15px;
}

.lus-footer .AlignRight {
  font-size: 1.2em;
}

.lus-footer .AlignRight span {
  text-align: left;
  display: inline-block;
}

.lus-findacache input, .lus-findacache textarea.decorated {
  background: #556039 url("/images/seek/icon_reticle_white_20.png") no-repeat 96% 50%;
  border: 1px solid #394027;
  border-radius: 5px;
  box-shadow: 0 1px 1px #594a42;
  font-size: 1em;
  cursor: pointer;
  color: #FFFFFF;
  padding: 10px 30px 10px 10px;
  margin: 0 1.5em;
}

.lus-findacache input:hover, .lus-findacache textarea.decorated:hover {
  border-color: #556039;
  background-color: #8ba059;
  text-shadow: 1px 1px #556039;
  box-shadow: 0 1px 1px #9b8579;
}

.lus-findacache input span, .lus-findacache textarea.decorated span {
  background: url("/images/seek/icon_reticle_white_20.png") no-repeat 100% 50%;
  padding-right: 30px;
}

a.btnFacebookLogin, a.btnFacebookLogin:link, a.btnFacebookLogin:visited, a.btnFacebookLogin:hover, a.btnFacebookLogin:active {
  color: #FFFFFF !important;
  cursor: pointer;
  text-decoration: none;
}

a.btnFacebookLogin {
  background: #29447e url("/images/facebook/facebook_sm.png") no-repeat 0 0;
  font: bold 11px/14px "lucida grande", Tahoma, Verdana, arial, sans-serif;
  padding: 0 0 0 1px;
  margin-left: 1em;
  display: inline-block;
}

a.btnFacebookLogin span {
  background-color: #5F78ab;
  border-bottom: 1px solid #1a356e;
  border-top: 1px solid #879ac0;
  margin: 1px 1px 0 21px;
  padding: 2px 6px 3px;
  display: block;
}

/* -----------------------------------------------------------------------
 End Logged-Out Cache Details
-----------------------------------------------------------------------*/
.maxed {
  color: #992a2a;
}
.maxed .num {
  font-weight: bold;
}

.btn-link {
  background: none;
  border: none;
  color: #3d76c5;
  cursor: pointer;
  padding: 0;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: underline;
}

.edit-cache-coordinates {
  background: url(/images/icons/16/edit.png) no-repeat 100% 0;
  border: 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 0 20px 0 0;
  text-decoration: none;
}
.edit-cache-coordinates:hover {
  text-decoration: underline;
}

.ccu-update {
  width: 400px;
}
.ccu-update .btn-link {
  margin-left: 4px;
}
.ccu-update dt {
  float: left;
  min-width: 90px;
}

.ccu-heading {
  display: flex;
  align-items: center;
}
.ccu-heading span {
  padding-right: 5px;
}

.ccu-tip {
  font-size: 0.75rem;
}

.cc-verify {
  font-style: italic;
}

.toggle-clue {
  color: #3D76C5;
  cursor: pointer;
  user-select: none;
}
.toggle-clue:hover {
  text-decoration: underline;
}

.ui-tooltip-widget .ui-tooltip-content {
  border: 1px solid #c0cee3;
  background-color: #FFFFFF !important;
  color: #594a42;
  padding: 1em;
  width: 420px;
}

.myLatLon {
  font-style: italic;
  border-bottom: 2px solid #999;
}

.BookmarkList li {
  padding: 0.75em;
  font-style: italic;
  font-size: 11px;
}

.BookmarkList li a:first-child {
  font-style: normal;
  font-size: 13px;
}

.FoundStatus {
  margin-bottom: 14px;
  min-height: 48px;
}
.FoundStatus img {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.FoundStatus p {
  margin: 0;
  line-height: normal;
}
.FoundStatus strong {
  display: block;
  font-size: 1.3em;
  padding: 5px 0;
}
.FoundStatus small {
  position: relative;
  top: -0.5em;
}
.FoundStatus a {
  color: inherit !important;
  text-decoration: none;
}
.FoundStatus a:hover {
  text-decoration: underline;
}
.FoundStatus.WillAttend {
  min-height: auto;
}
.FoundStatus.WillAttend strong {
  padding: 0;
}
.FoundStatus.WillAttend small {
  position: static;
}

.CacheStarLabels dl {
  display: table-row;
}
.CacheStarLabels dt, .CacheStarLabels dd {
  display: table-cell;
}
.CacheStarLabels dt {
  font-weight: normal;
}
.CacheStarLabels dd {
  padding: 0 0 0 1em;
}

.CacheDetailNavigation ul, .favorite-dropdown ul, .CachePageImages, .CacheDetailNavigation dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

.CacheDetailNavigation ul,
.CacheDetailNavigation dl {
  margin-top: 14px;
  padding: 1em;
  background-color: #f9f7f5;
  border-radius: 3px;
}

.CacheDetailNavigation li {
  margin-bottom: 0.5em;
}
.CacheDetailNavigation li a,
.CacheDetailNavigation li button {
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: inline-block;
  padding-left: 24px;
}
.CacheDetailNavigation li button {
  background-color: unset;
  border: none;
  color: #3D76C5;
  cursor: pointer;
  padding-right: 0;
  text-align: left;
}
.CacheDetailNavigation li button:hover, .CacheDetailNavigation li button:active, .CacheDetailNavigation li button:focus {
  text-decoration: underline;
}
.CacheDetailNavigation .premium-feature {
  align-items: center;
  display: flex;
  gap: 8px;
}
.CacheDetailNavigation .icon-premium {
  height: 14px;
  width: 14px;
}

.CacheDetailNavigation a[href*="geocache_logs.aspx"] {
  background-image: url(/images/icons/16/activity.png);
}

.CacheDetailNavigation a[href*="gallery.aspx"] {
  background-image: url(/images/icons/16/photo_gallery.png);
}

.CacheDetailNavigation a[href*="watchlist.aspx"],
.CacheDetailNavigation .add-to-watchlist,
.CacheDetailNavigation .cacheowner-watchlist {
  background-image: url(/images/icons/16/watch.png);
}

.CacheDetailNavigation a[href$="action=rem"],
.CacheDetailNavigation .remove-from-watchlist {
  background-image: url(/images/icons/16/stop_watching.png);
}

.CacheDetailNavigation button[data-href*="mark.aspx"] {
  background-image: url(/images/icons/16/bookmark_list.png);
}

.CacheDetailNavigation .btn-view-treasures {
  background-image: url(/images/icons/16/view_treasures.svg);
}

.CacheDetailNavigation a[href*="ignore.aspx"] {
  background-image: url(/images/icons/16/ignore.png);
}

.CacheDetailNavigation a[href*="review.aspx"] {
  background-image: url(/images/icons/16/view_review_page.png);
}

.CacheDetailNavigation a[href*="archived.aspx"] {
  background-image: url(/images/icons/16/archived_log.png);
}

.CacheDetailNavigation a.editCacheLink {
  background-image: url(/images/icons/16/edit.png);
}

.CacheDetailNavigation a.updateCoordsLink {
  background-image: url(/images/icons/16/update_coordinates.png);
}

.CacheDetailNavigation a[href*="upload.aspx"] {
  background-image: url(/images/icons/16/photo.png);
}

.CacheDetailNavigation ul a[href$="LogType=2"] {
  background-image: url(/images/logtypes/2.png);
}

.CacheDetailNavigation a[href$="LogType=3"] {
  background-image: url(/images/logtypes/3.png);
}

.CacheDetailNavigation a[href$="LogType=4"] {
  background-image: url(/images/logtypes/4.png);
}

.CacheDetailNavigation a[href$="LogType=5"] {
  background-image: url(/images/logtypes/5.png);
}

.CacheDetailNavigation a[href$="LogType=7"] {
  background-image: url(/images/logtypes/7.png);
}

.CacheDetailNavigation ul a[href$="LogType=9"] {
  background-image: url(/images/logtypes/9.png);
}

.CacheDetailNavigation ul a[href$="LogType=10"] {
  background-image: url(/images/logtypes/10.png);
}

.CacheDetailNavigation ul a[href$="LogType=11"] {
  background-image: url(/images/logtypes/11.png);
}

.CacheDetailNavigation a[href$="LogType=12"] {
  background-image: url(/images/logtypes/12.png);
}

.CacheDetailNavigation a[href$="LogType=18"] {
  background-image: url(/images/logtypes/18.png);
}

.CacheDetailNavigation a[href$="LogType=22"] {
  background-image: url(/images/logtypes/22.png);
}

.CacheDetailNavigation a[href$="LogType=23"] {
  background-image: url(/images/logtypes/23.png);
}

.CacheDetailNavigation a[href$="LogType=45"] {
  background-image: url(/images/logtypes/45.png);
}

.CacheDetailNavigation {
  background-color: #f0edeb;
  padding: 14px;
  border-radius: 3px;
}

.health .score {
  display: block;
  font-size: 2em;
  font-weight: bold;
}

.health .score-history,
.health .score-date {
  margin-bottom: 1em;
}

ul.userFavs {
  margin-bottom: 1.5em;
}

.CacheInformationTable {
  background-color: #f9f7f5;
  border: none;
  border-radius: 3px;
  margin: 1.5rem 0;
}

.CacheInformationTable div {
  padding: 0;
}

.CacheInformationTable > div {
  padding: 1em;
}

.CacheInformationTable .LocationData {
  background-color: #f0edeb;
  border-bottom: 1px dashed #d7d7d7;
  border-radius: 3px 3px 0 0;
}

.CacheInformationTable .DownloadLinks a, .LocationData a[href^="/wpt"], .CacheInformationTable input, .CacheInformationTable textarea.decorated {
  font-size: 0.9em;
  margin-right: 1em;
}

.CacheInformationTable dt {
  float: left;
  margin-right: 1em;
}

.CacheInformationTable dd {
  margin-left: 0;
}

.CacheInformationTable dl:last-child dd:last-child {
  padding-bottom: 0;
}

.DownloadLinks .label, a.DrivingDirections {
  display: inline-block;
  padding-left: 24px;
}

#Print .label {
  background: url(/images/icons/16/print.png) no-repeat 0 0;
}

a.DrivingDirections {
  background: url(/images/icons/16/directions.png) no-repeat 0 0;
}

#Download .label {
  background: url(/images/icons/16/download.png) no-repeat 0 0;
}

.Note {
  padding: 1em;
  border-radius: 3px;
  background: #f0edeb;
  margin-bottom: 1.5rem;
}
.Note strong {
  display: inline-block;
  padding-left: 22px;
}
.Note input, .Note textarea.decorated {
  cursor: pointer;
}

.Disclaimer {
  background: #fff9bb;
  font-size: 0.9em;
}
.Disclaimer a {
  color: inherit !important;
}
.Disclaimer strong:first-child {
  background: url(/images/icons/16/take_note.png) no-repeat 0 0;
}
.Disclaimer.Note strong:nth-child(n+2) {
  padding-left: 0;
}

.PersonalCacheNote button:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.edit-inline {
  margin-top: 8px;
}
.edit-inline .formatted {
  border: none;
  border-radius: 3px;
  cursor: text;
  display: block;
  overflow: auto;
  padding: 0;
  text-align: left;
  white-space: pre-wrap;
  width: 100%;
  word-wrap: break-word;
}
.edit-inline .formatted:hover, .edit-inline .formatted:active {
  background-color: #ddd;
  text-decoration: underline;
}
.edit-inline textarea {
  box-sizing: border-box;
  min-height: 80px;
  margin-bottom: 8px;
  resize: vertical;
  width: 100%;
}
.edit-inline #editCacheNote button {
  display: inline-block;
  margin-right: 1rem;
}

.CacheDescriptionHeader {
  margin: 2em 0 1em;
}

.CachePageImages li {
  background: url(/images/icons/16/photo.png) no-repeat 0 0;
  padding-left: 22px;
}

.CachePageImages .description {
  display: block;
  margin-bottom: 0.75em;
}

table.Table th, td.TableHeader, th.TableHeader {
  background-color: #f0edeb;
}

.CDMapWidget .WidgetHeader, .CDMapWidget #map_canvas {
  border: 1px solid #b0b0b0;
}

.CDMapWidget .WidgetHeader {
  padding: 0.5em;
  border-bottom: none;
}

/* Scroll to top link */
.TopScroll {
  bottom: 1rem;
  margin-right: 0;
  position: fixed;
  right: 0;
}
@media only screen and (min-width: 1430px) {
  .TopScroll {
    margin-right: -600px;
    right: 50%;
  }
}
.TopScroll .btn {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 34px;
  border: none;
  float: right;
  margin-right: 1rem;
  padding: 0;
}
.TopScroll .btn:before {
  background: url("../../seek/images/back-to-top@2x.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 34px;
  width: 34px;
  vertical-align: middle;
}
.no-backgroundsize .TopScroll .btn:before {
  background-image: url("../../seek/images/back-to-top.png");
}

/* New log success banner */
.banner.cache-details .btn {
  margin-left: 50px;
}

.noty-click-link {
    margin: 4px 0 0 0;
    font-size: .8em;
    color: #3d76c5;
}

/* Treasure Notification */

.treasure_message {
    padding: 10px 12px !important;
    padding-right: 0 !important;
    color: #4A4A4A;
    max-width: 338px;
}

#treasure_topRight_layout_container li {
    background-color: rgb(255, 255, 255) !important;
    border: none !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 13px 0px rgba(113, 113, 113, 0.5) !important;
    width: 338px !important;
}

.treasure_message a {
  padding-top: 3px;
  text-align: left;
  display: block;
}

.treasure-info {
    display: inline-block;
    vertical-align: top;
    padding: 1px 12px 0;
    width: 194px;
    word-wrap: break-word;
}

h3 {
    font-size: 0.85rem;
    margin-bottom: 4px;
    color: #4A4A4A;
}

.treasure-title {
    margin: 1px 0 0 0;
    font-size: 1em;
    color: #4A4A4A;
}

.treasure-collection-text {
    margin:4px 0 0 0;
    font-size: .9em;
    color: #4A4A4A;
}

#treasure_topRight_layout_container li:hover,
#treasure_topRight_layout_container li:active {
    /*color: #E6F7EF;*/
    background-color: rgb(230,247,239) !important;
}

#treasure_topRight_layout_container {
    top: 48px !important;
    width: 338px !important;
}

/* Souvenir Notification */
.noty_message {
    padding: 10px 12px !important;
    padding-right: 0 !important;
    color: #4A4A4A;
    max-width: 338px;
    border-radius: 4px;
}

.noty_message.final{
    border: 3px solid #fda533;
}

#noty_topRight_layout_container li {
  background-color: white !important;
  border: none !important;
  border-radius: 5px !important;
  box-shadow: 0px 0px 13px 0px rgba(113, 113, 113, 0.5) !important;
  width: 338px !important;
}
.noty_image {
    max-width: 75px;
    max-height: 75px;
}

.noty_message a {
  padding-top: 3px;
  text-align: left;
  display: block;
}
.noty_message .souvenir-info {
  display: inline-block;
  vertical-align: top;
  padding: 1px 12px 0;
  width: 194px;
  word-wrap: break-word;
}
.noty_message h3 {
  font-size: 0.85rem;
  margin-bottom: 4px;
  color: #4A4A4A;
}
.noty_message .souvenir-title {
  margin-bottom: 8px;
  font-size: .9em;
  color: #4A4A4A;
}

#noty_topRight_layout_container li:hover,
#noty_topRight_layout_container li:active {
  /*color: #E6F7EF;*/
  background-color: #e6f7ef !important;
}

#noty_topRight_layout_container {
  top: 48px !important;
  width: 338px !important;
}

.error-field {
  border: 1px solid #DE745D;
}

.error-txt {
  color: #D34627;
  display: block;
  margin-top: 5px;
}

.solution-error {
  background-color: #F6DAD4;
  border: 1px solid #DE745D;
  padding: 12px;
  margin-top: 12px;
  display: block;
}

.solution-success {
  background-color: #E6F7EF;
  border: 1px solid #00B265;
  padding: 12px;
  margin-top: 12px;
  display: block;
}

.checker-bold {
  font-weight: bold;
  display: block;
  font-size: 18px;
}

#solution-lat {
  margin: 12px 0 5px 12px;
}

#solution-lon {
  margin-left: 12px;
}

.alert {
  font-size: 14px;
  margin-bottom: 18px;
  padding: 16px;
}

.alert .alert-header {
  font-size: inherit;
  font-weight: normal;
}

.alert p {
  margin: 0;
}

.alert.alert-info {
  background-color: #d8e4f3;
  border: 1px solid #3d76c5;
}

.alert.alert-success {
  background-color: #e6f7ef;
  border: 1px solid #00B265;
}

.btn-container {
  text-align: right;
}

.btn-container .btn {
  display: inline-block;
  margin-left: 10px;
}

.alert .btn-container {
  display: flex;
  justify-content: flex-end;
}
.alert .btn-container .sync-info {
  align-self: flex-end;
  flex-grow: 1;
  text-align: left;
}

.form-footer {
  text-align: right;
}
.form-footer button {
  line-height: inherit;
  font-size: 1rem;
  display: inline-block;
}

.btn-submit-container {
  margin-top: 12px;
  text-align: right;
}

.solution-input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-right: -4px;
  font-size: 14px;
}

#coordinate-div {
  display: block;
  margin-top: 20px;
}

.CoordChecker {
  padding: 24px;
  width: 300px;
  border-radius: 3px;
  background: #F5F5F5;
  margin-bottom: 1rem;
  font-size: 14px;
}

.btn-submit-container button {
  display: inline-block;
}

.message-body-container a {
  color: #3d76c5;
}

.message-body-container .user-generated-log {
  max-height: 2.6em;
  overflow: hidden;
}

.alert-info .alert-header {
  margin-bottom: 1rem;
}

.ar-description-header {
  display: flex;
  flex-direction: column-reverse;
}
.ar-description-header .CacheDescriptionHeader {
  margin-top: 1rem;
}

.launch-ar {
  background-color: #F5F5F5;
  padding: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  width: 63%;
}
.launch-ar img {
  display: block;
}

.launch-ar-info h2 {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}

.qr-code-wrapper {
  flex-shrink: 0;
  margin-right: 1.5rem;
  width: 150px;
  height: 150px;
  position: relative;
}
.qr-code-wrapper img {
  width: 100%;
  height: 100%;
}
.qr-code-wrapper a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.no-touch .qr-code-wrapper a {
  display: none;
}

.link-qr-code img {
  height: 150px;
  width: 150px;
}

/*.LogTotals {*/
/*  list-style-type: none;*/
/*  padding: 0;*/
/*}*/
/*.LogTotals li {*/
/*  display: inline-block;*/
/*}*/
/*.LogTotals li + li {*/
/*  margin-left: 1rem;*/
/*}*/

.process-external-links div {
  margin-bottom: 10px;
}
.process-external-links .checkbox {
  margin-top: auto;
}
.process-external-links .checkbox input, .process-external-links .checkbox textarea.decorated {
  background: #02874D;
}
.process-external-links .close-external {
  background-color: #f1f1f1;
  border-radius: 4px;
  margin-left: auto;
  flex-grow: 0;
  flex-basis: 0;
}
.process-external-links .confirm-external {
  flex-basis: 80px;
  flex-grow: 0;
  min-width: 80px;
  margin-left: 1rem;
}

/* Treasure Collections Modal - Dropdown style */
.treasure-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  pointer-events: none;
}
.treasure-modal-content {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  max-width: 400px;
  width: 400px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
}
/* Arrow pointing to View Treasures link */
.treasure-modal-content::after {
  content: '';
  position: absolute;
  top: var(--arrow-top, 22px);
  right: -26px;
  border-width: 14px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.treasure-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  line-height: 1;
  padding: 4px;
}
.treasure-modal-close:hover {
  color: #333;
}
.treasure-modal-title {
  margin: 0 0 8px 0;
  font-size: 20px;
  color: #333;
}
.treasure-modal-subtitle {
  color: #666;
  margin: 0 0 20px 0;
  font-size: 14px;
}
.treasure-collections-list {
  margin-bottom: 20px;
  max-height: 50vh;
  overflow-y: auto;
}
.treasure-collection-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.treasure-collection-item:last-child {
  border-bottom: none;
}
.treasure-collection-icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}
.treasure-collection-info {
  flex: 1;
  min-width: 0;
}
.treasure-collection-name {
  font-weight: 500;
  color: #333;
  display: block;
  margin-bottom: 6px;
}
.treasure-progress-container {
  background: #e5e5e5;
  border-radius: 4px;
  height: 8px;
  overflow: hidden;
  margin-bottom: 4px;
}
.treasure-progress-bar {
  background: #02874d;
  height: 100%;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.treasure-collection-count {
  font-size: 12px;
  color: #666;
}
.treasure-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  color: #666;
}
.treasure-loading img {
  width: 20px;
  height: 20px;
}
.treasure-error,
.treasure-empty {
  text-align: center;
  padding: 20px;
  color: #666;
}
.treasure-modal-footer {
  text-align: center;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
.treasure-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.treasure-already-collected-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  margin-bottom: 16px;
  background-color: #e7f1ff;
  border: 1px solid #b6d4fe;
  border-radius: 6px;
  color: #084298;
  font-size: 14px;
}
.treasure-already-collected-banner .icon {
  flex-shrink: 0;
}

/*# sourceMappingURL=beta.css.map */

/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.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: 7;
	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-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.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);
	     -o-transition:      -o-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,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	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 {
	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;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* 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(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.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-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.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;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-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;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;

	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	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-popup-tip-container {
	margin-top: -1px;
	}

.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;
	}

