@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
      -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
/* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

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

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #e5e5e5;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

/**
 * Temporary reset for a change introduced in Chrome 62 but now reverted.
 *
 * We can remove this when the reversion is in a normal Chrome release.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  border-radius: 0;
}

textarea {
  resize: vertical;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

button,
[role=button] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

/* Colors */

/*------------------------------------*\
    #3D-PARTY COMPONENTS
\*------------------------------------*/

/**
 * Include bootstrap as sass variant
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #526b36;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2b381c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

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

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #526b36;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #384925;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #526b36;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #384925;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1240px) {
  .container {
    width: 1240px;
  }
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-0 {
  left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-push-0 {
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-push-0 {
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1240px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-push-0 {
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
  input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
  .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
  .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
          user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #526b36;
  border-color: #455a2d;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #384925;
  border-color: #040503;
}

.btn-primary:hover {
  color: #fff;
  background-color: #384925;
  border-color: #263119;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #384925;
  background-image: none;
  border-color: #263119;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #263119;
  border-color: #040503;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #526b36;
  border-color: #455a2d;
}

.btn-primary .badge {
  color: #526b36;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #526b36;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2b381c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #526b36;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #526b36;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #526b36;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -10px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 10px;
  margin-right: -10px;
  margin-left: -10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

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

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #526b36;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #2b381c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #526b36;
  border-color: #526b36;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #526b36;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #526b36;
  border-color: #526b36;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #b8ce9f;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #526b36;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #526b36;
  border-color: #526b36;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #526b36;
}

.panel-primary > .panel-heading .badge {
  color: #526b36;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #526b36;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1240px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1240px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1240px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1240px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1239px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1240px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

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

/* bootstrap hack: fix content width inside hidden tabs */

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
  overflow: hidden;
  /* no-overflow                */
}

.tab-content > .active,
.pill-content > .active {
  height: auto;
  /* let the content decide it  */
}

/* bootstrap hack end */

.row.flex:before,
.row.flex:after {
  display: none;
}

/**
 * Fontawesome-fonts
 * @see https://fortawesome.github.io/Font-Awesome/
 */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333em;
  line-height: .75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: .1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

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

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

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

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

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

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

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

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

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

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

/**
 * Import formvalidation
 */

/**
 * FormValidation (http://formvalidation.io)
 * The best jQuery plugin to validate form fields. Support Bootstrap, Foundation, Pure, SemanticUI, UIKit and custom frameworks
 *
 * @author      http://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2015 Nguyen Huu Phuoc
 * @license     http://formvalidation.io/license/
 */

.fv-has-feedback {
  position: relative;
}

.fv-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.fv-has-feedback .fv-control-feedback {
  /*right: 15px;*/
}

.fv-help-block {
  display: block;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~ For Bootstrap form ~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.fv-form-bootstrap .help-block {
  margin-bottom: 0;
}

.fv-form-bootstrap .tooltip-inner {
  text-align: left;
}

/* Bootstrap stacked form without label */

.fv-form-bootstrap .fv-icon-no-label {
  top: 0;
}

.fv-form-bootstrap .fv-bootstrap-icon-input-group {
  z-index: 100;
}

/* Bootstrap inline form */

.form-inline.fv-form-bootstrap .form-group {
  vertical-align: top;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~ For Foundation form ~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.fv-form-foundation .fv-control-feedback {
  top: 21px;
  /* The height of Foundation label */
  right: 15px;
  /* The padding-right of .columns */
  width: 37px;
  height: 37px;
  line-height: 37px;
}

.fv-form-foundation .collapse .fv-control-feedback {
  top: 0;
  right: 0;
}

/* Foundation horizontal form */

.fv-form-horizontal.fv-form-foundation .fv-control-feedback {
  top: 0;
}

/* Foundation stacked form without label */

.fv-form-foundation .fv-icon-no-label {
  top: 0;
}

.fv-form-foundation .error .fv-control-feedback {
  color: #f04124;
}

/**
 * Foundation reset the bottom marin to 0 when the row has '.error' class
 * I need to adjust it when using tooltip to show the error
 */

.fv-form-foundation .error.fv-has-tooltip input,
.error.fv-has-tooltip textarea,
.error.fv-has-tooltip select {
  margin-bottom: 1rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~ For Pure form ~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~ */

.fv-form-pure .fv-control-feedback {
  top: 22px;
  /* Height of Pure label */
  width: 36px;
  /* Height of Pure input */
  height: 36px;
  line-height: 36px;
}

.pure-form-stacked.fv-form-pure .fv-control-feedback {
  top: 4px;
}

.pure-form-aligned .pure-control-group .fv-help-block {
  margin-top: 5px;
  margin-left: 180px;
}

.pure-form-aligned.fv-form-pure .fv-control-feedback,
.fv-form-pure .fv-icon-no-label {
  /* Pure stacked form without label */
  top: 0;
}

.fv-form-pure .fv-has-error label,
.fv-form-pure .fv-has-error .fv-help-block,
.fv-form-pure .fv-has-error .fv-control-feedback {
  color: #ca3c3c;
  /* Same as .button-error */
}

.fv-form-pure .fv-has-success label,
.fv-form-pure .fv-has-success .fv-control-feedback {
  /*color: #1CB841;*//* Same as .button-success */
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~ For Semantic form ~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~ */

.fv-form-semantic .fv-control-feedback.icon {
  right: 7px;
}

.fv-form-semantic .error .icon {
  color: #d95c5c;
}

/* Semantic horizontal form */

.fv-form-horizontal.fv-form-semantic .row {
  padding-bottom: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~ For UIKit form ~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~ */

.fv-form-uikit .fv-control-feedback {
  top: 25px;
  /* Height of UIKit label */
  width: 30px;
  /* Height of UIKit input */
  height: 30px;
  line-height: 30px;
}

.fv-form-uikit .uk-text-danger {
  display: block;
}

/* UIKit horizontal form */

.uk-form-horizontal.fv-form-uikit .fv-control-feedback {
  /*line-height: normal;*/
  top: 0;
}

.fv-form-uikit .fv-has-error label,
.fv-form-uikit .fv-has-error .uk-form-label,
.fv-form-uikit .fv-has-error .fv-control-feedback {
  color: #d85030;
  /* Same as .uk-form-danger */
}

.fv-form-uikit .fv-has-success label,
.fv-form-uikit .fv-has-success .uk-form-label,
.fv-form-uikit .fv-has-success .fv-control-feedback {
  /*color: #659F13;*//* Same as .uk-form-success */
}

/* UIKit stacked form without label */

.fv-form-uikit .fv-icon-no-label {
  top: 0;
}

/**
 * Mmenu
 */

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box;
}

.mm-btn,
.mm-menu {
  box-sizing: border-box;
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-listview .mm-next:before,
.mm-listview > li:not(.mm-divider):after,
.mm-next:after,
.mm-prev:before {
  content: '';
  bottom: 0;
}

.mm-hidden {
  display: none !important;
}

.mm-menu,
.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0;
}

.mm-btn,
.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
          transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
          transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
          transform: translate3d(-30%, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-listview .mm-divider,
.mm-listview > li > a,
.mm-listview > li > span,
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
          transform: none !important;
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical > .mm-next:after,
.mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-next:after,
.mm-prev:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
}

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar .mm-btn:first-child {
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .75);
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, .3);
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, .3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, .1);
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, .3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
          tap-highlight-color: rgba(255, 255, 255, .5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, .5);
}

.mm-menu .mm-divider,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, .05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
          transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking,
html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-menu.mm-offcanvas.mm-current {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
          transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
          transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
            transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
            transform: translate3d(440px, 0, 0);
  }
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top {
  max-height: 80%;
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
  display: block !important;
}

.mm-menu.mm-offcanvas.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-menu.mm-columns {
  transition-property: width, max-width, -webkit-transform;
  transition-property: transform, width, max-width;
          transition-property: transform, width, max-width, -webkit-transform;
}

.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
          transition-property: transform, width, -webkit-transform;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  z-index: 2;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}

html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(80%, 0);
          transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
          transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
          transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate(200%, 0);
          transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(80%, 0);
          transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
          transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(440px, 0);
            transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
            transform: translate3d(440px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
          transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-440px, 0);
            transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
            transform: translate3d(-440px, 0, 0);
  }
}

.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  -webkit-transform: translate(200%, 0);
          transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate(300%, 0);
          transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
          transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}

html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(80%, 0);
          transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
          transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(880px, 0);
            transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
            transform: translate3d(880px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
          transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-880px, 0);
            transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
            transform: translate3d(-880px, 0, 0);
  }
}

.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  -webkit-transform: translate(300%, 0);
          transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
          transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate(400%, 0);
          transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
          transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}

html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(80%, 0);
          transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
          transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(1320px, 0);
            transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
            transform: translate3d(1320px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
          transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
            transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
            transform: translate3d(-1320px, 0, 0);
  }
}

.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  -webkit-transform: translate(400%, 0);
          transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
          transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate(500%, 0);
          transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
          transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}

html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(80%, 0);
          transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
          transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(1760px, 0);
            transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
            transform: translate3d(1760px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
          transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
            transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
            transform: translate3d(-1760px, 0, 0);
  }
}

.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  -webkit-transform: translate(500%, 0);
          transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
          transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate(600%, 0);
          transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
          transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}

html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(80%, 0);
          transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
          transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(2200px, 0);
            transform: translate(2200px, 0);
    -webkit-transform: translate3d(2200px, 0, 0);
            transform: translate3d(2200px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
          transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 2750px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-2200px, 0);
            transform: translate(-2200px, 0);
    -webkit-transform: translate3d(-2200px, 0, 0);
            transform: translate3d(-2200px, 0, 0);
  }
}

.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  -webkit-transform: translate(600%, 0);
          transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
          transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate(700%, 0);
          transform: translate(700%, 0);
  -webkit-transform: translate3d(700%, 0, 0);
          transform: translate3d(700%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}

html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(80%, 0);
          transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
          transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(2640px, 0);
            transform: translate(2640px, 0);
    -webkit-transform: translate3d(2640px, 0, 0);
            transform: translate3d(2640px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
          transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 3300px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-2640px, 0);
            transform: translate(-2640px, 0);
    -webkit-transform: translate3d(-2640px, 0, 0);
            transform: translate3d(-2640px, 0, 0);
  }
}

.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span,
em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, .3);
}

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, .05);
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  transition-duration: 0s;
}

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  height: 80%;
}

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 0;
}

html.mm-dropdown #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-dropdown .mm-menu {
  z-index: 2;
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mm-menu.mm-tipleft:before {
  left: 22px;
}

.mm-menu.mm-tipright:before {
  right: 22px;
}

.mm-menu.mm-tiptop:before {
  top: -8px;
}

.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}

.mm-iconpanel .mm-panel {
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
          transition-property: transform, left, -webkit-transform;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  transition: opacity .4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

.mm-keyboardfocus a:focus {
  outline: 0;
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, .5);
}

.mm-navbar-bottom,
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0;
}

.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0;
}

.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

.mm-menu.mm-rtl {
  direction: rtl;
}

.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
          transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
          transform: translate3d(30%, 0, 0);
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}

.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-listview .mm-next + a,
.mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}

.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}

.mm-menu.mm-rtl label.mm-toggle + a,
.mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}

.mm-menu.mm-rtl label.mm-check + a,
.mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  transition-property: right, -webkit-transform;
  transition-property: transform, right;
          transition-property: transform, right, -webkit-transform;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-search,
.mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-panels > .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .75);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, .3);
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  transition: right .4s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, .3);
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  transition: background .4s ease;
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, .5);
}

input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px;
}

label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}

label.mm-check:before,
label.mm-toggle:before {
  content: '';
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px;
}

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-check,
a.mm-next + label.mm-toggle {
  right: 60px;
}

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span,
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-check,
em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span,
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, .1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, .75);
}

.mm-listview.mm-border-none > li:after,
.mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}

.mm-listview.mm-border-full > li:after,
.mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}

.mm-listview.mm-border-offset > li:after,
.mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}

.mm-menu.mm-effect-menu-zoom {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
          transition: transform .4s ease, -webkit-transform .4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
          transform: scale(.7, .7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
           transform-origin: left center;
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
          transform: scale(1, 1) translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
          transform: scale(.7, .7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
           transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
          transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-slide {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
          transition: transform .4s ease, -webkit-transform .4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(-30%, 0);
          transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
          transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(30%, 0);
          transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
          transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  transition: opacity .4s ease;
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
          transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
           transform-origin: left center;
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
          transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
          transform: scale(.7, .7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  transition: none .4s ease;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  transition-delay: 50ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  transition-delay: .1s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  transition-delay: 150ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  transition-delay: .2s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  transition-delay: 250ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  transition-delay: .3s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  transition-delay: 350ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  transition-delay: .4s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  transition-delay: 450ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  transition-delay: .5s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  transition-delay: 550ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  transition-delay: .6s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  transition-delay: 650ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  transition-delay: .7s;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  transition-delay: 750ms;
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
          transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  transition-property: opacity;
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
            transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
            transform: translate3d(10000px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
            transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
            transform: translate3d(-10000px, 0, 0);
  }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after,
.mm-menu .mm-panels > .mm-panel.mm-justified-listview:before,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel:after,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider),
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  -webkit-flex: 1 1 0;
      flex: 1 1 0;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next),
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next),
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  box-sizing: border-box;
  height: 100%;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before,
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0;
}

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span,
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}

html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}

html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  transition: opacity .4s ease .4s;
}

html.mm-pagedim #mm-blocker {
  background: inherit;
}

html.mm-pagedim-white #mm-blocker {
  background: #fff;
}

html.mm-pagedim-black #mm-blocker {
  background: #000;
}

.mm-menu.mm-popup {
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}

html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 0;
}

html.mm-popup #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-popup .mm-menu {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
          transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
            transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
            transform: translate3d(-440px, 0, 0);
  }
}

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 0;
}

html.mm-front #mm-blocker {
  z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
          transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-page:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, .15);
  color: rgba(255, 255, 255, .8);
}

.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, .4);
}

.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, .4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, .15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, .4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
          tap-highlight-color: rgba(0, 0, 0, .1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, .1);
}

.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, .05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, .8);
}

.mm-menu.mm-shadow-page.mm-theme-dark:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, .3);
  color: rgba(255, 255, 255, .8);
}

.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, .4);
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, .1);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, .15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .6);
}

.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, .3);
}

.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, .3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, .1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, .3);
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
          tap-highlight-color: rgba(0, 0, 0, .05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, .05);
}

.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, .03);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, .6);
}

.mm-menu.mm-shadow-page.mm-theme-white:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .6);
}

.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, .3);
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, .05);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, .1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .6);
}

.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, .4);
}

.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, .4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, .2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, .4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
          tap-highlight-color: rgba(255, 255, 255, .3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, .3);
}

.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, .2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, .6);
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-keyboardfocus a:focus,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, .3);
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, .3);
  color: rgba(255, 255, 255, .6);
}

.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, .4);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, .2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu .mm-tileview.mm-listview > li,
.mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}

.mm-menu .mm-tileview.mm-listview > li:after,
.mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span,
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next,
.mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

.mm-slideout {
  z-index: auto;
}

/**
 * Slick carousel
 */

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick:not(.slick-initialized) {
  display: none;
}

.slick-slide img {
  width: 100%;
}

.slick-arrow {
  background-color: #f6f6f6;
  border: none;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  top: calc(50% - (35px/2));
  z-index: 1;
}

@media (max-width: 767px) {
  .slick-arrow {
    display: none !important;
  }
}

.slick-arrow:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  color: #526b36;
  font-size: 35px;
  line-height: 35px;
  height: 35px;
  width: 35px;
}

.slick-prev {
  left: 15px;
}

.slick-prev:before {
  content: "";
}

.slick-next {
  right: 15px;
}

.slick-next:before {
  content: "";
}

.slick-dots {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }
}

.slick-dots > li {
  display: inline-block;
}

.slick-dots > li > button {
  background-color: #fff;
  border: none;
  font-size: 0;
  margin-right: 15px;
  height: 10px;
  width: 100px;
}

.slick-dots > li.slick-active button {
  background-color: #526b36;
}

.slick-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
}

@media (min-width: 768px) {
  .slick-caption {
    bottom: 30px;
    left: 30px;
  }
}

.slick-caption__head {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  padding: 15px;
}

@media (min-width: 768px) {
  .slick-caption__head {
    font-size: 24px;
  }
}

.slick-caption__content {
  background-color: rgba(255, 255, 255, .9);
  color: #393939;
  padding: 15px;
}

.slider-brand__item {
  height: 150px;
}

.slick-news .slick-slide > div {
  height: 100%;
}

.slick-news .slick-arrow {
  background-color: #fff;
}

/*------------------------------------*\
    #BASE
\*------------------------------------*/

* {
  outline: none !important;
}

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

abbr[title] {
  text-decoration: none;
}

.transition {
  transition: .2s all ease-in-out;
}

[id="app"] {
  overflow: hidden;
}

/* purgecss start ignore */

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px dashed #009dff !important;
  outline-offset: -3px !important;
}

.a11y-links a,
a[data-toggle="content-modal"][href*="datenschutz"],
a[data-toggle="content-modal"][href*="allgemeine-geschaeftsbedingungen"],
a[data-toggle="content-modal"][href*="widerrufsbelehrung"] {
  text-decoration: underline !important;
}

.a11y-skip-to-main-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
  background: #526b36;
}

.a11y-skip-to-main-content:focus {
  opacity: 1;
  z-index: 10;
  text-decoration: none;
  color: #fff;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.panel-group .panel,
.breadcrumb a,
.breadcrumb .active {
  color: #393939 !important;
}

/* purgecss end ignore */

select.form-control::-ms-expand {
  display: none;
}

.form-control,
select.form-control {
  -webkit-appearance: none;
          appearance: none;
  background-color: #f6f6f6;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #393939;
}

.form-control-offcanvas,
select.form-control-offcanvas {
  -webkit-appearance: none;
          appearance: none;
  background-color: #f6f6f6;
  border: 2;
  border-radius: 4px;
  box-shadow: none;
  color: #393939;
}

select.form-control {
  background-image: url("/assets/master/img/design/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 10px center;
}

.control-label {
  font-weight: normal;
}

.input-group-addon {
  background-color: #f6f6f6;
  border: 0;
}

/*------------------------------------*\
    #DEPRECATED GRUMPY CSS
\*------------------------------------*/

#description-short {
  overflow: hidden;
  position: relative;
}

#description-fadeout {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: 0;
  background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}

@media (min-width: 0px) {
  .prescription .nav-tabs {
    border: none;
  }

  .prescription .nav-tabs li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }

  .prescription .nav-tabs li a {
    font-weight: normal;
    border: none !important;
    background: none !important;
  }

  .prescription li:last-child {
    border: none;
  }

  .prescription a {
    font-weight: bold;
  }

  .prescription h4 {
    font-weight: 300;
    font-size: 21px;
  }

  .prescription .h4 {
    color: #313131 !important;
    font-size: 17px;
  }

  .prescription .form-control[disabled],
  .prescription .form-control[readonly],
  .prescription fieldset[disabled] .form-control {
    background: none repeat scroll 0 0 #fff;
  }

  .prescription input.add-to-cart {
    width: 50%;
    background-color: #197fb0;
    border: none;
    color: #fff;
    font-size: 17px;
    height: 65px;
    text-align: right;
    padding-right: 60px;
    background-image: url("/assets/master/img/design/addtocartw.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
  }

  .prescription-order {
    background-repeat: no-repeat;
    background-position: 100px 0;
    position: relative;
  }

  .prescription-order .form-control {
    border: none;
    box-shadow: none;
    color: #313131;
    font-size: 13px;
  }

  .aut-idem-1 label {
    font-style: italic;
    font-size: 12px;
  }

  .aut-idem-1 label input {
    margin-left: 10px;
  }

  .aut-idem-2 label {
    font-style: italic;
    font-size: 12px;
  }

  .aut-idem-2 label input {
    margin-left: 10px;
  }

  .aut-idem-3 label {
    font-style: italic;
    font-size: 12px;
  }

  .aut-idem-3 label input {
    margin-left: 10px;
  }

  .prescription-result {
    padding: 0;
    border: 1px solid #f5d5e2;
    position: relative;
    display: none;
    z-index: 10000;
    background-color: white;
    max-height: 300px;
    overflow-y: scroll;
  }

  .prescription-result ul {
    list-style: none;
    padding: 0;
  }

  .result-prescription-headline {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: 1px solid #ccc;
  }

  .result-prescription-headline:hover {
    background-color: white !important;
  }

  .fileUpload {
    background: #b01934 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    border: none;
    margin: 0;
    margin-top: 5px;
  }

  .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .uploaded-prescription {
    max-width: 55px;
    max-height: 44px;
  }

  .uploaded-prescription-mobile {
    max-width: 55px;
    max-height: 44px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .uploaded-prescription-thumbnail-type1 {
    background-image: url("/assets/master/img/design/prescriptionRed.png");
    background-position: 0 0 !important;
    height: 44px;
    width: 20px;
    float: left;
  }

  .uploaded-prescription-thumbnail-type2 {
    background-image: url("/assets/master/img/design/prescriptionGreen.png");
    background-position: -20px 0 !important;
    height: 44px;
    width: 17px;
    float: left;
  }

  .uploaded-prescription-thumbnail-type3 {
    background-image: url("/assets/master/img/design/prescriptionBlue.png");
    background-position: -37px 0 !important;
    height: 44px;
    width: 22px;
    float: left;
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .content {
    padding: 0;
  }

  .prescription-order {
    padding: 10px;
  }

  .chargeable-option-1 input,
  .chargeable-option-2 input {
    margin-left: 0;
    position: relative;
    top: 3px;
  }

  .birthday-day,
  .birthday-month,
  .prescription-date-day,
  .prescription-date-month {
    width: 25%;
    float: left;
    margin-right: 11px;
  }

  .birthday-year,
  .prescription-date-year {
    width: 40%;
  }

  .prescription .type1 {
    background-color: #f5d5e2;
  }

  .prescription .type2 {
    background-color: #dfe2eb;
  }

  .prescription .type3 {
    background-color: #dfebe1;
  }

  .prescription input.add-to-cart {
    width: 100% !important;
  }

  .prescription-delete {
    top: -34px;
    left: -5px;
    font-size: 20px;
    cursor: pointer;
    color: #f5d5e2;
    background-color: white;
    display: none;
  }

  .prescription-delete:hover {
    color: #c40668;
  }

  .prescription-result ul li {
    padding: 5px 25px 5px 25px;
    cursor: pointer;
    border-bottom: 1px solid #f5d5e2 !important;
  }

  .prescription-result ul li:hover {
    background-color: #f5d5e2;
    font-weight: bold;
  }

  .close-prescription-results {
    color: #f5d5e2;
    font-size: 21px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 15px;
    display: none;
  }

  .close-prescription-results:hover {
    color: #c40668;
  }
}

@media (min-width: 768px) {
  .prescription .type1 {
    background-image: url("/assets/master/img/design/prescriptionType1.jpg");
  }

  .prescription .type2 {
    background-image: url("/assets/master/img/design/prescriptionType2.jpg");
    background-position: 100px -1px !important;
  }

  .prescription .type3 {
    background-image: url("/assets/master/img/design/prescriptionType3.jpg");
    background-position: 100px -1px !important;
  }

  .prescription-order {
    right: 35px;
    height: 500px;
  }

  .prescription-order .form-control {
    border: none !important;
    padding-left: 5px !important;
    border-radius: 0 !important;
  }

  .chargeable-option-1 input,
  .chargeable-option-2 input {
    margin-left: 10px;
  }

  .chargeable-option-1 {
    font-style: italic;
    font-size: 12px;
    left: 32px;
    position: absolute;
    top: 30px;
  }

  .chargeable-option-2 {
    font-style: italic;
    font-size: 12px;
    left: 34px;
    position: absolute;
    top: 59px;
  }

  .prescription-order .health-insurance-name {
    height: 43px !important;
    left: 137px;
    position: absolute;
    top: 14px;
    width: 355px;
  }

  .prescription-order .first-name {
    height: 28px !important;
    left: 137px;
    position: absolute;
    top: 60px;
    width: 170px;
    background-color: #ffeaea;
  }

  .prescription-order .last-name {
    height: 28px !important;
    left: 317px;
    position: absolute;
    top: 60px;
    width: 170px;
    background-color: #ffeaea;
  }

  .prescription-order .street {
    height: 28px !important;
    left: 137px;
    position: absolute;
    top: 90px;
    width: 120px;
  }

  .prescription-order .street-number {
    height: 28px !important;
    left: 267px;
    position: absolute;
    top: 90px;
    width: 40px;
  }

  .prescription-order .birthday-day {
    height: 28px !important;
    left: 317px;
    position: absolute;
    top: 90px;
    width: 45px;
    padding: 2px;
    color: #999;
  }

  .prescription-order .birthday-month {
    height: 28px !important;
    left: 372px;
    position: absolute;
    top: 90px;
    width: 45px;
    padding: 0;
    color: #999;
  }

  .prescription-order .birthday-year {
    height: 28px !important;
    left: 427px;
    position: absolute;
    top: 90px;
    width: 60px;
    padding: 2px;
    color: #999;
  }

  .prescription-order .zip-code {
    height: 28px !important;
    left: 137px;
    position: absolute;
    top: 120px;
    width: 170px;
  }

  .prescription-order .city {
    height: 28px !important;
    left: 317px;
    position: absolute;
    top: 120px;
    width: 170px;
  }

  .prescription-order .insurance-number {
    height: 28px !important;
    left: 137px;
    position: absolute;
    top: 157px;
    width: 85px;
  }

  .aut-idem-1 {
    bottom: 212px;
    left: 45px;
    position: absolute;
  }

  .aut-idem-2 {
    bottom: 174px;
    left: 45px;
    position: absolute;
  }

  .aut-idem-3 {
    bottom: 135px;
    left: 45px;
    position: absolute;
  }

  .prescription-order .firstSearchContainer {
    top: 255px;
    position: absolute;
    width: 500px;
    left: 134px;
  }

  .prescription-order .secondSearchContainer {
    top: 293px;
    position: absolute;
    width: 500px;
    left: 134px;
  }

  .prescription-order .thirdSearchContainer {
    top: 332px;
    position: absolute;
    width: 500px;
    left: 134px;
  }

  .prescription .prescription-date-day,
  .prescription-date-month {
    width: 8%;
    margin-right: 10px;
    float: left;
    border-bottom: 1px solid #ffb2b2;
    background-color: #ffeaea;
    padding: 2px;
  }

  .prescription-search {
    width: 79% !important;
  }

  .prescription-order .prescription-quantity-picker {
    width: 20%;
    left: 80%;
    position: absolute;
  }

  .prescription .prescription-date-year {
    width: 15%;
    float: left;
    border-bottom: 1px solid #ffb2b2;
    background-color: #ffeaea;
  }

  .prescription input.add-to-cart {
    float: right;
  }

  .prescription-delete {
    top: -27px;
    left: -5px;
    font-size: 24px;
    cursor: pointer;
    color: #f5d5e2;
    display: none;
  }

  .prescription-delete:hover {
    color: #c40668;
  }

  .prescription-result ul li {
    padding: 5px 25px 5px 25px;
    cursor: pointer;
  }

  .prescription-result ul li:hover {
    background-color: #f5d5e2;
    font-weight: bold;
  }

  .close-prescription-results {
    color: #f5d5e2;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -5px;
    display: none;
  }

  .close-prescription-results:hover {
    color: #c40668;
  }
}

/*------------------------------------*\
    #OBJECTS
\*------------------------------------*/

.alert-success {
  border: 0;
  background-color: #f6f6f6;
  color: #4b4d4d;
}

.btn {
  border: 0;
  font-weight: bold;
  padding: 8px 15px;
  text-transform: uppercase;
  transition: .2s ease-in-out;
}

@media (min-width: 992px) {
  .btn {
    padding: 16px 40px;
  }
}

btn-checkout {
  transition: .2s ease-in-out;
}

.btn-default {
  background-color: #f6f6f6;
  color: #393939;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e5e5e5;
  color: #393939;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
}

@media (min-width: 992px) {
  .btn-sm,
  .btn-group-sm > .btn {
    padding: 5px 10px;
  }
}

.btn-white {
  background-color: #fff;
  color: #526b36;
}

.btn-white:hover,
.btn-white:focus {
  background-color: #f8fafc;
  color: #526b36;
}

.btn-grey-darkest {
  background-color: #4b4d4d;
  color: #fff;
}

.btn-grey-darkest:hover,
.btn-grey-darkest:focus {
  background-color: #606f7b;
  color: #fff;
}

.ci-headline {
  color: #4b4d4d;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 15px;
  margin-top: 0;
}

@media (min-width: 992px) {
  .ci-headline {
    margin-bottom: 30px;
  }
}

.ci-headline span {
  display: inline-block;
  position: relative;
  padding: 10px 0 12px;
}

.ci-headline span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background-color: #526b36;
}

hr.ci {
  background-color: #526b36;
  height: 2px;
  width: 60px;
  margin: 15px 0;
}

.o-nav {
  padding-left: 0;
  margin-bottom: 0;
}

.o-nav li {
  list-style-type: none;
}

.o-nav__item {
  position: relative;
  margin-bottom: 4px;
}

.o-nav__item > a {
  display: block;
  padding: 4px;
  margin: -4px;
}

.o-nav--inline {
  /**
  * Level2 should be hidden by default
  * [1] Do not allow for a margin here. Hover-Deactivate-Bug
  */
}

.o-nav--inline .o-nav__level {
  padding-left: 10px;
}

.o-nav--inline .o-nav__level--2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 0;
  min-width: 260px;
  margin: 0 !important;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  padding: 15px 30px;
}

.o-nav--inline .o-nav__level--2 > .o-nav__item {
  margin-right: 0;
}

.o-nav--inline .o-nav__level--2 > .o-nav__item:before {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: #f2f2f2;
  position: absolute;
}

.o-nav--inline .o-nav__level--2 > .o-nav__item:hover:before {
  background-color: #526b36;
}

.o-nav--inline .o-nav__level--2 > .o-nav__item > a {
  color: #393939;
  padding: 2px 15px;
  text-transform: uppercase;
}

.o-nav--inline .o-nav__level--2 > .o-nav__item > a:hover {
  text-decoration: none;
}

.o-nav--inline .o-nav__level--3 {
  font-size: 11px;
}

.o-nav--inline .o-nav__item {
  margin-right: 10px;
  /**
    * Display Sublevels on hover
    */
}

.o-nav--inline .o-nav__item:first-of-type {
  margin-right: 0;
}

.o-nav--inline .o-nav__item > a,
.o-nav--inline .o-nav__item > .active {
  padding: 5px;
}

.o-nav--inline .o-nav__item:hover .o-nav__level--2 {
  display: block;
}

.o-nav--inline.o-nav__level--1 > .o-nav__item {
  display: inline-block;
}

.o-nav--inline.o-nav__level--1 > .o-nav__item--has-children > a:after,
.o-nav--inline.o-nav__level--1 > .o-nav__item--has-children > .active:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid currentColor;
}

.o-nav--arrow li:before {
  content: "› ";
  color: #526b36;
}

.o-nav--children {
  background-color: #eef1f6;
  margin-bottom: 20px;
}

.o-nav--children a {
  display: block;
}

.o-nav--children > li > a {
  color: #fff;
  padding: 10px;
}

.o-nav--children .o-nav__level {
  padding: 10px;
}

.o-nav--grey .o-nav__item > a {
  color: #919191;
}

.rating-star {
  color: #d6d6d6;
  text-shadow: 0 1px rgba(148, 148, 148, .8);
}

.rating-star--on {
  color: #fad552;
  text-shadow: 0 1px rgba(246, 161, 31, .8);
}

.panel-group .panel {
  background-color: #f6f6f6;
  border: 0;
  border-radius: 0;
  color: #919191;
  margin-bottom: 15px;
}

.panel-title > a {
  display: block;
  padding: 10px 0 10px 15px;
  width: 100%;
}

.panel-title > a[aria-expanded=true] {
  background-color: #4b4d4d;
  color: #fff;
}

.panel-heading {
  border-radius: 0;
}

.panel-default > .panel-heading {
  background-color: #f6f6f6;
  color: #4b4d4d;
  padding: 0;
  text-transform: uppercase;
}

.panel-title {
  font-size: 14px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}

.preloader-wrapper {
  display: inline-block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  right: 7px;
  top: 7px;
}

@media (min-width: 992px) {
  .preloader-wrapper {
    right: 12px;
    top: 12px;
  }
}

.preloader-wrapper.active {
  -webkit-animation: container-rotate 1568ms linear infinite;
          animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.active .spinner-layer {
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
          animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
          animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
          transform: rotate(129deg);
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
          transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  -webkit-animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
          animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  -webkit-animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
          animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}

/*------------------------------------*\
    #COMPONENTS
\*------------------------------------*/

.apothekenDe-category-overview-listing li {
  border: 0px;
}

.apothekenDe-category-overview-listing li a {
  color: #555;
}

.apothekenDe-category-listing-wrapped-image {
  padding-right: 0;
  height: 180px;
  overflow: hidden;
}

.apothekenDe-category-listing-wrapped-image img {
  position: absolute;
  top: -60%;
}

.apothekenDe-category-listing-wrapped-image small {
  position: absolute;
  bottom: 0px;
}

.apothekenDe-entry-listing-author {
  display: inline-block;
  padding: 0;
  padding-bottom: 3px;
}

.apothekenDe-entry-listing-wrapped-image {
  padding-left: 0;
}

.cfh {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
  width: 100%;
  height: 80px;
  padding: 22px 15px 22px 70px;
  text-align: center;
}

.cfh-text {
  position: absolute;
  top: 30px;
  left: 60px;
  font-weight: bold;
}

.cfh-click {
  border: 3px solid #ccc;
  border-radius: 10px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  position: relative;
  top: -2px;
}

.cfh-click:hover {
  border: 3px solid #ccc;
  border-radius: 15px;
  height: 24px;
  width: 24px;
  top: -4px;
  left: -2px;
}

#unlocked {
  display: none;
}

.cfh-unlocked {
  border: 3px solid green !important;
  border-radius: 30px !important;
  position: absolute;
  font-size: 20px !important;
  height: 35px !important;
  width: 35px !important;
  padding-top: 5px;
  padding-left: 0;
  left: -10px;
  top: -10px;
  cursor: pointer;
  color: green;
}

#cfh-position-wrapper {
  position: absolute;
  top: 30px;
  left: 30px;
}

#animation1 {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -8px;
  left: -8px;
}

#animation2 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -3px;
  left: -3px;
}

#animation3 {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -13px;
  left: -13px;
}

.half-circle-1 {
  position: relative;
  float: right;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border: 5px solid #b9def0;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
}

.half-circle-2 {
  position: relative;
  float: right;
  width: 10px;
  height: 10px;
  border-top-right-radius: 10px;
  border: 4px solid purple;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
}

.half-circle-3 {
  position: relative;
  float: right;
  width: 20px;
  height: 20px;
  border-top-right-radius: 40px;
  border: 6px solid green;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
}

.captcha-btn {
  background: undefined;
  color: #fff;
  font-weight: bold;
  -moz-user-select: none;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  display: none;
  font-size: 13px;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  text-shadow: none;
}

/*
  TODO-Tailwind: Refactor
  --
  Used in payment and shipping templates to override bootstrap
*/

.radio-label.radio-label {
  margin: 0 5px 0 0;
}

.checkout__base-method {
  border-bottom: 1px solid #dcdcdc;
  margin: 0 1em;
}

.checkout__base-method label {
  display: block;
  padding: 1rem;
}

.checkout__base-method padding-bottom-base {
  padding-bottom: 1rem;
}

.checkout__base-method padding-top-double {
  padding-top: 2rem;
}

.checkout__base-method padding-left-base {
  padding-left: 1rem;
}

.checkout__base-method:hover {
  background-color: #ededed;
}

.checkoutnavi .padding-left-off {
  padding-left: 0;
}

.checkoutnavi .padding-right-off {
  padding-right: 0;
}

.expresscheckout-standard-option {
  margin-right: 15px;
  margin-top: 3px;
}

.shippingAddressSwitch-first {
  border-left: 1px solid #1b81b2;
}

.shippingAddressSwitch {
  border-right: 1px solid #1b81b2;
  border-top: 1px solid #1b81b2;
  border-bottom: 1px solid #1b81b2;
  padding: 10px;
  text-align: center;
  color: #1b81b2;
}

.shippingAddressSwitch:hover {
  background-color: #1b81b2;
  color: white;
}

.shippingAddressSwitch:hover > a {
  background-color: #1b81b2;
  color: white !important;
}

.shippingAddressSwitch-active {
  border-right: 1px solid #1b81b2;
  border-top: 1px solid #1b81b2;
  border-bottom: 1px solid #1b81b2;
  padding: 10px;
  text-align: center;
  color: white;
  background-color: #1b81b2;
  font-weight: bold;
}

.header-logo {
  width: 250px;
}

.header-advantage {
  width: 240px;
}

.c-navmenu .o-nav__level--1 > .o-nav__item > a {
  padding: 15px;
  color: #393939;
  text-transform: uppercase;
}

.navigation-list a {
  font-size: 16px;
  padding: 5px;
  margin: -5px;
  color: #4b4d4d;
  display: inline-block;
  min-width: 200px;
}

.navigation-list a:hover {
  color: #526b36;
  text-decoration: none;
}

.navigation-list li {
  margin-top: 10px;
}

.navigation-list > li > a {
  padding: 5px 0;
  text-transform: uppercase;
}

.navigation-list li.Selected > a {
  color: #526b36;
}

/* No need to refactor, was already done by CG_TK */

.product-box {
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
}

.product-box__image {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}

.product-box__image > a {
  display: block;
  text-align: center;
}

.product-box__image > a > img {
  max-height: 200px;
}

.product-box__title {
  min-height: 48px;
}

.product-box__meta {
  background-color: #fff;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  font-size: 12px;
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.product-box__bottom {
  margin-top: auto;
  min-height: 40px;
}

.product-box__tocart {
  border: none;
  font-size: 2rem;
  line-height: 40px;
  margin: 0;
  padding: 0 3px;
}

@media (min-width: 768px) {
  .product-grid--list .product-box-container {
    width: 100% !important;
  }

  .product-grid--list .product-box {
    -webkit-flex-direction: row;
            flex-direction: row;
    position: relative;
  }

  .product-grid--list .product-box__notepad {
    position: absolute;
    right: 0;
    top: 0;
  }

  .product-grid--list .product-box__image {
    margin: 15px 0 0 15px;
  }

  .product-grid--list .product-box__bottom {
    margin-left: auto;
    max-height: 46px;
    height: 100%;
  }
}

.product-box--small .product-box__image {
  margin-bottom: 0;
}

.product-box--small .product-box__meta {
  font-size: 10px;
  padding: 15px/2;
}

.product-box--small .product-box__meta_p {
  margin-bottom: 0;
}

.product-box--large .product-box__title {
  font-size: 1.3em;
}

.product-box--cart {
  padding: 15px 0;
}

.product-box--cart .product-box__image {
  -webkit-order: 1;
          order: 1;
}

.product-box--cart .product-box__meta {
  -webkit-order: 2;
          order: 2;
  background-color: transparent;
}

.product-box--cart .product-box__cartquantity,
.product-box--cart .product-box__cartprescription,
.product-box--cart .product-box__cartactions,
.product-box--cart .product-box__cartdiscount,
.product-box--cart .product-box__cartsingleprice,
.product-box--cart .product-box__cartsumprice,
.product-box--cart .product-box__orderquantity {
  padding: 0 15px;
  -webkit-order: 99;
          order: 99;
}

.product-box--cart .product-box__cartdiscount,
.product-box--cart .product-box__cartsingleprice,
.product-box--cart .product-box__cartsumprice {
  font-size: 14px;
}

.product-box--cart .product-box__cartquantity {
  max-width: 150px;
  margin-left: 15px;
  padding: 0;
}

.product-box--cart .product-box__cartquantity .quantity-picker {
  background-color: transparent;
}

.product-box--cart .product-box__cartrefresh {
  background: none;
  border: none;
  display: inline-block;
  padding: 5px 10px;
  white-space: nowrap;
}

.product-box--cart .product-box__cartdelete {
  font-size: 20px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

@media (min-width: 768px) {
  .product-box--cart {
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
  }

  .product-box--cart .product-box__image {
    margin: 0 15px 15px;
    width: 200px;
  }

  .product-box--cart .product-box__meta {
    padding-top: 0;
    width: 50%;
  }
}

.quantity-picker {
  max-width: 110px;
}

.quantity-picker__minus,
.quantity-picker__field,
.quantity-picker__plus {
  background-color: transparent;
  border: none;
  min-height: 40px;
  height: 100%;
}

.quantity-picker__minus:focus,
.quantity-picker__field:focus,
.quantity-picker__plus:focus {
  outline: none;
}

.quantity-picker__minus,
.quantity-picker__plus {
  -webkit-appearance: none;
          appearance: none;
  padding: 0 10px;
  font-size: 10px;
}

/**
   * [1] - Disable default stepper buttons
   * -moz-prefix is needed, because autoprefixer only supports none and auto as values
   * @see http://www.w3.org/blog/CSS/2015/04/15/minutes-telecon-244/
   * @see https://github.com/postcss/autoprefixer/issues/43
   */

.quantity-picker__field {
       -webkit-appearance: textfield;
               appearance: textfield;
  -moz-appearance: textfield;
  background-color: #fff;
  font-weight: bold;
  min-width: 25px;
  width: 100%;
  text-align: center;
}

.quantity-picker__field::-webkit-inner-spin-button,
.quantity-picker__field::-webkit-outer-spin-button {
       -webkit-appearance: none;
               appearance: none;
  -moz-appearance: none;
}

.product-group__viewmode__button.product-group__viewmode__button {
  padding: 7px 12px !important;
}

.sliding-menu__head {
  border-bottom-width: 1px;
  border-color: #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  text-align: center;
  padding-left: calc(.75rem + 1px);
  padding-right: calc(.75rem + 1px);
}

.sliding-menu__head .sliding-menu__click-area {
  position: absolute;
  left: 0;
  top: 0;
}

.sliding-menu__head .sliding-menu__click-area:after {
  content: '\f053';
}

.sliding-menu__click-area {
  border-left-width: 1px;
  border-color: #f6f6f6;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
}

.sliding-menu__click-area:after {
  content: '\f054';
  font-family: 'FontAwesome';
  font-weight: bold;
}

.sliding-menu li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-bottom-width: 1px;
  border-color: #f6f6f6;
}

.sliding-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sliding-menu__has-children {
  display: -webkit-flex;
  display: flex;
}

.to-category {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
  text-decoration: none;
  padding: 170px 20px 20px 10px;
  position: relative;
  overflow: hidden;
}

.to-category:before {
  position: absolute;
  content: "›";
  font-size: 20em;
  color: rgba(255, 255, 255, .5);
  top: -133px;
  right: 0;
}

.loading-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.loading {
  height: 25px;
  -webkit-animation: fa-spin 2s linear infinite;
          animation: fa-spin 2s linear infinite;
  fill: white;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.loading-wrapper {
  background-color: #0078b8;
  cursor: not-allowed;
}

.loading-wrapper:hover {
  background-color: #0078b8;
}

.loading-message {
  margin-left: 10px;
  text-color: white;
}

.prescription-wrapper {
  display: block;
  margin-bottom: 30px;
}

@media screen and (min-width: 400px) {
  .prescription-wrapper {
    dispay: flex;
    gap: 30px;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.prescription-wrapper .inner-block {
  border-radius: 8px;
  background-color: white;
}

.prescription-wrapper .inner-wrapper {
  width: 30%;
}

@media screen and (max-width: 500px) {
  .prescription-wrapper .inner-wrapper {
    width: 100%;
  }
}

.prescription-wrapper .colored {
  border-radius: 4px;
  border: #14639f;
  border-style: solid;
  border-width: 15px;
}

.prescription-wrapper .white {
  border-radius: 4px;
  border: #fff;
  border-style: solid;
  border-width: 15px;
}

.prescription-wrapper .image-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 20px;
  border: #f1f5f8;
  border-style: solid;
}

.prescription-wrapper .image {
  max-width: 280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.prescription-wrapper .bottom-wrapper {
  margin-top: 10px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f1f5f8;
}

.prescription-wrapper .bottom-wrapper .text-green {
  color: #b1c334;
}

.prescription-wrapper .bottom-wrapper .text-magenta {
  color: #de418f;
}

.prescription-wrapper .bottom-wrapper .bubble-wrapper {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 12px;
  font-weight: 100;
  border-radius: 9999px;
  background-color: white;
  padding: 5px;
}

.prescription-wrapper .bottom-wrapper .bubble-wrapper .bubble {
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-radius: 9999px;
  margin-right: 10px;
}

.prescription-wrapper .bottom-wrapper .bubble-wrapper .bubble-green {
  background-color: #b1c334;
}

.prescription-wrapper .bottom-wrapper .bubble-wrapper .bubble-magenta {
  background-color: #de418f;
}

.prescription-wrapper .bottom-wrapper .prescription-title {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 23.75px;
  tab-size: 4;
  color: #22292f;
}

.prescription-wrapper .bottom-wrapper .description {
  font-size: 15px;
  line-height: 18.75px;
  font-weight: 100;
  color: black;
}

.prescription-wrapper .bottom-wrapper .cta {
  background-color: #14639f;
  padding: 5px 30px;
  text-align: center;
  font-weight: 100;
  width: 100%;
  white-space: no-wrap;
  color: white;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  display: inline-block;
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.prescription-wrapper .bottom-wrapper .cta:hover {
  background-color: #87b5d2;
}

/*------------------------------------*\
    #VUE COMPONENTS
\*------------------------------------*/

.backdrop {
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.backdrop--active {
  overflow: hidden;
}

.backdrop--visible {
  display: block;
}

.cart-summary {
  line-height: 1.5;
}

.cart-summary__link.cart-summary__link {
  display: block;
  margin-top: 10px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}

.cart-summary__item {
  list-style: none;
  border-bottom: 1px solid #ddd;
}

.cart-summary__item:last-child {
  border-bottom: 0;
}

.cart-summary__item a {
  font-weight: 400;
  color: #000;
}

.cart-summary__item a:hover,
.cart-summary__item a:focus,
.cart-summary__item a:active {
  text-decoration: underline;
}

.cart-summary__item__image {
  width: 100%;
  display: block;
  padding: 5px 3px;
}

.cart-summary__total__freepostage__check {
  color: #3c763d;
}

.mini-cart:after {
  display: block;
  content: "";
  border-width: 7.5px;
  border-bottom: 7.5px solid #526b36;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 8px;
  left: -7px;
  z-index: -1;
}

modal {
  display: none;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.wacg-modal__container {
  z-index: 100;
}

.wacg-modal {
  max-width: 800px;
  width: calc(100% - 30px);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .25);
  margin-top: 10%;
}

.modal__head {
  padding-right: 40px;
}

.modal__body {
  overflow: auto;
  max-height: 70vh;
}

.modal__close {
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  width: 40px;
}

.mm-page {
  position: relative;
  min-height: 0px !important;
}

.mm-opened .offcanvas__content,
.mm-opened .backdrop {
  display: none;
}

@media (max-width: 991px) {
  .mm-opened .headerbar {
    position: absolute;
  }
}

.offcanvas {
  z-index: 10000;
  position: relative;
}

.offcanvas__content {
  font-size: 13px;
  position: fixed;
  top: 0;
  right: 0;
  transition: 200ms ease-in-out;
  will-change: transform;
  width: 300px;
  height: 100%;
  display: block;
  z-index: 2;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  color: #000;
}

.offcanvas__content--open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.offcanvas__content__back {
  line-height: 60px;
}

.offcanvas__content__inner {
  padding: 30px 15px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 60px);
  height: 100%;
}

.offcanvas--mobile-menu .offcanvas__content__inner {
  padding: 0;
}

.password-lookie:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  cursor: pointer;
}

.password-lookie--visible:before {
  content: "";
}

.wacg-search {
  z-index: 12;
  padding-right: 0;
}

.wacg-search h3 {
  font-size: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.wacg-search__results {
  position: absolute;
  background: #fff;
  box-shadow: 1px 0 3px rgba(0, 0, 0, .3);
  left: 0;
  z-index: 10;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 130px);
}

@media (min-width: 768px) {
  .wacg-search__results {
    max-height: initial;
    overflow: hidden;
    width: 500px;
  }
}

@media (min-width: 992px) {
  .wacg-search__results {
    width: 650px;
  }
}

@media (min-width: 1240px) {
  .wacg-search__results {
    width: 800px;
  }
}

.wacg-search--products-only .wacg-search__results {
  width: 100%;
}

@media (min-width: 992px) {
  .wacg-search--products-only .wacg-search__results {
    left: 0;
    right: auto;
    width: 500px;
  }
}

.wacg-search__result-block ul {
  padding-left: 0;
}

.wacg-search__result-block ul li {
  margin-bottom: 10px;
  list-style: none;
}

.wacg-search__result--pushed {
  background-color: #eff9ff;
}

.wacg-search__result-block ul li a {
  font-weight: 500;
}

.wacg-search__result-block ul li a:hover {
  text-decoration: underline;
}

.wacg-search__results__container {
  padding: 0 20px 20px;
}

.wacg-search__results__close {
  padding: 10px;
  height: 40px;
  width: 40px;
  line-height: 20px;
  text-align: center;
  display: block;
  float: right;
  background-color: #eee;
  cursor: pointer;
}

.wacg-search__results__close span {
  color: #000;
  font-weight: 500;
  font-size: 20px;
}

@media (min-width: 768px) {
  .wacg-search__result-block {
    overflow-y: auto;
    max-height: 400px;
  }
}

.wacg-search__result--no-result {
  color: #000;
  font-weight: 500;
}

[id^=tsbadgeResponsiveTop] {
  position: fixed;
  bottom: 0;
  z-index: 20;
}

[id^=MobileCoveringLayer] {
  position: fixed !important;
}

/*------------------------------------*\
    #FONTS
\*------------------------------------*/

/* pt-sans-regular - latin */

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-sans/pt-sans-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("PT Sans"), local("PTSans-Regular"), url("../fonts/pt-sans/pt-sans-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans/pt-sans-v9-latin-regular.woff2") format("woff2"), url("../fonts/pt-sans/pt-sans-v9-latin-regular.woff") format("woff"), url("../fonts/pt-sans/pt-sans-v9-latin-regular.ttf") format("truetype"), url("../fonts/pt-sans/pt-sans-v9-latin-regular.svg#PTSans") format("svg");
  /* Legacy iOS */
}

/* pt-sans-italic - latin */

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/pt-sans/pt-sans-v9-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("PT Sans Italic"), local("PTSans-Italic"), url("../fonts/pt-sans/pt-sans-v9-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans/pt-sans-v9-latin-italic.woff2") format("woff2"), url("../fonts/pt-sans/pt-sans-v9-latin-italic.woff") format("woff"), url("../fonts/pt-sans/pt-sans-v9-latin-italic.ttf") format("truetype"), url("../fonts/pt-sans/pt-sans-v9-latin-italic.svg#PTSans") format("svg");
  /* Legacy iOS */
}

/* pt-sans-700 - latin */

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-sans/pt-sans-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("../fonts/pt-sans/pt-sans-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans/pt-sans-v9-latin-700.woff2") format("woff2"), url("../fonts/pt-sans/pt-sans-v9-latin-700.woff") format("woff"), url("../fonts/pt-sans/pt-sans-v9-latin-700.ttf") format("truetype"), url("../fonts/pt-sans/pt-sans-v9-latin-700.svg#PTSans") format("svg");
  /* Legacy iOS */
}

/*------------------------------------*\
    #UTILITIES
\*------------------------------------*/

.list-reset {
  list-style: none !important;
  padding: 0 !important;
}

.appearance-none {
  -webkit-appearance: none !important;
          appearance: none !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-primary {
  background-color: #526b36 !important;
}

.bg-primary-light {
  background-color: #eff3f7 !important;
}

.bg-primary-dark {
  background-color: #526b36 !important;
}

.bg-secondary {
  background-color: #b01934 !important;
}

.bg-secondary-light {
  background-color: #d4e1ef !important;
}

.bg-allblack {
  background-color: #000 !important;
}

.bg-black {
  background-color: #393939 !important;
}

.bg-grey-darkest {
  background-color: #4b4d4d !important;
}

.bg-grey-darker {
  background-color: #606f7b !important;
}

.bg-grey-dark {
  background-color: #919191 !important;
}

.bg-grey {
  background-color: #919191 !important;
}

.bg-grey-light {
  background-color: #e5e5e5 !important;
}

.bg-grey-lighter {
  background-color: #f6f6f6 !important;
}

.bg-grey-lightest {
  background-color: #f8fafc !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-red-dark {
  background-color: #cc1f1a !important;
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent !important;
}

.group:hover .group-hover\:bg-primary {
  background-color: #526b36 !important;
}

.group:hover .group-hover\:bg-primary-light {
  background-color: #eff3f7 !important;
}

.group:hover .group-hover\:bg-primary-dark {
  background-color: #526b36 !important;
}

.group:hover .group-hover\:bg-secondary {
  background-color: #b01934 !important;
}

.group:hover .group-hover\:bg-secondary-light {
  background-color: #d4e1ef !important;
}

.group:hover .group-hover\:bg-allblack {
  background-color: #000 !important;
}

.group:hover .group-hover\:bg-black {
  background-color: #393939 !important;
}

.group:hover .group-hover\:bg-grey-darkest {
  background-color: #4b4d4d !important;
}

.group:hover .group-hover\:bg-grey-darker {
  background-color: #606f7b !important;
}

.group:hover .group-hover\:bg-grey-dark {
  background-color: #919191 !important;
}

.group:hover .group-hover\:bg-grey {
  background-color: #919191 !important;
}

.group:hover .group-hover\:bg-grey-light {
  background-color: #e5e5e5 !important;
}

.group:hover .group-hover\:bg-grey-lighter {
  background-color: #f6f6f6 !important;
}

.group:hover .group-hover\:bg-grey-lightest {
  background-color: #f8fafc !important;
}

.group:hover .group-hover\:bg-white {
  background-color: #fff !important;
}

.group:hover .group-hover\:bg-red-dark {
  background-color: #cc1f1a !important;
}

.hover\:bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:bg-primary:hover {
  background-color: #526b36 !important;
}

.hover\:bg-primary-light:hover {
  background-color: #eff3f7 !important;
}

.hover\:bg-primary-dark:hover {
  background-color: #526b36 !important;
}

.hover\:bg-secondary:hover {
  background-color: #b01934 !important;
}

.hover\:bg-secondary-light:hover {
  background-color: #d4e1ef !important;
}

.hover\:bg-allblack:hover {
  background-color: #000 !important;
}

.hover\:bg-black:hover {
  background-color: #393939 !important;
}

.hover\:bg-grey-darkest:hover {
  background-color: #4b4d4d !important;
}

.hover\:bg-grey-darker:hover {
  background-color: #606f7b !important;
}

.hover\:bg-grey-dark:hover {
  background-color: #919191 !important;
}

.hover\:bg-grey:hover {
  background-color: #919191 !important;
}

.hover\:bg-grey-light:hover {
  background-color: #e5e5e5 !important;
}

.hover\:bg-grey-lighter:hover {
  background-color: #f6f6f6 !important;
}

.hover\:bg-grey-lightest:hover {
  background-color: #f8fafc !important;
}

.hover\:bg-white:hover {
  background-color: #fff !important;
}

.hover\:bg-red-dark:hover {
  background-color: #cc1f1a !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.border-separate {
  border-collapse: separate !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-primary {
  border-color: #526b36 !important;
}

.border-primary-light {
  border-color: #eff3f7 !important;
}

.border-primary-dark {
  border-color: #526b36 !important;
}

.border-secondary {
  border-color: #b01934 !important;
}

.border-secondary-light {
  border-color: #d4e1ef !important;
}

.border-allblack {
  border-color: #000 !important;
}

.border-black {
  border-color: #393939 !important;
}

.border-grey-darkest {
  border-color: #4b4d4d !important;
}

.border-grey-darker {
  border-color: #606f7b !important;
}

.border-grey-dark {
  border-color: #919191 !important;
}

.border-grey {
  border-color: #919191 !important;
}

.border-grey-light {
  border-color: #e5e5e5 !important;
}

.border-grey-lighter {
  border-color: #f6f6f6 !important;
}

.border-grey-lightest {
  border-color: #f8fafc !important;
}

.border-white {
  border-color: #fff !important;
}

.border-red-dark {
  border-color: #cc1f1a !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: .125rem !important;
}

.rounded {
  border-radius: .25rem !important;
}

.rounded-lg {
  border-radius: .5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-t-sm {
  border-top-left-radius: .125rem !important;
  border-top-right-radius: .125rem !important;
}

.rounded-r-sm {
  border-top-right-radius: .125rem !important;
  border-bottom-right-radius: .125rem !important;
}

.rounded-b-sm {
  border-bottom-right-radius: .125rem !important;
  border-bottom-left-radius: .125rem !important;
}

.rounded-l-sm {
  border-top-left-radius: .125rem !important;
  border-bottom-left-radius: .125rem !important;
}

.rounded-t {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

.rounded-r {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.rounded-b {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.rounded-l {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.rounded-t-lg {
  border-top-left-radius: .5rem !important;
  border-top-right-radius: .5rem !important;
}

.rounded-r-lg {
  border-top-right-radius: .5rem !important;
  border-bottom-right-radius: .5rem !important;
}

.rounded-b-lg {
  border-bottom-right-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important;
}

.rounded-l-lg {
  border-top-left-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important;
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-none {
  border-top-left-radius: 0 !important;
}

.rounded-tr-none {
  border-top-right-radius: 0 !important;
}

.rounded-br-none {
  border-bottom-right-radius: 0 !important;
}

.rounded-bl-none {
  border-bottom-left-radius: 0 !important;
}

.rounded-tl-sm {
  border-top-left-radius: .125rem !important;
}

.rounded-tr-sm {
  border-top-right-radius: .125rem !important;
}

.rounded-br-sm {
  border-bottom-right-radius: .125rem !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: .125rem !important;
}

.rounded-tl {
  border-top-left-radius: .25rem !important;
}

.rounded-tr {
  border-top-right-radius: .25rem !important;
}

.rounded-br {
  border-bottom-right-radius: .25rem !important;
}

.rounded-bl {
  border-bottom-left-radius: .25rem !important;
}

.rounded-tl-lg {
  border-top-left-radius: .5rem !important;
}

.rounded-tr-lg {
  border-top-right-radius: .5rem !important;
}

.rounded-br-lg {
  border-bottom-right-radius: .5rem !important;
}

.rounded-bl-lg {
  border-bottom-left-radius: .5rem !important;
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.border-0 {
  border-width: 0 !important;
}

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

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

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

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

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

.border-t-0 {
  border-top-width: 0 !important;
}

.border-r-0 {
  border-right-width: 0 !important;
}

.border-b-0 {
  border-bottom-width: 0 !important;
}

.border-l-0 {
  border-left-width: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-auto {
  cursor: auto !important;
}

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

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

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

.cursor-move {
  cursor: move !important;
}

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

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.table {
  display: table !important;
}

.table-row {
  display: table-row !important;
}

.table-cell {
  display: table-cell !important;
}

.hidden {
  display: none !important;
}

.group:hover .group-hover\:block {
  display: block !important;
}

.group:hover .group-hover\:inline-block {
  display: inline-block !important;
}

.group:hover .group-hover\:inline {
  display: inline !important;
}

.group:hover .group-hover\:table {
  display: table !important;
}

.group:hover .group-hover\:table-row {
  display: table-row !important;
}

.group:hover .group-hover\:table-cell {
  display: table-cell !important;
}

.group:hover .group-hover\:hidden {
  display: none !important;
}

.flex {
  display: -webkit-flex !important;
  display: flex !important;
}

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

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

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

.flex-col {
  -webkit-flex-direction: column !important;
          flex-direction: column !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  -webkit-flex: 1 !important;
          flex: 1 !important;
}

.flex-auto {
  -webkit-flex: auto !important;
          flex: auto !important;
}

.flex-initial {
  -webkit-flex: initial !important;
          flex: initial !important;
}

.flex-none {
  -webkit-flex: none !important;
          flex: none !important;
}

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

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

.flex-no-grow {
  -webkit-flex-grow: 0 !important;
          flex-grow: 0 !important;
}

.flex-no-shrink {
  -webkit-flex-shrink: 0 !important;
          flex-shrink: 0 !important;
}

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

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

.float-none {
  float: none !important;
}

.clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

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

.font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}

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

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

.font-bold {
  font-weight: 600 !important;
}

.font-black {
  font-weight: 900 !important;
}

.h-0 {
  height: 0 !important;
}

.h-1 {
  height: .25rem !important;
}

.h-2 {
  height: .5rem !important;
}

.h-3 {
  height: .75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-auto {
  height: auto !important;
}

.h-px {
  height: 1px !important;
}

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

.h-screen {
  height: 100vh !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-loose {
  line-height: 2 !important;
}

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

.m-1 {
  margin: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.m-4 {
  margin: 30px !important;
}

.m-6 {
  margin: 45px !important;
}

.m-8 {
  margin: 60px !important;
}

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

.m-px {
  margin: 1px !important;
}

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

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

.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mx-2 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my-4 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mx-4 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-6 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mx-6 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.my-8 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mx-8 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-h-screen {
  max-height: 100vh !important;
}

.max-w-xxs {
  max-width: 15rem !important;
}

.max-w-xs {
  max-width: 20rem !important;
}

.max-w-sm {
  max-width: 30rem !important;
}

.max-w-md {
  max-width: 40rem !important;
}

.max-w-lg {
  max-width: 50rem !important;
}

.max-w-xl {
  max-width: 60rem !important;
}

.max-w-2xl {
  max-width: 70rem !important;
}

.max-w-3xl {
  max-width: 80rem !important;
}

.max-w-4xl {
  max-width: 90rem !important;
}

.max-w-5xl {
  max-width: 100rem !important;
}

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

.min-h-0 {
  min-height: 0 !important;
}

.min-h-375 {
  min-height: 375px !important;
}

.min-h-420 {
  min-height: 420px !important;
}

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

.min-h-screen {
  min-height: 100vh !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-w-375 {
  min-width: 375px !important;
}

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

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

.-m-1 {
  margin: -5px !important;
}

.-m-2 {
  margin: -10px !important;
}

.-m-3 {
  margin: -15px !important;
}

.-m-4 {
  margin: -30px !important;
}

.-m-6 {
  margin: -45px !important;
}

.-m-8 {
  margin: -60px !important;
}

.-m-px {
  margin: -1px !important;
}

.-m-2px {
  margin: -2px !important;
}

.-m-3px {
  margin: -3px !important;
}

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

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

.-my-1 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.-mx-1 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.-my-2 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.-mx-2 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.-my-3 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.-mx-3 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.-my-4 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.-mx-4 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.-my-6 {
  margin-top: -45px !important;
  margin-bottom: -45px !important;
}

.-mx-6 {
  margin-left: -45px !important;
  margin-right: -45px !important;
}

.-my-8 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.-mx-8 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: .25 !important;
}

.opacity-50 {
  opacity: .5 !important;
}

.opacity-75 {
  opacity: .75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.outline-none {
  outline: 0 !important;
}

.focus\:outline-none:focus {
  outline: 0 !important;
}

.overflow-auto {
  overflow: auto !important;
}

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

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch !important;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto !important;
}

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

.p-1 {
  padding: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.p-4 {
  padding: 30px !important;
}

.p-6 {
  padding: 45px !important;
}

.p-8 {
  padding: 60px !important;
}

.p-px {
  padding: 1px !important;
}

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

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

.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

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

.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

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

.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

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

.py-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

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

.py-6 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

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

.py-8 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.pin-none {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.pin {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.pin-y {
  top: 0 !important;
  bottom: 0 !important;
}

.pin-x {
  right: 0 !important;
  left: 0 !important;
}

.pin-t {
  top: 0 !important;
}

.pin-r {
  right: 0 !important;
}

.pin-b {
  bottom: 0 !important;
}

.pin-l {
  left: 0 !important;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}

.shadow-inner {
  box-shadow: inset 0 0px 14px -3px rgba(0, 0, 0, .5) !important;
}

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

.hover\:shadow:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
}

.hover\:shadow-lg:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08) !important;
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 0px 14px -3px rgba(0, 0, 0, .5) !important;
}

.hover\:shadow-none:hover {
  box-shadow: none !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !important;
}

.text-left {
  text-align: left !important;
}

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

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-transparent {
  color: transparent !important;
}

.text-primary {
  color: #526b36 !important;
}

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

.text-primary-dark {
  color: #526b36 !important;
}

.text-secondary {
  color: #b01934 !important;
}

.text-secondary-light {
  color: #d4e1ef !important;
}

.text-allblack {
  color: #000 !important;
}

.text-black {
  color: #393939 !important;
}

.text-grey-darkest {
  color: #4b4d4d !important;
}

.text-grey-darker {
  color: #606f7b !important;
}

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

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

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

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

.text-grey-lightest {
  color: #f8fafc !important;
}

.text-white {
  color: #fff !important;
}

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

.group:hover .group-hover\:text-transparent {
  color: transparent !important;
}

.group:hover .group-hover\:text-primary {
  color: #526b36 !important;
}

.group:hover .group-hover\:text-primary-light {
  color: #eff3f7 !important;
}

.group:hover .group-hover\:text-primary-dark {
  color: #526b36 !important;
}

.group:hover .group-hover\:text-secondary {
  color: #b01934 !important;
}

.group:hover .group-hover\:text-secondary-light {
  color: #d4e1ef !important;
}

.group:hover .group-hover\:text-allblack {
  color: #000 !important;
}

.group:hover .group-hover\:text-black {
  color: #393939 !important;
}

.group:hover .group-hover\:text-grey-darkest {
  color: #4b4d4d !important;
}

.group:hover .group-hover\:text-grey-darker {
  color: #606f7b !important;
}

.group:hover .group-hover\:text-grey-dark {
  color: #919191 !important;
}

.group:hover .group-hover\:text-grey {
  color: #919191 !important;
}

.group:hover .group-hover\:text-grey-light {
  color: #e5e5e5 !important;
}

.group:hover .group-hover\:text-grey-lighter {
  color: #f6f6f6 !important;
}

.group:hover .group-hover\:text-grey-lightest {
  color: #f8fafc !important;
}

.group:hover .group-hover\:text-white {
  color: #fff !important;
}

.group:hover .group-hover\:text-red-dark {
  color: #cc1f1a !important;
}

.hover\:text-transparent:hover {
  color: transparent !important;
}

.hover\:text-primary:hover {
  color: #526b36 !important;
}

.hover\:text-primary-light:hover {
  color: #eff3f7 !important;
}

.hover\:text-primary-dark:hover {
  color: #526b36 !important;
}

.hover\:text-secondary:hover {
  color: #b01934 !important;
}

.hover\:text-secondary-light:hover {
  color: #d4e1ef !important;
}

.hover\:text-allblack:hover {
  color: #000 !important;
}

.hover\:text-black:hover {
  color: #393939 !important;
}

.hover\:text-grey-darkest:hover {
  color: #4b4d4d !important;
}

.hover\:text-grey-darker:hover {
  color: #606f7b !important;
}

.hover\:text-grey-dark:hover {
  color: #919191 !important;
}

.hover\:text-grey:hover {
  color: #919191 !important;
}

.hover\:text-grey-light:hover {
  color: #e5e5e5 !important;
}

.hover\:text-grey-lighter:hover {
  color: #f6f6f6 !important;
}

.hover\:text-grey-lightest:hover {
  color: #f8fafc !important;
}

.hover\:text-white:hover {
  color: #fff !important;
}

.hover\:text-red-dark:hover {
  color: #cc1f1a !important;
}

.text-xs {
  font-size: 10px !important;
}

.text-sm {
  font-size: 12px !important;
}

.text-base {
  font-size: 14px !important;
}

.text-lg {
  font-size: 16px !important;
}

.text-xl {
  font-size: 18px !important;
}

.text-2xl {
  font-size: 20px !important;
}

.text-3xl {
  font-size: 26px !important;
}

.text-4xl {
  font-size: 30px !important;
}

.text-5xl {
  font-size: 32px !important;
}

.italic {
  font-style: italic !important;
}

.roman {
  font-style: normal !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

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

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.tracking-tight {
  letter-spacing: -0.05em !important;
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-wide {
  letter-spacing: .05em !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-no-wrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-words {
  word-wrap: break-word !important;
}

.break-normal {
  word-wrap: normal !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.w-1 {
  width: .25rem !important;
}

.w-2 {
  width: .5rem !important;
}

.w-3 {
  width: .75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-auto {
  width: auto !important;
}

.w-px {
  width: 1px !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/3 {
  width: 33.33333% !important;
}

.w-2\/3 {
  width: 66.66667% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-1\/6 {
  width: 16.66667% !important;
}

.w-5\/6 {
  width: 83.33333% !important;
}

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

.w-screen {
  width: 100vw !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-auto {
  z-index: auto !important;
}

.container::before,
  .container::after {
    display: none !important;
  }

.order-first {
    -webkit-order: 1 !important;
            order: 1 !important;
  }

.order-1 {
    -webkit-order: 1 !important;
            order: 1 !important;
  }

.order-2 {
    -webkit-order: 2 !important;
            order: 2 !important;
  }

.order-3 {
    -webkit-order: 3 !important;
            order: 3 !important;
  }

.order-last {
    -webkit-order: 9999 !important;
            order: 9999 !important;
  }

.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

@media (min-width: 768px) {
  .sm\:bg-transparent {
    background-color: transparent !important;
  }

  .sm\:bg-primary {
    background-color: #526b36 !important;
  }

  .sm\:bg-primary-light {
    background-color: #eff3f7 !important;
  }

  .sm\:bg-primary-dark {
    background-color: #526b36 !important;
  }

  .sm\:bg-secondary {
    background-color: #b01934 !important;
  }

  .sm\:bg-secondary-light {
    background-color: #d4e1ef !important;
  }

  .sm\:bg-allblack {
    background-color: #000 !important;
  }

  .sm\:bg-black {
    background-color: #393939 !important;
  }

  .sm\:bg-grey-darkest {
    background-color: #4b4d4d !important;
  }

  .sm\:bg-grey-darker {
    background-color: #606f7b !important;
  }

  .sm\:bg-grey-dark {
    background-color: #919191 !important;
  }

  .sm\:bg-grey {
    background-color: #919191 !important;
  }

  .sm\:bg-grey-light {
    background-color: #e5e5e5 !important;
  }

  .sm\:bg-grey-lighter {
    background-color: #f6f6f6 !important;
  }

  .sm\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }

  .sm\:bg-white {
    background-color: #fff !important;
  }

  .sm\:bg-red-dark {
    background-color: #cc1f1a !important;
  }

  .group:hover .sm\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .sm\:group-hover\:bg-primary {
    background-color: #526b36 !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-light {
    background-color: #eff3f7 !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-dark {
    background-color: #526b36 !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary {
    background-color: #b01934 !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-light {
    background-color: #d4e1ef !important;
  }

  .group:hover .sm\:group-hover\:bg-allblack {
    background-color: #000 !important;
  }

  .group:hover .sm\:group-hover\:bg-black {
    background-color: #393939 !important;
  }

  .group:hover .sm\:group-hover\:bg-grey-darkest {
    background-color: #4b4d4d !important;
  }

  .group:hover .sm\:group-hover\:bg-grey-darker {
    background-color: #606f7b !important;
  }

  .group:hover .sm\:group-hover\:bg-grey-dark {
    background-color: #919191 !important;
  }

  .group:hover .sm\:group-hover\:bg-grey {
    background-color: #919191 !important;
  }

  .group:hover .sm\:group-hover\:bg-grey-light {
    background-color: #e5e5e5 !important;
  }

  .group:hover .sm\:group-hover\:bg-grey-lighter {
    background-color: #f6f6f6 !important;
  }

  .group:hover .sm\:group-hover\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }

  .group:hover .sm\:group-hover\:bg-white {
    background-color: #fff !important;
  }

  .group:hover .sm\:group-hover\:bg-red-dark {
    background-color: #cc1f1a !important;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .sm\:hover\:bg-primary:hover {
    background-color: #526b36 !important;
  }

  .sm\:hover\:bg-primary-light:hover {
    background-color: #eff3f7 !important;
  }

  .sm\:hover\:bg-primary-dark:hover {
    background-color: #526b36 !important;
  }

  .sm\:hover\:bg-secondary:hover {
    background-color: #b01934 !important;
  }

  .sm\:hover\:bg-secondary-light:hover {
    background-color: #d4e1ef !important;
  }

  .sm\:hover\:bg-allblack:hover {
    background-color: #000 !important;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #393939 !important;
  }

  .sm\:hover\:bg-grey-darkest:hover {
    background-color: #4b4d4d !important;
  }

  .sm\:hover\:bg-grey-darker:hover {
    background-color: #606f7b !important;
  }

  .sm\:hover\:bg-grey-dark:hover {
    background-color: #919191 !important;
  }

  .sm\:hover\:bg-grey:hover {
    background-color: #919191 !important;
  }

  .sm\:hover\:bg-grey-light:hover {
    background-color: #e5e5e5 !important;
  }

  .sm\:hover\:bg-grey-lighter:hover {
    background-color: #f6f6f6 !important;
  }

  .sm\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .sm\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a !important;
  }

  .sm\:border-0 {
    border-width: 0 !important;
  }

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

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

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

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

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

  .sm\:border-t-0 {
    border-top-width: 0 !important;
  }

  .sm\:border-r-0 {
    border-right-width: 0 !important;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .sm\:border-l-0 {
    border-left-width: 0 !important;
  }

  .sm\:border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:border-t-3 {
    border-top-width: 3px !important;
  }

  .sm\:border-r-3 {
    border-right-width: 3px !important;
  }

  .sm\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .sm\:border-l-3 {
    border-left-width: 3px !important;
  }

  .sm\:border-t-4 {
    border-top-width: 4px !important;
  }

  .sm\:border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\:border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\:border-t-8 {
    border-top-width: 8px !important;
  }

  .sm\:border-r-8 {
    border-right-width: 8px !important;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm\:border-l-8 {
    border-left-width: 8px !important;
  }

  .sm\:border-t {
    border-top-width: 1px !important;
  }

  .sm\:border-r {
    border-right-width: 1px !important;
  }

  .sm\:border-b {
    border-bottom-width: 1px !important;
  }

  .sm\:border-l {
    border-left-width: 1px !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:inline-block {
    display: inline-block !important;
  }

  .sm\:inline {
    display: inline !important;
  }

  .sm\:table {
    display: table !important;
  }

  .sm\:table-row {
    display: table-row !important;
  }

  .sm\:table-cell {
    display: table-cell !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .group:hover .sm\:group-hover\:block {
    display: block !important;
  }

  .group:hover .sm\:group-hover\:inline-block {
    display: inline-block !important;
  }

  .group:hover .sm\:group-hover\:inline {
    display: inline !important;
  }

  .group:hover .sm\:group-hover\:table {
    display: table !important;
  }

  .group:hover .sm\:group-hover\:table-row {
    display: table-row !important;
  }

  .group:hover .sm\:group-hover\:table-cell {
    display: table-cell !important;
  }

  .group:hover .sm\:group-hover\:hidden {
    display: none !important;
  }

  .sm\:flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .sm\:inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .sm\:flex-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }

  .sm\:flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .sm\:flex-col {
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }

  .sm\:flex-col-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-no-wrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

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

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

  .sm\:items-center {
    -webkit-align-items: center !important;
            align-items: center !important;
  }

  .sm\:items-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }

  .sm\:items-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }

  .sm\:self-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }

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

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

  .sm\:self-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }

  .sm\:self-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }

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

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

  .sm\:justify-center {
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }

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

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

  .sm\:content-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }

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

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

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

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

  .sm\:flex-1 {
    -webkit-flex: 1 !important;
            flex: 1 !important;
  }

  .sm\:flex-auto {
    -webkit-flex: auto !important;
            flex: auto !important;
  }

  .sm\:flex-initial {
    -webkit-flex: initial !important;
            flex: initial !important;
  }

  .sm\:flex-none {
    -webkit-flex: none !important;
            flex: none !important;
  }

  .sm\:flex-grow {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }

  .sm\:flex-shrink {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }

  .sm\:flex-no-grow {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }

  .sm\:flex-no-shrink {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }

  .sm\:float-right {
    float: right !important;
  }

  .sm\:float-left {
    float: left !important;
  }

  .sm\:float-none {
    float: none !important;
  }

  .sm\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .sm\:h-0 {
    height: 0 !important;
  }

  .sm\:h-1 {
    height: .25rem !important;
  }

  .sm\:h-2 {
    height: .5rem !important;
  }

  .sm\:h-3 {
    height: .75rem !important;
  }

  .sm\:h-4 {
    height: 1rem !important;
  }

  .sm\:h-6 {
    height: 1.5rem !important;
  }

  .sm\:h-8 {
    height: 2rem !important;
  }

  .sm\:h-10 {
    height: 2.5rem !important;
  }

  .sm\:h-12 {
    height: 3rem !important;
  }

  .sm\:h-16 {
    height: 4rem !important;
  }

  .sm\:h-20 {
    height: 5rem !important;
  }

  .sm\:h-24 {
    height: 6rem !important;
  }

  .sm\:h-32 {
    height: 8rem !important;
  }

  .sm\:h-48 {
    height: 12rem !important;
  }

  .sm\:h-64 {
    height: 16rem !important;
  }

  .sm\:h-auto {
    height: auto !important;
  }

  .sm\:h-px {
    height: 1px !important;
  }

  .sm\:h-full {
    height: 100% !important;
  }

  .sm\:h-screen {
    height: 100vh !important;
  }

  .sm\:leading-6 {
    line-height: 1.5rem !important;
  }

  .sm\:leading-none {
    line-height: 1 !important;
  }

  .sm\:leading-tight {
    line-height: 1.25 !important;
  }

  .sm\:leading-normal {
    line-height: 1.5 !important;
  }

  .sm\:leading-loose {
    line-height: 2 !important;
  }

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

  .sm\:m-1 {
    margin: 5px !important;
  }

  .sm\:m-2 {
    margin: 10px !important;
  }

  .sm\:m-3 {
    margin: 15px !important;
  }

  .sm\:m-4 {
    margin: 30px !important;
  }

  .sm\:m-6 {
    margin: 45px !important;
  }

  .sm\:m-8 {
    margin: 60px !important;
  }

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

  .sm\:m-px {
    margin: 1px !important;
  }

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

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

  .sm\:my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .sm\:mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .sm\:my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .sm\:mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .sm\:my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .sm\:mx-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .sm\:my-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .sm\:mx-4 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .sm\:my-6 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .sm\:mx-6 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .sm\:my-8 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .sm\:mx-8 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

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

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

  .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

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

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

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

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

  .sm\:mt-1 {
    margin-top: 5px !important;
  }

  .sm\:mr-1 {
    margin-right: 5px !important;
  }

  .sm\:mb-1 {
    margin-bottom: 5px !important;
  }

  .sm\:ml-1 {
    margin-left: 5px !important;
  }

  .sm\:mt-2 {
    margin-top: 10px !important;
  }

  .sm\:mr-2 {
    margin-right: 10px !important;
  }

  .sm\:mb-2 {
    margin-bottom: 10px !important;
  }

  .sm\:ml-2 {
    margin-left: 10px !important;
  }

  .sm\:mt-3 {
    margin-top: 15px !important;
  }

  .sm\:mr-3 {
    margin-right: 15px !important;
  }

  .sm\:mb-3 {
    margin-bottom: 15px !important;
  }

  .sm\:ml-3 {
    margin-left: 15px !important;
  }

  .sm\:mt-4 {
    margin-top: 30px !important;
  }

  .sm\:mr-4 {
    margin-right: 30px !important;
  }

  .sm\:mb-4 {
    margin-bottom: 30px !important;
  }

  .sm\:ml-4 {
    margin-left: 30px !important;
  }

  .sm\:mt-6 {
    margin-top: 45px !important;
  }

  .sm\:mr-6 {
    margin-right: 45px !important;
  }

  .sm\:mb-6 {
    margin-bottom: 45px !important;
  }

  .sm\:ml-6 {
    margin-left: 45px !important;
  }

  .sm\:mt-8 {
    margin-top: 60px !important;
  }

  .sm\:mr-8 {
    margin-right: 60px !important;
  }

  .sm\:mb-8 {
    margin-bottom: 60px !important;
  }

  .sm\:ml-8 {
    margin-left: 60px !important;
  }

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

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

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

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

  .sm\:mt-px {
    margin-top: 1px !important;
  }

  .sm\:mr-px {
    margin-right: 1px !important;
  }

  .sm\:mb-px {
    margin-bottom: 1px !important;
  }

  .sm\:ml-px {
    margin-left: 1px !important;
  }

  .sm\:max-h-full {
    max-height: 100% !important;
  }

  .sm\:max-h-screen {
    max-height: 100vh !important;
  }

  .sm\:max-w-xxs {
    max-width: 15rem !important;
  }

  .sm\:max-w-xs {
    max-width: 20rem !important;
  }

  .sm\:max-w-sm {
    max-width: 30rem !important;
  }

  .sm\:max-w-md {
    max-width: 40rem !important;
  }

  .sm\:max-w-lg {
    max-width: 50rem !important;
  }

  .sm\:max-w-xl {
    max-width: 60rem !important;
  }

  .sm\:max-w-2xl {
    max-width: 70rem !important;
  }

  .sm\:max-w-3xl {
    max-width: 80rem !important;
  }

  .sm\:max-w-4xl {
    max-width: 90rem !important;
  }

  .sm\:max-w-5xl {
    max-width: 100rem !important;
  }

  .sm\:max-w-full {
    max-width: 100% !important;
  }

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

  .sm\:-m-1 {
    margin: -5px !important;
  }

  .sm\:-m-2 {
    margin: -10px !important;
  }

  .sm\:-m-3 {
    margin: -15px !important;
  }

  .sm\:-m-4 {
    margin: -30px !important;
  }

  .sm\:-m-6 {
    margin: -45px !important;
  }

  .sm\:-m-8 {
    margin: -60px !important;
  }

  .sm\:-m-px {
    margin: -1px !important;
  }

  .sm\:-m-2px {
    margin: -2px !important;
  }

  .sm\:-m-3px {
    margin: -3px !important;
  }

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

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

  .sm\:-my-1 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .sm\:-mx-1 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .sm\:-my-2 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .sm\:-mx-2 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .sm\:-my-3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .sm\:-mx-3 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .sm\:-my-4 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .sm\:-mx-4 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .sm\:-my-6 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .sm\:-mx-6 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .sm\:-my-8 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .sm\:-mx-8 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .sm\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:-my-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .sm\:-mx-2px {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .sm\:-my-3px {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .sm\:-mx-3px {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

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

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

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

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

  .sm\:-mt-1 {
    margin-top: -5px !important;
  }

  .sm\:-mr-1 {
    margin-right: -5px !important;
  }

  .sm\:-mb-1 {
    margin-bottom: -5px !important;
  }

  .sm\:-ml-1 {
    margin-left: -5px !important;
  }

  .sm\:-mt-2 {
    margin-top: -10px !important;
  }

  .sm\:-mr-2 {
    margin-right: -10px !important;
  }

  .sm\:-mb-2 {
    margin-bottom: -10px !important;
  }

  .sm\:-ml-2 {
    margin-left: -10px !important;
  }

  .sm\:-mt-3 {
    margin-top: -15px !important;
  }

  .sm\:-mr-3 {
    margin-right: -15px !important;
  }

  .sm\:-mb-3 {
    margin-bottom: -15px !important;
  }

  .sm\:-ml-3 {
    margin-left: -15px !important;
  }

  .sm\:-mt-4 {
    margin-top: -30px !important;
  }

  .sm\:-mr-4 {
    margin-right: -30px !important;
  }

  .sm\:-mb-4 {
    margin-bottom: -30px !important;
  }

  .sm\:-ml-4 {
    margin-left: -30px !important;
  }

  .sm\:-mt-6 {
    margin-top: -45px !important;
  }

  .sm\:-mr-6 {
    margin-right: -45px !important;
  }

  .sm\:-mb-6 {
    margin-bottom: -45px !important;
  }

  .sm\:-ml-6 {
    margin-left: -45px !important;
  }

  .sm\:-mt-8 {
    margin-top: -60px !important;
  }

  .sm\:-mr-8 {
    margin-right: -60px !important;
  }

  .sm\:-mb-8 {
    margin-bottom: -60px !important;
  }

  .sm\:-ml-8 {
    margin-left: -60px !important;
  }

  .sm\:-mt-px {
    margin-top: -1px !important;
  }

  .sm\:-mr-px {
    margin-right: -1px !important;
  }

  .sm\:-mb-px {
    margin-bottom: -1px !important;
  }

  .sm\:-ml-px {
    margin-left: -1px !important;
  }

  .sm\:-mt-2px {
    margin-top: -2px !important;
  }

  .sm\:-mr-2px {
    margin-right: -2px !important;
  }

  .sm\:-mb-2px {
    margin-bottom: -2px !important;
  }

  .sm\:-ml-2px {
    margin-left: -2px !important;
  }

  .sm\:-mt-3px {
    margin-top: -3px !important;
  }

  .sm\:-mr-3px {
    margin-right: -3px !important;
  }

  .sm\:-mb-3px {
    margin-bottom: -3px !important;
  }

  .sm\:-ml-3px {
    margin-left: -3px !important;
  }

  .sm\:opacity-0 {
    opacity: 0 !important;
  }

  .sm\:opacity-25 {
    opacity: .25 !important;
  }

  .sm\:opacity-50 {
    opacity: .5 !important;
  }

  .sm\:opacity-75 {
    opacity: .75 !important;
  }

  .sm\:opacity-100 {
    opacity: 1 !important;
  }

  .sm\:overflow-auto {
    overflow: auto !important;
  }

  .sm\:overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:overflow-visible {
    overflow: visible !important;
  }

  .sm\:overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

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

  .sm\:p-1 {
    padding: 5px !important;
  }

  .sm\:p-2 {
    padding: 10px !important;
  }

  .sm\:p-3 {
    padding: 15px !important;
  }

  .sm\:p-4 {
    padding: 30px !important;
  }

  .sm\:p-6 {
    padding: 45px !important;
  }

  .sm\:p-8 {
    padding: 60px !important;
  }

  .sm\:p-px {
    padding: 1px !important;
  }

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

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

  .sm\:py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .sm\:px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .sm\:py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .sm\:px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .sm\:py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .sm\:px-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .sm\:py-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .sm\:px-4 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .sm\:py-6 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .sm\:px-6 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .sm\:py-8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .sm\:px-8 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

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

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

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

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

  .sm\:pt-1 {
    padding-top: 5px !important;
  }

  .sm\:pr-1 {
    padding-right: 5px !important;
  }

  .sm\:pb-1 {
    padding-bottom: 5px !important;
  }

  .sm\:pl-1 {
    padding-left: 5px !important;
  }

  .sm\:pt-2 {
    padding-top: 10px !important;
  }

  .sm\:pr-2 {
    padding-right: 10px !important;
  }

  .sm\:pb-2 {
    padding-bottom: 10px !important;
  }

  .sm\:pl-2 {
    padding-left: 10px !important;
  }

  .sm\:pt-3 {
    padding-top: 15px !important;
  }

  .sm\:pr-3 {
    padding-right: 15px !important;
  }

  .sm\:pb-3 {
    padding-bottom: 15px !important;
  }

  .sm\:pl-3 {
    padding-left: 15px !important;
  }

  .sm\:pt-4 {
    padding-top: 30px !important;
  }

  .sm\:pr-4 {
    padding-right: 30px !important;
  }

  .sm\:pb-4 {
    padding-bottom: 30px !important;
  }

  .sm\:pl-4 {
    padding-left: 30px !important;
  }

  .sm\:pt-6 {
    padding-top: 45px !important;
  }

  .sm\:pr-6 {
    padding-right: 45px !important;
  }

  .sm\:pb-6 {
    padding-bottom: 45px !important;
  }

  .sm\:pl-6 {
    padding-left: 45px !important;
  }

  .sm\:pt-8 {
    padding-top: 60px !important;
  }

  .sm\:pr-8 {
    padding-right: 60px !important;
  }

  .sm\:pb-8 {
    padding-bottom: 60px !important;
  }

  .sm\:pl-8 {
    padding-left: 60px !important;
  }

  .sm\:pt-px {
    padding-top: 1px !important;
  }

  .sm\:pr-px {
    padding-right: 1px !important;
  }

  .sm\:pb-px {
    padding-bottom: 1px !important;
  }

  .sm\:pl-px {
    padding-left: 1px !important;
  }

  .sm\:static {
    position: static !important;
  }

  .sm\:fixed {
    position: fixed !important;
  }

  .sm\:absolute {
    position: absolute !important;
  }

  .sm\:relative {
    position: relative !important;
  }

  .sm\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .sm\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .sm\:pin-t {
    top: 0 !important;
  }

  .sm\:pin-r {
    right: 0 !important;
  }

  .sm\:pin-b {
    bottom: 0 !important;
  }

  .sm\:pin-l {
    left: 0 !important;
  }

  .sm\:table-auto {
    table-layout: auto !important;
  }

  .sm\:table-fixed {
    table-layout: fixed !important;
  }

  .sm\:text-left {
    text-align: left !important;
  }

  .sm\:text-center {
    text-align: center !important;
  }

  .sm\:text-right {
    text-align: right !important;
  }

  .sm\:text-justify {
    text-align: justify !important;
  }

  .sm\:text-transparent {
    color: transparent !important;
  }

  .sm\:text-primary {
    color: #526b36 !important;
  }

  .sm\:text-primary-light {
    color: #eff3f7 !important;
  }

  .sm\:text-primary-dark {
    color: #526b36 !important;
  }

  .sm\:text-secondary {
    color: #b01934 !important;
  }

  .sm\:text-secondary-light {
    color: #d4e1ef !important;
  }

  .sm\:text-allblack {
    color: #000 !important;
  }

  .sm\:text-black {
    color: #393939 !important;
  }

  .sm\:text-grey-darkest {
    color: #4b4d4d !important;
  }

  .sm\:text-grey-darker {
    color: #606f7b !important;
  }

  .sm\:text-grey-dark {
    color: #919191 !important;
  }

  .sm\:text-grey {
    color: #919191 !important;
  }

  .sm\:text-grey-light {
    color: #e5e5e5 !important;
  }

  .sm\:text-grey-lighter {
    color: #f6f6f6 !important;
  }

  .sm\:text-grey-lightest {
    color: #f8fafc !important;
  }

  .sm\:text-white {
    color: #fff !important;
  }

  .sm\:text-red-dark {
    color: #cc1f1a !important;
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .sm\:group-hover\:text-primary {
    color: #526b36 !important;
  }

  .group:hover .sm\:group-hover\:text-primary-light {
    color: #eff3f7 !important;
  }

  .group:hover .sm\:group-hover\:text-primary-dark {
    color: #526b36 !important;
  }

  .group:hover .sm\:group-hover\:text-secondary {
    color: #b01934 !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-light {
    color: #d4e1ef !important;
  }

  .group:hover .sm\:group-hover\:text-allblack {
    color: #000 !important;
  }

  .group:hover .sm\:group-hover\:text-black {
    color: #393939 !important;
  }

  .group:hover .sm\:group-hover\:text-grey-darkest {
    color: #4b4d4d !important;
  }

  .group:hover .sm\:group-hover\:text-grey-darker {
    color: #606f7b !important;
  }

  .group:hover .sm\:group-hover\:text-grey-dark {
    color: #919191 !important;
  }

  .group:hover .sm\:group-hover\:text-grey {
    color: #919191 !important;
  }

  .group:hover .sm\:group-hover\:text-grey-light {
    color: #e5e5e5 !important;
  }

  .group:hover .sm\:group-hover\:text-grey-lighter {
    color: #f6f6f6 !important;
  }

  .group:hover .sm\:group-hover\:text-grey-lightest {
    color: #f8fafc !important;
  }

  .group:hover .sm\:group-hover\:text-white {
    color: #fff !important;
  }

  .group:hover .sm\:group-hover\:text-red-dark {
    color: #cc1f1a !important;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .sm\:hover\:text-primary:hover {
    color: #526b36 !important;
  }

  .sm\:hover\:text-primary-light:hover {
    color: #eff3f7 !important;
  }

  .sm\:hover\:text-primary-dark:hover {
    color: #526b36 !important;
  }

  .sm\:hover\:text-secondary:hover {
    color: #b01934 !important;
  }

  .sm\:hover\:text-secondary-light:hover {
    color: #d4e1ef !important;
  }

  .sm\:hover\:text-allblack:hover {
    color: #000 !important;
  }

  .sm\:hover\:text-black:hover {
    color: #393939 !important;
  }

  .sm\:hover\:text-grey-darkest:hover {
    color: #4b4d4d !important;
  }

  .sm\:hover\:text-grey-darker:hover {
    color: #606f7b !important;
  }

  .sm\:hover\:text-grey-dark:hover {
    color: #919191 !important;
  }

  .sm\:hover\:text-grey:hover {
    color: #919191 !important;
  }

  .sm\:hover\:text-grey-light:hover {
    color: #e5e5e5 !important;
  }

  .sm\:hover\:text-grey-lighter:hover {
    color: #f6f6f6 !important;
  }

  .sm\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }

  .sm\:hover\:text-white:hover {
    color: #fff !important;
  }

  .sm\:hover\:text-red-dark:hover {
    color: #cc1f1a !important;
  }

  .sm\:text-xs {
    font-size: 10px !important;
  }

  .sm\:text-sm {
    font-size: 12px !important;
  }

  .sm\:text-base {
    font-size: 14px !important;
  }

  .sm\:text-lg {
    font-size: 16px !important;
  }

  .sm\:text-xl {
    font-size: 18px !important;
  }

  .sm\:text-2xl {
    font-size: 20px !important;
  }

  .sm\:text-3xl {
    font-size: 26px !important;
  }

  .sm\:text-4xl {
    font-size: 30px !important;
  }

  .sm\:text-5xl {
    font-size: 32px !important;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .sm\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .sm\:whitespace-normal {
    white-space: normal !important;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre {
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:break-words {
    word-wrap: break-word !important;
  }

  .sm\:break-normal {
    word-wrap: normal !important;
  }

  .sm\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:w-1 {
    width: .25rem !important;
  }

  .sm\:w-2 {
    width: .5rem !important;
  }

  .sm\:w-3 {
    width: .75rem !important;
  }

  .sm\:w-4 {
    width: 1rem !important;
  }

  .sm\:w-6 {
    width: 1.5rem !important;
  }

  .sm\:w-8 {
    width: 2rem !important;
  }

  .sm\:w-10 {
    width: 2.5rem !important;
  }

  .sm\:w-12 {
    width: 3rem !important;
  }

  .sm\:w-16 {
    width: 4rem !important;
  }

  .sm\:w-20 {
    width: 5rem !important;
  }

  .sm\:w-24 {
    width: 6rem !important;
  }

  .sm\:w-32 {
    width: 8rem !important;
  }

  .sm\:w-48 {
    width: 12rem !important;
  }

  .sm\:w-64 {
    width: 16rem !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:w-px {
    width: 1px !important;
  }

  .sm\:w-1\/2 {
    width: 50% !important;
  }

  .sm\:w-1\/3 {
    width: 33.33333% !important;
  }

  .sm\:w-2\/3 {
    width: 66.66667% !important;
  }

  .sm\:w-1\/4 {
    width: 25% !important;
  }

  .sm\:w-3\/4 {
    width: 75% !important;
  }

  .sm\:w-1\/5 {
    width: 20% !important;
  }

  .sm\:w-2\/5 {
    width: 40% !important;
  }

  .sm\:w-3\/5 {
    width: 60% !important;
  }

  .sm\:w-4\/5 {
    width: 80% !important;
  }

  .sm\:w-1\/6 {
    width: 16.66667% !important;
  }

  .sm\:w-5\/6 {
    width: 83.33333% !important;
  }

  .sm\:w-full {
    width: 100% !important;
  }

  .sm\:w-screen {
    width: 100vw !important;
  }

  .sm\:order-first {
    -webkit-order: 1;
            order: 1;
  }

  .sm\:order-1 {
    -webkit-order: 1;
            order: 1;
  }

  .sm\:order-2 {
    -webkit-order: 2;
            order: 2;
  }

  .sm\:order-3 {
    -webkit-order: 3;
            order: 3;
  }

  .sm\:order-last {
    -webkit-order: 9999;
            order: 9999;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media (min-width: 992px) {
  .md\:bg-transparent {
    background-color: transparent !important;
  }

  .md\:bg-primary {
    background-color: #526b36 !important;
  }

  .md\:bg-primary-light {
    background-color: #eff3f7 !important;
  }

  .md\:bg-primary-dark {
    background-color: #526b36 !important;
  }

  .md\:bg-secondary {
    background-color: #b01934 !important;
  }

  .md\:bg-secondary-light {
    background-color: #d4e1ef !important;
  }

  .md\:bg-allblack {
    background-color: #000 !important;
  }

  .md\:bg-black {
    background-color: #393939 !important;
  }

  .md\:bg-grey-darkest {
    background-color: #4b4d4d !important;
  }

  .md\:bg-grey-darker {
    background-color: #606f7b !important;
  }

  .md\:bg-grey-dark {
    background-color: #919191 !important;
  }

  .md\:bg-grey {
    background-color: #919191 !important;
  }

  .md\:bg-grey-light {
    background-color: #e5e5e5 !important;
  }

  .md\:bg-grey-lighter {
    background-color: #f6f6f6 !important;
  }

  .md\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }

  .md\:bg-white {
    background-color: #fff !important;
  }

  .md\:bg-red-dark {
    background-color: #cc1f1a !important;
  }

  .group:hover .md\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .md\:group-hover\:bg-primary {
    background-color: #526b36 !important;
  }

  .group:hover .md\:group-hover\:bg-primary-light {
    background-color: #eff3f7 !important;
  }

  .group:hover .md\:group-hover\:bg-primary-dark {
    background-color: #526b36 !important;
  }

  .group:hover .md\:group-hover\:bg-secondary {
    background-color: #b01934 !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-light {
    background-color: #d4e1ef !important;
  }

  .group:hover .md\:group-hover\:bg-allblack {
    background-color: #000 !important;
  }

  .group:hover .md\:group-hover\:bg-black {
    background-color: #393939 !important;
  }

  .group:hover .md\:group-hover\:bg-grey-darkest {
    background-color: #4b4d4d !important;
  }

  .group:hover .md\:group-hover\:bg-grey-darker {
    background-color: #606f7b !important;
  }

  .group:hover .md\:group-hover\:bg-grey-dark {
    background-color: #919191 !important;
  }

  .group:hover .md\:group-hover\:bg-grey {
    background-color: #919191 !important;
  }

  .group:hover .md\:group-hover\:bg-grey-light {
    background-color: #e5e5e5 !important;
  }

  .group:hover .md\:group-hover\:bg-grey-lighter {
    background-color: #f6f6f6 !important;
  }

  .group:hover .md\:group-hover\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }

  .group:hover .md\:group-hover\:bg-white {
    background-color: #fff !important;
  }

  .group:hover .md\:group-hover\:bg-red-dark {
    background-color: #cc1f1a !important;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .md\:hover\:bg-primary:hover {
    background-color: #526b36 !important;
  }

  .md\:hover\:bg-primary-light:hover {
    background-color: #eff3f7 !important;
  }

  .md\:hover\:bg-primary-dark:hover {
    background-color: #526b36 !important;
  }

  .md\:hover\:bg-secondary:hover {
    background-color: #b01934 !important;
  }

  .md\:hover\:bg-secondary-light:hover {
    background-color: #d4e1ef !important;
  }

  .md\:hover\:bg-allblack:hover {
    background-color: #000 !important;
  }

  .md\:hover\:bg-black:hover {
    background-color: #393939 !important;
  }

  .md\:hover\:bg-grey-darkest:hover {
    background-color: #4b4d4d !important;
  }

  .md\:hover\:bg-grey-darker:hover {
    background-color: #606f7b !important;
  }

  .md\:hover\:bg-grey-dark:hover {
    background-color: #919191 !important;
  }

  .md\:hover\:bg-grey:hover {
    background-color: #919191 !important;
  }

  .md\:hover\:bg-grey-light:hover {
    background-color: #e5e5e5 !important;
  }

  .md\:hover\:bg-grey-lighter:hover {
    background-color: #f6f6f6 !important;
  }

  .md\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .md\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a !important;
  }

  .md\:border-0 {
    border-width: 0 !important;
  }

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

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

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

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

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

  .md\:border-t-0 {
    border-top-width: 0 !important;
  }

  .md\:border-r-0 {
    border-right-width: 0 !important;
  }

  .md\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .md\:border-l-0 {
    border-left-width: 0 !important;
  }

  .md\:border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:border-t-3 {
    border-top-width: 3px !important;
  }

  .md\:border-r-3 {
    border-right-width: 3px !important;
  }

  .md\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .md\:border-l-3 {
    border-left-width: 3px !important;
  }

  .md\:border-t-4 {
    border-top-width: 4px !important;
  }

  .md\:border-r-4 {
    border-right-width: 4px !important;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\:border-l-4 {
    border-left-width: 4px !important;
  }

  .md\:border-t-8 {
    border-top-width: 8px !important;
  }

  .md\:border-r-8 {
    border-right-width: 8px !important;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md\:border-l-8 {
    border-left-width: 8px !important;
  }

  .md\:border-t {
    border-top-width: 1px !important;
  }

  .md\:border-r {
    border-right-width: 1px !important;
  }

  .md\:border-b {
    border-bottom-width: 1px !important;
  }

  .md\:border-l {
    border-left-width: 1px !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:table {
    display: table !important;
  }

  .md\:table-row {
    display: table-row !important;
  }

  .md\:table-cell {
    display: table-cell !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .group:hover .md\:group-hover\:block {
    display: block !important;
  }

  .group:hover .md\:group-hover\:inline-block {
    display: inline-block !important;
  }

  .group:hover .md\:group-hover\:inline {
    display: inline !important;
  }

  .group:hover .md\:group-hover\:table {
    display: table !important;
  }

  .group:hover .md\:group-hover\:table-row {
    display: table-row !important;
  }

  .group:hover .md\:group-hover\:table-cell {
    display: table-cell !important;
  }

  .group:hover .md\:group-hover\:hidden {
    display: none !important;
  }

  .md\:flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .md\:inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .md\:flex-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }

  .md\:flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .md\:flex-col {
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }

  .md\:flex-col-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .md\:flex-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

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

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

  .md\:items-center {
    -webkit-align-items: center !important;
            align-items: center !important;
  }

  .md\:items-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }

  .md\:items-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }

  .md\:self-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }

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

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

  .md\:self-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }

  .md\:self-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }

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

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

  .md\:justify-center {
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }

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

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

  .md\:content-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }

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

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

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

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

  .md\:flex-1 {
    -webkit-flex: 1 !important;
            flex: 1 !important;
  }

  .md\:flex-auto {
    -webkit-flex: auto !important;
            flex: auto !important;
  }

  .md\:flex-initial {
    -webkit-flex: initial !important;
            flex: initial !important;
  }

  .md\:flex-none {
    -webkit-flex: none !important;
            flex: none !important;
  }

  .md\:flex-grow {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }

  .md\:flex-shrink {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }

  .md\:flex-no-grow {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }

  .md\:flex-no-shrink {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }

  .md\:float-right {
    float: right !important;
  }

  .md\:float-left {
    float: left !important;
  }

  .md\:float-none {
    float: none !important;
  }

  .md\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\:h-0 {
    height: 0 !important;
  }

  .md\:h-1 {
    height: .25rem !important;
  }

  .md\:h-2 {
    height: .5rem !important;
  }

  .md\:h-3 {
    height: .75rem !important;
  }

  .md\:h-4 {
    height: 1rem !important;
  }

  .md\:h-6 {
    height: 1.5rem !important;
  }

  .md\:h-8 {
    height: 2rem !important;
  }

  .md\:h-10 {
    height: 2.5rem !important;
  }

  .md\:h-12 {
    height: 3rem !important;
  }

  .md\:h-16 {
    height: 4rem !important;
  }

  .md\:h-20 {
    height: 5rem !important;
  }

  .md\:h-24 {
    height: 6rem !important;
  }

  .md\:h-32 {
    height: 8rem !important;
  }

  .md\:h-48 {
    height: 12rem !important;
  }

  .md\:h-64 {
    height: 16rem !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-px {
    height: 1px !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:leading-6 {
    line-height: 1.5rem !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  .md\:leading-tight {
    line-height: 1.25 !important;
  }

  .md\:leading-normal {
    line-height: 1.5 !important;
  }

  .md\:leading-loose {
    line-height: 2 !important;
  }

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

  .md\:m-1 {
    margin: 5px !important;
  }

  .md\:m-2 {
    margin: 10px !important;
  }

  .md\:m-3 {
    margin: 15px !important;
  }

  .md\:m-4 {
    margin: 30px !important;
  }

  .md\:m-6 {
    margin: 45px !important;
  }

  .md\:m-8 {
    margin: 60px !important;
  }

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

  .md\:m-px {
    margin: 1px !important;
  }

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

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

  .md\:my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .md\:mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .md\:my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .md\:mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .md\:my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .md\:mx-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .md\:my-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .md\:mx-4 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .md\:my-6 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .md\:mx-6 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .md\:my-8 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .md\:mx-8 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

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

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

  .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

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

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

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

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

  .md\:mt-1 {
    margin-top: 5px !important;
  }

  .md\:mr-1 {
    margin-right: 5px !important;
  }

  .md\:mb-1 {
    margin-bottom: 5px !important;
  }

  .md\:ml-1 {
    margin-left: 5px !important;
  }

  .md\:mt-2 {
    margin-top: 10px !important;
  }

  .md\:mr-2 {
    margin-right: 10px !important;
  }

  .md\:mb-2 {
    margin-bottom: 10px !important;
  }

  .md\:ml-2 {
    margin-left: 10px !important;
  }

  .md\:mt-3 {
    margin-top: 15px !important;
  }

  .md\:mr-3 {
    margin-right: 15px !important;
  }

  .md\:mb-3 {
    margin-bottom: 15px !important;
  }

  .md\:ml-3 {
    margin-left: 15px !important;
  }

  .md\:mt-4 {
    margin-top: 30px !important;
  }

  .md\:mr-4 {
    margin-right: 30px !important;
  }

  .md\:mb-4 {
    margin-bottom: 30px !important;
  }

  .md\:ml-4 {
    margin-left: 30px !important;
  }

  .md\:mt-6 {
    margin-top: 45px !important;
  }

  .md\:mr-6 {
    margin-right: 45px !important;
  }

  .md\:mb-6 {
    margin-bottom: 45px !important;
  }

  .md\:ml-6 {
    margin-left: 45px !important;
  }

  .md\:mt-8 {
    margin-top: 60px !important;
  }

  .md\:mr-8 {
    margin-right: 60px !important;
  }

  .md\:mb-8 {
    margin-bottom: 60px !important;
  }

  .md\:ml-8 {
    margin-left: 60px !important;
  }

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

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

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

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

  .md\:mt-px {
    margin-top: 1px !important;
  }

  .md\:mr-px {
    margin-right: 1px !important;
  }

  .md\:mb-px {
    margin-bottom: 1px !important;
  }

  .md\:ml-px {
    margin-left: 1px !important;
  }

  .md\:max-h-full {
    max-height: 100% !important;
  }

  .md\:max-h-screen {
    max-height: 100vh !important;
  }

  .md\:max-w-xxs {
    max-width: 15rem !important;
  }

  .md\:max-w-xs {
    max-width: 20rem !important;
  }

  .md\:max-w-sm {
    max-width: 30rem !important;
  }

  .md\:max-w-md {
    max-width: 40rem !important;
  }

  .md\:max-w-lg {
    max-width: 50rem !important;
  }

  .md\:max-w-xl {
    max-width: 60rem !important;
  }

  .md\:max-w-2xl {
    max-width: 70rem !important;
  }

  .md\:max-w-3xl {
    max-width: 80rem !important;
  }

  .md\:max-w-4xl {
    max-width: 90rem !important;
  }

  .md\:max-w-5xl {
    max-width: 100rem !important;
  }

  .md\:max-w-full {
    max-width: 100% !important;
  }

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

  .md\:-m-1 {
    margin: -5px !important;
  }

  .md\:-m-2 {
    margin: -10px !important;
  }

  .md\:-m-3 {
    margin: -15px !important;
  }

  .md\:-m-4 {
    margin: -30px !important;
  }

  .md\:-m-6 {
    margin: -45px !important;
  }

  .md\:-m-8 {
    margin: -60px !important;
  }

  .md\:-m-px {
    margin: -1px !important;
  }

  .md\:-m-2px {
    margin: -2px !important;
  }

  .md\:-m-3px {
    margin: -3px !important;
  }

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

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

  .md\:-my-1 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .md\:-mx-1 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .md\:-my-2 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .md\:-mx-2 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .md\:-my-3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .md\:-mx-3 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .md\:-my-4 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .md\:-mx-4 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .md\:-my-6 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .md\:-mx-6 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .md\:-my-8 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .md\:-mx-8 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .md\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:-my-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .md\:-mx-2px {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .md\:-my-3px {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .md\:-mx-3px {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

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

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

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

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

  .md\:-mt-1 {
    margin-top: -5px !important;
  }

  .md\:-mr-1 {
    margin-right: -5px !important;
  }

  .md\:-mb-1 {
    margin-bottom: -5px !important;
  }

  .md\:-ml-1 {
    margin-left: -5px !important;
  }

  .md\:-mt-2 {
    margin-top: -10px !important;
  }

  .md\:-mr-2 {
    margin-right: -10px !important;
  }

  .md\:-mb-2 {
    margin-bottom: -10px !important;
  }

  .md\:-ml-2 {
    margin-left: -10px !important;
  }

  .md\:-mt-3 {
    margin-top: -15px !important;
  }

  .md\:-mr-3 {
    margin-right: -15px !important;
  }

  .md\:-mb-3 {
    margin-bottom: -15px !important;
  }

  .md\:-ml-3 {
    margin-left: -15px !important;
  }

  .md\:-mt-4 {
    margin-top: -30px !important;
  }

  .md\:-mr-4 {
    margin-right: -30px !important;
  }

  .md\:-mb-4 {
    margin-bottom: -30px !important;
  }

  .md\:-ml-4 {
    margin-left: -30px !important;
  }

  .md\:-mt-6 {
    margin-top: -45px !important;
  }

  .md\:-mr-6 {
    margin-right: -45px !important;
  }

  .md\:-mb-6 {
    margin-bottom: -45px !important;
  }

  .md\:-ml-6 {
    margin-left: -45px !important;
  }

  .md\:-mt-8 {
    margin-top: -60px !important;
  }

  .md\:-mr-8 {
    margin-right: -60px !important;
  }

  .md\:-mb-8 {
    margin-bottom: -60px !important;
  }

  .md\:-ml-8 {
    margin-left: -60px !important;
  }

  .md\:-mt-px {
    margin-top: -1px !important;
  }

  .md\:-mr-px {
    margin-right: -1px !important;
  }

  .md\:-mb-px {
    margin-bottom: -1px !important;
  }

  .md\:-ml-px {
    margin-left: -1px !important;
  }

  .md\:-mt-2px {
    margin-top: -2px !important;
  }

  .md\:-mr-2px {
    margin-right: -2px !important;
  }

  .md\:-mb-2px {
    margin-bottom: -2px !important;
  }

  .md\:-ml-2px {
    margin-left: -2px !important;
  }

  .md\:-mt-3px {
    margin-top: -3px !important;
  }

  .md\:-mr-3px {
    margin-right: -3px !important;
  }

  .md\:-mb-3px {
    margin-bottom: -3px !important;
  }

  .md\:-ml-3px {
    margin-left: -3px !important;
  }

  .md\:opacity-0 {
    opacity: 0 !important;
  }

  .md\:opacity-25 {
    opacity: .25 !important;
  }

  .md\:opacity-50 {
    opacity: .5 !important;
  }

  .md\:opacity-75 {
    opacity: .75 !important;
  }

  .md\:opacity-100 {
    opacity: 1 !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:overflow-hidden {
    overflow: hidden !important;
  }

  .md\:overflow-visible {
    overflow: visible !important;
  }

  .md\:overflow-scroll {
    overflow: scroll !important;
  }

  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

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

  .md\:p-1 {
    padding: 5px !important;
  }

  .md\:p-2 {
    padding: 10px !important;
  }

  .md\:p-3 {
    padding: 15px !important;
  }

  .md\:p-4 {
    padding: 30px !important;
  }

  .md\:p-6 {
    padding: 45px !important;
  }

  .md\:p-8 {
    padding: 60px !important;
  }

  .md\:p-px {
    padding: 1px !important;
  }

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

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

  .md\:py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .md\:px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .md\:py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .md\:px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .md\:py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .md\:px-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .md\:py-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .md\:px-4 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .md\:py-6 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .md\:px-6 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .md\:py-8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .md\:px-8 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

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

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

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

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

  .md\:pt-1 {
    padding-top: 5px !important;
  }

  .md\:pr-1 {
    padding-right: 5px !important;
  }

  .md\:pb-1 {
    padding-bottom: 5px !important;
  }

  .md\:pl-1 {
    padding-left: 5px !important;
  }

  .md\:pt-2 {
    padding-top: 10px !important;
  }

  .md\:pr-2 {
    padding-right: 10px !important;
  }

  .md\:pb-2 {
    padding-bottom: 10px !important;
  }

  .md\:pl-2 {
    padding-left: 10px !important;
  }

  .md\:pt-3 {
    padding-top: 15px !important;
  }

  .md\:pr-3 {
    padding-right: 15px !important;
  }

  .md\:pb-3 {
    padding-bottom: 15px !important;
  }

  .md\:pl-3 {
    padding-left: 15px !important;
  }

  .md\:pt-4 {
    padding-top: 30px !important;
  }

  .md\:pr-4 {
    padding-right: 30px !important;
  }

  .md\:pb-4 {
    padding-bottom: 30px !important;
  }

  .md\:pl-4 {
    padding-left: 30px !important;
  }

  .md\:pt-6 {
    padding-top: 45px !important;
  }

  .md\:pr-6 {
    padding-right: 45px !important;
  }

  .md\:pb-6 {
    padding-bottom: 45px !important;
  }

  .md\:pl-6 {
    padding-left: 45px !important;
  }

  .md\:pt-8 {
    padding-top: 60px !important;
  }

  .md\:pr-8 {
    padding-right: 60px !important;
  }

  .md\:pb-8 {
    padding-bottom: 60px !important;
  }

  .md\:pl-8 {
    padding-left: 60px !important;
  }

  .md\:pt-px {
    padding-top: 1px !important;
  }

  .md\:pr-px {
    padding-right: 1px !important;
  }

  .md\:pb-px {
    padding-bottom: 1px !important;
  }

  .md\:pl-px {
    padding-left: 1px !important;
  }

  .md\:static {
    position: static !important;
  }

  .md\:fixed {
    position: fixed !important;
  }

  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

  .md\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .md\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .md\:pin-t {
    top: 0 !important;
  }

  .md\:pin-r {
    right: 0 !important;
  }

  .md\:pin-b {
    bottom: 0 !important;
  }

  .md\:pin-l {
    left: 0 !important;
  }

  .md\:table-auto {
    table-layout: auto !important;
  }

  .md\:table-fixed {
    table-layout: fixed !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-justify {
    text-align: justify !important;
  }

  .md\:text-transparent {
    color: transparent !important;
  }

  .md\:text-primary {
    color: #526b36 !important;
  }

  .md\:text-primary-light {
    color: #eff3f7 !important;
  }

  .md\:text-primary-dark {
    color: #526b36 !important;
  }

  .md\:text-secondary {
    color: #b01934 !important;
  }

  .md\:text-secondary-light {
    color: #d4e1ef !important;
  }

  .md\:text-allblack {
    color: #000 !important;
  }

  .md\:text-black {
    color: #393939 !important;
  }

  .md\:text-grey-darkest {
    color: #4b4d4d !important;
  }

  .md\:text-grey-darker {
    color: #606f7b !important;
  }

  .md\:text-grey-dark {
    color: #919191 !important;
  }

  .md\:text-grey {
    color: #919191 !important;
  }

  .md\:text-grey-light {
    color: #e5e5e5 !important;
  }

  .md\:text-grey-lighter {
    color: #f6f6f6 !important;
  }

  .md\:text-grey-lightest {
    color: #f8fafc !important;
  }

  .md\:text-white {
    color: #fff !important;
  }

  .md\:text-red-dark {
    color: #cc1f1a !important;
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .md\:group-hover\:text-primary {
    color: #526b36 !important;
  }

  .group:hover .md\:group-hover\:text-primary-light {
    color: #eff3f7 !important;
  }

  .group:hover .md\:group-hover\:text-primary-dark {
    color: #526b36 !important;
  }

  .group:hover .md\:group-hover\:text-secondary {
    color: #b01934 !important;
  }

  .group:hover .md\:group-hover\:text-secondary-light {
    color: #d4e1ef !important;
  }

  .group:hover .md\:group-hover\:text-allblack {
    color: #000 !important;
  }

  .group:hover .md\:group-hover\:text-black {
    color: #393939 !important;
  }

  .group:hover .md\:group-hover\:text-grey-darkest {
    color: #4b4d4d !important;
  }

  .group:hover .md\:group-hover\:text-grey-darker {
    color: #606f7b !important;
  }

  .group:hover .md\:group-hover\:text-grey-dark {
    color: #919191 !important;
  }

  .group:hover .md\:group-hover\:text-grey {
    color: #919191 !important;
  }

  .group:hover .md\:group-hover\:text-grey-light {
    color: #e5e5e5 !important;
  }

  .group:hover .md\:group-hover\:text-grey-lighter {
    color: #f6f6f6 !important;
  }

  .group:hover .md\:group-hover\:text-grey-lightest {
    color: #f8fafc !important;
  }

  .group:hover .md\:group-hover\:text-white {
    color: #fff !important;
  }

  .group:hover .md\:group-hover\:text-red-dark {
    color: #cc1f1a !important;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .md\:hover\:text-primary:hover {
    color: #526b36 !important;
  }

  .md\:hover\:text-primary-light:hover {
    color: #eff3f7 !important;
  }

  .md\:hover\:text-primary-dark:hover {
    color: #526b36 !important;
  }

  .md\:hover\:text-secondary:hover {
    color: #b01934 !important;
  }

  .md\:hover\:text-secondary-light:hover {
    color: #d4e1ef !important;
  }

  .md\:hover\:text-allblack:hover {
    color: #000 !important;
  }

  .md\:hover\:text-black:hover {
    color: #393939 !important;
  }

  .md\:hover\:text-grey-darkest:hover {
    color: #4b4d4d !important;
  }

  .md\:hover\:text-grey-darker:hover {
    color: #606f7b !important;
  }

  .md\:hover\:text-grey-dark:hover {
    color: #919191 !important;
  }

  .md\:hover\:text-grey:hover {
    color: #919191 !important;
  }

  .md\:hover\:text-grey-light:hover {
    color: #e5e5e5 !important;
  }

  .md\:hover\:text-grey-lighter:hover {
    color: #f6f6f6 !important;
  }

  .md\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }

  .md\:hover\:text-white:hover {
    color: #fff !important;
  }

  .md\:hover\:text-red-dark:hover {
    color: #cc1f1a !important;
  }

  .md\:text-xs {
    font-size: 10px !important;
  }

  .md\:text-sm {
    font-size: 12px !important;
  }

  .md\:text-base {
    font-size: 14px !important;
  }

  .md\:text-lg {
    font-size: 16px !important;
  }

  .md\:text-xl {
    font-size: 18px !important;
  }

  .md\:text-2xl {
    font-size: 20px !important;
  }

  .md\:text-3xl {
    font-size: 26px !important;
  }

  .md\:text-4xl {
    font-size: 30px !important;
  }

  .md\:text-5xl {
    font-size: 32px !important;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .md\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .md\:whitespace-normal {
    white-space: normal !important;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .md\:whitespace-pre {
    white-space: pre !important;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:break-words {
    word-wrap: break-word !important;
  }

  .md\:break-normal {
    word-wrap: normal !important;
  }

  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:w-1 {
    width: .25rem !important;
  }

  .md\:w-2 {
    width: .5rem !important;
  }

  .md\:w-3 {
    width: .75rem !important;
  }

  .md\:w-4 {
    width: 1rem !important;
  }

  .md\:w-6 {
    width: 1.5rem !important;
  }

  .md\:w-8 {
    width: 2rem !important;
  }

  .md\:w-10 {
    width: 2.5rem !important;
  }

  .md\:w-12 {
    width: 3rem !important;
  }

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-20 {
    width: 5rem !important;
  }

  .md\:w-24 {
    width: 6rem !important;
  }

  .md\:w-32 {
    width: 8rem !important;
  }

  .md\:w-48 {
    width: 12rem !important;
  }

  .md\:w-64 {
    width: 16rem !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-px {
    width: 1px !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-1\/3 {
    width: 33.33333% !important;
  }

  .md\:w-2\/3 {
    width: 66.66667% !important;
  }

  .md\:w-1\/4 {
    width: 25% !important;
  }

  .md\:w-3\/4 {
    width: 75% !important;
  }

  .md\:w-1\/5 {
    width: 20% !important;
  }

  .md\:w-2\/5 {
    width: 40% !important;
  }

  .md\:w-3\/5 {
    width: 60% !important;
  }

  .md\:w-4\/5 {
    width: 80% !important;
  }

  .md\:w-1\/6 {
    width: 16.66667% !important;
  }

  .md\:w-5\/6 {
    width: 83.33333% !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:order-first {
    -webkit-order: 1;
            order: 1;
  }

  .md\:order-1 {
    -webkit-order: 1;
            order: 1;
  }

  .md\:order-2 {
    -webkit-order: 2;
            order: 2;
  }

  .md\:order-3 {
    -webkit-order: 3;
            order: 3;
  }

  .md\:order-last {
    -webkit-order: 9999;
            order: 9999;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media (min-width: 1240px) {
  .lg\:bg-transparent {
    background-color: transparent !important;
  }

  .lg\:bg-primary {
    background-color: #526b36 !important;
  }

  .lg\:bg-primary-light {
    background-color: #eff3f7 !important;
  }

  .lg\:bg-primary-dark {
    background-color: #526b36 !important;
  }

  .lg\:bg-secondary {
    background-color: #b01934 !important;
  }

  .lg\:bg-secondary-light {
    background-color: #d4e1ef !important;
  }

  .lg\:bg-allblack {
    background-color: #000 !important;
  }

  .lg\:bg-black {
    background-color: #393939 !important;
  }

  .lg\:bg-grey-darkest {
    background-color: #4b4d4d !important;
  }

  .lg\:bg-grey-darker {
    background-color: #606f7b !important;
  }

  .lg\:bg-grey-dark {
    background-color: #919191 !important;
  }

  .lg\:bg-grey {
    background-color: #919191 !important;
  }

  .lg\:bg-grey-light {
    background-color: #e5e5e5 !important;
  }

  .lg\:bg-grey-lighter {
    background-color: #f6f6f6 !important;
  }

  .lg\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }

  .lg\:bg-white {
    background-color: #fff !important;
  }

  .lg\:bg-red-dark {
    background-color: #cc1f1a !important;
  }

  .group:hover .lg\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .lg\:group-hover\:bg-primary {
    background-color: #526b36 !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-light {
    background-color: #eff3f7 !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-dark {
    background-color: #526b36 !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary {
    background-color: #b01934 !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-light {
    background-color: #d4e1ef !important;
  }

  .group:hover .lg\:group-hover\:bg-allblack {
    background-color: #000 !important;
  }

  .group:hover .lg\:group-hover\:bg-black {
    background-color: #393939 !important;
  }

  .group:hover .lg\:group-hover\:bg-grey-darkest {
    background-color: #4b4d4d !important;
  }

  .group:hover .lg\:group-hover\:bg-grey-darker {
    background-color: #606f7b !important;
  }

  .group:hover .lg\:group-hover\:bg-grey-dark {
    background-color: #919191 !important;
  }

  .group:hover .lg\:group-hover\:bg-grey {
    background-color: #919191 !important;
  }

  .group:hover .lg\:group-hover\:bg-grey-light {
    background-color: #e5e5e5 !important;
  }

  .group:hover .lg\:group-hover\:bg-grey-lighter {
    background-color: #f6f6f6 !important;
  }

  .group:hover .lg\:group-hover\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }

  .group:hover .lg\:group-hover\:bg-white {
    background-color: #fff !important;
  }

  .group:hover .lg\:group-hover\:bg-red-dark {
    background-color: #cc1f1a !important;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .lg\:hover\:bg-primary:hover {
    background-color: #526b36 !important;
  }

  .lg\:hover\:bg-primary-light:hover {
    background-color: #eff3f7 !important;
  }

  .lg\:hover\:bg-primary-dark:hover {
    background-color: #526b36 !important;
  }

  .lg\:hover\:bg-secondary:hover {
    background-color: #b01934 !important;
  }

  .lg\:hover\:bg-secondary-light:hover {
    background-color: #d4e1ef !important;
  }

  .lg\:hover\:bg-allblack:hover {
    background-color: #000 !important;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #393939 !important;
  }

  .lg\:hover\:bg-grey-darkest:hover {
    background-color: #4b4d4d !important;
  }

  .lg\:hover\:bg-grey-darker:hover {
    background-color: #606f7b !important;
  }

  .lg\:hover\:bg-grey-dark:hover {
    background-color: #919191 !important;
  }

  .lg\:hover\:bg-grey:hover {
    background-color: #919191 !important;
  }

  .lg\:hover\:bg-grey-light:hover {
    background-color: #e5e5e5 !important;
  }

  .lg\:hover\:bg-grey-lighter:hover {
    background-color: #f6f6f6 !important;
  }

  .lg\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .lg\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a !important;
  }

  .lg\:border-0 {
    border-width: 0 !important;
  }

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

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

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

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

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

  .lg\:border-t-0 {
    border-top-width: 0 !important;
  }

  .lg\:border-r-0 {
    border-right-width: 0 !important;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .lg\:border-l-0 {
    border-left-width: 0 !important;
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:border-t-3 {
    border-top-width: 3px !important;
  }

  .lg\:border-r-3 {
    border-right-width: 3px !important;
  }

  .lg\:border-b-3 {
    border-bottom-width: 3px !important;
  }

  .lg\:border-l-3 {
    border-left-width: 3px !important;
  }

  .lg\:border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\:border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\:border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\:border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\:border-t {
    border-top-width: 1px !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:border-l {
    border-left-width: 1px !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:table {
    display: table !important;
  }

  .lg\:table-row {
    display: table-row !important;
  }

  .lg\:table-cell {
    display: table-cell !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .group:hover .lg\:group-hover\:block {
    display: block !important;
  }

  .group:hover .lg\:group-hover\:inline-block {
    display: inline-block !important;
  }

  .group:hover .lg\:group-hover\:inline {
    display: inline !important;
  }

  .group:hover .lg\:group-hover\:table {
    display: table !important;
  }

  .group:hover .lg\:group-hover\:table-row {
    display: table-row !important;
  }

  .group:hover .lg\:group-hover\:table-cell {
    display: table-cell !important;
  }

  .group:hover .lg\:group-hover\:hidden {
    display: none !important;
  }

  .lg\:flex {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .lg\:inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }

  .lg\:flex-row {
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }

  .lg\:flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .lg\:flex-col {
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }

  .lg\:flex-col-reverse {
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

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

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

  .lg\:items-center {
    -webkit-align-items: center !important;
            align-items: center !important;
  }

  .lg\:items-baseline {
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }

  .lg\:items-stretch {
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }

  .lg\:self-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }

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

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

  .lg\:self-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }

  .lg\:self-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }

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

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

  .lg\:justify-center {
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }

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

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

  .lg\:content-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }

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

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

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

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

  .lg\:flex-1 {
    -webkit-flex: 1 !important;
            flex: 1 !important;
  }

  .lg\:flex-auto {
    -webkit-flex: auto !important;
            flex: auto !important;
  }

  .lg\:flex-initial {
    -webkit-flex: initial !important;
            flex: initial !important;
  }

  .lg\:flex-none {
    -webkit-flex: none !important;
            flex: none !important;
  }

  .lg\:flex-grow {
    -webkit-flex-grow: 1 !important;
            flex-grow: 1 !important;
  }

  .lg\:flex-shrink {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }

  .lg\:flex-no-grow {
    -webkit-flex-grow: 0 !important;
            flex-grow: 0 !important;
  }

  .lg\:flex-no-shrink {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }

  .lg\:float-right {
    float: right !important;
  }

  .lg\:float-left {
    float: left !important;
  }

  .lg\:float-none {
    float: none !important;
  }

  .lg\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\:h-0 {
    height: 0 !important;
  }

  .lg\:h-1 {
    height: .25rem !important;
  }

  .lg\:h-2 {
    height: .5rem !important;
  }

  .lg\:h-3 {
    height: .75rem !important;
  }

  .lg\:h-4 {
    height: 1rem !important;
  }

  .lg\:h-6 {
    height: 1.5rem !important;
  }

  .lg\:h-8 {
    height: 2rem !important;
  }

  .lg\:h-10 {
    height: 2.5rem !important;
  }

  .lg\:h-12 {
    height: 3rem !important;
  }

  .lg\:h-16 {
    height: 4rem !important;
  }

  .lg\:h-20 {
    height: 5rem !important;
  }

  .lg\:h-24 {
    height: 6rem !important;
  }

  .lg\:h-32 {
    height: 8rem !important;
  }

  .lg\:h-48 {
    height: 12rem !important;
  }

  .lg\:h-64 {
    height: 16rem !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-px {
    height: 1px !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:leading-6 {
    line-height: 1.5rem !important;
  }

  .lg\:leading-none {
    line-height: 1 !important;
  }

  .lg\:leading-tight {
    line-height: 1.25 !important;
  }

  .lg\:leading-normal {
    line-height: 1.5 !important;
  }

  .lg\:leading-loose {
    line-height: 2 !important;
  }

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

  .lg\:m-1 {
    margin: 5px !important;
  }

  .lg\:m-2 {
    margin: 10px !important;
  }

  .lg\:m-3 {
    margin: 15px !important;
  }

  .lg\:m-4 {
    margin: 30px !important;
  }

  .lg\:m-6 {
    margin: 45px !important;
  }

  .lg\:m-8 {
    margin: 60px !important;
  }

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

  .lg\:m-px {
    margin: 1px !important;
  }

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

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

  .lg\:my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .lg\:mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .lg\:my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .lg\:mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .lg\:my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .lg\:mx-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .lg\:my-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .lg\:mx-4 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .lg\:my-6 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .lg\:mx-6 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .lg\:my-8 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .lg\:mx-8 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

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

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

  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

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

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

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

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

  .lg\:mt-1 {
    margin-top: 5px !important;
  }

  .lg\:mr-1 {
    margin-right: 5px !important;
  }

  .lg\:mb-1 {
    margin-bottom: 5px !important;
  }

  .lg\:ml-1 {
    margin-left: 5px !important;
  }

  .lg\:mt-2 {
    margin-top: 10px !important;
  }

  .lg\:mr-2 {
    margin-right: 10px !important;
  }

  .lg\:mb-2 {
    margin-bottom: 10px !important;
  }

  .lg\:ml-2 {
    margin-left: 10px !important;
  }

  .lg\:mt-3 {
    margin-top: 15px !important;
  }

  .lg\:mr-3 {
    margin-right: 15px !important;
  }

  .lg\:mb-3 {
    margin-bottom: 15px !important;
  }

  .lg\:ml-3 {
    margin-left: 15px !important;
  }

  .lg\:mt-4 {
    margin-top: 30px !important;
  }

  .lg\:mr-4 {
    margin-right: 30px !important;
  }

  .lg\:mb-4 {
    margin-bottom: 30px !important;
  }

  .lg\:ml-4 {
    margin-left: 30px !important;
  }

  .lg\:mt-6 {
    margin-top: 45px !important;
  }

  .lg\:mr-6 {
    margin-right: 45px !important;
  }

  .lg\:mb-6 {
    margin-bottom: 45px !important;
  }

  .lg\:ml-6 {
    margin-left: 45px !important;
  }

  .lg\:mt-8 {
    margin-top: 60px !important;
  }

  .lg\:mr-8 {
    margin-right: 60px !important;
  }

  .lg\:mb-8 {
    margin-bottom: 60px !important;
  }

  .lg\:ml-8 {
    margin-left: 60px !important;
  }

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

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

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

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

  .lg\:mt-px {
    margin-top: 1px !important;
  }

  .lg\:mr-px {
    margin-right: 1px !important;
  }

  .lg\:mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:ml-px {
    margin-left: 1px !important;
  }

  .lg\:max-h-full {
    max-height: 100% !important;
  }

  .lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:max-w-xxs {
    max-width: 15rem !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:max-w-sm {
    max-width: 30rem !important;
  }

  .lg\:max-w-md {
    max-width: 40rem !important;
  }

  .lg\:max-w-lg {
    max-width: 50rem !important;
  }

  .lg\:max-w-xl {
    max-width: 60rem !important;
  }

  .lg\:max-w-2xl {
    max-width: 70rem !important;
  }

  .lg\:max-w-3xl {
    max-width: 80rem !important;
  }

  .lg\:max-w-4xl {
    max-width: 90rem !important;
  }

  .lg\:max-w-5xl {
    max-width: 100rem !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

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

  .lg\:-m-1 {
    margin: -5px !important;
  }

  .lg\:-m-2 {
    margin: -10px !important;
  }

  .lg\:-m-3 {
    margin: -15px !important;
  }

  .lg\:-m-4 {
    margin: -30px !important;
  }

  .lg\:-m-6 {
    margin: -45px !important;
  }

  .lg\:-m-8 {
    margin: -60px !important;
  }

  .lg\:-m-px {
    margin: -1px !important;
  }

  .lg\:-m-2px {
    margin: -2px !important;
  }

  .lg\:-m-3px {
    margin: -3px !important;
  }

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

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

  .lg\:-my-1 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .lg\:-mx-1 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .lg\:-my-2 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .lg\:-mx-2 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .lg\:-my-3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .lg\:-mx-3 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .lg\:-my-4 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .lg\:-mx-4 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .lg\:-my-6 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .lg\:-mx-6 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .lg\:-my-8 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .lg\:-mx-8 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:-my-2px {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .lg\:-mx-2px {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .lg\:-my-3px {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .lg\:-mx-3px {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

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

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

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

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

  .lg\:-mt-1 {
    margin-top: -5px !important;
  }

  .lg\:-mr-1 {
    margin-right: -5px !important;
  }

  .lg\:-mb-1 {
    margin-bottom: -5px !important;
  }

  .lg\:-ml-1 {
    margin-left: -5px !important;
  }

  .lg\:-mt-2 {
    margin-top: -10px !important;
  }

  .lg\:-mr-2 {
    margin-right: -10px !important;
  }

  .lg\:-mb-2 {
    margin-bottom: -10px !important;
  }

  .lg\:-ml-2 {
    margin-left: -10px !important;
  }

  .lg\:-mt-3 {
    margin-top: -15px !important;
  }

  .lg\:-mr-3 {
    margin-right: -15px !important;
  }

  .lg\:-mb-3 {
    margin-bottom: -15px !important;
  }

  .lg\:-ml-3 {
    margin-left: -15px !important;
  }

  .lg\:-mt-4 {
    margin-top: -30px !important;
  }

  .lg\:-mr-4 {
    margin-right: -30px !important;
  }

  .lg\:-mb-4 {
    margin-bottom: -30px !important;
  }

  .lg\:-ml-4 {
    margin-left: -30px !important;
  }

  .lg\:-mt-6 {
    margin-top: -45px !important;
  }

  .lg\:-mr-6 {
    margin-right: -45px !important;
  }

  .lg\:-mb-6 {
    margin-bottom: -45px !important;
  }

  .lg\:-ml-6 {
    margin-left: -45px !important;
  }

  .lg\:-mt-8 {
    margin-top: -60px !important;
  }

  .lg\:-mr-8 {
    margin-right: -60px !important;
  }

  .lg\:-mb-8 {
    margin-bottom: -60px !important;
  }

  .lg\:-ml-8 {
    margin-left: -60px !important;
  }

  .lg\:-mt-px {
    margin-top: -1px !important;
  }

  .lg\:-mr-px {
    margin-right: -1px !important;
  }

  .lg\:-mb-px {
    margin-bottom: -1px !important;
  }

  .lg\:-ml-px {
    margin-left: -1px !important;
  }

  .lg\:-mt-2px {
    margin-top: -2px !important;
  }

  .lg\:-mr-2px {
    margin-right: -2px !important;
  }

  .lg\:-mb-2px {
    margin-bottom: -2px !important;
  }

  .lg\:-ml-2px {
    margin-left: -2px !important;
  }

  .lg\:-mt-3px {
    margin-top: -3px !important;
  }

  .lg\:-mr-3px {
    margin-right: -3px !important;
  }

  .lg\:-mb-3px {
    margin-bottom: -3px !important;
  }

  .lg\:-ml-3px {
    margin-left: -3px !important;
  }

  .lg\:opacity-0 {
    opacity: 0 !important;
  }

  .lg\:opacity-25 {
    opacity: .25 !important;
  }

  .lg\:opacity-50 {
    opacity: .5 !important;
  }

  .lg\:opacity-75 {
    opacity: .75 !important;
  }

  .lg\:opacity-100 {
    opacity: 1 !important;
  }

  .lg\:overflow-auto {
    overflow: auto !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:overflow-visible {
    overflow: visible !important;
  }

  .lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

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

  .lg\:p-1 {
    padding: 5px !important;
  }

  .lg\:p-2 {
    padding: 10px !important;
  }

  .lg\:p-3 {
    padding: 15px !important;
  }

  .lg\:p-4 {
    padding: 30px !important;
  }

  .lg\:p-6 {
    padding: 45px !important;
  }

  .lg\:p-8 {
    padding: 60px !important;
  }

  .lg\:p-px {
    padding: 1px !important;
  }

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

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

  .lg\:py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .lg\:px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .lg\:py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .lg\:px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .lg\:py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .lg\:px-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .lg\:py-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .lg\:px-4 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .lg\:py-6 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .lg\:px-6 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .lg\:py-8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .lg\:px-8 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

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

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

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

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

  .lg\:pt-1 {
    padding-top: 5px !important;
  }

  .lg\:pr-1 {
    padding-right: 5px !important;
  }

  .lg\:pb-1 {
    padding-bottom: 5px !important;
  }

  .lg\:pl-1 {
    padding-left: 5px !important;
  }

  .lg\:pt-2 {
    padding-top: 10px !important;
  }

  .lg\:pr-2 {
    padding-right: 10px !important;
  }

  .lg\:pb-2 {
    padding-bottom: 10px !important;
  }

  .lg\:pl-2 {
    padding-left: 10px !important;
  }

  .lg\:pt-3 {
    padding-top: 15px !important;
  }

  .lg\:pr-3 {
    padding-right: 15px !important;
  }

  .lg\:pb-3 {
    padding-bottom: 15px !important;
  }

  .lg\:pl-3 {
    padding-left: 15px !important;
  }

  .lg\:pt-4 {
    padding-top: 30px !important;
  }

  .lg\:pr-4 {
    padding-right: 30px !important;
  }

  .lg\:pb-4 {
    padding-bottom: 30px !important;
  }

  .lg\:pl-4 {
    padding-left: 30px !important;
  }

  .lg\:pt-6 {
    padding-top: 45px !important;
  }

  .lg\:pr-6 {
    padding-right: 45px !important;
  }

  .lg\:pb-6 {
    padding-bottom: 45px !important;
  }

  .lg\:pl-6 {
    padding-left: 45px !important;
  }

  .lg\:pt-8 {
    padding-top: 60px !important;
  }

  .lg\:pr-8 {
    padding-right: 60px !important;
  }

  .lg\:pb-8 {
    padding-bottom: 60px !important;
  }

  .lg\:pl-8 {
    padding-left: 60px !important;
  }

  .lg\:pt-px {
    padding-top: 1px !important;
  }

  .lg\:pr-px {
    padding-right: 1px !important;
  }

  .lg\:pb-px {
    padding-bottom: 1px !important;
  }

  .lg\:pl-px {
    padding-left: 1px !important;
  }

  .lg\:static {
    position: static !important;
  }

  .lg\:fixed {
    position: fixed !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:relative {
    position: relative !important;
  }

  .lg\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .lg\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:pin-t {
    top: 0 !important;
  }

  .lg\:pin-r {
    right: 0 !important;
  }

  .lg\:pin-b {
    bottom: 0 !important;
  }

  .lg\:pin-l {
    left: 0 !important;
  }

  .lg\:table-auto {
    table-layout: auto !important;
  }

  .lg\:table-fixed {
    table-layout: fixed !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-center {
    text-align: center !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }

  .lg\:text-justify {
    text-align: justify !important;
  }

  .lg\:text-transparent {
    color: transparent !important;
  }

  .lg\:text-primary {
    color: #526b36 !important;
  }

  .lg\:text-primary-light {
    color: #eff3f7 !important;
  }

  .lg\:text-primary-dark {
    color: #526b36 !important;
  }

  .lg\:text-secondary {
    color: #b01934 !important;
  }

  .lg\:text-secondary-light {
    color: #d4e1ef !important;
  }

  .lg\:text-allblack {
    color: #000 !important;
  }

  .lg\:text-black {
    color: #393939 !important;
  }

  .lg\:text-grey-darkest {
    color: #4b4d4d !important;
  }

  .lg\:text-grey-darker {
    color: #606f7b !important;
  }

  .lg\:text-grey-dark {
    color: #919191 !important;
  }

  .lg\:text-grey {
    color: #919191 !important;
  }

  .lg\:text-grey-light {
    color: #e5e5e5 !important;
  }

  .lg\:text-grey-lighter {
    color: #f6f6f6 !important;
  }

  .lg\:text-grey-lightest {
    color: #f8fafc !important;
  }

  .lg\:text-white {
    color: #fff !important;
  }

  .lg\:text-red-dark {
    color: #cc1f1a !important;
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .lg\:group-hover\:text-primary {
    color: #526b36 !important;
  }

  .group:hover .lg\:group-hover\:text-primary-light {
    color: #eff3f7 !important;
  }

  .group:hover .lg\:group-hover\:text-primary-dark {
    color: #526b36 !important;
  }

  .group:hover .lg\:group-hover\:text-secondary {
    color: #b01934 !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-light {
    color: #d4e1ef !important;
  }

  .group:hover .lg\:group-hover\:text-allblack {
    color: #000 !important;
  }

  .group:hover .lg\:group-hover\:text-black {
    color: #393939 !important;
  }

  .group:hover .lg\:group-hover\:text-grey-darkest {
    color: #4b4d4d !important;
  }

  .group:hover .lg\:group-hover\:text-grey-darker {
    color: #606f7b !important;
  }

  .group:hover .lg\:group-hover\:text-grey-dark {
    color: #919191 !important;
  }

  .group:hover .lg\:group-hover\:text-grey {
    color: #919191 !important;
  }

  .group:hover .lg\:group-hover\:text-grey-light {
    color: #e5e5e5 !important;
  }

  .group:hover .lg\:group-hover\:text-grey-lighter {
    color: #f6f6f6 !important;
  }

  .group:hover .lg\:group-hover\:text-grey-lightest {
    color: #f8fafc !important;
  }

  .group:hover .lg\:group-hover\:text-white {
    color: #fff !important;
  }

  .group:hover .lg\:group-hover\:text-red-dark {
    color: #cc1f1a !important;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .lg\:hover\:text-primary:hover {
    color: #526b36 !important;
  }

  .lg\:hover\:text-primary-light:hover {
    color: #eff3f7 !important;
  }

  .lg\:hover\:text-primary-dark:hover {
    color: #526b36 !important;
  }

  .lg\:hover\:text-secondary:hover {
    color: #b01934 !important;
  }

  .lg\:hover\:text-secondary-light:hover {
    color: #d4e1ef !important;
  }

  .lg\:hover\:text-allblack:hover {
    color: #000 !important;
  }

  .lg\:hover\:text-black:hover {
    color: #393939 !important;
  }

  .lg\:hover\:text-grey-darkest:hover {
    color: #4b4d4d !important;
  }

  .lg\:hover\:text-grey-darker:hover {
    color: #606f7b !important;
  }

  .lg\:hover\:text-grey-dark:hover {
    color: #919191 !important;
  }

  .lg\:hover\:text-grey:hover {
    color: #919191 !important;
  }

  .lg\:hover\:text-grey-light:hover {
    color: #e5e5e5 !important;
  }

  .lg\:hover\:text-grey-lighter:hover {
    color: #f6f6f6 !important;
  }

  .lg\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }

  .lg\:hover\:text-white:hover {
    color: #fff !important;
  }

  .lg\:hover\:text-red-dark:hover {
    color: #cc1f1a !important;
  }

  .lg\:text-xs {
    font-size: 10px !important;
  }

  .lg\:text-sm {
    font-size: 12px !important;
  }

  .lg\:text-base {
    font-size: 14px !important;
  }

  .lg\:text-lg {
    font-size: 16px !important;
  }

  .lg\:text-xl {
    font-size: 18px !important;
  }

  .lg\:text-2xl {
    font-size: 20px !important;
  }

  .lg\:text-3xl {
    font-size: 26px !important;
  }

  .lg\:text-4xl {
    font-size: 30px !important;
  }

  .lg\:text-5xl {
    font-size: 32px !important;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .lg\:whitespace-normal {
    white-space: normal !important;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre {
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:break-words {
    word-wrap: break-word !important;
  }

  .lg\:break-normal {
    word-wrap: normal !important;
  }

  .lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:w-1 {
    width: .25rem !important;
  }

  .lg\:w-2 {
    width: .5rem !important;
  }

  .lg\:w-3 {
    width: .75rem !important;
  }

  .lg\:w-4 {
    width: 1rem !important;
  }

  .lg\:w-6 {
    width: 1.5rem !important;
  }

  .lg\:w-8 {
    width: 2rem !important;
  }

  .lg\:w-10 {
    width: 2.5rem !important;
  }

  .lg\:w-12 {
    width: 3rem !important;
  }

  .lg\:w-16 {
    width: 4rem !important;
  }

  .lg\:w-20 {
    width: 5rem !important;
  }

  .lg\:w-24 {
    width: 6rem !important;
  }

  .lg\:w-32 {
    width: 8rem !important;
  }

  .lg\:w-48 {
    width: 12rem !important;
  }

  .lg\:w-64 {
    width: 16rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-px {
    width: 1px !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-1\/3 {
    width: 33.33333% !important;
  }

  .lg\:w-2\/3 {
    width: 66.66667% !important;
  }

  .lg\:w-1\/4 {
    width: 25% !important;
  }

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-1\/6 {
    width: 16.66667% !important;
  }

  .lg\:w-5\/6 {
    width: 83.33333% !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:order-first {
    -webkit-order: 1;
            order: 1;
  }

  .lg\:order-1 {
    -webkit-order: 1;
            order: 1;
  }

  .lg\:order-2 {
    -webkit-order: 2;
            order: 2;
  }

  .lg\:order-3 {
    -webkit-order: 3;
            order: 3;
  }

  .lg\:order-last {
    -webkit-order: 9999;
            order: 9999;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
