@charset "UTF-8";
/*!
 * Main SCSS File
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}
.glyphicon-minus:before {
  content: "−";
}
.glyphicon-cloud:before {
  content: "☁";
}
.glyphicon-envelope:before {
  content: "✉";
}
.glyphicon-pencil:before {
  content: "✏";
}
.glyphicon-glass:before {
  content: "";
}
.glyphicon-music:before {
  content: "";
}
.glyphicon-search:before {
  content: "";
}
.glyphicon-heart:before {
  content: "";
}
.glyphicon-star:before {
  content: "";
}
.glyphicon-star-empty:before {
  content: "";
}
.glyphicon-user:before {
  content: "";
}
.glyphicon-film:before {
  content: "";
}
.glyphicon-th-large:before {
  content: "";
}
.glyphicon-th:before {
  content: "";
}
.glyphicon-th-list:before {
  content: "";
}
.glyphicon-ok:before {
  content: "";
}
.glyphicon-remove:before {
  content: "";
}
.glyphicon-zoom-in:before {
  content: "";
}
.glyphicon-zoom-out:before {
  content: "";
}
.glyphicon-off:before {
  content: "";
}
.glyphicon-signal:before {
  content: "";
}
.glyphicon-cog:before {
  content: "";
}
.glyphicon-trash:before {
  content: "";
}
.glyphicon-home:before {
  content: "";
}
.glyphicon-file:before {
  content: "";
}
.glyphicon-time:before {
  content: "";
}
.glyphicon-road:before {
  content: "";
}
.glyphicon-download-alt:before {
  content: "";
}
.glyphicon-download:before {
  content: "";
}
.glyphicon-upload:before {
  content: "";
}
.glyphicon-inbox:before {
  content: "";
}
.glyphicon-play-circle:before {
  content: "";
}
.glyphicon-repeat:before {
  content: "";
}
.glyphicon-refresh:before {
  content: "";
}
.glyphicon-list-alt:before {
  content: "";
}
.glyphicon-lock:before {
  content: "";
}
.glyphicon-flag:before {
  content: "";
}
.glyphicon-headphones:before {
  content: "";
}
.glyphicon-volume-off:before {
  content: "";
}
.glyphicon-volume-down:before {
  content: "";
}
.glyphicon-volume-up:before {
  content: "";
}
.glyphicon-qrcode:before {
  content: "";
}
.glyphicon-barcode:before {
  content: "";
}
.glyphicon-tag:before {
  content: "";
}
.glyphicon-tags:before {
  content: "";
}
.glyphicon-book:before {
  content: "";
}
.glyphicon-bookmark:before {
  content: "";
}
.glyphicon-print:before {
  content: "";
}
.glyphicon-camera:before {
  content: "";
}
.glyphicon-font:before {
  content: "";
}
.glyphicon-bold:before {
  content: "";
}
.glyphicon-italic:before {
  content: "";
}
.glyphicon-text-height:before {
  content: "";
}
.glyphicon-text-width:before {
  content: "";
}
.glyphicon-align-left:before {
  content: "";
}
.glyphicon-align-center:before {
  content: "";
}
.glyphicon-align-right:before {
  content: "";
}
.glyphicon-align-justify:before {
  content: "";
}
.glyphicon-list:before {
  content: "";
}
.glyphicon-indent-left:before {
  content: "";
}
.glyphicon-indent-right:before {
  content: "";
}
.glyphicon-facetime-video:before {
  content: "";
}
.glyphicon-picture:before {
  content: "";
}
.glyphicon-map-marker:before {
  content: "";
}
.glyphicon-adjust:before {
  content: "";
}
.glyphicon-tint:before {
  content: "";
}
.glyphicon-edit:before {
  content: "";
}
.glyphicon-share:before {
  content: "";
}
.glyphicon-check:before {
  content: "";
}
.glyphicon-move:before {
  content: "";
}
.glyphicon-step-backward:before {
  content: "";
}
.glyphicon-fast-backward:before {
  content: "";
}
.glyphicon-backward:before {
  content: "";
}
.glyphicon-play:before {
  content: "";
}
.glyphicon-pause:before {
  content: "";
}
.glyphicon-stop:before {
  content: "";
}
.glyphicon-forward:before {
  content: "";
}
.glyphicon-fast-forward:before {
  content: "";
}
.glyphicon-step-forward:before {
  content: "";
}
.glyphicon-eject:before {
  content: "";
}
.glyphicon-chevron-left:before {
  content: "";
}
.glyphicon-chevron-right:before {
  content: "";
}
.glyphicon-plus-sign:before {
  content: "";
}
.glyphicon-minus-sign:before {
  content: "";
}
.glyphicon-remove-sign:before {
  content: "";
}
.glyphicon-ok-sign:before {
  content: "";
}
.glyphicon-question-sign:before {
  content: "";
}
.glyphicon-info-sign:before {
  content: "";
}
.glyphicon-screenshot:before {
  content: "";
}
.glyphicon-remove-circle:before {
  content: "";
}
.glyphicon-ok-circle:before {
  content: "";
}
.glyphicon-ban-circle:before {
  content: "";
}
.glyphicon-arrow-left:before {
  content: "";
}
.glyphicon-arrow-right:before {
  content: "";
}
.glyphicon-arrow-up:before {
  content: "";
}
.glyphicon-arrow-down:before {
  content: "";
}
.glyphicon-share-alt:before {
  content: "";
}
.glyphicon-resize-full:before {
  content: "";
}
.glyphicon-resize-small:before {
  content: "";
}
.glyphicon-exclamation-sign:before {
  content: "";
}
.glyphicon-gift:before {
  content: "";
}
.glyphicon-leaf:before {
  content: "";
}
.glyphicon-fire:before {
  content: "";
}
.glyphicon-eye-open:before {
  content: "";
}
.glyphicon-eye-close:before {
  content: "";
}
.glyphicon-warning-sign:before {
  content: "";
}
.glyphicon-plane:before {
  content: "";
}
.glyphicon-calendar:before {
  content: "";
}
.glyphicon-random:before {
  content: "";
}
.glyphicon-comment:before {
  content: "";
}
.glyphicon-magnet:before {
  content: "";
}
.glyphicon-chevron-up:before {
  content: "";
}
.glyphicon-chevron-down:before {
  content: "";
}
.glyphicon-retweet:before {
  content: "";
}
.glyphicon-shopping-cart:before {
  content: "";
}
.glyphicon-folder-close:before {
  content: "";
}
.glyphicon-folder-open:before {
  content: "";
}
.glyphicon-resize-vertical:before {
  content: "";
}
.glyphicon-resize-horizontal:before {
  content: "";
}
.glyphicon-hdd:before {
  content: "";
}
.glyphicon-bullhorn:before {
  content: "";
}
.glyphicon-bell:before {
  content: "";
}
.glyphicon-certificate:before {
  content: "";
}
.glyphicon-thumbs-up:before {
  content: "";
}
.glyphicon-thumbs-down:before {
  content: "";
}
.glyphicon-hand-right:before {
  content: "";
}
.glyphicon-hand-left:before {
  content: "";
}
.glyphicon-hand-up:before {
  content: "";
}
.glyphicon-hand-down:before {
  content: "";
}
.glyphicon-circle-arrow-right:before {
  content: "";
}
.glyphicon-circle-arrow-left:before {
  content: "";
}
.glyphicon-circle-arrow-up:before {
  content: "";
}
.glyphicon-circle-arrow-down:before {
  content: "";
}
.glyphicon-globe:before {
  content: "";
}
.glyphicon-wrench:before {
  content: "";
}
.glyphicon-tasks:before {
  content: "";
}
.glyphicon-filter:before {
  content: "";
}
.glyphicon-briefcase:before {
  content: "";
}
.glyphicon-fullscreen:before {
  content: "";
}
.glyphicon-dashboard:before {
  content: "";
}
.glyphicon-paperclip:before {
  content: "";
}
.glyphicon-heart-empty:before {
  content: "";
}
.glyphicon-link:before {
  content: "";
}
.glyphicon-phone:before {
  content: "";
}
.glyphicon-pushpin:before {
  content: "";
}
.glyphicon-usd:before {
  content: "";
}
.glyphicon-gbp:before {
  content: "";
}
.glyphicon-sort:before {
  content: "";
}
.glyphicon-sort-by-alphabet:before {
  content: "";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}
.glyphicon-sort-by-order:before {
  content: "";
}
.glyphicon-sort-by-order-alt:before {
  content: "";
}
.glyphicon-sort-by-attributes:before {
  content: "";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "";
}
.glyphicon-unchecked:before {
  content: "";
}
.glyphicon-expand:before {
  content: "";
}
.glyphicon-collapse-down:before {
  content: "";
}
.glyphicon-collapse-up:before {
  content: "";
}
.glyphicon-log-in:before {
  content: "";
}
.glyphicon-flash:before {
  content: "";
}
.glyphicon-log-out:before {
  content: "";
}
.glyphicon-new-window:before {
  content: "";
}
.glyphicon-record:before {
  content: "";
}
.glyphicon-save:before {
  content: "";
}
.glyphicon-open:before {
  content: "";
}
.glyphicon-saved:before {
  content: "";
}
.glyphicon-import:before {
  content: "";
}
.glyphicon-export:before {
  content: "";
}
.glyphicon-send:before {
  content: "";
}
.glyphicon-floppy-disk:before {
  content: "";
}
.glyphicon-floppy-saved:before {
  content: "";
}
.glyphicon-floppy-remove:before {
  content: "";
}
.glyphicon-floppy-save:before {
  content: "";
}
.glyphicon-floppy-open:before {
  content: "";
}
.glyphicon-credit-card:before {
  content: "";
}
.glyphicon-transfer:before {
  content: "";
}
.glyphicon-cutlery:before {
  content: "";
}
.glyphicon-header:before {
  content: "";
}
.glyphicon-compressed:before {
  content: "";
}
.glyphicon-earphone:before {
  content: "";
}
.glyphicon-phone-alt:before {
  content: "";
}
.glyphicon-tower:before {
  content: "";
}
.glyphicon-stats:before {
  content: "";
}
.glyphicon-sd-video:before {
  content: "";
}
.glyphicon-hd-video:before {
  content: "";
}
.glyphicon-subtitles:before {
  content: "";
}
.glyphicon-sound-stereo:before {
  content: "";
}
.glyphicon-sound-dolby:before {
  content: "";
}
.glyphicon-sound-5-1:before {
  content: "";
}
.glyphicon-sound-6-1:before {
  content: "";
}
.glyphicon-sound-7-1:before {
  content: "";
}
.glyphicon-copyright-mark:before {
  content: "";
}
.glyphicon-registration-mark:before {
  content: "";
}
.glyphicon-cloud-download:before {
  content: "";
}
.glyphicon-cloud-upload:before {
  content: "";
}
.glyphicon-tree-conifer:before {
  content: "";
}
.glyphicon-tree-deciduous:before {
  content: "";
}
.glyphicon-cd:before {
  content: "";
}
.glyphicon-save-file:before {
  content: "";
}
.glyphicon-open-file:before {
  content: "";
}
.glyphicon-level-up:before {
  content: "";
}
.glyphicon-copy:before {
  content: "";
}
.glyphicon-paste:before {
  content: "";
}
.glyphicon-alert:before {
  content: "";
}
.glyphicon-equalizer:before {
  content: "";
}
.glyphicon-king:before {
  content: "";
}
.glyphicon-queen:before {
  content: "";
}
.glyphicon-pawn:before {
  content: "";
}
.glyphicon-bishop:before {
  content: "";
}
.glyphicon-knight:before {
  content: "";
}
.glyphicon-baby-formula:before {
  content: "";
}
.glyphicon-tent:before {
  content: "⛺";
}
.glyphicon-blackboard:before {
  content: "";
}
.glyphicon-bed:before {
  content: "";
}
.glyphicon-apple:before {
  content: "";
}
.glyphicon-erase:before {
  content: "";
}
.glyphicon-hourglass:before {
  content: "⌛";
}
.glyphicon-lamp:before {
  content: "";
}
.glyphicon-duplicate:before {
  content: "";
}
.glyphicon-piggy-bank:before {
  content: "";
}
.glyphicon-scissors:before {
  content: "";
}
.glyphicon-bitcoin:before {
  content: "";
}
.glyphicon-btc:before {
  content: "";
}
.glyphicon-xbt:before {
  content: "";
}
.glyphicon-yen:before {
  content: "¥";
}
.glyphicon-jpy:before {
  content: "¥";
}
.glyphicon-ruble:before {
  content: "₽";
}
.glyphicon-rub:before {
  content: "₽";
}
.glyphicon-scale:before {
  content: "";
}
.glyphicon-ice-lolly:before {
  content: "";
}
.glyphicon-ice-lolly-tasted:before {
  content: "";
}
.glyphicon-education:before {
  content: "";
}
.glyphicon-option-horizontal:before {
  content: "";
}
.glyphicon-option-vertical:before {
  content: "";
}
.glyphicon-menu-hamburger:before {
  content: "";
}
.glyphicon-modal-window:before {
  content: "";
}
.glyphicon-oil:before {
  content: "";
}
.glyphicon-grain:before {
  content: "";
}
.glyphicon-sunglasses:before {
  content: "";
}
.glyphicon-text-size:before {
  content: "";
}
.glyphicon-text-color:before {
  content: "";
}
.glyphicon-text-background:before {
  content: "";
}
.glyphicon-object-align-top:before {
  content: "";
}
.glyphicon-object-align-bottom:before {
  content: "";
}
.glyphicon-object-align-horizontal:before {
  content: "";
}
.glyphicon-object-align-left:before {
  content: "";
}
.glyphicon-object-align-vertical:before {
  content: "";
}
.glyphicon-object-align-right:before {
  content: "";
}
.glyphicon-triangle-right:before {
  content: "";
}
.glyphicon-triangle-left:before {
  content: "";
}
.glyphicon-triangle-bottom:before {
  content: "";
}
.glyphicon-triangle-top:before {
  content: "";
}
.glyphicon-console:before {
  content: "";
}
.glyphicon-superscript:before {
  content: "";
}
.glyphicon-subscript:before {
  content: "";
}
.glyphicon-menu-left:before {
  content: "";
}
.glyphicon-menu-right:before {
  content: "";
}
.glyphicon-menu-down:before {
  content: "";
}
.glyphicon-menu-up:before {
  content: "";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", "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: #3CA0FE;
  text-decoration: none;
}
a:hover, a:focus {
  color: #017aec;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  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;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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;
  margin: -1px;
  padding: 0;
  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: "Oswald", Georgia, "Times New Roman", Times, serif;
  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: normal;
  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 {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.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: #3CA0FE;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0987fe;
}
.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: #3CA0FE;
}
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #0987fe;
}
.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-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt, dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.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;
  border-bottom: 1px dotted #777;
}
.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: "— ";
}
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.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: " —";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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-left: 15px;
  padding-right: 15px;
}
.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: 1200px) {
  .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;
}
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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
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: thin dotted;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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 {
  border: 0;
  background-color: transparent;
}
.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;
}
input[type="search"] {
  -webkit-appearance: none;
}
@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 label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
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;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.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-left: 0;
  padding-right: 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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@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;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  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 {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  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: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  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:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.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: #3CA0FE;
  border-color: #2394fe;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0987fe;
  border-color: #0153a0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0987fe;
  border-color: #0175e2;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0987fe;
  border-color: #0175e2;
}
.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: #0175e2;
  border-color: #0153a0;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.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: #3CA0FE;
  border-color: #2394fe;
}
.btn-primary .badge {
  color: #3CA0FE;
  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;
  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:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.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;
  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:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.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;
  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:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.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;
  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:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.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 {
  color: #3CA0FE;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #017aec;
  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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.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: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3CA0FE;
}
.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;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.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 {
  content: " ";
  display: table;
}
.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  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 {
  content: " ";
  display: table;
}
.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-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-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-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  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-left: 0;
  padding-right: 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: normal;
  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.form-control, .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.form-control, .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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.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;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #3CA0FE;
}
.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;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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: #3CA0FE;
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu, .nav-tabs.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-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.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-left: 0;
    padding-right: 0;
  }
}
.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;
  }
}
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@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-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@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;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.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: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 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 -15px;
}
.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 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-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-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .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: #5e5e5e;
  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-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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@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-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: #090909;
}
.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: #090909;
}
.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-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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .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: #090909;
  }
  .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-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 {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.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;
  line-height: 1.428571429;
  text-decoration: none;
  color: #3CA0FE;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 2;
  color: #017aec;
  background-color: #eee;
  border-color: #ddd;
}
.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;
  background-color: #3CA0FE;
  border-color: #3CA0FE;
  cursor: default;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.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-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-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-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.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;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #3CA0FE;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #0987fe;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #3CA0FE;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #3CA0FE;
}
.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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.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 {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 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: #3CA0FE;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-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: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media, .media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right, .media > .pull-right {
  padding-left: 10px;
}
.media-left, .media > .pull-left {
  padding-right: 10px;
}
.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.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-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
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 {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.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: #3CA0FE;
  border-color: #3CA0FE;
}
.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: white;
}
.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;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-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-right-radius: 3px;
  border-top-left-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-right-radius: 0;
  border-top-left-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-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-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-left-radius: 3px;
  border-bottom-right-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 {
  border: 0;
  margin-bottom: 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: #3CA0FE;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3CA0FE;
  border-color: #3CA0FE;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3CA0FE;
}
.panel-primary > .panel-heading .badge {
  color: #3CA0FE;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3CA0FE;
}
.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;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.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 {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 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: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.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;
}
.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 {
  bottom: 0;
  right: 5px;
  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;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
}
@-ms-viewport {
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    width: device-width;
  }
}
.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: 1199px) {
  .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: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .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: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-regular-400.eot");
  src: url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-regular-400.woff") format("woff"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-regular-400.ttf") format("truetype"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-light-300.eot");
  src: url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-light-300.woff2") format("woff2"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-light-300.woff") format("woff"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-light-300.ttf") format("truetype"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-brands-400.eot");
  src: url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-solid-900.eot");
  src: url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.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-500px:before {
  content: "";
}
.fa-abacus:before {
  content: "";
}
.fa-accessible-icon:before {
  content: "";
}
.fa-accusoft:before {
  content: "";
}
.fa-acorn:before {
  content: "";
}
.fa-acquisitions-incorporated:before {
  content: "";
}
.fa-ad:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-card:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-adobe:before {
  content: "";
}
.fa-adversal:before {
  content: "";
}
.fa-affiliatetheme:before {
  content: "";
}
.fa-air-freshener:before {
  content: "";
}
.fa-airbnb:before {
  content: "";
}
.fa-alarm-clock:before {
  content: "";
}
.fa-alarm-exclamation:before {
  content: "";
}
.fa-alarm-plus:before {
  content: "";
}
.fa-alarm-snooze:before {
  content: "";
}
.fa-algolia:before {
  content: "";
}
.fa-alicorn:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-slash:before {
  content: "";
}
.fa-alipay:before {
  content: "";
}
.fa-allergies:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-amazon-pay:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-amilia:before {
  content: "";
}
.fa-analytics:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-angel:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angry:before {
  content: "";
}
.fa-angrycreative:before {
  content: "";
}
.fa-angular:before {
  content: "";
}
.fa-ankh:before {
  content: "";
}
.fa-app-store:before {
  content: "";
}
.fa-app-store-ios:before {
  content: "";
}
.fa-apper:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-apple-alt:before {
  content: "";
}
.fa-apple-crate:before {
  content: "";
}
.fa-apple-pay:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-archway:before {
  content: "";
}
.fa-arrow-alt-circle-down:before {
  content: "";
}
.fa-arrow-alt-circle-left:before {
  content: "";
}
.fa-arrow-alt-circle-right:before {
  content: "";
}
.fa-arrow-alt-circle-up:before {
  content: "";
}
.fa-arrow-alt-down:before {
  content: "";
}
.fa-arrow-alt-from-bottom:before {
  content: "";
}
.fa-arrow-alt-from-left:before {
  content: "";
}
.fa-arrow-alt-from-right:before {
  content: "";
}
.fa-arrow-alt-from-top:before {
  content: "";
}
.fa-arrow-alt-left:before {
  content: "";
}
.fa-arrow-alt-right:before {
  content: "";
}
.fa-arrow-alt-square-down:before {
  content: "";
}
.fa-arrow-alt-square-left:before {
  content: "";
}
.fa-arrow-alt-square-right:before {
  content: "";
}
.fa-arrow-alt-square-up:before {
  content: "";
}
.fa-arrow-alt-to-bottom:before {
  content: "";
}
.fa-arrow-alt-to-left:before {
  content: "";
}
.fa-arrow-alt-to-right:before {
  content: "";
}
.fa-arrow-alt-to-top:before {
  content: "";
}
.fa-arrow-alt-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-arrow-from-bottom:before {
  content: "";
}
.fa-arrow-from-left:before {
  content: "";
}
.fa-arrow-from-right:before {
  content: "";
}
.fa-arrow-from-top:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-square-down:before {
  content: "";
}
.fa-arrow-square-left:before {
  content: "";
}
.fa-arrow-square-right:before {
  content: "";
}
.fa-arrow-square-up:before {
  content: "";
}
.fa-arrow-to-bottom:before {
  content: "";
}
.fa-arrow-to-left:before {
  content: "";
}
.fa-arrow-to-right:before {
  content: "";
}
.fa-arrow-to-top:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-arrows-alt-h:before {
  content: "";
}
.fa-arrows-alt-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-artstation:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-asymmetrik:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-atlas:before {
  content: "";
}
.fa-atlassian:before {
  content: "";
}
.fa-atom:before {
  content: "";
}
.fa-atom-alt:before {
  content: "";
}
.fa-audible:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-autoprefixer:before {
  content: "";
}
.fa-avianex:before {
  content: "";
}
.fa-aviato:before {
  content: "";
}
.fa-award:before {
  content: "";
}
.fa-aws:before {
  content: "";
}
.fa-axe:before {
  content: "";
}
.fa-axe-battle:before {
  content: "";
}
.fa-baby:before {
  content: "";
}
.fa-baby-carriage:before {
  content: "";
}
.fa-backpack:before {
  content: "";
}
.fa-backspace:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-bacon:before {
  content: "";
}
.fa-badge:before {
  content: "";
}
.fa-badge-check:before {
  content: "";
}
.fa-badge-dollar:before {
  content: "";
}
.fa-badge-percent:before {
  content: "";
}
.fa-badger-honey:before {
  content: "";
}
.fa-bags-shopping:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-balance-scale-left:before {
  content: "";
}
.fa-balance-scale-right:before {
  content: "";
}
.fa-ball-pile:before {
  content: "";
}
.fa-ballot:before {
  content: "";
}
.fa-ballot-check:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-band-aid:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-barcode-alt:before {
  content: "";
}
.fa-barcode-read:before {
  content: "";
}
.fa-barcode-scan:before {
  content: "";
}
.fa-bars:before {
  content: "";
}
.fa-baseball:before {
  content: "";
}
.fa-baseball-ball:before {
  content: "";
}
.fa-basketball-ball:before {
  content: "";
}
.fa-basketball-hoop:before {
  content: "";
}
.fa-bat:before {
  content: "";
}
.fa-bath:before {
  content: "";
}
.fa-battery-bolt:before {
  content: "";
}
.fa-battery-empty:before {
  content: "";
}
.fa-battery-full:before {
  content: "";
}
.fa-battery-half:before {
  content: "";
}
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-slash:before {
  content: "";
}
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battle-net:before {
  content: "";
}
.fa-bed:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-bell-exclamation:before {
  content: "";
}
.fa-bell-plus:before {
  content: "";
}
.fa-bell-school:before {
  content: "";
}
.fa-bell-school-slash:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bells:before {
  content: "";
}
.fa-bezier-curve:before {
  content: "";
}
.fa-bible:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-biking:before {
  content: "";
}
.fa-biking-mountain:before {
  content: "";
}
.fa-bimobject:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-biohazard:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitcoin:before {
  content: "";
}
.fa-bity:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-blackberry:before {
  content: "";
}
.fa-blanket:before {
  content: "";
}
.fa-blender:before {
  content: "";
}
.fa-blender-phone:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-blog:before {
  content: "";
}
.fa-blogger:before {
  content: "";
}
.fa-blogger-b:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-bolt:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-bone:before {
  content: "";
}
.fa-bone-break:before {
  content: "";
}
.fa-bong:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-book-alt:before {
  content: "";
}
.fa-book-dead:before {
  content: "";
}
.fa-book-heart:before {
  content: "";
}
.fa-book-medical:before {
  content: "";
}
.fa-book-open:before {
  content: "";
}
.fa-book-reader:before {
  content: "";
}
.fa-book-spells:before {
  content: "";
}
.fa-book-user:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-books:before {
  content: "";
}
.fa-books-medical:before {
  content: "";
}
.fa-boot:before {
  content: "";
}
.fa-booth-curtain:before {
  content: "";
}
.fa-bootstrap:before {
  content: "";
}
.fa-border-all:before {
  content: "";
}
.fa-border-bottom:before {
  content: "";
}
.fa-border-center-h:before {
  content: "";
}
.fa-border-center-v:before {
  content: "";
}
.fa-border-inner:before {
  content: "";
}
.fa-border-left:before {
  content: "";
}
.fa-border-none:before {
  content: "";
}
.fa-border-outer:before {
  content: "";
}
.fa-border-right:before {
  content: "";
}
.fa-border-style:before {
  content: "";
}
.fa-border-style-alt:before {
  content: "";
}
.fa-border-top:before {
  content: "";
}
.fa-bow-arrow:before {
  content: "";
}
.fa-bowling-ball:before {
  content: "";
}
.fa-bowling-pins:before {
  content: "";
}
.fa-box:before {
  content: "";
}
.fa-box-alt:before {
  content: "";
}
.fa-box-ballot:before {
  content: "";
}
.fa-box-check:before {
  content: "";
}
.fa-box-fragile:before {
  content: "";
}
.fa-box-full:before {
  content: "";
}
.fa-box-heart:before {
  content: "";
}
.fa-box-open:before {
  content: "";
}
.fa-box-up:before {
  content: "";
}
.fa-box-usd:before {
  content: "";
}
.fa-boxes:before {
  content: "";
}
.fa-boxes-alt:before {
  content: "";
}
.fa-boxing-glove:before {
  content: "";
}
.fa-brackets:before {
  content: "";
}
.fa-brackets-curly:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-brain:before {
  content: "";
}
.fa-bread-loaf:before {
  content: "";
}
.fa-bread-slice:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-briefcase-medical:before {
  content: "";
}
.fa-bring-forward:before {
  content: "";
}
.fa-bring-front:before {
  content: "";
}
.fa-broadcast-tower:before {
  content: "";
}
.fa-broom:before {
  content: "";
}
.fa-browser:before {
  content: "";
}
.fa-brush:before {
  content: "";
}
.fa-btc:before {
  content: "";
}
.fa-buffer:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-bullseye-arrow:before {
  content: "";
}
.fa-bullseye-pointer:before {
  content: "";
}
.fa-burger-soda:before {
  content: "";
}
.fa-burn:before {
  content: "";
}
.fa-buromobelexperte:before {
  content: "";
}
.fa-burrito:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-bus-alt:before {
  content: "";
}
.fa-bus-school:before {
  content: "";
}
.fa-business-time:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-cabinet-filing:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-calculator-alt:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-calendar-alt:before {
  content: "";
}
.fa-calendar-check:before {
  content: "";
}
.fa-calendar-day:before {
  content: "";
}
.fa-calendar-edit:before {
  content: "";
}
.fa-calendar-exclamation:before {
  content: "";
}
.fa-calendar-minus:before {
  content: "";
}
.fa-calendar-plus:before {
  content: "";
}
.fa-calendar-star:before {
  content: "";
}
.fa-calendar-times:before {
  content: "";
}
.fa-calendar-week:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-camera-alt:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-campfire:before {
  content: "";
}
.fa-campground:before {
  content: "";
}
.fa-canadian-maple-leaf:before {
  content: "";
}
.fa-candle-holder:before {
  content: "";
}
.fa-candy-cane:before {
  content: "";
}
.fa-candy-corn:before {
  content: "";
}
.fa-cannabis:before {
  content: "";
}
.fa-capsules:before {
  content: "";
}
.fa-car:before {
  content: "";
}
.fa-car-alt:before {
  content: "";
}
.fa-car-battery:before {
  content: "";
}
.fa-car-building:before {
  content: "";
}
.fa-car-bump:before {
  content: "";
}
.fa-car-bus:before {
  content: "";
}
.fa-car-crash:before {
  content: "";
}
.fa-car-garage:before {
  content: "";
}
.fa-car-mechanic:before {
  content: "";
}
.fa-car-side:before {
  content: "";
}
.fa-car-tilt:before {
  content: "";
}
.fa-car-wash:before {
  content: "";
}
.fa-caret-circle-down:before {
  content: "";
}
.fa-caret-circle-left:before {
  content: "";
}
.fa-caret-circle-right:before {
  content: "";
}
.fa-caret-circle-up:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-caret-square-down:before {
  content: "";
}
.fa-caret-square-left:before {
  content: "";
}
.fa-caret-square-right:before {
  content: "";
}
.fa-caret-square-up:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-carrot:before {
  content: "";
}
.fa-cars:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cash-register:before {
  content: "";
}
.fa-cat:before {
  content: "";
}
.fa-cauldron:before {
  content: "";
}
.fa-cc-amazon-pay:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-apple-pay:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-centercode:before {
  content: "";
}
.fa-centos:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-chair:before {
  content: "";
}
.fa-chair-office:before {
  content: "";
}
.fa-chalkboard:before {
  content: "";
}
.fa-chalkboard-teacher:before {
  content: "";
}
.fa-charging-station:before {
  content: "";
}
.fa-chart-area:before {
  content: "";
}
.fa-chart-bar:before {
  content: "";
}
.fa-chart-line:before {
  content: "";
}
.fa-chart-line-down:before {
  content: "";
}
.fa-chart-network:before {
  content: "";
}
.fa-chart-pie:before {
  content: "";
}
.fa-chart-pie-alt:before {
  content: "";
}
.fa-chart-scatter:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-check-double:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-cheese:before {
  content: "";
}
.fa-cheese-swiss:before {
  content: "";
}
.fa-cheeseburger:before {
  content: "";
}
.fa-chess:before {
  content: "";
}
.fa-chess-bishop:before {
  content: "";
}
.fa-chess-bishop-alt:before {
  content: "";
}
.fa-chess-board:before {
  content: "";
}
.fa-chess-clock:before {
  content: "";
}
.fa-chess-clock-alt:before {
  content: "";
}
.fa-chess-king:before {
  content: "";
}
.fa-chess-king-alt:before {
  content: "";
}
.fa-chess-knight:before {
  content: "";
}
.fa-chess-knight-alt:before {
  content: "";
}
.fa-chess-pawn:before {
  content: "";
}
.fa-chess-pawn-alt:before {
  content: "";
}
.fa-chess-queen:before {
  content: "";
}
.fa-chess-queen-alt:before {
  content: "";
}
.fa-chess-rook:before {
  content: "";
}
.fa-chess-rook-alt:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-double-down:before {
  content: "";
}
.fa-chevron-double-left:before {
  content: "";
}
.fa-chevron-double-right:before {
  content: "";
}
.fa-chevron-double-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-chevron-square-down:before {
  content: "";
}
.fa-chevron-square-left:before {
  content: "";
}
.fa-chevron-square-right:before {
  content: "";
}
.fa-chevron-square-up:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-chimney:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-chromecast:before {
  content: "";
}
.fa-church:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-circle-notch:before {
  content: "";
}
.fa-city:before {
  content: "";
}
.fa-claw-marks:before {
  content: "";
}
.fa-clinic-medical:before {
  content: "";
}
.fa-clipboard:before {
  content: "";
}
.fa-clipboard-check:before {
  content: "";
}
.fa-clipboard-list:before {
  content: "";
}
.fa-clipboard-list-check:before {
  content: "";
}
.fa-clipboard-prescription:before {
  content: "";
}
.fa-clipboard-user:before {
  content: "";
}
.fa-clock:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-closed-captioning:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-download-alt:before {
  content: "";
}
.fa-cloud-drizzle:before {
  content: "";
}
.fa-cloud-hail:before {
  content: "";
}
.fa-cloud-hail-mixed:before {
  content: "";
}
.fa-cloud-meatball:before {
  content: "";
}
.fa-cloud-moon:before {
  content: "";
}
.fa-cloud-moon-rain:before {
  content: "";
}
.fa-cloud-rain:before {
  content: "";
}
.fa-cloud-rainbow:before {
  content: "";
}
.fa-cloud-showers:before {
  content: "";
}
.fa-cloud-showers-heavy:before {
  content: "";
}
.fa-cloud-sleet:before {
  content: "";
}
.fa-cloud-snow:before {
  content: "";
}
.fa-cloud-sun:before {
  content: "";
}
.fa-cloud-sun-rain:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-cloud-upload-alt:before {
  content: "";
}
.fa-clouds:before {
  content: "";
}
.fa-clouds-moon:before {
  content: "";
}
.fa-clouds-sun:before {
  content: "";
}
.fa-cloudscale:before {
  content: "";
}
.fa-cloudsmith:before {
  content: "";
}
.fa-cloudversify:before {
  content: "";
}
.fa-club:before {
  content: "";
}
.fa-cocktail:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-code-branch:before {
  content: "";
}
.fa-code-commit:before {
  content: "";
}
.fa-code-merge:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-coffee-togo:before {
  content: "";
}
.fa-coffin:before {
  content: "";
}
.fa-cog:before {
  content: "";
}
.fa-cogs:before {
  content: "";
}
.fa-coin:before {
  content: "";
}
.fa-coins:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-comment-alt:before {
  content: "";
}
.fa-comment-alt-check:before {
  content: "";
}
.fa-comment-alt-dollar:before {
  content: "";
}
.fa-comment-alt-dots:before {
  content: "";
}
.fa-comment-alt-edit:before {
  content: "";
}
.fa-comment-alt-exclamation:before {
  content: "";
}
.fa-comment-alt-lines:before {
  content: "";
}
.fa-comment-alt-medical:before {
  content: "";
}
.fa-comment-alt-minus:before {
  content: "";
}
.fa-comment-alt-plus:before {
  content: "";
}
.fa-comment-alt-slash:before {
  content: "";
}
.fa-comment-alt-smile:before {
  content: "";
}
.fa-comment-alt-times:before {
  content: "";
}
.fa-comment-check:before {
  content: "";
}
.fa-comment-dollar:before {
  content: "";
}
.fa-comment-dots:before {
  content: "";
}
.fa-comment-edit:before {
  content: "";
}
.fa-comment-exclamation:before {
  content: "";
}
.fa-comment-lines:before {
  content: "";
}
.fa-comment-medical:before {
  content: "";
}
.fa-comment-minus:before {
  content: "";
}
.fa-comment-plus:before {
  content: "";
}
.fa-comment-slash:before {
  content: "";
}
.fa-comment-smile:before {
  content: "";
}
.fa-comment-times:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-comments-alt:before {
  content: "";
}
.fa-comments-alt-dollar:before {
  content: "";
}
.fa-comments-dollar:before {
  content: "";
}
.fa-compact-disc:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-compass-slash:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-compress-alt:before {
  content: "";
}
.fa-compress-arrows-alt:before {
  content: "";
}
.fa-compress-wide:before {
  content: "";
}
.fa-concierge-bell:before {
  content: "";
}
.fa-confluence:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-construction:before {
  content: "";
}
.fa-container-storage:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-conveyor-belt:before {
  content: "";
}
.fa-conveyor-belt-alt:before {
  content: "";
}
.fa-cookie:before {
  content: "";
}
.fa-cookie-bite:before {
  content: "";
}
.fa-copy:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-corn:before {
  content: "";
}
.fa-cotton-bureau:before {
  content: "";
}
.fa-couch:before {
  content: "";
}
.fa-cow:before {
  content: "";
}
.fa-cpanel:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-creative-commons-by:before {
  content: "";
}
.fa-creative-commons-nc:before {
  content: "";
}
.fa-creative-commons-nc-eu:before {
  content: "";
}
.fa-creative-commons-nc-jp:before {
  content: "";
}
.fa-creative-commons-nd:before {
  content: "";
}
.fa-creative-commons-pd:before {
  content: "";
}
.fa-creative-commons-pd-alt:before {
  content: "";
}
.fa-creative-commons-remix:before {
  content: "";
}
.fa-creative-commons-sa:before {
  content: "";
}
.fa-creative-commons-sampling:before {
  content: "";
}
.fa-creative-commons-sampling-plus:before {
  content: "";
}
.fa-creative-commons-share:before {
  content: "";
}
.fa-creative-commons-zero:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-credit-card-blank:before {
  content: "";
}
.fa-credit-card-front:before {
  content: "";
}
.fa-cricket:before {
  content: "";
}
.fa-critical-role:before {
  content: "";
}
.fa-croissant:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-crop-alt:before {
  content: "";
}
.fa-cross:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-crow:before {
  content: "";
}
.fa-crown:before {
  content: "";
}
.fa-crutch:before {
  content: "";
}
.fa-crutches:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-css3-alt:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-curling:before {
  content: "";
}
.fa-cut:before {
  content: "";
}
.fa-cuttlefish:before {
  content: "";
}
.fa-d-and-d:before {
  content: "";
}
.fa-d-and-d-beyond:before {
  content: "";
}
.fa-dagger:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-deaf:before {
  content: "";
}
.fa-debug:before {
  content: "";
}
.fa-deer:before {
  content: "";
}
.fa-deer-rudolph:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-democrat:before {
  content: "";
}
.fa-deploydog:before {
  content: "";
}
.fa-deskpro:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-desktop-alt:before {
  content: "";
}
.fa-dev:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-dewpoint:before {
  content: "";
}
.fa-dharmachakra:before {
  content: "";
}
.fa-dhl:before {
  content: "";
}
.fa-diagnoses:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-diaspora:before {
  content: "";
}
.fa-dice:before {
  content: "";
}
.fa-dice-d10:before {
  content: "";
}
.fa-dice-d12:before {
  content: "";
}
.fa-dice-d20:before {
  content: "";
}
.fa-dice-d4:before {
  content: "";
}
.fa-dice-d6:before {
  content: "";
}
.fa-dice-d8:before {
  content: "";
}
.fa-dice-five:before {
  content: "";
}
.fa-dice-four:before {
  content: "";
}
.fa-dice-one:before {
  content: "";
}
.fa-dice-six:before {
  content: "";
}
.fa-dice-three:before {
  content: "";
}
.fa-dice-two:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-digging:before {
  content: "";
}
.fa-digital-ocean:before {
  content: "";
}
.fa-digital-tachograph:before {
  content: "";
}
.fa-diploma:before {
  content: "";
}
.fa-directions:before {
  content: "";
}
.fa-discord:before {
  content: "";
}
.fa-discourse:before {
  content: "";
}
.fa-disease:before {
  content: "";
}
.fa-divide:before {
  content: "";
}
.fa-dizzy:before {
  content: "";
}
.fa-dna:before {
  content: "";
}
.fa-do-not-enter:before {
  content: "";
}
.fa-dochub:before {
  content: "";
}
.fa-docker:before {
  content: "";
}
.fa-dog:before {
  content: "";
}
.fa-dog-leashed:before {
  content: "";
}
.fa-dollar-sign:before {
  content: "";
}
.fa-dolly:before {
  content: "";
}
.fa-dolly-empty:before {
  content: "";
}
.fa-dolly-flatbed:before {
  content: "";
}
.fa-dolly-flatbed-alt:before {
  content: "";
}
.fa-dolly-flatbed-empty:before {
  content: "";
}
.fa-donate:before {
  content: "";
}
.fa-door-closed:before {
  content: "";
}
.fa-door-open:before {
  content: "";
}
.fa-dot-circle:before {
  content: "";
}
.fa-dove:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-draft2digital:before {
  content: "";
}
.fa-drafting-compass:before {
  content: "";
}
.fa-dragon:before {
  content: "";
}
.fa-draw-circle:before {
  content: "";
}
.fa-draw-polygon:before {
  content: "";
}
.fa-draw-square:before {
  content: "";
}
.fa-dreidel:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-dribbble-square:before {
  content: "";
}
.fa-drone:before {
  content: "";
}
.fa-drone-alt:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-drum:before {
  content: "";
}
.fa-drum-steelpan:before {
  content: "";
}
.fa-drumstick:before {
  content: "";
}
.fa-drumstick-bite:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-dryer:before {
  content: "";
}
.fa-dryer-alt:before {
  content: "";
}
.fa-duck:before {
  content: "";
}
.fa-dumbbell:before {
  content: "";
}
.fa-dumpster:before {
  content: "";
}
.fa-dumpster-fire:before {
  content: "";
}
.fa-dungeon:before {
  content: "";
}
.fa-dyalog:before {
  content: "";
}
.fa-ear:before {
  content: "";
}
.fa-ear-muffs:before {
  content: "";
}
.fa-earlybirds:before {
  content: "";
}
.fa-ebay:before {
  content: "";
}
.fa-eclipse:before {
  content: "";
}
.fa-eclipse-alt:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-edit:before {
  content: "";
}
.fa-egg:before {
  content: "";
}
.fa-egg-fried:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-elementor:before {
  content: "";
}
.fa-elephant:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-h-alt:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-ellipsis-v-alt:before {
  content: "";
}
.fa-ello:before {
  content: "";
}
.fa-ember:before {
  content: "";
}
.fa-empire:before {
  content: "";
}
.fa-empty-set:before {
  content: "";
}
.fa-engine-warning:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-dollar:before {
  content: "";
}
.fa-envelope-open-text:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-equals:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-erlang:before {
  content: "";
}
.fa-ethereum:before {
  content: "";
}
.fa-ethernet:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-euro-sign:before {
  content: "";
}
.fa-evernote:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-exchange-alt:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-exclamation-square:before {
  content: "";
}
.fa-exclamation-triangle:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-expand-alt:before {
  content: "";
}
.fa-expand-arrows:before {
  content: "";
}
.fa-expand-arrows-alt:before {
  content: "";
}
.fa-expand-wide:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-external-link-alt:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-external-link-square-alt:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-dropper:before {
  content: "";
}
.fa-eye-evil:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-facebook-f:before {
  content: "";
}
.fa-facebook-messenger:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-fan:before {
  content: "";
}
.fa-fantasy-flight-games:before {
  content: "";
}
.fa-farm:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-feather:before {
  content: "";
}
.fa-feather-alt:before {
  content: "";
}
.fa-fedex:before {
  content: "";
}
.fa-fedora:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-field-hockey:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-figma:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-alt:before {
  content: "";
}
.fa-file-archive:before {
  content: "";
}
.fa-file-audio:before {
  content: "";
}
.fa-file-certificate:before {
  content: "";
}
.fa-file-chart-line:before {
  content: "";
}
.fa-file-chart-pie:before {
  content: "";
}
.fa-file-check:before {
  content: "";
}
.fa-file-code:before {
  content: "";
}
.fa-file-contract:before {
  content: "";
}
.fa-file-csv:before {
  content: "";
}
.fa-file-download:before {
  content: "";
}
.fa-file-edit:before {
  content: "";
}
.fa-file-excel:before {
  content: "";
}
.fa-file-exclamation:before {
  content: "";
}
.fa-file-export:before {
  content: "";
}
.fa-file-image:before {
  content: "";
}
.fa-file-import:before {
  content: "";
}
.fa-file-invoice:before {
  content: "";
}
.fa-file-invoice-dollar:before {
  content: "";
}
.fa-file-medical:before {
  content: "";
}
.fa-file-medical-alt:before {
  content: "";
}
.fa-file-minus:before {
  content: "";
}
.fa-file-pdf:before {
  content: "";
}
.fa-file-plus:before {
  content: "";
}
.fa-file-powerpoint:before {
  content: "";
}
.fa-file-prescription:before {
  content: "";
}
.fa-file-search:before {
  content: "";
}
.fa-file-signature:before {
  content: "";
}
.fa-file-spreadsheet:before {
  content: "";
}
.fa-file-times:before {
  content: "";
}
.fa-file-upload:before {
  content: "";
}
.fa-file-user:before {
  content: "";
}
.fa-file-video:before {
  content: "";
}
.fa-file-word:before {
  content: "";
}
.fa-files-medical:before {
  content: "";
}
.fa-fill:before {
  content: "";
}
.fa-fill-drip:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-film-alt:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-fingerprint:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-fire-alt:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-fire-smoke:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-fireplace:before {
  content: "";
}
.fa-first-aid:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-first-order-alt:before {
  content: "";
}
.fa-firstdraft:before {
  content: "";
}
.fa-fish:before {
  content: "";
}
.fa-fish-cooked:before {
  content: "";
}
.fa-fist-raised:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-flag-alt:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-flag-usa:before {
  content: "";
}
.fa-flame:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-flask-poison:before {
  content: "";
}
.fa-flask-potion:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-flipboard:before {
  content: "";
}
.fa-flower:before {
  content: "";
}
.fa-flower-daffodil:before {
  content: "";
}
.fa-flower-tulip:before {
  content: "";
}
.fa-flushed:before {
  content: "";
}
.fa-fly:before {
  content: "";
}
.fa-fog:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-minus:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-folder-plus:before {
  content: "";
}
.fa-folder-times:before {
  content: "";
}
.fa-folder-tree:before {
  content: "";
}
.fa-folders:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-font-awesome:before {
  content: "";
}
.fa-font-awesome-alt:before {
  content: "";
}
.fa-font-awesome-flag:before {
  content: "";
}
.fa-font-awesome-logo-full:before {
  content: "";
}
.fa-font-case:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-fonticons-fi:before {
  content: "";
}
.fa-football-ball:before {
  content: "";
}
.fa-football-helmet:before {
  content: "";
}
.fa-forklift:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-fort-awesome-alt:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-fragile:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-freebsd:before {
  content: "";
}
.fa-french-fries:before {
  content: "";
}
.fa-frog:before {
  content: "";
}
.fa-frosty-head:before {
  content: "";
}
.fa-frown:before {
  content: "";
}
.fa-frown-open:before {
  content: "";
}
.fa-fulcrum:before {
  content: "";
}
.fa-function:before {
  content: "";
}
.fa-funnel-dollar:before {
  content: "";
}
.fa-futbol:before {
  content: "";
}
.fa-galactic-republic:before {
  content: "";
}
.fa-galactic-senate:before {
  content: "";
}
.fa-game-board:before {
  content: "";
}
.fa-game-board-alt:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-gas-pump:before {
  content: "";
}
.fa-gas-pump-slash:before {
  content: "";
}
.fa-gavel:before {
  content: "";
}
.fa-gem:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-ghost:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-gift-card:before {
  content: "";
}
.fa-gifts:before {
  content: "";
}
.fa-gingerbread-man:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-git-alt:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-gitkraken:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-gitter:before {
  content: "";
}
.fa-glass:before {
  content: "";
}
.fa-glass-champagne:before {
  content: "";
}
.fa-glass-cheers:before {
  content: "";
}
.fa-glass-citrus:before {
  content: "";
}
.fa-glass-martini:before {
  content: "";
}
.fa-glass-martini-alt:before {
  content: "";
}
.fa-glass-whiskey:before {
  content: "";
}
.fa-glass-whiskey-rocks:before {
  content: "";
}
.fa-glasses:before {
  content: "";
}
.fa-glasses-alt:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-globe-africa:before {
  content: "";
}
.fa-globe-americas:before {
  content: "";
}
.fa-globe-asia:before {
  content: "";
}
.fa-globe-europe:before {
  content: "";
}
.fa-globe-snow:before {
  content: "";
}
.fa-globe-stand:before {
  content: "";
}
.fa-gofore:before {
  content: "";
}
.fa-golf-ball:before {
  content: "";
}
.fa-golf-club:before {
  content: "";
}
.fa-goodreads:before {
  content: "";
}
.fa-goodreads-g:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-google-drive:before {
  content: "";
}
.fa-google-play:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-google-plus-g:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-gopuram:before {
  content: "";
}
.fa-graduation-cap:before {
  content: "";
}
.fa-gratipay:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-greater-than:before {
  content: "";
}
.fa-greater-than-equal:before {
  content: "";
}
.fa-grimace:before {
  content: "";
}
.fa-grin:before {
  content: "";
}
.fa-grin-alt:before {
  content: "";
}
.fa-grin-beam:before {
  content: "";
}
.fa-grin-beam-sweat:before {
  content: "";
}
.fa-grin-hearts:before {
  content: "";
}
.fa-grin-squint:before {
  content: "";
}
.fa-grin-squint-tears:before {
  content: "";
}
.fa-grin-stars:before {
  content: "";
}
.fa-grin-tears:before {
  content: "";
}
.fa-grin-tongue:before {
  content: "";
}
.fa-grin-tongue-squint:before {
  content: "";
}
.fa-grin-tongue-wink:before {
  content: "";
}
.fa-grin-wink:before {
  content: "";
}
.fa-grip-horizontal:before {
  content: "";
}
.fa-grip-lines:before {
  content: "";
}
.fa-grip-lines-vertical:before {
  content: "";
}
.fa-grip-vertical:before {
  content: "";
}
.fa-gripfire:before {
  content: "";
}
.fa-grunt:before {
  content: "";
}
.fa-guitar:before {
  content: "";
}
.fa-gulp:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-h1:before {
  content: "";
}
.fa-h2:before {
  content: "";
}
.fa-h3:before {
  content: "";
}
.fa-h4:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-hacker-news-square:before {
  content: "";
}
.fa-hackerrank:before {
  content: "";
}
.fa-hamburger:before {
  content: "";
}
.fa-hammer:before {
  content: "";
}
.fa-hammer-war:before {
  content: "";
}
.fa-hamsa:before {
  content: "";
}
.fa-hand-heart:before {
  content: "";
}
.fa-hand-holding:before {
  content: "";
}
.fa-hand-holding-box:before {
  content: "";
}
.fa-hand-holding-heart:before {
  content: "";
}
.fa-hand-holding-magic:before {
  content: "";
}
.fa-hand-holding-seedling:before {
  content: "";
}
.fa-hand-holding-usd:before {
  content: "";
}
.fa-hand-holding-water:before {
  content: "";
}
.fa-hand-lizard:before {
  content: "";
}
.fa-hand-middle-finger:before {
  content: "";
}
.fa-hand-paper:before {
  content: "";
}
.fa-hand-peace:before {
  content: "";
}
.fa-hand-point-down:before {
  content: "";
}
.fa-hand-point-left:before {
  content: "";
}
.fa-hand-point-right:before {
  content: "";
}
.fa-hand-point-up:before {
  content: "";
}
.fa-hand-pointer:before {
  content: "";
}
.fa-hand-receiving:before {
  content: "";
}
.fa-hand-rock:before {
  content: "";
}
.fa-hand-scissors:before {
  content: "";
}
.fa-hand-spock:before {
  content: "";
}
.fa-hands:before {
  content: "";
}
.fa-hands-heart:before {
  content: "";
}
.fa-hands-helping:before {
  content: "";
}
.fa-hands-usd:before {
  content: "";
}
.fa-handshake:before {
  content: "";
}
.fa-handshake-alt:before {
  content: "";
}
.fa-hanukiah:before {
  content: "";
}
.fa-hard-hat:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-hat-chef:before {
  content: "";
}
.fa-hat-santa:before {
  content: "";
}
.fa-hat-winter:before {
  content: "";
}
.fa-hat-witch:before {
  content: "";
}
.fa-hat-wizard:before {
  content: "";
}
.fa-haykal:before {
  content: "";
}
.fa-hdd:before {
  content: "";
}
.fa-head-side:before {
  content: "";
}
.fa-head-side-brain:before {
  content: "";
}
.fa-head-side-medical:before {
  content: "";
}
.fa-head-vr:before {
  content: "";
}
.fa-heading:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-headphones-alt:before {
  content: "";
}
.fa-headset:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-heart-broken:before {
  content: "";
}
.fa-heart-circle:before {
  content: "";
}
.fa-heart-rate:before {
  content: "";
}
.fa-heart-square:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-helicopter:before {
  content: "";
}
.fa-helmet-battle:before {
  content: "";
}
.fa-hexagon:before {
  content: "";
}
.fa-highlighter:before {
  content: "";
}
.fa-hiking:before {
  content: "";
}
.fa-hippo:before {
  content: "";
}
.fa-hips:before {
  content: "";
}
.fa-hire-a-helper:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-hockey-mask:before {
  content: "";
}
.fa-hockey-puck:before {
  content: "";
}
.fa-hockey-sticks:before {
  content: "";
}
.fa-holly-berry:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-home-alt:before {
  content: "";
}
.fa-home-heart:before {
  content: "";
}
.fa-home-lg:before {
  content: "";
}
.fa-home-lg-alt:before {
  content: "";
}
.fa-hood-cloak:before {
  content: "";
}
.fa-hooli:before {
  content: "";
}
.fa-horizontal-rule:before {
  content: "";
}
.fa-hornbill:before {
  content: "";
}
.fa-horse:before {
  content: "";
}
.fa-horse-head:before {
  content: "";
}
.fa-hospital:before {
  content: "";
}
.fa-hospital-alt:before {
  content: "";
}
.fa-hospital-symbol:before {
  content: "";
}
.fa-hospital-user:before {
  content: "";
}
.fa-hospitals:before {
  content: "";
}
.fa-hot-tub:before {
  content: "";
}
.fa-hotdog:before {
  content: "";
}
.fa-hotel:before {
  content: "";
}
.fa-hotjar:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-start:before {
  content: "";
}
.fa-house-damage:before {
  content: "";
}
.fa-house-flood:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-hryvnia:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-hubspot:before {
  content: "";
}
.fa-humidity:before {
  content: "";
}
.fa-hurricane:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-ice-cream:before {
  content: "";
}
.fa-ice-skate:before {
  content: "";
}
.fa-icicles:before {
  content: "";
}
.fa-icons:before {
  content: "";
}
.fa-icons-alt:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-id-card:before {
  content: "";
}
.fa-id-card-alt:before {
  content: "";
}
.fa-igloo:before {
  content: "";
}
.fa-image:before {
  content: "";
}
.fa-images:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-inbox-in:before {
  content: "";
}
.fa-inbox-out:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-industry-alt:before {
  content: "";
}
.fa-infinity:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-info-square:before {
  content: "";
}
.fa-inhaler:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-integral:before {
  content: "";
}
.fa-intercom:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-intersection:before {
  content: "";
}
.fa-inventory:before {
  content: "";
}
.fa-invision:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-island-tropical:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-itch-io:before {
  content: "";
}
.fa-itunes:before {
  content: "";
}
.fa-itunes-note:before {
  content: "";
}
.fa-jack-o-lantern:before {
  content: "";
}
.fa-java:before {
  content: "";
}
.fa-jedi:before {
  content: "";
}
.fa-jedi-order:before {
  content: "";
}
.fa-jenkins:before {
  content: "";
}
.fa-jira:before {
  content: "";
}
.fa-joget:before {
  content: "";
}
.fa-joint:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-journal-whills:before {
  content: "";
}
.fa-js:before {
  content: "";
}
.fa-js-square:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-kaaba:before {
  content: "";
}
.fa-kaggle:before {
  content: "";
}
.fa-kerning:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-key-skeleton:before {
  content: "";
}
.fa-keybase:before {
  content: "";
}
.fa-keyboard:before {
  content: "";
}
.fa-keycdn:before {
  content: "";
}
.fa-keynote:before {
  content: "";
}
.fa-khanda:before {
  content: "";
}
.fa-kickstarter:before {
  content: "";
}
.fa-kickstarter-k:before {
  content: "";
}
.fa-kidneys:before {
  content: "";
}
.fa-kiss:before {
  content: "";
}
.fa-kiss-beam:before {
  content: "";
}
.fa-kiss-wink-heart:before {
  content: "";
}
.fa-kite:before {
  content: "";
}
.fa-kiwi-bird:before {
  content: "";
}
.fa-knife-kitchen:before {
  content: "";
}
.fa-korvue:before {
  content: "";
}
.fa-lambda:before {
  content: "";
}
.fa-lamp:before {
  content: "";
}
.fa-landmark:before {
  content: "";
}
.fa-landmark-alt:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-laptop-code:before {
  content: "";
}
.fa-laptop-medical:before {
  content: "";
}
.fa-laravel:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-laugh:before {
  content: "";
}
.fa-laugh-beam:before {
  content: "";
}
.fa-laugh-squint:before {
  content: "";
}
.fa-laugh-wink:before {
  content: "";
}
.fa-layer-group:before {
  content: "";
}
.fa-layer-minus:before {
  content: "";
}
.fa-layer-plus:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-leaf-heart:before {
  content: "";
}
.fa-leaf-maple:before {
  content: "";
}
.fa-leaf-oak:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-lemon:before {
  content: "";
}
.fa-less:before {
  content: "";
}
.fa-less-than:before {
  content: "";
}
.fa-less-than-equal:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-level-down-alt:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-up-alt:before {
  content: "";
}
.fa-life-ring:before {
  content: "";
}
.fa-lightbulb:before {
  content: "";
}
.fa-lightbulb-dollar:before {
  content: "";
}
.fa-lightbulb-exclamation:before {
  content: "";
}
.fa-lightbulb-on:before {
  content: "";
}
.fa-lightbulb-slash:before {
  content: "";
}
.fa-lights-holiday:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-line-columns:before {
  content: "";
}
.fa-line-height:before {
  content: "";
}
.fa-link:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-linkedin-in:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-lips:before {
  content: "";
}
.fa-lira-sign:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-location:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-location-circle:before {
  content: "";
}
.fa-location-slash:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-lock-alt:before {
  content: "";
}
.fa-lock-open:before {
  content: "";
}
.fa-lock-open-alt:before {
  content: "";
}
.fa-long-arrow-alt-down:before {
  content: "";
}
.fa-long-arrow-alt-left:before {
  content: "";
}
.fa-long-arrow-alt-right:before {
  content: "";
}
.fa-long-arrow-alt-up:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-loveseat:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-luchador:before {
  content: "";
}
.fa-luggage-cart:before {
  content: "";
}
.fa-lungs:before {
  content: "";
}
.fa-lyft:before {
  content: "";
}
.fa-mace:before {
  content: "";
}
.fa-magento:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-mail-bulk:before {
  content: "";
}
.fa-mailbox:before {
  content: "";
}
.fa-mailchimp:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-mandalorian:before {
  content: "";
}
.fa-mandolin:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-map-marked:before {
  content: "";
}
.fa-map-marked-alt:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-map-marker-alt:before {
  content: "";
}
.fa-map-marker-alt-slash:before {
  content: "";
}
.fa-map-marker-check:before {
  content: "";
}
.fa-map-marker-edit:before {
  content: "";
}
.fa-map-marker-exclamation:before {
  content: "";
}
.fa-map-marker-minus:before {
  content: "";
}
.fa-map-marker-plus:before {
  content: "";
}
.fa-map-marker-question:before {
  content: "";
}
.fa-map-marker-slash:before {
  content: "";
}
.fa-map-marker-smile:before {
  content: "";
}
.fa-map-marker-times:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-markdown:before {
  content: "";
}
.fa-marker:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mask:before {
  content: "";
}
.fa-mastodon:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-meat:before {
  content: "";
}
.fa-medal:before {
  content: "";
}
.fa-medapps:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-medium-m:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-medrt:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.fa-megaphone:before {
  content: "";
}
.fa-megaport:before {
  content: "";
}
.fa-meh:before {
  content: "";
}
.fa-meh-blank:before {
  content: "";
}
.fa-meh-rolling-eyes:before {
  content: "";
}
.fa-memory:before {
  content: "";
}
.fa-mendeley:before {
  content: "";
}
.fa-menorah:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-meteor:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-alt:before {
  content: "";
}
.fa-microphone-alt-slash:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-microscope:before {
  content: "";
}
.fa-microsoft:before {
  content: "";
}
.fa-mind-share:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-minus-hexagon:before {
  content: "";
}
.fa-minus-octagon:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-mistletoe:before {
  content: "";
}
.fa-mitten:before {
  content: "";
}
.fa-mix:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-mizuni:before {
  content: "";
}
.fa-mobile:before {
  content: "";
}
.fa-mobile-alt:before {
  content: "";
}
.fa-mobile-android:before {
  content: "";
}
.fa-mobile-android-alt:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-monero:before {
  content: "";
}
.fa-money-bill:before {
  content: "";
}
.fa-money-bill-alt:before {
  content: "";
}
.fa-money-bill-wave:before {
  content: "";
}
.fa-money-bill-wave-alt:before {
  content: "";
}
.fa-money-check:before {
  content: "";
}
.fa-money-check-alt:before {
  content: "";
}
.fa-money-check-edit:before {
  content: "";
}
.fa-money-check-edit-alt:before {
  content: "";
}
.fa-monitor-heart-rate:before {
  content: "";
}
.fa-monkey:before {
  content: "";
}
.fa-monument:before {
  content: "";
}
.fa-moon:before {
  content: "";
}
.fa-moon-cloud:before {
  content: "";
}
.fa-moon-stars:before {
  content: "";
}
.fa-mortar-pestle:before {
  content: "";
}
.fa-mosque:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-mountain:before {
  content: "";
}
.fa-mountains:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-mug:before {
  content: "";
}
.fa-mug-hot:before {
  content: "";
}
.fa-mug-marshmallows:before {
  content: "";
}
.fa-mug-tea:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-napster:before {
  content: "";
}
.fa-narwhal:before {
  content: "";
}
.fa-neos:before {
  content: "";
}
.fa-network-wired:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-newspaper:before {
  content: "";
}
.fa-nimblr:before {
  content: "";
}
.fa-node:before {
  content: "";
}
.fa-node-js:before {
  content: "";
}
.fa-not-equal:before {
  content: "";
}
.fa-notes-medical:before {
  content: "";
}
.fa-npm:before {
  content: "";
}
.fa-ns8:before {
  content: "";
}
.fa-nutritionix:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-octagon:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-oil-can:before {
  content: "";
}
.fa-oil-temp:before {
  content: "";
}
.fa-old-republic:before {
  content: "";
}
.fa-om:before {
  content: "";
}
.fa-omega:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-ornament:before {
  content: "";
}
.fa-osi:before {
  content: "";
}
.fa-otter:before {
  content: "";
}
.fa-outdent:before {
  content: "";
}
.fa-overline:before {
  content: "";
}
.fa-page-break:before {
  content: "";
}
.fa-page4:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-pager:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-paint-brush-alt:before {
  content: "";
}
.fa-paint-roller:before {
  content: "";
}
.fa-palette:before {
  content: "";
}
.fa-palfed:before {
  content: "";
}
.fa-pallet:before {
  content: "";
}
.fa-pallet-alt:before {
  content: "";
}
.fa-paper-plane:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-parachute-box:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-paragraph-rtl:before {
  content: "";
}
.fa-parking:before {
  content: "";
}
.fa-parking-circle:before {
  content: "";
}
.fa-parking-circle-slash:before {
  content: "";
}
.fa-parking-slash:before {
  content: "";
}
.fa-passport:before {
  content: "";
}
.fa-pastafarianism:before {
  content: "";
}
.fa-paste:before {
  content: "";
}
.fa-patreon:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-paw-alt:before {
  content: "";
}
.fa-paw-claws:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-peace:before {
  content: "";
}
.fa-pegasus:before {
  content: "";
}
.fa-pen:before {
  content: "";
}
.fa-pen-alt:before {
  content: "";
}
.fa-pen-fancy:before {
  content: "";
}
.fa-pen-nib:before {
  content: "";
}
.fa-pen-square:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-pencil-alt:before {
  content: "";
}
.fa-pencil-paintbrush:before {
  content: "";
}
.fa-pencil-ruler:before {
  content: "";
}
.fa-pennant:before {
  content: "";
}
.fa-penny-arcade:before {
  content: "";
}
.fa-people-carry:before {
  content: "";
}
.fa-pepper-hot:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-percentage:before {
  content: "";
}
.fa-periscope:before {
  content: "";
}
.fa-person-booth:before {
  content: "";
}
.fa-person-carry:before {
  content: "";
}
.fa-person-dolly:before {
  content: "";
}
.fa-person-dolly-empty:before {
  content: "";
}
.fa-person-sign:before {
  content: "";
}
.fa-phabricator:before {
  content: "";
}
.fa-phoenix-framework:before {
  content: "";
}
.fa-phoenix-squadron:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-phone-alt:before {
  content: "";
}
.fa-phone-laptop:before {
  content: "";
}
.fa-phone-office:before {
  content: "";
}
.fa-phone-plus:before {
  content: "";
}
.fa-phone-slash:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-phone-square-alt:before {
  content: "";
}
.fa-phone-volume:before {
  content: "";
}
.fa-photo-video:before {
  content: "";
}
.fa-php:before {
  content: "";
}
.fa-pi:before {
  content: "";
}
.fa-pie:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-pied-piper-hat:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pig:before {
  content: "";
}
.fa-piggy-bank:before {
  content: "";
}
.fa-pills:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-pizza:before {
  content: "";
}
.fa-pizza-slice:before {
  content: "";
}
.fa-place-of-worship:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-plane-alt:before {
  content: "";
}
.fa-plane-arrival:before {
  content: "";
}
.fa-plane-departure:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-playstation:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-plus-hexagon:before {
  content: "";
}
.fa-plus-octagon:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-podium:before {
  content: "";
}
.fa-podium-star:before {
  content: "";
}
.fa-poll:before {
  content: "";
}
.fa-poll-h:before {
  content: "";
}
.fa-poll-people:before {
  content: "";
}
.fa-poo:before {
  content: "";
}
.fa-poo-storm:before {
  content: "";
}
.fa-poop:before {
  content: "";
}
.fa-popcorn:before {
  content: "";
}
.fa-portrait:before {
  content: "";
}
.fa-pound-sign:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-pray:before {
  content: "";
}
.fa-praying-hands:before {
  content: "";
}
.fa-prescription:before {
  content: "";
}
.fa-prescription-bottle:before {
  content: "";
}
.fa-prescription-bottle-alt:before {
  content: "";
}
.fa-presentation:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-print-search:before {
  content: "";
}
.fa-print-slash:before {
  content: "";
}
.fa-procedures:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-project-diagram:before {
  content: "";
}
.fa-pumpkin:before {
  content: "";
}
.fa-pushed:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-python:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-question-square:before {
  content: "";
}
.fa-quidditch:before {
  content: "";
}
.fa-quinscape:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-quran:before {
  content: "";
}
.fa-r-project:before {
  content: "";
}
.fa-rabbit:before {
  content: "";
}
.fa-rabbit-fast:before {
  content: "";
}
.fa-racquet:before {
  content: "";
}
.fa-radiation:before {
  content: "";
}
.fa-radiation-alt:before {
  content: "";
}
.fa-rainbow:before {
  content: "";
}
.fa-raindrops:before {
  content: "";
}
.fa-ram:before {
  content: "";
}
.fa-ramp-loading:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-raspberry-pi:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-react:before {
  content: "";
}
.fa-reacteurope:before {
  content: "";
}
.fa-readme:before {
  content: "";
}
.fa-rebel:before {
  content: "";
}
.fa-receipt:before {
  content: "";
}
.fa-rectangle-landscape:before {
  content: "";
}
.fa-rectangle-portrait:before {
  content: "";
}
.fa-rectangle-wide:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-red-river:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-redhat:before {
  content: "";
}
.fa-redo:before {
  content: "";
}
.fa-redo-alt:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-remove-format:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-repeat:before {
  content: "";
}
.fa-repeat-1:before {
  content: "";
}
.fa-repeat-1-alt:before {
  content: "";
}
.fa-repeat-alt:before {
  content: "";
}
.fa-reply:before {
  content: "";
}
.fa-reply-all:before {
  content: "";
}
.fa-replyd:before {
  content: "";
}
.fa-republican:before {
  content: "";
}
.fa-researchgate:before {
  content: "";
}
.fa-resolving:before {
  content: "";
}
.fa-restroom:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-retweet-alt:before {
  content: "";
}
.fa-rev:before {
  content: "";
}
.fa-ribbon:before {
  content: "";
}
.fa-ring:before {
  content: "";
}
.fa-rings-wedding:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-robot:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-rocketchat:before {
  content: "";
}
.fa-rockrms:before {
  content: "";
}
.fa-route:before {
  content: "";
}
.fa-route-highway:before {
  content: "";
}
.fa-route-interstate:before {
  content: "";
}
.fa-rss:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-ruble-sign:before {
  content: "";
}
.fa-ruler:before {
  content: "";
}
.fa-ruler-combined:before {
  content: "";
}
.fa-ruler-horizontal:before {
  content: "";
}
.fa-ruler-triangle:before {
  content: "";
}
.fa-ruler-vertical:before {
  content: "";
}
.fa-running:before {
  content: "";
}
.fa-rupee-sign:before {
  content: "";
}
.fa-rv:before {
  content: "";
}
.fa-sack:before {
  content: "";
}
.fa-sack-dollar:before {
  content: "";
}
.fa-sad-cry:before {
  content: "";
}
.fa-sad-tear:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-salad:before {
  content: "";
}
.fa-salesforce:before {
  content: "";
}
.fa-sandwich:before {
  content: "";
}
.fa-sass:before {
  content: "";
}
.fa-satellite:before {
  content: "";
}
.fa-satellite-dish:before {
  content: "";
}
.fa-sausage:before {
  content: "";
}
.fa-save:before {
  content: "";
}
.fa-scalpel:before {
  content: "";
}
.fa-scalpel-path:before {
  content: "";
}
.fa-scanner:before {
  content: "";
}
.fa-scanner-keyboard:before {
  content: "";
}
.fa-scanner-touchscreen:before {
  content: "";
}
.fa-scarecrow:before {
  content: "";
}
.fa-scarf:before {
  content: "";
}
.fa-schlix:before {
  content: "";
}
.fa-school:before {
  content: "";
}
.fa-screwdriver:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-scroll:before {
  content: "";
}
.fa-scroll-old:before {
  content: "";
}
.fa-scrubber:before {
  content: "";
}
.fa-scythe:before {
  content: "";
}
.fa-sd-card:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-search-dollar:before {
  content: "";
}
.fa-search-location:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-searchengin:before {
  content: "";
}
.fa-seedling:before {
  content: "";
}
.fa-sellcast:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-send-back:before {
  content: "";
}
.fa-send-backward:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-servicestack:before {
  content: "";
}
.fa-shapes:before {
  content: "";
}
.fa-share:before {
  content: "";
}
.fa-share-all:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-sheep:before {
  content: "";
}
.fa-shekel-sign:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-shield-alt:before {
  content: "";
}
.fa-shield-check:before {
  content: "";
}
.fa-shield-cross:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-shipping-fast:before {
  content: "";
}
.fa-shipping-timed:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-shish-kebab:before {
  content: "";
}
.fa-shoe-prints:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-shopware:before {
  content: "";
}
.fa-shovel:before {
  content: "";
}
.fa-shovel-snow:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-shredder:before {
  content: "";
}
.fa-shuttle-van:before {
  content: "";
}
.fa-shuttlecock:before {
  content: "";
}
.fa-sickle:before {
  content: "";
}
.fa-sigma:before {
  content: "";
}
.fa-sign:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-sign-in-alt:before {
  content: "";
}
.fa-sign-language:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-sign-out-alt:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-signal-1:before {
  content: "";
}
.fa-signal-2:before {
  content: "";
}
.fa-signal-3:before {
  content: "";
}
.fa-signal-4:before {
  content: "";
}
.fa-signal-alt:before {
  content: "";
}
.fa-signal-alt-1:before {
  content: "";
}
.fa-signal-alt-2:before {
  content: "";
}
.fa-signal-alt-3:before {
  content: "";
}
.fa-signal-alt-slash:before {
  content: "";
}
.fa-signal-slash:before {
  content: "";
}
.fa-signature:before {
  content: "";
}
.fa-sim-card:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-sistrix:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-sith:before {
  content: "";
}
.fa-skating:before {
  content: "";
}
.fa-skeleton:before {
  content: "";
}
.fa-sketch:before {
  content: "";
}
.fa-ski-jump:before {
  content: "";
}
.fa-ski-lift:before {
  content: "";
}
.fa-skiing:before {
  content: "";
}
.fa-skiing-nordic:before {
  content: "";
}
.fa-skull:before {
  content: "";
}
.fa-skull-crossbones:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-slack-hash:before {
  content: "";
}
.fa-slash:before {
  content: "";
}
.fa-sledding:before {
  content: "";
}
.fa-sleigh:before {
  content: "";
}
.fa-sliders-h:before {
  content: "";
}
.fa-sliders-h-square:before {
  content: "";
}
.fa-sliders-v:before {
  content: "";
}
.fa-sliders-v-square:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-smile:before {
  content: "";
}
.fa-smile-beam:before {
  content: "";
}
.fa-smile-plus:before {
  content: "";
}
.fa-smile-wink:before {
  content: "";
}
.fa-smog:before {
  content: "";
}
.fa-smoke:before {
  content: "";
}
.fa-smoking:before {
  content: "";
}
.fa-smoking-ban:before {
  content: "";
}
.fa-sms:before {
  content: "";
}
.fa-snake:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-snooze:before {
  content: "";
}
.fa-snow-blowing:before {
  content: "";
}
.fa-snowboarding:before {
  content: "";
}
.fa-snowflake:before {
  content: "";
}
.fa-snowflakes:before {
  content: "";
}
.fa-snowman:before {
  content: "";
}
.fa-snowmobile:before {
  content: "";
}
.fa-snowplow:before {
  content: "";
}
.fa-socks:before {
  content: "";
}
.fa-solar-panel:before {
  content: "";
}
.fa-sort:before {
  content: "";
}
.fa-sort-alpha-down:before {
  content: "";
}
.fa-sort-alpha-down-alt:before {
  content: "";
}
.fa-sort-alpha-up:before {
  content: "";
}
.fa-sort-alpha-up-alt:before {
  content: "";
}
.fa-sort-alt:before {
  content: "";
}
.fa-sort-amount-down:before {
  content: "";
}
.fa-sort-amount-down-alt:before {
  content: "";
}
.fa-sort-amount-up:before {
  content: "";
}
.fa-sort-amount-up-alt:before {
  content: "";
}
.fa-sort-down:before {
  content: "";
}
.fa-sort-numeric-down:before {
  content: "";
}
.fa-sort-numeric-down-alt:before {
  content: "";
}
.fa-sort-numeric-up:before {
  content: "";
}
.fa-sort-numeric-up-alt:before {
  content: "";
}
.fa-sort-shapes-down:before {
  content: "";
}
.fa-sort-shapes-down-alt:before {
  content: "";
}
.fa-sort-shapes-up:before {
  content: "";
}
.fa-sort-shapes-up-alt:before {
  content: "";
}
.fa-sort-size-down:before {
  content: "";
}
.fa-sort-size-down-alt:before {
  content: "";
}
.fa-sort-size-up:before {
  content: "";
}
.fa-sort-size-up-alt:before {
  content: "";
}
.fa-sort-up:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-soup:before {
  content: "";
}
.fa-sourcetree:before {
  content: "";
}
.fa-spa:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-spade:before {
  content: "";
}
.fa-sparkles:before {
  content: "";
}
.fa-speakap:before {
  content: "";
}
.fa-speaker-deck:before {
  content: "";
}
.fa-spell-check:before {
  content: "";
}
.fa-spider:before {
  content: "";
}
.fa-spider-black-widow:before {
  content: "";
}
.fa-spider-web:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-spinner-third:before {
  content: "";
}
.fa-splotch:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-spray-can:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-square-full:before {
  content: "";
}
.fa-square-root:before {
  content: "";
}
.fa-square-root-alt:before {
  content: "";
}
.fa-squarespace:before {
  content: "";
}
.fa-squirrel:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-stackpath:before {
  content: "";
}
.fa-staff:before {
  content: "";
}
.fa-stamp:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-and-crescent:before {
  content: "";
}
.fa-star-christmas:before {
  content: "";
}
.fa-star-exclamation:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-star-half-alt:before {
  content: "";
}
.fa-star-of-david:before {
  content: "";
}
.fa-star-of-life:before {
  content: "";
}
.fa-stars:before {
  content: "";
}
.fa-staylinked:before {
  content: "";
}
.fa-steak:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-steam-symbol:before {
  content: "";
}
.fa-steering-wheel:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-sticker-mule:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-stocking:before {
  content: "";
}
.fa-stomach:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stopwatch:before {
  content: "";
}
.fa-store:before {
  content: "";
}
.fa-store-alt:before {
  content: "";
}
.fa-strava:before {
  content: "";
}
.fa-stream:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-stretcher:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-stripe:before {
  content: "";
}
.fa-stripe-s:before {
  content: "";
}
.fa-stroopwafel:before {
  content: "";
}
.fa-studiovinari:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-suitcase-rolling:before {
  content: "";
}
.fa-sun:before {
  content: "";
}
.fa-sun-cloud:before {
  content: "";
}
.fa-sun-dust:before {
  content: "";
}
.fa-sun-haze:before {
  content: "";
}
.fa-sunglasses:before {
  content: "";
}
.fa-sunrise:before {
  content: "";
}
.fa-sunset:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-supple:before {
  content: "";
}
.fa-surprise:before {
  content: "";
}
.fa-suse:before {
  content: "";
}
.fa-swatchbook:before {
  content: "";
}
.fa-swimmer:before {
  content: "";
}
.fa-swimming-pool:before {
  content: "";
}
.fa-sword:before {
  content: "";
}
.fa-swords:before {
  content: "";
}
.fa-symfony:before {
  content: "";
}
.fa-synagogue:before {
  content: "";
}
.fa-sync:before {
  content: "";
}
.fa-sync-alt:before {
  content: "";
}
.fa-syringe:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-table-tennis:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-tablet-alt:before {
  content: "";
}
.fa-tablet-android:before {
  content: "";
}
.fa-tablet-android-alt:before {
  content: "";
}
.fa-tablet-rugged:before {
  content: "";
}
.fa-tablets:before {
  content: "";
}
.fa-tachometer:before {
  content: "";
}
.fa-tachometer-alt:before {
  content: "";
}
.fa-tachometer-alt-average:before {
  content: "";
}
.fa-tachometer-alt-fast:before {
  content: "";
}
.fa-tachometer-alt-fastest:before {
  content: "";
}
.fa-tachometer-alt-slow:before {
  content: "";
}
.fa-tachometer-alt-slowest:before {
  content: "";
}
.fa-tachometer-average:before {
  content: "";
}
.fa-tachometer-fast:before {
  content: "";
}
.fa-tachometer-fastest:before {
  content: "";
}
.fa-tachometer-slow:before {
  content: "";
}
.fa-tachometer-slowest:before {
  content: "";
}
.fa-taco:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-tally:before {
  content: "";
}
.fa-tanakh:before {
  content: "";
}
.fa-tape:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-tasks-alt:before {
  content: "";
}
.fa-taxi:before {
  content: "";
}
.fa-teamspeak:before {
  content: "";
}
.fa-teeth:before {
  content: "";
}
.fa-teeth-open:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-telegram-plane:before {
  content: "";
}
.fa-temperature-frigid:before {
  content: "";
}
.fa-temperature-high:before {
  content: "";
}
.fa-temperature-hot:before {
  content: "";
}
.fa-temperature-low:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-tenge:before {
  content: "";
}
.fa-tennis-ball:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-text:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-size:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-the-red-yeti:before {
  content: "";
}
.fa-theater-masks:before {
  content: "";
}
.fa-themeco:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-thermometer:before {
  content: "";
}
.fa-thermometer-empty:before {
  content: "";
}
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-theta:before {
  content: "";
}
.fa-think-peaks:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbtack:before {
  content: "";
}
.fa-thunderstorm:before {
  content: "";
}
.fa-thunderstorm-moon:before {
  content: "";
}
.fa-thunderstorm-sun:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-ticket-alt:before {
  content: "";
}
.fa-tilde:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-times-hexagon:before {
  content: "";
}
.fa-times-octagon:before {
  content: "";
}
.fa-times-square:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-tint-slash:before {
  content: "";
}
.fa-tire:before {
  content: "";
}
.fa-tire-flat:before {
  content: "";
}
.fa-tire-pressure-warning:before {
  content: "";
}
.fa-tire-rugged:before {
  content: "";
}
.fa-tired:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-toilet:before {
  content: "";
}
.fa-toilet-paper:before {
  content: "";
}
.fa-toilet-paper-alt:before {
  content: "";
}
.fa-tombstone:before {
  content: "";
}
.fa-tombstone-alt:before {
  content: "";
}
.fa-toolbox:before {
  content: "";
}
.fa-tools:before {
  content: "";
}
.fa-tooth:before {
  content: "";
}
.fa-toothbrush:before {
  content: "";
}
.fa-torah:before {
  content: "";
}
.fa-torii-gate:before {
  content: "";
}
.fa-tornado:before {
  content: "";
}
.fa-tractor:before {
  content: "";
}
.fa-trade-federation:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-traffic-cone:before {
  content: "";
}
.fa-traffic-light:before {
  content: "";
}
.fa-traffic-light-go:before {
  content: "";
}
.fa-traffic-light-slow:before {
  content: "";
}
.fa-traffic-light-stop:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-tram:before {
  content: "";
}
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-trash-alt:before {
  content: "";
}
.fa-trash-restore:before {
  content: "";
}
.fa-trash-restore-alt:before {
  content: "";
}
.fa-trash-undo:before {
  content: "";
}
.fa-trash-undo-alt:before {
  content: "";
}
.fa-treasure-chest:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-tree-alt:before {
  content: "";
}
.fa-tree-christmas:before {
  content: "";
}
.fa-tree-decorated:before {
  content: "";
}
.fa-tree-large:before {
  content: "";
}
.fa-tree-palm:before {
  content: "";
}
.fa-trees:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-triangle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-trophy-alt:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-truck-container:before {
  content: "";
}
.fa-truck-couch:before {
  content: "";
}
.fa-truck-loading:before {
  content: "";
}
.fa-truck-monster:before {
  content: "";
}
.fa-truck-moving:before {
  content: "";
}
.fa-truck-pickup:before {
  content: "";
}
.fa-truck-plow:before {
  content: "";
}
.fa-truck-ramp:before {
  content: "";
}
.fa-tshirt:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-turkey:before {
  content: "";
}
.fa-turtle:before {
  content: "";
}
.fa-tv:before {
  content: "";
}
.fa-tv-retro:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-typo3:before {
  content: "";
}
.fa-uber:before {
  content: "";
}
.fa-ubuntu:before {
  content: "";
}
.fa-uikit:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-umbrella-beach:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-undo:before {
  content: "";
}
.fa-undo-alt:before {
  content: "";
}
.fa-unicorn:before {
  content: "";
}
.fa-union:before {
  content: "";
}
.fa-uniregistry:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-university:before {
  content: "";
}
.fa-unlink:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-untappd:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-ups:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-usd-circle:before {
  content: "";
}
.fa-usd-square:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-user-alt:before {
  content: "";
}
.fa-user-alt-slash:before {
  content: "";
}
.fa-user-astronaut:before {
  content: "";
}
.fa-user-chart:before {
  content: "";
}
.fa-user-check:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-clock:before {
  content: "";
}
.fa-user-cog:before {
  content: "";
}
.fa-user-crown:before {
  content: "";
}
.fa-user-edit:before {
  content: "";
}
.fa-user-friends:before {
  content: "";
}
.fa-user-graduate:before {
  content: "";
}
.fa-user-hard-hat:before {
  content: "";
}
.fa-user-headset:before {
  content: "";
}
.fa-user-injured:before {
  content: "";
}
.fa-user-lock:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-user-md-chat:before {
  content: "";
}
.fa-user-minus:before {
  content: "";
}
.fa-user-ninja:before {
  content: "";
}
.fa-user-nurse:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-user-shield:before {
  content: "";
}
.fa-user-slash:before {
  content: "";
}
.fa-user-tag:before {
  content: "";
}
.fa-user-tie:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-users:before {
  content: "";
}
.fa-users-class:before {
  content: "";
}
.fa-users-cog:before {
  content: "";
}
.fa-users-crown:before {
  content: "";
}
.fa-users-medical:before {
  content: "";
}
.fa-usps:before {
  content: "";
}
.fa-ussunnah:before {
  content: "";
}
.fa-utensil-fork:before {
  content: "";
}
.fa-utensil-knife:before {
  content: "";
}
.fa-utensil-spoon:before {
  content: "";
}
.fa-utensils:before {
  content: "";
}
.fa-utensils-alt:before {
  content: "";
}
.fa-vaadin:before {
  content: "";
}
.fa-value-absolute:before {
  content: "";
}
.fa-vector-square:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-vial:before {
  content: "";
}
.fa-vials:before {
  content: "";
}
.fa-viber:before {
  content: "";
}
.fa-video:before {
  content: "";
}
.fa-video-plus:before {
  content: "";
}
.fa-video-slash:before {
  content: "";
}
.fa-vihara:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-vimeo-v:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-vnv:before {
  content: "";
}
.fa-voicemail:before {
  content: "";
}
.fa-volcano:before {
  content: "";
}
.fa-volleyball-ball:before {
  content: "";
}
.fa-volume:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-mute:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-slash:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-vote-nay:before {
  content: "";
}
.fa-vote-yea:before {
  content: "";
}
.fa-vr-cardboard:before {
  content: "";
}
.fa-vuejs:before {
  content: "";
}
.fa-walker:before {
  content: "";
}
.fa-walking:before {
  content: "";
}
.fa-wallet:before {
  content: "";
}
.fa-wand:before {
  content: "";
}
.fa-wand-magic:before {
  content: "";
}
.fa-warehouse:before {
  content: "";
}
.fa-warehouse-alt:before {
  content: "";
}
.fa-washer:before {
  content: "";
}
.fa-watch:before {
  content: "";
}
.fa-watch-fitness:before {
  content: "";
}
.fa-water:before {
  content: "";
}
.fa-water-lower:before {
  content: "";
}
.fa-water-rise:before {
  content: "";
}
.fa-wave-sine:before {
  content: "";
}
.fa-wave-square:before {
  content: "";
}
.fa-wave-triangle:before {
  content: "";
}
.fa-waze:before {
  content: "";
}
.fa-webcam:before {
  content: "";
}
.fa-webcam-slash:before {
  content: "";
}
.fa-weebly:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-weight:before {
  content: "";
}
.fa-weight-hanging:before {
  content: "";
}
.fa-weixin:before {
  content: "";
}
.fa-whale:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-whatsapp-square:before {
  content: "";
}
.fa-wheat:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-whistle:before {
  content: "";
}
.fa-whmcs:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-wifi-1:before {
  content: "";
}
.fa-wifi-2:before {
  content: "";
}
.fa-wifi-slash:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-wind:before {
  content: "";
}
.fa-wind-turbine:before {
  content: "";
}
.fa-wind-warning:before {
  content: "";
}
.fa-window:before {
  content: "";
}
.fa-window-alt:before {
  content: "";
}
.fa-window-close:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-windsock:before {
  content: "";
}
.fa-wine-bottle:before {
  content: "";
}
.fa-wine-glass:before {
  content: "";
}
.fa-wine-glass-alt:before {
  content: "";
}
.fa-wix:before {
  content: "";
}
.fa-wizards-of-the-coast:before {
  content: "";
}
.fa-wolf-pack-battalion:before {
  content: "";
}
.fa-won-sign:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-wordpress-simple:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-wpressr:before {
  content: "";
}
.fa-wreath:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-x-ray:before {
  content: "";
}
.fa-xbox:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-y-combinator:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-yammer:before {
  content: "";
}
.fa-yandex:before {
  content: "";
}
.fa-yandex-international:before {
  content: "";
}
.fa-yarn:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-yen-sign:before {
  content: "";
}
.fa-yin-yang:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-zhihu:before {
  content: "";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.fa.fa-glass:before {
  content: "";
}
.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-star-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-star-o:before {
  content: "";
}
.fa.fa-remove:before {
  content: "";
}
.fa.fa-close:before {
  content: "";
}
.fa.fa-gear:before {
  content: "";
}
.fa.fa-trash-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-trash-o:before {
  content: "";
}
.fa.fa-file-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-o:before {
  content: "";
}
.fa.fa-clock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-clock-o:before {
  content: "";
}
.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-down:before {
  content: "";
}
.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-up:before {
  content: "";
}
.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-play-circle-o:before {
  content: "";
}
.fa.fa-repeat:before {
  content: "";
}
.fa.fa-rotate-right:before {
  content: "";
}
.fa.fa-refresh:before {
  content: "";
}
.fa.fa-list-alt {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-dedent:before {
  content: "";
}
.fa.fa-video-camera:before {
  content: "";
}
.fa.fa-picture-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-picture-o:before {
  content: "";
}
.fa.fa-photo {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-photo:before {
  content: "";
}
.fa.fa-image {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-image:before {
  content: "";
}
.fa.fa-pencil:before {
  content: "";
}
.fa.fa-map-marker:before {
  content: "";
}
.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-pencil-square-o:before {
  content: "";
}
.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-share-square-o:before {
  content: "";
}
.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-check-square-o:before {
  content: "";
}
.fa.fa-arrows:before {
  content: "";
}
.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-times-circle-o:before {
  content: "";
}
.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-check-circle-o:before {
  content: "";
}
.fa.fa-mail-forward:before {
  content: "";
}
.fa.fa-eye {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-warning:before {
  content: "";
}
.fa.fa-calendar:before {
  content: "";
}
.fa.fa-arrows-v:before {
  content: "";
}
.fa.fa-arrows-h:before {
  content: "";
}
.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-bar-chart:before {
  content: "";
}
.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-bar-chart-o:before {
  content: "";
}
.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-gears:before {
  content: "";
}
.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-thumbs-o-up:before {
  content: "";
}
.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-thumbs-o-down:before {
  content: "";
}
.fa.fa-heart-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-heart-o:before {
  content: "";
}
.fa.fa-sign-out:before {
  content: "";
}
.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-linkedin-square:before {
  content: "";
}
.fa.fa-thumb-tack:before {
  content: "";
}
.fa.fa-external-link:before {
  content: "";
}
.fa.fa-sign-in:before {
  content: "";
}
.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-lemon-o:before {
  content: "";
}
.fa.fa-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-square-o:before {
  content: "";
}
.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-bookmark-o:before {
  content: "";
}
.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-facebook:before {
  content: "";
}
.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-facebook-f:before {
  content: "";
}
.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-credit-card {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-feed:before {
  content: "";
}
.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hdd-o:before {
  content: "";
}
.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-o-right:before {
  content: "";
}
.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-o-left:before {
  content: "";
}
.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-o-up:before {
  content: "";
}
.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-o-down:before {
  content: "";
}
.fa.fa-arrows-alt:before {
  content: "";
}
.fa.fa-group:before {
  content: "";
}
.fa.fa-chain:before {
  content: "";
}
.fa.fa-scissors:before {
  content: "";
}
.fa.fa-files-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-files-o:before {
  content: "";
}
.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-floppy-o:before {
  content: "";
}
.fa.fa-navicon:before {
  content: "";
}
.fa.fa-reorder:before {
  content: "";
}
.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-google-plus:before {
  content: "";
}
.fa.fa-money {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-money:before {
  content: "";
}
.fa.fa-unsorted:before {
  content: "";
}
.fa.fa-sort-desc:before {
  content: "";
}
.fa.fa-sort-asc:before {
  content: "";
}
.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-linkedin:before {
  content: "";
}
.fa.fa-rotate-left:before {
  content: "";
}
.fa.fa-legal:before {
  content: "";
}
.fa.fa-tachometer:before {
  content: "";
}
.fa.fa-dashboard:before {
  content: "";
}
.fa.fa-comment-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-comment-o:before {
  content: "";
}
.fa.fa-comments-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-comments-o:before {
  content: "";
}
.fa.fa-flash:before {
  content: "";
}
.fa.fa-clipboard {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-paste {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-paste:before {
  content: "";
}
.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-lightbulb-o:before {
  content: "";
}
.fa.fa-exchange:before {
  content: "";
}
.fa.fa-cloud-download:before {
  content: "";
}
.fa.fa-cloud-upload:before {
  content: "";
}
.fa.fa-bell-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-bell-o:before {
  content: "";
}
.fa.fa-cutlery:before {
  content: "";
}
.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-text-o:before {
  content: "";
}
.fa.fa-building-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-building-o:before {
  content: "";
}
.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hospital-o:before {
  content: "";
}
.fa.fa-tablet:before {
  content: "";
}
.fa.fa-mobile:before {
  content: "";
}
.fa.fa-mobile-phone:before {
  content: "";
}
.fa.fa-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-circle-o:before {
  content: "";
}
.fa.fa-mail-reply:before {
  content: "";
}
.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-folder-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-folder-o:before {
  content: "";
}
.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-folder-open-o:before {
  content: "";
}
.fa.fa-smile-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-smile-o:before {
  content: "";
}
.fa.fa-frown-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-frown-o:before {
  content: "";
}
.fa.fa-meh-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-meh-o:before {
  content: "";
}
.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-keyboard-o:before {
  content: "";
}
.fa.fa-flag-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-flag-o:before {
  content: "";
}
.fa.fa-mail-reply-all:before {
  content: "";
}
.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-star-half-o:before {
  content: "";
}
.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-star-half-empty:before {
  content: "";
}
.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-star-half-full:before {
  content: "";
}
.fa.fa-code-fork:before {
  content: "";
}
.fa.fa-chain-broken:before {
  content: "";
}
.fa.fa-shield:before {
  content: "";
}
.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-calendar-o:before {
  content: "";
}
.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-ticket:before {
  content: "";
}
.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-minus-square-o:before {
  content: "";
}
.fa.fa-level-up:before {
  content: "";
}
.fa.fa-level-down:before {
  content: "";
}
.fa.fa-pencil-square:before {
  content: "";
}
.fa.fa-external-link-square:before {
  content: "";
}
.fa.fa-compass {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-caret-square-o-down:before {
  content: "";
}
.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-toggle-down:before {
  content: "";
}
.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-caret-square-o-up:before {
  content: "";
}
.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-toggle-up:before {
  content: "";
}
.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-caret-square-o-right:before {
  content: "";
}
.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-toggle-right:before {
  content: "";
}
.fa.fa-eur:before {
  content: "";
}
.fa.fa-euro:before {
  content: "";
}
.fa.fa-gbp:before {
  content: "";
}
.fa.fa-usd:before {
  content: "";
}
.fa.fa-dollar:before {
  content: "";
}
.fa.fa-inr:before {
  content: "";
}
.fa.fa-rupee:before {
  content: "";
}
.fa.fa-jpy:before {
  content: "";
}
.fa.fa-cny:before {
  content: "";
}
.fa.fa-rmb:before {
  content: "";
}
.fa.fa-yen:before {
  content: "";
}
.fa.fa-rub:before {
  content: "";
}
.fa.fa-ruble:before {
  content: "";
}
.fa.fa-rouble:before {
  content: "";
}
.fa.fa-krw:before {
  content: "";
}
.fa.fa-won:before {
  content: "";
}
.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-bitcoin:before {
  content: "";
}
.fa.fa-file-text:before {
  content: "";
}
.fa.fa-sort-alpha-asc:before {
  content: "";
}
.fa.fa-sort-alpha-desc:before {
  content: "";
}
.fa.fa-sort-amount-asc:before {
  content: "";
}
.fa.fa-sort-amount-desc:before {
  content: "";
}
.fa.fa-sort-numeric-asc:before {
  content: "";
}
.fa.fa-sort-numeric-desc:before {
  content: "";
}
.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-youtube-play:before {
  content: "";
}
.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-bitbucket-square:before {
  content: "";
}
.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-long-arrow-down:before {
  content: "";
}
.fa.fa-long-arrow-up:before {
  content: "";
}
.fa.fa-long-arrow-left:before {
  content: "";
}
.fa.fa-long-arrow-right:before {
  content: "";
}
.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-gittip:before {
  content: "";
}
.fa.fa-sun-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-sun-o:before {
  content: "";
}
.fa.fa-moon-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-moon-o:before {
  content: "";
}
.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right:before {
  content: "";
}
.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-left:before {
  content: "";
}
.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-caret-square-o-left:before {
  content: "";
}
.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-toggle-left:before {
  content: "";
}
.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-dot-circle-o:before {
  content: "";
}
.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-try:before {
  content: "";
}
.fa.fa-turkish-lira:before {
  content: "";
}
.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-plus-square-o:before {
  content: "";
}
.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-institution:before {
  content: "";
}
.fa.fa-bank:before {
  content: "";
}
.fa.fa-mortar-board:before {
  content: "";
}
.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-spoon:before {
  content: "";
}
.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-automobile:before {
  content: "";
}
.fa.fa-cab:before {
  content: "";
}
.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-envelope-o:before {
  content: "";
}
.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-pdf-o:before {
  content: "";
}
.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-word-o:before {
  content: "";
}
.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-excel-o:before {
  content: "";
}
.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-powerpoint-o:before {
  content: "";
}
.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-image-o:before {
  content: "";
}
.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-photo-o:before {
  content: "";
}
.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-picture-o:before {
  content: "";
}
.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-archive-o:before {
  content: "";
}
.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-zip-o:before {
  content: "";
}
.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-audio-o:before {
  content: "";
}
.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-sound-o:before {
  content: "";
}
.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-video-o:before {
  content: "";
}
.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-movie-o:before {
  content: "";
}
.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-code-o:before {
  content: "";
}
.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-life-ring {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-life-bouy:before {
  content: "";
}
.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-life-buoy:before {
  content: "";
}
.fa.fa-life-saver {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-life-saver:before {
  content: "";
}
.fa.fa-support {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-support:before {
  content: "";
}
.fa.fa-circle-o-notch:before {
  content: "";
}
.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-ra:before {
  content: "";
}
.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-resistance:before {
  content: "";
}
.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-ge:before {
  content: "";
}
.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-y-combinator-square:before {
  content: "";
}
.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-yc-square:before {
  content: "";
}
.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-wechat:before {
  content: "";
}
.fa.fa-send:before {
  content: "";
}
.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-paper-plane-o:before {
  content: "";
}
.fa.fa-send-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-send-o:before {
  content: "";
}
.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-circle-thin:before {
  content: "";
}
.fa.fa-header:before {
  content: "";
}
.fa.fa-sliders:before {
  content: "";
}
.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-futbol-o:before {
  content: "";
}
.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-soccer-ball-o:before {
  content: "";
}
.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-newspaper-o:before {
  content: "";
}
.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-bell-slash-o:before {
  content: "";
}
.fa.fa-trash:before {
  content: "";
}
.fa.fa-copyright {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-eyedropper:before {
  content: "";
}
.fa.fa-area-chart:before {
  content: "";
}
.fa.fa-pie-chart:before {
  content: "";
}
.fa.fa-line-chart:before {
  content: "";
}
.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-cc {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-cc:before {
  content: "";
}
.fa.fa-ils:before {
  content: "";
}
.fa.fa-shekel:before {
  content: "";
}
.fa.fa-sheqel:before {
  content: "";
}
.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-meanpath:before {
  content: "";
}
.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-diamond {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-diamond:before {
  content: "";
}
.fa.fa-intersex:before {
  content: "";
}
.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-facebook-official:before {
  content: "";
}
.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-hotel:before {
  content: "";
}
.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-yc:before {
  content: "";
}
.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-battery-4:before {
  content: "";
}
.fa.fa-battery:before {
  content: "";
}
.fa.fa-battery-3:before {
  content: "";
}
.fa.fa-battery-2:before {
  content: "";
}
.fa.fa-battery-1:before {
  content: "";
}
.fa.fa-battery-0:before {
  content: "";
}
.fa.fa-object-group {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-sticky-note-o:before {
  content: "";
}
.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-clone {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hourglass-o:before {
  content: "";
}
.fa.fa-hourglass-1:before {
  content: "";
}
.fa.fa-hourglass-2:before {
  content: "";
}
.fa.fa-hourglass-3:before {
  content: "";
}
.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-rock-o:before {
  content: "";
}
.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-grab-o:before {
  content: "";
}
.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-paper-o:before {
  content: "";
}
.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-stop-o:before {
  content: "";
}
.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-scissors-o:before {
  content: "";
}
.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-lizard-o:before {
  content: "";
}
.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-spock-o:before {
  content: "";
}
.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-pointer-o:before {
  content: "";
}
.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-hand-peace-o:before {
  content: "";
}
.fa.fa-registered {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-television:before {
  content: "";
}
.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-calendar-plus-o:before {
  content: "";
}
.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-calendar-minus-o:before {
  content: "";
}
.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-calendar-times-o:before {
  content: "";
}
.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-calendar-check-o:before {
  content: "";
}
.fa.fa-map-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-map-o:before {
  content: "";
}
.fa.fa-commenting:before {
  content: "";
}
.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-commenting-o:before {
  content: "";
}
.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-vimeo:before {
  content: "";
}
.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-credit-card-alt:before {
  content: "";
}
.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-pause-circle-o:before {
  content: "";
}
.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-stop-circle-o:before {
  content: "";
}
.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-wheelchair-alt:before {
  content: "";
}
.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-question-circle-o:before {
  content: "";
}
.fa.fa-volume-control-phone:before {
  content: "";
}
.fa.fa-asl-interpreting:before {
  content: "";
}
.fa.fa-deafness:before {
  content: "";
}
.fa.fa-hard-of-hearing:before {
  content: "";
}
.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-signing:before {
  content: "";
}
.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-google-plus-official:before {
  content: "";
}
.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-google-plus-circle:before {
  content: "";
}
.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-fa:before {
  content: "";
}
.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-handshake-o:before {
  content: "";
}
.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-envelope-open-o:before {
  content: "";
}
.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-address-book-o:before {
  content: "";
}
.fa.fa-vcard:before {
  content: "";
}
.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-address-card-o:before {
  content: "";
}
.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-vcard-o:before {
  content: "";
}
.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-user-circle-o:before {
  content: "";
}
.fa.fa-user-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-user-o:before {
  content: "";
}
.fa.fa-id-badge {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-drivers-license:before {
  content: "";
}
.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-id-card-o:before {
  content: "";
}
.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-drivers-license-o:before {
  content: "";
}
.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-thermometer-4:before {
  content: "";
}
.fa.fa-thermometer:before {
  content: "";
}
.fa.fa-thermometer-3:before {
  content: "";
}
.fa.fa-thermometer-2:before {
  content: "";
}
.fa.fa-thermometer-1:before {
  content: "";
}
.fa.fa-thermometer-0:before {
  content: "";
}
.fa.fa-bathtub:before {
  content: "";
}
.fa.fa-s15:before {
  content: "";
}
.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-window-restore {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-times-rectangle:before {
  content: "";
}
.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-window-close-o:before {
  content: "";
}
.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-times-rectangle-o:before {
  content: "";
}
.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-eercast:before {
  content: "";
}
.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-snowflake-o:before {
  content: "";
}
.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-duotone-900.eot");
  src: url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-duotone-900.eot?#iefix") format("embedded-opentype"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-duotone-900.woff2") format("woff2"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-duotone-900.woff") format("woff"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-duotone-900.ttf") format("truetype"), url("/fileadmin/stylesheets/plugins/font-awesome/webfonts/fa-duotone-900.svg#fontawesome") format("svg");
}
.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
}
.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fad:before, .fad.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fad:after, .fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fad.fa-inverse {
  color: #fff;
}
.fad.fa-stack-1x, .fad.fa-stack-2x {
  position: absolute;
}
.fad.fa-stack-1x:before, .fad.fa-stack-2x:before, .fad.fa-fw:before {
  left: 50%;
  transform: translateX(-50%);
}
.fad.fa-abacus:after {
  content: "􏙀";
}
.fad.fa-acorn:after {
  content: "􏚮";
}
.fad.fa-ad:after {
  content: "􏙁";
}
.fad.fa-address-book:after {
  content: "􏊹";
}
.fad.fa-address-card:after {
  content: "􏊻";
}
.fad.fa-adjust:after {
  content: "􏁂";
}
.fad.fa-air-freshener:after {
  content: "􏗐";
}
.fad.fa-alarm-clock:after {
  content: "􏍎";
}
.fad.fa-alarm-exclamation:after {
  content: "􏡃";
}
.fad.fa-alarm-plus:after {
  content: "􏡄";
}
.fad.fa-alarm-snooze:after {
  content: "􏡅";
}
.fad.fa-alicorn:after {
  content: "􏚰";
}
.fad.fa-align-center:after {
  content: "􏀷";
}
.fad.fa-align-justify:after {
  content: "􏀹";
}
.fad.fa-align-left:after {
  content: "􏀶";
}
.fad.fa-align-right:after {
  content: "􏀸";
}
.fad.fa-align-slash:after {
  content: "􏡆";
}
.fad.fa-allergies:after {
  content: "􏑡";
}
.fad.fa-ambulance:after {
  content: "􏃹";
}
.fad.fa-american-sign-language-interpreting:after {
  content: "􏊣";
}
.fad.fa-analytics:after {
  content: "􏙃";
}
.fad.fa-anchor:after {
  content: "􏄽";
}
.fad.fa-angel:after {
  content: "􏝹";
}
.fad.fa-angle-double-down:after {
  content: "􏄃";
}
.fad.fa-angle-double-left:after {
  content: "􏄀";
}
.fad.fa-angle-double-right:after {
  content: "􏄁";
}
.fad.fa-angle-double-up:after {
  content: "􏄂";
}
.fad.fa-angle-down:after {
  content: "􏄇";
}
.fad.fa-angle-left:after {
  content: "􏄄";
}
.fad.fa-angle-right:after {
  content: "􏄅";
}
.fad.fa-angle-up:after {
  content: "􏄆";
}
.fad.fa-angry:after {
  content: "􏕖";
}
.fad.fa-ankh:after {
  content: "􏙄";
}
.fad.fa-apple-alt:after {
  content: "􏗑";
}
.fad.fa-apple-crate:after {
  content: "􏚱";
}
.fad.fa-archive:after {
  content: "􏆇";
}
.fad.fa-archway:after {
  content: "􏕗";
}
.fad.fa-arrow-alt-circle-down:after {
  content: "􏍘";
}
.fad.fa-arrow-alt-circle-left:after {
  content: "􏍙";
}
.fad.fa-arrow-alt-circle-right:after {
  content: "􏍚";
}
.fad.fa-arrow-alt-circle-up:after {
  content: "􏍛";
}
.fad.fa-arrow-alt-down:after {
  content: "􏍔";
}
.fad.fa-arrow-alt-from-bottom:after {
  content: "􏍆";
}
.fad.fa-arrow-alt-from-left:after {
  content: "􏍇";
}
.fad.fa-arrow-alt-from-right:after {
  content: "􏍈";
}
.fad.fa-arrow-alt-from-top:after {
  content: "􏍉";
}
.fad.fa-arrow-alt-left:after {
  content: "􏍕";
}
.fad.fa-arrow-alt-right:after {
  content: "􏍖";
}
.fad.fa-arrow-alt-square-down:after {
  content: "􏍐";
}
.fad.fa-arrow-alt-square-left:after {
  content: "􏍑";
}
.fad.fa-arrow-alt-square-right:after {
  content: "􏍒";
}
.fad.fa-arrow-alt-square-up:after {
  content: "􏍓";
}
.fad.fa-arrow-alt-to-bottom:after {
  content: "􏍊";
}
.fad.fa-arrow-alt-to-left:after {
  content: "􏍋";
}
.fad.fa-arrow-alt-to-right:after {
  content: "􏍌";
}
.fad.fa-arrow-alt-to-top:after {
  content: "􏍍";
}
.fad.fa-arrow-alt-up:after {
  content: "􏍗";
}
.fad.fa-arrow-circle-down:after {
  content: "􏂫";
}
.fad.fa-arrow-circle-left:after {
  content: "􏂨";
}
.fad.fa-arrow-circle-right:after {
  content: "􏂩";
}
.fad.fa-arrow-circle-up:after {
  content: "􏂪";
}
.fad.fa-arrow-down:after {
  content: "􏁣";
}
.fad.fa-arrow-from-bottom:after {
  content: "􏍂";
}
.fad.fa-arrow-from-left:after {
  content: "􏍃";
}
.fad.fa-arrow-from-right:after {
  content: "􏍄";
}
.fad.fa-arrow-from-top:after {
  content: "􏍅";
}
.fad.fa-arrow-left:after {
  content: "􏁠";
}
.fad.fa-arrow-right:after {
  content: "􏁡";
}
.fad.fa-arrow-square-down:after {
  content: "􏌹";
}
.fad.fa-arrow-square-left:after {
  content: "􏌺";
}
.fad.fa-arrow-square-right:after {
  content: "􏌻";
}
.fad.fa-arrow-square-up:after {
  content: "􏌼";
}
.fad.fa-arrow-to-bottom:after {
  content: "􏌽";
}
.fad.fa-arrow-to-left:after {
  content: "􏌾";
}
.fad.fa-arrow-to-right:after {
  content: "􏍀";
}
.fad.fa-arrow-to-top:after {
  content: "􏍁";
}
.fad.fa-arrow-up:after {
  content: "􏁢";
}
.fad.fa-arrows:after {
  content: "􏁇";
}
.fad.fa-arrows-alt:after {
  content: "􏂲";
}
.fad.fa-arrows-alt-h:after {
  content: "􏌷";
}
.fad.fa-arrows-alt-v:after {
  content: "􏌸";
}
.fad.fa-arrows-h:after {
  content: "􏁾";
}
.fad.fa-arrows-v:after {
  content: "􏁽";
}
.fad.fa-assistive-listening-systems:after {
  content: "􏊢";
}
.fad.fa-asterisk:after {
  content: "􏁩";
}
.fad.fa-at:after {
  content: "􏇺";
}
.fad.fa-atlas:after {
  content: "􏕘";
}
.fad.fa-atom:after {
  content: "􏗒";
}
.fad.fa-atom-alt:after {
  content: "􏗓";
}
.fad.fa-audio-description:after {
  content: "􏊞";
}
.fad.fa-award:after {
  content: "􏕙";
}
.fad.fa-axe:after {
  content: "􏚲";
}
.fad.fa-axe-battle:after {
  content: "􏚳";
}
.fad.fa-baby:after {
  content: "􏝼";
}
.fad.fa-baby-carriage:after {
  content: "􏝽";
}
.fad.fa-backpack:after {
  content: "􏗔";
}
.fad.fa-backspace:after {
  content: "􏕚";
}
.fad.fa-backward:after {
  content: "􏁊";
}
.fad.fa-bacon:after {
  content: "􏟥";
}
.fad.fa-badge:after {
  content: "􏌵";
}
.fad.fa-badge-check:after {
  content: "􏌶";
}
.fad.fa-badge-dollar:after {
  content: "􏙅";
}
.fad.fa-badge-percent:after {
  content: "􏙆";
}
.fad.fa-badger-honey:after {
  content: "􏚴";
}
.fad.fa-bags-shopping:after {
  content: "􏡇";
}
.fad.fa-balance-scale:after {
  content: "􏉎";
}
.fad.fa-balance-scale-left:after {
  content: "􏔕";
}
.fad.fa-balance-scale-right:after {
  content: "􏔖";
}
.fad.fa-ball-pile:after {
  content: "􏝾";
}
.fad.fa-ballot:after {
  content: "􏜲";
}
.fad.fa-ballot-check:after {
  content: "􏜳";
}
.fad.fa-ban:after {
  content: "􏁞";
}
.fad.fa-band-aid:after {
  content: "􏑢";
}
.fad.fa-barcode:after {
  content: "􏀪";
}
.fad.fa-barcode-alt:after {
  content: "􏑣";
}
.fad.fa-barcode-read:after {
  content: "􏑤";
}
.fad.fa-barcode-scan:after {
  content: "􏑥";
}
.fad.fa-bars:after {
  content: "􏃉";
}
.fad.fa-baseball:after {
  content: "􏐲";
}
.fad.fa-baseball-ball:after {
  content: "􏐳";
}
.fad.fa-basketball-ball:after {
  content: "􏐴";
}
.fad.fa-basketball-hoop:after {
  content: "􏐵";
}
.fad.fa-bat:after {
  content: "􏚵";
}
.fad.fa-bath:after {
  content: "􏋍";
}
.fad.fa-battery-bolt:after {
  content: "􏍶";
}
.fad.fa-battery-empty:after {
  content: "􏉄";
}
.fad.fa-battery-full:after {
  content: "􏉀";
}
.fad.fa-battery-half:after {
  content: "􏉂";
}
.fad.fa-battery-quarter:after {
  content: "􏉃";
}
.fad.fa-battery-slash:after {
  content: "􏍷";
}
.fad.fa-battery-three-quarters:after {
  content: "􏉁";
}
.fad.fa-bed:after {
  content: "􏈶";
}
.fad.fa-beer:after {
  content: "􏃼";
}
.fad.fa-bell:after {
  content: "􏃳";
}
.fad.fa-bell-exclamation:after {
  content: "􏡈";
}
.fad.fa-bell-plus:after {
  content: "􏡉";
}
.fad.fa-bell-school:after {
  content: "􏗕";
}
.fad.fa-bell-school-slash:after {
  content: "􏗖";
}
.fad.fa-bell-slash:after {
  content: "􏇶";
}
.fad.fa-bells:after {
  content: "􏝿";
}
.fad.fa-bezier-curve:after {
  content: "􏕛";
}
.fad.fa-bible:after {
  content: "􏙇";
}
.fad.fa-bicycle:after {
  content: "􏈆";
}
.fad.fa-biking:after {
  content: "􏡊";
}
.fad.fa-biking-mountain:after {
  content: "􏡋";
}
.fad.fa-binoculars:after {
  content: "􏇥";
}
.fad.fa-biohazard:after {
  content: "􏞀";
}
.fad.fa-birthday-cake:after {
  content: "􏇽";
}
.fad.fa-blanket:after {
  content: "􏒘";
}
.fad.fa-blender:after {
  content: "􏔗";
}
.fad.fa-blender-phone:after {
  content: "􏚶";
}
.fad.fa-blind:after {
  content: "􏊝";
}
.fad.fa-blog:after {
  content: "􏞁";
}
.fad.fa-bold:after {
  content: "􏀲";
}
.fad.fa-bolt:after {
  content: "􏃧";
}
.fad.fa-bomb:after {
  content: "􏇢";
}
.fad.fa-bone:after {
  content: "􏗗";
}
.fad.fa-bone-break:after {
  content: "􏗘";
}
.fad.fa-bong:after {
  content: "􏕜";
}
.fad.fa-book:after {
  content: "􏀭";
}
.fad.fa-book-alt:after {
  content: "􏗙";
}
.fad.fa-book-dead:after {
  content: "􏚷";
}
.fad.fa-book-heart:after {
  content: "􏒙";
}
.fad.fa-book-medical:after {
  content: "􏟦";
}
.fad.fa-book-open:after {
  content: "􏔘";
}
.fad.fa-book-reader:after {
  content: "􏗚";
}
.fad.fa-book-spells:after {
  content: "􏚸";
}
.fad.fa-book-user:after {
  content: "􏟧";
}
.fad.fa-bookmark:after {
  content: "􏀮";
}
.fad.fa-books:after {
  content: "􏗛";
}
.fad.fa-books-medical:after {
  content: "􏟨";
}
.fad.fa-boot:after {
  content: "􏞂";
}
.fad.fa-booth-curtain:after {
  content: "􏜴";
}
.fad.fa-border-all:after {
  content: "􏡌";
}
.fad.fa-border-bottom:after {
  content: "􏡍";
}
.fad.fa-border-center-h:after {
  content: "􏢜";
}
.fad.fa-border-center-v:after {
  content: "􏢝";
}
.fad.fa-border-inner:after {
  content: "􏡎";
}
.fad.fa-border-left:after {
  content: "􏡏";
}
.fad.fa-border-none:after {
  content: "􏡐";
}
.fad.fa-border-outer:after {
  content: "􏡑";
}
.fad.fa-border-right:after {
  content: "􏡒";
}
.fad.fa-border-style:after {
  content: "􏡓";
}
.fad.fa-border-style-alt:after {
  content: "􏡔";
}
.fad.fa-border-top:after {
  content: "􏡕";
}
.fad.fa-bow-arrow:after {
  content: "􏚹";
}
.fad.fa-bowling-ball:after {
  content: "􏐶";
}
.fad.fa-bowling-pins:after {
  content: "􏐷";
}
.fad.fa-box:after {
  content: "􏑦";
}
.fad.fa-box-alt:after {
  content: "􏒚";
}
.fad.fa-box-ballot:after {
  content: "􏜵";
}
.fad.fa-box-check:after {
  content: "􏑧";
}
.fad.fa-box-fragile:after {
  content: "􏒛";
}
.fad.fa-box-full:after {
  content: "􏒜";
}
.fad.fa-box-heart:after {
  content: "􏒝";
}
.fad.fa-box-open:after {
  content: "􏒞";
}
.fad.fa-box-up:after {
  content: "􏒟";
}
.fad.fa-box-usd:after {
  content: "􏒠";
}
.fad.fa-boxes:after {
  content: "􏑨";
}
.fad.fa-boxes-alt:after {
  content: "􏒡";
}
.fad.fa-boxing-glove:after {
  content: "􏐸";
}
.fad.fa-brackets:after {
  content: "􏟩";
}
.fad.fa-brackets-curly:after {
  content: "􏟪";
}
.fad.fa-braille:after {
  content: "􏊡";
}
.fad.fa-brain:after {
  content: "􏗜";
}
.fad.fa-bread-loaf:after {
  content: "􏟫";
}
.fad.fa-bread-slice:after {
  content: "􏟬";
}
.fad.fa-briefcase:after {
  content: "􏂱";
}
.fad.fa-briefcase-medical:after {
  content: "􏑩";
}
.fad.fa-bring-forward:after {
  content: "􏡖";
}
.fad.fa-bring-front:after {
  content: "􏡗";
}
.fad.fa-broadcast-tower:after {
  content: "􏔙";
}
.fad.fa-broom:after {
  content: "􏔚";
}
.fad.fa-browser:after {
  content: "􏍾";
}
.fad.fa-brush:after {
  content: "􏕝";
}
.fad.fa-bug:after {
  content: "􏆈";
}
.fad.fa-building:after {
  content: "􏆭";
}
.fad.fa-bullhorn:after {
  content: "􏂡";
}
.fad.fa-bullseye:after {
  content: "􏅀";
}
.fad.fa-bullseye-arrow:after {
  content: "􏙈";
}
.fad.fa-bullseye-pointer:after {
  content: "􏙉";
}
.fad.fa-burger-soda:after {
  content: "􏡘";
}
.fad.fa-burn:after {
  content: "􏑪";
}
.fad.fa-burrito:after {
  content: "􏟭";
}
.fad.fa-bus:after {
  content: "􏈇";
}
.fad.fa-bus-alt:after {
  content: "􏕞";
}
.fad.fa-bus-school:after {
  content: "􏗝";
}
.fad.fa-business-time:after {
  content: "􏙊";
}
.fad.fa-cabinet-filing:after {
  content: "􏙋";
}
.fad.fa-calculator:after {
  content: "􏇬";
}
.fad.fa-calculator-alt:after {
  content: "􏙌";
}
.fad.fa-calendar:after {
  content: "􏄳";
}
.fad.fa-calendar-alt:after {
  content: "􏁳";
}
.fad.fa-calendar-check:after {
  content: "􏉴";
}
.fad.fa-calendar-day:after {
  content: "􏞃";
}
.fad.fa-calendar-edit:after {
  content: "􏌳";
}
.fad.fa-calendar-exclamation:after {
  content: "􏌴";
}
.fad.fa-calendar-minus:after {
  content: "􏉲";
}
.fad.fa-calendar-plus:after {
  content: "􏉱";
}
.fad.fa-calendar-star:after {
  content: "􏜶";
}
.fad.fa-calendar-times:after {
  content: "􏉳";
}
.fad.fa-calendar-week:after {
  content: "􏞄";
}
.fad.fa-camera:after {
  content: "􏀰";
}
.fad.fa-camera-alt:after {
  content: "􏌲";
}
.fad.fa-camera-retro:after {
  content: "􏂃";
}
.fad.fa-campfire:after {
  content: "􏚺";
}
.fad.fa-campground:after {
  content: "􏚻";
}
.fad.fa-candle-holder:after {
  content: "􏚼";
}
.fad.fa-candy-cane:after {
  content: "􏞆";
}
.fad.fa-candy-corn:after {
  content: "􏚽";
}
.fad.fa-cannabis:after {
  content: "􏕟";
}
.fad.fa-capsules:after {
  content: "􏑫";
}
.fad.fa-car:after {
  content: "􏆹";
}
.fad.fa-car-alt:after {
  content: "􏗞";
}
.fad.fa-car-battery:after {
  content: "􏗟";
}
.fad.fa-car-building:after {
  content: "􏡙";
}
.fad.fa-car-bump:after {
  content: "􏗠";
}
.fad.fa-car-bus:after {
  content: "􏡚";
}
.fad.fa-car-crash:after {
  content: "􏗡";
}
.fad.fa-car-garage:after {
  content: "􏗢";
}
.fad.fa-car-mechanic:after {
  content: "􏗣";
}
.fad.fa-car-side:after {
  content: "􏗤";
}
.fad.fa-car-tilt:after {
  content: "􏗥";
}
.fad.fa-car-wash:after {
  content: "􏗦";
}
.fad.fa-caret-circle-down:after {
  content: "􏌭";
}
.fad.fa-caret-circle-left:after {
  content: "􏌮";
}
.fad.fa-caret-circle-right:after {
  content: "􏌰";
}
.fad.fa-caret-circle-up:after {
  content: "􏌱";
}
.fad.fa-caret-down:after {
  content: "􏃗";
}
.fad.fa-caret-left:after {
  content: "􏃙";
}
.fad.fa-caret-right:after {
  content: "􏃚";
}
.fad.fa-caret-square-down:after {
  content: "􏅐";
}
.fad.fa-caret-square-left:after {
  content: "􏆑";
}
.fad.fa-caret-square-right:after {
  content: "􏅒";
}
.fad.fa-caret-square-up:after {
  content: "􏅑";
}
.fad.fa-caret-up:after {
  content: "􏃘";
}
.fad.fa-carrot:after {
  content: "􏞇";
}
.fad.fa-cars:after {
  content: "􏡛";
}
.fad.fa-cart-arrow-down:after {
  content: "􏈘";
}
.fad.fa-cart-plus:after {
  content: "􏈗";
}
.fad.fa-cash-register:after {
  content: "􏞈";
}
.fad.fa-cat:after {
  content: "􏚾";
}
.fad.fa-cauldron:after {
  content: "􏚿";
}
.fad.fa-certificate:after {
  content: "􏂣";
}
.fad.fa-chair:after {
  content: "􏛀";
}
.fad.fa-chair-office:after {
  content: "􏛁";
}
.fad.fa-chalkboard:after {
  content: "􏔛";
}
.fad.fa-chalkboard-teacher:after {
  content: "􏔜";
}
.fad.fa-charging-station:after {
  content: "􏗧";
}
.fad.fa-chart-area:after {
  content: "􏇾";
}
.fad.fa-chart-bar:after {
  content: "􏂀";
}
.fad.fa-chart-line:after {
  content: "􏈁";
}
.fad.fa-chart-line-down:after {
  content: "􏙍";
}
.fad.fa-chart-network:after {
  content: "􏞊";
}
.fad.fa-chart-pie:after {
  content: "􏈀";
}
.fad.fa-chart-pie-alt:after {
  content: "􏙎";
}
.fad.fa-chart-scatter:after {
  content: "􏟮";
}
.fad.fa-check:after {
  content: "􏀌";
}
.fad.fa-check-circle:after {
  content: "􏁘";
}
.fad.fa-check-double:after {
  content: "􏕠";
}
.fad.fa-check-square:after {
  content: "􏅊";
}
.fad.fa-cheese:after {
  content: "􏟯";
}
.fad.fa-cheese-swiss:after {
  content: "􏟰";
}
.fad.fa-cheeseburger:after {
  content: "􏟱";
}
.fad.fa-chess:after {
  content: "􏐹";
}
.fad.fa-chess-bishop:after {
  content: "􏐺";
}
.fad.fa-chess-bishop-alt:after {
  content: "􏐻";
}
.fad.fa-chess-board:after {
  content: "􏐼";
}
.fad.fa-chess-clock:after {
  content: "􏐽";
}
.fad.fa-chess-clock-alt:after {
  content: "􏐾";
}
.fad.fa-chess-king:after {
  content: "􏐿";
}
.fad.fa-chess-king-alt:after {
  content: "􏑀";
}
.fad.fa-chess-knight:after {
  content: "􏑁";
}
.fad.fa-chess-knight-alt:after {
  content: "􏑂";
}
.fad.fa-chess-pawn:after {
  content: "􏑃";
}
.fad.fa-chess-pawn-alt:after {
  content: "􏑄";
}
.fad.fa-chess-queen:after {
  content: "􏑅";
}
.fad.fa-chess-queen-alt:after {
  content: "􏑆";
}
.fad.fa-chess-rook:after {
  content: "􏑇";
}
.fad.fa-chess-rook-alt:after {
  content: "􏑈";
}
.fad.fa-chevron-circle-down:after {
  content: "􏄺";
}
.fad.fa-chevron-circle-left:after {
  content: "􏄷";
}
.fad.fa-chevron-circle-right:after {
  content: "􏄸";
}
.fad.fa-chevron-circle-up:after {
  content: "􏄹";
}
.fad.fa-chevron-double-down:after {
  content: "􏌢";
}
.fad.fa-chevron-double-left:after {
  content: "􏌣";
}
.fad.fa-chevron-double-right:after {
  content: "􏌤";
}
.fad.fa-chevron-double-up:after {
  content: "􏌥";
}
.fad.fa-chevron-down:after {
  content: "􏁸";
}
.fad.fa-chevron-left:after {
  content: "􏁓";
}
.fad.fa-chevron-right:after {
  content: "􏁔";
}
.fad.fa-chevron-square-down:after {
  content: "􏌩";
}
.fad.fa-chevron-square-left:after {
  content: "􏌪";
}
.fad.fa-chevron-square-right:after {
  content: "􏌫";
}
.fad.fa-chevron-square-up:after {
  content: "􏌬";
}
.fad.fa-chevron-up:after {
  content: "􏁷";
}
.fad.fa-child:after {
  content: "􏆮";
}
.fad.fa-chimney:after {
  content: "􏞋";
}
.fad.fa-church:after {
  content: "􏔝";
}
.fad.fa-circle:after {
  content: "􏄑";
}
.fad.fa-circle-notch:after {
  content: "􏇎";
}
.fad.fa-city:after {
  content: "􏙏";
}
.fad.fa-claw-marks:after {
  content: "􏛂";
}
.fad.fa-clinic-medical:after {
  content: "􏟲";
}
.fad.fa-clipboard:after {
  content: "􏌨";
}
.fad.fa-clipboard-check:after {
  content: "􏑬";
}
.fad.fa-clipboard-list:after {
  content: "􏑭";
}
.fad.fa-clipboard-list-check:after {
  content: "􏜷";
}
.fad.fa-clipboard-prescription:after {
  content: "􏗨";
}
.fad.fa-clipboard-user:after {
  content: "􏟳";
}
.fad.fa-clock:after {
  content: "􏀗";
}
.fad.fa-clone:after {
  content: "􏉍";
}
.fad.fa-closed-captioning:after {
  content: "􏈊";
}
.fad.fa-cloud:after {
  content: "􏃂";
}
.fad.fa-cloud-download:after {
  content: "􏃭";
}
.fad.fa-cloud-download-alt:after {
  content: "􏎁";
}
.fad.fa-cloud-drizzle:after {
  content: "􏜸";
}
.fad.fa-cloud-hail:after {
  content: "􏜹";
}
.fad.fa-cloud-hail-mixed:after {
  content: "􏜺";
}
.fad.fa-cloud-meatball:after {
  content: "􏜻";
}
.fad.fa-cloud-moon:after {
  content: "􏛃";
}
.fad.fa-cloud-moon-rain:after {
  content: "􏜼";
}
.fad.fa-cloud-rain:after {
  content: "􏜽";
}
.fad.fa-cloud-rainbow:after {
  content: "􏜾";
}
.fad.fa-cloud-showers:after {
  content: "􏜿";
}
.fad.fa-cloud-showers-heavy:after {
  content: "􏝀";
}
.fad.fa-cloud-sleet:after {
  content: "􏝁";
}
.fad.fa-cloud-snow:after {
  content: "􏝂";
}
.fad.fa-cloud-sun:after {
  content: "􏛄";
}
.fad.fa-cloud-sun-rain:after {
  content: "􏝃";
}
.fad.fa-cloud-upload:after {
  content: "􏃮";
}
.fad.fa-cloud-upload-alt:after {
  content: "􏎂";
}
.fad.fa-clouds:after {
  content: "􏝄";
}
.fad.fa-clouds-moon:after {
  content: "􏝅";
}
.fad.fa-clouds-sun:after {
  content: "􏝆";
}
.fad.fa-club:after {
  content: "􏌧";
}
.fad.fa-cocktail:after {
  content: "􏕡";
}
.fad.fa-code:after {
  content: "􏄡";
}
.fad.fa-code-branch:after {
  content: "􏄦";
}
.fad.fa-code-commit:after {
  content: "􏎆";
}
.fad.fa-code-merge:after {
  content: "􏎇";
}
.fad.fa-coffee:after {
  content: "􏃴";
}
.fad.fa-coffee-togo:after {
  content: "􏛅";
}
.fad.fa-coffin:after {
  content: "􏛆";
}
.fad.fa-cog:after {
  content: "􏀓";
}
.fad.fa-cogs:after {
  content: "􏂅";
}
.fad.fa-coin:after {
  content: "􏡜";
}
.fad.fa-coins:after {
  content: "􏔞";
}
.fad.fa-columns:after {
  content: "􏃛";
}
.fad.fa-comment:after {
  content: "􏁵";
}
.fad.fa-comment-alt:after {
  content: "􏉺";
}
.fad.fa-comment-alt-check:after {
  content: "􏒢";
}
.fad.fa-comment-alt-dollar:after {
  content: "􏙐";
}
.fad.fa-comment-alt-dots:after {
  content: "􏒣";
}
.fad.fa-comment-alt-edit:after {
  content: "􏒤";
}
.fad.fa-comment-alt-exclamation:after {
  content: "􏒥";
}
.fad.fa-comment-alt-lines:after {
  content: "􏒦";
}
.fad.fa-comment-alt-medical:after {
  content: "􏟴";
}
.fad.fa-comment-alt-minus:after {
  content: "􏒧";
}
.fad.fa-comment-alt-plus:after {
  content: "􏒨";
}
.fad.fa-comment-alt-slash:after {
  content: "􏒩";
}
.fad.fa-comment-alt-smile:after {
  content: "􏒪";
}
.fad.fa-comment-alt-times:after {
  content: "􏒫";
}
.fad.fa-comment-check:after {
  content: "􏒬";
}
.fad.fa-comment-dollar:after {
  content: "􏙑";
}
.fad.fa-comment-dots:after {
  content: "􏒭";
}
.fad.fa-comment-edit:after {
  content: "􏒮";
}
.fad.fa-comment-exclamation:after {
  content: "􏒯";
}
.fad.fa-comment-lines:after {
  content: "􏒰";
}
.fad.fa-comment-medical:after {
  content: "􏟵";
}
.fad.fa-comment-minus:after {
  content: "􏒱";
}
.fad.fa-comment-plus:after {
  content: "􏒲";
}
.fad.fa-comment-slash:after {
  content: "􏒳";
}
.fad.fa-comment-smile:after {
  content: "􏒴";
}
.fad.fa-comment-times:after {
  content: "􏒵";
}
.fad.fa-comments:after {
  content: "􏂆";
}
.fad.fa-comments-alt:after {
  content: "􏒶";
}
.fad.fa-comments-alt-dollar:after {
  content: "􏙒";
}
.fad.fa-comments-dollar:after {
  content: "􏙓";
}
.fad.fa-compact-disc:after {
  content: "􏔟";
}
.fad.fa-compass:after {
  content: "􏅎";
}
.fad.fa-compass-slash:after {
  content: "􏗩";
}
.fad.fa-compress:after {
  content: "􏁦";
}
.fad.fa-compress-alt:after {
  content: "􏐢";
}
.fad.fa-compress-arrows-alt:after {
  content: "􏞌";
}
.fad.fa-compress-wide:after {
  content: "􏌦";
}
.fad.fa-concierge-bell:after {
  content: "􏕢";
}
.fad.fa-construction:after {
  content: "􏡝";
}
.fad.fa-container-storage:after {
  content: "􏒷";
}
.fad.fa-conveyor-belt:after {
  content: "􏑮";
}
.fad.fa-conveyor-belt-alt:after {
  content: "􏑯";
}
.fad.fa-cookie:after {
  content: "􏕣";
}
.fad.fa-cookie-bite:after {
  content: "􏕤";
}
.fad.fa-copy:after {
  content: "􏃅";
}
.fad.fa-copyright:after {
  content: "􏇹";
}
.fad.fa-corn:after {
  content: "􏛇";
}
.fad.fa-couch:after {
  content: "􏒸";
}
.fad.fa-cow:after {
  content: "􏛈";
}
.fad.fa-credit-card:after {
  content: "􏂝";
}
.fad.fa-credit-card-blank:after {
  content: "􏎉";
}
.fad.fa-credit-card-front:after {
  content: "􏎊";
}
.fad.fa-cricket:after {
  content: "􏑉";
}
.fad.fa-croissant:after {
  content: "􏟶";
}
.fad.fa-crop:after {
  content: "􏄥";
}
.fad.fa-crop-alt:after {
  content: "􏕥";
}
.fad.fa-cross:after {
  content: "􏙔";
}
.fad.fa-crosshairs:after {
  content: "􏁛";
}
.fad.fa-crow:after {
  content: "􏔠";
}
.fad.fa-crown:after {
  content: "􏔡";
}
.fad.fa-crutch:after {
  content: "􏟷";
}
.fad.fa-crutches:after {
  content: "􏟸";
}
.fad.fa-cube:after {
  content: "􏆲";
}
.fad.fa-cubes:after {
  content: "􏆳";
}
.fad.fa-curling:after {
  content: "􏑊";
}
.fad.fa-cut:after {
  content: "􏃄";
}
.fad.fa-dagger:after {
  content: "􏛋";
}
.fad.fa-database:after {
  content: "􏇀";
}
.fad.fa-deaf:after {
  content: "􏊤";
}
.fad.fa-debug:after {
  content: "􏟹";
}
.fad.fa-deer:after {
  content: "􏞎";
}
.fad.fa-deer-rudolph:after {
  content: "􏞏";
}
.fad.fa-democrat:after {
  content: "􏝇";
}
.fad.fa-desktop:after {
  content: "􏄈";
}
.fad.fa-desktop-alt:after {
  content: "􏎐";
}
.fad.fa-dewpoint:after {
  content: "􏝈";
}
.fad.fa-dharmachakra:after {
  content: "􏙕";
}
.fad.fa-diagnoses:after {
  content: "􏑰";
}
.fad.fa-diamond:after {
  content: "􏈙";
}
.fad.fa-dice:after {
  content: "􏔢";
}
.fad.fa-dice-d10:after {
  content: "􏛍";
}
.fad.fa-dice-d12:after {
  content: "􏛎";
}
.fad.fa-dice-d20:after {
  content: "􏛏";
}
.fad.fa-dice-d4:after {
  content: "􏛐";
}
.fad.fa-dice-d6:after {
  content: "􏛑";
}
.fad.fa-dice-d8:after {
  content: "􏛒";
}
.fad.fa-dice-five:after {
  content: "􏔣";
}
.fad.fa-dice-four:after {
  content: "􏔤";
}
.fad.fa-dice-one:after {
  content: "􏔥";
}
.fad.fa-dice-six:after {
  content: "􏔦";
}
.fad.fa-dice-three:after {
  content: "􏔧";
}
.fad.fa-dice-two:after {
  content: "􏔨";
}
.fad.fa-digging:after {
  content: "􏡞";
}
.fad.fa-digital-tachograph:after {
  content: "􏕦";
}
.fad.fa-diploma:after {
  content: "􏗪";
}
.fad.fa-directions:after {
  content: "􏗫";
}
.fad.fa-disease:after {
  content: "􏟺";
}
.fad.fa-divide:after {
  content: "􏔩";
}
.fad.fa-dizzy:after {
  content: "􏕧";
}
.fad.fa-dna:after {
  content: "􏑱";
}
.fad.fa-do-not-enter:after {
  content: "􏗬";
}
.fad.fa-dog:after {
  content: "􏛓";
}
.fad.fa-dog-leashed:after {
  content: "􏛔";
}
.fad.fa-dollar-sign:after {
  content: "􏅕";
}
.fad.fa-dolly:after {
  content: "􏑲";
}
.fad.fa-dolly-empty:after {
  content: "􏑳";
}
.fad.fa-dolly-flatbed:after {
  content: "􏑴";
}
.fad.fa-dolly-flatbed-alt:after {
  content: "􏑵";
}
.fad.fa-dolly-flatbed-empty:after {
  content: "􏑶";
}
.fad.fa-donate:after {
  content: "􏒹";
}
.fad.fa-door-closed:after {
  content: "􏔪";
}
.fad.fa-door-open:after {
  content: "􏔫";
}
.fad.fa-dot-circle:after {
  content: "􏆒";
}
.fad.fa-dove:after {
  content: "􏒺";
}
.fad.fa-download:after {
  content: "􏀙";
}
.fad.fa-drafting-compass:after {
  content: "􏕨";
}
.fad.fa-dragon:after {
  content: "􏛕";
}
.fad.fa-draw-circle:after {
  content: "􏗭";
}
.fad.fa-draw-polygon:after {
  content: "􏗮";
}
.fad.fa-draw-square:after {
  content: "􏗯";
}
.fad.fa-dreidel:after {
  content: "􏞒";
}
.fad.fa-drone:after {
  content: "􏡟";
}
.fad.fa-drone-alt:after {
  content: "􏡠";
}
.fad.fa-drum:after {
  content: "􏕩";
}
.fad.fa-drum-steelpan:after {
  content: "􏕪";
}
.fad.fa-drumstick:after {
  content: "􏛖";
}
.fad.fa-drumstick-bite:after {
  content: "􏛗";
}
.fad.fa-dryer:after {
  content: "􏡡";
}
.fad.fa-dryer-alt:after {
  content: "􏡢";
}
.fad.fa-duck:after {
  content: "􏛘";
}
.fad.fa-dumbbell:after {
  content: "􏑋";
}
.fad.fa-dumpster:after {
  content: "􏞓";
}
.fad.fa-dumpster-fire:after {
  content: "􏞔";
}
.fad.fa-dungeon:after {
  content: "􏛙";
}
.fad.fa-ear:after {
  content: "􏗰";
}
.fad.fa-ear-muffs:after {
  content: "􏞕";
}
.fad.fa-eclipse:after {
  content: "􏝉";
}
.fad.fa-eclipse-alt:after {
  content: "􏝊";
}
.fad.fa-edit:after {
  content: "􏁄";
}
.fad.fa-egg:after {
  content: "􏟻";
}
.fad.fa-egg-fried:after {
  content: "􏟼";
}
.fad.fa-eject:after {
  content: "􏁒";
}
.fad.fa-elephant:after {
  content: "􏛚";
}
.fad.fa-ellipsis-h:after {
  content: "􏅁";
}
.fad.fa-ellipsis-h-alt:after {
  content: "􏎛";
}
.fad.fa-ellipsis-v:after {
  content: "􏅂";
}
.fad.fa-ellipsis-v-alt:after {
  content: "􏎜";
}
.fad.fa-empty-set:after {
  content: "􏙖";
}
.fad.fa-engine-warning:after {
  content: "􏗲";
}
.fad.fa-envelope:after {
  content: "􏃠";
}
.fad.fa-envelope-open:after {
  content: "􏊶";
}
.fad.fa-envelope-open-dollar:after {
  content: "􏙗";
}
.fad.fa-envelope-open-text:after {
  content: "􏙘";
}
.fad.fa-envelope-square:after {
  content: "􏆙";
}
.fad.fa-equals:after {
  content: "􏔬";
}
.fad.fa-eraser:after {
  content: "􏄭";
}
.fad.fa-ethernet:after {
  content: "􏞖";
}
.fad.fa-euro-sign:after {
  content: "􏅓";
}
.fad.fa-exchange:after {
  content: "􏃬";
}
.fad.fa-exchange-alt:after {
  content: "􏍢";
}
.fad.fa-exclamation:after {
  content: "􏄪";
}
.fad.fa-exclamation-circle:after {
  content: "􏁪";
}
.fad.fa-exclamation-square:after {
  content: "􏌡";
}
.fad.fa-exclamation-triangle:after {
  content: "􏁱";
}
.fad.fa-expand:after {
  content: "􏁥";
}
.fad.fa-expand-alt:after {
  content: "􏐤";
}
.fad.fa-expand-arrows:after {
  content: "􏌝";
}
.fad.fa-expand-arrows-alt:after {
  content: "􏌞";
}
.fad.fa-expand-wide:after {
  content: "􏌠";
}
.fad.fa-external-link:after {
  content: "􏂎";
}
.fad.fa-external-link-alt:after {
  content: "􏍝";
}
.fad.fa-external-link-square:after {
  content: "􏅌";
}
.fad.fa-external-link-square-alt:after {
  content: "􏍠";
}
.fad.fa-eye:after {
  content: "􏁮";
}
.fad.fa-eye-dropper:after {
  content: "􏇻";
}
.fad.fa-eye-evil:after {
  content: "􏛛";
}
.fad.fa-eye-slash:after {
  content: "􏁰";
}
.fad.fa-fan:after {
  content: "􏡣";
}
.fad.fa-farm:after {
  content: "􏡤";
}
.fad.fa-fast-backward:after {
  content: "􏁉";
}
.fad.fa-fast-forward:after {
  content: "􏁐";
}
.fad.fa-fax:after {
  content: "􏆬";
}
.fad.fa-feather:after {
  content: "􏔭";
}
.fad.fa-feather-alt:after {
  content: "􏕫";
}
.fad.fa-female:after {
  content: "􏆂";
}
.fad.fa-field-hockey:after {
  content: "􏑌";
}
.fad.fa-fighter-jet:after {
  content: "􏃻";
}
.fad.fa-file:after {
  content: "􏅛";
}
.fad.fa-file-alt:after {
  content: "􏅜";
}
.fad.fa-file-archive:after {
  content: "􏇆";
}
.fad.fa-file-audio:after {
  content: "􏇇";
}
.fad.fa-file-certificate:after {
  content: "􏗳";
}
.fad.fa-file-chart-line:after {
  content: "􏙙";
}
.fad.fa-file-chart-pie:after {
  content: "􏙚";
}
.fad.fa-file-check:after {
  content: "􏌖";
}
.fad.fa-file-code:after {
  content: "􏇉";
}
.fad.fa-file-contract:after {
  content: "􏕬";
}
.fad.fa-file-csv:after {
  content: "􏛝";
}
.fad.fa-file-download:after {
  content: "􏕭";
}
.fad.fa-file-edit:after {
  content: "􏌜";
}
.fad.fa-file-excel:after {
  content: "􏇃";
}
.fad.fa-file-exclamation:after {
  content: "􏌚";
}
.fad.fa-file-export:after {
  content: "􏕮";
}
.fad.fa-file-image:after {
  content: "􏇅";
}
.fad.fa-file-import:after {
  content: "􏕯";
}
.fad.fa-file-invoice:after {
  content: "􏕰";
}
.fad.fa-file-invoice-dollar:after {
  content: "􏕱";
}
.fad.fa-file-medical:after {
  content: "􏑷";
}
.fad.fa-file-medical-alt:after {
  content: "􏑸";
}
.fad.fa-file-minus:after {
  content: "􏌘";
}
.fad.fa-file-pdf:after {
  content: "􏇁";
}
.fad.fa-file-plus:after {
  content: "􏌙";
}
.fad.fa-file-powerpoint:after {
  content: "􏇄";
}
.fad.fa-file-prescription:after {
  content: "􏕲";
}
.fad.fa-file-search:after {
  content: "􏡥";
}
.fad.fa-file-signature:after {
  content: "􏕳";
}
.fad.fa-file-spreadsheet:after {
  content: "􏙛";
}
.fad.fa-file-times:after {
  content: "􏌗";
}
.fad.fa-file-upload:after {
  content: "􏕴";
}
.fad.fa-file-user:after {
  content: "􏙜";
}
.fad.fa-file-video:after {
  content: "􏇈";
}
.fad.fa-file-word:after {
  content: "􏇂";
}
.fad.fa-files-medical:after {
  content: "􏟽";
}
.fad.fa-fill:after {
  content: "􏕵";
}
.fad.fa-fill-drip:after {
  content: "􏕶";
}
.fad.fa-film:after {
  content: "􏀈";
}
.fad.fa-film-alt:after {
  content: "􏎠";
}
.fad.fa-filter:after {
  content: "􏂰";
}
.fad.fa-fingerprint:after {
  content: "􏕷";
}
.fad.fa-fire:after {
  content: "􏁭";
}
.fad.fa-fire-alt:after {
  content: "􏟤";
}
.fad.fa-fire-extinguisher:after {
  content: "􏄴";
}
.fad.fa-fire-smoke:after {
  content: "􏝋";
}
.fad.fa-fireplace:after {
  content: "􏞚";
}
.fad.fa-first-aid:after {
  content: "􏑹";
}
.fad.fa-fish:after {
  content: "􏕸";
}
.fad.fa-fish-cooked:after {
  content: "􏟾";
}
.fad.fa-fist-raised:after {
  content: "􏛞";
}
.fad.fa-flag:after {
  content: "􏀤";
}
.fad.fa-flag-alt:after {
  content: "􏝌";
}
.fad.fa-flag-checkered:after {
  content: "􏄞";
}
.fad.fa-flag-usa:after {
  content: "􏝍";
}
.fad.fa-flame:after {
  content: "􏛟";
}
.fad.fa-flask:after {
  content: "􏃃";
}
.fad.fa-flask-poison:after {
  content: "􏛠";
}
.fad.fa-flask-potion:after {
  content: "􏛡";
}
.fad.fa-flower:after {
  content: "􏟿";
}
.fad.fa-flower-daffodil:after {
  content: "􏠀";
}
.fad.fa-flower-tulip:after {
  content: "􏠁";
}
.fad.fa-flushed:after {
  content: "􏕹";
}
.fad.fa-fog:after {
  content: "􏝎";
}
.fad.fa-folder:after {
  content: "􏁻";
}
.fad.fa-folder-minus:after {
  content: "􏙝";
}
.fad.fa-folder-open:after {
  content: "􏁼";
}
.fad.fa-folder-plus:after {
  content: "􏙞";
}
.fad.fa-folder-times:after {
  content: "􏙟";
}
.fad.fa-folder-tree:after {
  content: "􏠂";
}
.fad.fa-folders:after {
  content: "􏙠";
}
.fad.fa-font:after {
  content: "􏀱";
}
.fad.fa-font-awesome-logo-full:after {
  content: "􏓦";
}
.fad.fa-font-case:after {
  content: "􏡦";
}
.fad.fa-football-ball:after {
  content: "􏑎";
}
.fad.fa-football-helmet:after {
  content: "􏑏";
}
.fad.fa-forklift:after {
  content: "􏑺";
}
.fad.fa-forward:after {
  content: "􏁎";
}
.fad.fa-fragile:after {
  content: "􏒻";
}
.fad.fa-french-fries:after {
  content: "􏠃";
}
.fad.fa-frog:after {
  content: "􏔮";
}
.fad.fa-frosty-head:after {
  content: "􏞛";
}
.fad.fa-frown:after {
  content: "􏄙";
}
.fad.fa-frown-open:after {
  content: "􏕺";
}
.fad.fa-function:after {
  content: "􏙡";
}
.fad.fa-funnel-dollar:after {
  content: "􏙢";
}
.fad.fa-futbol:after {
  content: "􏇣";
}
.fad.fa-game-board:after {
  content: "􏡧";
}
.fad.fa-game-board-alt:after {
  content: "􏡨";
}
.fad.fa-gamepad:after {
  content: "􏄛";
}
.fad.fa-gas-pump:after {
  content: "􏔯";
}
.fad.fa-gas-pump-slash:after {
  content: "􏗴";
}
.fad.fa-gavel:after {
  content: "􏃣";
}
.fad.fa-gem:after {
  content: "􏎥";
}
.fad.fa-genderless:after {
  content: "􏈭";
}
.fad.fa-ghost:after {
  content: "􏛢";
}
.fad.fa-gift:after {
  content: "􏁫";
}
.fad.fa-gift-card:after {
  content: "􏙣";
}
.fad.fa-gifts:after {
  content: "􏞜";
}
.fad.fa-gingerbread-man:after {
  content: "􏞝";
}
.fad.fa-glass:after {
  content: "􏠄";
}
.fad.fa-glass-champagne:after {
  content: "􏞞";
}
.fad.fa-glass-cheers:after {
  content: "􏞟";
}
.fad.fa-glass-citrus:after {
  content: "􏡩";
}
.fad.fa-glass-martini:after {
  content: "􏀀";
}
.fad.fa-glass-martini-alt:after {
  content: "􏕻";
}
.fad.fa-glass-whiskey:after {
  content: "􏞠";
}
.fad.fa-glass-whiskey-rocks:after {
  content: "􏞡";
}
.fad.fa-glasses:after {
  content: "􏔰";
}
.fad.fa-glasses-alt:after {
  content: "􏗵";
}
.fad.fa-globe:after {
  content: "􏂬";
}
.fad.fa-globe-africa:after {
  content: "􏕼";
}
.fad.fa-globe-americas:after {
  content: "􏕽";
}
.fad.fa-globe-asia:after {
  content: "􏕾";
}
.fad.fa-globe-europe:after {
  content: "􏞢";
}
.fad.fa-globe-snow:after {
  content: "􏞣";
}
.fad.fa-globe-stand:after {
  content: "􏗶";
}
.fad.fa-golf-ball:after {
  content: "􏑐";
}
.fad.fa-golf-club:after {
  content: "􏑑";
}
.fad.fa-gopuram:after {
  content: "􏙤";
}
.fad.fa-graduation-cap:after {
  content: "􏆝";
}
.fad.fa-greater-than:after {
  content: "􏔱";
}
.fad.fa-greater-than-equal:after {
  content: "􏔲";
}
.fad.fa-grimace:after {
  content: "􏕿";
}
.fad.fa-grin:after {
  content: "􏖀";
}
.fad.fa-grin-alt:after {
  content: "􏖁";
}
.fad.fa-grin-beam:after {
  content: "􏖂";
}
.fad.fa-grin-beam-sweat:after {
  content: "􏖃";
}
.fad.fa-grin-hearts:after {
  content: "􏖄";
}
.fad.fa-grin-squint:after {
  content: "􏖅";
}
.fad.fa-grin-squint-tears:after {
  content: "􏖆";
}
.fad.fa-grin-stars:after {
  content: "􏖇";
}
.fad.fa-grin-tears:after {
  content: "􏖈";
}
.fad.fa-grin-tongue:after {
  content: "􏖉";
}
.fad.fa-grin-tongue-squint:after {
  content: "􏖊";
}
.fad.fa-grin-tongue-wink:after {
  content: "􏖋";
}
.fad.fa-grin-wink:after {
  content: "􏖌";
}
.fad.fa-grip-horizontal:after {
  content: "􏖍";
}
.fad.fa-grip-lines:after {
  content: "􏞤";
}
.fad.fa-grip-lines-vertical:after {
  content: "􏞥";
}
.fad.fa-grip-vertical:after {
  content: "􏖎";
}
.fad.fa-guitar:after {
  content: "􏞦";
}
.fad.fa-h-square:after {
  content: "􏃽";
}
.fad.fa-h1:after {
  content: "􏌓";
}
.fad.fa-h2:after {
  content: "􏌔";
}
.fad.fa-h3:after {
  content: "􏌕";
}
.fad.fa-h4:after {
  content: "􏡪";
}
.fad.fa-hamburger:after {
  content: "􏠅";
}
.fad.fa-hammer:after {
  content: "􏛣";
}
.fad.fa-hammer-war:after {
  content: "􏛤";
}
.fad.fa-hamsa:after {
  content: "􏙥";
}
.fad.fa-hand-heart:after {
  content: "􏒼";
}
.fad.fa-hand-holding:after {
  content: "􏒽";
}
.fad.fa-hand-holding-box:after {
  content: "􏑻";
}
.fad.fa-hand-holding-heart:after {
  content: "􏒾";
}
.fad.fa-hand-holding-magic:after {
  content: "􏛥";
}
.fad.fa-hand-holding-seedling:after {
  content: "􏒿";
}
.fad.fa-hand-holding-usd:after {
  content: "􏓀";
}
.fad.fa-hand-holding-water:after {
  content: "􏓁";
}
.fad.fa-hand-lizard:after {
  content: "􏉘";
}
.fad.fa-hand-middle-finger:after {
  content: "􏠆";
}
.fad.fa-hand-paper:after {
  content: "􏉖";
}
.fad.fa-hand-peace:after {
  content: "􏉛";
}
.fad.fa-hand-point-down:after {
  content: "􏂧";
}
.fad.fa-hand-point-left:after {
  content: "􏂥";
}
.fad.fa-hand-point-right:after {
  content: "􏂤";
}
.fad.fa-hand-point-up:after {
  content: "􏂦";
}
.fad.fa-hand-pointer:after {
  content: "􏉚";
}
.fad.fa-hand-receiving:after {
  content: "􏑼";
}
.fad.fa-hand-rock:after {
  content: "􏉕";
}
.fad.fa-hand-scissors:after {
  content: "􏉗";
}
.fad.fa-hand-spock:after {
  content: "􏉙";
}
.fad.fa-hands:after {
  content: "􏓂";
}
.fad.fa-hands-heart:after {
  content: "􏓃";
}
.fad.fa-hands-helping:after {
  content: "􏓄";
}
.fad.fa-hands-usd:after {
  content: "􏓅";
}
.fad.fa-handshake:after {
  content: "􏊵";
}
.fad.fa-handshake-alt:after {
  content: "􏓆";
}
.fad.fa-hanukiah:after {
  content: "􏛦";
}
.fad.fa-hard-hat:after {
  content: "􏠇";
}
.fad.fa-hashtag:after {
  content: "􏊒";
}
.fad.fa-hat-chef:after {
  content: "􏡫";
}
.fad.fa-hat-santa:after {
  content: "􏞧";
}
.fad.fa-hat-winter:after {
  content: "􏞨";
}
.fad.fa-hat-witch:after {
  content: "􏛧";
}
.fad.fa-hat-wizard:after {
  content: "􏛨";
}
.fad.fa-haykal:after {
  content: "􏙦";
}
.fad.fa-hdd:after {
  content: "􏂠";
}
.fad.fa-head-side:after {
  content: "􏛩";
}
.fad.fa-head-side-brain:after {
  content: "􏠈";
}
.fad.fa-head-side-medical:after {
  content: "􏠉";
}
.fad.fa-head-vr:after {
  content: "􏛪";
}
.fad.fa-heading:after {
  content: "􏇜";
}
.fad.fa-headphones:after {
  content: "􏀥";
}
.fad.fa-headphones-alt:after {
  content: "􏖏";
}
.fad.fa-headset:after {
  content: "􏖐";
}
.fad.fa-heart:after {
  content: "􏀄";
}
.fad.fa-heart-broken:after {
  content: "􏞩";
}
.fad.fa-heart-circle:after {
  content: "􏓇";
}
.fad.fa-heart-rate:after {
  content: "􏗸";
}
.fad.fa-heart-square:after {
  content: "􏓈";
}
.fad.fa-heartbeat:after {
  content: "􏈞";
}
.fad.fa-helicopter:after {
  content: "􏔳";
}
.fad.fa-helmet-battle:after {
  content: "􏛫";
}
.fad.fa-hexagon:after {
  content: "􏌒";
}
.fad.fa-highlighter:after {
  content: "􏖑";
}
.fad.fa-hiking:after {
  content: "􏛬";
}
.fad.fa-hippo:after {
  content: "􏛭";
}
.fad.fa-history:after {
  content: "􏇚";
}
.fad.fa-hockey-mask:after {
  content: "􏛮";
}
.fad.fa-hockey-puck:after {
  content: "􏑓";
}
.fad.fa-hockey-sticks:after {
  content: "􏑔";
}
.fad.fa-holly-berry:after {
  content: "􏞪";
}
.fad.fa-home:after {
  content: "􏀕";
}
.fad.fa-home-alt:after {
  content: "􏠊";
}
.fad.fa-home-heart:after {
  content: "􏓉";
}
.fad.fa-home-lg:after {
  content: "􏠋";
}
.fad.fa-home-lg-alt:after {
  content: "􏠌";
}
.fad.fa-hood-cloak:after {
  content: "􏛯";
}
.fad.fa-horizontal-rule:after {
  content: "􏡬";
}
.fad.fa-horse:after {
  content: "􏛰";
}
.fad.fa-horse-head:after {
  content: "􏞫";
}
.fad.fa-hospital:after {
  content: "􏃸";
}
.fad.fa-hospital-alt:after {
  content: "􏑽";
}
.fad.fa-hospital-symbol:after {
  content: "􏑾";
}
.fad.fa-hospital-user:after {
  content: "􏠍";
}
.fad.fa-hospitals:after {
  content: "􏠎";
}
.fad.fa-hot-tub:after {
  content: "􏖓";
}
.fad.fa-hotdog:after {
  content: "􏠏";
}
.fad.fa-hotel:after {
  content: "􏖔";
}
.fad.fa-hourglass:after {
  content: "􏉔";
}
.fad.fa-hourglass-end:after {
  content: "􏉓";
}
.fad.fa-hourglass-half:after {
  content: "􏉒";
}
.fad.fa-hourglass-start:after {
  content: "􏉑";
}
.fad.fa-house-damage:after {
  content: "􏛱";
}
.fad.fa-house-flood:after {
  content: "􏝏";
}
.fad.fa-hryvnia:after {
  content: "􏛲";
}
.fad.fa-humidity:after {
  content: "􏝐";
}
.fad.fa-hurricane:after {
  content: "􏝑";
}
.fad.fa-i-cursor:after {
  content: "􏉆";
}
.fad.fa-ice-cream:after {
  content: "􏠐";
}
.fad.fa-ice-skate:after {
  content: "􏞬";
}
.fad.fa-icicles:after {
  content: "􏞭";
}
.fad.fa-icons:after {
  content: "􏡭";
}
.fad.fa-icons-alt:after {
  content: "􏡮";
}
.fad.fa-id-badge:after {
  content: "􏋁";
}
.fad.fa-id-card:after {
  content: "􏋂";
}
.fad.fa-id-card-alt:after {
  content: "􏑿";
}
.fad.fa-igloo:after {
  content: "􏞮";
}
.fad.fa-image:after {
  content: "􏀾";
}
.fad.fa-images:after {
  content: "􏌂";
}
.fad.fa-inbox:after {
  content: "􏀜";
}
.fad.fa-inbox-in:after {
  content: "􏌐";
}
.fad.fa-inbox-out:after {
  content: "􏌑";
}
.fad.fa-indent:after {
  content: "􏀼";
}
.fad.fa-industry:after {
  content: "􏉵";
}
.fad.fa-industry-alt:after {
  content: "􏎳";
}
.fad.fa-infinity:after {
  content: "􏔴";
}
.fad.fa-info:after {
  content: "􏄩";
}
.fad.fa-info-circle:after {
  content: "􏁚";
}
.fad.fa-info-square:after {
  content: "􏌏";
}
.fad.fa-inhaler:after {
  content: "􏗹";
}
.fad.fa-integral:after {
  content: "􏙧";
}
.fad.fa-intersection:after {
  content: "􏙨";
}
.fad.fa-inventory:after {
  content: "􏒀";
}
.fad.fa-island-tropical:after {
  content: "􏠑";
}
.fad.fa-italic:after {
  content: "􏀳";
}
.fad.fa-jack-o-lantern:after {
  content: "􏌎";
}
.fad.fa-jedi:after {
  content: "􏙩";
}
.fad.fa-joint:after {
  content: "􏖕";
}
.fad.fa-journal-whills:after {
  content: "􏙪";
}
.fad.fa-kaaba:after {
  content: "􏙫";
}
.fad.fa-kerning:after {
  content: "􏡯";
}
.fad.fa-key:after {
  content: "􏂄";
}
.fad.fa-key-skeleton:after {
  content: "􏛳";
}
.fad.fa-keyboard:after {
  content: "􏄜";
}
.fad.fa-keynote:after {
  content: "􏙬";
}
.fad.fa-khanda:after {
  content: "􏙭";
}
.fad.fa-kidneys:after {
  content: "􏗻";
}
.fad.fa-kiss:after {
  content: "􏖖";
}
.fad.fa-kiss-beam:after {
  content: "􏖗";
}
.fad.fa-kiss-wink-heart:after {
  content: "􏖘";
}
.fad.fa-kite:after {
  content: "􏛴";
}
.fad.fa-kiwi-bird:after {
  content: "􏔵";
}
.fad.fa-knife-kitchen:after {
  content: "􏛵";
}
.fad.fa-lambda:after {
  content: "􏙮";
}
.fad.fa-lamp:after {
  content: "􏓊";
}
.fad.fa-landmark:after {
  content: "􏙯";
}
.fad.fa-landmark-alt:after {
  content: "􏝒";
}
.fad.fa-language:after {
  content: "􏆫";
}
.fad.fa-laptop:after {
  content: "􏄉";
}
.fad.fa-laptop-code:after {
  content: "􏗼";
}
.fad.fa-laptop-medical:after {
  content: "􏠒";
}
.fad.fa-laugh:after {
  content: "􏖙";
}
.fad.fa-laugh-beam:after {
  content: "􏖚";
}
.fad.fa-laugh-squint:after {
  content: "􏖛";
}
.fad.fa-laugh-wink:after {
  content: "􏖜";
}
.fad.fa-layer-group:after {
  content: "􏗽";
}
.fad.fa-layer-minus:after {
  content: "􏗾";
}
.fad.fa-layer-plus:after {
  content: "􏗿";
}
.fad.fa-leaf:after {
  content: "􏁬";
}
.fad.fa-leaf-heart:after {
  content: "􏓋";
}
.fad.fa-leaf-maple:after {
  content: "􏛶";
}
.fad.fa-leaf-oak:after {
  content: "􏛷";
}
.fad.fa-lemon:after {
  content: "􏂔";
}
.fad.fa-less-than:after {
  content: "􏔶";
}
.fad.fa-less-than-equal:after {
  content: "􏔷";
}
.fad.fa-level-down:after {
  content: "􏅉";
}
.fad.fa-level-down-alt:after {
  content: "􏎾";
}
.fad.fa-level-up:after {
  content: "􏅈";
}
.fad.fa-level-up-alt:after {
  content: "􏎿";
}
.fad.fa-life-ring:after {
  content: "􏇍";
}
.fad.fa-lightbulb:after {
  content: "􏃫";
}
.fad.fa-lightbulb-dollar:after {
  content: "􏙰";
}
.fad.fa-lightbulb-exclamation:after {
  content: "􏙱";
}
.fad.fa-lightbulb-on:after {
  content: "􏙲";
}
.fad.fa-lightbulb-slash:after {
  content: "􏙳";
}
.fad.fa-lights-holiday:after {
  content: "􏞲";
}
.fad.fa-line-columns:after {
  content: "􏡰";
}
.fad.fa-line-height:after {
  content: "􏡱";
}
.fad.fa-link:after {
  content: "􏃁";
}
.fad.fa-lips:after {
  content: "􏘀";
}
.fad.fa-lira-sign:after {
  content: "􏆕";
}
.fad.fa-list:after {
  content: "􏀺";
}
.fad.fa-list-alt:after {
  content: "􏀢";
}
.fad.fa-list-ol:after {
  content: "􏃋";
}
.fad.fa-list-ul:after {
  content: "􏃊";
}
.fad.fa-location:after {
  content: "􏘁";
}
.fad.fa-location-arrow:after {
  content: "􏄤";
}
.fad.fa-location-circle:after {
  content: "􏘂";
}
.fad.fa-location-slash:after {
  content: "􏘃";
}
.fad.fa-lock:after {
  content: "􏀣";
}
.fad.fa-lock-alt:after {
  content: "􏌍";
}
.fad.fa-lock-open:after {
  content: "􏏁";
}
.fad.fa-lock-open-alt:after {
  content: "􏏂";
}
.fad.fa-long-arrow-alt-down:after {
  content: "􏌉";
}
.fad.fa-long-arrow-alt-left:after {
  content: "􏌊";
}
.fad.fa-long-arrow-alt-right:after {
  content: "􏌋";
}
.fad.fa-long-arrow-alt-up:after {
  content: "􏌌";
}
.fad.fa-long-arrow-down:after {
  content: "􏅵";
}
.fad.fa-long-arrow-left:after {
  content: "􏅷";
}
.fad.fa-long-arrow-right:after {
  content: "􏅸";
}
.fad.fa-long-arrow-up:after {
  content: "􏅶";
}
.fad.fa-loveseat:after {
  content: "􏓌";
}
.fad.fa-low-vision:after {
  content: "􏊨";
}
.fad.fa-luchador:after {
  content: "􏑕";
}
.fad.fa-luggage-cart:after {
  content: "􏖝";
}
.fad.fa-lungs:after {
  content: "􏘄";
}
.fad.fa-mace:after {
  content: "􏛸";
}
.fad.fa-magic:after {
  content: "􏃐";
}
.fad.fa-magnet:after {
  content: "􏁶";
}
.fad.fa-mail-bulk:after {
  content: "􏙴";
}
.fad.fa-mailbox:after {
  content: "􏠓";
}
.fad.fa-male:after {
  content: "􏆃";
}
.fad.fa-mandolin:after {
  content: "􏛹";
}
.fad.fa-map:after {
  content: "􏉹";
}
.fad.fa-map-marked:after {
  content: "􏖟";
}
.fad.fa-map-marked-alt:after {
  content: "􏖠";
}
.fad.fa-map-marker:after {
  content: "􏁁";
}
.fad.fa-map-marker-alt:after {
  content: "􏏅";
}
.fad.fa-map-marker-alt-slash:after {
  content: "􏘅";
}
.fad.fa-map-marker-check:after {
  content: "􏘆";
}
.fad.fa-map-marker-edit:after {
  content: "􏘇";
}
.fad.fa-map-marker-exclamation:after {
  content: "􏘈";
}
.fad.fa-map-marker-minus:after {
  content: "􏘉";
}
.fad.fa-map-marker-plus:after {
  content: "􏘊";
}
.fad.fa-map-marker-question:after {
  content: "􏘋";
}
.fad.fa-map-marker-slash:after {
  content: "􏘌";
}
.fad.fa-map-marker-smile:after {
  content: "􏘍";
}
.fad.fa-map-marker-times:after {
  content: "􏘎";
}
.fad.fa-map-pin:after {
  content: "􏉶";
}
.fad.fa-map-signs:after {
  content: "􏉷";
}
.fad.fa-marker:after {
  content: "􏖡";
}
.fad.fa-mars:after {
  content: "􏈢";
}
.fad.fa-mars-double:after {
  content: "􏈧";
}
.fad.fa-mars-stroke:after {
  content: "􏈩";
}
.fad.fa-mars-stroke-h:after {
  content: "􏈫";
}
.fad.fa-mars-stroke-v:after {
  content: "􏈪";
}
.fad.fa-mask:after {
  content: "􏛺";
}
.fad.fa-meat:after {
  content: "􏠔";
}
.fad.fa-medal:after {
  content: "􏖢";
}
.fad.fa-medkit:after {
  content: "􏃺";
}
.fad.fa-megaphone:after {
  content: "􏙵";
}
.fad.fa-meh:after {
  content: "􏄚";
}
.fad.fa-meh-blank:after {
  content: "􏖤";
}
.fad.fa-meh-rolling-eyes:after {
  content: "􏖥";
}
.fad.fa-memory:after {
  content: "􏔸";
}
.fad.fa-menorah:after {
  content: "􏙶";
}
.fad.fa-mercury:after {
  content: "􏈣";
}
.fad.fa-meteor:after {
  content: "􏝓";
}
.fad.fa-microchip:after {
  content: "􏋛";
}
.fad.fa-microphone:after {
  content: "􏄰";
}
.fad.fa-microphone-alt:after {
  content: "􏏉";
}
.fad.fa-microphone-alt-slash:after {
  content: "􏔹";
}
.fad.fa-microphone-slash:after {
  content: "􏄱";
}
.fad.fa-microscope:after {
  content: "􏘐";
}
.fad.fa-mind-share:after {
  content: "􏙷";
}
.fad.fa-minus:after {
  content: "􏁨";
}
.fad.fa-minus-circle:after {
  content: "􏁖";
}
.fad.fa-minus-hexagon:after {
  content: "􏌇";
}
.fad.fa-minus-octagon:after {
  content: "􏌈";
}
.fad.fa-minus-square:after {
  content: "􏅆";
}
.fad.fa-mistletoe:after {
  content: "􏞴";
}
.fad.fa-mitten:after {
  content: "􏞵";
}
.fad.fa-mobile:after {
  content: "􏄋";
}
.fad.fa-mobile-alt:after {
  content: "􏏍";
}
.fad.fa-mobile-android:after {
  content: "􏏎";
}
.fad.fa-mobile-android-alt:after {
  content: "􏏏";
}
.fad.fa-money-bill:after {
  content: "􏃖";
}
.fad.fa-money-bill-alt:after {
  content: "􏏑";
}
.fad.fa-money-bill-wave:after {
  content: "􏔺";
}
.fad.fa-money-bill-wave-alt:after {
  content: "􏔻";
}
.fad.fa-money-check:after {
  content: "􏔼";
}
.fad.fa-money-check-alt:after {
  content: "􏔽";
}
.fad.fa-money-check-edit:after {
  content: "􏡲";
}
.fad.fa-money-check-edit-alt:after {
  content: "􏡳";
}
.fad.fa-monitor-heart-rate:after {
  content: "􏘑";
}
.fad.fa-monkey:after {
  content: "􏛻";
}
.fad.fa-monument:after {
  content: "􏖦";
}
.fad.fa-moon:after {
  content: "􏆆";
}
.fad.fa-moon-cloud:after {
  content: "􏝔";
}
.fad.fa-moon-stars:after {
  content: "􏝕";
}
.fad.fa-mortar-pestle:after {
  content: "􏖧";
}
.fad.fa-mosque:after {
  content: "􏙸";
}
.fad.fa-motorcycle:after {
  content: "􏈜";
}
.fad.fa-mountain:after {
  content: "􏛼";
}
.fad.fa-mountains:after {
  content: "􏛽";
}
.fad.fa-mouse-pointer:after {
  content: "􏉅";
}
.fad.fa-mug:after {
  content: "􏡴";
}
.fad.fa-mug-hot:after {
  content: "􏞶";
}
.fad.fa-mug-marshmallows:after {
  content: "􏞷";
}
.fad.fa-mug-tea:after {
  content: "􏡵";
}
.fad.fa-music:after {
  content: "􏀁";
}
.fad.fa-narwhal:after {
  content: "􏛾";
}
.fad.fa-network-wired:after {
  content: "􏛿";
}
.fad.fa-neuter:after {
  content: "􏈬";
}
.fad.fa-newspaper:after {
  content: "􏇪";
}
.fad.fa-not-equal:after {
  content: "􏔾";
}
.fad.fa-notes-medical:after {
  content: "􏒁";
}
.fad.fa-object-group:after {
  content: "􏉇";
}
.fad.fa-object-ungroup:after {
  content: "􏉈";
}
.fad.fa-octagon:after {
  content: "􏌆";
}
.fad.fa-oil-can:after {
  content: "􏘓";
}
.fad.fa-oil-temp:after {
  content: "􏘔";
}
.fad.fa-om:after {
  content: "􏙹";
}
.fad.fa-omega:after {
  content: "􏙺";
}
.fad.fa-ornament:after {
  content: "􏞸";
}
.fad.fa-otter:after {
  content: "􏜀";
}
.fad.fa-outdent:after {
  content: "􏀻";
}
.fad.fa-overline:after {
  content: "􏡶";
}
.fad.fa-page-break:after {
  content: "􏡷";
}
.fad.fa-pager:after {
  content: "􏠕";
}
.fad.fa-paint-brush:after {
  content: "􏇼";
}
.fad.fa-paint-brush-alt:after {
  content: "􏖩";
}
.fad.fa-paint-roller:after {
  content: "􏖪";
}
.fad.fa-palette:after {
  content: "􏔿";
}
.fad.fa-pallet:after {
  content: "􏒂";
}
.fad.fa-pallet-alt:after {
  content: "􏒃";
}
.fad.fa-paper-plane:after {
  content: "􏇘";
}
.fad.fa-paperclip:after {
  content: "􏃆";
}
.fad.fa-parachute-box:after {
  content: "􏓍";
}
.fad.fa-paragraph:after {
  content: "􏇝";
}
.fad.fa-paragraph-rtl:after {
  content: "􏡸";
}
.fad.fa-parking:after {
  content: "􏕀";
}
.fad.fa-parking-circle:after {
  content: "􏘕";
}
.fad.fa-parking-circle-slash:after {
  content: "􏘖";
}
.fad.fa-parking-slash:after {
  content: "􏘗";
}
.fad.fa-passport:after {
  content: "􏖫";
}
.fad.fa-pastafarianism:after {
  content: "􏙻";
}
.fad.fa-paste:after {
  content: "􏃪";
}
.fad.fa-pause:after {
  content: "􏁌";
}
.fad.fa-pause-circle:after {
  content: "􏊋";
}
.fad.fa-paw:after {
  content: "􏆰";
}
.fad.fa-paw-alt:after {
  content: "􏜁";
}
.fad.fa-paw-claws:after {
  content: "􏜂";
}
.fad.fa-peace:after {
  content: "􏙼";
}
.fad.fa-pegasus:after {
  content: "􏜃";
}
.fad.fa-pen:after {
  content: "􏌄";
}
.fad.fa-pen-alt:after {
  content: "􏌅";
}
.fad.fa-pen-fancy:after {
  content: "􏖬";
}
.fad.fa-pen-nib:after {
  content: "􏖭";
}
.fad.fa-pen-square:after {
  content: "􏅋";
}
.fad.fa-pencil:after {
  content: "􏁀";
}
.fad.fa-pencil-alt:after {
  content: "􏌃";
}
.fad.fa-pencil-paintbrush:after {
  content: "􏘘";
}
.fad.fa-pencil-ruler:after {
  content: "􏖮";
}
.fad.fa-pennant:after {
  content: "􏑖";
}
.fad.fa-people-carry:after {
  content: "􏓎";
}
.fad.fa-pepper-hot:after {
  content: "􏠖";
}
.fad.fa-percent:after {
  content: "􏊕";
}
.fad.fa-percentage:after {
  content: "􏕁";
}
.fad.fa-person-booth:after {
  content: "􏝖";
}
.fad.fa-person-carry:after {
  content: "􏓏";
}
.fad.fa-person-dolly:after {
  content: "􏓐";
}
.fad.fa-person-dolly-empty:after {
  content: "􏓑";
}
.fad.fa-person-sign:after {
  content: "􏝗";
}
.fad.fa-phone:after {
  content: "􏂕";
}
.fad.fa-phone-alt:after {
  content: "􏡹";
}
.fad.fa-phone-laptop:after {
  content: "􏡺";
}
.fad.fa-phone-office:after {
  content: "􏙽";
}
.fad.fa-phone-plus:after {
  content: "􏓒";
}
.fad.fa-phone-slash:after {
  content: "􏏝";
}
.fad.fa-phone-square:after {
  content: "􏂘";
}
.fad.fa-phone-square-alt:after {
  content: "􏡻";
}
.fad.fa-phone-volume:after {
  content: "􏊠";
}
.fad.fa-photo-video:after {
  content: "􏡼";
}
.fad.fa-pi:after {
  content: "􏙾";
}
.fad.fa-pie:after {
  content: "􏜅";
}
.fad.fa-pig:after {
  content: "􏜆";
}
.fad.fa-piggy-bank:after {
  content: "􏓓";
}
.fad.fa-pills:after {
  content: "􏒄";
}
.fad.fa-pizza:after {
  content: "􏠗";
}
.fad.fa-pizza-slice:after {
  content: "􏠘";
}
.fad.fa-place-of-worship:after {
  content: "􏙿";
}
.fad.fa-plane:after {
  content: "􏁲";
}
.fad.fa-plane-alt:after {
  content: "􏏞";
}
.fad.fa-plane-arrival:after {
  content: "􏖯";
}
.fad.fa-plane-departure:after {
  content: "􏖰";
}
.fad.fa-play:after {
  content: "􏁋";
}
.fad.fa-play-circle:after {
  content: "􏅄";
}
.fad.fa-plug:after {
  content: "􏇦";
}
.fad.fa-plus:after {
  content: "􏁧";
}
.fad.fa-plus-circle:after {
  content: "􏁕";
}
.fad.fa-plus-hexagon:after {
  content: "􏌀";
}
.fad.fa-plus-octagon:after {
  content: "􏌁";
}
.fad.fa-plus-square:after {
  content: "􏃾";
}
.fad.fa-podcast:after {
  content: "􏋎";
}
.fad.fa-podium:after {
  content: "􏚀";
}
.fad.fa-podium-star:after {
  content: "􏝘";
}
.fad.fa-poll:after {
  content: "􏚁";
}
.fad.fa-poll-h:after {
  content: "􏚂";
}
.fad.fa-poll-people:after {
  content: "􏝙";
}
.fad.fa-poo:after {
  content: "􏋾";
}
.fad.fa-poo-storm:after {
  content: "􏝚";
}
.fad.fa-poop:after {
  content: "􏘙";
}
.fad.fa-popcorn:after {
  content: "􏠙";
}
.fad.fa-portrait:after {
  content: "􏏠";
}
.fad.fa-pound-sign:after {
  content: "􏅔";
}
.fad.fa-power-off:after {
  content: "􏀑";
}
.fad.fa-pray:after {
  content: "􏚃";
}
.fad.fa-praying-hands:after {
  content: "􏚄";
}
.fad.fa-prescription:after {
  content: "􏖱";
}
.fad.fa-prescription-bottle:after {
  content: "􏒅";
}
.fad.fa-prescription-bottle-alt:after {
  content: "􏒆";
}
.fad.fa-presentation:after {
  content: "􏚅";
}
.fad.fa-print:after {
  content: "􏀯";
}
.fad.fa-print-search:after {
  content: "􏠚";
}
.fad.fa-print-slash:after {
  content: "􏚆";
}
.fad.fa-procedures:after {
  content: "􏒇";
}
.fad.fa-project-diagram:after {
  content: "􏕂";
}
.fad.fa-pumpkin:after {
  content: "􏜇";
}
.fad.fa-puzzle-piece:after {
  content: "􏄮";
}
.fad.fa-qrcode:after {
  content: "􏀩";
}
.fad.fa-question:after {
  content: "􏄨";
}
.fad.fa-question-circle:after {
  content: "􏁙";
}
.fad.fa-question-square:after {
  content: "􏋽";
}
.fad.fa-quidditch:after {
  content: "􏑘";
}
.fad.fa-quote-left:after {
  content: "􏄍";
}
.fad.fa-quote-right:after {
  content: "􏄎";
}
.fad.fa-quran:after {
  content: "􏚇";
}
.fad.fa-rabbit:after {
  content: "􏜈";
}
.fad.fa-rabbit-fast:after {
  content: "􏜉";
}
.fad.fa-racquet:after {
  content: "􏑚";
}
.fad.fa-radiation:after {
  content: "􏞹";
}
.fad.fa-radiation-alt:after {
  content: "􏞺";
}
.fad.fa-rainbow:after {
  content: "􏝛";
}
.fad.fa-raindrops:after {
  content: "􏝜";
}
.fad.fa-ram:after {
  content: "􏜊";
}
.fad.fa-ramp-loading:after {
  content: "􏓔";
}
.fad.fa-random:after {
  content: "􏁴";
}
.fad.fa-receipt:after {
  content: "􏕃";
}
.fad.fa-rectangle-landscape:after {
  content: "􏋺";
}
.fad.fa-rectangle-portrait:after {
  content: "􏋻";
}
.fad.fa-rectangle-wide:after {
  content: "􏋼";
}
.fad.fa-recycle:after {
  content: "􏆸";
}
.fad.fa-redo:after {
  content: "􏀞";
}
.fad.fa-redo-alt:after {
  content: "􏋹";
}
.fad.fa-registered:after {
  content: "􏉝";
}
.fad.fa-remove-format:after {
  content: "􏡽";
}
.fad.fa-repeat:after {
  content: "􏍣";
}
.fad.fa-repeat-1:after {
  content: "􏍥";
}
.fad.fa-repeat-1-alt:after {
  content: "􏍦";
}
.fad.fa-repeat-alt:after {
  content: "􏍤";
}
.fad.fa-reply:after {
  content: "􏏥";
}
.fad.fa-reply-all:after {
  content: "􏄢";
}
.fad.fa-republican:after {
  content: "􏝞";
}
.fad.fa-restroom:after {
  content: "􏞽";
}
.fad.fa-retweet:after {
  content: "􏁹";
}
.fad.fa-retweet-alt:after {
  content: "􏍡";
}
.fad.fa-ribbon:after {
  content: "􏓖";
}
.fad.fa-ring:after {
  content: "􏜋";
}
.fad.fa-rings-wedding:after {
  content: "􏠛";
}
.fad.fa-road:after {
  content: "􏀘";
}
.fad.fa-robot:after {
  content: "􏕄";
}
.fad.fa-rocket:after {
  content: "􏄵";
}
.fad.fa-route:after {
  content: "􏓗";
}
.fad.fa-route-highway:after {
  content: "􏘚";
}
.fad.fa-route-interstate:after {
  content: "􏘛";
}
.fad.fa-rss:after {
  content: "􏂞";
}
.fad.fa-rss-square:after {
  content: "􏅃";
}
.fad.fa-ruble-sign:after {
  content: "􏅘";
}
.fad.fa-ruler:after {
  content: "􏕅";
}
.fad.fa-ruler-combined:after {
  content: "􏕆";
}
.fad.fa-ruler-horizontal:after {
  content: "􏕇";
}
.fad.fa-ruler-triangle:after {
  content: "􏘜";
}
.fad.fa-ruler-vertical:after {
  content: "􏕈";
}
.fad.fa-running:after {
  content: "􏜌";
}
.fad.fa-rupee-sign:after {
  content: "􏅖";
}
.fad.fa-rv:after {
  content: "􏞾";
}
.fad.fa-sack:after {
  content: "􏠜";
}
.fad.fa-sack-dollar:after {
  content: "􏠝";
}
.fad.fa-sad-cry:after {
  content: "􏖳";
}
.fad.fa-sad-tear:after {
  content: "􏖴";
}
.fad.fa-salad:after {
  content: "􏠞";
}
.fad.fa-sandwich:after {
  content: "􏠟";
}
.fad.fa-satellite:after {
  content: "􏞿";
}
.fad.fa-satellite-dish:after {
  content: "􏟀";
}
.fad.fa-sausage:after {
  content: "􏠠";
}
.fad.fa-save:after {
  content: "􏃇";
}
.fad.fa-scalpel:after {
  content: "􏘝";
}
.fad.fa-scalpel-path:after {
  content: "􏘞";
}
.fad.fa-scanner:after {
  content: "􏒈";
}
.fad.fa-scanner-keyboard:after {
  content: "􏒉";
}
.fad.fa-scanner-touchscreen:after {
  content: "􏒊";
}
.fad.fa-scarecrow:after {
  content: "􏜍";
}
.fad.fa-scarf:after {
  content: "􏟁";
}
.fad.fa-school:after {
  content: "􏕉";
}
.fad.fa-screwdriver:after {
  content: "􏕊";
}
.fad.fa-scroll:after {
  content: "􏜎";
}
.fad.fa-scroll-old:after {
  content: "􏜏";
}
.fad.fa-scrubber:after {
  content: "􏋸";
}
.fad.fa-scythe:after {
  content: "􏜐";
}
.fad.fa-sd-card:after {
  content: "􏟂";
}
.fad.fa-search:after {
  content: "􏀂";
}
.fad.fa-search-dollar:after {
  content: "􏚈";
}
.fad.fa-search-location:after {
  content: "􏚉";
}
.fad.fa-search-minus:after {
  content: "􏀐";
}
.fad.fa-search-plus:after {
  content: "􏀎";
}
.fad.fa-seedling:after {
  content: "􏓘";
}
.fad.fa-send-back:after {
  content: "􏡾";
}
.fad.fa-send-backward:after {
  content: "􏡿";
}
.fad.fa-server:after {
  content: "􏈳";
}
.fad.fa-shapes:after {
  content: "􏘟";
}
.fad.fa-share:after {
  content: "􏁤";
}
.fad.fa-share-all:after {
  content: "􏍧";
}
.fad.fa-share-alt:after {
  content: "􏇠";
}
.fad.fa-share-alt-square:after {
  content: "􏇡";
}
.fad.fa-share-square:after {
  content: "􏅍";
}
.fad.fa-sheep:after {
  content: "􏜑";
}
.fad.fa-shekel-sign:after {
  content: "􏈋";
}
.fad.fa-shield:after {
  content: "􏄲";
}
.fad.fa-shield-alt:after {
  content: "􏏭";
}
.fad.fa-shield-check:after {
  content: "􏋷";
}
.fad.fa-shield-cross:after {
  content: "􏜒";
}
.fad.fa-ship:after {
  content: "􏈚";
}
.fad.fa-shipping-fast:after {
  content: "􏒋";
}
.fad.fa-shipping-timed:after {
  content: "􏒌";
}
.fad.fa-shish-kebab:after {
  content: "􏠡";
}
.fad.fa-shoe-prints:after {
  content: "􏕋";
}
.fad.fa-shopping-bag:after {
  content: "􏊐";
}
.fad.fa-shopping-basket:after {
  content: "􏊑";
}
.fad.fa-shopping-cart:after {
  content: "􏁺";
}
.fad.fa-shovel:after {
  content: "􏜓";
}
.fad.fa-shovel-snow:after {
  content: "􏟃";
}
.fad.fa-shower:after {
  content: "􏋌";
}
.fad.fa-shredder:after {
  content: "􏚊";
}
.fad.fa-shuttle-van:after {
  content: "􏖶";
}
.fad.fa-shuttlecock:after {
  content: "􏑛";
}
.fad.fa-sickle:after {
  content: "􏠢";
}
.fad.fa-sigma:after {
  content: "􏚋";
}
.fad.fa-sign:after {
  content: "􏓙";
}
.fad.fa-sign-in:after {
  content: "􏂐";
}
.fad.fa-sign-in-alt:after {
  content: "􏋶";
}
.fad.fa-sign-language:after {
  content: "􏊧";
}
.fad.fa-sign-out:after {
  content: "􏂋";
}
.fad.fa-sign-out-alt:after {
  content: "􏋵";
}
.fad.fa-signal:after {
  content: "􏀒";
}
.fad.fa-signal-1:after {
  content: "􏚌";
}
.fad.fa-signal-2:after {
  content: "􏚍";
}
.fad.fa-signal-3:after {
  content: "􏚎";
}
.fad.fa-signal-4:after {
  content: "􏚏";
}
.fad.fa-signal-alt:after {
  content: "􏚐";
}
.fad.fa-signal-alt-1:after {
  content: "􏚑";
}
.fad.fa-signal-alt-2:after {
  content: "􏚒";
}
.fad.fa-signal-alt-3:after {
  content: "􏚓";
}
.fad.fa-signal-alt-slash:after {
  content: "􏚔";
}
.fad.fa-signal-slash:after {
  content: "􏚕";
}
.fad.fa-signature:after {
  content: "􏖷";
}
.fad.fa-sim-card:after {
  content: "􏟄";
}
.fad.fa-sitemap:after {
  content: "􏃨";
}
.fad.fa-skating:after {
  content: "􏟅";
}
.fad.fa-skeleton:after {
  content: "􏘠";
}
.fad.fa-ski-jump:after {
  content: "􏟇";
}
.fad.fa-ski-lift:after {
  content: "􏟈";
}
.fad.fa-skiing:after {
  content: "􏟉";
}
.fad.fa-skiing-nordic:after {
  content: "􏟊";
}
.fad.fa-skull:after {
  content: "􏕌";
}
.fad.fa-skull-crossbones:after {
  content: "􏜔";
}
.fad.fa-slash:after {
  content: "􏜕";
}
.fad.fa-sledding:after {
  content: "􏟋";
}
.fad.fa-sleigh:after {
  content: "􏟌";
}
.fad.fa-sliders-h:after {
  content: "􏇞";
}
.fad.fa-sliders-h-square:after {
  content: "􏏰";
}
.fad.fa-sliders-v:after {
  content: "􏏱";
}
.fad.fa-sliders-v-square:after {
  content: "􏏲";
}
.fad.fa-smile:after {
  content: "􏄘";
}
.fad.fa-smile-beam:after {
  content: "􏖸";
}
.fad.fa-smile-plus:after {
  content: "􏖹";
}
.fad.fa-smile-wink:after {
  content: "􏓚";
}
.fad.fa-smog:after {
  content: "􏝟";
}
.fad.fa-smoke:after {
  content: "􏝠";
}
.fad.fa-smoking:after {
  content: "􏒍";
}
.fad.fa-smoking-ban:after {
  content: "􏕍";
}
.fad.fa-sms:after {
  content: "􏟍";
}
.fad.fa-snake:after {
  content: "􏜖";
}
.fad.fa-snooze:after {
  content: "􏢀";
}
.fad.fa-snow-blowing:after {
  content: "􏝡";
}
.fad.fa-snowboarding:after {
  content: "􏟎";
}
.fad.fa-snowflake:after {
  content: "􏋜";
}
.fad.fa-snowflakes:after {
  content: "􏟏";
}
.fad.fa-snowman:after {
  content: "􏟐";
}
.fad.fa-snowmobile:after {
  content: "􏟑";
}
.fad.fa-snowplow:after {
  content: "􏟒";
}
.fad.fa-socks:after {
  content: "􏚖";
}
.fad.fa-solar-panel:after {
  content: "􏖺";
}
.fad.fa-sort:after {
  content: "􏃜";
}
.fad.fa-sort-alpha-down:after {
  content: "􏅝";
}
.fad.fa-sort-alpha-down-alt:after {
  content: "􏢁";
}
.fad.fa-sort-alpha-up:after {
  content: "􏅞";
}
.fad.fa-sort-alpha-up-alt:after {
  content: "􏢂";
}
.fad.fa-sort-alt:after {
  content: "􏢃";
}
.fad.fa-sort-amount-down:after {
  content: "􏅠";
}
.fad.fa-sort-amount-down-alt:after {
  content: "􏢄";
}
.fad.fa-sort-amount-up:after {
  content: "􏅡";
}
.fad.fa-sort-amount-up-alt:after {
  content: "􏢅";
}
.fad.fa-sort-down:after {
  content: "􏃝";
}
.fad.fa-sort-numeric-down:after {
  content: "􏅢";
}
.fad.fa-sort-numeric-down-alt:after {
  content: "􏢆";
}
.fad.fa-sort-numeric-up:after {
  content: "􏅣";
}
.fad.fa-sort-numeric-up-alt:after {
  content: "􏢇";
}
.fad.fa-sort-shapes-down:after {
  content: "􏢈";
}
.fad.fa-sort-shapes-down-alt:after {
  content: "􏢉";
}
.fad.fa-sort-shapes-up:after {
  content: "􏢊";
}
.fad.fa-sort-shapes-up-alt:after {
  content: "􏢋";
}
.fad.fa-sort-size-down:after {
  content: "􏢌";
}
.fad.fa-sort-size-down-alt:after {
  content: "􏢍";
}
.fad.fa-sort-size-up:after {
  content: "􏢎";
}
.fad.fa-sort-size-up-alt:after {
  content: "􏢏";
}
.fad.fa-sort-up:after {
  content: "􏃞";
}
.fad.fa-soup:after {
  content: "􏠣";
}
.fad.fa-spa:after {
  content: "􏖻";
}
.fad.fa-space-shuttle:after {
  content: "􏆗";
}
.fad.fa-spade:after {
  content: "􏋴";
}
.fad.fa-sparkles:after {
  content: "􏢐";
}
.fad.fa-spell-check:after {
  content: "􏢑";
}
.fad.fa-spider:after {
  content: "􏜗";
}
.fad.fa-spider-black-widow:after {
  content: "􏜘";
}
.fad.fa-spider-web:after {
  content: "􏜙";
}
.fad.fa-spinner:after {
  content: "􏄐";
}
.fad.fa-spinner-third:after {
  content: "􏏴";
}
.fad.fa-splotch:after {
  content: "􏖼";
}
.fad.fa-spray-can:after {
  content: "􏖽";
}
.fad.fa-square:after {
  content: "􏃈";
}
.fad.fa-square-full:after {
  content: "􏑜";
}
.fad.fa-square-root:after {
  content: "􏚗";
}
.fad.fa-square-root-alt:after {
  content: "􏚘";
}
.fad.fa-squirrel:after {
  content: "􏜚";
}
.fad.fa-staff:after {
  content: "􏜛";
}
.fad.fa-stamp:after {
  content: "􏖿";
}
.fad.fa-star:after {
  content: "􏀅";
}
.fad.fa-star-and-crescent:after {
  content: "􏚙";
}
.fad.fa-star-christmas:after {
  content: "􏟔";
}
.fad.fa-star-exclamation:after {
  content: "􏋳";
}
.fad.fa-star-half:after {
  content: "􏂉";
}
.fad.fa-star-half-alt:after {
  content: "􏗀";
}
.fad.fa-star-of-david:after {
  content: "􏚚";
}
.fad.fa-star-of-life:after {
  content: "􏘡";
}
.fad.fa-stars:after {
  content: "􏝢";
}
.fad.fa-steak:after {
  content: "􏠤";
}
.fad.fa-steering-wheel:after {
  content: "􏘢";
}
.fad.fa-step-backward:after {
  content: "􏁈";
}
.fad.fa-step-forward:after {
  content: "􏁑";
}
.fad.fa-stethoscope:after {
  content: "􏃱";
}
.fad.fa-sticky-note:after {
  content: "􏉉";
}
.fad.fa-stocking:after {
  content: "􏟕";
}
.fad.fa-stomach:after {
  content: "􏘣";
}
.fad.fa-stop:after {
  content: "􏁍";
}
.fad.fa-stop-circle:after {
  content: "􏊍";
}
.fad.fa-stopwatch:after {
  content: "􏋲";
}
.fad.fa-store:after {
  content: "􏕎";
}
.fad.fa-store-alt:after {
  content: "􏕏";
}
.fad.fa-stream:after {
  content: "􏕐";
}
.fad.fa-street-view:after {
  content: "􏈝";
}
.fad.fa-stretcher:after {
  content: "􏠥";
}
.fad.fa-strikethrough:after {
  content: "􏃌";
}
.fad.fa-stroopwafel:after {
  content: "􏕑";
}
.fad.fa-subscript:after {
  content: "􏄬";
}
.fad.fa-subway:after {
  content: "􏈹";
}
.fad.fa-suitcase:after {
  content: "􏃲";
}
.fad.fa-suitcase-rolling:after {
  content: "􏗁";
}
.fad.fa-sun:after {
  content: "􏆅";
}
.fad.fa-sun-cloud:after {
  content: "􏝣";
}
.fad.fa-sun-dust:after {
  content: "􏝤";
}
.fad.fa-sun-haze:after {
  content: "􏝥";
}
.fad.fa-sunglasses:after {
  content: "􏢒";
}
.fad.fa-sunrise:after {
  content: "􏝦";
}
.fad.fa-sunset:after {
  content: "􏝧";
}
.fad.fa-superscript:after {
  content: "􏄫";
}
.fad.fa-surprise:after {
  content: "􏗂";
}
.fad.fa-swatchbook:after {
  content: "􏗃";
}
.fad.fa-swimmer:after {
  content: "􏗄";
}
.fad.fa-swimming-pool:after {
  content: "􏗅";
}
.fad.fa-sword:after {
  content: "􏜜";
}
.fad.fa-swords:after {
  content: "􏜝";
}
.fad.fa-synagogue:after {
  content: "􏚛";
}
.fad.fa-sync:after {
  content: "􏀡";
}
.fad.fa-sync-alt:after {
  content: "􏋱";
}
.fad.fa-syringe:after {
  content: "􏒎";
}
.fad.fa-table:after {
  content: "􏃎";
}
.fad.fa-table-tennis:after {
  content: "􏑝";
}
.fad.fa-tablet:after {
  content: "􏄊";
}
.fad.fa-tablet-alt:after {
  content: "􏏺";
}
.fad.fa-tablet-android:after {
  content: "􏏻";
}
.fad.fa-tablet-android-alt:after {
  content: "􏏼";
}
.fad.fa-tablet-rugged:after {
  content: "􏒏";
}
.fad.fa-tablets:after {
  content: "􏒐";
}
.fad.fa-tachometer:after {
  content: "􏃤";
}
.fad.fa-tachometer-alt:after {
  content: "􏏽";
}
.fad.fa-tachometer-alt-average:after {
  content: "􏘤";
}
.fad.fa-tachometer-alt-fast:after {
  content: "􏘥";
}
.fad.fa-tachometer-alt-fastest:after {
  content: "􏘦";
}
.fad.fa-tachometer-alt-slow:after {
  content: "􏘧";
}
.fad.fa-tachometer-alt-slowest:after {
  content: "􏘨";
}
.fad.fa-tachometer-average:after {
  content: "􏘩";
}
.fad.fa-tachometer-fast:after {
  content: "􏘪";
}
.fad.fa-tachometer-fastest:after {
  content: "􏘫";
}
.fad.fa-tachometer-slow:after {
  content: "􏘬";
}
.fad.fa-tachometer-slowest:after {
  content: "􏘭";
}
.fad.fa-taco:after {
  content: "􏠦";
}
.fad.fa-tag:after {
  content: "􏀫";
}
.fad.fa-tags:after {
  content: "􏀬";
}
.fad.fa-tally:after {
  content: "􏚜";
}
.fad.fa-tanakh:after {
  content: "􏠧";
}
.fad.fa-tape:after {
  content: "􏓛";
}
.fad.fa-tasks:after {
  content: "􏂮";
}
.fad.fa-tasks-alt:after {
  content: "􏠨";
}
.fad.fa-taxi:after {
  content: "􏆺";
}
.fad.fa-teeth:after {
  content: "􏘮";
}
.fad.fa-teeth-open:after {
  content: "􏘯";
}
.fad.fa-temperature-frigid:after {
  content: "􏝨";
}
.fad.fa-temperature-high:after {
  content: "􏝩";
}
.fad.fa-temperature-hot:after {
  content: "􏝪";
}
.fad.fa-temperature-low:after {
  content: "􏝫";
}
.fad.fa-tenge:after {
  content: "􏟗";
}
.fad.fa-tennis-ball:after {
  content: "􏑞";
}
.fad.fa-terminal:after {
  content: "􏄠";
}
.fad.fa-text:after {
  content: "􏢓";
}
.fad.fa-text-height:after {
  content: "􏀴";
}
.fad.fa-text-size:after {
  content: "􏢔";
}
.fad.fa-text-width:after {
  content: "􏀵";
}
.fad.fa-th:after {
  content: "􏀊";
}
.fad.fa-th-large:after {
  content: "􏀉";
}
.fad.fa-th-list:after {
  content: "􏀋";
}
.fad.fa-theater-masks:after {
  content: "􏘰";
}
.fad.fa-thermometer:after {
  content: "􏒑";
}
.fad.fa-thermometer-empty:after {
  content: "􏋋";
}
.fad.fa-thermometer-full:after {
  content: "􏋇";
}
.fad.fa-thermometer-half:after {
  content: "􏋉";
}
.fad.fa-thermometer-quarter:after {
  content: "􏋊";
}
.fad.fa-thermometer-three-quarters:after {
  content: "􏋈";
}
.fad.fa-theta:after {
  content: "􏚞";
}
.fad.fa-thumbs-down:after {
  content: "􏅥";
}
.fad.fa-thumbs-up:after {
  content: "􏅤";
}
.fad.fa-thumbtack:after {
  content: "􏂍";
}
.fad.fa-thunderstorm:after {
  content: "􏝬";
}
.fad.fa-thunderstorm-moon:after {
  content: "􏝭";
}
.fad.fa-thunderstorm-sun:after {
  content: "􏝮";
}
.fad.fa-ticket:after {
  content: "􏅅";
}
.fad.fa-ticket-alt:after {
  content: "􏏿";
}
.fad.fa-tilde:after {
  content: "􏚟";
}
.fad.fa-times:after {
  content: "􏀍";
}
.fad.fa-times-circle:after {
  content: "􏁗";
}
.fad.fa-times-hexagon:after {
  content: "􏋮";
}
.fad.fa-times-octagon:after {
  content: "􏋰";
}
.fad.fa-times-square:after {
  content: "􏋓";
}
.fad.fa-tint:after {
  content: "􏁃";
}
.fad.fa-tint-slash:after {
  content: "􏗇";
}
.fad.fa-tire:after {
  content: "􏘱";
}
.fad.fa-tire-flat:after {
  content: "􏘲";
}
.fad.fa-tire-pressure-warning:after {
  content: "􏘳";
}
.fad.fa-tire-rugged:after {
  content: "􏘴";
}
.fad.fa-tired:after {
  content: "􏗈";
}
.fad.fa-toggle-off:after {
  content: "􏈄";
}
.fad.fa-toggle-on:after {
  content: "􏈅";
}
.fad.fa-toilet:after {
  content: "􏟘";
}
.fad.fa-toilet-paper:after {
  content: "􏜞";
}
.fad.fa-toilet-paper-alt:after {
  content: "􏜟";
}
.fad.fa-tombstone:after {
  content: "􏜠";
}
.fad.fa-tombstone-alt:after {
  content: "􏜡";
}
.fad.fa-toolbox:after {
  content: "􏕒";
}
.fad.fa-tools:after {
  content: "􏟙";
}
.fad.fa-tooth:after {
  content: "􏗉";
}
.fad.fa-toothbrush:after {
  content: "􏘵";
}
.fad.fa-torah:after {
  content: "􏚠";
}
.fad.fa-torii-gate:after {
  content: "􏚡";
}
.fad.fa-tornado:after {
  content: "􏝯";
}
.fad.fa-tractor:after {
  content: "􏜢";
}
.fad.fa-trademark:after {
  content: "􏉜";
}
.fad.fa-traffic-cone:after {
  content: "􏘶";
}
.fad.fa-traffic-light:after {
  content: "􏘷";
}
.fad.fa-traffic-light-go:after {
  content: "􏘸";
}
.fad.fa-traffic-light-slow:after {
  content: "􏘹";
}
.fad.fa-traffic-light-stop:after {
  content: "􏘺";
}
.fad.fa-train:after {
  content: "􏈸";
}
.fad.fa-tram:after {
  content: "􏟚";
}
.fad.fa-transgender:after {
  content: "􏈤";
}
.fad.fa-transgender-alt:after {
  content: "􏈥";
}
.fad.fa-trash:after {
  content: "􏇸";
}
.fad.fa-trash-alt:after {
  content: "􏋭";
}
.fad.fa-trash-restore:after {
  content: "􏠩";
}
.fad.fa-trash-restore-alt:after {
  content: "􏠪";
}
.fad.fa-trash-undo:after {
  content: "􏢕";
}
.fad.fa-trash-undo-alt:after {
  content: "􏢖";
}
.fad.fa-treasure-chest:after {
  content: "􏜣";
}
.fad.fa-tree:after {
  content: "􏆻";
}
.fad.fa-tree-alt:after {
  content: "􏐀";
}
.fad.fa-tree-christmas:after {
  content: "􏟛";
}
.fad.fa-tree-decorated:after {
  content: "􏟜";
}
.fad.fa-tree-large:after {
  content: "􏟝";
}
.fad.fa-tree-palm:after {
  content: "􏠫";
}
.fad.fa-trees:after {
  content: "􏜤";
}
.fad.fa-triangle:after {
  content: "􏋬";
}
.fad.fa-trophy:after {
  content: "􏂑";
}
.fad.fa-trophy-alt:after {
  content: "􏋫";
}
.fad.fa-truck:after {
  content: "􏃑";
}
.fad.fa-truck-container:after {
  content: "􏓜";
}
.fad.fa-truck-couch:after {
  content: "􏓝";
}
.fad.fa-truck-loading:after {
  content: "􏓞";
}
.fad.fa-truck-monster:after {
  content: "􏘻";
}
.fad.fa-truck-moving:after {
  content: "􏓟";
}
.fad.fa-truck-pickup:after {
  content: "􏘼";
}
.fad.fa-truck-plow:after {
  content: "􏟞";
}
.fad.fa-truck-ramp:after {
  content: "􏓠";
}
.fad.fa-tshirt:after {
  content: "􏕓";
}
.fad.fa-tty:after {
  content: "􏇤";
}
.fad.fa-turkey:after {
  content: "􏜥";
}
.fad.fa-turtle:after {
  content: "􏜦";
}
.fad.fa-tv:after {
  content: "􏉬";
}
.fad.fa-tv-retro:after {
  content: "􏐁";
}
.fad.fa-umbrella:after {
  content: "􏃩";
}
.fad.fa-umbrella-beach:after {
  content: "􏗊";
}
.fad.fa-underline:after {
  content: "􏃍";
}
.fad.fa-undo:after {
  content: "􏃢";
}
.fad.fa-undo-alt:after {
  content: "􏋪";
}
.fad.fa-unicorn:after {
  content: "􏜧";
}
.fad.fa-union:after {
  content: "􏚢";
}
.fad.fa-universal-access:after {
  content: "􏊚";
}
.fad.fa-university:after {
  content: "􏆜";
}
.fad.fa-unlink:after {
  content: "􏄧";
}
.fad.fa-unlock:after {
  content: "􏂜";
}
.fad.fa-unlock-alt:after {
  content: "􏄾";
}
.fad.fa-upload:after {
  content: "􏂓";
}
.fad.fa-usd-circle:after {
  content: "􏋨";
}
.fad.fa-usd-square:after {
  content: "􏋩";
}
.fad.fa-user:after {
  content: "􏀇";
}
.fad.fa-user-alt:after {
  content: "􏐆";
}
.fad.fa-user-alt-slash:after {
  content: "􏓺";
}
.fad.fa-user-astronaut:after {
  content: "􏓻";
}
.fad.fa-user-chart:after {
  content: "􏚣";
}
.fad.fa-user-check:after {
  content: "􏓼";
}
.fad.fa-user-circle:after {
  content: "􏊽";
}
.fad.fa-user-clock:after {
  content: "􏓽";
}
.fad.fa-user-cog:after {
  content: "􏓾";
}
.fad.fa-user-crown:after {
  content: "􏚤";
}
.fad.fa-user-edit:after {
  content: "􏓿";
}
.fad.fa-user-friends:after {
  content: "􏔀";
}
.fad.fa-user-graduate:after {
  content: "􏔁";
}
.fad.fa-user-hard-hat:after {
  content: "􏠬";
}
.fad.fa-user-headset:after {
  content: "􏠭";
}
.fad.fa-user-injured:after {
  content: "􏜨";
}
.fad.fa-user-lock:after {
  content: "􏔂";
}
.fad.fa-user-md:after {
  content: "􏃰";
}
.fad.fa-user-md-chat:after {
  content: "􏠮";
}
.fad.fa-user-minus:after {
  content: "􏔃";
}
.fad.fa-user-ninja:after {
  content: "􏔄";
}
.fad.fa-user-nurse:after {
  content: "􏠯";
}
.fad.fa-user-plus:after {
  content: "􏈴";
}
.fad.fa-user-secret:after {
  content: "􏈛";
}
.fad.fa-user-shield:after {
  content: "􏔅";
}
.fad.fa-user-slash:after {
  content: "􏔆";
}
.fad.fa-user-tag:after {
  content: "􏔇";
}
.fad.fa-user-tie:after {
  content: "􏔈";
}
.fad.fa-user-times:after {
  content: "􏈵";
}
.fad.fa-users:after {
  content: "􏃀";
}
.fad.fa-users-class:after {
  content: "􏘽";
}
.fad.fa-users-cog:after {
  content: "􏔉";
}
.fad.fa-users-crown:after {
  content: "􏚥";
}
.fad.fa-users-medical:after {
  content: "􏠰";
}
.fad.fa-utensil-fork:after {
  content: "􏋣";
}
.fad.fa-utensil-knife:after {
  content: "􏋤";
}
.fad.fa-utensil-spoon:after {
  content: "􏋥";
}
.fad.fa-utensils:after {
  content: "􏋧";
}
.fad.fa-utensils-alt:after {
  content: "􏋦";
}
.fad.fa-value-absolute:after {
  content: "􏚦";
}
.fad.fa-vector-square:after {
  content: "􏗋";
}
.fad.fa-venus:after {
  content: "􏈡";
}
.fad.fa-venus-double:after {
  content: "􏈦";
}
.fad.fa-venus-mars:after {
  content: "􏈨";
}
.fad.fa-vial:after {
  content: "􏒒";
}
.fad.fa-vials:after {
  content: "􏒓";
}
.fad.fa-video:after {
  content: "􏀽";
}
.fad.fa-video-plus:after {
  content: "􏓡";
}
.fad.fa-video-slash:after {
  content: "􏓢";
}
.fad.fa-vihara:after {
  content: "􏚧";
}
.fad.fa-voicemail:after {
  content: "􏢗";
}
.fad.fa-volcano:after {
  content: "􏝰";
}
.fad.fa-volleyball-ball:after {
  content: "􏑟";
}
.fad.fa-volume:after {
  content: "􏚨";
}
.fad.fa-volume-down:after {
  content: "􏀧";
}
.fad.fa-volume-mute:after {
  content: "􏚩";
}
.fad.fa-volume-off:after {
  content: "􏀦";
}
.fad.fa-volume-slash:after {
  content: "􏋢";
}
.fad.fa-volume-up:after {
  content: "􏀨";
}
.fad.fa-vote-nay:after {
  content: "􏝱";
}
.fad.fa-vote-yea:after {
  content: "􏝲";
}
.fad.fa-vr-cardboard:after {
  content: "􏜩";
}
.fad.fa-walker:after {
  content: "􏠱";
}
.fad.fa-walking:after {
  content: "􏕔";
}
.fad.fa-wallet:after {
  content: "􏕕";
}
.fad.fa-wand:after {
  content: "􏜪";
}
.fad.fa-wand-magic:after {
  content: "􏜫";
}
.fad.fa-warehouse:after {
  content: "􏒔";
}
.fad.fa-warehouse-alt:after {
  content: "􏒕";
}
.fad.fa-washer:after {
  content: "􏢘";
}
.fad.fa-watch:after {
  content: "􏋡";
}
.fad.fa-watch-fitness:after {
  content: "􏘾";
}
.fad.fa-water:after {
  content: "􏝳";
}
.fad.fa-water-lower:after {
  content: "􏝴";
}
.fad.fa-water-rise:after {
  content: "􏝵";
}
.fad.fa-wave-sine:after {
  content: "􏢙";
}
.fad.fa-wave-square:after {
  content: "􏠾";
}
.fad.fa-wave-triangle:after {
  content: "􏢚";
}
.fad.fa-webcam:after {
  content: "􏠲";
}
.fad.fa-webcam-slash:after {
  content: "􏠳";
}
.fad.fa-weight:after {
  content: "􏒖";
}
.fad.fa-weight-hanging:after {
  content: "􏗍";
}
.fad.fa-whale:after {
  content: "􏜬";
}
.fad.fa-wheat:after {
  content: "􏜭";
}
.fad.fa-wheelchair:after {
  content: "􏆓";
}
.fad.fa-whistle:after {
  content: "􏑠";
}
.fad.fa-wifi:after {
  content: "􏇫";
}
.fad.fa-wifi-1:after {
  content: "􏚪";
}
.fad.fa-wifi-2:after {
  content: "􏚫";
}
.fad.fa-wifi-slash:after {
  content: "􏚬";
}
.fad.fa-wind:after {
  content: "􏜮";
}
.fad.fa-wind-turbine:after {
  content: "􏢛";
}
.fad.fa-wind-warning:after {
  content: "􏝶";
}
.fad.fa-window:after {
  content: "􏐎";
}
.fad.fa-window-alt:after {
  content: "􏐏";
}
.fad.fa-window-close:after {
  content: "􏐐";
}
.fad.fa-window-maximize:after {
  content: "􏋐";
}
.fad.fa-window-minimize:after {
  content: "􏋑";
}
.fad.fa-window-restore:after {
  content: "􏋒";
}
.fad.fa-windsock:after {
  content: "􏝷";
}
.fad.fa-wine-bottle:after {
  content: "􏜯";
}
.fad.fa-wine-glass:after {
  content: "􏓣";
}
.fad.fa-wine-glass-alt:after {
  content: "􏗎";
}
.fad.fa-won-sign:after {
  content: "􏅙";
}
.fad.fa-wreath:after {
  content: "􏟢";
}
.fad.fa-wrench:after {
  content: "􏂭";
}
.fad.fa-x-ray:after {
  content: "􏒗";
}
.fad.fa-yen-sign:after {
  content: "􏅗";
}
.fad.fa-yin-yang:after {
  content: "􏚭";
}
/*@import 'plugins/font-awesome/v4-shimps';*/
/*!
 *  Animate
 */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-30deg/2);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-30deg/2);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/*!
 *  ilightbox
 */
/* Import Skins */
/*@import url('dark-skin/skin');
@import url('light-skin/skin');
@import url('parade-skin/skin');
@import url('metro-black-skin/skin');
@import url('metro-white-skin/skin');
@import url('mac-skin/skin');
@import url('smooth-skin/skin');*/
.ilightbox-overlay.dark {
  background: #000;
}
.ilightbox-loader.dark {
  -webkit-box-shadow: black 0px 0px 85px, black 0px 0px 85px;
  box-shadow: black 0px 0px 85px, black 0px 0px 85px;
}
.ilightbox-loader.dark div {
  background: #000 url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/preloader.gif") no-repeat center;
}
.ilightbox-holder.dark {
  padding: 5px;
  background: #000;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}
.ilightbox-holder.dark .ilightbox-container .ilightbox-caption {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/caption-bg.png");
  color: #FFF;
  text-shadow: 0 1px black;
}
.ilightbox-holder.dark .ilightbox-container .ilightbox-social {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/caption-bg.png");
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ilightbox-holder.dark .ilightbox-alert {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/alert.png") no-repeat center top;
  color: #555;
}
/* Style toolbar */
.ilightbox-toolbar.dark {
  top: 11px;
  left: 10px;
}
.ilightbox-toolbar.dark a {
  width: 25px;
  height: 23px;
  background: black url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/buttons.png") no-repeat 7px 6px;
}
.ilightbox-toolbar.dark a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #000 !important;
}
.ilightbox-toolbar.dark a:first-of-type {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.ilightbox-toolbar.dark a:last-of-type {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.ilightbox-toolbar.dark a.ilightbox-close:hover {
  background-position: -32px 6px;
}
.ilightbox-toolbar.dark a.ilightbox-fullscreen {
  background-position: 6px -33px;
  right: 35px;
}
.ilightbox-toolbar.dark a.ilightbox-fullscreen:hover {
  background-position: -31px -33px;
}
.ilightbox-toolbar.dark a.ilightbox-play {
  background-position: 8px -57px;
}
.ilightbox-toolbar.dark a.ilightbox-play:hover {
  background-position: -32px -57px;
}
.ilightbox-toolbar.dark a.ilightbox-pause {
  background-position: 8px -83px;
}
.ilightbox-toolbar.dark a.ilightbox-pause:hover {
  background-position: -32px -83px;
}
.isMobile .ilightbox-toolbar.dark {
  background: #000;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}
.isMobile .ilightbox-toolbar.dark a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50% !important;
}
.isMobile .ilightbox-toolbar.dark a:hover {
  background-color: #111;
}
.isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/fullscreen-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/fullscreen-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.dark a.ilightbox-close {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/x-mark-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/x-mark-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.dark a.ilightbox-next-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-next-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-next-icon-ie.png") \9 ;
  background-position: 52% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.dark a.ilightbox-prev-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-prev-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-prev-icon-ie.png") \9 ;
  background-position: 48% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.dark a.ilightbox-play {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/play-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/play-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.dark a.ilightbox-pause {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/pause-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/pause-icon-ie.png") \9 ;
  /* IE7-8 */
}
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 8px;
  padding-right: 60px;
  color: #FFF;
}
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a {
  -webkit-border-radius: 0;
  border-radius: 0;
  float: right;
}
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* Style thumbnails */
.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/thumb-overlay-play.png") no-repeat center;
}
/* Configure arrow buttons */
.ilightbox-button.dark.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  /* IE7-8 */
  cursor: default;
  background-color: #000 !important;
}
.ilightbox-button.dark span {
  display: block;
  width: 100%;
  height: 100%;
}
.ilightbox-button.dark {
  bottom: 0;
  right: 0;
  left: 0;
  left/*\**/: 45% \9 ;
  right/*\**/: auto\9 ;
  /* IE7-8 */
  width: 95px;
  /* IE7-8 */
  height: 75px;
  margin: auto;
  background: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-next-vertical-icon-64.png") no-repeat 50% 65%;
  background-color: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ilightbox-button.ilightbox-button.dark:hover {
  background-color: #111;
}
.ilightbox-button.ilightbox-prev-button.dark {
  top: 0;
  bottom: auto;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-prev-vertical-icon-64.png");
  background-position: 50% 35%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ilightbox-button.dark.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top/*\**/: 41% \9 ;
  bottom/*\**/: auto\9 ;
  /* IE7-8 */
  width: 75px;
  /* IE7-8 */
  height: 95px;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-next-icon-64.png");
  background-position: 65% 50%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.ilightbox-button.ilightbox-prev-button.dark.horizontal {
  right: auto;
  left: 0;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/dark-skin/arrow-prev-icon-64.png");
  background-position: 35% 50%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.ilightbox-overlay.light {
  background: #FFF;
}
.ilightbox-loader.light {
  -webkit-box-shadow: #dacffc 0px 0px 85px, #dacffc 0px 0px 85px;
  box-shadow: #dacffc 0px 0px 85px, #dacffc 0px 0px 85px;
}
.ilightbox-loader.light div {
  background: #FFF url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/preloader.gif") no-repeat center;
}
.ilightbox-holder.light {
  padding: 10px;
  background: #FFF;
  -webkit-box-shadow: 0 0 15px #dacffc;
  box-shadow: 0 0 15px #dacffc;
}
.ilightbox-holder.light .ilightbox-container .ilightbox-caption {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/caption-bg.png");
  color: #000;
  text-shadow: 0 1px #FFF;
}
.ilightbox-holder.light .ilightbox-container .ilightbox-social {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/caption-bg.png");
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ilightbox-holder.light .ilightbox-alert {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/alert.png") no-repeat center top;
  color: #89949B;
}
/* Style toolbar */
.ilightbox-toolbar.light {
  top: 8px;
  left: 8px;
  height: 23px;
  -webkit-box-shadow: 0 0 7px #dacffc;
  box-shadow: 0 0 7px #dacffc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ilightbox-toolbar.light a {
  width: 25px;
  height: 23px;
  background: white url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/buttons.png") no-repeat 7px 6px;
}
.ilightbox-toolbar.light a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #FFF;
}
.ilightbox-toolbar.light a:first-of-type {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.ilightbox-toolbar.light a:last-of-type {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.ilightbox-toolbar.light a.ilightbox-close:hover {
  background-position: -32px 6px;
}
.ilightbox-toolbar.light a.ilightbox-fullscreen {
  background-position: 6px -33px;
}
.ilightbox-toolbar.light a.ilightbox-fullscreen:hover {
  background-position: -31px -33px;
}
.ilightbox-toolbar.light a.ilightbox-play {
  background-position: 8px -57px;
}
.ilightbox-toolbar.light a.ilightbox-play:hover {
  background-position: -32px -57px;
}
.ilightbox-toolbar.light a.ilightbox-pause {
  background-position: 8px -83px;
}
.ilightbox-toolbar.light a.ilightbox-pause:hover {
  background-position: -32px -83px;
}
.isMobile .ilightbox-toolbar.light {
  background: #FFF;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 25px #dacffc;
  box-shadow: 0 0 25px #dacffc;
}
.isMobile .ilightbox-toolbar.light a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50% !important;
}
.isMobile .ilightbox-toolbar.light a:hover {
  background-color: #f6f3ff;
}
.isMobile .ilightbox-toolbar.light a.ilightbox-fullscreen {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/fullscreen-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/fullscreen-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.light a.ilightbox-close {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/x-mark-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/x-mark-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.light a.ilightbox-next-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-next-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-next-icon-ie.png") \9 ;
  background-position: 52% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.light a.ilightbox-prev-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-prev-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-prev-icon-ie.png") \9 ;
  background-position: 48% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.light a.ilightbox-play {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/play-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/play-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.light a.ilightbox-pause {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/pause-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/pause-icon-ie.png") \9 ;
  /* IE7-8 */
}
/* Style thumbnails */
.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  box-shadow: 0 0 6px #dacffc;
}
.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/thumb-overlay-play.png") no-repeat center;
}
.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 8px;
  padding-right: 60px;
  color: #000;
}
.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
  -webkit-border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
  -webkit-border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* Configure arrow buttons */
.ilightbox-button.light.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* IE7-8 */
  cursor: default;
  background-color: #FFF !important;
}
.ilightbox-button.light span {
  display: block;
  width: 100%;
  height: 100%;
}
.ilightbox-button.ilightbox-next-button.light, .ilightbox-button.ilightbox-prev-button.light {
  bottom: 0;
  right: 0;
  left: 0;
  left/*\**/: 45% \9 ;
  right/*\**/: auto\9 ;
  /* IE7-8 */
  width: 95px;
  /* IE7-8 */
  height: 75px;
  margin: auto;
  background: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-next-vertical-icon-64.png") no-repeat 50% 65%;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 15px #dacffc;
  box-shadow: 0 0 15px #dacffc;
}
.ilightbox-button.ilightbox-button.light:hover {
  background-color: #f6f3ff;
}
.ilightbox-button.ilightbox-prev-button.light {
  top: 0;
  bottom: auto;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-prev-vertical-icon-64.png");
  background-position: 50% 35%;
}
.ilightbox-button.ilightbox-next-button.light.horizontal, .ilightbox-button.ilightbox-prev-button.light.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top/*\**/: 41% \9 ;
  bottom/*\**/: auto\9 ;
  /* IE7-8 */
  width: 75px;
  /* IE7-8 */
  height: 95px;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-next-icon-64.png");
  background-position: 65% 50%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.ilightbox-button.ilightbox-prev-button.light.horizontal {
  right: auto;
  left: 0;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/light-skin/arrow-prev-icon-64.png");
  background-position: 35% 50%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.ilightbox-overlay.parade {
  background: #333 url("/fileadmin/stylesheets/plugins/ilightbox/parade-skin/pattern.png");
}
.ilightbox-loader.parade {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
.ilightbox-loader.parade div {
  background: white url("/fileadmin/stylesheets/plugins/ilightbox/parade-skin/preloader.gif") no-repeat center;
}
.ilightbox-holder.parade {
  padding: 10px;
  background: #333;
  background: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ilightbox-holder.parade .ilightbox-container {
  background: #FFF;
}
.ilightbox-holder.parade .ilightbox-container .ilightbox-caption {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/parade-skin/caption-bg.png");
  color: #FFF;
  text-shadow: 0 1px black;
}
.ilightbox-holder.parade .ilightbox-container .ilightbox-social {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/parade-skin/caption-bg.png");
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ilightbox-holder.parade .ilightbox-alert {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/parade-skin/alert.png") no-repeat center top;
  color: #555;
}
.ilightbox-toolbar.parade {
  top: 11px;
  left: 10px;
  padding: 3px;
  background: #333;
  background: rgba(0, 0, 0, 0.25);
}
.ilightbox-toolbar.parade a {
  width: 29px;
  height: 25px;
  background: #FFF url("/fileadmin/stylesheets/plugins/ilightbox/parade-skin/buttons.png") no-repeat 8px 6px;
}
.ilightbox-toolbar.parade a:hover {
  background-color: #f5f5f5;
}
.ilightbox-toolbar.parade a.ilightbox-close:hover {
  background-position: -29px 6px;
}
.ilightbox-toolbar.parade a.ilightbox-fullscreen {
  background-position: 8px -33px;
  right: 35px;
}
.ilightbox-toolbar.parade a.ilightbox-fullscreen:hover {
  background-position: -29px -33px;
}
.ilightbox-thumbnails.parade .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
}
.ilightbox-thumbnails.parade .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/parade-skin/thumb-overlay-play.png") no-repeat center;
}
.ilightbox-holder.parade .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 8px;
  padding-right: 60px;
  color: #FFF;
}
.ilightbox-holder.parade .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder.parade .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
.ilightbox-overlay.metro-black {
  background: #000;
}
.ilightbox-loader.metro-black {
  -webkit-box-shadow: black 0px 0px 55px, rgba(0, 0, 0, 0.3) 0px 0px 55px;
  box-shadow: black 0px 0px 55px, rgba(0, 0, 0, 0.3) 0px 0px 55px;
}
.ilightbox-loader.metro-black div {
  background: #000 url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/preloader.gif") no-repeat center;
}
.ilightbox-holder.metro-black {
  padding: 3px;
  background: #000;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.8);
}
.ilightbox-holder.metro-black .ilightbox-container .ilightbox-caption {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/caption-bg.png") repeat-x bottom;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #FFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  padding-top: 15px;
}
.ilightbox-holder.metro-black .ilightbox-container .ilightbox-social {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/social-bg.png");
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ilightbox-holder.metro-black .ilightbox-alert {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/alert.png") no-repeat center top;
  color: #555;
}
/* Style toolbar */
.ilightbox-toolbar.metro-black {
  top: 8px;
  left: 8px;
  height: 25px;
}
.ilightbox-toolbar.metro-black a {
  width: 27px;
  height: 25px;
  background: #000 url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/buttons.png") no-repeat 7px 6px;
}
.ilightbox-toolbar.metro-black a:hover {
  background-color: #51b7ff;
}
.ilightbox-toolbar.metro-black a.ilightbox-close:hover {
  background-color: #d94947;
}
.ilightbox-toolbar.metro-black a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #000;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}
.ilightbox-toolbar.metro-black a.ilightbox-fullscreen {
  background-position: 6px -31px;
}
.ilightbox-toolbar.metro-black a.ilightbox-play {
  background-position: 8px -55px;
}
.ilightbox-toolbar.metro-black a.ilightbox-pause {
  background-position: 8px -81px;
}
.isMobile .ilightbox-toolbar.metro-black {
  background: #000;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}
.isMobile .ilightbox-toolbar.metro-black a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%;
}
.isMobile .ilightbox-toolbar.metro-black a.ilightbox-fullscreen {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/fullscreen-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/fullscreen-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-black a.ilightbox-close {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/x-mark-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/x-mark-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-black a.ilightbox-next-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/arrow-next-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/arrow-next-icon-ie.png") \9 ;
  background-position: 52% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-black a.ilightbox-prev-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/arrow-prev-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/arrow-prev-icon-ie.png") \9 ;
  background-position: 48% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-black a.ilightbox-play {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/play-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/play-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-black a.ilightbox-pause {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/pause-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/pause-icon-ie.png") \9 ;
  /* IE7-8 */
}
.ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 12px;
  padding-right: 60px;
  color: #acacad;
}
.ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
/* Style thumbnails */
.ilightbox-thumbnails.metro-black.ilightbox-horizontal {
  height: 104px;
}
.ilightbox-thumbnails.metro-black.ilightbox-horizontal .ilightbox-thumbnails-container {
  height: 104px;
}
.ilightbox-thumbnails.metro-black.ilightbox-vertical {
  width: 144px;
}
.ilightbox-thumbnails.metro-black.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 144px;
}
.ilightbox-thumbnails.metro-black .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  border: 2px solid #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ilightbox-thumbnails.metro-black .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/thumb-overlay-play.png") no-repeat center;
}
/* Configure arrow buttons */
.ilightbox-button.metro-black.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
.ilightbox-button.metro-black span {
  display: block;
  width: 100%;
  height: 100%;
}
.ilightbox-button.ilightbox-next-button.metro-black, .ilightbox-button.ilightbox-prev-button.metro-black {
  bottom: 0;
  right: 0;
  left: 0;
  left/*\**/: 35% \9 ;
  right/*\**/: auto\9 ;
  /* IE7-8 */
  width: 30%;
  /* IE7-8 */
  height: 100px;
  margin: auto;
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/arrows_vertical.png") no-repeat 50% -100px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.ilightbox-button.ilightbox-prev-button.metro-black {
  top: 0;
  bottom: auto;
  background-position: 50% 0;
}
.ilightbox-button.ilightbox-next-button.metro-black.horizontal, .ilightbox-button.ilightbox-prev-button.metro-black.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top/*\**/: 36% \9 ;
  bottom/*\**/: auto\9 ;
  /* IE7-8 */
  width: 100px;
  /* IE7-8 */
  height: 30%;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-black-skin/arrows_horizontal.png");
  background-position: -93px 50%;
}
.ilightbox-button.ilightbox-prev-button.metro-black.horizontal {
  right: auto;
  left: 0;
  background-position: -7px 50%;
}
.ilightbox-overlay.metro-white {
  background: #FFF;
}
.ilightbox-loader.metro-white {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 55px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 55px;
}
.ilightbox-loader.metro-white div {
  background: #FFF url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/preloader.gif") no-repeat center;
}
.ilightbox-holder.metro-white {
  padding: 3px;
  background: #FFF;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}
.ilightbox-holder.metro-white .ilightbox-container .ilightbox-caption {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/caption-bg.png") repeat-x bottom;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #000;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  padding-top: 15px;
}
.ilightbox-holder.metro-white .ilightbox-container .ilightbox-social {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/social-bg.png");
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ilightbox-holder.metro-white .ilightbox-alert {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/alert.png") no-repeat center top;
  color: #89949B;
}
/* Style toolbar */
.ilightbox-toolbar.metro-white {
  top: 8px;
  left: 8px;
  height: 25px;
}
.ilightbox-toolbar.metro-white a {
  width: 27px;
  height: 25px;
  background: white url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/buttons.png") no-repeat 7px 6px;
}
.ilightbox-toolbar.metro-white a:hover {
  background-color: #51b7ff;
}
.ilightbox-toolbar.metro-white a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #FFF;
}
.ilightbox-toolbar.metro-white a.ilightbox-close:hover {
  background-color: #d94947;
  background-position: -30px 6px;
}
.ilightbox-toolbar.metro-white a.ilightbox-fullscreen {
  background-position: 6px -31px;
}
.ilightbox-toolbar.metro-white a.ilightbox-fullscreen:hover {
  background-position: -29px -31px;
}
.ilightbox-toolbar.metro-white a.ilightbox-play {
  background-position: 8px -55px;
}
.ilightbox-toolbar.metro-white a.ilightbox-play:hover {
  background-position: -30px -55px;
}
.ilightbox-toolbar.metro-white a.ilightbox-pause {
  background-position: 8px -81px;
}
.ilightbox-toolbar.metro-white a.ilightbox-pause:hover {
  background-position: -30px -81px;
}
.isMobile .ilightbox-toolbar.metro-white {
  background: #FFF;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.isMobile .ilightbox-toolbar.metro-white a, .isMobile .ilightbox-toolbar.metro-white a:hover {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%;
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-fullscreen {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/fullscreen-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/fullscreen-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-fullscreen:hover {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/fullscreen-hover-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/fullscreen-hover-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-close {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/x-mark-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/x-mark-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-close:hover {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/x-mark-hover-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/x-mark-hover-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-next-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-next-icon-ie.png") \9 ;
  background-position: 52% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button:hover {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-next-hover-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-next-hover-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button.disabled {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-next-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-next-icon-ie.png") \9 ;
  background-position: 52% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-prev-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-prev-icon-ie.png") \9 ;
  background-position: 48% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button:hover {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-prev-hover-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-prev-hover-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button.disabled {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-prev-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrow-prev-icon-ie.png") \9 ;
  background-position: 48% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-play {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/play-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/play-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-play:hover {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/play-hover-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/play-hover-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-pause {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/pause-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/pause-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-pause:hover {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/pause-hover-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/pause-hover-icon-ie.png") \9 ;
  /* IE7-8 */
}
/* Style thumbnails */
.ilightbox-thumbnails.metro-white.ilightbox-horizontal {
  height: 104px;
}
.ilightbox-thumbnails.metro-white.ilightbox-horizontal .ilightbox-thumbnails-container {
  height: 104px;
}
.ilightbox-thumbnails.metro-white.ilightbox-vertical {
  width: 144px;
}
.ilightbox-thumbnails.metro-white.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 144px;
}
.ilightbox-thumbnails.metro-white .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  border: 2px solid #FFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ilightbox-thumbnails.metro-white .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/thumb-overlay-play.png") no-repeat center;
}
.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 12px;
  padding-right: 60px;
  color: #535352;
}
.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
/* Configure arrow buttons */
.ilightbox-button.metro-white.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
.ilightbox-button.metro-white span {
  display: block;
  width: 100%;
  height: 100%;
}
.ilightbox-button.ilightbox-next-button.metro-white, .ilightbox-button.ilightbox-prev-button.metro-white {
  bottom: 0;
  right: 0;
  left: 0;
  left/*\**/: 35% \9 ;
  right/*\**/: auto\9 ;
  /* IE7-8 */
  width: 30%;
  /* IE7-8 */
  height: 100px;
  margin: auto;
  background: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrows_vertical.png") no-repeat 50% -100px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.6);
}
.ilightbox-button.ilightbox-prev-button.metro-white {
  top: 0;
  bottom: auto;
  background-position: 50% 0;
}
.ilightbox-button.ilightbox-next-button.metro-white.horizontal, .ilightbox-button.ilightbox-prev-button.metro-white.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top/*\**/: 36% \9 ;
  bottom/*\**/: auto\9 ;
  /* IE7-8 */
  width: 100px;
  /* IE7-8 */
  height: 30%;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/metro-white-skin/arrows_horizontal.png");
  background-position: -93px 50%;
}
.ilightbox-button.ilightbox-prev-button.metro-white.horizontal {
  right: auto;
  left: 0;
  background-position: -7px 50%;
}
.ilightbox-overlay.mac {
  background: #2B2B2B;
}
.ilightbox-loader.mac {
  -webkit-box-shadow: black 0px 0px 85px, black 0px 0px 85px;
  box-shadow: black 0px 0px 85px, black 0px 0px 85px;
}
.ilightbox-loader.mac div {
  background: #141414 url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/preloader.gif") no-repeat center;
}
.ilightbox-holder.mac {
  padding: 2px;
  background: rgba(35, 35, 35, 0.9);
  background/*\**/: #232323 \9 ;
  -webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.6);
  /* IE7-8 */
  -moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.6);
  box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.6);
}
.ilightbox-holder.mac .ilightbox-container .ilightbox-caption {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/caption-bg.png");
  color: #FFF;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: rgba(255, 255, 255, 0.8) 1px solid;
  border/*\**/: whitesmoke 1px solid\9 ;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  /* IE7-8 */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ilightbox-holder.mac .ilightbox-container .ilightbox-social {
  background: #FFF;
}
.ilightbox-holder.mac .ilightbox-alert {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/alert.png") no-repeat center top;
  color: #555;
}
/* Style toolbar */
.ilightbox-toolbar.mac {
  top: 15px;
  left: 15px;
  background: #414141;
  /* Old browsers */
  background: -moz-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(40%, #414141), color-stop(60%, #323232), color-stop(100%, #323232));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#414141", endColorstr="#323232",GradientType=0);
  /* IE7-9 */
  border: rgba(30, 30, 30, 0.6) 1px solid;
  border/*\**/: #1e1e1e 1px solid\9 ;
  overflow: hidden;
  /* IE7-8 */
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ilightbox-toolbar.mac a {
  width: 28px;
  height: 28px;
  background: no-repeat 50%;
}
.ilightbox-toolbar.mac a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* IE7-8 */
  cursor: default;
  background-color: transparent !important;
}
.ilightbox-toolbar.mac a:hover {
  background-color: #4B4B4B;
}
.ilightbox-toolbar.mac a.ilightbox-close {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/close-25.png");
}
.ilightbox-toolbar.mac a.ilightbox-fullscreen {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/resize-25.png");
  right: 35px;
}
.ilightbox-toolbar.mac a.ilightbox-play {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/play-25.png");
  right: 35px;
}
.ilightbox-toolbar.mac a.ilightbox-pause {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/pause-25.png");
  right: 35px;
}
.isMobile .ilightbox-toolbar.mac {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #414141;
  /* Old browsers */
  background: -moz-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(40%, #414141), color-stop(60%, #323232), color-stop(100%, #323232));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#414141", endColorstr="#323232",GradientType=0);
  /* IE7-9 */
  border: 0;
  border-top: rgba(30, 30, 30, 0.6) 1px solid;
  border-top/*\**/: #1e1e1e 1px solid\9 ;
  overflow: hidden;
  /* IE7-8 */
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.isMobile .ilightbox-toolbar.mac a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50% !important;
}
.isMobile .ilightbox-toolbar.mac a.ilightbox-fullscreen {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/resize-50.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/resize-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.mac a.ilightbox-close {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/close-50.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/close-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.mac a.ilightbox-next-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/forward-50.png");
  background-position: 52% 50% !important;
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/forward-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.mac a.ilightbox-prev-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/back-50.png");
  background-position: 48% 50% !important;
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/back-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.mac a.ilightbox-play {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/play-50.png");
  background-size: 80%;
  background-position: 70% 50% !important;
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/play-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.mac a.ilightbox-pause {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/pause-50.png");
  background-size: 80%;
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/pause-ie.png") \9 ;
  /* IE7-8 */
}
.ilightbox-holder.mac .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 8px;
  color: #000;
}
.ilightbox-holder.mac .ilightbox-inner-toolbar .ilightbox-toolbar {
  display: inline-block;
  left: -15px;
  top: -15px;
}
.ilightbox-holder.mac .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: left;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* Style thumbnails */
.ilightbox-thumbnails.mac .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ilightbox-thumbnails.mac .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/thumb-overlay-play.png") no-repeat center;
}
/* Configure arrow buttons */
.ilightbox-button.mac.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* IE7-8 */
  cursor: default;
  background: #3b3b3b !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#414141", endColorstr="#323232",GradientType=0);
  /* IE7-9 */
}
.ilightbox-button.mac span {
  display: block;
  width: 100%;
  height: 100%;
}
.ilightbox-button.mac {
  bottom: 0;
  right: 0;
  left: 0;
  left/*\**/: 45% \9 ;
  right/*\**/: auto\9 ;
  /* IE7-8 */
  width: 95px;
  /* IE7-8 */
  height: 55px;
  margin: auto;
  background: #414141;
  /* Old browsers */
  background: -moz-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(40%, #414141), color-stop(60%, #323232), color-stop(100%, #323232));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#414141", endColorstr="#323232",GradientType=0);
  /* IE7-9 */
  border: rgba(30, 30, 30, 0.6) 1px solid;
  border/*\**/: #1e1e1e 1px solid\9 ;
  -webkit-border-radius: 0;
  /* IE7-8 */
  border-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ilightbox-button.ilightbox-button.mac:hover {
  background: #4b4b4b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4b4b4b 0%, #4b4b4b 40%, #3c3c3c 60%, #3c3c3c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b4b4b), color-stop(40%, #4b4b4b), color-stop(60%, #3c3c3c), color-stop(100%, #3c3c3c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4b4b4b 0%, #4b4b4b 40%, #3c3c3c 60%, #3c3c3c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4b4b4b 0%, #4b4b4b 40%, #3c3c3c 60%, #3c3c3c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4b4b4b 0%, #4b4b4b 40%, #3c3c3c 60%, #3c3c3c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4b4b4b 0%, #4b4b4b 40%, #3c3c3c 60%, #3c3c3c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b4b4b", endColorstr="#3c3c3c",GradientType=0);
  /* IE7-9 */
}
.ilightbox-button.ilightbox-prev-button.mac {
  top: 0;
  bottom: auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ilightbox-button.ilightbox-next-button.mac span {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/forward-vertical-50.png") no-repeat 50% 75%;
}
.ilightbox-button.ilightbox-prev-button.mac span {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/back-vertical-50.png") no-repeat 50% 25%;
}
.ilightbox-button.ilightbox-next-button.mac.horizontal, .ilightbox-button.ilightbox-prev-button.mac.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top/*\**/: 41% \9 ;
  bottom/*\**/: auto\9 ;
  /* IE7-8 */
  width: 55px;
  /* IE7-8 */
  height: 95px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.ilightbox-button.ilightbox-prev-button.mac.horizontal {
  right: auto;
  left: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.ilightbox-button.ilightbox-next-button.mac.horizontal span {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/forward-50.png") no-repeat 75% 50%;
}
.ilightbox-button.ilightbox-prev-button.mac.horizontal span {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/mac-skin/back-50.png") no-repeat 25% 50%;
}
.ilightbox-overlay.smooth {
  background: #0F0F0F;
}
.ilightbox-loader.smooth {
  -webkit-box-shadow: black 0px 0px 55px, rgba(0, 0, 0, 0.3) 0px 0px 55px;
  box-shadow: black 0px 0px 55px, rgba(0, 0, 0, 0.3) 0px 0px 55px;
}
.ilightbox-loader.smooth div {
  background: #000 url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/preloader.gif") no-repeat center;
}
.ilightbox-holder.smooth {
  border/*\**/: black 1px solid\9 ;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.9);
  /* IE7-8 */
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.9);
}
.ilightbox-holder.smooth .ilightbox-container > * {
  pointer-events: all;
}
.ilightbox-holder.smooth .ilightbox-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.11);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.11);
}
.ilightbox-holder.smooth .ilightbox-container .ilightbox-caption {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/caption-bg.png");
  border: 1px solid rgba(0, 0, 0, 0.2);
  left: 1px;
  right: 1px;
  bottom: 1px;
  color: #FFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ilightbox-holder.smooth .ilightbox-container .ilightbox-social {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/caption-bg.png");
  border: 1px solid rgba(0, 0, 0, 0.2);
  left: 1px;
  top: 1px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ilightbox-holder.smooth .ilightbox-alert {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/alert.png") no-repeat center top;
  color: #555;
}
/* Style toolbar */
.ilightbox-toolbar.smooth {
  top: 8px;
  left: 8px;
  height: 25px;
}
.ilightbox-toolbar.smooth a {
  width: 27px;
  height: 25px;
  background: #000 url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/buttons.png") no-repeat 7px 6px;
}
.ilightbox-toolbar.smooth a:hover {
  background-color: #51b7ff;
}
.ilightbox-toolbar.smooth a.ilightbox-close:hover {
  background-color: #d94947;
}
.ilightbox-toolbar.smooth a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #000;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}
.ilightbox-toolbar.smooth a.ilightbox-fullscreen {
  background-position: 6px -31px;
}
.ilightbox-toolbar.smooth a.ilightbox-play {
  background-position: 8px -55px;
}
.ilightbox-toolbar.smooth a.ilightbox-pause {
  background-position: 8px -81px;
}
.isMobile .ilightbox-toolbar.smooth {
  background: #000;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}
.isMobile .ilightbox-toolbar.smooth a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%;
}
.isMobile .ilightbox-toolbar.smooth a.ilightbox-fullscreen {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/fullscreen-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/fullscreen-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.smooth a.ilightbox-close {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/x-mark-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/x-mark-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.smooth a.ilightbox-next-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/arrow-next-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/arrow-next-icon-ie.png") \9 ;
  background-position: 52% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.smooth a.ilightbox-prev-button {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/arrow-prev-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/arrow-prev-icon-ie.png") \9 ;
  background-position: 48% 50%;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.smooth a.ilightbox-play {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/play-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/play-icon-ie.png") \9 ;
  /* IE7-8 */
}
.isMobile .ilightbox-toolbar.smooth a.ilightbox-pause {
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/pause-icon-64.png");
  background-image/*\**/: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/pause-icon-ie.png") \9 ;
  /* IE7-8 */
}
.ilightbox-holder.smooth .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 12px;
  padding-right: 60px;
  color: #acacad;
}
.ilightbox-holder.smooth .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder.smooth .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
/* Style thumbnails */
.ilightbox-thumbnails.smooth.ilightbox-horizontal {
  height: 100px;
}
.ilightbox-thumbnails.smooth.ilightbox-horizontal .ilightbox-thumbnails-container {
  height: 100px;
}
.ilightbox-thumbnails.smooth.ilightbox-vertical {
  width: 140px;
}
.ilightbox-thumbnails.smooth.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 140px;
}
.ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  padding: 10px;
}
.ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: auto;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.11);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.11);
}
.ilightbox-thumbnails.smooth.ilightbox-vertical .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  margin-bottom: -10px;
}
.ilightbox-thumbnails.smooth.ilightbox-horizontal .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  margin-right: -10px;
}
.ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/thumb-overlay-play.png") no-repeat center;
}
/* Configure arrow buttons */
.ilightbox-button.smooth.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
.ilightbox-button.smooth span {
  display: block;
  width: 100%;
  height: 100%;
}
.ilightbox-button.smooth {
  bottom: 0;
  right: 0;
  left: 0;
  left/*\**/: 45% \9 ;
  right/*\**/: auto\9 ;
  /* IE7-8 */
  width: 120px;
  /* IE7-8 */
  height: 70px;
  margin: auto;
  background: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/arrows_vertical.png") no-repeat 50% -110px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  border: rgba(255, 255, 255, 0.2) 1px solid;
  border/*\**/: #646464 1px solid\9 ;
  /* IE7-8 */
}
.ilightbox-button.ilightbox-next-button.smooth {
  border-bottom: 0;
}
.ilightbox-button.ilightbox-prev-button.smooth {
  top: 0;
  bottom: auto;
  background-position: 50% -15px;
  border-top: 0;
}
.ilightbox-button.smooth.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top/*\**/: 41% \9 ;
  bottom/*\**/: auto\9 ;
  /* IE7-8 */
  width: 70px;
  /* IE7-8 */
  height: 120px;
  background-image: url("/fileadmin/stylesheets/plugins/ilightbox/smooth-skin/arrows_horizontal.png");
  background-position: -110px 50%;
  border: rgba(255, 255, 255, 0.2) 1px solid;
  border/*\**/: #646464 1px solid\9 ;
  /* IE7-8 */
}
.ilightbox-button.ilightbox-next-button.smooth.horizontal {
  border-right: 0;
}
.ilightbox-button.ilightbox-prev-button.smooth.horizontal {
  right: auto;
  left: 0;
  background-position: -18px 50%;
  border-left: 0;
}
/* Reset Styles */
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder, .ilightbox-holder .ilightbox-container, .ilightbox-holder .ilightbox-container img.ilightbox-image, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-toolbar *, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social, .ilightbox-holder .ilightbox-container .ilightbox-social * {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
/* Disable & Hide Scrollbar */
.ilightbox-noscroll {
  overflow: hidden;
}
.ilightbox-closedhand * {
  cursor: url(closedhand.cur), default !important;
}
.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
.ilightbox-loader {
  position: fixed;
  z-index: 100005;
  top: 45%;
  left: -192px;
  padding-left: 30px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}
.ilightbox-loader div {
  width: 72px;
  height: 72px;
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}
.ilightbox-loader.horizontal {
  left: 45%;
  top: -192px;
  padding: 0;
  padding-top: 30px;
  -webkit-border-radius: 0 0 100px 100px;
  border-radius: 0 0 100px 100px;
}
.ilightbox-loader.horizontal div {
  -webkit-border-radius: 0 0 100px 100px;
  border-radius: 0 0 100px 100px;
}
.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010;
}
.ilightbox-toolbar a {
  float: left;
  cursor: pointer;
}
.ilightbox-toolbar .ilightbox-prev-button, .ilightbox-toolbar .ilightbox-next-button {
  display: none;
}
.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009;
}
.ilightbox-thumbnails.ilightbox-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.ilightbox-thumbnails.ilightbox-vertical {
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  overflow: hidden;
}
.ilightbox-thumbnails .ilightbox-thumbnails-container {
  display: block;
  position: relative;
}
.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  width: 100%;
  height: 100px;
}
.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 140px;
  height: 100%;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid {
  display: block;
  position: absolute;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  display: block;
  cursor: pointer;
  padding: 10px;
  position: relative;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-interpolation-mode: bicubic;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
  opacity: 1;
}
.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003;
  -webkit-transform: none;
  -moz-transform: none;
}
.ilightbox-holder.ilightbox-next, .ilightbox-holder.ilightbox-prev {
  cursor: pointer;
}
.ilightbox-holder div.ilightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.ilightbox-holder.supportTouch div.ilightbox-container {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.ilightbox-holder img.ilightbox-image {
  width: 100%;
  height: 100%;
}
.ilightbox-holder .ilightbox-container .ilightbox-caption {
  display: none;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  max-width: 100%;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 150%;
  word-wrap: break-word;
  z-index: 20003;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.ilightbox-holder .ilightbox-container .ilightbox-social {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px;
  padding-left: 0;
  z-index: 20003;
  height: 16px;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul {
  float: left;
  list-style: none;
  height: 16px;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
  display: inline;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
  float: left;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
  background-image: url("social_icons/facebook_16.png");
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a {
  background-image: url("social_icons/digg_16.png");
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
  background-image: url("social_icons/twitter_16.png");
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a {
  background-image: url("social_icons/delicious_16.png");
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a {
  background-image: url("social_icons/reddit_16.png");
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
  background-image: url("social_icons/google_plus_16.png");
}
.ilightbox-holder .ilightbox-alert {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 100px;
  margin: auto;
  width: 300px;
  height: 50px;
}
.ilightbox-holder .ilightbox-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.ilightbox-holder .ilightbox-inner-toolbar {
  position: relative;
  z-index: 100;
}
.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
  position: absolute;
}
/* Style arrow buttons */
.ilightbox-button {
  position: fixed;
  z-index: 100008;
  cursor: pointer;
}
/* Style mobile devices */
.isMobile .ilightbox-button, .isMobile .ilightbox-thumbnails {
  display: none !important;
}
.isMobile .ilightbox-toolbar .ilightbox-prev-button, .isMobile .ilightbox-toolbar .ilightbox-next-button {
  display: block;
}
/*!
 * 934tel CSS-Framework
 */
/*Padding für den Body wenn navbar fixed-top*/
/*navbar-top wenn die Navbar verkleinert wird*/
/*$9-fixed-small-lg: -169px;
$9-fixed-small-md: -169px;
$9-fixed-small-sm: -99px;*/
/*Navigation*/
/*Navigation*/
/*Pfeil nach unten in Navigation*/
/*Navigation dropdown*/
/*Navsub*/
/*Mobile Nav*/
/*Pfeil nach oben oberhalb des dropdown*/
.Microsoft-Internet-Explorer .modal-backdrop {
  display: none;
}
a:hover {
  text-decoration: none;
}
a:hover {
  transition: color 0.1s ease-in 0s;
}
.dropDownImages .dropdown-menu {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.dropDownImages.open {
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.bootstrap-select.pos-relative .dropdown-menu.inner {
  position: relative;
}
.dropdown-menu .divider {
  margin: 0;
}
.btn-danger {
  background-color: #ca010b;
  border-color: #970108;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: none;
}
.btn {
  border-radius: 0;
}
.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xlg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-20 {
  width: 20%;
  float: left;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
ul.pagination {
  padding-left: 0 !important;
  margin-left: 0 !important;
  width: 100%;
  text-align: center;
}
.pagination li {
  padding-left: 0;
  display: inline-block;
}
.pagination > li > a, .pagination > li > span {
  background-color: transparent;
  color: #939393;
  border-radius: 0 !important;
  border: none;
  /*    border: 1px solid $9-gray-light;
    padding: 5px 10px;*/
  margin-right: 5px;
  height: 30px;
  line-height: 20px;
}
.pagination > li > a:hover {
  color: #014a97;
  background: transparent;
}
.pagination > li > span.inActive:hover {
  background-color: transparent;
  color: #939393;
}
.pagination > li > span.inActive {
  color: #939393;
}
.pagination > li.active-link-wrap > a {
  color: #014a97;
}
.pagination > li > a.active {
  font-size: 25px;
  font-weight: bold;
  color: #014a97;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: transparent;
  color: #014a97;
}
.panel-title a:hover, .panel-title a:focus {
  color: #014a97;
}
.panel-title a > i.indicator, .panel-title-alt a > i.indicator {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  /* easeOutCubic */
}
.panel-group {
  margin-bottom: 0;
}
.panel-title a.collapsed > i, .panel-title-alt a.collapsed > i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.panel-title > a.collapsed, .panel-title > a.collapsed:focus {
  background-color: #939393;
  color: #babbbd;
}
.panel-title > a {
  padding: 10px 10px;
  display: block;
  font-weight: 400;
  color: #fff;
  background-color: #939393;
}
.panel-title > a:hover {
  color: #fff;
}
.panel-title > a:focus {
  color: #fff;
}
.panel-title {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.panel-default:first-child > .panel-heading {
  border-top: none;
}
.panel-default > .panel-heading {
  background-color: #e2e2e2;
  border-radius: 0;
  border-top: none;
  padding: 0 0;
  color: #939393;
}
.panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 15px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #e2e2e2;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  background-color: #f2f2f2;
}
.panel-default > .panel-heading .badge {
  background-color: #014a97;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-pills.horizontal > li {
  float: none;
  display: inline-flex;
}
.nav-pills.horizontal > li > a {
  display: inline-flex;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #014a97;
}
.nav-pills > li > a {
  border-radius: 0;
  color: #000;
  background-color: transparent;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #014a97;
}
.max-container-2000 {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
.max-container-1250 {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.max-container-1480 {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .modal-dialog.modal-dialog-large {
    width: 760px;
    margin: 20px auto;
  }
  .row-eq-height-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .col-sm-20 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .modal-dialog.modal-dialog-large {
    width: 860px;
    margin: 20px auto;
  }
  .row-eq-height-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .col-md-20 {
    width: 20%;
    float: left;
  }
  .container-800 {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .row-eq-height-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .col-lg-20 {
    width: 20%;
    float: left;
  }
  .container-1080 {
    width: 1080px;
  }
}
/*@media (min-width: 1430px) {
    .col-xlg-20 {
        width: 20%;
        float: left;
    }    
    .col-xlg-2 {width: 16.66667%; float: left}
    .col-xlg-3 {width: 25%; float: left}
    .col-xlg-4 {width: 33.33333%; float: left}
    .col-xlg-5 {width: 41.66667%; float: left}
    .col-xlg-6 {width: 50%; float: left}
    .col-xlg-7 {width: 58.33333%; float: left}
    .col-xlg-8 {width: 66.66667%; float: left}
    .col-xlg-9 {width: 75%; float: left}
    .col-xlg-10 {width: 83.33333%; float: left}
    .col-xlg-11 {width: 91.66667%; float: left}
    .col-xlg-12 {width: 100%; float: left}
    .container {
        width: 1430px;
    }
    .container-800 {
        width: 800px;
        margin-right: auto;
        margin-left: auto;
    }
    
}*/
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.1.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
img.hvr-grow {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="0");
}
img.hvr-grow:hover, img.hvr-grow:focus, img.hvr-grow:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
img.hvr-grow-rotate {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
img.hvr-grow-rotate:hover, img.hvr-grow-rotate:focus, img.hvr-grow-rotate:active {
  -webkit-transform: scale(1) rotate(4deg);
  transform: scale(1) rotate(4deg);
}
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}
/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none;
}
/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-trim:before {
  content: "";
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-in:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}
/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}
/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}
/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  left: 0;
}
/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}
/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}
/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back:before {
  content: "";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.8em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  /*  content: "\f138";*/
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-down:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-up:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-spin:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-drop:before {
  content: "";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-fade:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
  color: #0F9E5E;
}
/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}
/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-shrink:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-push-unlock.hvr-icon-push {
  padding-right: 2.8em;
}
.hvr-icon-push-unlock.hvr-icon-push:before {
  content: "";
}
.hvr-icon-push:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-pop:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-rotate:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}
/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-float:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-sink:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bob:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-hang:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out:before {
  content: "";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff", endColorstr="#000000");
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}
/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}
/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}
/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}
/*# sourceMappingURL=hover.css.map */
.bg-black, .hover-bg-black:hover, .hover-bg-black:focus, a:hover .hover-bg-black, a:focus .hover-bg-black {
  background-color: #000;
}
.bg-black-important, .hover-bg-black-important:hover, a:hover .hover-bg-black-important {
  background-color: #000 !important;
}
.bg-white, .hover-bg-white:hover, .hover-bg-white:focus, a:hover .hover-bg-white, a:focus .hover-bg-white {
  background-color: #FFF;
}
.bg-white-important, .hover-bg-white-important:hover, a:hover .hover-bg-white-important {
  background-color: #FFF !important;
}
.bg-red, .hover-bg-red:hover, .hover-bg-red:focus, a:hover .hover-bg-red, a:focus .hover-bg-red {
  background-color: #ca010b;
}
.bg-red-important, .hover-bg-red-important:hover, a:hover .hover-bg-red-important {
  background-color: #ca010b !important;
}
.bg-green, .hover-bg-green:hover, .hover-bg-green:focus, a:hover .hover-bg-green, a:focus .hover-bg-green {
  background-color: #b4cf60;
}
.bg-green-important, .hover-bg-green-important:hover, a:hover .hover-bg-green-important {
  background-color: #b4cf60 !important;
}
.bg-orange, .hover-bg-orange:hover, .hover-bg-orange:focus, a:hover .hover-bg-orange, a:focus .hover-bg-orange {
  background-color: #f08246;
}
.bg-orange-important, .hover-bg-orange-important:hover, a:hover .hover-bg-orange-important {
  background-color: #f08246 !important;
}
.bg-base, .hover-bg-base:hover, .hover-bg-base:focus, a:hover .hover-bg-base, a:focus .hover-bg-base {
  background-color: #222;
}
.bg-base-important, .hover-bg-base-important:hover, a:hover .hover-bg-base-important {
  background-color: #222 !important;
}
.bg-brand1, .hover-bg-brand1:hover, .hover-bg-brand1:focus, a:hover .hover-bg-brand1, a:focus .hover-bg-brand1 {
  background-color: #014a97;
}
.bg-brand1-important, .hover-bg-brand1-important:hover, a:hover .hover-bg-brand1-important {
  background-color: #014a97 !important;
}
.bg-brand2, .hover-bg-brand2:hover, .hover-bg-brand2:focus, a:hover .hover-bg-brand2, a:focus .hover-bg-brand2 {
  background-color: #336dac;
}
.bg-brand2-important, .hover-bg-brand2-important:hover, a:hover .hover-bg-brand2-important {
  background-color: #336dac !important;
}
.bg-brand3, .hover-bg-brand3:hover, .hover-bg-brand3:focus, a:hover .hover-bg-brand3, a:focus .hover-bg-brand3 {
  background-color: #9ab7d5;
}
.bg-brand3-important, .hover-bg-brand3-important:hover, a:hover .hover-bg-brand3-important {
  background-color: #9ab7d5 !important;
}
.bg-brand4, .hover-bg-brand4:hover, .hover-bg-brand4:focus, a:hover .hover-bg-brand4, a:focus .hover-bg-brand4 {
  background-color: #ccc;
}
.bg-brand4-important, .hover-bg-brand4-important:hover, a:hover .hover-bg-brand4-important {
  background-color: #ccc !important;
}
.bg-brand5, .hover-bg-brand5:hover, .hover-bg-brand5:focus, a:hover .hover-bg-brand5, a:focus .hover-bg-brand5 {
  background-color: #336dac;
}
.bg-brand5-important, .hover-bg-brand5-important:hover, a:hover .hover-bg-brand5-important {
  background-color: #336dac !important;
}
.bg-brand6, .hover-bg-brand6:hover, .hover-bg-brand6:focus, a:hover .hover-bg-brand6, a:focus .hover-bg-brand6 {
  background-color: #0163ca;
}
.bg-brand6-important, .hover-bg-brand6-important:hover, a:hover .hover-bg-brand6-important {
  background-color: #0163ca !important;
}
.bg-brand7, .hover-bg-brand7:hover, .hover-bg-brand7:focus, a:hover .hover-bg-brand7, a:focus .hover-bg-brand7 {
  background-color: #4986c9;
}
.bg-brand7-important, .hover-bg-brand7-important:hover, a:hover .hover-bg-brand7-important {
  background-color: #4986c9 !important;
}
.bg-brand8, .hover-bg-brand8:hover, .hover-bg-brand8:focus, a:hover .hover-bg-brand8, a:focus .hover-bg-brand8 {
  background-color: #bed1e4;
}
.bg-brand8-important, .hover-bg-brand8-important:hover, a:hover .hover-bg-brand8-important {
  background-color: #bed1e4 !important;
}
.bg-brand9, .hover-bg-brand9:hover, .hover-bg-brand9:focus, a:hover .hover-bg-brand9, a:focus .hover-bg-brand9 {
  background-color: #e6e6e6;
}
.bg-brand9-important, .hover-bg-brand9-important:hover, a:hover .hover-bg-brand9-important {
  background-color: #e6e6e6 !important;
}
.bg-brand10, .hover-bg-brand10:hover, .hover-bg-brand10:focus, a:hover .hover-bg-brand10, a:focus .hover-bg-brand10 {
  background-color: #4986c9;
}
.bg-brand10-important, .hover-bg-brand10-important:hover, a:hover .hover-bg-brand10-important {
  background-color: #4986c9 !important;
}
.bg-brand1-1, .hover-bg-brand1-1:hover, .hover-bg-brand1-1:focus, a:hover .hover-bg-brand1-1, a:focus .hover-bg-brand1-1 {
  background-color: #c1d14b;
}
.bg-brand1-1-important, .hover-bg-brand1-1-important:hover, a:hover .hover-bg-brand1-1-important {
  background-color: #c1d14b !important;
}
.bg-brand1-2, .hover-bg-brand1-2:hover, .hover-bg-brand1-2:focus, a:hover .hover-bg-brand1-2, a:focus .hover-bg-brand1-2 {
  background-color: #00b1c1;
}
.bg-brand1-2-important, .hover-bg-brand1-2-important:hover, a:hover .hover-bg-brand1-2-important {
  background-color: #00b1c1 !important;
}
.bg-brand1-3, .hover-bg-brand1-3:hover, .hover-bg-brand1-3:focus, a:hover .hover-bg-brand1-3, a:focus .hover-bg-brand1-3 {
  background-color: #00bfd1;
}
.bg-brand1-3-important, .hover-bg-brand1-3-important:hover, a:hover .hover-bg-brand1-3-important {
  background-color: #00bfd1 !important;
}
.bg-brand1-4, .hover-bg-brand1-4:hover, .hover-bg-brand1-4:focus, a:hover .hover-bg-brand1-4, a:focus .hover-bg-brand1-4 {
  background-color: #00cde0;
}
.bg-brand1-4-important, .hover-bg-brand1-4-important:hover, a:hover .hover-bg-brand1-4-important {
  background-color: #00cde0 !important;
}
.bg-gray-darker, .hover-bg-gray-darker:hover, .hover-bg-gray-darker:focus, a:hover .hover-bg-gray-darker, a:focus .hover-bg-gray-darker {
  background-color: #222;
}
.bg-gray-darker-important, .hover-bg-gray-darker-important:hover, a:hover .hover-bg-gray-darker-important {
  background-color: #222 !important;
}
.bg-gray-dark, .hover-bg-gray-dark:hover, .hover-bg-gray-dark:focus, a:hover .hover-bg-gray-dark, a:focus .hover-bg-gray-dark {
  background-color: #333;
}
.bg-gray-dark-important, .hover-bg-gray-dark-important:hover, a:hover .hover-bg-gray-dark-important {
  background-color: #333 !important;
}
.bg-gray, .hover-bg-gray:hover, .hover-bg-gray:focus, a:hover .hover-bg-gray, a:focus .hover-bg-gray {
  background-color: #939393;
}
.bg-gray-important, .hover-bg-gray-important:hover, a:hover .hover-bg-gray-important {
  background-color: #939393 !important;
}
.bg-gray-medium, .hover-bg-gray-medium:hover, .hover-bg-gray-medium:focus, a:hover .hover-bg-gray-medium, a:focus .hover-bg-gray-medium {
  background-color: #ccc;
}
.bg-gray-medium-important, .hover-bg-gray-medium-important:hover, a:hover .hover-bg-gray-medium-important {
  background-color: #ccc !important;
}
.bg-gray-light, .hover-bg-gray-light:hover, .hover-bg-gray-light:focus, a:hover .hover-bg-gray-light, a:focus .hover-bg-gray-light {
  background-color: #babbbd;
}
.bg-gray-light-important, .hover-bg-gray-light-important:hover, a:hover .hover-bg-gray-light-important {
  background-color: #babbbd !important;
}
.bg-gray-lighter, .hover-bg-gray-lighter:hover, .hover-bg-gray-lighter:focus, a:hover .hover-bg-gray-lighter, a:focus .hover-bg-gray-lighter {
  background-color: #e2e2e2;
}
.bg-gray-lighter-important, .hover-bg-gray-lighter-important:hover, a:hover .hover-bg-gray-lighter-important {
  background-color: #e2e2e2 !important;
}
.bg-gray-very-lighter, .hover-bg-gray-very-lighter:hover, .hover-bg-gray-very-lighter:focus, a:hover .hover-bg-gray-very-lighter, a:focus .hover-bg-gray-very-lighter {
  background-color: #f2f2f2;
}
.bg-gray-very-lighter-important, .hover-bg-gray-very-lighter-important:hover, a:hover .hover-bg-gray-very-lighter-important {
  background-color: #f2f2f2 !important;
}
.bg-transparent, .hover-bg-transparent:hover, .hover-bg-transparent:focus, a:hover .hover-bg-transparent, a:focus .hover-bg-transparent {
  background-color: transparent;
}
.bg-transparent-important, .hover-bg-transparent-important:hover, a:hover .hover-bg-transparent-important {
  background-color: transparent !important;
}
.bg-plus, .hover-bg-plus:hover, .hover-bg-plus:focus, a:hover .hover-bg-plus, a:focus .hover-bg-plus {
  background-color: #b4cf60;
}
.bg-plus-important, .hover-bg-plus-important:hover, a:hover .hover-bg-plus-important {
  background-color: #b4cf60 !important;
}
.bg-minus, .hover-bg-minus:hover, .hover-bg-minus:focus, a:hover .hover-bg-minus, a:focus .hover-bg-minus {
  background-color: #f97171;
}
.bg-minus-important, .hover-bg-minus-important:hover, a:hover .hover-bg-minus-important {
  background-color: #f97171 !important;
}
.bg-none, .hover-bg-none:hover, a:hover .hover-bg-none {
  background-color: rgba(0, 0, 0, 0);
}
.bg-full, .hover-bg-full:hover, a:hover .hover-bg-full {
  background-color: black;
}
.bg-10, .hover-bg-10:hover, a:hover .hover-bg-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-20, .hover-bg-20:hover, a:hover .hover-bg-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-25, .hover-bg-25:hover, a:hover .hover-bg-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-30, .hover-bg-30:hover, a:hover .hover-bg-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-40, .hover-bg-40:hover, a:hover .hover-bg-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-50, .hover-bg-50:hover, a:hover .hover-bg-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-60, .hover-bg-60:hover, a:hover .hover-bg-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-70, .hover-bg-70:hover, a:hover .hover-bg-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-75, .hover-bg-75:hover, a:hover .hover-bg-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.bg-80, .hover-bg-80:hover, a:hover .hover-bg-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-90, .hover-bg-90:hover, a:hover .hover-bg-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-black-none, .hover-bg-black-none:hover, a:hover .hover-bg-black-none {
  background-color: rgba(0, 0, 0, 0);
}
.bg-black-full, .hover-bg-black-full:hover, a:hover .hover-bg-black-full {
  background-color: black;
}
.bg-black-10, .hover-bg-black-10:hover, a:hover .hover-bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black-20, .hover-bg-black-20:hover, a:hover .hover-bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-black-25, .hover-bg-black-25:hover, a:hover .hover-bg-black-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-black-30, .hover-bg-black-30:hover, a:hover .hover-bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-black-40, .hover-bg-black-40:hover, a:hover .hover-bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-black-50, .hover-bg-black-50:hover, a:hover .hover-bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black-60, .hover-bg-black-60:hover, a:hover .hover-bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black-70, .hover-bg-black-70:hover, a:hover .hover-bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-black-75, .hover-bg-black-75:hover, a:hover .hover-bg-black-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.bg-black-80, .hover-bg-black-80:hover, a:hover .hover-bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black-90, .hover-bg-black-90:hover, a:hover .hover-bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-red-none, .hover-bg-red-none:hover, a:hover .hover-bg-red-none {
  background-color: rgba(153, 0, 0, 0);
}
.bg-red-full, .hover-bg-red-full:hover, a:hover .hover-bg-red-full {
  background-color: #900;
}
.bg-red-10, .hover-bg-red-10:hover, a:hover .hover-bg-red-10 {
  background-color: rgba(153, 0, 0, 0.1);
}
.bg-red-20, .hover-bg-red-20:hover, a:hover .hover-bg-red-20 {
  background-color: rgba(153, 0, 0, 0.2);
}
.bg-red-25, .hover-bg-red-25:hover, a:hover .hover-bg-red-25 {
  background-color: rgba(153, 0, 0, 0.25);
}
.bg-red-30, .hover-bg-red-30:hover, a:hover .hover-bg-red-30 {
  background-color: rgba(153, 0, 0, 0.3);
}
.bg-red-40, .hover-bg-red-40:hover, a:hover .hover-bg-red-40 {
  background-color: rgba(153, 0, 0, 0.4);
}
.bg-red-50, .hover-bg-red-50:hover, a:hover .hover-bg-red-50 {
  background-color: rgba(153, 0, 0, 0.5);
}
.bg-red-60, .hover-bg-red-60:hover, a:hover .hover-bg-red-60 {
  background-color: rgba(153, 0, 0, 0.6);
}
.bg-red-70, .hover-bg-red-70:hover, a:hover .hover-bg-red-70 {
  background-color: rgba(153, 0, 0, 0.7);
}
.bg-red-75, .hover-bg-red-75:hover, a:hover .hover-bg-red-75 {
  background-color: rgba(153, 0, 0, 0.75);
}
.bg-red-80, .hover-bg-red-80:hover, a:hover .hover-bg-red-80 {
  background-color: rgba(153, 0, 0, 0.8);
}
.bg-red-90, .hover-bg-red-90:hover, a:hover .hover-bg-red-90 {
  background-color: rgba(153, 0, 0, 0.9);
}
.bg-att-scroll {
  background-attachment: scroll;
}
.bg-att-fixed {
  background-attachment: fixed;
}
.bg-att-local {
  background-attachment: local;
}
.bg-att-initial {
  background-attachment: initial;
}
.bg-att-inherit {
  background-attachment: inherit;
}
.bg-pos-lt {
  background-position: left top;
}
.bg-pos-lc {
  background-position: left center;
}
.bg-pos-lb {
  background-position: left bottom;
}
.bg-pos-rt {
  background-position: right top;
}
.bg-pos-rc {
  background-position: right center;
}
.bg-pos-rb {
  background-position: right bottom;
}
.bg-pos-ct {
  background-position: center top;
}
.bg-pos-center {
  background-position: center;
}
.bg-pos-cb {
  background-position: center bottom;
}
.bg-pos-initial {
  background-position: initial;
}
.bg-pos-inherit {
  background-position: inherit;
}
.bg-rep-repeat {
  background-repeat: repeat;
}
.bg-rep-repeat-x {
  background-repeat: repeat-x;
}
.bg-rep-repeat-y {
  background-repeat: repeat-y;
}
.bg-rep-none {
  background-repeat: no-repeat;
}
.bg-rep-initial {
  background-repeat: initial;
}
.bg-rep-inherit {
  background-repeat: inherit;
}
.bg-size-auto {
  background-size: auto;
}
.bg-size-cover {
  background-size: cover;
}
.bg-size-contain {
  background-size: contain;
}
.bg-size-initial {
  background-size: initial;
}
.bg-size-inherit {
  background-size: inherit;
}
.bg-size-90pc {
  background-size: 90% 90%;
}
.bg-size-120pc {
  background-size: 120% 120%;
}
.bg-none {
  background: none !important;
}
.pixelOver {
  bottom: 0;
  display: block;
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
  opacity: 0.3;
}
.pixel1 {
  background: url("../../images/overlays/01.png") repeat scroll 0 0 transparent;
}
.pixel2 {
  background: url("../../images/overlays/02.png") repeat scroll 0 0 transparent;
}
.pixel3 {
  background: url("../../images/overlays/03.png") repeat scroll 0 0 transparent;
}
.pixel4 {
  background: url("../../images/overlays/04.png") repeat scroll 0 0 transparent;
}
.pixel5 {
  background: url("../../images/overlays/05.png") repeat scroll 0 0 transparent;
}
.pixel6 {
  background: url("../../images/overlays/06.png") repeat scroll 0 0 transparent;
}
.pixel7 {
  background: url("../../images/overlays/07.png") repeat scroll 0 0 transparent;
}
.pixel8 {
  background: url("../../images/overlays/08.png") repeat scroll 0 0 transparent;
}
.pixel9 {
  background: url("../../images/overlays/09.png") repeat scroll 0 0 transparent;
}
.pixel10 {
  background: url("../../images/overlays/10.png") repeat scroll 0 0 transparent;
}
.pixel11 {
  background: url("../../images/overlays/11.png") repeat scroll 0 0 transparent;
}
.pixel12 {
  background: url("../../images/overlays/12.png") repeat scroll 0 0 transparent;
}
/*Video*/
#weBuilt.quote {
  background-attachment: fixed;
}
.videoBackground {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.video {
  height: 100%;
  position: relative;
  width: 100%;
}
.bg-auto {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-fixed {
  background-attachment: fixed !important;
}
.bg-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-cover-80 {
  background-position: 80%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-cover-right {
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-cover-left {
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
/*.touch .bg-fixed {
    background-attachment: inherit !important; 
}*/
.bg-contain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-cover-top {
  background-position: top;
}
.bg-cover-bottom {
  background-position: bottom;
}
@media (min-width: 768px) {
  .bg-cover-sm {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-cover-right-sm {
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-cover-left-sm {
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-fixed.bg-fixed-nav-small {
    background-position-y: 140px !important;
  }
  .bg-fixed.bg-fixed-nav-large {
    background-position-y: 220px !important;
  }
}
.bo-white-none, .hover-bo-white-none:hover, a:hover .hover-bo-white-none {
  border-color: rgba(255, 255, 255, 0);
}
.bo-white-full, .hover-bo-white-full:hover, a:hover .hover-bo-white-full {
  border-color: white;
}
.bo-white-10, .hover-bo-white-10:hover, a:hover .hover-bo-white-10 {
  border-color: rgba(255, 255, 255, 0.1);
}
.bo-white-20, .hover-bo-white-20:hover, a:hover .hover-bo-white-20 {
  border-color: rgba(255, 255, 255, 0.2);
}
.bo-white-25, .hover-bo-white-25:hover, a:hover .hover-bo-white-25 {
  border-color: rgba(255, 255, 255, 0.25);
}
.bo-white-30, .hover-bo-white-30:hover, a:hover .hover-bo-white-30 {
  border-color: rgba(255, 255, 255, 0.3);
}
.bo-white-40, .hover-bo-white-40:hover, a:hover .hover-bo-white-40 {
  border-color: rgba(255, 255, 255, 0.4);
}
.bo-white-50, .hover-bo-white-50:hover, a:hover .hover-bo-white-50 {
  border-color: rgba(255, 255, 255, 0.5);
}
.bo-white-60, .hover-bo-white-60:hover, a:hover .hover-bo-white-60 {
  border-color: rgba(255, 255, 255, 0.6);
}
.bo-white-70, .hover-bo-white-70:hover, a:hover .hover-bo-white-70 {
  border-color: rgba(255, 255, 255, 0.7);
}
.bo-white-75, .hover-bo-white-75:hover, a:hover .hover-bo-white-75 {
  border-color: rgba(255, 255, 255, 0.75);
}
.bo-white-80, .hover-bo-white-80:hover, a:hover .hover-bo-white-80 {
  border-color: rgba(255, 255, 255, 0.8);
}
.bo-white-90, .hover-bo-white-90:hover, a:hover .hover-bo-white-90 {
  border-color: rgba(255, 255, 255, 0.9);
}
.bo-black, .hover-bo-black:hover, a:hover .hover-bo-black {
  border-color: #000;
}
.bo-t-black, .hover-bo-t-black:hover, a:hover .hover-bo-t-black {
  border-top-color: #000;
}
.bo-r-black, .hover-bo-r-black:hover, a:hover .hover-bo-r-black {
  border-right-color: #000;
}
.bo-b-black, .hover-bo-b-black:hover, a:hover .hover-bo-b-black {
  border-bottom-color: #000;
}
.bo-l-black, .hover-bo-l-black:hover, a:hover .hover-bo-l-black {
  border-left-color: #000;
}
.bo-tb-black, .hover-bo-tb-black:hover, a:hover .hover-bo-tb-black {
  border-top-color: #000;
  border-bottom-color: #000;
}
.bo-lr-black, .hover-bo-lr-black:hover, a:hover .hover-bo-lr-black {
  border-left-color: #000;
  border-right-color: #000;
}
.bo-white, .hover-bo-white:hover, a:hover .hover-bo-white {
  border-color: #FFF;
}
.bo-t-white, .hover-bo-t-white:hover, a:hover .hover-bo-t-white {
  border-top-color: #FFF;
}
.bo-r-white, .hover-bo-r-white:hover, a:hover .hover-bo-r-white {
  border-right-color: #FFF;
}
.bo-b-white, .hover-bo-b-white:hover, a:hover .hover-bo-b-white {
  border-bottom-color: #FFF;
}
.bo-l-white, .hover-bo-l-white:hover, a:hover .hover-bo-l-white {
  border-left-color: #FFF;
}
.bo-tb-white, .hover-bo-tb-white:hover, a:hover .hover-bo-tb-white {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.bo-lr-white, .hover-bo-lr-white:hover, a:hover .hover-bo-lr-white {
  border-left-color: #FFF;
  border-right-color: #FFF;
}
.bo-red, .hover-bo-red:hover, a:hover .hover-bo-red {
  border-color: #ca010b;
}
.bo-t-red, .hover-bo-t-red:hover, a:hover .hover-bo-t-red {
  border-top-color: #ca010b;
}
.bo-r-red, .hover-bo-r-red:hover, a:hover .hover-bo-r-red {
  border-right-color: #ca010b;
}
.bo-b-red, .hover-bo-b-red:hover, a:hover .hover-bo-b-red {
  border-bottom-color: #ca010b;
}
.bo-l-red, .hover-bo-l-red:hover, a:hover .hover-bo-l-red {
  border-left-color: #ca010b;
}
.bo-tb-red, .hover-bo-tb-red:hover, a:hover .hover-bo-tb-red {
  border-top-color: #ca010b;
  border-bottom-color: #ca010b;
}
.bo-lr-red, .hover-bo-lr-red:hover, a:hover .hover-bo-lr-red {
  border-left-color: #ca010b;
  border-right-color: #ca010b;
}
.bo-green, .hover-bo-green:hover, a:hover .hover-bo-green {
  border-color: #b4cf60;
}
.bo-t-green, .hover-bo-t-green:hover, a:hover .hover-bo-t-green {
  border-top-color: #b4cf60;
}
.bo-r-green, .hover-bo-r-green:hover, a:hover .hover-bo-r-green {
  border-right-color: #b4cf60;
}
.bo-b-green, .hover-bo-b-green:hover, a:hover .hover-bo-b-green {
  border-bottom-color: #b4cf60;
}
.bo-l-green, .hover-bo-l-green:hover, a:hover .hover-bo-l-green {
  border-left-color: #b4cf60;
}
.bo-tb-green, .hover-bo-tb-green:hover, a:hover .hover-bo-tb-green {
  border-top-color: #b4cf60;
  border-bottom-color: #b4cf60;
}
.bo-lr-green, .hover-bo-lr-green:hover, a:hover .hover-bo-lr-green {
  border-left-color: #b4cf60;
  border-right-color: #b4cf60;
}
.bo-orange, .hover-bo-orange:hover, a:hover .hover-bo-orange {
  border-color: #f08246;
}
.bo-t-orange, .hover-bo-t-orange:hover, a:hover .hover-bo-t-orange {
  border-top-color: #f08246;
}
.bo-r-orange, .hover-bo-r-orange:hover, a:hover .hover-bo-r-orange {
  border-right-color: #f08246;
}
.bo-b-orange, .hover-bo-b-orange:hover, a:hover .hover-bo-b-orange {
  border-bottom-color: #f08246;
}
.bo-l-orange, .hover-bo-l-orange:hover, a:hover .hover-bo-l-orange {
  border-left-color: #f08246;
}
.bo-tb-orange, .hover-bo-tb-orange:hover, a:hover .hover-bo-tb-orange {
  border-top-color: #f08246;
  border-bottom-color: #f08246;
}
.bo-lr-orange, .hover-bo-lr-orange:hover, a:hover .hover-bo-lr-orange {
  border-left-color: #f08246;
  border-right-color: #f08246;
}
.bo-base, .hover-bo-base:hover, a:hover .hover-bo-base {
  border-color: #222;
}
.bo-t-base, .hover-bo-t-base:hover, a:hover .hover-bo-t-base {
  border-top-color: #222;
}
.bo-r-base, .hover-bo-r-base:hover, a:hover .hover-bo-r-base {
  border-right-color: #222;
}
.bo-b-base, .hover-bo-b-base:hover, a:hover .hover-bo-b-base {
  border-bottom-color: #222;
}
.bo-l-base, .hover-bo-l-base:hover, a:hover .hover-bo-l-base {
  border-left-color: #222;
}
.bo-tb-base, .hover-bo-tb-base:hover, a:hover .hover-bo-tb-base {
  border-top-color: #222;
  border-bottom-color: #222;
}
.bo-lr-base, .hover-bo-lr-base:hover, a:hover .hover-bo-lr-base {
  border-left-color: #222;
  border-right-color: #222;
}
.bo-brand1, .hover-bo-brand1:hover, a:hover .hover-bo-brand1 {
  border-color: #014a97;
}
.bo-t-brand1, .hover-bo-t-brand1:hover, a:hover .hover-bo-t-brand1 {
  border-top-color: #014a97;
}
.bo-r-brand1, .hover-bo-r-brand1:hover, a:hover .hover-bo-r-brand1 {
  border-right-color: #014a97;
}
.bo-b-brand1, .hover-bo-b-brand1:hover, a:hover .hover-bo-b-brand1 {
  border-bottom-color: #014a97;
}
.bo-l-brand1, .hover-bo-l-brand1:hover, a:hover .hover-bo-l-brand1 {
  border-left-color: #014a97;
}
.bo-tb-brand1, .hover-bo-tb-brand1:hover, a:hover .hover-bo-tb-brand1 {
  border-top-color: #014a97;
  border-bottom-color: #014a97;
}
.bo-lr-brand1, .hover-bo-lr-brand1:hover, a:hover .hover-bo-lr-brand1 {
  border-left-color: #014a97;
  border-right-color: #014a97;
}
.bo-brand2, .hover-bo-brand2:hover, a:hover .hover-bo-brand2 {
  border-color: #336dac;
}
.bo-t-brand2, .hover-bo-t-brand2:hover, a:hover .hover-bo-t-brand2 {
  border-top-color: #336dac;
}
.bo-r-brand2, .hover-bo-r-brand2:hover, a:hover .hover-bo-r-brand2 {
  border-right-color: #336dac;
}
.bo-b-brand2, .hover-bo-b-brand2:hover, a:hover .hover-bo-b-brand2 {
  border-bottom-color: #336dac;
}
.bo-l-brand2, .hover-bo-l-brand2:hover, a:hover .hover-bo-l-brand2 {
  border-left-color: #336dac;
}
.bo-tb-brand2, .hover-bo-tb-brand2:hover, a:hover .hover-bo-tb-brand2 {
  border-top-color: #336dac;
  border-bottom-color: #336dac;
}
.bo-lr-brand2, .hover-bo-lr-brand2:hover, a:hover .hover-bo-lr-brand2 {
  border-left-color: #336dac;
  border-right-color: #336dac;
}
.bo-brand3, .hover-bo-brand3:hover, a:hover .hover-bo-brand3 {
  border-color: #9ab7d5;
}
.bo-t-brand3, .hover-bo-t-brand3:hover, a:hover .hover-bo-t-brand3 {
  border-top-color: #9ab7d5;
}
.bo-r-brand3, .hover-bo-r-brand3:hover, a:hover .hover-bo-r-brand3 {
  border-right-color: #9ab7d5;
}
.bo-b-brand3, .hover-bo-b-brand3:hover, a:hover .hover-bo-b-brand3 {
  border-bottom-color: #9ab7d5;
}
.bo-l-brand3, .hover-bo-l-brand3:hover, a:hover .hover-bo-l-brand3 {
  border-left-color: #9ab7d5;
}
.bo-tb-brand3, .hover-bo-tb-brand3:hover, a:hover .hover-bo-tb-brand3 {
  border-top-color: #9ab7d5;
  border-bottom-color: #9ab7d5;
}
.bo-lr-brand3, .hover-bo-lr-brand3:hover, a:hover .hover-bo-lr-brand3 {
  border-left-color: #9ab7d5;
  border-right-color: #9ab7d5;
}
.bo-brand4, .hover-bo-brand4:hover, a:hover .hover-bo-brand4 {
  border-color: #ccc;
}
.bo-t-brand4, .hover-bo-t-brand4:hover, a:hover .hover-bo-t-brand4 {
  border-top-color: #ccc;
}
.bo-r-brand4, .hover-bo-r-brand4:hover, a:hover .hover-bo-r-brand4 {
  border-right-color: #ccc;
}
.bo-b-brand4, .hover-bo-b-brand4:hover, a:hover .hover-bo-b-brand4 {
  border-bottom-color: #ccc;
}
.bo-l-brand4, .hover-bo-l-brand4:hover, a:hover .hover-bo-l-brand4 {
  border-left-color: #ccc;
}
.bo-tb-brand4, .hover-bo-tb-brand4:hover, a:hover .hover-bo-tb-brand4 {
  border-top-color: #ccc;
  border-bottom-color: #ccc;
}
.bo-lr-brand4, .hover-bo-lr-brand4:hover, a:hover .hover-bo-lr-brand4 {
  border-left-color: #ccc;
  border-right-color: #ccc;
}
.bo-brand5, .hover-bo-brand5:hover, a:hover .hover-bo-brand5 {
  border-color: #336dac;
}
.bo-t-brand5, .hover-bo-t-brand5:hover, a:hover .hover-bo-t-brand5 {
  border-top-color: #336dac;
}
.bo-r-brand5, .hover-bo-r-brand5:hover, a:hover .hover-bo-r-brand5 {
  border-right-color: #336dac;
}
.bo-b-brand5, .hover-bo-b-brand5:hover, a:hover .hover-bo-b-brand5 {
  border-bottom-color: #336dac;
}
.bo-l-brand5, .hover-bo-l-brand5:hover, a:hover .hover-bo-l-brand5 {
  border-left-color: #336dac;
}
.bo-tb-brand5, .hover-bo-tb-brand5:hover, a:hover .hover-bo-tb-brand5 {
  border-top-color: #336dac;
  border-bottom-color: #336dac;
}
.bo-lr-brand5, .hover-bo-lr-brand5:hover, a:hover .hover-bo-lr-brand5 {
  border-left-color: #336dac;
  border-right-color: #336dac;
}
.bo-brand6, .hover-bo-brand6:hover, a:hover .hover-bo-brand6 {
  border-color: #0163ca;
}
.bo-t-brand6, .hover-bo-t-brand6:hover, a:hover .hover-bo-t-brand6 {
  border-top-color: #0163ca;
}
.bo-r-brand6, .hover-bo-r-brand6:hover, a:hover .hover-bo-r-brand6 {
  border-right-color: #0163ca;
}
.bo-b-brand6, .hover-bo-b-brand6:hover, a:hover .hover-bo-b-brand6 {
  border-bottom-color: #0163ca;
}
.bo-l-brand6, .hover-bo-l-brand6:hover, a:hover .hover-bo-l-brand6 {
  border-left-color: #0163ca;
}
.bo-tb-brand6, .hover-bo-tb-brand6:hover, a:hover .hover-bo-tb-brand6 {
  border-top-color: #0163ca;
  border-bottom-color: #0163ca;
}
.bo-lr-brand6, .hover-bo-lr-brand6:hover, a:hover .hover-bo-lr-brand6 {
  border-left-color: #0163ca;
  border-right-color: #0163ca;
}
.bo-brand7, .hover-bo-brand7:hover, a:hover .hover-bo-brand7 {
  border-color: #4986c9;
}
.bo-t-brand7, .hover-bo-t-brand7:hover, a:hover .hover-bo-t-brand7 {
  border-top-color: #4986c9;
}
.bo-r-brand7, .hover-bo-r-brand7:hover, a:hover .hover-bo-r-brand7 {
  border-right-color: #4986c9;
}
.bo-b-brand7, .hover-bo-b-brand7:hover, a:hover .hover-bo-b-brand7 {
  border-bottom-color: #4986c9;
}
.bo-l-brand7, .hover-bo-l-brand7:hover, a:hover .hover-bo-l-brand7 {
  border-left-color: #4986c9;
}
.bo-tb-brand7, .hover-bo-tb-brand7:hover, a:hover .hover-bo-tb-brand7 {
  border-top-color: #4986c9;
  border-bottom-color: #4986c9;
}
.bo-lr-brand7, .hover-bo-lr-brand7:hover, a:hover .hover-bo-lr-brand7 {
  border-left-color: #4986c9;
  border-right-color: #4986c9;
}
.bo-brand8, .hover-bo-brand8:hover, a:hover .hover-bo-brand8 {
  border-color: #bed1e4;
}
.bo-t-brand8, .hover-bo-t-brand8:hover, a:hover .hover-bo-t-brand8 {
  border-top-color: #bed1e4;
}
.bo-r-brand8, .hover-bo-r-brand8:hover, a:hover .hover-bo-r-brand8 {
  border-right-color: #bed1e4;
}
.bo-b-brand8, .hover-bo-b-brand8:hover, a:hover .hover-bo-b-brand8 {
  border-bottom-color: #bed1e4;
}
.bo-l-brand8, .hover-bo-l-brand8:hover, a:hover .hover-bo-l-brand8 {
  border-left-color: #bed1e4;
}
.bo-tb-brand8, .hover-bo-tb-brand8:hover, a:hover .hover-bo-tb-brand8 {
  border-top-color: #bed1e4;
  border-bottom-color: #bed1e4;
}
.bo-lr-brand8, .hover-bo-lr-brand8:hover, a:hover .hover-bo-lr-brand8 {
  border-left-color: #bed1e4;
  border-right-color: #bed1e4;
}
.bo-brand9, .hover-bo-brand9:hover, a:hover .hover-bo-brand9 {
  border-color: #e6e6e6;
}
.bo-t-brand9, .hover-bo-t-brand9:hover, a:hover .hover-bo-t-brand9 {
  border-top-color: #e6e6e6;
}
.bo-r-brand9, .hover-bo-r-brand9:hover, a:hover .hover-bo-r-brand9 {
  border-right-color: #e6e6e6;
}
.bo-b-brand9, .hover-bo-b-brand9:hover, a:hover .hover-bo-b-brand9 {
  border-bottom-color: #e6e6e6;
}
.bo-l-brand9, .hover-bo-l-brand9:hover, a:hover .hover-bo-l-brand9 {
  border-left-color: #e6e6e6;
}
.bo-tb-brand9, .hover-bo-tb-brand9:hover, a:hover .hover-bo-tb-brand9 {
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
}
.bo-lr-brand9, .hover-bo-lr-brand9:hover, a:hover .hover-bo-lr-brand9 {
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
}
.bo-brand10, .hover-bo-brand10:hover, a:hover .hover-bo-brand10 {
  border-color: #4986c9;
}
.bo-t-brand10, .hover-bo-t-brand10:hover, a:hover .hover-bo-t-brand10 {
  border-top-color: #4986c9;
}
.bo-r-brand10, .hover-bo-r-brand10:hover, a:hover .hover-bo-r-brand10 {
  border-right-color: #4986c9;
}
.bo-b-brand10, .hover-bo-b-brand10:hover, a:hover .hover-bo-b-brand10 {
  border-bottom-color: #4986c9;
}
.bo-l-brand10, .hover-bo-l-brand10:hover, a:hover .hover-bo-l-brand10 {
  border-left-color: #4986c9;
}
.bo-tb-brand10, .hover-bo-tb-brand10:hover, a:hover .hover-bo-tb-brand10 {
  border-top-color: #4986c9;
  border-bottom-color: #4986c9;
}
.bo-lr-brand10, .hover-bo-lr-brand10:hover, a:hover .hover-bo-lr-brand10 {
  border-left-color: #4986c9;
  border-right-color: #4986c9;
}
.bo-brand1-1, .hover-bo-brand1-1:hover, a:hover .hover-bo-brand1-1 {
  border-color: #c1d14b;
}
.bo-t-brand1-1, .hover-bo-t-brand1-1:hover, a:hover .hover-bo-t-brand1-1 {
  border-top-color: #c1d14b;
}
.bo-r-brand1-1, .hover-bo-r-brand1-1:hover, a:hover .hover-bo-r-brand1-1 {
  border-right-color: #c1d14b;
}
.bo-b-brand1-1, .hover-bo-b-brand1-1:hover, a:hover .hover-bo-b-brand1-1 {
  border-bottom-color: #c1d14b;
}
.bo-l-brand1-1, .hover-bo-l-brand1-1:hover, a:hover .hover-bo-l-brand1-1 {
  border-left-color: #c1d14b;
}
.bo-tb-brand1-1, .hover-bo-tb-brand1-1:hover, a:hover .hover-bo-tb-brand1-1 {
  border-top-color: #c1d14b;
  border-bottom-color: #c1d14b;
}
.bo-lr-brand1-1, .hover-bo-lr-brand1-1:hover, a:hover .hover-bo-lr-brand1-1 {
  border-left-color: #c1d14b;
  border-right-color: #c1d14b;
}
.bo-brand1-2, .hover-bo-brand1-2:hover, a:hover .hover-bo-brand1-2 {
  border-color: #00b1c1;
}
.bo-t-brand1-2, .hover-bo-t-brand1-2:hover, a:hover .hover-bo-t-brand1-2 {
  border-top-color: #00b1c1;
}
.bo-r-brand1-2, .hover-bo-r-brand1-2:hover, a:hover .hover-bo-r-brand1-2 {
  border-right-color: #00b1c1;
}
.bo-b-brand1-2, .hover-bo-b-brand1-2:hover, a:hover .hover-bo-b-brand1-2 {
  border-bottom-color: #00b1c1;
}
.bo-l-brand1-2, .hover-bo-l-brand1-2:hover, a:hover .hover-bo-l-brand1-2 {
  border-left-color: #00b1c1;
}
.bo-tb-brand1-2, .hover-bo-tb-brand1-2:hover, a:hover .hover-bo-tb-brand1-2 {
  border-top-color: #00b1c1;
  border-bottom-color: #00b1c1;
}
.bo-lr-brand1-2, .hover-bo-lr-brand1-2:hover, a:hover .hover-bo-lr-brand1-2 {
  border-left-color: #00b1c1;
  border-right-color: #00b1c1;
}
.bo-brand1-3, .hover-bo-brand1-3:hover, a:hover .hover-bo-brand1-3 {
  border-color: #00bfd1;
}
.bo-t-brand1-3, .hover-bo-t-brand1-3:hover, a:hover .hover-bo-t-brand1-3 {
  border-top-color: #00bfd1;
}
.bo-r-brand1-3, .hover-bo-r-brand1-3:hover, a:hover .hover-bo-r-brand1-3 {
  border-right-color: #00bfd1;
}
.bo-b-brand1-3, .hover-bo-b-brand1-3:hover, a:hover .hover-bo-b-brand1-3 {
  border-bottom-color: #00bfd1;
}
.bo-l-brand1-3, .hover-bo-l-brand1-3:hover, a:hover .hover-bo-l-brand1-3 {
  border-left-color: #00bfd1;
}
.bo-tb-brand1-3, .hover-bo-tb-brand1-3:hover, a:hover .hover-bo-tb-brand1-3 {
  border-top-color: #00bfd1;
  border-bottom-color: #00bfd1;
}
.bo-lr-brand1-3, .hover-bo-lr-brand1-3:hover, a:hover .hover-bo-lr-brand1-3 {
  border-left-color: #00bfd1;
  border-right-color: #00bfd1;
}
.bo-brand1-4, .hover-bo-brand1-4:hover, a:hover .hover-bo-brand1-4 {
  border-color: #00cde0;
}
.bo-t-brand1-4, .hover-bo-t-brand1-4:hover, a:hover .hover-bo-t-brand1-4 {
  border-top-color: #00cde0;
}
.bo-r-brand1-4, .hover-bo-r-brand1-4:hover, a:hover .hover-bo-r-brand1-4 {
  border-right-color: #00cde0;
}
.bo-b-brand1-4, .hover-bo-b-brand1-4:hover, a:hover .hover-bo-b-brand1-4 {
  border-bottom-color: #00cde0;
}
.bo-l-brand1-4, .hover-bo-l-brand1-4:hover, a:hover .hover-bo-l-brand1-4 {
  border-left-color: #00cde0;
}
.bo-tb-brand1-4, .hover-bo-tb-brand1-4:hover, a:hover .hover-bo-tb-brand1-4 {
  border-top-color: #00cde0;
  border-bottom-color: #00cde0;
}
.bo-lr-brand1-4, .hover-bo-lr-brand1-4:hover, a:hover .hover-bo-lr-brand1-4 {
  border-left-color: #00cde0;
  border-right-color: #00cde0;
}
.bo-gray-darker, .hover-bo-gray-darker:hover, a:hover .hover-bo-gray-darker {
  border-color: #222;
}
.bo-t-gray-darker, .hover-bo-t-gray-darker:hover, a:hover .hover-bo-t-gray-darker {
  border-top-color: #222;
}
.bo-r-gray-darker, .hover-bo-r-gray-darker:hover, a:hover .hover-bo-r-gray-darker {
  border-right-color: #222;
}
.bo-b-gray-darker, .hover-bo-b-gray-darker:hover, a:hover .hover-bo-b-gray-darker {
  border-bottom-color: #222;
}
.bo-l-gray-darker, .hover-bo-l-gray-darker:hover, a:hover .hover-bo-l-gray-darker {
  border-left-color: #222;
}
.bo-tb-gray-darker, .hover-bo-tb-gray-darker:hover, a:hover .hover-bo-tb-gray-darker {
  border-top-color: #222;
  border-bottom-color: #222;
}
.bo-lr-gray-darker, .hover-bo-lr-gray-darker:hover, a:hover .hover-bo-lr-gray-darker {
  border-left-color: #222;
  border-right-color: #222;
}
.bo-gray-dark, .hover-bo-gray-dark:hover, a:hover .hover-bo-gray-dark {
  border-color: #333;
}
.bo-t-gray-dark, .hover-bo-t-gray-dark:hover, a:hover .hover-bo-t-gray-dark {
  border-top-color: #333;
}
.bo-r-gray-dark, .hover-bo-r-gray-dark:hover, a:hover .hover-bo-r-gray-dark {
  border-right-color: #333;
}
.bo-b-gray-dark, .hover-bo-b-gray-dark:hover, a:hover .hover-bo-b-gray-dark {
  border-bottom-color: #333;
}
.bo-l-gray-dark, .hover-bo-l-gray-dark:hover, a:hover .hover-bo-l-gray-dark {
  border-left-color: #333;
}
.bo-tb-gray-dark, .hover-bo-tb-gray-dark:hover, a:hover .hover-bo-tb-gray-dark {
  border-top-color: #333;
  border-bottom-color: #333;
}
.bo-lr-gray-dark, .hover-bo-lr-gray-dark:hover, a:hover .hover-bo-lr-gray-dark {
  border-left-color: #333;
  border-right-color: #333;
}
.bo-gray, .hover-bo-gray:hover, a:hover .hover-bo-gray {
  border-color: #939393;
}
.bo-t-gray, .hover-bo-t-gray:hover, a:hover .hover-bo-t-gray {
  border-top-color: #939393;
}
.bo-r-gray, .hover-bo-r-gray:hover, a:hover .hover-bo-r-gray {
  border-right-color: #939393;
}
.bo-b-gray, .hover-bo-b-gray:hover, a:hover .hover-bo-b-gray {
  border-bottom-color: #939393;
}
.bo-l-gray, .hover-bo-l-gray:hover, a:hover .hover-bo-l-gray {
  border-left-color: #939393;
}
.bo-tb-gray, .hover-bo-tb-gray:hover, a:hover .hover-bo-tb-gray {
  border-top-color: #939393;
  border-bottom-color: #939393;
}
.bo-lr-gray, .hover-bo-lr-gray:hover, a:hover .hover-bo-lr-gray {
  border-left-color: #939393;
  border-right-color: #939393;
}
.bo-gray-medium, .hover-bo-gray-medium:hover, a:hover .hover-bo-gray-medium {
  border-color: #ccc;
}
.bo-t-gray-medium, .hover-bo-t-gray-medium:hover, a:hover .hover-bo-t-gray-medium {
  border-top-color: #ccc;
}
.bo-r-gray-medium, .hover-bo-r-gray-medium:hover, a:hover .hover-bo-r-gray-medium {
  border-right-color: #ccc;
}
.bo-b-gray-medium, .hover-bo-b-gray-medium:hover, a:hover .hover-bo-b-gray-medium {
  border-bottom-color: #ccc;
}
.bo-l-gray-medium, .hover-bo-l-gray-medium:hover, a:hover .hover-bo-l-gray-medium {
  border-left-color: #ccc;
}
.bo-tb-gray-medium, .hover-bo-tb-gray-medium:hover, a:hover .hover-bo-tb-gray-medium {
  border-top-color: #ccc;
  border-bottom-color: #ccc;
}
.bo-lr-gray-medium, .hover-bo-lr-gray-medium:hover, a:hover .hover-bo-lr-gray-medium {
  border-left-color: #ccc;
  border-right-color: #ccc;
}
.bo-gray-light, .hover-bo-gray-light:hover, a:hover .hover-bo-gray-light {
  border-color: #babbbd;
}
.bo-t-gray-light, .hover-bo-t-gray-light:hover, a:hover .hover-bo-t-gray-light {
  border-top-color: #babbbd;
}
.bo-r-gray-light, .hover-bo-r-gray-light:hover, a:hover .hover-bo-r-gray-light {
  border-right-color: #babbbd;
}
.bo-b-gray-light, .hover-bo-b-gray-light:hover, a:hover .hover-bo-b-gray-light {
  border-bottom-color: #babbbd;
}
.bo-l-gray-light, .hover-bo-l-gray-light:hover, a:hover .hover-bo-l-gray-light {
  border-left-color: #babbbd;
}
.bo-tb-gray-light, .hover-bo-tb-gray-light:hover, a:hover .hover-bo-tb-gray-light {
  border-top-color: #babbbd;
  border-bottom-color: #babbbd;
}
.bo-lr-gray-light, .hover-bo-lr-gray-light:hover, a:hover .hover-bo-lr-gray-light {
  border-left-color: #babbbd;
  border-right-color: #babbbd;
}
.bo-gray-lighter, .hover-bo-gray-lighter:hover, a:hover .hover-bo-gray-lighter {
  border-color: #e2e2e2;
}
.bo-t-gray-lighter, .hover-bo-t-gray-lighter:hover, a:hover .hover-bo-t-gray-lighter {
  border-top-color: #e2e2e2;
}
.bo-r-gray-lighter, .hover-bo-r-gray-lighter:hover, a:hover .hover-bo-r-gray-lighter {
  border-right-color: #e2e2e2;
}
.bo-b-gray-lighter, .hover-bo-b-gray-lighter:hover, a:hover .hover-bo-b-gray-lighter {
  border-bottom-color: #e2e2e2;
}
.bo-l-gray-lighter, .hover-bo-l-gray-lighter:hover, a:hover .hover-bo-l-gray-lighter {
  border-left-color: #e2e2e2;
}
.bo-tb-gray-lighter, .hover-bo-tb-gray-lighter:hover, a:hover .hover-bo-tb-gray-lighter {
  border-top-color: #e2e2e2;
  border-bottom-color: #e2e2e2;
}
.bo-lr-gray-lighter, .hover-bo-lr-gray-lighter:hover, a:hover .hover-bo-lr-gray-lighter {
  border-left-color: #e2e2e2;
  border-right-color: #e2e2e2;
}
.bo-gray-very-lighter, .hover-bo-gray-very-lighter:hover, a:hover .hover-bo-gray-very-lighter {
  border-color: #f2f2f2;
}
.bo-t-gray-very-lighter, .hover-bo-t-gray-very-lighter:hover, a:hover .hover-bo-t-gray-very-lighter {
  border-top-color: #f2f2f2;
}
.bo-r-gray-very-lighter, .hover-bo-r-gray-very-lighter:hover, a:hover .hover-bo-r-gray-very-lighter {
  border-right-color: #f2f2f2;
}
.bo-b-gray-very-lighter, .hover-bo-b-gray-very-lighter:hover, a:hover .hover-bo-b-gray-very-lighter {
  border-bottom-color: #f2f2f2;
}
.bo-l-gray-very-lighter, .hover-bo-l-gray-very-lighter:hover, a:hover .hover-bo-l-gray-very-lighter {
  border-left-color: #f2f2f2;
}
.bo-tb-gray-very-lighter, .hover-bo-tb-gray-very-lighter:hover, a:hover .hover-bo-tb-gray-very-lighter {
  border-top-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
}
.bo-lr-gray-very-lighter, .hover-bo-lr-gray-very-lighter:hover, a:hover .hover-bo-lr-gray-very-lighter {
  border-left-color: #f2f2f2;
  border-right-color: #f2f2f2;
}
.bo-transparent, .hover-bo-transparent:hover, a:hover .hover-bo-transparent {
  border-color: transparent;
}
.bo-t-transparent, .hover-bo-t-transparent:hover, a:hover .hover-bo-t-transparent {
  border-top-color: transparent;
}
.bo-r-transparent, .hover-bo-r-transparent:hover, a:hover .hover-bo-r-transparent {
  border-right-color: transparent;
}
.bo-b-transparent, .hover-bo-b-transparent:hover, a:hover .hover-bo-b-transparent {
  border-bottom-color: transparent;
}
.bo-l-transparent, .hover-bo-l-transparent:hover, a:hover .hover-bo-l-transparent {
  border-left-color: transparent;
}
.bo-tb-transparent, .hover-bo-tb-transparent:hover, a:hover .hover-bo-tb-transparent {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.bo-lr-transparent, .hover-bo-lr-transparent:hover, a:hover .hover-bo-lr-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}
.bo-plus, .hover-bo-plus:hover, a:hover .hover-bo-plus {
  border-color: #b4cf60;
}
.bo-t-plus, .hover-bo-t-plus:hover, a:hover .hover-bo-t-plus {
  border-top-color: #b4cf60;
}
.bo-r-plus, .hover-bo-r-plus:hover, a:hover .hover-bo-r-plus {
  border-right-color: #b4cf60;
}
.bo-b-plus, .hover-bo-b-plus:hover, a:hover .hover-bo-b-plus {
  border-bottom-color: #b4cf60;
}
.bo-l-plus, .hover-bo-l-plus:hover, a:hover .hover-bo-l-plus {
  border-left-color: #b4cf60;
}
.bo-tb-plus, .hover-bo-tb-plus:hover, a:hover .hover-bo-tb-plus {
  border-top-color: #b4cf60;
  border-bottom-color: #b4cf60;
}
.bo-lr-plus, .hover-bo-lr-plus:hover, a:hover .hover-bo-lr-plus {
  border-left-color: #b4cf60;
  border-right-color: #b4cf60;
}
.bo-minus, .hover-bo-minus:hover, a:hover .hover-bo-minus {
  border-color: #f97171;
}
.bo-t-minus, .hover-bo-t-minus:hover, a:hover .hover-bo-t-minus {
  border-top-color: #f97171;
}
.bo-r-minus, .hover-bo-r-minus:hover, a:hover .hover-bo-r-minus {
  border-right-color: #f97171;
}
.bo-b-minus, .hover-bo-b-minus:hover, a:hover .hover-bo-b-minus {
  border-bottom-color: #f97171;
}
.bo-l-minus, .hover-bo-l-minus:hover, a:hover .hover-bo-l-minus {
  border-left-color: #f97171;
}
.bo-tb-minus, .hover-bo-tb-minus:hover, a:hover .hover-bo-tb-minus {
  border-top-color: #f97171;
  border-bottom-color: #f97171;
}
.bo-lr-minus, .hover-bo-lr-minus:hover, a:hover .hover-bo-lr-minus {
  border-left-color: #f97171;
  border-right-color: #f97171;
}
.bo-none, .hover-bo-none:hover, a:hover .hover-bo-none {
  border-style: none;
}
.bo-t-none, .hover-bo-t-none:hover, a:hover .hover-bo-t-none {
  border-top-style: none;
}
.bo-r-none, .hover-bo-r-none:hover, a:hover .hover-bo-r-none {
  border-right-style: none;
}
.bo-b-none, .hover-bo-b-none:hover, a:hover .hover-bo-b-none {
  border-bottom-style: none;
}
.bo-l-none, .hover-bo-l-none:hover, a:hover .hover-bo-l-none {
  border-left-style: none;
}
.bo-tb-none, .hover-bo-tb-none:hover, a:hover .hover-bo-tb-none {
  border-top-style: none;
  border-bottom-style: none;
}
.bo-lr-none, .hover-bo-lr-none:hover, a:hover .hover-bo-lr-none {
  border-left-style: none;
  border-right-style: none;
}
.bo-dotted, .hover-bo-dotted:hover, a:hover .hover-bo-dotted {
  border-style: dotted;
}
.bo-t-dotted, .hover-bo-t-dotted:hover, a:hover .hover-bo-t-dotted {
  border-top-style: dotted;
}
.bo-r-dotted, .hover-bo-r-dotted:hover, a:hover .hover-bo-r-dotted {
  border-right-style: dotted;
}
.bo-b-dotted, .hover-bo-b-dotted:hover, a:hover .hover-bo-b-dotted {
  border-bottom-style: dotted;
}
.bo-l-dotted, .hover-bo-l-dotted:hover, a:hover .hover-bo-l-dotted {
  border-left-style: dotted;
}
.bo-tb-dotted, .hover-bo-tb-dotted:hover, a:hover .hover-bo-tb-dotted {
  border-top-style: dotted;
  border-bottom-style: dotted;
}
.bo-lr-dotted, .hover-bo-lr-dotted:hover, a:hover .hover-bo-lr-dotted {
  border-left-style: dotted;
  border-right-style: dotted;
}
.bo-dashed, .hover-bo-dashed:hover, a:hover .hover-bo-dashed {
  border-style: dashed;
}
.bo-t-dashed, .hover-bo-t-dashed:hover, a:hover .hover-bo-t-dashed {
  border-top-style: dashed;
}
.bo-r-dashed, .hover-bo-r-dashed:hover, a:hover .hover-bo-r-dashed {
  border-right-style: dashed;
}
.bo-b-dashed, .hover-bo-b-dashed:hover, a:hover .hover-bo-b-dashed {
  border-bottom-style: dashed;
}
.bo-l-dashed, .hover-bo-l-dashed:hover, a:hover .hover-bo-l-dashed {
  border-left-style: dashed;
}
.bo-tb-dashed, .hover-bo-tb-dashed:hover, a:hover .hover-bo-tb-dashed {
  border-top-style: dashed;
  border-bottom-style: dashed;
}
.bo-lr-dashed, .hover-bo-lr-dashed:hover, a:hover .hover-bo-lr-dashed {
  border-left-style: dashed;
  border-right-style: dashed;
}
.bo-solid, .hover-bo-solid:hover, a:hover .hover-bo-solid {
  border-style: solid;
}
.bo-t-solid, .hover-bo-t-solid:hover, a:hover .hover-bo-t-solid {
  border-top-style: solid;
}
.bo-r-solid, .hover-bo-r-solid:hover, a:hover .hover-bo-r-solid {
  border-right-style: solid;
}
.bo-b-solid, .hover-bo-b-solid:hover, a:hover .hover-bo-b-solid {
  border-bottom-style: solid;
}
.bo-l-solid, .hover-bo-l-solid:hover, a:hover .hover-bo-l-solid {
  border-left-style: solid;
}
.bo-tb-solid, .hover-bo-tb-solid:hover, a:hover .hover-bo-tb-solid {
  border-top-style: solid;
  border-bottom-style: solid;
}
.bo-lr-solid, .hover-bo-lr-solid:hover, a:hover .hover-bo-lr-solid {
  border-left-style: solid;
  border-right-style: solid;
}
.bo-double, .hover-bo-double:hover, a:hover .hover-bo-double {
  border-style: double;
}
.bo-t-double, .hover-bo-t-double:hover, a:hover .hover-bo-t-double {
  border-top-style: double;
}
.bo-r-double, .hover-bo-r-double:hover, a:hover .hover-bo-r-double {
  border-right-style: double;
}
.bo-b-double, .hover-bo-b-double:hover, a:hover .hover-bo-b-double {
  border-bottom-style: double;
}
.bo-l-double, .hover-bo-l-double:hover, a:hover .hover-bo-l-double {
  border-left-style: double;
}
.bo-tb-double, .hover-bo-tb-double:hover, a:hover .hover-bo-tb-double {
  border-top-style: double;
  border-bottom-style: double;
}
.bo-lr-double, .hover-bo-lr-double:hover, a:hover .hover-bo-lr-double {
  border-left-style: double;
  border-right-style: double;
}
.bo-initial, .hover-bo-initial:hover, a:hover .hover-bo-initial {
  border-style: initial;
}
.bo-t-initial, .hover-bo-t-initial:hover, a:hover .hover-bo-t-initial {
  border-top-style: initial;
}
.bo-r-initial, .hover-bo-r-initial:hover, a:hover .hover-bo-r-initial {
  border-right-style: initial;
}
.bo-b-initial, .hover-bo-b-initial:hover, a:hover .hover-bo-b-initial {
  border-bottom-style: initial;
}
.bo-l-initial, .hover-bo-l-initial:hover, a:hover .hover-bo-l-initial {
  border-left-style: initial;
}
.bo-tb-initial, .hover-bo-tb-initial:hover, a:hover .hover-bo-tb-initial {
  border-top-style: initial;
  border-bottom-style: initial;
}
.bo-lr-initial, .hover-bo-lr-initial:hover, a:hover .hover-bo-lr-initial {
  border-left-style: initial;
  border-right-style: initial;
}
.bo-inherit, .hover-bo-inherit:hover, a:hover .hover-bo-inherit {
  border-style: inherit;
}
.bo-t-inherit, .hover-bo-t-inherit:hover, a:hover .hover-bo-t-inherit {
  border-top-style: inherit;
}
.bo-r-inherit, .hover-bo-r-inherit:hover, a:hover .hover-bo-r-inherit {
  border-right-style: inherit;
}
.bo-b-inherit, .hover-bo-b-inherit:hover, a:hover .hover-bo-b-inherit {
  border-bottom-style: inherit;
}
.bo-l-inherit, .hover-bo-l-inherit:hover, a:hover .hover-bo-l-inherit {
  border-left-style: inherit;
}
.bo-tb-inherit, .hover-bo-tb-inherit:hover, a:hover .hover-bo-tb-inherit {
  border-top-style: inherit;
  border-bottom-style: inherit;
}
.bo-lr-inherit, .hover-bo-lr-inherit:hover, a:hover .hover-bo-lr-inherit {
  border-left-style: inherit;
  border-right-style: inherit;
}
.bo-none {
  border-width: 0px;
}
.bo-t-none {
  border-top-width: 0px;
}
.bo-r-none {
  border-right-width: 0px;
}
.bo-b-none {
  border-bottom-width: 0px;
}
.bo-l-none {
  border-left-width: 0px;
}
.bo-tb-none {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.bo-lr-none {
  border-left-width: 0px;
  border-right-width: 0px;
}
.bo-rad-none {
  border-radius: 0px;
}
.bo-nano {
  border-width: 1px;
}
.bo-t-nano {
  border-top-width: 1px;
}
.bo-r-nano {
  border-right-width: 1px;
}
.bo-b-nano {
  border-bottom-width: 1px;
}
.bo-l-nano {
  border-left-width: 1px;
}
.bo-tb-nano {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.bo-lr-nano {
  border-left-width: 1px;
  border-right-width: 1px;
}
.bo-rad-nano {
  border-radius: 1px;
}
.bo-tiny {
  border-width: 2px;
}
.bo-t-tiny {
  border-top-width: 2px;
}
.bo-r-tiny {
  border-right-width: 2px;
}
.bo-b-tiny {
  border-bottom-width: 2px;
}
.bo-l-tiny {
  border-left-width: 2px;
}
.bo-tb-tiny {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.bo-lr-tiny {
  border-left-width: 2px;
  border-right-width: 2px;
}
.bo-rad-tiny {
  border-radius: 2px;
}
.bo-mini {
  border-width: 3px;
}
.bo-t-mini {
  border-top-width: 3px;
}
.bo-r-mini {
  border-right-width: 3px;
}
.bo-b-mini {
  border-bottom-width: 3px;
}
.bo-l-mini {
  border-left-width: 3px;
}
.bo-tb-mini {
  border-top-width: 3px;
  border-bottom-width: 3px;
}
.bo-lr-mini {
  border-left-width: 3px;
  border-right-width: 3px;
}
.bo-rad-mini {
  border-radius: 3px;
}
.bo-xxs {
  border-width: 4px;
}
.bo-t-xxs {
  border-top-width: 4px;
}
.bo-r-xxs {
  border-right-width: 4px;
}
.bo-b-xxs {
  border-bottom-width: 4px;
}
.bo-l-xxs {
  border-left-width: 4px;
}
.bo-tb-xxs {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.bo-lr-xxs {
  border-left-width: 4px;
  border-right-width: 4px;
}
.bo-rad-xxs {
  border-radius: 4px;
}
.bo-xs {
  border-width: 5px;
}
.bo-t-xs {
  border-top-width: 5px;
}
.bo-r-xs {
  border-right-width: 5px;
}
.bo-b-xs {
  border-bottom-width: 5px;
}
.bo-l-xs {
  border-left-width: 5px;
}
.bo-tb-xs {
  border-top-width: 5px;
  border-bottom-width: 5px;
}
.bo-lr-xs {
  border-left-width: 5px;
  border-right-width: 5px;
}
.bo-rad-xs {
  border-radius: 5px;
}
.bo-xss {
  border-width: 8px;
}
.bo-t-xss {
  border-top-width: 8px;
}
.bo-r-xss {
  border-right-width: 8px;
}
.bo-b-xss {
  border-bottom-width: 8px;
}
.bo-l-xss {
  border-left-width: 8px;
}
.bo-tb-xss {
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.bo-lr-xss {
  border-left-width: 8px;
  border-right-width: 8px;
}
.bo-rad-xss {
  border-radius: 8px;
}
.bo-s {
  border-width: 10px;
}
.bo-t-s {
  border-top-width: 10px;
}
.bo-r-s {
  border-right-width: 10px;
}
.bo-b-s {
  border-bottom-width: 10px;
}
.bo-l-s {
  border-left-width: 10px;
}
.bo-tb-s {
  border-top-width: 10px;
  border-bottom-width: 10px;
}
.bo-lr-s {
  border-left-width: 10px;
  border-right-width: 10px;
}
.bo-rad-s {
  border-radius: 10px;
}
.bo-m {
  border-width: 15px;
}
.bo-t-m {
  border-top-width: 15px;
}
.bo-r-m {
  border-right-width: 15px;
}
.bo-b-m {
  border-bottom-width: 15px;
}
.bo-l-m {
  border-left-width: 15px;
}
.bo-tb-m {
  border-top-width: 15px;
  border-bottom-width: 15px;
}
.bo-lr-m {
  border-left-width: 15px;
  border-right-width: 15px;
}
.bo-rad-m {
  border-radius: 15px;
}
.bo-l {
  border-width: 20px;
}
.bo-t-l {
  border-top-width: 20px;
}
.bo-r-l {
  border-right-width: 20px;
}
.bo-b-l {
  border-bottom-width: 20px;
}
.bo-l-l {
  border-left-width: 20px;
}
.bo-tb-l {
  border-top-width: 20px;
  border-bottom-width: 20px;
}
.bo-lr-l {
  border-left-width: 20px;
  border-right-width: 20px;
}
.bo-rad-l {
  border-radius: 20px;
}
.bo-xl {
  border-width: 25px;
}
.bo-t-xl {
  border-top-width: 25px;
}
.bo-r-xl {
  border-right-width: 25px;
}
.bo-b-xl {
  border-bottom-width: 25px;
}
.bo-l-xl {
  border-left-width: 25px;
}
.bo-tb-xl {
  border-top-width: 25px;
  border-bottom-width: 25px;
}
.bo-lr-xl {
  border-left-width: 25px;
  border-right-width: 25px;
}
.bo-rad-xl {
  border-radius: 25px;
}
.bo-xxl {
  border-width: 30px;
}
.bo-t-xxl {
  border-top-width: 30px;
}
.bo-r-xxl {
  border-right-width: 30px;
}
.bo-b-xxl {
  border-bottom-width: 30px;
}
.bo-l-xxl {
  border-left-width: 30px;
}
.bo-tb-xxl {
  border-top-width: 30px;
  border-bottom-width: 30px;
}
.bo-lr-xxl {
  border-left-width: 30px;
  border-right-width: 30px;
}
.bo-rad-xxl {
  border-radius: 30px;
}
.bo-3xl {
  border-width: 35px;
}
.bo-t-3xl {
  border-top-width: 35px;
}
.bo-r-3xl {
  border-right-width: 35px;
}
.bo-b-3xl {
  border-bottom-width: 35px;
}
.bo-l-3xl {
  border-left-width: 35px;
}
.bo-tb-3xl {
  border-top-width: 35px;
  border-bottom-width: 35px;
}
.bo-lr-3xl {
  border-left-width: 35px;
  border-right-width: 35px;
}
.bo-rad-3xl {
  border-radius: 35px;
}
.bo-4xl {
  border-width: 40px;
}
.bo-t-4xl {
  border-top-width: 40px;
}
.bo-r-4xl {
  border-right-width: 40px;
}
.bo-b-4xl {
  border-bottom-width: 40px;
}
.bo-l-4xl {
  border-left-width: 40px;
}
.bo-tb-4xl {
  border-top-width: 40px;
  border-bottom-width: 40px;
}
.bo-lr-4xl {
  border-left-width: 40px;
  border-right-width: 40px;
}
.bo-rad-4xl {
  border-radius: 40px;
}
.bo-5xl {
  border-width: 50px;
}
.bo-t-5xl {
  border-top-width: 50px;
}
.bo-r-5xl {
  border-right-width: 50px;
}
.bo-b-5xl {
  border-bottom-width: 50px;
}
.bo-l-5xl {
  border-left-width: 50px;
}
.bo-tb-5xl {
  border-top-width: 50px;
  border-bottom-width: 50px;
}
.bo-lr-5xl {
  border-left-width: 50px;
  border-right-width: 50px;
}
.bo-rad-5xl {
  border-radius: 50px;
}
.bo-6xl {
  border-width: 60px;
}
.bo-t-6xl {
  border-top-width: 60px;
}
.bo-r-6xl {
  border-right-width: 60px;
}
.bo-b-6xl {
  border-bottom-width: 60px;
}
.bo-l-6xl {
  border-left-width: 60px;
}
.bo-tb-6xl {
  border-top-width: 60px;
  border-bottom-width: 60px;
}
.bo-lr-6xl {
  border-left-width: 60px;
  border-right-width: 60px;
}
.bo-rad-6xl {
  border-radius: 60px;
}
.bo-7xl {
  border-width: 70px;
}
.bo-t-7xl {
  border-top-width: 70px;
}
.bo-r-7xl {
  border-right-width: 70px;
}
.bo-b-7xl {
  border-bottom-width: 70px;
}
.bo-l-7xl {
  border-left-width: 70px;
}
.bo-tb-7xl {
  border-top-width: 70px;
  border-bottom-width: 70px;
}
.bo-lr-7xl {
  border-left-width: 70px;
  border-right-width: 70px;
}
.bo-rad-7xl {
  border-radius: 70px;
}
.bo-8xl {
  border-width: 80px;
}
.bo-t-8xl {
  border-top-width: 80px;
}
.bo-r-8xl {
  border-right-width: 80px;
}
.bo-b-8xl {
  border-bottom-width: 80px;
}
.bo-l-8xl {
  border-left-width: 80px;
}
.bo-tb-8xl {
  border-top-width: 80px;
  border-bottom-width: 80px;
}
.bo-lr-8xl {
  border-left-width: 80px;
  border-right-width: 80px;
}
.bo-rad-8xl {
  border-radius: 80px;
}
.bo-9xl {
  border-width: 90px;
}
.bo-t-9xl {
  border-top-width: 90px;
}
.bo-r-9xl {
  border-right-width: 90px;
}
.bo-b-9xl {
  border-bottom-width: 90px;
}
.bo-l-9xl {
  border-left-width: 90px;
}
.bo-tb-9xl {
  border-top-width: 90px;
  border-bottom-width: 90px;
}
.bo-lr-9xl {
  border-left-width: 90px;
  border-right-width: 90px;
}
.bo-rad-9xl {
  border-radius: 90px;
}
.bo-big {
  border-width: 100px;
}
.bo-t-big {
  border-top-width: 100px;
}
.bo-r-big {
  border-right-width: 100px;
}
.bo-b-big {
  border-bottom-width: 100px;
}
.bo-l-big {
  border-left-width: 100px;
}
.bo-tb-big {
  border-top-width: 100px;
  border-bottom-width: 100px;
}
.bo-lr-big {
  border-left-width: 100px;
  border-right-width: 100px;
}
.bo-rad-big {
  border-radius: 100px;
}
.bo-big125 {
  border-width: 125px;
}
.bo-t-big125 {
  border-top-width: 125px;
}
.bo-r-big125 {
  border-right-width: 125px;
}
.bo-b-big125 {
  border-bottom-width: 125px;
}
.bo-l-big125 {
  border-left-width: 125px;
}
.bo-tb-big125 {
  border-top-width: 125px;
  border-bottom-width: 125px;
}
.bo-lr-big125 {
  border-left-width: 125px;
  border-right-width: 125px;
}
.bo-rad-big125 {
  border-radius: 125px;
}
.bo-bigger {
  border-width: 150px;
}
.bo-t-bigger {
  border-top-width: 150px;
}
.bo-r-bigger {
  border-right-width: 150px;
}
.bo-b-bigger {
  border-bottom-width: 150px;
}
.bo-l-bigger {
  border-left-width: 150px;
}
.bo-tb-bigger {
  border-top-width: 150px;
  border-bottom-width: 150px;
}
.bo-lr-bigger {
  border-left-width: 150px;
  border-right-width: 150px;
}
.bo-rad-bigger {
  border-radius: 150px;
}
.bo-big2x {
  border-width: 200px;
}
.bo-t-big2x {
  border-top-width: 200px;
}
.bo-r-big2x {
  border-right-width: 200px;
}
.bo-b-big2x {
  border-bottom-width: 200px;
}
.bo-l-big2x {
  border-left-width: 200px;
}
.bo-tb-big2x {
  border-top-width: 200px;
  border-bottom-width: 200px;
}
.bo-lr-big2x {
  border-left-width: 200px;
  border-right-width: 200px;
}
.bo-rad-big2x {
  border-radius: 200px;
}
.bo-mega {
  border-width: 250px;
}
.bo-t-mega {
  border-top-width: 250px;
}
.bo-r-mega {
  border-right-width: 250px;
}
.bo-b-mega {
  border-bottom-width: 250px;
}
.bo-l-mega {
  border-left-width: 250px;
}
.bo-tb-mega {
  border-top-width: 250px;
  border-bottom-width: 250px;
}
.bo-lr-mega {
  border-left-width: 250px;
  border-right-width: 250px;
}
.bo-rad-mega {
  border-radius: 250px;
}
.bo-big3x {
  border-width: 300px;
}
.bo-t-big3x {
  border-top-width: 300px;
}
.bo-r-big3x {
  border-right-width: 300px;
}
.bo-b-big3x {
  border-bottom-width: 300px;
}
.bo-l-big3x {
  border-left-width: 300px;
}
.bo-tb-big3x {
  border-top-width: 300px;
  border-bottom-width: 300px;
}
.bo-lr-big3x {
  border-left-width: 300px;
  border-right-width: 300px;
}
.bo-rad-big3x {
  border-radius: 300px;
}
.bo-big35x {
  border-width: 350px;
}
.bo-t-big35x {
  border-top-width: 350px;
}
.bo-r-big35x {
  border-right-width: 350px;
}
.bo-b-big35x {
  border-bottom-width: 350px;
}
.bo-l-big35x {
  border-left-width: 350px;
}
.bo-tb-big35x {
  border-top-width: 350px;
  border-bottom-width: 350px;
}
.bo-lr-big35x {
  border-left-width: 350px;
  border-right-width: 350px;
}
.bo-rad-big35x {
  border-radius: 350px;
}
.bo-big4x {
  border-width: 400px;
}
.bo-t-big4x {
  border-top-width: 400px;
}
.bo-r-big4x {
  border-right-width: 400px;
}
.bo-b-big4x {
  border-bottom-width: 400px;
}
.bo-l-big4x {
  border-left-width: 400px;
}
.bo-tb-big4x {
  border-top-width: 400px;
  border-bottom-width: 400px;
}
.bo-lr-big4x {
  border-left-width: 400px;
  border-right-width: 400px;
}
.bo-rad-big4x {
  border-radius: 400px;
}
.bo-big45x {
  border-width: 450px;
}
.bo-t-big45x {
  border-top-width: 450px;
}
.bo-r-big45x {
  border-right-width: 450px;
}
.bo-b-big45x {
  border-bottom-width: 450px;
}
.bo-l-big45x {
  border-left-width: 450px;
}
.bo-tb-big45x {
  border-top-width: 450px;
  border-bottom-width: 450px;
}
.bo-lr-big45x {
  border-left-width: 450px;
  border-right-width: 450px;
}
.bo-rad-big45x {
  border-radius: 450px;
}
.bo-big5x {
  border-width: 500px;
}
.bo-t-big5x {
  border-top-width: 500px;
}
.bo-r-big5x {
  border-right-width: 500px;
}
.bo-b-big5x {
  border-bottom-width: 500px;
}
.bo-l-big5x {
  border-left-width: 500px;
}
.bo-tb-big5x {
  border-top-width: 500px;
  border-bottom-width: 500px;
}
.bo-lr-big5x {
  border-left-width: 500px;
  border-right-width: 500px;
}
.bo-rad-big5x {
  border-radius: 500px;
}
.bo-big55x {
  border-width: 550px;
}
.bo-t-big55x {
  border-top-width: 550px;
}
.bo-r-big55x {
  border-right-width: 550px;
}
.bo-b-big55x {
  border-bottom-width: 550px;
}
.bo-l-big55x {
  border-left-width: 550px;
}
.bo-tb-big55x {
  border-top-width: 550px;
  border-bottom-width: 550px;
}
.bo-lr-big55x {
  border-left-width: 550px;
  border-right-width: 550px;
}
.bo-rad-big55x {
  border-radius: 550px;
}
.bo-big6x {
  border-width: 600px;
}
.bo-t-big6x {
  border-top-width: 600px;
}
.bo-r-big6x {
  border-right-width: 600px;
}
.bo-b-big6x {
  border-bottom-width: 600px;
}
.bo-l-big6x {
  border-left-width: 600px;
}
.bo-tb-big6x {
  border-top-width: 600px;
  border-bottom-width: 600px;
}
.bo-lr-big6x {
  border-left-width: 600px;
  border-right-width: 600px;
}
.bo-rad-big6x {
  border-radius: 600px;
}
.bo-big65x {
  border-width: 650px;
}
.bo-t-big65x {
  border-top-width: 650px;
}
.bo-r-big65x {
  border-right-width: 650px;
}
.bo-b-big65x {
  border-bottom-width: 650px;
}
.bo-l-big65x {
  border-left-width: 650px;
}
.bo-tb-big65x {
  border-top-width: 650px;
  border-bottom-width: 650px;
}
.bo-lr-big65x {
  border-left-width: 650px;
  border-right-width: 650px;
}
.bo-rad-big65x {
  border-radius: 650px;
}
.bo-big7x {
  border-width: 700px;
}
.bo-t-big7x {
  border-top-width: 700px;
}
.bo-r-big7x {
  border-right-width: 700px;
}
.bo-b-big7x {
  border-bottom-width: 700px;
}
.bo-l-big7x {
  border-left-width: 700px;
}
.bo-tb-big7x {
  border-top-width: 700px;
  border-bottom-width: 700px;
}
.bo-lr-big7x {
  border-left-width: 700px;
  border-right-width: 700px;
}
.bo-rad-big7x {
  border-radius: 700px;
}
.bo-big75x {
  border-width: 750px;
}
.bo-t-big75x {
  border-top-width: 750px;
}
.bo-r-big75x {
  border-right-width: 750px;
}
.bo-b-big75x {
  border-bottom-width: 750px;
}
.bo-l-big75x {
  border-left-width: 750px;
}
.bo-tb-big75x {
  border-top-width: 750px;
  border-bottom-width: 750px;
}
.bo-lr-big75x {
  border-left-width: 750px;
  border-right-width: 750px;
}
.bo-rad-big75x {
  border-radius: 750px;
}
.bo-full {
  border-width: 100%;
}
.bo-t-full {
  border-top-width: 100%;
}
.bo-r-full {
  border-right-width: 100%;
}
.bo-b-full {
  border-bottom-width: 100%;
}
.bo-l-full {
  border-left-width: 100%;
}
.bo-tb-full {
  border-top-width: 100%;
  border-bottom-width: 100%;
}
.bo-lr-full {
  border-left-width: 100%;
  border-right-width: 100%;
}
.bo-rad-full {
  border-radius: 100%;
}
.bo-half {
  border-width: 50%;
}
.bo-t-half {
  border-top-width: 50%;
}
.bo-r-half {
  border-right-width: 50%;
}
.bo-b-half {
  border-bottom-width: 50%;
}
.bo-l-half {
  border-left-width: 50%;
}
.bo-tb-half {
  border-top-width: 50%;
  border-bottom-width: 50%;
}
.bo-lr-half {
  border-left-width: 50%;
  border-right-width: 50%;
}
.bo-rad-half {
  border-radius: 50%;
}
.bo-quarter {
  border-width: 25%;
}
.bo-t-quarter {
  border-top-width: 25%;
}
.bo-r-quarter {
  border-right-width: 25%;
}
.bo-b-quarter {
  border-bottom-width: 25%;
}
.bo-l-quarter {
  border-left-width: 25%;
}
.bo-tb-quarter {
  border-top-width: 25%;
  border-bottom-width: 25%;
}
.bo-lr-quarter {
  border-left-width: 25%;
  border-right-width: 25%;
}
.bo-rad-quarter {
  border-radius: 25%;
}
.bo-third {
  border-width: 33.33%;
}
.bo-t-third {
  border-top-width: 33.33%;
}
.bo-r-third {
  border-right-width: 33.33%;
}
.bo-b-third {
  border-bottom-width: 33.33%;
}
.bo-l-third {
  border-left-width: 33.33%;
}
.bo-tb-third {
  border-top-width: 33.33%;
  border-bottom-width: 33.33%;
}
.bo-lr-third {
  border-left-width: 33.33%;
  border-right-width: 33.33%;
}
.bo-rad-third {
  border-radius: 33.33%;
}
.bo-two-third {
  border-width: 66.67%;
}
.bo-t-two-third {
  border-top-width: 66.67%;
}
.bo-r-two-third {
  border-right-width: 66.67%;
}
.bo-b-two-third {
  border-bottom-width: 66.67%;
}
.bo-l-two-third {
  border-left-width: 66.67%;
}
.bo-tb-two-third {
  border-top-width: 66.67%;
  border-bottom-width: 66.67%;
}
.bo-lr-two-third {
  border-left-width: 66.67%;
  border-right-width: 66.67%;
}
.bo-rad-two-third {
  border-radius: 66.67%;
}
.bo-5pc {
  border-width: 5%;
}
.bo-t-5pc {
  border-top-width: 5%;
}
.bo-r-5pc {
  border-right-width: 5%;
}
.bo-b-5pc {
  border-bottom-width: 5%;
}
.bo-l-5pc {
  border-left-width: 5%;
}
.bo-tb-5pc {
  border-top-width: 5%;
  border-bottom-width: 5%;
}
.bo-lr-5pc {
  border-left-width: 5%;
  border-right-width: 5%;
}
.bo-rad-5pc {
  border-radius: 5%;
}
.bo-10pc {
  border-width: 10%;
}
.bo-t-10pc {
  border-top-width: 10%;
}
.bo-r-10pc {
  border-right-width: 10%;
}
.bo-b-10pc {
  border-bottom-width: 10%;
}
.bo-l-10pc {
  border-left-width: 10%;
}
.bo-tb-10pc {
  border-top-width: 10%;
  border-bottom-width: 10%;
}
.bo-lr-10pc {
  border-left-width: 10%;
  border-right-width: 10%;
}
.bo-rad-10pc {
  border-radius: 10%;
}
.bo-15pc {
  border-width: 15%;
}
.bo-t-15pc {
  border-top-width: 15%;
}
.bo-r-15pc {
  border-right-width: 15%;
}
.bo-b-15pc {
  border-bottom-width: 15%;
}
.bo-l-15pc {
  border-left-width: 15%;
}
.bo-tb-15pc {
  border-top-width: 15%;
  border-bottom-width: 15%;
}
.bo-lr-15pc {
  border-left-width: 15%;
  border-right-width: 15%;
}
.bo-rad-15pc {
  border-radius: 15%;
}
.bo-16pc {
  border-width: 16.665%;
}
.bo-t-16pc {
  border-top-width: 16.665%;
}
.bo-r-16pc {
  border-right-width: 16.665%;
}
.bo-b-16pc {
  border-bottom-width: 16.665%;
}
.bo-l-16pc {
  border-left-width: 16.665%;
}
.bo-tb-16pc {
  border-top-width: 16.665%;
  border-bottom-width: 16.665%;
}
.bo-lr-16pc {
  border-left-width: 16.665%;
  border-right-width: 16.665%;
}
.bo-rad-16pc {
  border-radius: 16.665%;
}
.bo-20pc {
  border-width: 20%;
}
.bo-t-20pc {
  border-top-width: 20%;
}
.bo-r-20pc {
  border-right-width: 20%;
}
.bo-b-20pc {
  border-bottom-width: 20%;
}
.bo-l-20pc {
  border-left-width: 20%;
}
.bo-tb-20pc {
  border-top-width: 20%;
  border-bottom-width: 20%;
}
.bo-lr-20pc {
  border-left-width: 20%;
  border-right-width: 20%;
}
.bo-rad-20pc {
  border-radius: 20%;
}
.bo-33pc {
  border-width: 33.33%;
}
.bo-t-33pc {
  border-top-width: 33.33%;
}
.bo-r-33pc {
  border-right-width: 33.33%;
}
.bo-b-33pc {
  border-bottom-width: 33.33%;
}
.bo-l-33pc {
  border-left-width: 33.33%;
}
.bo-tb-33pc {
  border-top-width: 33.33%;
  border-bottom-width: 33.33%;
}
.bo-lr-33pc {
  border-left-width: 33.33%;
  border-right-width: 33.33%;
}
.bo-rad-33pc {
  border-radius: 33.33%;
}
.bo-66pc {
  border-width: 66.67%;
}
.bo-t-66pc {
  border-top-width: 66.67%;
}
.bo-r-66pc {
  border-right-width: 66.67%;
}
.bo-b-66pc {
  border-bottom-width: 66.67%;
}
.bo-l-66pc {
  border-left-width: 66.67%;
}
.bo-tb-66pc {
  border-top-width: 66.67%;
  border-bottom-width: 66.67%;
}
.bo-lr-66pc {
  border-left-width: 66.67%;
  border-right-width: 66.67%;
}
.bo-rad-66pc {
  border-radius: 66.67%;
}
.bo-30pc {
  border-width: 30%;
}
.bo-t-30pc {
  border-top-width: 30%;
}
.bo-r-30pc {
  border-right-width: 30%;
}
.bo-b-30pc {
  border-bottom-width: 30%;
}
.bo-l-30pc {
  border-left-width: 30%;
}
.bo-tb-30pc {
  border-top-width: 30%;
  border-bottom-width: 30%;
}
.bo-lr-30pc {
  border-left-width: 30%;
  border-right-width: 30%;
}
.bo-rad-30pc {
  border-radius: 30%;
}
.bo-40pc {
  border-width: 40%;
}
.bo-t-40pc {
  border-top-width: 40%;
}
.bo-r-40pc {
  border-right-width: 40%;
}
.bo-b-40pc {
  border-bottom-width: 40%;
}
.bo-l-40pc {
  border-left-width: 40%;
}
.bo-tb-40pc {
  border-top-width: 40%;
  border-bottom-width: 40%;
}
.bo-lr-40pc {
  border-left-width: 40%;
  border-right-width: 40%;
}
.bo-rad-40pc {
  border-radius: 40%;
}
.bo-60pc {
  border-width: 60%;
}
.bo-t-60pc {
  border-top-width: 60%;
}
.bo-r-60pc {
  border-right-width: 60%;
}
.bo-b-60pc {
  border-bottom-width: 60%;
}
.bo-l-60pc {
  border-left-width: 60%;
}
.bo-tb-60pc {
  border-top-width: 60%;
  border-bottom-width: 60%;
}
.bo-lr-60pc {
  border-left-width: 60%;
  border-right-width: 60%;
}
.bo-rad-60pc {
  border-radius: 60%;
}
.bo-70pc {
  border-width: 70%;
}
.bo-t-70pc {
  border-top-width: 70%;
}
.bo-r-70pc {
  border-right-width: 70%;
}
.bo-b-70pc {
  border-bottom-width: 70%;
}
.bo-l-70pc {
  border-left-width: 70%;
}
.bo-tb-70pc {
  border-top-width: 70%;
  border-bottom-width: 70%;
}
.bo-lr-70pc {
  border-left-width: 70%;
  border-right-width: 70%;
}
.bo-rad-70pc {
  border-radius: 70%;
}
.bo-80pc {
  border-width: 80%;
}
.bo-t-80pc {
  border-top-width: 80%;
}
.bo-r-80pc {
  border-right-width: 80%;
}
.bo-b-80pc {
  border-bottom-width: 80%;
}
.bo-l-80pc {
  border-left-width: 80%;
}
.bo-tb-80pc {
  border-top-width: 80%;
  border-bottom-width: 80%;
}
.bo-lr-80pc {
  border-left-width: 80%;
  border-right-width: 80%;
}
.bo-rad-80pc {
  border-radius: 80%;
}
.bo-90pc {
  border-width: 90%;
}
.bo-t-90pc {
  border-top-width: 90%;
}
.bo-r-90pc {
  border-right-width: 90%;
}
.bo-b-90pc {
  border-bottom-width: 90%;
}
.bo-l-90pc {
  border-left-width: 90%;
}
.bo-tb-90pc {
  border-top-width: 90%;
  border-bottom-width: 90%;
}
.bo-lr-90pc {
  border-left-width: 90%;
  border-right-width: 90%;
}
.bo-rad-90pc {
  border-radius: 90%;
}
.dim-w-none {
  width: 0px;
}
.dim-h-none {
  height: 0px;
}
.dim-minw-none {
  min-width: 0px;
}
.dim-minh-none {
  min-height: 0px;
}
.dim-maxw-none {
  max-width: 0px;
}
.dim-maxh-none {
  max-height: 0px;
}
.dim-w-nano {
  width: 1px;
}
.dim-h-nano {
  height: 1px;
}
.dim-minw-nano {
  min-width: 1px;
}
.dim-minh-nano {
  min-height: 1px;
}
.dim-maxw-nano {
  max-width: 1px;
}
.dim-maxh-nano {
  max-height: 1px;
}
.dim-w-tiny {
  width: 2px;
}
.dim-h-tiny {
  height: 2px;
}
.dim-minw-tiny {
  min-width: 2px;
}
.dim-minh-tiny {
  min-height: 2px;
}
.dim-maxw-tiny {
  max-width: 2px;
}
.dim-maxh-tiny {
  max-height: 2px;
}
.dim-w-mini {
  width: 3px;
}
.dim-h-mini {
  height: 3px;
}
.dim-minw-mini {
  min-width: 3px;
}
.dim-minh-mini {
  min-height: 3px;
}
.dim-maxw-mini {
  max-width: 3px;
}
.dim-maxh-mini {
  max-height: 3px;
}
.dim-w-xxs {
  width: 4px;
}
.dim-h-xxs {
  height: 4px;
}
.dim-minw-xxs {
  min-width: 4px;
}
.dim-minh-xxs {
  min-height: 4px;
}
.dim-maxw-xxs {
  max-width: 4px;
}
.dim-maxh-xxs {
  max-height: 4px;
}
.dim-w-xs {
  width: 5px;
}
.dim-h-xs {
  height: 5px;
}
.dim-minw-xs {
  min-width: 5px;
}
.dim-minh-xs {
  min-height: 5px;
}
.dim-maxw-xs {
  max-width: 5px;
}
.dim-maxh-xs {
  max-height: 5px;
}
.dim-w-xss {
  width: 8px;
}
.dim-h-xss {
  height: 8px;
}
.dim-minw-xss {
  min-width: 8px;
}
.dim-minh-xss {
  min-height: 8px;
}
.dim-maxw-xss {
  max-width: 8px;
}
.dim-maxh-xss {
  max-height: 8px;
}
.dim-w-s {
  width: 10px;
}
.dim-h-s {
  height: 10px;
}
.dim-minw-s {
  min-width: 10px;
}
.dim-minh-s {
  min-height: 10px;
}
.dim-maxw-s {
  max-width: 10px;
}
.dim-maxh-s {
  max-height: 10px;
}
.dim-w-m {
  width: 15px;
}
.dim-h-m {
  height: 15px;
}
.dim-minw-m {
  min-width: 15px;
}
.dim-minh-m {
  min-height: 15px;
}
.dim-maxw-m {
  max-width: 15px;
}
.dim-maxh-m {
  max-height: 15px;
}
.dim-w-l {
  width: 20px;
}
.dim-h-l {
  height: 20px;
}
.dim-minw-l {
  min-width: 20px;
}
.dim-minh-l {
  min-height: 20px;
}
.dim-maxw-l {
  max-width: 20px;
}
.dim-maxh-l {
  max-height: 20px;
}
.dim-w-xl {
  width: 25px;
}
.dim-h-xl {
  height: 25px;
}
.dim-minw-xl {
  min-width: 25px;
}
.dim-minh-xl {
  min-height: 25px;
}
.dim-maxw-xl {
  max-width: 25px;
}
.dim-maxh-xl {
  max-height: 25px;
}
.dim-w-xxl {
  width: 30px;
}
.dim-h-xxl {
  height: 30px;
}
.dim-minw-xxl {
  min-width: 30px;
}
.dim-minh-xxl {
  min-height: 30px;
}
.dim-maxw-xxl {
  max-width: 30px;
}
.dim-maxh-xxl {
  max-height: 30px;
}
.dim-w-3xl {
  width: 35px;
}
.dim-h-3xl {
  height: 35px;
}
.dim-minw-3xl {
  min-width: 35px;
}
.dim-minh-3xl {
  min-height: 35px;
}
.dim-maxw-3xl {
  max-width: 35px;
}
.dim-maxh-3xl {
  max-height: 35px;
}
.dim-w-4xl {
  width: 40px;
}
.dim-h-4xl {
  height: 40px;
}
.dim-minw-4xl {
  min-width: 40px;
}
.dim-minh-4xl {
  min-height: 40px;
}
.dim-maxw-4xl {
  max-width: 40px;
}
.dim-maxh-4xl {
  max-height: 40px;
}
.dim-w-5xl {
  width: 50px;
}
.dim-h-5xl {
  height: 50px;
}
.dim-minw-5xl {
  min-width: 50px;
}
.dim-minh-5xl {
  min-height: 50px;
}
.dim-maxw-5xl {
  max-width: 50px;
}
.dim-maxh-5xl {
  max-height: 50px;
}
.dim-w-6xl {
  width: 60px;
}
.dim-h-6xl {
  height: 60px;
}
.dim-minw-6xl {
  min-width: 60px;
}
.dim-minh-6xl {
  min-height: 60px;
}
.dim-maxw-6xl {
  max-width: 60px;
}
.dim-maxh-6xl {
  max-height: 60px;
}
.dim-w-7xl {
  width: 70px;
}
.dim-h-7xl {
  height: 70px;
}
.dim-minw-7xl {
  min-width: 70px;
}
.dim-minh-7xl {
  min-height: 70px;
}
.dim-maxw-7xl {
  max-width: 70px;
}
.dim-maxh-7xl {
  max-height: 70px;
}
.dim-w-8xl {
  width: 80px;
}
.dim-h-8xl {
  height: 80px;
}
.dim-minw-8xl {
  min-width: 80px;
}
.dim-minh-8xl {
  min-height: 80px;
}
.dim-maxw-8xl {
  max-width: 80px;
}
.dim-maxh-8xl {
  max-height: 80px;
}
.dim-w-9xl {
  width: 90px;
}
.dim-h-9xl {
  height: 90px;
}
.dim-minw-9xl {
  min-width: 90px;
}
.dim-minh-9xl {
  min-height: 90px;
}
.dim-maxw-9xl {
  max-width: 90px;
}
.dim-maxh-9xl {
  max-height: 90px;
}
.dim-w-big {
  width: 100px;
}
.dim-h-big {
  height: 100px;
}
.dim-minw-big {
  min-width: 100px;
}
.dim-minh-big {
  min-height: 100px;
}
.dim-maxw-big {
  max-width: 100px;
}
.dim-maxh-big {
  max-height: 100px;
}
.dim-w-big125 {
  width: 125px;
}
.dim-h-big125 {
  height: 125px;
}
.dim-minw-big125 {
  min-width: 125px;
}
.dim-minh-big125 {
  min-height: 125px;
}
.dim-maxw-big125 {
  max-width: 125px;
}
.dim-maxh-big125 {
  max-height: 125px;
}
.dim-w-bigger {
  width: 150px;
}
.dim-h-bigger {
  height: 150px;
}
.dim-minw-bigger {
  min-width: 150px;
}
.dim-minh-bigger {
  min-height: 150px;
}
.dim-maxw-bigger {
  max-width: 150px;
}
.dim-maxh-bigger {
  max-height: 150px;
}
.dim-w-big2x {
  width: 200px;
}
.dim-h-big2x {
  height: 200px;
}
.dim-minw-big2x {
  min-width: 200px;
}
.dim-minh-big2x {
  min-height: 200px;
}
.dim-maxw-big2x {
  max-width: 200px;
}
.dim-maxh-big2x {
  max-height: 200px;
}
.dim-w-mega {
  width: 250px;
}
.dim-h-mega {
  height: 250px;
}
.dim-minw-mega {
  min-width: 250px;
}
.dim-minh-mega {
  min-height: 250px;
}
.dim-maxw-mega {
  max-width: 250px;
}
.dim-maxh-mega {
  max-height: 250px;
}
.dim-w-big3x {
  width: 300px;
}
.dim-h-big3x {
  height: 300px;
}
.dim-minw-big3x {
  min-width: 300px;
}
.dim-minh-big3x {
  min-height: 300px;
}
.dim-maxw-big3x {
  max-width: 300px;
}
.dim-maxh-big3x {
  max-height: 300px;
}
.dim-w-big35x {
  width: 350px;
}
.dim-h-big35x {
  height: 350px;
}
.dim-minw-big35x {
  min-width: 350px;
}
.dim-minh-big35x {
  min-height: 350px;
}
.dim-maxw-big35x {
  max-width: 350px;
}
.dim-maxh-big35x {
  max-height: 350px;
}
.dim-w-big4x {
  width: 400px;
}
.dim-h-big4x {
  height: 400px;
}
.dim-minw-big4x {
  min-width: 400px;
}
.dim-minh-big4x {
  min-height: 400px;
}
.dim-maxw-big4x {
  max-width: 400px;
}
.dim-maxh-big4x {
  max-height: 400px;
}
.dim-w-big45x {
  width: 450px;
}
.dim-h-big45x {
  height: 450px;
}
.dim-minw-big45x {
  min-width: 450px;
}
.dim-minh-big45x {
  min-height: 450px;
}
.dim-maxw-big45x {
  max-width: 450px;
}
.dim-maxh-big45x {
  max-height: 450px;
}
.dim-w-big5x {
  width: 500px;
}
.dim-h-big5x {
  height: 500px;
}
.dim-minw-big5x {
  min-width: 500px;
}
.dim-minh-big5x {
  min-height: 500px;
}
.dim-maxw-big5x {
  max-width: 500px;
}
.dim-maxh-big5x {
  max-height: 500px;
}
.dim-w-big55x {
  width: 550px;
}
.dim-h-big55x {
  height: 550px;
}
.dim-minw-big55x {
  min-width: 550px;
}
.dim-minh-big55x {
  min-height: 550px;
}
.dim-maxw-big55x {
  max-width: 550px;
}
.dim-maxh-big55x {
  max-height: 550px;
}
.dim-w-big6x {
  width: 600px;
}
.dim-h-big6x {
  height: 600px;
}
.dim-minw-big6x {
  min-width: 600px;
}
.dim-minh-big6x {
  min-height: 600px;
}
.dim-maxw-big6x {
  max-width: 600px;
}
.dim-maxh-big6x {
  max-height: 600px;
}
.dim-w-big65x {
  width: 650px;
}
.dim-h-big65x {
  height: 650px;
}
.dim-minw-big65x {
  min-width: 650px;
}
.dim-minh-big65x {
  min-height: 650px;
}
.dim-maxw-big65x {
  max-width: 650px;
}
.dim-maxh-big65x {
  max-height: 650px;
}
.dim-w-big7x {
  width: 700px;
}
.dim-h-big7x {
  height: 700px;
}
.dim-minw-big7x {
  min-width: 700px;
}
.dim-minh-big7x {
  min-height: 700px;
}
.dim-maxw-big7x {
  max-width: 700px;
}
.dim-maxh-big7x {
  max-height: 700px;
}
.dim-w-big75x {
  width: 750px;
}
.dim-h-big75x {
  height: 750px;
}
.dim-minw-big75x {
  min-width: 750px;
}
.dim-minh-big75x {
  min-height: 750px;
}
.dim-maxw-big75x {
  max-width: 750px;
}
.dim-maxh-big75x {
  max-height: 750px;
}
.dim-w-full {
  width: 100%;
}
.dim-h-full {
  height: 100%;
}
.dim-minw-full {
  min-width: 100%;
}
.dim-minh-full {
  min-height: 100%;
}
.dim-maxw-full {
  max-width: 100%;
}
.dim-maxh-full {
  max-height: 100%;
}
.dim-w-half {
  width: 50%;
}
.dim-h-half {
  height: 50%;
}
.dim-minw-half {
  min-width: 50%;
}
.dim-minh-half {
  min-height: 50%;
}
.dim-maxw-half {
  max-width: 50%;
}
.dim-maxh-half {
  max-height: 50%;
}
.dim-w-quarter {
  width: 25%;
}
.dim-h-quarter {
  height: 25%;
}
.dim-minw-quarter {
  min-width: 25%;
}
.dim-minh-quarter {
  min-height: 25%;
}
.dim-maxw-quarter {
  max-width: 25%;
}
.dim-maxh-quarter {
  max-height: 25%;
}
.dim-w-third {
  width: 33.33%;
}
.dim-h-third {
  height: 33.33%;
}
.dim-minw-third {
  min-width: 33.33%;
}
.dim-minh-third {
  min-height: 33.33%;
}
.dim-maxw-third {
  max-width: 33.33%;
}
.dim-maxh-third {
  max-height: 33.33%;
}
.dim-w-two-third {
  width: 66.67%;
}
.dim-h-two-third {
  height: 66.67%;
}
.dim-minw-two-third {
  min-width: 66.67%;
}
.dim-minh-two-third {
  min-height: 66.67%;
}
.dim-maxw-two-third {
  max-width: 66.67%;
}
.dim-maxh-two-third {
  max-height: 66.67%;
}
.dim-w-5pc {
  width: 5%;
}
.dim-h-5pc {
  height: 5%;
}
.dim-minw-5pc {
  min-width: 5%;
}
.dim-minh-5pc {
  min-height: 5%;
}
.dim-maxw-5pc {
  max-width: 5%;
}
.dim-maxh-5pc {
  max-height: 5%;
}
.dim-w-10pc {
  width: 10%;
}
.dim-h-10pc {
  height: 10%;
}
.dim-minw-10pc {
  min-width: 10%;
}
.dim-minh-10pc {
  min-height: 10%;
}
.dim-maxw-10pc {
  max-width: 10%;
}
.dim-maxh-10pc {
  max-height: 10%;
}
.dim-w-15pc {
  width: 15%;
}
.dim-h-15pc {
  height: 15%;
}
.dim-minw-15pc {
  min-width: 15%;
}
.dim-minh-15pc {
  min-height: 15%;
}
.dim-maxw-15pc {
  max-width: 15%;
}
.dim-maxh-15pc {
  max-height: 15%;
}
.dim-w-16pc {
  width: 16.665%;
}
.dim-h-16pc {
  height: 16.665%;
}
.dim-minw-16pc {
  min-width: 16.665%;
}
.dim-minh-16pc {
  min-height: 16.665%;
}
.dim-maxw-16pc {
  max-width: 16.665%;
}
.dim-maxh-16pc {
  max-height: 16.665%;
}
.dim-w-20pc {
  width: 20%;
}
.dim-h-20pc {
  height: 20%;
}
.dim-minw-20pc {
  min-width: 20%;
}
.dim-minh-20pc {
  min-height: 20%;
}
.dim-maxw-20pc {
  max-width: 20%;
}
.dim-maxh-20pc {
  max-height: 20%;
}
.dim-w-33pc {
  width: 33.33%;
}
.dim-h-33pc {
  height: 33.33%;
}
.dim-minw-33pc {
  min-width: 33.33%;
}
.dim-minh-33pc {
  min-height: 33.33%;
}
.dim-maxw-33pc {
  max-width: 33.33%;
}
.dim-maxh-33pc {
  max-height: 33.33%;
}
.dim-w-66pc {
  width: 66.67%;
}
.dim-h-66pc {
  height: 66.67%;
}
.dim-minw-66pc {
  min-width: 66.67%;
}
.dim-minh-66pc {
  min-height: 66.67%;
}
.dim-maxw-66pc {
  max-width: 66.67%;
}
.dim-maxh-66pc {
  max-height: 66.67%;
}
.dim-w-30pc {
  width: 30%;
}
.dim-h-30pc {
  height: 30%;
}
.dim-minw-30pc {
  min-width: 30%;
}
.dim-minh-30pc {
  min-height: 30%;
}
.dim-maxw-30pc {
  max-width: 30%;
}
.dim-maxh-30pc {
  max-height: 30%;
}
.dim-w-40pc {
  width: 40%;
}
.dim-h-40pc {
  height: 40%;
}
.dim-minw-40pc {
  min-width: 40%;
}
.dim-minh-40pc {
  min-height: 40%;
}
.dim-maxw-40pc {
  max-width: 40%;
}
.dim-maxh-40pc {
  max-height: 40%;
}
.dim-w-60pc {
  width: 60%;
}
.dim-h-60pc {
  height: 60%;
}
.dim-minw-60pc {
  min-width: 60%;
}
.dim-minh-60pc {
  min-height: 60%;
}
.dim-maxw-60pc {
  max-width: 60%;
}
.dim-maxh-60pc {
  max-height: 60%;
}
.dim-w-70pc {
  width: 70%;
}
.dim-h-70pc {
  height: 70%;
}
.dim-minw-70pc {
  min-width: 70%;
}
.dim-minh-70pc {
  min-height: 70%;
}
.dim-maxw-70pc {
  max-width: 70%;
}
.dim-maxh-70pc {
  max-height: 70%;
}
.dim-w-80pc {
  width: 80%;
}
.dim-h-80pc {
  height: 80%;
}
.dim-minw-80pc {
  min-width: 80%;
}
.dim-minh-80pc {
  min-height: 80%;
}
.dim-maxw-80pc {
  max-width: 80%;
}
.dim-maxh-80pc {
  max-height: 80%;
}
.dim-w-90pc {
  width: 90%;
}
.dim-h-90pc {
  height: 90%;
}
.dim-minw-90pc {
  min-width: 90%;
}
.dim-minh-90pc {
  min-height: 90%;
}
.dim-maxw-90pc {
  max-width: 90%;
}
.dim-maxh-90pc {
  max-height: 90%;
}
.dim-w-pc-auto {
  width: "auto";
}
.dim-h-pc-auto {
  height: "auto";
}
.dim-minw-pc-auto {
  min-width: "auto";
}
.dim-minh-pc-auto {
  min-height: "auto";
}
.dim-maxw-pc-auto {
  max-width: "auto";
}
.dim-maxh-pc-auto {
  max-height: "auto";
}
.dim-w-pc-0 {
  width: 0%;
}
.dim-h-pc-0 {
  height: 0%;
}
.dim-minw-pc-0 {
  min-width: 0%;
}
.dim-minh-pc-0 {
  min-height: 0%;
}
.dim-maxw-pc-0 {
  max-width: 0%;
}
.dim-maxh-pc-0 {
  max-height: 0%;
}
.dim-w-pc-10 {
  width: 10%;
}
.dim-h-pc-10 {
  height: 10%;
}
.dim-minw-pc-10 {
  min-width: 10%;
}
.dim-minh-pc-10 {
  min-height: 10%;
}
.dim-maxw-pc-10 {
  max-width: 10%;
}
.dim-maxh-pc-10 {
  max-height: 10%;
}
.dim-w-pc-20 {
  width: 20%;
}
.dim-h-pc-20 {
  height: 20%;
}
.dim-minw-pc-20 {
  min-width: 20%;
}
.dim-minh-pc-20 {
  min-height: 20%;
}
.dim-maxw-pc-20 {
  max-width: 20%;
}
.dim-maxh-pc-20 {
  max-height: 20%;
}
.dim-w-pc-25 {
  width: 25%;
}
.dim-h-pc-25 {
  height: 25%;
}
.dim-minw-pc-25 {
  min-width: 25%;
}
.dim-minh-pc-25 {
  min-height: 25%;
}
.dim-maxw-pc-25 {
  max-width: 25%;
}
.dim-maxh-pc-25 {
  max-height: 25%;
}
.dim-w-pc-30 {
  width: 30%;
}
.dim-h-pc-30 {
  height: 30%;
}
.dim-minw-pc-30 {
  min-width: 30%;
}
.dim-minh-pc-30 {
  min-height: 30%;
}
.dim-maxw-pc-30 {
  max-width: 30%;
}
.dim-maxh-pc-30 {
  max-height: 30%;
}
.dim-w-pc-33 {
  width: 33.33%;
}
.dim-h-pc-33 {
  height: 33.33%;
}
.dim-minw-pc-33 {
  min-width: 33.33%;
}
.dim-minh-pc-33 {
  min-height: 33.33%;
}
.dim-maxw-pc-33 {
  max-width: 33.33%;
}
.dim-maxh-pc-33 {
  max-height: 33.33%;
}
.dim-w-pc-40 {
  width: 40%;
}
.dim-h-pc-40 {
  height: 40%;
}
.dim-minw-pc-40 {
  min-width: 40%;
}
.dim-minh-pc-40 {
  min-height: 40%;
}
.dim-maxw-pc-40 {
  max-width: 40%;
}
.dim-maxh-pc-40 {
  max-height: 40%;
}
.dim-w-pc-50 {
  width: 50%;
}
.dim-h-pc-50 {
  height: 50%;
}
.dim-minw-pc-50 {
  min-width: 50%;
}
.dim-minh-pc-50 {
  min-height: 50%;
}
.dim-maxw-pc-50 {
  max-width: 50%;
}
.dim-maxh-pc-50 {
  max-height: 50%;
}
.dim-w-pc-60 {
  width: 60%;
}
.dim-h-pc-60 {
  height: 60%;
}
.dim-minw-pc-60 {
  min-width: 60%;
}
.dim-minh-pc-60 {
  min-height: 60%;
}
.dim-maxw-pc-60 {
  max-width: 60%;
}
.dim-maxh-pc-60 {
  max-height: 60%;
}
.dim-w-pc-70 {
  width: 70%;
}
.dim-h-pc-70 {
  height: 70%;
}
.dim-minw-pc-70 {
  min-width: 70%;
}
.dim-minh-pc-70 {
  min-height: 70%;
}
.dim-maxw-pc-70 {
  max-width: 70%;
}
.dim-maxh-pc-70 {
  max-height: 70%;
}
.dim-w-pc-75 {
  width: 75%;
}
.dim-h-pc-75 {
  height: 75%;
}
.dim-minw-pc-75 {
  min-width: 75%;
}
.dim-minh-pc-75 {
  min-height: 75%;
}
.dim-maxw-pc-75 {
  max-width: 75%;
}
.dim-maxh-pc-75 {
  max-height: 75%;
}
.dim-w-pc-80 {
  width: 80%;
}
.dim-h-pc-80 {
  height: 80%;
}
.dim-minw-pc-80 {
  min-width: 80%;
}
.dim-minh-pc-80 {
  min-height: 80%;
}
.dim-maxw-pc-80 {
  max-width: 80%;
}
.dim-maxh-pc-80 {
  max-height: 80%;
}
.dim-w-pc-90 {
  width: 90%;
}
.dim-h-pc-90 {
  height: 90%;
}
.dim-minw-pc-90 {
  min-width: 90%;
}
.dim-minh-pc-90 {
  min-height: 90%;
}
.dim-maxw-pc-90 {
  max-width: 90%;
}
.dim-maxh-pc-90 {
  max-height: 90%;
}
.dim-w-pc-100 {
  width: 100%;
}
.dim-h-pc-100 {
  height: 100%;
}
.dim-minw-pc-100 {
  min-width: 100%;
}
.dim-minh-pc-100 {
  min-height: 100%;
}
.dim-maxw-pc-100 {
  max-width: 100%;
}
.dim-maxh-pc-100 {
  max-height: 100%;
}
.dim-w-pc-95px {
  width: 95px;
}
.dim-h-pc-95px {
  height: 95px;
}
.dim-minw-pc-95px {
  min-width: 95px;
}
.dim-minh-pc-95px {
  min-height: 95px;
}
.dim-maxw-pc-95px {
  max-width: 95px;
}
.dim-maxh-pc-95px {
  max-height: 95px;
}
.dim-full {
  width: 100%;
  height: 100%;
}
.dim-none {
  width: 0;
  height: 0;
}
.dim-w-auto {
  width: auto;
}
.dim-h-auto {
  height: auto;
}
.dim-of-hidden {
  overflow: hidden;
}
.dim-overflow-auto {
  overflow: auto;
}
@media (min-width: 768px) {
  .dim-w-auto-sm {
    width: auto;
  }
  .dim-h-auto-sm {
    height: auto;
  }
  .dim-w-none-sm {
    width: 0px;
  }
  .dim-h-none-sm {
    height: 0px;
  }
  .dim-minh-none-sm {
    min-height: 0px;
  }
  .dim-maxw-none-sm {
    max-width: 0px;
  }
  .dim-maxh-none-sm {
    max-height: 0px;
  }
  .dim-w-nano-sm {
    width: 1px;
  }
  .dim-h-nano-sm {
    height: 1px;
  }
  .dim-minh-nano-sm {
    min-height: 1px;
  }
  .dim-maxw-nano-sm {
    max-width: 1px;
  }
  .dim-maxh-nano-sm {
    max-height: 1px;
  }
  .dim-w-tiny-sm {
    width: 2px;
  }
  .dim-h-tiny-sm {
    height: 2px;
  }
  .dim-minh-tiny-sm {
    min-height: 2px;
  }
  .dim-maxw-tiny-sm {
    max-width: 2px;
  }
  .dim-maxh-tiny-sm {
    max-height: 2px;
  }
  .dim-w-mini-sm {
    width: 3px;
  }
  .dim-h-mini-sm {
    height: 3px;
  }
  .dim-minh-mini-sm {
    min-height: 3px;
  }
  .dim-maxw-mini-sm {
    max-width: 3px;
  }
  .dim-maxh-mini-sm {
    max-height: 3px;
  }
  .dim-w-xxs-sm {
    width: 4px;
  }
  .dim-h-xxs-sm {
    height: 4px;
  }
  .dim-minh-xxs-sm {
    min-height: 4px;
  }
  .dim-maxw-xxs-sm {
    max-width: 4px;
  }
  .dim-maxh-xxs-sm {
    max-height: 4px;
  }
  .dim-w-xs-sm {
    width: 5px;
  }
  .dim-h-xs-sm {
    height: 5px;
  }
  .dim-minh-xs-sm {
    min-height: 5px;
  }
  .dim-maxw-xs-sm {
    max-width: 5px;
  }
  .dim-maxh-xs-sm {
    max-height: 5px;
  }
  .dim-w-xss-sm {
    width: 8px;
  }
  .dim-h-xss-sm {
    height: 8px;
  }
  .dim-minh-xss-sm {
    min-height: 8px;
  }
  .dim-maxw-xss-sm {
    max-width: 8px;
  }
  .dim-maxh-xss-sm {
    max-height: 8px;
  }
  .dim-w-s-sm {
    width: 10px;
  }
  .dim-h-s-sm {
    height: 10px;
  }
  .dim-minh-s-sm {
    min-height: 10px;
  }
  .dim-maxw-s-sm {
    max-width: 10px;
  }
  .dim-maxh-s-sm {
    max-height: 10px;
  }
  .dim-w-m-sm {
    width: 15px;
  }
  .dim-h-m-sm {
    height: 15px;
  }
  .dim-minh-m-sm {
    min-height: 15px;
  }
  .dim-maxw-m-sm {
    max-width: 15px;
  }
  .dim-maxh-m-sm {
    max-height: 15px;
  }
  .dim-w-l-sm {
    width: 20px;
  }
  .dim-h-l-sm {
    height: 20px;
  }
  .dim-minh-l-sm {
    min-height: 20px;
  }
  .dim-maxw-l-sm {
    max-width: 20px;
  }
  .dim-maxh-l-sm {
    max-height: 20px;
  }
  .dim-w-xl-sm {
    width: 25px;
  }
  .dim-h-xl-sm {
    height: 25px;
  }
  .dim-minh-xl-sm {
    min-height: 25px;
  }
  .dim-maxw-xl-sm {
    max-width: 25px;
  }
  .dim-maxh-xl-sm {
    max-height: 25px;
  }
  .dim-w-xxl-sm {
    width: 30px;
  }
  .dim-h-xxl-sm {
    height: 30px;
  }
  .dim-minh-xxl-sm {
    min-height: 30px;
  }
  .dim-maxw-xxl-sm {
    max-width: 30px;
  }
  .dim-maxh-xxl-sm {
    max-height: 30px;
  }
  .dim-w-3xl-sm {
    width: 35px;
  }
  .dim-h-3xl-sm {
    height: 35px;
  }
  .dim-minh-3xl-sm {
    min-height: 35px;
  }
  .dim-maxw-3xl-sm {
    max-width: 35px;
  }
  .dim-maxh-3xl-sm {
    max-height: 35px;
  }
  .dim-w-4xl-sm {
    width: 40px;
  }
  .dim-h-4xl-sm {
    height: 40px;
  }
  .dim-minh-4xl-sm {
    min-height: 40px;
  }
  .dim-maxw-4xl-sm {
    max-width: 40px;
  }
  .dim-maxh-4xl-sm {
    max-height: 40px;
  }
  .dim-w-5xl-sm {
    width: 50px;
  }
  .dim-h-5xl-sm {
    height: 50px;
  }
  .dim-minh-5xl-sm {
    min-height: 50px;
  }
  .dim-maxw-5xl-sm {
    max-width: 50px;
  }
  .dim-maxh-5xl-sm {
    max-height: 50px;
  }
  .dim-w-6xl-sm {
    width: 60px;
  }
  .dim-h-6xl-sm {
    height: 60px;
  }
  .dim-minh-6xl-sm {
    min-height: 60px;
  }
  .dim-maxw-6xl-sm {
    max-width: 60px;
  }
  .dim-maxh-6xl-sm {
    max-height: 60px;
  }
  .dim-w-7xl-sm {
    width: 70px;
  }
  .dim-h-7xl-sm {
    height: 70px;
  }
  .dim-minh-7xl-sm {
    min-height: 70px;
  }
  .dim-maxw-7xl-sm {
    max-width: 70px;
  }
  .dim-maxh-7xl-sm {
    max-height: 70px;
  }
  .dim-w-8xl-sm {
    width: 80px;
  }
  .dim-h-8xl-sm {
    height: 80px;
  }
  .dim-minh-8xl-sm {
    min-height: 80px;
  }
  .dim-maxw-8xl-sm {
    max-width: 80px;
  }
  .dim-maxh-8xl-sm {
    max-height: 80px;
  }
  .dim-w-9xl-sm {
    width: 90px;
  }
  .dim-h-9xl-sm {
    height: 90px;
  }
  .dim-minh-9xl-sm {
    min-height: 90px;
  }
  .dim-maxw-9xl-sm {
    max-width: 90px;
  }
  .dim-maxh-9xl-sm {
    max-height: 90px;
  }
  .dim-w-big-sm {
    width: 100px;
  }
  .dim-h-big-sm {
    height: 100px;
  }
  .dim-minh-big-sm {
    min-height: 100px;
  }
  .dim-maxw-big-sm {
    max-width: 100px;
  }
  .dim-maxh-big-sm {
    max-height: 100px;
  }
  .dim-w-big125-sm {
    width: 125px;
  }
  .dim-h-big125-sm {
    height: 125px;
  }
  .dim-minh-big125-sm {
    min-height: 125px;
  }
  .dim-maxw-big125-sm {
    max-width: 125px;
  }
  .dim-maxh-big125-sm {
    max-height: 125px;
  }
  .dim-w-bigger-sm {
    width: 150px;
  }
  .dim-h-bigger-sm {
    height: 150px;
  }
  .dim-minh-bigger-sm {
    min-height: 150px;
  }
  .dim-maxw-bigger-sm {
    max-width: 150px;
  }
  .dim-maxh-bigger-sm {
    max-height: 150px;
  }
  .dim-w-big2x-sm {
    width: 200px;
  }
  .dim-h-big2x-sm {
    height: 200px;
  }
  .dim-minh-big2x-sm {
    min-height: 200px;
  }
  .dim-maxw-big2x-sm {
    max-width: 200px;
  }
  .dim-maxh-big2x-sm {
    max-height: 200px;
  }
  .dim-w-mega-sm {
    width: 250px;
  }
  .dim-h-mega-sm {
    height: 250px;
  }
  .dim-minh-mega-sm {
    min-height: 250px;
  }
  .dim-maxw-mega-sm {
    max-width: 250px;
  }
  .dim-maxh-mega-sm {
    max-height: 250px;
  }
  .dim-w-big3x-sm {
    width: 300px;
  }
  .dim-h-big3x-sm {
    height: 300px;
  }
  .dim-minh-big3x-sm {
    min-height: 300px;
  }
  .dim-maxw-big3x-sm {
    max-width: 300px;
  }
  .dim-maxh-big3x-sm {
    max-height: 300px;
  }
  .dim-w-big35x-sm {
    width: 350px;
  }
  .dim-h-big35x-sm {
    height: 350px;
  }
  .dim-minh-big35x-sm {
    min-height: 350px;
  }
  .dim-maxw-big35x-sm {
    max-width: 350px;
  }
  .dim-maxh-big35x-sm {
    max-height: 350px;
  }
  .dim-w-big4x-sm {
    width: 400px;
  }
  .dim-h-big4x-sm {
    height: 400px;
  }
  .dim-minh-big4x-sm {
    min-height: 400px;
  }
  .dim-maxw-big4x-sm {
    max-width: 400px;
  }
  .dim-maxh-big4x-sm {
    max-height: 400px;
  }
  .dim-w-big45x-sm {
    width: 450px;
  }
  .dim-h-big45x-sm {
    height: 450px;
  }
  .dim-minh-big45x-sm {
    min-height: 450px;
  }
  .dim-maxw-big45x-sm {
    max-width: 450px;
  }
  .dim-maxh-big45x-sm {
    max-height: 450px;
  }
  .dim-w-big5x-sm {
    width: 500px;
  }
  .dim-h-big5x-sm {
    height: 500px;
  }
  .dim-minh-big5x-sm {
    min-height: 500px;
  }
  .dim-maxw-big5x-sm {
    max-width: 500px;
  }
  .dim-maxh-big5x-sm {
    max-height: 500px;
  }
  .dim-w-big55x-sm {
    width: 550px;
  }
  .dim-h-big55x-sm {
    height: 550px;
  }
  .dim-minh-big55x-sm {
    min-height: 550px;
  }
  .dim-maxw-big55x-sm {
    max-width: 550px;
  }
  .dim-maxh-big55x-sm {
    max-height: 550px;
  }
  .dim-w-big6x-sm {
    width: 600px;
  }
  .dim-h-big6x-sm {
    height: 600px;
  }
  .dim-minh-big6x-sm {
    min-height: 600px;
  }
  .dim-maxw-big6x-sm {
    max-width: 600px;
  }
  .dim-maxh-big6x-sm {
    max-height: 600px;
  }
  .dim-w-big65x-sm {
    width: 650px;
  }
  .dim-h-big65x-sm {
    height: 650px;
  }
  .dim-minh-big65x-sm {
    min-height: 650px;
  }
  .dim-maxw-big65x-sm {
    max-width: 650px;
  }
  .dim-maxh-big65x-sm {
    max-height: 650px;
  }
  .dim-w-big7x-sm {
    width: 700px;
  }
  .dim-h-big7x-sm {
    height: 700px;
  }
  .dim-minh-big7x-sm {
    min-height: 700px;
  }
  .dim-maxw-big7x-sm {
    max-width: 700px;
  }
  .dim-maxh-big7x-sm {
    max-height: 700px;
  }
  .dim-w-big75x-sm {
    width: 750px;
  }
  .dim-h-big75x-sm {
    height: 750px;
  }
  .dim-minh-big75x-sm {
    min-height: 750px;
  }
  .dim-maxw-big75x-sm {
    max-width: 750px;
  }
  .dim-maxh-big75x-sm {
    max-height: 750px;
  }
  .dim-w-full-sm {
    width: 100%;
  }
  .dim-h-full-sm {
    height: 100%;
  }
  .dim-minh-full-sm {
    min-height: 100%;
  }
  .dim-maxw-full-sm {
    max-width: 100%;
  }
  .dim-maxh-full-sm {
    max-height: 100%;
  }
  .dim-w-half-sm {
    width: 50%;
  }
  .dim-h-half-sm {
    height: 50%;
  }
  .dim-minh-half-sm {
    min-height: 50%;
  }
  .dim-maxw-half-sm {
    max-width: 50%;
  }
  .dim-maxh-half-sm {
    max-height: 50%;
  }
  .dim-w-quarter-sm {
    width: 25%;
  }
  .dim-h-quarter-sm {
    height: 25%;
  }
  .dim-minh-quarter-sm {
    min-height: 25%;
  }
  .dim-maxw-quarter-sm {
    max-width: 25%;
  }
  .dim-maxh-quarter-sm {
    max-height: 25%;
  }
  .dim-w-third-sm {
    width: 33.33%;
  }
  .dim-h-third-sm {
    height: 33.33%;
  }
  .dim-minh-third-sm {
    min-height: 33.33%;
  }
  .dim-maxw-third-sm {
    max-width: 33.33%;
  }
  .dim-maxh-third-sm {
    max-height: 33.33%;
  }
  .dim-w-two-third-sm {
    width: 66.67%;
  }
  .dim-h-two-third-sm {
    height: 66.67%;
  }
  .dim-minh-two-third-sm {
    min-height: 66.67%;
  }
  .dim-maxw-two-third-sm {
    max-width: 66.67%;
  }
  .dim-maxh-two-third-sm {
    max-height: 66.67%;
  }
  .dim-w-5pc-sm {
    width: 5%;
  }
  .dim-h-5pc-sm {
    height: 5%;
  }
  .dim-minh-5pc-sm {
    min-height: 5%;
  }
  .dim-maxw-5pc-sm {
    max-width: 5%;
  }
  .dim-maxh-5pc-sm {
    max-height: 5%;
  }
  .dim-w-10pc-sm {
    width: 10%;
  }
  .dim-h-10pc-sm {
    height: 10%;
  }
  .dim-minh-10pc-sm {
    min-height: 10%;
  }
  .dim-maxw-10pc-sm {
    max-width: 10%;
  }
  .dim-maxh-10pc-sm {
    max-height: 10%;
  }
  .dim-w-15pc-sm {
    width: 15%;
  }
  .dim-h-15pc-sm {
    height: 15%;
  }
  .dim-minh-15pc-sm {
    min-height: 15%;
  }
  .dim-maxw-15pc-sm {
    max-width: 15%;
  }
  .dim-maxh-15pc-sm {
    max-height: 15%;
  }
  .dim-w-16pc-sm {
    width: 16.665%;
  }
  .dim-h-16pc-sm {
    height: 16.665%;
  }
  .dim-minh-16pc-sm {
    min-height: 16.665%;
  }
  .dim-maxw-16pc-sm {
    max-width: 16.665%;
  }
  .dim-maxh-16pc-sm {
    max-height: 16.665%;
  }
  .dim-w-20pc-sm {
    width: 20%;
  }
  .dim-h-20pc-sm {
    height: 20%;
  }
  .dim-minh-20pc-sm {
    min-height: 20%;
  }
  .dim-maxw-20pc-sm {
    max-width: 20%;
  }
  .dim-maxh-20pc-sm {
    max-height: 20%;
  }
  .dim-w-33pc-sm {
    width: 33.33%;
  }
  .dim-h-33pc-sm {
    height: 33.33%;
  }
  .dim-minh-33pc-sm {
    min-height: 33.33%;
  }
  .dim-maxw-33pc-sm {
    max-width: 33.33%;
  }
  .dim-maxh-33pc-sm {
    max-height: 33.33%;
  }
  .dim-w-66pc-sm {
    width: 66.67%;
  }
  .dim-h-66pc-sm {
    height: 66.67%;
  }
  .dim-minh-66pc-sm {
    min-height: 66.67%;
  }
  .dim-maxw-66pc-sm {
    max-width: 66.67%;
  }
  .dim-maxh-66pc-sm {
    max-height: 66.67%;
  }
  .dim-w-30pc-sm {
    width: 30%;
  }
  .dim-h-30pc-sm {
    height: 30%;
  }
  .dim-minh-30pc-sm {
    min-height: 30%;
  }
  .dim-maxw-30pc-sm {
    max-width: 30%;
  }
  .dim-maxh-30pc-sm {
    max-height: 30%;
  }
  .dim-w-40pc-sm {
    width: 40%;
  }
  .dim-h-40pc-sm {
    height: 40%;
  }
  .dim-minh-40pc-sm {
    min-height: 40%;
  }
  .dim-maxw-40pc-sm {
    max-width: 40%;
  }
  .dim-maxh-40pc-sm {
    max-height: 40%;
  }
  .dim-w-60pc-sm {
    width: 60%;
  }
  .dim-h-60pc-sm {
    height: 60%;
  }
  .dim-minh-60pc-sm {
    min-height: 60%;
  }
  .dim-maxw-60pc-sm {
    max-width: 60%;
  }
  .dim-maxh-60pc-sm {
    max-height: 60%;
  }
  .dim-w-70pc-sm {
    width: 70%;
  }
  .dim-h-70pc-sm {
    height: 70%;
  }
  .dim-minh-70pc-sm {
    min-height: 70%;
  }
  .dim-maxw-70pc-sm {
    max-width: 70%;
  }
  .dim-maxh-70pc-sm {
    max-height: 70%;
  }
  .dim-w-80pc-sm {
    width: 80%;
  }
  .dim-h-80pc-sm {
    height: 80%;
  }
  .dim-minh-80pc-sm {
    min-height: 80%;
  }
  .dim-maxw-80pc-sm {
    max-width: 80%;
  }
  .dim-maxh-80pc-sm {
    max-height: 80%;
  }
  .dim-w-90pc-sm {
    width: 90%;
  }
  .dim-h-90pc-sm {
    height: 90%;
  }
  .dim-minh-90pc-sm {
    min-height: 90%;
  }
  .dim-maxw-90pc-sm {
    max-width: 90%;
  }
  .dim-maxh-90pc-sm {
    max-height: 90%;
  }
  .dim-w-pc-auto-sm {
    width: "auto";
  }
  .dim-h-pc-auto-sm {
    height: "auto";
  }
  .dim-minw-pc-auto-sm {
    min-width: "auto";
  }
  .dim-minh-pc-auto-sm {
    min-height: "auto";
  }
  .dim-maxw-pc-auto-sm {
    max-width: "auto";
  }
  .dim-maxh-pc-auto-sm {
    max-height: "auto";
  }
  .dim-w-pc-0-sm {
    width: 0%;
  }
  .dim-h-pc-0-sm {
    height: 0%;
  }
  .dim-minw-pc-0-sm {
    min-width: 0%;
  }
  .dim-minh-pc-0-sm {
    min-height: 0%;
  }
  .dim-maxw-pc-0-sm {
    max-width: 0%;
  }
  .dim-maxh-pc-0-sm {
    max-height: 0%;
  }
  .dim-w-pc-10-sm {
    width: 10%;
  }
  .dim-h-pc-10-sm {
    height: 10%;
  }
  .dim-minw-pc-10-sm {
    min-width: 10%;
  }
  .dim-minh-pc-10-sm {
    min-height: 10%;
  }
  .dim-maxw-pc-10-sm {
    max-width: 10%;
  }
  .dim-maxh-pc-10-sm {
    max-height: 10%;
  }
  .dim-w-pc-20-sm {
    width: 20%;
  }
  .dim-h-pc-20-sm {
    height: 20%;
  }
  .dim-minw-pc-20-sm {
    min-width: 20%;
  }
  .dim-minh-pc-20-sm {
    min-height: 20%;
  }
  .dim-maxw-pc-20-sm {
    max-width: 20%;
  }
  .dim-maxh-pc-20-sm {
    max-height: 20%;
  }
  .dim-w-pc-25-sm {
    width: 25%;
  }
  .dim-h-pc-25-sm {
    height: 25%;
  }
  .dim-minw-pc-25-sm {
    min-width: 25%;
  }
  .dim-minh-pc-25-sm {
    min-height: 25%;
  }
  .dim-maxw-pc-25-sm {
    max-width: 25%;
  }
  .dim-maxh-pc-25-sm {
    max-height: 25%;
  }
  .dim-w-pc-30-sm {
    width: 30%;
  }
  .dim-h-pc-30-sm {
    height: 30%;
  }
  .dim-minw-pc-30-sm {
    min-width: 30%;
  }
  .dim-minh-pc-30-sm {
    min-height: 30%;
  }
  .dim-maxw-pc-30-sm {
    max-width: 30%;
  }
  .dim-maxh-pc-30-sm {
    max-height: 30%;
  }
  .dim-w-pc-33-sm {
    width: 33.33%;
  }
  .dim-h-pc-33-sm {
    height: 33.33%;
  }
  .dim-minw-pc-33-sm {
    min-width: 33.33%;
  }
  .dim-minh-pc-33-sm {
    min-height: 33.33%;
  }
  .dim-maxw-pc-33-sm {
    max-width: 33.33%;
  }
  .dim-maxh-pc-33-sm {
    max-height: 33.33%;
  }
  .dim-w-pc-40-sm {
    width: 40%;
  }
  .dim-h-pc-40-sm {
    height: 40%;
  }
  .dim-minw-pc-40-sm {
    min-width: 40%;
  }
  .dim-minh-pc-40-sm {
    min-height: 40%;
  }
  .dim-maxw-pc-40-sm {
    max-width: 40%;
  }
  .dim-maxh-pc-40-sm {
    max-height: 40%;
  }
  .dim-w-pc-50-sm {
    width: 50%;
  }
  .dim-h-pc-50-sm {
    height: 50%;
  }
  .dim-minw-pc-50-sm {
    min-width: 50%;
  }
  .dim-minh-pc-50-sm {
    min-height: 50%;
  }
  .dim-maxw-pc-50-sm {
    max-width: 50%;
  }
  .dim-maxh-pc-50-sm {
    max-height: 50%;
  }
  .dim-w-pc-60-sm {
    width: 60%;
  }
  .dim-h-pc-60-sm {
    height: 60%;
  }
  .dim-minw-pc-60-sm {
    min-width: 60%;
  }
  .dim-minh-pc-60-sm {
    min-height: 60%;
  }
  .dim-maxw-pc-60-sm {
    max-width: 60%;
  }
  .dim-maxh-pc-60-sm {
    max-height: 60%;
  }
  .dim-w-pc-70-sm {
    width: 70%;
  }
  .dim-h-pc-70-sm {
    height: 70%;
  }
  .dim-minw-pc-70-sm {
    min-width: 70%;
  }
  .dim-minh-pc-70-sm {
    min-height: 70%;
  }
  .dim-maxw-pc-70-sm {
    max-width: 70%;
  }
  .dim-maxh-pc-70-sm {
    max-height: 70%;
  }
  .dim-w-pc-75-sm {
    width: 75%;
  }
  .dim-h-pc-75-sm {
    height: 75%;
  }
  .dim-minw-pc-75-sm {
    min-width: 75%;
  }
  .dim-minh-pc-75-sm {
    min-height: 75%;
  }
  .dim-maxw-pc-75-sm {
    max-width: 75%;
  }
  .dim-maxh-pc-75-sm {
    max-height: 75%;
  }
  .dim-w-pc-80-sm {
    width: 80%;
  }
  .dim-h-pc-80-sm {
    height: 80%;
  }
  .dim-minw-pc-80-sm {
    min-width: 80%;
  }
  .dim-minh-pc-80-sm {
    min-height: 80%;
  }
  .dim-maxw-pc-80-sm {
    max-width: 80%;
  }
  .dim-maxh-pc-80-sm {
    max-height: 80%;
  }
  .dim-w-pc-90-sm {
    width: 90%;
  }
  .dim-h-pc-90-sm {
    height: 90%;
  }
  .dim-minw-pc-90-sm {
    min-width: 90%;
  }
  .dim-minh-pc-90-sm {
    min-height: 90%;
  }
  .dim-maxw-pc-90-sm {
    max-width: 90%;
  }
  .dim-maxh-pc-90-sm {
    max-height: 90%;
  }
  .dim-w-pc-100-sm {
    width: 100%;
  }
  .dim-h-pc-100-sm {
    height: 100%;
  }
  .dim-minw-pc-100-sm {
    min-width: 100%;
  }
  .dim-minh-pc-100-sm {
    min-height: 100%;
  }
  .dim-maxw-pc-100-sm {
    max-width: 100%;
  }
  .dim-maxh-pc-100-sm {
    max-height: 100%;
  }
  .dim-w-pc-95px-sm {
    width: 95px;
  }
  .dim-h-pc-95px-sm {
    height: 95px;
  }
  .dim-minw-pc-95px-sm {
    min-width: 95px;
  }
  .dim-minh-pc-95px-sm {
    min-height: 95px;
  }
  .dim-maxw-pc-95px-sm {
    max-width: 95px;
  }
  .dim-maxh-pc-95px-sm {
    max-height: 95px;
  }
}
@media (min-width: 992px) {
  .dim-w-none-md {
    width: 0px;
  }
  .dim-h-none-md {
    height: 0px;
  }
  .dim-minh-none-md {
    min-height: 0px;
  }
  .dim-maxw-none-md {
    max-width: 0px;
  }
  .dim-maxh-none-md {
    max-height: 0px;
  }
  .dim-w-nano-md {
    width: 1px;
  }
  .dim-h-nano-md {
    height: 1px;
  }
  .dim-minh-nano-md {
    min-height: 1px;
  }
  .dim-maxw-nano-md {
    max-width: 1px;
  }
  .dim-maxh-nano-md {
    max-height: 1px;
  }
  .dim-w-tiny-md {
    width: 2px;
  }
  .dim-h-tiny-md {
    height: 2px;
  }
  .dim-minh-tiny-md {
    min-height: 2px;
  }
  .dim-maxw-tiny-md {
    max-width: 2px;
  }
  .dim-maxh-tiny-md {
    max-height: 2px;
  }
  .dim-w-mini-md {
    width: 3px;
  }
  .dim-h-mini-md {
    height: 3px;
  }
  .dim-minh-mini-md {
    min-height: 3px;
  }
  .dim-maxw-mini-md {
    max-width: 3px;
  }
  .dim-maxh-mini-md {
    max-height: 3px;
  }
  .dim-w-xxs-md {
    width: 4px;
  }
  .dim-h-xxs-md {
    height: 4px;
  }
  .dim-minh-xxs-md {
    min-height: 4px;
  }
  .dim-maxw-xxs-md {
    max-width: 4px;
  }
  .dim-maxh-xxs-md {
    max-height: 4px;
  }
  .dim-w-xs-md {
    width: 5px;
  }
  .dim-h-xs-md {
    height: 5px;
  }
  .dim-minh-xs-md {
    min-height: 5px;
  }
  .dim-maxw-xs-md {
    max-width: 5px;
  }
  .dim-maxh-xs-md {
    max-height: 5px;
  }
  .dim-w-xss-md {
    width: 8px;
  }
  .dim-h-xss-md {
    height: 8px;
  }
  .dim-minh-xss-md {
    min-height: 8px;
  }
  .dim-maxw-xss-md {
    max-width: 8px;
  }
  .dim-maxh-xss-md {
    max-height: 8px;
  }
  .dim-w-s-md {
    width: 10px;
  }
  .dim-h-s-md {
    height: 10px;
  }
  .dim-minh-s-md {
    min-height: 10px;
  }
  .dim-maxw-s-md {
    max-width: 10px;
  }
  .dim-maxh-s-md {
    max-height: 10px;
  }
  .dim-w-m-md {
    width: 15px;
  }
  .dim-h-m-md {
    height: 15px;
  }
  .dim-minh-m-md {
    min-height: 15px;
  }
  .dim-maxw-m-md {
    max-width: 15px;
  }
  .dim-maxh-m-md {
    max-height: 15px;
  }
  .dim-w-l-md {
    width: 20px;
  }
  .dim-h-l-md {
    height: 20px;
  }
  .dim-minh-l-md {
    min-height: 20px;
  }
  .dim-maxw-l-md {
    max-width: 20px;
  }
  .dim-maxh-l-md {
    max-height: 20px;
  }
  .dim-w-xl-md {
    width: 25px;
  }
  .dim-h-xl-md {
    height: 25px;
  }
  .dim-minh-xl-md {
    min-height: 25px;
  }
  .dim-maxw-xl-md {
    max-width: 25px;
  }
  .dim-maxh-xl-md {
    max-height: 25px;
  }
  .dim-w-xxl-md {
    width: 30px;
  }
  .dim-h-xxl-md {
    height: 30px;
  }
  .dim-minh-xxl-md {
    min-height: 30px;
  }
  .dim-maxw-xxl-md {
    max-width: 30px;
  }
  .dim-maxh-xxl-md {
    max-height: 30px;
  }
  .dim-w-3xl-md {
    width: 35px;
  }
  .dim-h-3xl-md {
    height: 35px;
  }
  .dim-minh-3xl-md {
    min-height: 35px;
  }
  .dim-maxw-3xl-md {
    max-width: 35px;
  }
  .dim-maxh-3xl-md {
    max-height: 35px;
  }
  .dim-w-4xl-md {
    width: 40px;
  }
  .dim-h-4xl-md {
    height: 40px;
  }
  .dim-minh-4xl-md {
    min-height: 40px;
  }
  .dim-maxw-4xl-md {
    max-width: 40px;
  }
  .dim-maxh-4xl-md {
    max-height: 40px;
  }
  .dim-w-5xl-md {
    width: 50px;
  }
  .dim-h-5xl-md {
    height: 50px;
  }
  .dim-minh-5xl-md {
    min-height: 50px;
  }
  .dim-maxw-5xl-md {
    max-width: 50px;
  }
  .dim-maxh-5xl-md {
    max-height: 50px;
  }
  .dim-w-6xl-md {
    width: 60px;
  }
  .dim-h-6xl-md {
    height: 60px;
  }
  .dim-minh-6xl-md {
    min-height: 60px;
  }
  .dim-maxw-6xl-md {
    max-width: 60px;
  }
  .dim-maxh-6xl-md {
    max-height: 60px;
  }
  .dim-w-7xl-md {
    width: 70px;
  }
  .dim-h-7xl-md {
    height: 70px;
  }
  .dim-minh-7xl-md {
    min-height: 70px;
  }
  .dim-maxw-7xl-md {
    max-width: 70px;
  }
  .dim-maxh-7xl-md {
    max-height: 70px;
  }
  .dim-w-8xl-md {
    width: 80px;
  }
  .dim-h-8xl-md {
    height: 80px;
  }
  .dim-minh-8xl-md {
    min-height: 80px;
  }
  .dim-maxw-8xl-md {
    max-width: 80px;
  }
  .dim-maxh-8xl-md {
    max-height: 80px;
  }
  .dim-w-9xl-md {
    width: 90px;
  }
  .dim-h-9xl-md {
    height: 90px;
  }
  .dim-minh-9xl-md {
    min-height: 90px;
  }
  .dim-maxw-9xl-md {
    max-width: 90px;
  }
  .dim-maxh-9xl-md {
    max-height: 90px;
  }
  .dim-w-big-md {
    width: 100px;
  }
  .dim-h-big-md {
    height: 100px;
  }
  .dim-minh-big-md {
    min-height: 100px;
  }
  .dim-maxw-big-md {
    max-width: 100px;
  }
  .dim-maxh-big-md {
    max-height: 100px;
  }
  .dim-w-big125-md {
    width: 125px;
  }
  .dim-h-big125-md {
    height: 125px;
  }
  .dim-minh-big125-md {
    min-height: 125px;
  }
  .dim-maxw-big125-md {
    max-width: 125px;
  }
  .dim-maxh-big125-md {
    max-height: 125px;
  }
  .dim-w-bigger-md {
    width: 150px;
  }
  .dim-h-bigger-md {
    height: 150px;
  }
  .dim-minh-bigger-md {
    min-height: 150px;
  }
  .dim-maxw-bigger-md {
    max-width: 150px;
  }
  .dim-maxh-bigger-md {
    max-height: 150px;
  }
  .dim-w-big2x-md {
    width: 200px;
  }
  .dim-h-big2x-md {
    height: 200px;
  }
  .dim-minh-big2x-md {
    min-height: 200px;
  }
  .dim-maxw-big2x-md {
    max-width: 200px;
  }
  .dim-maxh-big2x-md {
    max-height: 200px;
  }
  .dim-w-mega-md {
    width: 250px;
  }
  .dim-h-mega-md {
    height: 250px;
  }
  .dim-minh-mega-md {
    min-height: 250px;
  }
  .dim-maxw-mega-md {
    max-width: 250px;
  }
  .dim-maxh-mega-md {
    max-height: 250px;
  }
  .dim-w-big3x-md {
    width: 300px;
  }
  .dim-h-big3x-md {
    height: 300px;
  }
  .dim-minh-big3x-md {
    min-height: 300px;
  }
  .dim-maxw-big3x-md {
    max-width: 300px;
  }
  .dim-maxh-big3x-md {
    max-height: 300px;
  }
  .dim-w-big35x-md {
    width: 350px;
  }
  .dim-h-big35x-md {
    height: 350px;
  }
  .dim-minh-big35x-md {
    min-height: 350px;
  }
  .dim-maxw-big35x-md {
    max-width: 350px;
  }
  .dim-maxh-big35x-md {
    max-height: 350px;
  }
  .dim-w-big4x-md {
    width: 400px;
  }
  .dim-h-big4x-md {
    height: 400px;
  }
  .dim-minh-big4x-md {
    min-height: 400px;
  }
  .dim-maxw-big4x-md {
    max-width: 400px;
  }
  .dim-maxh-big4x-md {
    max-height: 400px;
  }
  .dim-w-big45x-md {
    width: 450px;
  }
  .dim-h-big45x-md {
    height: 450px;
  }
  .dim-minh-big45x-md {
    min-height: 450px;
  }
  .dim-maxw-big45x-md {
    max-width: 450px;
  }
  .dim-maxh-big45x-md {
    max-height: 450px;
  }
  .dim-w-big5x-md {
    width: 500px;
  }
  .dim-h-big5x-md {
    height: 500px;
  }
  .dim-minh-big5x-md {
    min-height: 500px;
  }
  .dim-maxw-big5x-md {
    max-width: 500px;
  }
  .dim-maxh-big5x-md {
    max-height: 500px;
  }
  .dim-w-big55x-md {
    width: 550px;
  }
  .dim-h-big55x-md {
    height: 550px;
  }
  .dim-minh-big55x-md {
    min-height: 550px;
  }
  .dim-maxw-big55x-md {
    max-width: 550px;
  }
  .dim-maxh-big55x-md {
    max-height: 550px;
  }
  .dim-w-big6x-md {
    width: 600px;
  }
  .dim-h-big6x-md {
    height: 600px;
  }
  .dim-minh-big6x-md {
    min-height: 600px;
  }
  .dim-maxw-big6x-md {
    max-width: 600px;
  }
  .dim-maxh-big6x-md {
    max-height: 600px;
  }
  .dim-w-big65x-md {
    width: 650px;
  }
  .dim-h-big65x-md {
    height: 650px;
  }
  .dim-minh-big65x-md {
    min-height: 650px;
  }
  .dim-maxw-big65x-md {
    max-width: 650px;
  }
  .dim-maxh-big65x-md {
    max-height: 650px;
  }
  .dim-w-big7x-md {
    width: 700px;
  }
  .dim-h-big7x-md {
    height: 700px;
  }
  .dim-minh-big7x-md {
    min-height: 700px;
  }
  .dim-maxw-big7x-md {
    max-width: 700px;
  }
  .dim-maxh-big7x-md {
    max-height: 700px;
  }
  .dim-w-big75x-md {
    width: 750px;
  }
  .dim-h-big75x-md {
    height: 750px;
  }
  .dim-minh-big75x-md {
    min-height: 750px;
  }
  .dim-maxw-big75x-md {
    max-width: 750px;
  }
  .dim-maxh-big75x-md {
    max-height: 750px;
  }
  .dim-w-full-md {
    width: 100%;
  }
  .dim-h-full-md {
    height: 100%;
  }
  .dim-minh-full-md {
    min-height: 100%;
  }
  .dim-maxw-full-md {
    max-width: 100%;
  }
  .dim-maxh-full-md {
    max-height: 100%;
  }
  .dim-w-half-md {
    width: 50%;
  }
  .dim-h-half-md {
    height: 50%;
  }
  .dim-minh-half-md {
    min-height: 50%;
  }
  .dim-maxw-half-md {
    max-width: 50%;
  }
  .dim-maxh-half-md {
    max-height: 50%;
  }
  .dim-w-quarter-md {
    width: 25%;
  }
  .dim-h-quarter-md {
    height: 25%;
  }
  .dim-minh-quarter-md {
    min-height: 25%;
  }
  .dim-maxw-quarter-md {
    max-width: 25%;
  }
  .dim-maxh-quarter-md {
    max-height: 25%;
  }
  .dim-w-third-md {
    width: 33.33%;
  }
  .dim-h-third-md {
    height: 33.33%;
  }
  .dim-minh-third-md {
    min-height: 33.33%;
  }
  .dim-maxw-third-md {
    max-width: 33.33%;
  }
  .dim-maxh-third-md {
    max-height: 33.33%;
  }
  .dim-w-two-third-md {
    width: 66.67%;
  }
  .dim-h-two-third-md {
    height: 66.67%;
  }
  .dim-minh-two-third-md {
    min-height: 66.67%;
  }
  .dim-maxw-two-third-md {
    max-width: 66.67%;
  }
  .dim-maxh-two-third-md {
    max-height: 66.67%;
  }
  .dim-w-5pc-md {
    width: 5%;
  }
  .dim-h-5pc-md {
    height: 5%;
  }
  .dim-minh-5pc-md {
    min-height: 5%;
  }
  .dim-maxw-5pc-md {
    max-width: 5%;
  }
  .dim-maxh-5pc-md {
    max-height: 5%;
  }
  .dim-w-10pc-md {
    width: 10%;
  }
  .dim-h-10pc-md {
    height: 10%;
  }
  .dim-minh-10pc-md {
    min-height: 10%;
  }
  .dim-maxw-10pc-md {
    max-width: 10%;
  }
  .dim-maxh-10pc-md {
    max-height: 10%;
  }
  .dim-w-15pc-md {
    width: 15%;
  }
  .dim-h-15pc-md {
    height: 15%;
  }
  .dim-minh-15pc-md {
    min-height: 15%;
  }
  .dim-maxw-15pc-md {
    max-width: 15%;
  }
  .dim-maxh-15pc-md {
    max-height: 15%;
  }
  .dim-w-16pc-md {
    width: 16.665%;
  }
  .dim-h-16pc-md {
    height: 16.665%;
  }
  .dim-minh-16pc-md {
    min-height: 16.665%;
  }
  .dim-maxw-16pc-md {
    max-width: 16.665%;
  }
  .dim-maxh-16pc-md {
    max-height: 16.665%;
  }
  .dim-w-20pc-md {
    width: 20%;
  }
  .dim-h-20pc-md {
    height: 20%;
  }
  .dim-minh-20pc-md {
    min-height: 20%;
  }
  .dim-maxw-20pc-md {
    max-width: 20%;
  }
  .dim-maxh-20pc-md {
    max-height: 20%;
  }
  .dim-w-33pc-md {
    width: 33.33%;
  }
  .dim-h-33pc-md {
    height: 33.33%;
  }
  .dim-minh-33pc-md {
    min-height: 33.33%;
  }
  .dim-maxw-33pc-md {
    max-width: 33.33%;
  }
  .dim-maxh-33pc-md {
    max-height: 33.33%;
  }
  .dim-w-66pc-md {
    width: 66.67%;
  }
  .dim-h-66pc-md {
    height: 66.67%;
  }
  .dim-minh-66pc-md {
    min-height: 66.67%;
  }
  .dim-maxw-66pc-md {
    max-width: 66.67%;
  }
  .dim-maxh-66pc-md {
    max-height: 66.67%;
  }
  .dim-w-30pc-md {
    width: 30%;
  }
  .dim-h-30pc-md {
    height: 30%;
  }
  .dim-minh-30pc-md {
    min-height: 30%;
  }
  .dim-maxw-30pc-md {
    max-width: 30%;
  }
  .dim-maxh-30pc-md {
    max-height: 30%;
  }
  .dim-w-40pc-md {
    width: 40%;
  }
  .dim-h-40pc-md {
    height: 40%;
  }
  .dim-minh-40pc-md {
    min-height: 40%;
  }
  .dim-maxw-40pc-md {
    max-width: 40%;
  }
  .dim-maxh-40pc-md {
    max-height: 40%;
  }
  .dim-w-60pc-md {
    width: 60%;
  }
  .dim-h-60pc-md {
    height: 60%;
  }
  .dim-minh-60pc-md {
    min-height: 60%;
  }
  .dim-maxw-60pc-md {
    max-width: 60%;
  }
  .dim-maxh-60pc-md {
    max-height: 60%;
  }
  .dim-w-70pc-md {
    width: 70%;
  }
  .dim-h-70pc-md {
    height: 70%;
  }
  .dim-minh-70pc-md {
    min-height: 70%;
  }
  .dim-maxw-70pc-md {
    max-width: 70%;
  }
  .dim-maxh-70pc-md {
    max-height: 70%;
  }
  .dim-w-80pc-md {
    width: 80%;
  }
  .dim-h-80pc-md {
    height: 80%;
  }
  .dim-minh-80pc-md {
    min-height: 80%;
  }
  .dim-maxw-80pc-md {
    max-width: 80%;
  }
  .dim-maxh-80pc-md {
    max-height: 80%;
  }
  .dim-w-90pc-md {
    width: 90%;
  }
  .dim-h-90pc-md {
    height: 90%;
  }
  .dim-minh-90pc-md {
    min-height: 90%;
  }
  .dim-maxw-90pc-md {
    max-width: 90%;
  }
  .dim-maxh-90pc-md {
    max-height: 90%;
  }
  .dim-w-pc-auto-md {
    width: "auto";
  }
  .dim-w-pc-0-md {
    width: 0%;
  }
  .dim-w-pc-10-md {
    width: 10%;
  }
  .dim-w-pc-20-md {
    width: 20%;
  }
  .dim-w-pc-25-md {
    width: 25%;
  }
  .dim-w-pc-30-md {
    width: 30%;
  }
  .dim-w-pc-33-md {
    width: 33.33%;
  }
  .dim-w-pc-40-md {
    width: 40%;
  }
  .dim-w-pc-50-md {
    width: 50%;
  }
  .dim-w-pc-60-md {
    width: 60%;
  }
  .dim-w-pc-70-md {
    width: 70%;
  }
  .dim-w-pc-75-md {
    width: 75%;
  }
  .dim-w-pc-80-md {
    width: 80%;
  }
  .dim-w-pc-90-md {
    width: 90%;
  }
  .dim-w-pc-100-md {
    width: 100%;
  }
  .dim-w-pc-95px-md {
    width: 95px;
  }
}
@media (min-width: 1200px) {
  .dim-w-none-lg {
    width: 0px;
  }
  .dim-h-none-lg {
    height: 0px;
  }
  .dim-minh-none-lg {
    min-height: 0px;
  }
  .dim-w-nano-lg {
    width: 1px;
  }
  .dim-h-nano-lg {
    height: 1px;
  }
  .dim-minh-nano-lg {
    min-height: 1px;
  }
  .dim-w-tiny-lg {
    width: 2px;
  }
  .dim-h-tiny-lg {
    height: 2px;
  }
  .dim-minh-tiny-lg {
    min-height: 2px;
  }
  .dim-w-mini-lg {
    width: 3px;
  }
  .dim-h-mini-lg {
    height: 3px;
  }
  .dim-minh-mini-lg {
    min-height: 3px;
  }
  .dim-w-xxs-lg {
    width: 4px;
  }
  .dim-h-xxs-lg {
    height: 4px;
  }
  .dim-minh-xxs-lg {
    min-height: 4px;
  }
  .dim-w-xs-lg {
    width: 5px;
  }
  .dim-h-xs-lg {
    height: 5px;
  }
  .dim-minh-xs-lg {
    min-height: 5px;
  }
  .dim-w-xss-lg {
    width: 8px;
  }
  .dim-h-xss-lg {
    height: 8px;
  }
  .dim-minh-xss-lg {
    min-height: 8px;
  }
  .dim-w-s-lg {
    width: 10px;
  }
  .dim-h-s-lg {
    height: 10px;
  }
  .dim-minh-s-lg {
    min-height: 10px;
  }
  .dim-w-m-lg {
    width: 15px;
  }
  .dim-h-m-lg {
    height: 15px;
  }
  .dim-minh-m-lg {
    min-height: 15px;
  }
  .dim-w-l-lg {
    width: 20px;
  }
  .dim-h-l-lg {
    height: 20px;
  }
  .dim-minh-l-lg {
    min-height: 20px;
  }
  .dim-w-xl-lg {
    width: 25px;
  }
  .dim-h-xl-lg {
    height: 25px;
  }
  .dim-minh-xl-lg {
    min-height: 25px;
  }
  .dim-w-xxl-lg {
    width: 30px;
  }
  .dim-h-xxl-lg {
    height: 30px;
  }
  .dim-minh-xxl-lg {
    min-height: 30px;
  }
  .dim-w-3xl-lg {
    width: 35px;
  }
  .dim-h-3xl-lg {
    height: 35px;
  }
  .dim-minh-3xl-lg {
    min-height: 35px;
  }
  .dim-w-4xl-lg {
    width: 40px;
  }
  .dim-h-4xl-lg {
    height: 40px;
  }
  .dim-minh-4xl-lg {
    min-height: 40px;
  }
  .dim-w-5xl-lg {
    width: 50px;
  }
  .dim-h-5xl-lg {
    height: 50px;
  }
  .dim-minh-5xl-lg {
    min-height: 50px;
  }
  .dim-w-6xl-lg {
    width: 60px;
  }
  .dim-h-6xl-lg {
    height: 60px;
  }
  .dim-minh-6xl-lg {
    min-height: 60px;
  }
  .dim-w-7xl-lg {
    width: 70px;
  }
  .dim-h-7xl-lg {
    height: 70px;
  }
  .dim-minh-7xl-lg {
    min-height: 70px;
  }
  .dim-w-8xl-lg {
    width: 80px;
  }
  .dim-h-8xl-lg {
    height: 80px;
  }
  .dim-minh-8xl-lg {
    min-height: 80px;
  }
  .dim-w-9xl-lg {
    width: 90px;
  }
  .dim-h-9xl-lg {
    height: 90px;
  }
  .dim-minh-9xl-lg {
    min-height: 90px;
  }
  .dim-w-big-lg {
    width: 100px;
  }
  .dim-h-big-lg {
    height: 100px;
  }
  .dim-minh-big-lg {
    min-height: 100px;
  }
  .dim-w-big125-lg {
    width: 125px;
  }
  .dim-h-big125-lg {
    height: 125px;
  }
  .dim-minh-big125-lg {
    min-height: 125px;
  }
  .dim-w-bigger-lg {
    width: 150px;
  }
  .dim-h-bigger-lg {
    height: 150px;
  }
  .dim-minh-bigger-lg {
    min-height: 150px;
  }
  .dim-w-big2x-lg {
    width: 200px;
  }
  .dim-h-big2x-lg {
    height: 200px;
  }
  .dim-minh-big2x-lg {
    min-height: 200px;
  }
  .dim-w-mega-lg {
    width: 250px;
  }
  .dim-h-mega-lg {
    height: 250px;
  }
  .dim-minh-mega-lg {
    min-height: 250px;
  }
  .dim-w-big3x-lg {
    width: 300px;
  }
  .dim-h-big3x-lg {
    height: 300px;
  }
  .dim-minh-big3x-lg {
    min-height: 300px;
  }
  .dim-w-big35x-lg {
    width: 350px;
  }
  .dim-h-big35x-lg {
    height: 350px;
  }
  .dim-minh-big35x-lg {
    min-height: 350px;
  }
  .dim-w-big4x-lg {
    width: 400px;
  }
  .dim-h-big4x-lg {
    height: 400px;
  }
  .dim-minh-big4x-lg {
    min-height: 400px;
  }
  .dim-w-big45x-lg {
    width: 450px;
  }
  .dim-h-big45x-lg {
    height: 450px;
  }
  .dim-minh-big45x-lg {
    min-height: 450px;
  }
  .dim-w-big5x-lg {
    width: 500px;
  }
  .dim-h-big5x-lg {
    height: 500px;
  }
  .dim-minh-big5x-lg {
    min-height: 500px;
  }
  .dim-w-big55x-lg {
    width: 550px;
  }
  .dim-h-big55x-lg {
    height: 550px;
  }
  .dim-minh-big55x-lg {
    min-height: 550px;
  }
  .dim-w-big6x-lg {
    width: 600px;
  }
  .dim-h-big6x-lg {
    height: 600px;
  }
  .dim-minh-big6x-lg {
    min-height: 600px;
  }
  .dim-w-big65x-lg {
    width: 650px;
  }
  .dim-h-big65x-lg {
    height: 650px;
  }
  .dim-minh-big65x-lg {
    min-height: 650px;
  }
  .dim-w-big7x-lg {
    width: 700px;
  }
  .dim-h-big7x-lg {
    height: 700px;
  }
  .dim-minh-big7x-lg {
    min-height: 700px;
  }
  .dim-w-big75x-lg {
    width: 750px;
  }
  .dim-h-big75x-lg {
    height: 750px;
  }
  .dim-minh-big75x-lg {
    min-height: 750px;
  }
  .dim-w-full-lg {
    width: 100%;
  }
  .dim-h-full-lg {
    height: 100%;
  }
  .dim-minh-full-lg {
    min-height: 100%;
  }
  .dim-w-half-lg {
    width: 50%;
  }
  .dim-h-half-lg {
    height: 50%;
  }
  .dim-minh-half-lg {
    min-height: 50%;
  }
  .dim-w-quarter-lg {
    width: 25%;
  }
  .dim-h-quarter-lg {
    height: 25%;
  }
  .dim-minh-quarter-lg {
    min-height: 25%;
  }
  .dim-w-third-lg {
    width: 33.33%;
  }
  .dim-h-third-lg {
    height: 33.33%;
  }
  .dim-minh-third-lg {
    min-height: 33.33%;
  }
  .dim-w-two-third-lg {
    width: 66.67%;
  }
  .dim-h-two-third-lg {
    height: 66.67%;
  }
  .dim-minh-two-third-lg {
    min-height: 66.67%;
  }
  .dim-w-5pc-lg {
    width: 5%;
  }
  .dim-h-5pc-lg {
    height: 5%;
  }
  .dim-minh-5pc-lg {
    min-height: 5%;
  }
  .dim-w-10pc-lg {
    width: 10%;
  }
  .dim-h-10pc-lg {
    height: 10%;
  }
  .dim-minh-10pc-lg {
    min-height: 10%;
  }
  .dim-w-15pc-lg {
    width: 15%;
  }
  .dim-h-15pc-lg {
    height: 15%;
  }
  .dim-minh-15pc-lg {
    min-height: 15%;
  }
  .dim-w-16pc-lg {
    width: 16.665%;
  }
  .dim-h-16pc-lg {
    height: 16.665%;
  }
  .dim-minh-16pc-lg {
    min-height: 16.665%;
  }
  .dim-w-20pc-lg {
    width: 20%;
  }
  .dim-h-20pc-lg {
    height: 20%;
  }
  .dim-minh-20pc-lg {
    min-height: 20%;
  }
  .dim-w-33pc-lg {
    width: 33.33%;
  }
  .dim-h-33pc-lg {
    height: 33.33%;
  }
  .dim-minh-33pc-lg {
    min-height: 33.33%;
  }
  .dim-w-66pc-lg {
    width: 66.67%;
  }
  .dim-h-66pc-lg {
    height: 66.67%;
  }
  .dim-minh-66pc-lg {
    min-height: 66.67%;
  }
  .dim-w-30pc-lg {
    width: 30%;
  }
  .dim-h-30pc-lg {
    height: 30%;
  }
  .dim-minh-30pc-lg {
    min-height: 30%;
  }
  .dim-w-40pc-lg {
    width: 40%;
  }
  .dim-h-40pc-lg {
    height: 40%;
  }
  .dim-minh-40pc-lg {
    min-height: 40%;
  }
  .dim-w-60pc-lg {
    width: 60%;
  }
  .dim-h-60pc-lg {
    height: 60%;
  }
  .dim-minh-60pc-lg {
    min-height: 60%;
  }
  .dim-w-70pc-lg {
    width: 70%;
  }
  .dim-h-70pc-lg {
    height: 70%;
  }
  .dim-minh-70pc-lg {
    min-height: 70%;
  }
  .dim-w-80pc-lg {
    width: 80%;
  }
  .dim-h-80pc-lg {
    height: 80%;
  }
  .dim-minh-80pc-lg {
    min-height: 80%;
  }
  .dim-w-90pc-lg {
    width: 90%;
  }
  .dim-h-90pc-lg {
    height: 90%;
  }
  .dim-minh-90pc-lg {
    min-height: 90%;
  }
  .dim-w-pc-auto-lg {
    width: "auto";
  }
  .dim-w-pc-0-lg {
    width: 0%;
  }
  .dim-w-pc-10-lg {
    width: 10%;
  }
  .dim-w-pc-20-lg {
    width: 20%;
  }
  .dim-w-pc-25-lg {
    width: 25%;
  }
  .dim-w-pc-30-lg {
    width: 30%;
  }
  .dim-w-pc-33-lg {
    width: 33.33%;
  }
  .dim-w-pc-40-lg {
    width: 40%;
  }
  .dim-w-pc-50-lg {
    width: 50%;
  }
  .dim-w-pc-60-lg {
    width: 60%;
  }
  .dim-w-pc-70-lg {
    width: 70%;
  }
  .dim-w-pc-75-lg {
    width: 75%;
  }
  .dim-w-pc-80-lg {
    width: 80%;
  }
  .dim-w-pc-90-lg {
    width: 90%;
  }
  .dim-w-pc-100-lg {
    width: 100%;
  }
  .dim-w-pc-95px-lg {
    width: 95px;
  }
}
@media (min-width: 1470px) {
  .dim-w-none-xl {
    width: 0px;
  }
  .dim-h-none-xl {
    height: 0px;
  }
  .dim-w-nano-xl {
    width: 1px;
  }
  .dim-h-nano-xl {
    height: 1px;
  }
  .dim-w-tiny-xl {
    width: 2px;
  }
  .dim-h-tiny-xl {
    height: 2px;
  }
  .dim-w-mini-xl {
    width: 3px;
  }
  .dim-h-mini-xl {
    height: 3px;
  }
  .dim-w-xxs-xl {
    width: 4px;
  }
  .dim-h-xxs-xl {
    height: 4px;
  }
  .dim-w-xs-xl {
    width: 5px;
  }
  .dim-h-xs-xl {
    height: 5px;
  }
  .dim-w-xss-xl {
    width: 8px;
  }
  .dim-h-xss-xl {
    height: 8px;
  }
  .dim-w-s-xl {
    width: 10px;
  }
  .dim-h-s-xl {
    height: 10px;
  }
  .dim-w-m-xl {
    width: 15px;
  }
  .dim-h-m-xl {
    height: 15px;
  }
  .dim-w-l-xl {
    width: 20px;
  }
  .dim-h-l-xl {
    height: 20px;
  }
  .dim-w-xl-xl {
    width: 25px;
  }
  .dim-h-xl-xl {
    height: 25px;
  }
  .dim-w-xxl-xl {
    width: 30px;
  }
  .dim-h-xxl-xl {
    height: 30px;
  }
  .dim-w-3xl-xl {
    width: 35px;
  }
  .dim-h-3xl-xl {
    height: 35px;
  }
  .dim-w-4xl-xl {
    width: 40px;
  }
  .dim-h-4xl-xl {
    height: 40px;
  }
  .dim-w-5xl-xl {
    width: 50px;
  }
  .dim-h-5xl-xl {
    height: 50px;
  }
  .dim-w-6xl-xl {
    width: 60px;
  }
  .dim-h-6xl-xl {
    height: 60px;
  }
  .dim-w-7xl-xl {
    width: 70px;
  }
  .dim-h-7xl-xl {
    height: 70px;
  }
  .dim-w-8xl-xl {
    width: 80px;
  }
  .dim-h-8xl-xl {
    height: 80px;
  }
  .dim-w-9xl-xl {
    width: 90px;
  }
  .dim-h-9xl-xl {
    height: 90px;
  }
  .dim-w-big-xl {
    width: 100px;
  }
  .dim-h-big-xl {
    height: 100px;
  }
  .dim-w-big125-xl {
    width: 125px;
  }
  .dim-h-big125-xl {
    height: 125px;
  }
  .dim-w-bigger-xl {
    width: 150px;
  }
  .dim-h-bigger-xl {
    height: 150px;
  }
  .dim-w-big2x-xl {
    width: 200px;
  }
  .dim-h-big2x-xl {
    height: 200px;
  }
  .dim-w-mega-xl {
    width: 250px;
  }
  .dim-h-mega-xl {
    height: 250px;
  }
  .dim-w-big3x-xl {
    width: 300px;
  }
  .dim-h-big3x-xl {
    height: 300px;
  }
  .dim-w-big35x-xl {
    width: 350px;
  }
  .dim-h-big35x-xl {
    height: 350px;
  }
  .dim-w-big4x-xl {
    width: 400px;
  }
  .dim-h-big4x-xl {
    height: 400px;
  }
  .dim-w-big45x-xl {
    width: 450px;
  }
  .dim-h-big45x-xl {
    height: 450px;
  }
  .dim-w-big5x-xl {
    width: 500px;
  }
  .dim-h-big5x-xl {
    height: 500px;
  }
  .dim-w-big55x-xl {
    width: 550px;
  }
  .dim-h-big55x-xl {
    height: 550px;
  }
  .dim-w-big6x-xl {
    width: 600px;
  }
  .dim-h-big6x-xl {
    height: 600px;
  }
  .dim-w-big65x-xl {
    width: 650px;
  }
  .dim-h-big65x-xl {
    height: 650px;
  }
  .dim-w-big7x-xl {
    width: 700px;
  }
  .dim-h-big7x-xl {
    height: 700px;
  }
  .dim-w-big75x-xl {
    width: 750px;
  }
  .dim-h-big75x-xl {
    height: 750px;
  }
  .dim-w-full-xl {
    width: 100%;
  }
  .dim-h-full-xl {
    height: 100%;
  }
  .dim-w-half-xl {
    width: 50%;
  }
  .dim-h-half-xl {
    height: 50%;
  }
  .dim-w-quarter-xl {
    width: 25%;
  }
  .dim-h-quarter-xl {
    height: 25%;
  }
  .dim-w-third-xl {
    width: 33.33%;
  }
  .dim-h-third-xl {
    height: 33.33%;
  }
  .dim-w-two-third-xl {
    width: 66.67%;
  }
  .dim-h-two-third-xl {
    height: 66.67%;
  }
  .dim-w-5pc-xl {
    width: 5%;
  }
  .dim-h-5pc-xl {
    height: 5%;
  }
  .dim-w-10pc-xl {
    width: 10%;
  }
  .dim-h-10pc-xl {
    height: 10%;
  }
  .dim-w-15pc-xl {
    width: 15%;
  }
  .dim-h-15pc-xl {
    height: 15%;
  }
  .dim-w-16pc-xl {
    width: 16.665%;
  }
  .dim-h-16pc-xl {
    height: 16.665%;
  }
  .dim-w-20pc-xl {
    width: 20%;
  }
  .dim-h-20pc-xl {
    height: 20%;
  }
  .dim-w-33pc-xl {
    width: 33.33%;
  }
  .dim-h-33pc-xl {
    height: 33.33%;
  }
  .dim-w-66pc-xl {
    width: 66.67%;
  }
  .dim-h-66pc-xl {
    height: 66.67%;
  }
  .dim-w-30pc-xl {
    width: 30%;
  }
  .dim-h-30pc-xl {
    height: 30%;
  }
  .dim-w-40pc-xl {
    width: 40%;
  }
  .dim-h-40pc-xl {
    height: 40%;
  }
  .dim-w-60pc-xl {
    width: 60%;
  }
  .dim-h-60pc-xl {
    height: 60%;
  }
  .dim-w-70pc-xl {
    width: 70%;
  }
  .dim-h-70pc-xl {
    height: 70%;
  }
  .dim-w-80pc-xl {
    width: 80%;
  }
  .dim-h-80pc-xl {
    height: 80%;
  }
  .dim-w-90pc-xl {
    width: 90%;
  }
  .dim-h-90pc-xl {
    height: 90%;
  }
  .dim-w-pc-auto-xl {
    width: "auto";
  }
  .dim-w-pc-0-xl {
    width: 0%;
  }
  .dim-w-pc-10-xl {
    width: 10%;
  }
  .dim-w-pc-20-xl {
    width: 20%;
  }
  .dim-w-pc-25-xl {
    width: 25%;
  }
  .dim-w-pc-30-xl {
    width: 30%;
  }
  .dim-w-pc-33-xl {
    width: 33.33%;
  }
  .dim-w-pc-40-xl {
    width: 40%;
  }
  .dim-w-pc-50-xl {
    width: 50%;
  }
  .dim-w-pc-60-xl {
    width: 60%;
  }
  .dim-w-pc-70-xl {
    width: 70%;
  }
  .dim-w-pc-75-xl {
    width: 75%;
  }
  .dim-w-pc-80-xl {
    width: 80%;
  }
  .dim-w-pc-90-xl {
    width: 90%;
  }
  .dim-w-pc-100-xl {
    width: 100%;
  }
  .dim-w-pc-95px-xl {
    width: 95px;
  }
}
/*.touch .active-wrap-back {
    opacity: 0.75;
    background-color: rgba(0,0,0,0.3);
}*/
.touch .wow {
  opacity: 1;
}
.hover-opacity-full-figcaption:hover .hover-op-none {
  opacity: 0;
}
.fx-flip {
  transform: rotateY(180deg) scale(0.5, 0.5);
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  /* easeOutCubic */
  opacity: 0;
}
.fx-flip-wrapper:not(.active):hover .fx-flip {
  transform: rotateY(0deg) scale(1, 1);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  opacity: 1;
}
.grayscale {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.grayscale:hover {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}
.transition-delay-3 {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.trans-delay-200 {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.fx-ani-cubic-350 {
  -webkit-transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1) 200ms;
  -moz-transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1) 200ms;
  -o-transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1) 200ms;
  transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1) 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.fx-ani-bezier-800, a:hover.fx-ani-bezier-800 {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  /*    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;*/
}
.fx-ease-in-02 {
  transition: all 0.2s ease-in 0s;
}
.fx-ani-cubic-300 {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.fx-ani-circ-1000 {
  -webkit-transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  /* easeOutCirc */
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.fx-ani-cubic-2000 {
  -webkit-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
}
.fx-ani-cubic-1000 {
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
}
.fx-ani-cubic-03 {
  /*all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s*/
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.fx-ani-cubic-700 {
  /*all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s*/
  -webkit-transition: all 700ms cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: all 700ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 700ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 700ms cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
}
.fx-ani-cubic-350-hover:hover {
  -webkit-transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1) 200ms;
  -moz-transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1) 200ms;
  -o-transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1) 200ms;
  transition: all 350ms cubic-bezier(0.075, 0.82, 0.165, 1) 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.fx-ani-bezier-800-hover:hover {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.fx-ease-in-02 {
  transition: all 0.2s ease-in 0s;
}
.fx-ani-cubic-300-hover:hover {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.fx-ani-circ-1000-hover:hover {
  -webkit-transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  /* easeOutCirc */
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.fx-ani-cubic-2000-hover:hover {
  -webkit-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
}
.fx-ani-cubic-1000-hover:hover {
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
}
.fx-ani-cubic-03-hover:hover {
  /*all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s*/
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.fx-ani-cubic-700-hover:hover {
  /*all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s*/
  -webkit-transition: all 700ms cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: all 700ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 700ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 700ms cubic-bezier(0.4, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
}
.fx-translate3d-hover:hover .fx-translate3d-hover--100, .fx-translate3d--100 {
  transform: translate3d(0px, -100%, 0px);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
}
.fx-translate3d-hover:hover .fx-translate3d-hover-100, .fx-translate3d-100 {
  transform: translate3d(0px, 100%, 0px);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
}
.fx-translate3d-hover:hover .fx-translate3d-hover-0, .fx-translate3d-0 {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.fx-translate3d-hover:hover .fx-translate3d-hover-50, .fx-translate3d-50 {
  transform: translate3d(0px, 50%, 0px);
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
}
.fx-translate3d-hover:hover .fx-translate3d-hover--50, .fx-translate3d--50 {
  transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
}
.fx-translate3d-hover:hover .fx-translate3d-hover-5, .fx-translate3d-5 {
  transform: translate3d(0px, 5px, 0px);
  -webkit-transform: translate3d(0, 5px, 0);
  -moz-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
}
.fx-translate3d-hover:hover .fx-translate3d-hover-38, .fx-translate3d-38 {
  transform: translate3d(-38px, 0px, 0px);
  -webkit-transform: translate3d(-38px, 0px, 0px);
  -moz-transform: translate3d(-38px, 0px, 0px);
  -ms-transform: translate3d(-38px, 0px, 0px);
  -o-transform: translate3d(-38px, 0px, 0px);
}
.fx-rotate-90deg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fx-rotate-270deg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fx-rotate-45deg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fx-rotate-315deg {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.fx-rotate-6deg {
  -webkit-transform: rotate(6deg) translate3d(0px, 0px, 1px);
  -moz-transform: rotate(6deg) translate3d(0px, 0px, 1px);
  -o-transform: rotate(6deg) translate3d(0px, 0px, 1px);
  -ms-transform: rotate(6deg) translate3d(0px, 0px, 1px);
  transform: rotate(6deg) translate3d(0px, 0px, 1px);
}
.fx-rotate--6deg {
  -webkit-transform: rotate(-6deg) translate3d(0px, 0px, 1px);
  -moz-transform: rotate(-6deg) translate3d(0px, 0px, 1px);
  -o-transform: rotate(-6deg) translate3d(0px, 0px, 1px);
  -ms-transform: rotate(-6deg) translate3d(0px, 0px, 1px);
  transform: rotate(-6deg) translate3d(0px, 0px, 1px);
}
.fx-grow {
  transform: scale(0.9);
  /* margin: -10px 0 0 -10px;*/
}
.fx-grow:hover, a:hover .fx-grow {
  transform: scale(1);
  /* margin: -10px 0 0 -10px;*/
}
.fx-grow-lg {
  transform: scale(1);
  /* margin: -10px 0 0 -10px;*/
}
.fx-grow-l {
  transform: scale(1);
  /* margin: -10px 0 0 -10px;*/
}
.fx-grow-xl {
  transform: scale(1);
  /* margin: -10px 0 0 -10px;*/
}
.fx-grow-l:hover, a:hover .fx-grow-l {
  transform: scale(1.15);
  /* margin: -10px 0 0 -10px;*/
}
.fx-grow-lg:hover, a:hover .fx-grow-lg {
  transform: scale(1.3);
  /* margin: -10px 0 0 -10px;*/
}
.fx-grow-xl:hover, a:hover .fx-grow-xl {
  transform: scale(1.6);
  /* margin: -10px 0 0 -10px;*/
}
.fx-shrink {
  transform: scale(1.1);
  /* margin: -10px 0 0 -10px;*/
}
.fx-shrink:hover, a:hover .fx-shrink {
  transform: scale(1);
  /* margin: -10px 0 0 -10px;*/
}
.fx-dimmer, a .fx-dimmer {
  opacity: 0;
}
.fx-dimmer:hover, a:hover .fx-dimmer {
  opacity: 0.9;
}
.rotate-4 {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  display: inline-block;
}
@media (min-width: 768px) {
  .fx-flip-wrapper-sm:not(.active):hover .fx-flip {
    transform: rotateY(0deg) scale(1, 1);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    opacity: 1;
  }
}
.m-none {
  margin: 0px;
}
.m-t-none {
  margin-top: 0px;
}
.m-r-none {
  margin-right: 0px;
}
.m-b-none {
  margin-bottom: 0px;
}
.m-b-none-important {
  margin-bottom: 0px !important;
}
.m-l-none {
  margin-left: 0px;
}
.m-tb-none {
  margin-top: 0px;
  margin-bottom: 0px;
}
.m-lr-none {
  margin-left: 0px;
  margin-right: 0px;
}
.m-nt-none {
  margin-top: 0px;
}
.m-nr-none {
  margin-right: 0px;
}
.m-nb-none {
  margin-bottom: 0px;
}
.m-nl-none {
  margin-left: 0px;
}
.m-b-p-none p {
  margin-bottom: 0px;
}
.m-l-hover-i-none:hover i {
  margin-left: 0px;
}
.m-nano {
  margin: 1px;
}
.m-t-nano {
  margin-top: 1px;
}
.m-r-nano {
  margin-right: 1px;
}
.m-b-nano {
  margin-bottom: 1px;
}
.m-b-nano-important {
  margin-bottom: 1px !important;
}
.m-l-nano {
  margin-left: 1px;
}
.m-tb-nano {
  margin-top: 1px;
  margin-bottom: 1px;
}
.m-lr-nano {
  margin-left: 1px;
  margin-right: 1px;
}
.m-nt-nano {
  margin-top: -1px;
}
.m-nr-nano {
  margin-right: -1px;
}
.m-nb-nano {
  margin-bottom: -1px;
}
.m-nl-nano {
  margin-left: -1px;
}
.m-b-p-nano p {
  margin-bottom: 1px;
}
.m-l-hover-i-nano:hover i {
  margin-left: 1px;
}
.m-tiny {
  margin: 2px;
}
.m-t-tiny {
  margin-top: 2px;
}
.m-r-tiny {
  margin-right: 2px;
}
.m-b-tiny {
  margin-bottom: 2px;
}
.m-b-tiny-important {
  margin-bottom: 2px !important;
}
.m-l-tiny {
  margin-left: 2px;
}
.m-tb-tiny {
  margin-top: 2px;
  margin-bottom: 2px;
}
.m-lr-tiny {
  margin-left: 2px;
  margin-right: 2px;
}
.m-nt-tiny {
  margin-top: -2px;
}
.m-nr-tiny {
  margin-right: -2px;
}
.m-nb-tiny {
  margin-bottom: -2px;
}
.m-nl-tiny {
  margin-left: -2px;
}
.m-b-p-tiny p {
  margin-bottom: 2px;
}
.m-l-hover-i-tiny:hover i {
  margin-left: 2px;
}
.m-mini {
  margin: 3px;
}
.m-t-mini {
  margin-top: 3px;
}
.m-r-mini {
  margin-right: 3px;
}
.m-b-mini {
  margin-bottom: 3px;
}
.m-b-mini-important {
  margin-bottom: 3px !important;
}
.m-l-mini {
  margin-left: 3px;
}
.m-tb-mini {
  margin-top: 3px;
  margin-bottom: 3px;
}
.m-lr-mini {
  margin-left: 3px;
  margin-right: 3px;
}
.m-nt-mini {
  margin-top: -3px;
}
.m-nr-mini {
  margin-right: -3px;
}
.m-nb-mini {
  margin-bottom: -3px;
}
.m-nl-mini {
  margin-left: -3px;
}
.m-b-p-mini p {
  margin-bottom: 3px;
}
.m-l-hover-i-mini:hover i {
  margin-left: 3px;
}
.m-xxs {
  margin: 4px;
}
.m-t-xxs {
  margin-top: 4px;
}
.m-r-xxs {
  margin-right: 4px;
}
.m-b-xxs {
  margin-bottom: 4px;
}
.m-b-xxs-important {
  margin-bottom: 4px !important;
}
.m-l-xxs {
  margin-left: 4px;
}
.m-tb-xxs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.m-lr-xxs {
  margin-left: 4px;
  margin-right: 4px;
}
.m-nt-xxs {
  margin-top: -4px;
}
.m-nr-xxs {
  margin-right: -4px;
}
.m-nb-xxs {
  margin-bottom: -4px;
}
.m-nl-xxs {
  margin-left: -4px;
}
.m-b-p-xxs p {
  margin-bottom: 4px;
}
.m-l-hover-i-xxs:hover i {
  margin-left: 4px;
}
.m-xs {
  margin: 5px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-xs-important {
  margin-bottom: 5px !important;
}
.m-l-xs {
  margin-left: 5px;
}
.m-tb-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-lr-xs {
  margin-left: 5px;
  margin-right: 5px;
}
.m-nt-xs {
  margin-top: -5px;
}
.m-nr-xs {
  margin-right: -5px;
}
.m-nb-xs {
  margin-bottom: -5px;
}
.m-nl-xs {
  margin-left: -5px;
}
.m-b-p-xs p {
  margin-bottom: 5px;
}
.m-l-hover-i-xs:hover i {
  margin-left: 5px;
}
.m-xss {
  margin: 8px;
}
.m-t-xss {
  margin-top: 8px;
}
.m-r-xss {
  margin-right: 8px;
}
.m-b-xss {
  margin-bottom: 8px;
}
.m-b-xss-important {
  margin-bottom: 8px !important;
}
.m-l-xss {
  margin-left: 8px;
}
.m-tb-xss {
  margin-top: 8px;
  margin-bottom: 8px;
}
.m-lr-xss {
  margin-left: 8px;
  margin-right: 8px;
}
.m-nt-xss {
  margin-top: -8px;
}
.m-nr-xss {
  margin-right: -8px;
}
.m-nb-xss {
  margin-bottom: -8px;
}
.m-nl-xss {
  margin-left: -8px;
}
.m-b-p-xss p {
  margin-bottom: 8px;
}
.m-l-hover-i-xss:hover i {
  margin-left: 8px;
}
.m-s {
  margin: 10px;
}
.m-t-s {
  margin-top: 10px;
}
.m-r-s {
  margin-right: 10px;
}
.m-b-s {
  margin-bottom: 10px;
}
.m-b-s-important {
  margin-bottom: 10px !important;
}
.m-l-s {
  margin-left: 10px;
}
.m-tb-s {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-lr-s {
  margin-left: 10px;
  margin-right: 10px;
}
.m-nt-s {
  margin-top: -10px;
}
.m-nr-s {
  margin-right: -10px;
}
.m-nb-s {
  margin-bottom: -10px;
}
.m-nl-s {
  margin-left: -10px;
}
.m-b-p-s p {
  margin-bottom: 10px;
}
.m-l-hover-i-s:hover i {
  margin-left: 10px;
}
.m-m {
  margin: 15px;
}
.m-t-m {
  margin-top: 15px;
}
.m-r-m {
  margin-right: 15px;
}
.m-b-m {
  margin-bottom: 15px;
}
.m-b-m-important {
  margin-bottom: 15px !important;
}
.m-l-m {
  margin-left: 15px;
}
.m-tb-m {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m-lr-m {
  margin-left: 15px;
  margin-right: 15px;
}
.m-nt-m {
  margin-top: -15px;
}
.m-nr-m {
  margin-right: -15px;
}
.m-nb-m {
  margin-bottom: -15px;
}
.m-nl-m {
  margin-left: -15px;
}
.m-b-p-m p {
  margin-bottom: 15px;
}
.m-l-hover-i-m:hover i {
  margin-left: 15px;
}
.m-l {
  margin: 20px;
}
.m-t-l {
  margin-top: 20px;
}
.m-r-l {
  margin-right: 20px;
}
.m-b-l {
  margin-bottom: 20px;
}
.m-b-l-important {
  margin-bottom: 20px !important;
}
.m-l-l {
  margin-left: 20px;
}
.m-tb-l {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-lr-l {
  margin-left: 20px;
  margin-right: 20px;
}
.m-nt-l {
  margin-top: -20px;
}
.m-nr-l {
  margin-right: -20px;
}
.m-nb-l {
  margin-bottom: -20px;
}
.m-nl-l {
  margin-left: -20px;
}
.m-b-p-l p {
  margin-bottom: 20px;
}
.m-l-hover-i-l:hover i {
  margin-left: 20px;
}
.m-xl {
  margin: 25px;
}
.m-t-xl {
  margin-top: 25px;
}
.m-r-xl {
  margin-right: 25px;
}
.m-b-xl {
  margin-bottom: 25px;
}
.m-b-xl-important {
  margin-bottom: 25px !important;
}
.m-l-xl {
  margin-left: 25px;
}
.m-tb-xl {
  margin-top: 25px;
  margin-bottom: 25px;
}
.m-lr-xl {
  margin-left: 25px;
  margin-right: 25px;
}
.m-nt-xl {
  margin-top: -25px;
}
.m-nr-xl {
  margin-right: -25px;
}
.m-nb-xl {
  margin-bottom: -25px;
}
.m-nl-xl {
  margin-left: -25px;
}
.m-b-p-xl p {
  margin-bottom: 25px;
}
.m-l-hover-i-xl:hover i {
  margin-left: 25px;
}
.m-xxl {
  margin: 30px;
}
.m-t-xxl {
  margin-top: 30px;
}
.m-r-xxl {
  margin-right: 30px;
}
.m-b-xxl {
  margin-bottom: 30px;
}
.m-b-xxl-important {
  margin-bottom: 30px !important;
}
.m-l-xxl {
  margin-left: 30px;
}
.m-tb-xxl {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-lr-xxl {
  margin-left: 30px;
  margin-right: 30px;
}
.m-nt-xxl {
  margin-top: -30px;
}
.m-nr-xxl {
  margin-right: -30px;
}
.m-nb-xxl {
  margin-bottom: -30px;
}
.m-nl-xxl {
  margin-left: -30px;
}
.m-b-p-xxl p {
  margin-bottom: 30px;
}
.m-l-hover-i-xxl:hover i {
  margin-left: 30px;
}
.m-3xl {
  margin: 35px;
}
.m-t-3xl {
  margin-top: 35px;
}
.m-r-3xl {
  margin-right: 35px;
}
.m-b-3xl {
  margin-bottom: 35px;
}
.m-b-3xl-important {
  margin-bottom: 35px !important;
}
.m-l-3xl {
  margin-left: 35px;
}
.m-tb-3xl {
  margin-top: 35px;
  margin-bottom: 35px;
}
.m-lr-3xl {
  margin-left: 35px;
  margin-right: 35px;
}
.m-nt-3xl {
  margin-top: -35px;
}
.m-nr-3xl {
  margin-right: -35px;
}
.m-nb-3xl {
  margin-bottom: -35px;
}
.m-nl-3xl {
  margin-left: -35px;
}
.m-b-p-3xl p {
  margin-bottom: 35px;
}
.m-l-hover-i-3xl:hover i {
  margin-left: 35px;
}
.m-4xl {
  margin: 40px;
}
.m-t-4xl {
  margin-top: 40px;
}
.m-r-4xl {
  margin-right: 40px;
}
.m-b-4xl {
  margin-bottom: 40px;
}
.m-b-4xl-important {
  margin-bottom: 40px !important;
}
.m-l-4xl {
  margin-left: 40px;
}
.m-tb-4xl {
  margin-top: 40px;
  margin-bottom: 40px;
}
.m-lr-4xl {
  margin-left: 40px;
  margin-right: 40px;
}
.m-nt-4xl {
  margin-top: -40px;
}
.m-nr-4xl {
  margin-right: -40px;
}
.m-nb-4xl {
  margin-bottom: -40px;
}
.m-nl-4xl {
  margin-left: -40px;
}
.m-b-p-4xl p {
  margin-bottom: 40px;
}
.m-l-hover-i-4xl:hover i {
  margin-left: 40px;
}
.m-5xl {
  margin: 50px;
}
.m-t-5xl {
  margin-top: 50px;
}
.m-r-5xl {
  margin-right: 50px;
}
.m-b-5xl {
  margin-bottom: 50px;
}
.m-b-5xl-important {
  margin-bottom: 50px !important;
}
.m-l-5xl {
  margin-left: 50px;
}
.m-tb-5xl {
  margin-top: 50px;
  margin-bottom: 50px;
}
.m-lr-5xl {
  margin-left: 50px;
  margin-right: 50px;
}
.m-nt-5xl {
  margin-top: -50px;
}
.m-nr-5xl {
  margin-right: -50px;
}
.m-nb-5xl {
  margin-bottom: -50px;
}
.m-nl-5xl {
  margin-left: -50px;
}
.m-b-p-5xl p {
  margin-bottom: 50px;
}
.m-l-hover-i-5xl:hover i {
  margin-left: 50px;
}
.m-6xl {
  margin: 60px;
}
.m-t-6xl {
  margin-top: 60px;
}
.m-r-6xl {
  margin-right: 60px;
}
.m-b-6xl {
  margin-bottom: 60px;
}
.m-b-6xl-important {
  margin-bottom: 60px !important;
}
.m-l-6xl {
  margin-left: 60px;
}
.m-tb-6xl {
  margin-top: 60px;
  margin-bottom: 60px;
}
.m-lr-6xl {
  margin-left: 60px;
  margin-right: 60px;
}
.m-nt-6xl {
  margin-top: -60px;
}
.m-nr-6xl {
  margin-right: -60px;
}
.m-nb-6xl {
  margin-bottom: -60px;
}
.m-nl-6xl {
  margin-left: -60px;
}
.m-b-p-6xl p {
  margin-bottom: 60px;
}
.m-l-hover-i-6xl:hover i {
  margin-left: 60px;
}
.m-7xl {
  margin: 70px;
}
.m-t-7xl {
  margin-top: 70px;
}
.m-r-7xl {
  margin-right: 70px;
}
.m-b-7xl {
  margin-bottom: 70px;
}
.m-b-7xl-important {
  margin-bottom: 70px !important;
}
.m-l-7xl {
  margin-left: 70px;
}
.m-tb-7xl {
  margin-top: 70px;
  margin-bottom: 70px;
}
.m-lr-7xl {
  margin-left: 70px;
  margin-right: 70px;
}
.m-nt-7xl {
  margin-top: -70px;
}
.m-nr-7xl {
  margin-right: -70px;
}
.m-nb-7xl {
  margin-bottom: -70px;
}
.m-nl-7xl {
  margin-left: -70px;
}
.m-b-p-7xl p {
  margin-bottom: 70px;
}
.m-l-hover-i-7xl:hover i {
  margin-left: 70px;
}
.m-8xl {
  margin: 80px;
}
.m-t-8xl {
  margin-top: 80px;
}
.m-r-8xl {
  margin-right: 80px;
}
.m-b-8xl {
  margin-bottom: 80px;
}
.m-b-8xl-important {
  margin-bottom: 80px !important;
}
.m-l-8xl {
  margin-left: 80px;
}
.m-tb-8xl {
  margin-top: 80px;
  margin-bottom: 80px;
}
.m-lr-8xl {
  margin-left: 80px;
  margin-right: 80px;
}
.m-nt-8xl {
  margin-top: -80px;
}
.m-nr-8xl {
  margin-right: -80px;
}
.m-nb-8xl {
  margin-bottom: -80px;
}
.m-nl-8xl {
  margin-left: -80px;
}
.m-b-p-8xl p {
  margin-bottom: 80px;
}
.m-l-hover-i-8xl:hover i {
  margin-left: 80px;
}
.m-9xl {
  margin: 90px;
}
.m-t-9xl {
  margin-top: 90px;
}
.m-r-9xl {
  margin-right: 90px;
}
.m-b-9xl {
  margin-bottom: 90px;
}
.m-b-9xl-important {
  margin-bottom: 90px !important;
}
.m-l-9xl {
  margin-left: 90px;
}
.m-tb-9xl {
  margin-top: 90px;
  margin-bottom: 90px;
}
.m-lr-9xl {
  margin-left: 90px;
  margin-right: 90px;
}
.m-nt-9xl {
  margin-top: -90px;
}
.m-nr-9xl {
  margin-right: -90px;
}
.m-nb-9xl {
  margin-bottom: -90px;
}
.m-nl-9xl {
  margin-left: -90px;
}
.m-b-p-9xl p {
  margin-bottom: 90px;
}
.m-l-hover-i-9xl:hover i {
  margin-left: 90px;
}
.m-big {
  margin: 100px;
}
.m-t-big {
  margin-top: 100px;
}
.m-r-big {
  margin-right: 100px;
}
.m-b-big {
  margin-bottom: 100px;
}
.m-b-big-important {
  margin-bottom: 100px !important;
}
.m-l-big {
  margin-left: 100px;
}
.m-tb-big {
  margin-top: 100px;
  margin-bottom: 100px;
}
.m-lr-big {
  margin-left: 100px;
  margin-right: 100px;
}
.m-nt-big {
  margin-top: -100px;
}
.m-nr-big {
  margin-right: -100px;
}
.m-nb-big {
  margin-bottom: -100px;
}
.m-nl-big {
  margin-left: -100px;
}
.m-b-p-big p {
  margin-bottom: 100px;
}
.m-l-hover-i-big:hover i {
  margin-left: 100px;
}
.m-big125 {
  margin: 125px;
}
.m-t-big125 {
  margin-top: 125px;
}
.m-r-big125 {
  margin-right: 125px;
}
.m-b-big125 {
  margin-bottom: 125px;
}
.m-b-big125-important {
  margin-bottom: 125px !important;
}
.m-l-big125 {
  margin-left: 125px;
}
.m-tb-big125 {
  margin-top: 125px;
  margin-bottom: 125px;
}
.m-lr-big125 {
  margin-left: 125px;
  margin-right: 125px;
}
.m-nt-big125 {
  margin-top: -125px;
}
.m-nr-big125 {
  margin-right: -125px;
}
.m-nb-big125 {
  margin-bottom: -125px;
}
.m-nl-big125 {
  margin-left: -125px;
}
.m-b-p-big125 p {
  margin-bottom: 125px;
}
.m-l-hover-i-big125:hover i {
  margin-left: 125px;
}
.m-bigger {
  margin: 150px;
}
.m-t-bigger {
  margin-top: 150px;
}
.m-r-bigger {
  margin-right: 150px;
}
.m-b-bigger {
  margin-bottom: 150px;
}
.m-b-bigger-important {
  margin-bottom: 150px !important;
}
.m-l-bigger {
  margin-left: 150px;
}
.m-tb-bigger {
  margin-top: 150px;
  margin-bottom: 150px;
}
.m-lr-bigger {
  margin-left: 150px;
  margin-right: 150px;
}
.m-nt-bigger {
  margin-top: -150px;
}
.m-nr-bigger {
  margin-right: -150px;
}
.m-nb-bigger {
  margin-bottom: -150px;
}
.m-nl-bigger {
  margin-left: -150px;
}
.m-b-p-bigger p {
  margin-bottom: 150px;
}
.m-l-hover-i-bigger:hover i {
  margin-left: 150px;
}
.m-big2x {
  margin: 200px;
}
.m-t-big2x {
  margin-top: 200px;
}
.m-r-big2x {
  margin-right: 200px;
}
.m-b-big2x {
  margin-bottom: 200px;
}
.m-b-big2x-important {
  margin-bottom: 200px !important;
}
.m-l-big2x {
  margin-left: 200px;
}
.m-tb-big2x {
  margin-top: 200px;
  margin-bottom: 200px;
}
.m-lr-big2x {
  margin-left: 200px;
  margin-right: 200px;
}
.m-nt-big2x {
  margin-top: -200px;
}
.m-nr-big2x {
  margin-right: -200px;
}
.m-nb-big2x {
  margin-bottom: -200px;
}
.m-nl-big2x {
  margin-left: -200px;
}
.m-b-p-big2x p {
  margin-bottom: 200px;
}
.m-l-hover-i-big2x:hover i {
  margin-left: 200px;
}
.m-mega {
  margin: 250px;
}
.m-t-mega {
  margin-top: 250px;
}
.m-r-mega {
  margin-right: 250px;
}
.m-b-mega {
  margin-bottom: 250px;
}
.m-b-mega-important {
  margin-bottom: 250px !important;
}
.m-l-mega {
  margin-left: 250px;
}
.m-tb-mega {
  margin-top: 250px;
  margin-bottom: 250px;
}
.m-lr-mega {
  margin-left: 250px;
  margin-right: 250px;
}
.m-nt-mega {
  margin-top: -250px;
}
.m-nr-mega {
  margin-right: -250px;
}
.m-nb-mega {
  margin-bottom: -250px;
}
.m-nl-mega {
  margin-left: -250px;
}
.m-b-p-mega p {
  margin-bottom: 250px;
}
.m-l-hover-i-mega:hover i {
  margin-left: 250px;
}
.m-big3x {
  margin: 300px;
}
.m-t-big3x {
  margin-top: 300px;
}
.m-r-big3x {
  margin-right: 300px;
}
.m-b-big3x {
  margin-bottom: 300px;
}
.m-b-big3x-important {
  margin-bottom: 300px !important;
}
.m-l-big3x {
  margin-left: 300px;
}
.m-tb-big3x {
  margin-top: 300px;
  margin-bottom: 300px;
}
.m-lr-big3x {
  margin-left: 300px;
  margin-right: 300px;
}
.m-nt-big3x {
  margin-top: -300px;
}
.m-nr-big3x {
  margin-right: -300px;
}
.m-nb-big3x {
  margin-bottom: -300px;
}
.m-nl-big3x {
  margin-left: -300px;
}
.m-b-p-big3x p {
  margin-bottom: 300px;
}
.m-l-hover-i-big3x:hover i {
  margin-left: 300px;
}
.m-big35x {
  margin: 350px;
}
.m-t-big35x {
  margin-top: 350px;
}
.m-r-big35x {
  margin-right: 350px;
}
.m-b-big35x {
  margin-bottom: 350px;
}
.m-b-big35x-important {
  margin-bottom: 350px !important;
}
.m-l-big35x {
  margin-left: 350px;
}
.m-tb-big35x {
  margin-top: 350px;
  margin-bottom: 350px;
}
.m-lr-big35x {
  margin-left: 350px;
  margin-right: 350px;
}
.m-nt-big35x {
  margin-top: -350px;
}
.m-nr-big35x {
  margin-right: -350px;
}
.m-nb-big35x {
  margin-bottom: -350px;
}
.m-nl-big35x {
  margin-left: -350px;
}
.m-b-p-big35x p {
  margin-bottom: 350px;
}
.m-l-hover-i-big35x:hover i {
  margin-left: 350px;
}
.m-big4x {
  margin: 400px;
}
.m-t-big4x {
  margin-top: 400px;
}
.m-r-big4x {
  margin-right: 400px;
}
.m-b-big4x {
  margin-bottom: 400px;
}
.m-b-big4x-important {
  margin-bottom: 400px !important;
}
.m-l-big4x {
  margin-left: 400px;
}
.m-tb-big4x {
  margin-top: 400px;
  margin-bottom: 400px;
}
.m-lr-big4x {
  margin-left: 400px;
  margin-right: 400px;
}
.m-nt-big4x {
  margin-top: -400px;
}
.m-nr-big4x {
  margin-right: -400px;
}
.m-nb-big4x {
  margin-bottom: -400px;
}
.m-nl-big4x {
  margin-left: -400px;
}
.m-b-p-big4x p {
  margin-bottom: 400px;
}
.m-l-hover-i-big4x:hover i {
  margin-left: 400px;
}
.m-big45x {
  margin: 450px;
}
.m-t-big45x {
  margin-top: 450px;
}
.m-r-big45x {
  margin-right: 450px;
}
.m-b-big45x {
  margin-bottom: 450px;
}
.m-b-big45x-important {
  margin-bottom: 450px !important;
}
.m-l-big45x {
  margin-left: 450px;
}
.m-tb-big45x {
  margin-top: 450px;
  margin-bottom: 450px;
}
.m-lr-big45x {
  margin-left: 450px;
  margin-right: 450px;
}
.m-nt-big45x {
  margin-top: -450px;
}
.m-nr-big45x {
  margin-right: -450px;
}
.m-nb-big45x {
  margin-bottom: -450px;
}
.m-nl-big45x {
  margin-left: -450px;
}
.m-b-p-big45x p {
  margin-bottom: 450px;
}
.m-l-hover-i-big45x:hover i {
  margin-left: 450px;
}
.m-big5x {
  margin: 500px;
}
.m-t-big5x {
  margin-top: 500px;
}
.m-r-big5x {
  margin-right: 500px;
}
.m-b-big5x {
  margin-bottom: 500px;
}
.m-b-big5x-important {
  margin-bottom: 500px !important;
}
.m-l-big5x {
  margin-left: 500px;
}
.m-tb-big5x {
  margin-top: 500px;
  margin-bottom: 500px;
}
.m-lr-big5x {
  margin-left: 500px;
  margin-right: 500px;
}
.m-nt-big5x {
  margin-top: -500px;
}
.m-nr-big5x {
  margin-right: -500px;
}
.m-nb-big5x {
  margin-bottom: -500px;
}
.m-nl-big5x {
  margin-left: -500px;
}
.m-b-p-big5x p {
  margin-bottom: 500px;
}
.m-l-hover-i-big5x:hover i {
  margin-left: 500px;
}
.m-big55x {
  margin: 550px;
}
.m-t-big55x {
  margin-top: 550px;
}
.m-r-big55x {
  margin-right: 550px;
}
.m-b-big55x {
  margin-bottom: 550px;
}
.m-b-big55x-important {
  margin-bottom: 550px !important;
}
.m-l-big55x {
  margin-left: 550px;
}
.m-tb-big55x {
  margin-top: 550px;
  margin-bottom: 550px;
}
.m-lr-big55x {
  margin-left: 550px;
  margin-right: 550px;
}
.m-nt-big55x {
  margin-top: -550px;
}
.m-nr-big55x {
  margin-right: -550px;
}
.m-nb-big55x {
  margin-bottom: -550px;
}
.m-nl-big55x {
  margin-left: -550px;
}
.m-b-p-big55x p {
  margin-bottom: 550px;
}
.m-l-hover-i-big55x:hover i {
  margin-left: 550px;
}
.m-big6x {
  margin: 600px;
}
.m-t-big6x {
  margin-top: 600px;
}
.m-r-big6x {
  margin-right: 600px;
}
.m-b-big6x {
  margin-bottom: 600px;
}
.m-b-big6x-important {
  margin-bottom: 600px !important;
}
.m-l-big6x {
  margin-left: 600px;
}
.m-tb-big6x {
  margin-top: 600px;
  margin-bottom: 600px;
}
.m-lr-big6x {
  margin-left: 600px;
  margin-right: 600px;
}
.m-nt-big6x {
  margin-top: -600px;
}
.m-nr-big6x {
  margin-right: -600px;
}
.m-nb-big6x {
  margin-bottom: -600px;
}
.m-nl-big6x {
  margin-left: -600px;
}
.m-b-p-big6x p {
  margin-bottom: 600px;
}
.m-l-hover-i-big6x:hover i {
  margin-left: 600px;
}
.m-big65x {
  margin: 650px;
}
.m-t-big65x {
  margin-top: 650px;
}
.m-r-big65x {
  margin-right: 650px;
}
.m-b-big65x {
  margin-bottom: 650px;
}
.m-b-big65x-important {
  margin-bottom: 650px !important;
}
.m-l-big65x {
  margin-left: 650px;
}
.m-tb-big65x {
  margin-top: 650px;
  margin-bottom: 650px;
}
.m-lr-big65x {
  margin-left: 650px;
  margin-right: 650px;
}
.m-nt-big65x {
  margin-top: -650px;
}
.m-nr-big65x {
  margin-right: -650px;
}
.m-nb-big65x {
  margin-bottom: -650px;
}
.m-nl-big65x {
  margin-left: -650px;
}
.m-b-p-big65x p {
  margin-bottom: 650px;
}
.m-l-hover-i-big65x:hover i {
  margin-left: 650px;
}
.m-big7x {
  margin: 700px;
}
.m-t-big7x {
  margin-top: 700px;
}
.m-r-big7x {
  margin-right: 700px;
}
.m-b-big7x {
  margin-bottom: 700px;
}
.m-b-big7x-important {
  margin-bottom: 700px !important;
}
.m-l-big7x {
  margin-left: 700px;
}
.m-tb-big7x {
  margin-top: 700px;
  margin-bottom: 700px;
}
.m-lr-big7x {
  margin-left: 700px;
  margin-right: 700px;
}
.m-nt-big7x {
  margin-top: -700px;
}
.m-nr-big7x {
  margin-right: -700px;
}
.m-nb-big7x {
  margin-bottom: -700px;
}
.m-nl-big7x {
  margin-left: -700px;
}
.m-b-p-big7x p {
  margin-bottom: 700px;
}
.m-l-hover-i-big7x:hover i {
  margin-left: 700px;
}
.m-big75x {
  margin: 750px;
}
.m-t-big75x {
  margin-top: 750px;
}
.m-r-big75x {
  margin-right: 750px;
}
.m-b-big75x {
  margin-bottom: 750px;
}
.m-b-big75x-important {
  margin-bottom: 750px !important;
}
.m-l-big75x {
  margin-left: 750px;
}
.m-tb-big75x {
  margin-top: 750px;
  margin-bottom: 750px;
}
.m-lr-big75x {
  margin-left: 750px;
  margin-right: 750px;
}
.m-nt-big75x {
  margin-top: -750px;
}
.m-nr-big75x {
  margin-right: -750px;
}
.m-nb-big75x {
  margin-bottom: -750px;
}
.m-nl-big75x {
  margin-left: -750px;
}
.m-b-p-big75x p {
  margin-bottom: 750px;
}
.m-l-hover-i-big75x:hover i {
  margin-left: 750px;
}
.m-full {
  margin: 100%;
}
.m-t-full {
  margin-top: 100%;
}
.m-r-full {
  margin-right: 100%;
}
.m-b-full {
  margin-bottom: 100%;
}
.m-b-full-important {
  margin-bottom: 100% !important;
}
.m-l-full {
  margin-left: 100%;
}
.m-tb-full {
  margin-top: 100%;
  margin-bottom: 100%;
}
.m-lr-full {
  margin-left: 100%;
  margin-right: 100%;
}
.m-nt-full {
  margin-top: -100%;
}
.m-nr-full {
  margin-right: -100%;
}
.m-nb-full {
  margin-bottom: -100%;
}
.m-nl-full {
  margin-left: -100%;
}
.m-b-p-full p {
  margin-bottom: 100%;
}
.m-l-hover-i-full:hover i {
  margin-left: 100%;
}
.m-half {
  margin: 50%;
}
.m-t-half {
  margin-top: 50%;
}
.m-r-half {
  margin-right: 50%;
}
.m-b-half {
  margin-bottom: 50%;
}
.m-b-half-important {
  margin-bottom: 50% !important;
}
.m-l-half {
  margin-left: 50%;
}
.m-tb-half {
  margin-top: 50%;
  margin-bottom: 50%;
}
.m-lr-half {
  margin-left: 50%;
  margin-right: 50%;
}
.m-nt-half {
  margin-top: -50%;
}
.m-nr-half {
  margin-right: -50%;
}
.m-nb-half {
  margin-bottom: -50%;
}
.m-nl-half {
  margin-left: -50%;
}
.m-b-p-half p {
  margin-bottom: 50%;
}
.m-l-hover-i-half:hover i {
  margin-left: 50%;
}
.m-quarter {
  margin: 25%;
}
.m-t-quarter {
  margin-top: 25%;
}
.m-r-quarter {
  margin-right: 25%;
}
.m-b-quarter {
  margin-bottom: 25%;
}
.m-b-quarter-important {
  margin-bottom: 25% !important;
}
.m-l-quarter {
  margin-left: 25%;
}
.m-tb-quarter {
  margin-top: 25%;
  margin-bottom: 25%;
}
.m-lr-quarter {
  margin-left: 25%;
  margin-right: 25%;
}
.m-nt-quarter {
  margin-top: -25%;
}
.m-nr-quarter {
  margin-right: -25%;
}
.m-nb-quarter {
  margin-bottom: -25%;
}
.m-nl-quarter {
  margin-left: -25%;
}
.m-b-p-quarter p {
  margin-bottom: 25%;
}
.m-l-hover-i-quarter:hover i {
  margin-left: 25%;
}
.m-third {
  margin: 33.33%;
}
.m-t-third {
  margin-top: 33.33%;
}
.m-r-third {
  margin-right: 33.33%;
}
.m-b-third {
  margin-bottom: 33.33%;
}
.m-b-third-important {
  margin-bottom: 33.33% !important;
}
.m-l-third {
  margin-left: 33.33%;
}
.m-tb-third {
  margin-top: 33.33%;
  margin-bottom: 33.33%;
}
.m-lr-third {
  margin-left: 33.33%;
  margin-right: 33.33%;
}
.m-nt-third {
  margin-top: -33.33%;
}
.m-nr-third {
  margin-right: -33.33%;
}
.m-nb-third {
  margin-bottom: -33.33%;
}
.m-nl-third {
  margin-left: -33.33%;
}
.m-b-p-third p {
  margin-bottom: 33.33%;
}
.m-l-hover-i-third:hover i {
  margin-left: 33.33%;
}
.m-two-third {
  margin: 66.67%;
}
.m-t-two-third {
  margin-top: 66.67%;
}
.m-r-two-third {
  margin-right: 66.67%;
}
.m-b-two-third {
  margin-bottom: 66.67%;
}
.m-b-two-third-important {
  margin-bottom: 66.67% !important;
}
.m-l-two-third {
  margin-left: 66.67%;
}
.m-tb-two-third {
  margin-top: 66.67%;
  margin-bottom: 66.67%;
}
.m-lr-two-third {
  margin-left: 66.67%;
  margin-right: 66.67%;
}
.m-nt-two-third {
  margin-top: -66.67%;
}
.m-nr-two-third {
  margin-right: -66.67%;
}
.m-nb-two-third {
  margin-bottom: -66.67%;
}
.m-nl-two-third {
  margin-left: -66.67%;
}
.m-b-p-two-third p {
  margin-bottom: 66.67%;
}
.m-l-hover-i-two-third:hover i {
  margin-left: 66.67%;
}
.m-5pc {
  margin: 5%;
}
.m-t-5pc {
  margin-top: 5%;
}
.m-r-5pc {
  margin-right: 5%;
}
.m-b-5pc {
  margin-bottom: 5%;
}
.m-b-5pc-important {
  margin-bottom: 5% !important;
}
.m-l-5pc {
  margin-left: 5%;
}
.m-tb-5pc {
  margin-top: 5%;
  margin-bottom: 5%;
}
.m-lr-5pc {
  margin-left: 5%;
  margin-right: 5%;
}
.m-nt-5pc {
  margin-top: -5%;
}
.m-nr-5pc {
  margin-right: -5%;
}
.m-nb-5pc {
  margin-bottom: -5%;
}
.m-nl-5pc {
  margin-left: -5%;
}
.m-b-p-5pc p {
  margin-bottom: 5%;
}
.m-l-hover-i-5pc:hover i {
  margin-left: 5%;
}
.m-10pc {
  margin: 10%;
}
.m-t-10pc {
  margin-top: 10%;
}
.m-r-10pc {
  margin-right: 10%;
}
.m-b-10pc {
  margin-bottom: 10%;
}
.m-b-10pc-important {
  margin-bottom: 10% !important;
}
.m-l-10pc {
  margin-left: 10%;
}
.m-tb-10pc {
  margin-top: 10%;
  margin-bottom: 10%;
}
.m-lr-10pc {
  margin-left: 10%;
  margin-right: 10%;
}
.m-nt-10pc {
  margin-top: -10%;
}
.m-nr-10pc {
  margin-right: -10%;
}
.m-nb-10pc {
  margin-bottom: -10%;
}
.m-nl-10pc {
  margin-left: -10%;
}
.m-b-p-10pc p {
  margin-bottom: 10%;
}
.m-l-hover-i-10pc:hover i {
  margin-left: 10%;
}
.m-15pc {
  margin: 15%;
}
.m-t-15pc {
  margin-top: 15%;
}
.m-r-15pc {
  margin-right: 15%;
}
.m-b-15pc {
  margin-bottom: 15%;
}
.m-b-15pc-important {
  margin-bottom: 15% !important;
}
.m-l-15pc {
  margin-left: 15%;
}
.m-tb-15pc {
  margin-top: 15%;
  margin-bottom: 15%;
}
.m-lr-15pc {
  margin-left: 15%;
  margin-right: 15%;
}
.m-nt-15pc {
  margin-top: -15%;
}
.m-nr-15pc {
  margin-right: -15%;
}
.m-nb-15pc {
  margin-bottom: -15%;
}
.m-nl-15pc {
  margin-left: -15%;
}
.m-b-p-15pc p {
  margin-bottom: 15%;
}
.m-l-hover-i-15pc:hover i {
  margin-left: 15%;
}
.m-16pc {
  margin: 16.665%;
}
.m-t-16pc {
  margin-top: 16.665%;
}
.m-r-16pc {
  margin-right: 16.665%;
}
.m-b-16pc {
  margin-bottom: 16.665%;
}
.m-b-16pc-important {
  margin-bottom: 16.665% !important;
}
.m-l-16pc {
  margin-left: 16.665%;
}
.m-tb-16pc {
  margin-top: 16.665%;
  margin-bottom: 16.665%;
}
.m-lr-16pc {
  margin-left: 16.665%;
  margin-right: 16.665%;
}
.m-nt-16pc {
  margin-top: -16.665%;
}
.m-nr-16pc {
  margin-right: -16.665%;
}
.m-nb-16pc {
  margin-bottom: -16.665%;
}
.m-nl-16pc {
  margin-left: -16.665%;
}
.m-b-p-16pc p {
  margin-bottom: 16.665%;
}
.m-l-hover-i-16pc:hover i {
  margin-left: 16.665%;
}
.m-20pc {
  margin: 20%;
}
.m-t-20pc {
  margin-top: 20%;
}
.m-r-20pc {
  margin-right: 20%;
}
.m-b-20pc {
  margin-bottom: 20%;
}
.m-b-20pc-important {
  margin-bottom: 20% !important;
}
.m-l-20pc {
  margin-left: 20%;
}
.m-tb-20pc {
  margin-top: 20%;
  margin-bottom: 20%;
}
.m-lr-20pc {
  margin-left: 20%;
  margin-right: 20%;
}
.m-nt-20pc {
  margin-top: -20%;
}
.m-nr-20pc {
  margin-right: -20%;
}
.m-nb-20pc {
  margin-bottom: -20%;
}
.m-nl-20pc {
  margin-left: -20%;
}
.m-b-p-20pc p {
  margin-bottom: 20%;
}
.m-l-hover-i-20pc:hover i {
  margin-left: 20%;
}
.m-33pc {
  margin: 33.33%;
}
.m-t-33pc {
  margin-top: 33.33%;
}
.m-r-33pc {
  margin-right: 33.33%;
}
.m-b-33pc {
  margin-bottom: 33.33%;
}
.m-b-33pc-important {
  margin-bottom: 33.33% !important;
}
.m-l-33pc {
  margin-left: 33.33%;
}
.m-tb-33pc {
  margin-top: 33.33%;
  margin-bottom: 33.33%;
}
.m-lr-33pc {
  margin-left: 33.33%;
  margin-right: 33.33%;
}
.m-nt-33pc {
  margin-top: -33.33%;
}
.m-nr-33pc {
  margin-right: -33.33%;
}
.m-nb-33pc {
  margin-bottom: -33.33%;
}
.m-nl-33pc {
  margin-left: -33.33%;
}
.m-b-p-33pc p {
  margin-bottom: 33.33%;
}
.m-l-hover-i-33pc:hover i {
  margin-left: 33.33%;
}
.m-66pc {
  margin: 66.67%;
}
.m-t-66pc {
  margin-top: 66.67%;
}
.m-r-66pc {
  margin-right: 66.67%;
}
.m-b-66pc {
  margin-bottom: 66.67%;
}
.m-b-66pc-important {
  margin-bottom: 66.67% !important;
}
.m-l-66pc {
  margin-left: 66.67%;
}
.m-tb-66pc {
  margin-top: 66.67%;
  margin-bottom: 66.67%;
}
.m-lr-66pc {
  margin-left: 66.67%;
  margin-right: 66.67%;
}
.m-nt-66pc {
  margin-top: -66.67%;
}
.m-nr-66pc {
  margin-right: -66.67%;
}
.m-nb-66pc {
  margin-bottom: -66.67%;
}
.m-nl-66pc {
  margin-left: -66.67%;
}
.m-b-p-66pc p {
  margin-bottom: 66.67%;
}
.m-l-hover-i-66pc:hover i {
  margin-left: 66.67%;
}
.m-30pc {
  margin: 30%;
}
.m-t-30pc {
  margin-top: 30%;
}
.m-r-30pc {
  margin-right: 30%;
}
.m-b-30pc {
  margin-bottom: 30%;
}
.m-b-30pc-important {
  margin-bottom: 30% !important;
}
.m-l-30pc {
  margin-left: 30%;
}
.m-tb-30pc {
  margin-top: 30%;
  margin-bottom: 30%;
}
.m-lr-30pc {
  margin-left: 30%;
  margin-right: 30%;
}
.m-nt-30pc {
  margin-top: -30%;
}
.m-nr-30pc {
  margin-right: -30%;
}
.m-nb-30pc {
  margin-bottom: -30%;
}
.m-nl-30pc {
  margin-left: -30%;
}
.m-b-p-30pc p {
  margin-bottom: 30%;
}
.m-l-hover-i-30pc:hover i {
  margin-left: 30%;
}
.m-40pc {
  margin: 40%;
}
.m-t-40pc {
  margin-top: 40%;
}
.m-r-40pc {
  margin-right: 40%;
}
.m-b-40pc {
  margin-bottom: 40%;
}
.m-b-40pc-important {
  margin-bottom: 40% !important;
}
.m-l-40pc {
  margin-left: 40%;
}
.m-tb-40pc {
  margin-top: 40%;
  margin-bottom: 40%;
}
.m-lr-40pc {
  margin-left: 40%;
  margin-right: 40%;
}
.m-nt-40pc {
  margin-top: -40%;
}
.m-nr-40pc {
  margin-right: -40%;
}
.m-nb-40pc {
  margin-bottom: -40%;
}
.m-nl-40pc {
  margin-left: -40%;
}
.m-b-p-40pc p {
  margin-bottom: 40%;
}
.m-l-hover-i-40pc:hover i {
  margin-left: 40%;
}
.m-60pc {
  margin: 60%;
}
.m-t-60pc {
  margin-top: 60%;
}
.m-r-60pc {
  margin-right: 60%;
}
.m-b-60pc {
  margin-bottom: 60%;
}
.m-b-60pc-important {
  margin-bottom: 60% !important;
}
.m-l-60pc {
  margin-left: 60%;
}
.m-tb-60pc {
  margin-top: 60%;
  margin-bottom: 60%;
}
.m-lr-60pc {
  margin-left: 60%;
  margin-right: 60%;
}
.m-nt-60pc {
  margin-top: -60%;
}
.m-nr-60pc {
  margin-right: -60%;
}
.m-nb-60pc {
  margin-bottom: -60%;
}
.m-nl-60pc {
  margin-left: -60%;
}
.m-b-p-60pc p {
  margin-bottom: 60%;
}
.m-l-hover-i-60pc:hover i {
  margin-left: 60%;
}
.m-70pc {
  margin: 70%;
}
.m-t-70pc {
  margin-top: 70%;
}
.m-r-70pc {
  margin-right: 70%;
}
.m-b-70pc {
  margin-bottom: 70%;
}
.m-b-70pc-important {
  margin-bottom: 70% !important;
}
.m-l-70pc {
  margin-left: 70%;
}
.m-tb-70pc {
  margin-top: 70%;
  margin-bottom: 70%;
}
.m-lr-70pc {
  margin-left: 70%;
  margin-right: 70%;
}
.m-nt-70pc {
  margin-top: -70%;
}
.m-nr-70pc {
  margin-right: -70%;
}
.m-nb-70pc {
  margin-bottom: -70%;
}
.m-nl-70pc {
  margin-left: -70%;
}
.m-b-p-70pc p {
  margin-bottom: 70%;
}
.m-l-hover-i-70pc:hover i {
  margin-left: 70%;
}
.m-80pc {
  margin: 80%;
}
.m-t-80pc {
  margin-top: 80%;
}
.m-r-80pc {
  margin-right: 80%;
}
.m-b-80pc {
  margin-bottom: 80%;
}
.m-b-80pc-important {
  margin-bottom: 80% !important;
}
.m-l-80pc {
  margin-left: 80%;
}
.m-tb-80pc {
  margin-top: 80%;
  margin-bottom: 80%;
}
.m-lr-80pc {
  margin-left: 80%;
  margin-right: 80%;
}
.m-nt-80pc {
  margin-top: -80%;
}
.m-nr-80pc {
  margin-right: -80%;
}
.m-nb-80pc {
  margin-bottom: -80%;
}
.m-nl-80pc {
  margin-left: -80%;
}
.m-b-p-80pc p {
  margin-bottom: 80%;
}
.m-l-hover-i-80pc:hover i {
  margin-left: 80%;
}
.m-90pc {
  margin: 90%;
}
.m-t-90pc {
  margin-top: 90%;
}
.m-r-90pc {
  margin-right: 90%;
}
.m-b-90pc {
  margin-bottom: 90%;
}
.m-b-90pc-important {
  margin-bottom: 90% !important;
}
.m-l-90pc {
  margin-left: 90%;
}
.m-tb-90pc {
  margin-top: 90%;
  margin-bottom: 90%;
}
.m-lr-90pc {
  margin-left: 90%;
  margin-right: 90%;
}
.m-nt-90pc {
  margin-top: -90%;
}
.m-nr-90pc {
  margin-right: -90%;
}
.m-nb-90pc {
  margin-bottom: -90%;
}
.m-nl-90pc {
  margin-left: -90%;
}
.m-b-p-90pc p {
  margin-bottom: 90%;
}
.m-l-hover-i-90pc:hover i {
  margin-left: 90%;
}
.m-own-row {
  margin-left: -15px;
  margin-right: -15px;
}
.m-t--47px {
  margin-top: -47px !important;
}
.m-center {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m-own-row-sm {
    margin-left: -15px;
    margin-right: -15px;
  }
  .m-center-sm {
    margin: 0 auto;
  }
  .m-t-none-sm {
    margin-top: 0px;
  }
  .m-b-none-sm {
    margin-bottom: 0px;
  }
  .m-t-none-sm {
    margin-top: 0px;
  }
  .m-lr-none-sm {
    margin-left: 0px;
    margin-right: 0px;
  }
  .m-l-none-sm {
    margin-left: 0px;
  }
  .m-r-none-sm {
    margin-right: 0px;
  }
  .m-nl-none-sm {
    margin-left: 0px;
  }
  .m-nr-none-sm {
    margin-right: 0px;
  }
  .m-nb-none-sm {
    margin-bottom: 0px;
  }
  .m-nt-none-sm {
    margin-top: 0px;
  }
  .m-t-nano-sm {
    margin-top: 1px;
  }
  .m-b-nano-sm {
    margin-bottom: 1px;
  }
  .m-t-nano-sm {
    margin-top: 1px;
  }
  .m-lr-nano-sm {
    margin-left: 1px;
    margin-right: 1px;
  }
  .m-l-nano-sm {
    margin-left: 1px;
  }
  .m-r-nano-sm {
    margin-right: 1px;
  }
  .m-nl-nano-sm {
    margin-left: -1px;
  }
  .m-nr-nano-sm {
    margin-right: -1px;
  }
  .m-nb-nano-sm {
    margin-bottom: -1px;
  }
  .m-nt-nano-sm {
    margin-top: -1px;
  }
  .m-t-tiny-sm {
    margin-top: 2px;
  }
  .m-b-tiny-sm {
    margin-bottom: 2px;
  }
  .m-t-tiny-sm {
    margin-top: 2px;
  }
  .m-lr-tiny-sm {
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-l-tiny-sm {
    margin-left: 2px;
  }
  .m-r-tiny-sm {
    margin-right: 2px;
  }
  .m-nl-tiny-sm {
    margin-left: -2px;
  }
  .m-nr-tiny-sm {
    margin-right: -2px;
  }
  .m-nb-tiny-sm {
    margin-bottom: -2px;
  }
  .m-nt-tiny-sm {
    margin-top: -2px;
  }
  .m-t-mini-sm {
    margin-top: 3px;
  }
  .m-b-mini-sm {
    margin-bottom: 3px;
  }
  .m-t-mini-sm {
    margin-top: 3px;
  }
  .m-lr-mini-sm {
    margin-left: 3px;
    margin-right: 3px;
  }
  .m-l-mini-sm {
    margin-left: 3px;
  }
  .m-r-mini-sm {
    margin-right: 3px;
  }
  .m-nl-mini-sm {
    margin-left: -3px;
  }
  .m-nr-mini-sm {
    margin-right: -3px;
  }
  .m-nb-mini-sm {
    margin-bottom: -3px;
  }
  .m-nt-mini-sm {
    margin-top: -3px;
  }
  .m-t-xxs-sm {
    margin-top: 4px;
  }
  .m-b-xxs-sm {
    margin-bottom: 4px;
  }
  .m-t-xxs-sm {
    margin-top: 4px;
  }
  .m-lr-xxs-sm {
    margin-left: 4px;
    margin-right: 4px;
  }
  .m-l-xxs-sm {
    margin-left: 4px;
  }
  .m-r-xxs-sm {
    margin-right: 4px;
  }
  .m-nl-xxs-sm {
    margin-left: -4px;
  }
  .m-nr-xxs-sm {
    margin-right: -4px;
  }
  .m-nb-xxs-sm {
    margin-bottom: -4px;
  }
  .m-nt-xxs-sm {
    margin-top: -4px;
  }
  .m-t-xs-sm {
    margin-top: 5px;
  }
  .m-b-xs-sm {
    margin-bottom: 5px;
  }
  .m-t-xs-sm {
    margin-top: 5px;
  }
  .m-lr-xs-sm {
    margin-left: 5px;
    margin-right: 5px;
  }
  .m-l-xs-sm {
    margin-left: 5px;
  }
  .m-r-xs-sm {
    margin-right: 5px;
  }
  .m-nl-xs-sm {
    margin-left: -5px;
  }
  .m-nr-xs-sm {
    margin-right: -5px;
  }
  .m-nb-xs-sm {
    margin-bottom: -5px;
  }
  .m-nt-xs-sm {
    margin-top: -5px;
  }
  .m-t-xss-sm {
    margin-top: 8px;
  }
  .m-b-xss-sm {
    margin-bottom: 8px;
  }
  .m-t-xss-sm {
    margin-top: 8px;
  }
  .m-lr-xss-sm {
    margin-left: 8px;
    margin-right: 8px;
  }
  .m-l-xss-sm {
    margin-left: 8px;
  }
  .m-r-xss-sm {
    margin-right: 8px;
  }
  .m-nl-xss-sm {
    margin-left: -8px;
  }
  .m-nr-xss-sm {
    margin-right: -8px;
  }
  .m-nb-xss-sm {
    margin-bottom: -8px;
  }
  .m-nt-xss-sm {
    margin-top: -8px;
  }
  .m-t-s-sm {
    margin-top: 10px;
  }
  .m-b-s-sm {
    margin-bottom: 10px;
  }
  .m-t-s-sm {
    margin-top: 10px;
  }
  .m-lr-s-sm {
    margin-left: 10px;
    margin-right: 10px;
  }
  .m-l-s-sm {
    margin-left: 10px;
  }
  .m-r-s-sm {
    margin-right: 10px;
  }
  .m-nl-s-sm {
    margin-left: -10px;
  }
  .m-nr-s-sm {
    margin-right: -10px;
  }
  .m-nb-s-sm {
    margin-bottom: -10px;
  }
  .m-nt-s-sm {
    margin-top: -10px;
  }
  .m-t-m-sm {
    margin-top: 15px;
  }
  .m-b-m-sm {
    margin-bottom: 15px;
  }
  .m-t-m-sm {
    margin-top: 15px;
  }
  .m-lr-m-sm {
    margin-left: 15px;
    margin-right: 15px;
  }
  .m-l-m-sm {
    margin-left: 15px;
  }
  .m-r-m-sm {
    margin-right: 15px;
  }
  .m-nl-m-sm {
    margin-left: -15px;
  }
  .m-nr-m-sm {
    margin-right: -15px;
  }
  .m-nb-m-sm {
    margin-bottom: -15px;
  }
  .m-nt-m-sm {
    margin-top: -15px;
  }
  .m-t-l-sm {
    margin-top: 20px;
  }
  .m-b-l-sm {
    margin-bottom: 20px;
  }
  .m-t-l-sm {
    margin-top: 20px;
  }
  .m-lr-l-sm {
    margin-left: 20px;
    margin-right: 20px;
  }
  .m-l-l-sm {
    margin-left: 20px;
  }
  .m-r-l-sm {
    margin-right: 20px;
  }
  .m-nl-l-sm {
    margin-left: -20px;
  }
  .m-nr-l-sm {
    margin-right: -20px;
  }
  .m-nb-l-sm {
    margin-bottom: -20px;
  }
  .m-nt-l-sm {
    margin-top: -20px;
  }
  .m-t-xl-sm {
    margin-top: 25px;
  }
  .m-b-xl-sm {
    margin-bottom: 25px;
  }
  .m-t-xl-sm {
    margin-top: 25px;
  }
  .m-lr-xl-sm {
    margin-left: 25px;
    margin-right: 25px;
  }
  .m-l-xl-sm {
    margin-left: 25px;
  }
  .m-r-xl-sm {
    margin-right: 25px;
  }
  .m-nl-xl-sm {
    margin-left: -25px;
  }
  .m-nr-xl-sm {
    margin-right: -25px;
  }
  .m-nb-xl-sm {
    margin-bottom: -25px;
  }
  .m-nt-xl-sm {
    margin-top: -25px;
  }
  .m-t-xxl-sm {
    margin-top: 30px;
  }
  .m-b-xxl-sm {
    margin-bottom: 30px;
  }
  .m-t-xxl-sm {
    margin-top: 30px;
  }
  .m-lr-xxl-sm {
    margin-left: 30px;
    margin-right: 30px;
  }
  .m-l-xxl-sm {
    margin-left: 30px;
  }
  .m-r-xxl-sm {
    margin-right: 30px;
  }
  .m-nl-xxl-sm {
    margin-left: -30px;
  }
  .m-nr-xxl-sm {
    margin-right: -30px;
  }
  .m-nb-xxl-sm {
    margin-bottom: -30px;
  }
  .m-nt-xxl-sm {
    margin-top: -30px;
  }
  .m-t-3xl-sm {
    margin-top: 35px;
  }
  .m-b-3xl-sm {
    margin-bottom: 35px;
  }
  .m-t-3xl-sm {
    margin-top: 35px;
  }
  .m-lr-3xl-sm {
    margin-left: 35px;
    margin-right: 35px;
  }
  .m-l-3xl-sm {
    margin-left: 35px;
  }
  .m-r-3xl-sm {
    margin-right: 35px;
  }
  .m-nl-3xl-sm {
    margin-left: -35px;
  }
  .m-nr-3xl-sm {
    margin-right: -35px;
  }
  .m-nb-3xl-sm {
    margin-bottom: -35px;
  }
  .m-nt-3xl-sm {
    margin-top: -35px;
  }
  .m-t-4xl-sm {
    margin-top: 40px;
  }
  .m-b-4xl-sm {
    margin-bottom: 40px;
  }
  .m-t-4xl-sm {
    margin-top: 40px;
  }
  .m-lr-4xl-sm {
    margin-left: 40px;
    margin-right: 40px;
  }
  .m-l-4xl-sm {
    margin-left: 40px;
  }
  .m-r-4xl-sm {
    margin-right: 40px;
  }
  .m-nl-4xl-sm {
    margin-left: -40px;
  }
  .m-nr-4xl-sm {
    margin-right: -40px;
  }
  .m-nb-4xl-sm {
    margin-bottom: -40px;
  }
  .m-nt-4xl-sm {
    margin-top: -40px;
  }
  .m-t-5xl-sm {
    margin-top: 50px;
  }
  .m-b-5xl-sm {
    margin-bottom: 50px;
  }
  .m-t-5xl-sm {
    margin-top: 50px;
  }
  .m-lr-5xl-sm {
    margin-left: 50px;
    margin-right: 50px;
  }
  .m-l-5xl-sm {
    margin-left: 50px;
  }
  .m-r-5xl-sm {
    margin-right: 50px;
  }
  .m-nl-5xl-sm {
    margin-left: -50px;
  }
  .m-nr-5xl-sm {
    margin-right: -50px;
  }
  .m-nb-5xl-sm {
    margin-bottom: -50px;
  }
  .m-nt-5xl-sm {
    margin-top: -50px;
  }
  .m-t-6xl-sm {
    margin-top: 60px;
  }
  .m-b-6xl-sm {
    margin-bottom: 60px;
  }
  .m-t-6xl-sm {
    margin-top: 60px;
  }
  .m-lr-6xl-sm {
    margin-left: 60px;
    margin-right: 60px;
  }
  .m-l-6xl-sm {
    margin-left: 60px;
  }
  .m-r-6xl-sm {
    margin-right: 60px;
  }
  .m-nl-6xl-sm {
    margin-left: -60px;
  }
  .m-nr-6xl-sm {
    margin-right: -60px;
  }
  .m-nb-6xl-sm {
    margin-bottom: -60px;
  }
  .m-nt-6xl-sm {
    margin-top: -60px;
  }
  .m-t-7xl-sm {
    margin-top: 70px;
  }
  .m-b-7xl-sm {
    margin-bottom: 70px;
  }
  .m-t-7xl-sm {
    margin-top: 70px;
  }
  .m-lr-7xl-sm {
    margin-left: 70px;
    margin-right: 70px;
  }
  .m-l-7xl-sm {
    margin-left: 70px;
  }
  .m-r-7xl-sm {
    margin-right: 70px;
  }
  .m-nl-7xl-sm {
    margin-left: -70px;
  }
  .m-nr-7xl-sm {
    margin-right: -70px;
  }
  .m-nb-7xl-sm {
    margin-bottom: -70px;
  }
  .m-nt-7xl-sm {
    margin-top: -70px;
  }
  .m-t-8xl-sm {
    margin-top: 80px;
  }
  .m-b-8xl-sm {
    margin-bottom: 80px;
  }
  .m-t-8xl-sm {
    margin-top: 80px;
  }
  .m-lr-8xl-sm {
    margin-left: 80px;
    margin-right: 80px;
  }
  .m-l-8xl-sm {
    margin-left: 80px;
  }
  .m-r-8xl-sm {
    margin-right: 80px;
  }
  .m-nl-8xl-sm {
    margin-left: -80px;
  }
  .m-nr-8xl-sm {
    margin-right: -80px;
  }
  .m-nb-8xl-sm {
    margin-bottom: -80px;
  }
  .m-nt-8xl-sm {
    margin-top: -80px;
  }
  .m-t-9xl-sm {
    margin-top: 90px;
  }
  .m-b-9xl-sm {
    margin-bottom: 90px;
  }
  .m-t-9xl-sm {
    margin-top: 90px;
  }
  .m-lr-9xl-sm {
    margin-left: 90px;
    margin-right: 90px;
  }
  .m-l-9xl-sm {
    margin-left: 90px;
  }
  .m-r-9xl-sm {
    margin-right: 90px;
  }
  .m-nl-9xl-sm {
    margin-left: -90px;
  }
  .m-nr-9xl-sm {
    margin-right: -90px;
  }
  .m-nb-9xl-sm {
    margin-bottom: -90px;
  }
  .m-nt-9xl-sm {
    margin-top: -90px;
  }
  .m-t-big-sm {
    margin-top: 100px;
  }
  .m-b-big-sm {
    margin-bottom: 100px;
  }
  .m-t-big-sm {
    margin-top: 100px;
  }
  .m-lr-big-sm {
    margin-left: 100px;
    margin-right: 100px;
  }
  .m-l-big-sm {
    margin-left: 100px;
  }
  .m-r-big-sm {
    margin-right: 100px;
  }
  .m-nl-big-sm {
    margin-left: -100px;
  }
  .m-nr-big-sm {
    margin-right: -100px;
  }
  .m-nb-big-sm {
    margin-bottom: -100px;
  }
  .m-nt-big-sm {
    margin-top: -100px;
  }
  .m-t-big125-sm {
    margin-top: 125px;
  }
  .m-b-big125-sm {
    margin-bottom: 125px;
  }
  .m-t-big125-sm {
    margin-top: 125px;
  }
  .m-lr-big125-sm {
    margin-left: 125px;
    margin-right: 125px;
  }
  .m-l-big125-sm {
    margin-left: 125px;
  }
  .m-r-big125-sm {
    margin-right: 125px;
  }
  .m-nl-big125-sm {
    margin-left: -125px;
  }
  .m-nr-big125-sm {
    margin-right: -125px;
  }
  .m-nb-big125-sm {
    margin-bottom: -125px;
  }
  .m-nt-big125-sm {
    margin-top: -125px;
  }
  .m-t-bigger-sm {
    margin-top: 150px;
  }
  .m-b-bigger-sm {
    margin-bottom: 150px;
  }
  .m-t-bigger-sm {
    margin-top: 150px;
  }
  .m-lr-bigger-sm {
    margin-left: 150px;
    margin-right: 150px;
  }
  .m-l-bigger-sm {
    margin-left: 150px;
  }
  .m-r-bigger-sm {
    margin-right: 150px;
  }
  .m-nl-bigger-sm {
    margin-left: -150px;
  }
  .m-nr-bigger-sm {
    margin-right: -150px;
  }
  .m-nb-bigger-sm {
    margin-bottom: -150px;
  }
  .m-nt-bigger-sm {
    margin-top: -150px;
  }
  .m-t-big2x-sm {
    margin-top: 200px;
  }
  .m-b-big2x-sm {
    margin-bottom: 200px;
  }
  .m-t-big2x-sm {
    margin-top: 200px;
  }
  .m-lr-big2x-sm {
    margin-left: 200px;
    margin-right: 200px;
  }
  .m-l-big2x-sm {
    margin-left: 200px;
  }
  .m-r-big2x-sm {
    margin-right: 200px;
  }
  .m-nl-big2x-sm {
    margin-left: -200px;
  }
  .m-nr-big2x-sm {
    margin-right: -200px;
  }
  .m-nb-big2x-sm {
    margin-bottom: -200px;
  }
  .m-nt-big2x-sm {
    margin-top: -200px;
  }
  .m-t-mega-sm {
    margin-top: 250px;
  }
  .m-b-mega-sm {
    margin-bottom: 250px;
  }
  .m-t-mega-sm {
    margin-top: 250px;
  }
  .m-lr-mega-sm {
    margin-left: 250px;
    margin-right: 250px;
  }
  .m-l-mega-sm {
    margin-left: 250px;
  }
  .m-r-mega-sm {
    margin-right: 250px;
  }
  .m-nl-mega-sm {
    margin-left: -250px;
  }
  .m-nr-mega-sm {
    margin-right: -250px;
  }
  .m-nb-mega-sm {
    margin-bottom: -250px;
  }
  .m-nt-mega-sm {
    margin-top: -250px;
  }
  .m-t-big3x-sm {
    margin-top: 300px;
  }
  .m-b-big3x-sm {
    margin-bottom: 300px;
  }
  .m-t-big3x-sm {
    margin-top: 300px;
  }
  .m-lr-big3x-sm {
    margin-left: 300px;
    margin-right: 300px;
  }
  .m-l-big3x-sm {
    margin-left: 300px;
  }
  .m-r-big3x-sm {
    margin-right: 300px;
  }
  .m-nl-big3x-sm {
    margin-left: -300px;
  }
  .m-nr-big3x-sm {
    margin-right: -300px;
  }
  .m-nb-big3x-sm {
    margin-bottom: -300px;
  }
  .m-nt-big3x-sm {
    margin-top: -300px;
  }
  .m-t-big35x-sm {
    margin-top: 350px;
  }
  .m-b-big35x-sm {
    margin-bottom: 350px;
  }
  .m-t-big35x-sm {
    margin-top: 350px;
  }
  .m-lr-big35x-sm {
    margin-left: 350px;
    margin-right: 350px;
  }
  .m-l-big35x-sm {
    margin-left: 350px;
  }
  .m-r-big35x-sm {
    margin-right: 350px;
  }
  .m-nl-big35x-sm {
    margin-left: -350px;
  }
  .m-nr-big35x-sm {
    margin-right: -350px;
  }
  .m-nb-big35x-sm {
    margin-bottom: -350px;
  }
  .m-nt-big35x-sm {
    margin-top: -350px;
  }
  .m-t-big4x-sm {
    margin-top: 400px;
  }
  .m-b-big4x-sm {
    margin-bottom: 400px;
  }
  .m-t-big4x-sm {
    margin-top: 400px;
  }
  .m-lr-big4x-sm {
    margin-left: 400px;
    margin-right: 400px;
  }
  .m-l-big4x-sm {
    margin-left: 400px;
  }
  .m-r-big4x-sm {
    margin-right: 400px;
  }
  .m-nl-big4x-sm {
    margin-left: -400px;
  }
  .m-nr-big4x-sm {
    margin-right: -400px;
  }
  .m-nb-big4x-sm {
    margin-bottom: -400px;
  }
  .m-nt-big4x-sm {
    margin-top: -400px;
  }
  .m-t-big45x-sm {
    margin-top: 450px;
  }
  .m-b-big45x-sm {
    margin-bottom: 450px;
  }
  .m-t-big45x-sm {
    margin-top: 450px;
  }
  .m-lr-big45x-sm {
    margin-left: 450px;
    margin-right: 450px;
  }
  .m-l-big45x-sm {
    margin-left: 450px;
  }
  .m-r-big45x-sm {
    margin-right: 450px;
  }
  .m-nl-big45x-sm {
    margin-left: -450px;
  }
  .m-nr-big45x-sm {
    margin-right: -450px;
  }
  .m-nb-big45x-sm {
    margin-bottom: -450px;
  }
  .m-nt-big45x-sm {
    margin-top: -450px;
  }
  .m-t-big5x-sm {
    margin-top: 500px;
  }
  .m-b-big5x-sm {
    margin-bottom: 500px;
  }
  .m-t-big5x-sm {
    margin-top: 500px;
  }
  .m-lr-big5x-sm {
    margin-left: 500px;
    margin-right: 500px;
  }
  .m-l-big5x-sm {
    margin-left: 500px;
  }
  .m-r-big5x-sm {
    margin-right: 500px;
  }
  .m-nl-big5x-sm {
    margin-left: -500px;
  }
  .m-nr-big5x-sm {
    margin-right: -500px;
  }
  .m-nb-big5x-sm {
    margin-bottom: -500px;
  }
  .m-nt-big5x-sm {
    margin-top: -500px;
  }
  .m-t-big55x-sm {
    margin-top: 550px;
  }
  .m-b-big55x-sm {
    margin-bottom: 550px;
  }
  .m-t-big55x-sm {
    margin-top: 550px;
  }
  .m-lr-big55x-sm {
    margin-left: 550px;
    margin-right: 550px;
  }
  .m-l-big55x-sm {
    margin-left: 550px;
  }
  .m-r-big55x-sm {
    margin-right: 550px;
  }
  .m-nl-big55x-sm {
    margin-left: -550px;
  }
  .m-nr-big55x-sm {
    margin-right: -550px;
  }
  .m-nb-big55x-sm {
    margin-bottom: -550px;
  }
  .m-nt-big55x-sm {
    margin-top: -550px;
  }
  .m-t-big6x-sm {
    margin-top: 600px;
  }
  .m-b-big6x-sm {
    margin-bottom: 600px;
  }
  .m-t-big6x-sm {
    margin-top: 600px;
  }
  .m-lr-big6x-sm {
    margin-left: 600px;
    margin-right: 600px;
  }
  .m-l-big6x-sm {
    margin-left: 600px;
  }
  .m-r-big6x-sm {
    margin-right: 600px;
  }
  .m-nl-big6x-sm {
    margin-left: -600px;
  }
  .m-nr-big6x-sm {
    margin-right: -600px;
  }
  .m-nb-big6x-sm {
    margin-bottom: -600px;
  }
  .m-nt-big6x-sm {
    margin-top: -600px;
  }
  .m-t-big65x-sm {
    margin-top: 650px;
  }
  .m-b-big65x-sm {
    margin-bottom: 650px;
  }
  .m-t-big65x-sm {
    margin-top: 650px;
  }
  .m-lr-big65x-sm {
    margin-left: 650px;
    margin-right: 650px;
  }
  .m-l-big65x-sm {
    margin-left: 650px;
  }
  .m-r-big65x-sm {
    margin-right: 650px;
  }
  .m-nl-big65x-sm {
    margin-left: -650px;
  }
  .m-nr-big65x-sm {
    margin-right: -650px;
  }
  .m-nb-big65x-sm {
    margin-bottom: -650px;
  }
  .m-nt-big65x-sm {
    margin-top: -650px;
  }
  .m-t-big7x-sm {
    margin-top: 700px;
  }
  .m-b-big7x-sm {
    margin-bottom: 700px;
  }
  .m-t-big7x-sm {
    margin-top: 700px;
  }
  .m-lr-big7x-sm {
    margin-left: 700px;
    margin-right: 700px;
  }
  .m-l-big7x-sm {
    margin-left: 700px;
  }
  .m-r-big7x-sm {
    margin-right: 700px;
  }
  .m-nl-big7x-sm {
    margin-left: -700px;
  }
  .m-nr-big7x-sm {
    margin-right: -700px;
  }
  .m-nb-big7x-sm {
    margin-bottom: -700px;
  }
  .m-nt-big7x-sm {
    margin-top: -700px;
  }
  .m-t-big75x-sm {
    margin-top: 750px;
  }
  .m-b-big75x-sm {
    margin-bottom: 750px;
  }
  .m-t-big75x-sm {
    margin-top: 750px;
  }
  .m-lr-big75x-sm {
    margin-left: 750px;
    margin-right: 750px;
  }
  .m-l-big75x-sm {
    margin-left: 750px;
  }
  .m-r-big75x-sm {
    margin-right: 750px;
  }
  .m-nl-big75x-sm {
    margin-left: -750px;
  }
  .m-nr-big75x-sm {
    margin-right: -750px;
  }
  .m-nb-big75x-sm {
    margin-bottom: -750px;
  }
  .m-nt-big75x-sm {
    margin-top: -750px;
  }
  .m-t-full-sm {
    margin-top: 100%;
  }
  .m-b-full-sm {
    margin-bottom: 100%;
  }
  .m-t-full-sm {
    margin-top: 100%;
  }
  .m-lr-full-sm {
    margin-left: 100%;
    margin-right: 100%;
  }
  .m-l-full-sm {
    margin-left: 100%;
  }
  .m-r-full-sm {
    margin-right: 100%;
  }
  .m-nl-full-sm {
    margin-left: -100%;
  }
  .m-nr-full-sm {
    margin-right: -100%;
  }
  .m-nb-full-sm {
    margin-bottom: -100%;
  }
  .m-nt-full-sm {
    margin-top: -100%;
  }
  .m-t-half-sm {
    margin-top: 50%;
  }
  .m-b-half-sm {
    margin-bottom: 50%;
  }
  .m-t-half-sm {
    margin-top: 50%;
  }
  .m-lr-half-sm {
    margin-left: 50%;
    margin-right: 50%;
  }
  .m-l-half-sm {
    margin-left: 50%;
  }
  .m-r-half-sm {
    margin-right: 50%;
  }
  .m-nl-half-sm {
    margin-left: -50%;
  }
  .m-nr-half-sm {
    margin-right: -50%;
  }
  .m-nb-half-sm {
    margin-bottom: -50%;
  }
  .m-nt-half-sm {
    margin-top: -50%;
  }
  .m-t-quarter-sm {
    margin-top: 25%;
  }
  .m-b-quarter-sm {
    margin-bottom: 25%;
  }
  .m-t-quarter-sm {
    margin-top: 25%;
  }
  .m-lr-quarter-sm {
    margin-left: 25%;
    margin-right: 25%;
  }
  .m-l-quarter-sm {
    margin-left: 25%;
  }
  .m-r-quarter-sm {
    margin-right: 25%;
  }
  .m-nl-quarter-sm {
    margin-left: -25%;
  }
  .m-nr-quarter-sm {
    margin-right: -25%;
  }
  .m-nb-quarter-sm {
    margin-bottom: -25%;
  }
  .m-nt-quarter-sm {
    margin-top: -25%;
  }
  .m-t-third-sm {
    margin-top: 33.33%;
  }
  .m-b-third-sm {
    margin-bottom: 33.33%;
  }
  .m-t-third-sm {
    margin-top: 33.33%;
  }
  .m-lr-third-sm {
    margin-left: 33.33%;
    margin-right: 33.33%;
  }
  .m-l-third-sm {
    margin-left: 33.33%;
  }
  .m-r-third-sm {
    margin-right: 33.33%;
  }
  .m-nl-third-sm {
    margin-left: -33.33%;
  }
  .m-nr-third-sm {
    margin-right: -33.33%;
  }
  .m-nb-third-sm {
    margin-bottom: -33.33%;
  }
  .m-nt-third-sm {
    margin-top: -33.33%;
  }
  .m-t-two-third-sm {
    margin-top: 66.67%;
  }
  .m-b-two-third-sm {
    margin-bottom: 66.67%;
  }
  .m-t-two-third-sm {
    margin-top: 66.67%;
  }
  .m-lr-two-third-sm {
    margin-left: 66.67%;
    margin-right: 66.67%;
  }
  .m-l-two-third-sm {
    margin-left: 66.67%;
  }
  .m-r-two-third-sm {
    margin-right: 66.67%;
  }
  .m-nl-two-third-sm {
    margin-left: -66.67%;
  }
  .m-nr-two-third-sm {
    margin-right: -66.67%;
  }
  .m-nb-two-third-sm {
    margin-bottom: -66.67%;
  }
  .m-nt-two-third-sm {
    margin-top: -66.67%;
  }
  .m-t-5pc-sm {
    margin-top: 5%;
  }
  .m-b-5pc-sm {
    margin-bottom: 5%;
  }
  .m-t-5pc-sm {
    margin-top: 5%;
  }
  .m-lr-5pc-sm {
    margin-left: 5%;
    margin-right: 5%;
  }
  .m-l-5pc-sm {
    margin-left: 5%;
  }
  .m-r-5pc-sm {
    margin-right: 5%;
  }
  .m-nl-5pc-sm {
    margin-left: -5%;
  }
  .m-nr-5pc-sm {
    margin-right: -5%;
  }
  .m-nb-5pc-sm {
    margin-bottom: -5%;
  }
  .m-nt-5pc-sm {
    margin-top: -5%;
  }
  .m-t-10pc-sm {
    margin-top: 10%;
  }
  .m-b-10pc-sm {
    margin-bottom: 10%;
  }
  .m-t-10pc-sm {
    margin-top: 10%;
  }
  .m-lr-10pc-sm {
    margin-left: 10%;
    margin-right: 10%;
  }
  .m-l-10pc-sm {
    margin-left: 10%;
  }
  .m-r-10pc-sm {
    margin-right: 10%;
  }
  .m-nl-10pc-sm {
    margin-left: -10%;
  }
  .m-nr-10pc-sm {
    margin-right: -10%;
  }
  .m-nb-10pc-sm {
    margin-bottom: -10%;
  }
  .m-nt-10pc-sm {
    margin-top: -10%;
  }
  .m-t-15pc-sm {
    margin-top: 15%;
  }
  .m-b-15pc-sm {
    margin-bottom: 15%;
  }
  .m-t-15pc-sm {
    margin-top: 15%;
  }
  .m-lr-15pc-sm {
    margin-left: 15%;
    margin-right: 15%;
  }
  .m-l-15pc-sm {
    margin-left: 15%;
  }
  .m-r-15pc-sm {
    margin-right: 15%;
  }
  .m-nl-15pc-sm {
    margin-left: -15%;
  }
  .m-nr-15pc-sm {
    margin-right: -15%;
  }
  .m-nb-15pc-sm {
    margin-bottom: -15%;
  }
  .m-nt-15pc-sm {
    margin-top: -15%;
  }
  .m-t-16pc-sm {
    margin-top: 16.665%;
  }
  .m-b-16pc-sm {
    margin-bottom: 16.665%;
  }
  .m-t-16pc-sm {
    margin-top: 16.665%;
  }
  .m-lr-16pc-sm {
    margin-left: 16.665%;
    margin-right: 16.665%;
  }
  .m-l-16pc-sm {
    margin-left: 16.665%;
  }
  .m-r-16pc-sm {
    margin-right: 16.665%;
  }
  .m-nl-16pc-sm {
    margin-left: -16.665%;
  }
  .m-nr-16pc-sm {
    margin-right: -16.665%;
  }
  .m-nb-16pc-sm {
    margin-bottom: -16.665%;
  }
  .m-nt-16pc-sm {
    margin-top: -16.665%;
  }
  .m-t-20pc-sm {
    margin-top: 20%;
  }
  .m-b-20pc-sm {
    margin-bottom: 20%;
  }
  .m-t-20pc-sm {
    margin-top: 20%;
  }
  .m-lr-20pc-sm {
    margin-left: 20%;
    margin-right: 20%;
  }
  .m-l-20pc-sm {
    margin-left: 20%;
  }
  .m-r-20pc-sm {
    margin-right: 20%;
  }
  .m-nl-20pc-sm {
    margin-left: -20%;
  }
  .m-nr-20pc-sm {
    margin-right: -20%;
  }
  .m-nb-20pc-sm {
    margin-bottom: -20%;
  }
  .m-nt-20pc-sm {
    margin-top: -20%;
  }
  .m-t-33pc-sm {
    margin-top: 33.33%;
  }
  .m-b-33pc-sm {
    margin-bottom: 33.33%;
  }
  .m-t-33pc-sm {
    margin-top: 33.33%;
  }
  .m-lr-33pc-sm {
    margin-left: 33.33%;
    margin-right: 33.33%;
  }
  .m-l-33pc-sm {
    margin-left: 33.33%;
  }
  .m-r-33pc-sm {
    margin-right: 33.33%;
  }
  .m-nl-33pc-sm {
    margin-left: -33.33%;
  }
  .m-nr-33pc-sm {
    margin-right: -33.33%;
  }
  .m-nb-33pc-sm {
    margin-bottom: -33.33%;
  }
  .m-nt-33pc-sm {
    margin-top: -33.33%;
  }
  .m-t-66pc-sm {
    margin-top: 66.67%;
  }
  .m-b-66pc-sm {
    margin-bottom: 66.67%;
  }
  .m-t-66pc-sm {
    margin-top: 66.67%;
  }
  .m-lr-66pc-sm {
    margin-left: 66.67%;
    margin-right: 66.67%;
  }
  .m-l-66pc-sm {
    margin-left: 66.67%;
  }
  .m-r-66pc-sm {
    margin-right: 66.67%;
  }
  .m-nl-66pc-sm {
    margin-left: -66.67%;
  }
  .m-nr-66pc-sm {
    margin-right: -66.67%;
  }
  .m-nb-66pc-sm {
    margin-bottom: -66.67%;
  }
  .m-nt-66pc-sm {
    margin-top: -66.67%;
  }
  .m-t-30pc-sm {
    margin-top: 30%;
  }
  .m-b-30pc-sm {
    margin-bottom: 30%;
  }
  .m-t-30pc-sm {
    margin-top: 30%;
  }
  .m-lr-30pc-sm {
    margin-left: 30%;
    margin-right: 30%;
  }
  .m-l-30pc-sm {
    margin-left: 30%;
  }
  .m-r-30pc-sm {
    margin-right: 30%;
  }
  .m-nl-30pc-sm {
    margin-left: -30%;
  }
  .m-nr-30pc-sm {
    margin-right: -30%;
  }
  .m-nb-30pc-sm {
    margin-bottom: -30%;
  }
  .m-nt-30pc-sm {
    margin-top: -30%;
  }
  .m-t-40pc-sm {
    margin-top: 40%;
  }
  .m-b-40pc-sm {
    margin-bottom: 40%;
  }
  .m-t-40pc-sm {
    margin-top: 40%;
  }
  .m-lr-40pc-sm {
    margin-left: 40%;
    margin-right: 40%;
  }
  .m-l-40pc-sm {
    margin-left: 40%;
  }
  .m-r-40pc-sm {
    margin-right: 40%;
  }
  .m-nl-40pc-sm {
    margin-left: -40%;
  }
  .m-nr-40pc-sm {
    margin-right: -40%;
  }
  .m-nb-40pc-sm {
    margin-bottom: -40%;
  }
  .m-nt-40pc-sm {
    margin-top: -40%;
  }
  .m-t-60pc-sm {
    margin-top: 60%;
  }
  .m-b-60pc-sm {
    margin-bottom: 60%;
  }
  .m-t-60pc-sm {
    margin-top: 60%;
  }
  .m-lr-60pc-sm {
    margin-left: 60%;
    margin-right: 60%;
  }
  .m-l-60pc-sm {
    margin-left: 60%;
  }
  .m-r-60pc-sm {
    margin-right: 60%;
  }
  .m-nl-60pc-sm {
    margin-left: -60%;
  }
  .m-nr-60pc-sm {
    margin-right: -60%;
  }
  .m-nb-60pc-sm {
    margin-bottom: -60%;
  }
  .m-nt-60pc-sm {
    margin-top: -60%;
  }
  .m-t-70pc-sm {
    margin-top: 70%;
  }
  .m-b-70pc-sm {
    margin-bottom: 70%;
  }
  .m-t-70pc-sm {
    margin-top: 70%;
  }
  .m-lr-70pc-sm {
    margin-left: 70%;
    margin-right: 70%;
  }
  .m-l-70pc-sm {
    margin-left: 70%;
  }
  .m-r-70pc-sm {
    margin-right: 70%;
  }
  .m-nl-70pc-sm {
    margin-left: -70%;
  }
  .m-nr-70pc-sm {
    margin-right: -70%;
  }
  .m-nb-70pc-sm {
    margin-bottom: -70%;
  }
  .m-nt-70pc-sm {
    margin-top: -70%;
  }
  .m-t-80pc-sm {
    margin-top: 80%;
  }
  .m-b-80pc-sm {
    margin-bottom: 80%;
  }
  .m-t-80pc-sm {
    margin-top: 80%;
  }
  .m-lr-80pc-sm {
    margin-left: 80%;
    margin-right: 80%;
  }
  .m-l-80pc-sm {
    margin-left: 80%;
  }
  .m-r-80pc-sm {
    margin-right: 80%;
  }
  .m-nl-80pc-sm {
    margin-left: -80%;
  }
  .m-nr-80pc-sm {
    margin-right: -80%;
  }
  .m-nb-80pc-sm {
    margin-bottom: -80%;
  }
  .m-nt-80pc-sm {
    margin-top: -80%;
  }
  .m-t-90pc-sm {
    margin-top: 90%;
  }
  .m-b-90pc-sm {
    margin-bottom: 90%;
  }
  .m-t-90pc-sm {
    margin-top: 90%;
  }
  .m-lr-90pc-sm {
    margin-left: 90%;
    margin-right: 90%;
  }
  .m-l-90pc-sm {
    margin-left: 90%;
  }
  .m-r-90pc-sm {
    margin-right: 90%;
  }
  .m-nl-90pc-sm {
    margin-left: -90%;
  }
  .m-nr-90pc-sm {
    margin-right: -90%;
  }
  .m-nb-90pc-sm {
    margin-bottom: -90%;
  }
  .m-nt-90pc-sm {
    margin-top: -90%;
  }
}
@media (min-width: 992px) {
  .m-t-none-md {
    margin-top: 0px;
  }
  .m-b-none-md {
    margin-bottom: 0px;
  }
  .m-lr-none-md {
    margin-left: 0px;
    margin-right: 0px;
  }
  .m-l-none-md {
    margin-left: 0px;
  }
  .m-r-none-md {
    margin-right: 0px;
  }
  .m-t-nano-md {
    margin-top: 1px;
  }
  .m-b-nano-md {
    margin-bottom: 1px;
  }
  .m-lr-nano-md {
    margin-left: 1px;
    margin-right: 1px;
  }
  .m-l-nano-md {
    margin-left: 1px;
  }
  .m-r-nano-md {
    margin-right: 1px;
  }
  .m-t-tiny-md {
    margin-top: 2px;
  }
  .m-b-tiny-md {
    margin-bottom: 2px;
  }
  .m-lr-tiny-md {
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-l-tiny-md {
    margin-left: 2px;
  }
  .m-r-tiny-md {
    margin-right: 2px;
  }
  .m-t-mini-md {
    margin-top: 3px;
  }
  .m-b-mini-md {
    margin-bottom: 3px;
  }
  .m-lr-mini-md {
    margin-left: 3px;
    margin-right: 3px;
  }
  .m-l-mini-md {
    margin-left: 3px;
  }
  .m-r-mini-md {
    margin-right: 3px;
  }
  .m-t-xxs-md {
    margin-top: 4px;
  }
  .m-b-xxs-md {
    margin-bottom: 4px;
  }
  .m-lr-xxs-md {
    margin-left: 4px;
    margin-right: 4px;
  }
  .m-l-xxs-md {
    margin-left: 4px;
  }
  .m-r-xxs-md {
    margin-right: 4px;
  }
  .m-t-xs-md {
    margin-top: 5px;
  }
  .m-b-xs-md {
    margin-bottom: 5px;
  }
  .m-lr-xs-md {
    margin-left: 5px;
    margin-right: 5px;
  }
  .m-l-xs-md {
    margin-left: 5px;
  }
  .m-r-xs-md {
    margin-right: 5px;
  }
  .m-t-xss-md {
    margin-top: 8px;
  }
  .m-b-xss-md {
    margin-bottom: 8px;
  }
  .m-lr-xss-md {
    margin-left: 8px;
    margin-right: 8px;
  }
  .m-l-xss-md {
    margin-left: 8px;
  }
  .m-r-xss-md {
    margin-right: 8px;
  }
  .m-t-s-md {
    margin-top: 10px;
  }
  .m-b-s-md {
    margin-bottom: 10px;
  }
  .m-lr-s-md {
    margin-left: 10px;
    margin-right: 10px;
  }
  .m-l-s-md {
    margin-left: 10px;
  }
  .m-r-s-md {
    margin-right: 10px;
  }
  .m-t-m-md {
    margin-top: 15px;
  }
  .m-b-m-md {
    margin-bottom: 15px;
  }
  .m-lr-m-md {
    margin-left: 15px;
    margin-right: 15px;
  }
  .m-l-m-md {
    margin-left: 15px;
  }
  .m-r-m-md {
    margin-right: 15px;
  }
  .m-t-l-md {
    margin-top: 20px;
  }
  .m-b-l-md {
    margin-bottom: 20px;
  }
  .m-lr-l-md {
    margin-left: 20px;
    margin-right: 20px;
  }
  .m-l-l-md {
    margin-left: 20px;
  }
  .m-r-l-md {
    margin-right: 20px;
  }
  .m-t-xl-md {
    margin-top: 25px;
  }
  .m-b-xl-md {
    margin-bottom: 25px;
  }
  .m-lr-xl-md {
    margin-left: 25px;
    margin-right: 25px;
  }
  .m-l-xl-md {
    margin-left: 25px;
  }
  .m-r-xl-md {
    margin-right: 25px;
  }
  .m-t-xxl-md {
    margin-top: 30px;
  }
  .m-b-xxl-md {
    margin-bottom: 30px;
  }
  .m-lr-xxl-md {
    margin-left: 30px;
    margin-right: 30px;
  }
  .m-l-xxl-md {
    margin-left: 30px;
  }
  .m-r-xxl-md {
    margin-right: 30px;
  }
  .m-t-3xl-md {
    margin-top: 35px;
  }
  .m-b-3xl-md {
    margin-bottom: 35px;
  }
  .m-lr-3xl-md {
    margin-left: 35px;
    margin-right: 35px;
  }
  .m-l-3xl-md {
    margin-left: 35px;
  }
  .m-r-3xl-md {
    margin-right: 35px;
  }
  .m-t-4xl-md {
    margin-top: 40px;
  }
  .m-b-4xl-md {
    margin-bottom: 40px;
  }
  .m-lr-4xl-md {
    margin-left: 40px;
    margin-right: 40px;
  }
  .m-l-4xl-md {
    margin-left: 40px;
  }
  .m-r-4xl-md {
    margin-right: 40px;
  }
  .m-t-5xl-md {
    margin-top: 50px;
  }
  .m-b-5xl-md {
    margin-bottom: 50px;
  }
  .m-lr-5xl-md {
    margin-left: 50px;
    margin-right: 50px;
  }
  .m-l-5xl-md {
    margin-left: 50px;
  }
  .m-r-5xl-md {
    margin-right: 50px;
  }
  .m-t-6xl-md {
    margin-top: 60px;
  }
  .m-b-6xl-md {
    margin-bottom: 60px;
  }
  .m-lr-6xl-md {
    margin-left: 60px;
    margin-right: 60px;
  }
  .m-l-6xl-md {
    margin-left: 60px;
  }
  .m-r-6xl-md {
    margin-right: 60px;
  }
  .m-t-7xl-md {
    margin-top: 70px;
  }
  .m-b-7xl-md {
    margin-bottom: 70px;
  }
  .m-lr-7xl-md {
    margin-left: 70px;
    margin-right: 70px;
  }
  .m-l-7xl-md {
    margin-left: 70px;
  }
  .m-r-7xl-md {
    margin-right: 70px;
  }
  .m-t-8xl-md {
    margin-top: 80px;
  }
  .m-b-8xl-md {
    margin-bottom: 80px;
  }
  .m-lr-8xl-md {
    margin-left: 80px;
    margin-right: 80px;
  }
  .m-l-8xl-md {
    margin-left: 80px;
  }
  .m-r-8xl-md {
    margin-right: 80px;
  }
  .m-t-9xl-md {
    margin-top: 90px;
  }
  .m-b-9xl-md {
    margin-bottom: 90px;
  }
  .m-lr-9xl-md {
    margin-left: 90px;
    margin-right: 90px;
  }
  .m-l-9xl-md {
    margin-left: 90px;
  }
  .m-r-9xl-md {
    margin-right: 90px;
  }
  .m-t-big-md {
    margin-top: 100px;
  }
  .m-b-big-md {
    margin-bottom: 100px;
  }
  .m-lr-big-md {
    margin-left: 100px;
    margin-right: 100px;
  }
  .m-l-big-md {
    margin-left: 100px;
  }
  .m-r-big-md {
    margin-right: 100px;
  }
  .m-t-big125-md {
    margin-top: 125px;
  }
  .m-b-big125-md {
    margin-bottom: 125px;
  }
  .m-lr-big125-md {
    margin-left: 125px;
    margin-right: 125px;
  }
  .m-l-big125-md {
    margin-left: 125px;
  }
  .m-r-big125-md {
    margin-right: 125px;
  }
  .m-t-bigger-md {
    margin-top: 150px;
  }
  .m-b-bigger-md {
    margin-bottom: 150px;
  }
  .m-lr-bigger-md {
    margin-left: 150px;
    margin-right: 150px;
  }
  .m-l-bigger-md {
    margin-left: 150px;
  }
  .m-r-bigger-md {
    margin-right: 150px;
  }
  .m-t-big2x-md {
    margin-top: 200px;
  }
  .m-b-big2x-md {
    margin-bottom: 200px;
  }
  .m-lr-big2x-md {
    margin-left: 200px;
    margin-right: 200px;
  }
  .m-l-big2x-md {
    margin-left: 200px;
  }
  .m-r-big2x-md {
    margin-right: 200px;
  }
  .m-t-mega-md {
    margin-top: 250px;
  }
  .m-b-mega-md {
    margin-bottom: 250px;
  }
  .m-lr-mega-md {
    margin-left: 250px;
    margin-right: 250px;
  }
  .m-l-mega-md {
    margin-left: 250px;
  }
  .m-r-mega-md {
    margin-right: 250px;
  }
  .m-t-big3x-md {
    margin-top: 300px;
  }
  .m-b-big3x-md {
    margin-bottom: 300px;
  }
  .m-lr-big3x-md {
    margin-left: 300px;
    margin-right: 300px;
  }
  .m-l-big3x-md {
    margin-left: 300px;
  }
  .m-r-big3x-md {
    margin-right: 300px;
  }
  .m-t-big35x-md {
    margin-top: 350px;
  }
  .m-b-big35x-md {
    margin-bottom: 350px;
  }
  .m-lr-big35x-md {
    margin-left: 350px;
    margin-right: 350px;
  }
  .m-l-big35x-md {
    margin-left: 350px;
  }
  .m-r-big35x-md {
    margin-right: 350px;
  }
  .m-t-big4x-md {
    margin-top: 400px;
  }
  .m-b-big4x-md {
    margin-bottom: 400px;
  }
  .m-lr-big4x-md {
    margin-left: 400px;
    margin-right: 400px;
  }
  .m-l-big4x-md {
    margin-left: 400px;
  }
  .m-r-big4x-md {
    margin-right: 400px;
  }
  .m-t-big45x-md {
    margin-top: 450px;
  }
  .m-b-big45x-md {
    margin-bottom: 450px;
  }
  .m-lr-big45x-md {
    margin-left: 450px;
    margin-right: 450px;
  }
  .m-l-big45x-md {
    margin-left: 450px;
  }
  .m-r-big45x-md {
    margin-right: 450px;
  }
  .m-t-big5x-md {
    margin-top: 500px;
  }
  .m-b-big5x-md {
    margin-bottom: 500px;
  }
  .m-lr-big5x-md {
    margin-left: 500px;
    margin-right: 500px;
  }
  .m-l-big5x-md {
    margin-left: 500px;
  }
  .m-r-big5x-md {
    margin-right: 500px;
  }
  .m-t-big55x-md {
    margin-top: 550px;
  }
  .m-b-big55x-md {
    margin-bottom: 550px;
  }
  .m-lr-big55x-md {
    margin-left: 550px;
    margin-right: 550px;
  }
  .m-l-big55x-md {
    margin-left: 550px;
  }
  .m-r-big55x-md {
    margin-right: 550px;
  }
  .m-t-big6x-md {
    margin-top: 600px;
  }
  .m-b-big6x-md {
    margin-bottom: 600px;
  }
  .m-lr-big6x-md {
    margin-left: 600px;
    margin-right: 600px;
  }
  .m-l-big6x-md {
    margin-left: 600px;
  }
  .m-r-big6x-md {
    margin-right: 600px;
  }
  .m-t-big65x-md {
    margin-top: 650px;
  }
  .m-b-big65x-md {
    margin-bottom: 650px;
  }
  .m-lr-big65x-md {
    margin-left: 650px;
    margin-right: 650px;
  }
  .m-l-big65x-md {
    margin-left: 650px;
  }
  .m-r-big65x-md {
    margin-right: 650px;
  }
  .m-t-big7x-md {
    margin-top: 700px;
  }
  .m-b-big7x-md {
    margin-bottom: 700px;
  }
  .m-lr-big7x-md {
    margin-left: 700px;
    margin-right: 700px;
  }
  .m-l-big7x-md {
    margin-left: 700px;
  }
  .m-r-big7x-md {
    margin-right: 700px;
  }
  .m-t-big75x-md {
    margin-top: 750px;
  }
  .m-b-big75x-md {
    margin-bottom: 750px;
  }
  .m-lr-big75x-md {
    margin-left: 750px;
    margin-right: 750px;
  }
  .m-l-big75x-md {
    margin-left: 750px;
  }
  .m-r-big75x-md {
    margin-right: 750px;
  }
  .m-t-full-md {
    margin-top: 100%;
  }
  .m-b-full-md {
    margin-bottom: 100%;
  }
  .m-lr-full-md {
    margin-left: 100%;
    margin-right: 100%;
  }
  .m-l-full-md {
    margin-left: 100%;
  }
  .m-r-full-md {
    margin-right: 100%;
  }
  .m-t-half-md {
    margin-top: 50%;
  }
  .m-b-half-md {
    margin-bottom: 50%;
  }
  .m-lr-half-md {
    margin-left: 50%;
    margin-right: 50%;
  }
  .m-l-half-md {
    margin-left: 50%;
  }
  .m-r-half-md {
    margin-right: 50%;
  }
  .m-t-quarter-md {
    margin-top: 25%;
  }
  .m-b-quarter-md {
    margin-bottom: 25%;
  }
  .m-lr-quarter-md {
    margin-left: 25%;
    margin-right: 25%;
  }
  .m-l-quarter-md {
    margin-left: 25%;
  }
  .m-r-quarter-md {
    margin-right: 25%;
  }
  .m-t-third-md {
    margin-top: 33.33%;
  }
  .m-b-third-md {
    margin-bottom: 33.33%;
  }
  .m-lr-third-md {
    margin-left: 33.33%;
    margin-right: 33.33%;
  }
  .m-l-third-md {
    margin-left: 33.33%;
  }
  .m-r-third-md {
    margin-right: 33.33%;
  }
  .m-t-two-third-md {
    margin-top: 66.67%;
  }
  .m-b-two-third-md {
    margin-bottom: 66.67%;
  }
  .m-lr-two-third-md {
    margin-left: 66.67%;
    margin-right: 66.67%;
  }
  .m-l-two-third-md {
    margin-left: 66.67%;
  }
  .m-r-two-third-md {
    margin-right: 66.67%;
  }
  .m-t-5pc-md {
    margin-top: 5%;
  }
  .m-b-5pc-md {
    margin-bottom: 5%;
  }
  .m-lr-5pc-md {
    margin-left: 5%;
    margin-right: 5%;
  }
  .m-l-5pc-md {
    margin-left: 5%;
  }
  .m-r-5pc-md {
    margin-right: 5%;
  }
  .m-t-10pc-md {
    margin-top: 10%;
  }
  .m-b-10pc-md {
    margin-bottom: 10%;
  }
  .m-lr-10pc-md {
    margin-left: 10%;
    margin-right: 10%;
  }
  .m-l-10pc-md {
    margin-left: 10%;
  }
  .m-r-10pc-md {
    margin-right: 10%;
  }
  .m-t-15pc-md {
    margin-top: 15%;
  }
  .m-b-15pc-md {
    margin-bottom: 15%;
  }
  .m-lr-15pc-md {
    margin-left: 15%;
    margin-right: 15%;
  }
  .m-l-15pc-md {
    margin-left: 15%;
  }
  .m-r-15pc-md {
    margin-right: 15%;
  }
  .m-t-16pc-md {
    margin-top: 16.665%;
  }
  .m-b-16pc-md {
    margin-bottom: 16.665%;
  }
  .m-lr-16pc-md {
    margin-left: 16.665%;
    margin-right: 16.665%;
  }
  .m-l-16pc-md {
    margin-left: 16.665%;
  }
  .m-r-16pc-md {
    margin-right: 16.665%;
  }
  .m-t-20pc-md {
    margin-top: 20%;
  }
  .m-b-20pc-md {
    margin-bottom: 20%;
  }
  .m-lr-20pc-md {
    margin-left: 20%;
    margin-right: 20%;
  }
  .m-l-20pc-md {
    margin-left: 20%;
  }
  .m-r-20pc-md {
    margin-right: 20%;
  }
  .m-t-33pc-md {
    margin-top: 33.33%;
  }
  .m-b-33pc-md {
    margin-bottom: 33.33%;
  }
  .m-lr-33pc-md {
    margin-left: 33.33%;
    margin-right: 33.33%;
  }
  .m-l-33pc-md {
    margin-left: 33.33%;
  }
  .m-r-33pc-md {
    margin-right: 33.33%;
  }
  .m-t-66pc-md {
    margin-top: 66.67%;
  }
  .m-b-66pc-md {
    margin-bottom: 66.67%;
  }
  .m-lr-66pc-md {
    margin-left: 66.67%;
    margin-right: 66.67%;
  }
  .m-l-66pc-md {
    margin-left: 66.67%;
  }
  .m-r-66pc-md {
    margin-right: 66.67%;
  }
  .m-t-30pc-md {
    margin-top: 30%;
  }
  .m-b-30pc-md {
    margin-bottom: 30%;
  }
  .m-lr-30pc-md {
    margin-left: 30%;
    margin-right: 30%;
  }
  .m-l-30pc-md {
    margin-left: 30%;
  }
  .m-r-30pc-md {
    margin-right: 30%;
  }
  .m-t-40pc-md {
    margin-top: 40%;
  }
  .m-b-40pc-md {
    margin-bottom: 40%;
  }
  .m-lr-40pc-md {
    margin-left: 40%;
    margin-right: 40%;
  }
  .m-l-40pc-md {
    margin-left: 40%;
  }
  .m-r-40pc-md {
    margin-right: 40%;
  }
  .m-t-60pc-md {
    margin-top: 60%;
  }
  .m-b-60pc-md {
    margin-bottom: 60%;
  }
  .m-lr-60pc-md {
    margin-left: 60%;
    margin-right: 60%;
  }
  .m-l-60pc-md {
    margin-left: 60%;
  }
  .m-r-60pc-md {
    margin-right: 60%;
  }
  .m-t-70pc-md {
    margin-top: 70%;
  }
  .m-b-70pc-md {
    margin-bottom: 70%;
  }
  .m-lr-70pc-md {
    margin-left: 70%;
    margin-right: 70%;
  }
  .m-l-70pc-md {
    margin-left: 70%;
  }
  .m-r-70pc-md {
    margin-right: 70%;
  }
  .m-t-80pc-md {
    margin-top: 80%;
  }
  .m-b-80pc-md {
    margin-bottom: 80%;
  }
  .m-lr-80pc-md {
    margin-left: 80%;
    margin-right: 80%;
  }
  .m-l-80pc-md {
    margin-left: 80%;
  }
  .m-r-80pc-md {
    margin-right: 80%;
  }
  .m-t-90pc-md {
    margin-top: 90%;
  }
  .m-b-90pc-md {
    margin-bottom: 90%;
  }
  .m-lr-90pc-md {
    margin-left: 90%;
    margin-right: 90%;
  }
  .m-l-90pc-md {
    margin-left: 90%;
  }
  .m-r-90pc-md {
    margin-right: 90%;
  }
}
@media (min-width: 1200px) {
  .m-t-none-lg {
    margin-top: 0px;
  }
  .m-b-none-lg {
    margin-bottom: 0px;
  }
  .m-lr-none-lg {
    margin-left: 0px;
    margin-right: 0px;
  }
  .m-l-none-lg {
    margin-left: 0px;
  }
  .m-r-none-lg {
    margin-right: 0px;
  }
  .m-t-nano-lg {
    margin-top: 1px;
  }
  .m-b-nano-lg {
    margin-bottom: 1px;
  }
  .m-lr-nano-lg {
    margin-left: 1px;
    margin-right: 1px;
  }
  .m-l-nano-lg {
    margin-left: 1px;
  }
  .m-r-nano-lg {
    margin-right: 1px;
  }
  .m-t-tiny-lg {
    margin-top: 2px;
  }
  .m-b-tiny-lg {
    margin-bottom: 2px;
  }
  .m-lr-tiny-lg {
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-l-tiny-lg {
    margin-left: 2px;
  }
  .m-r-tiny-lg {
    margin-right: 2px;
  }
  .m-t-mini-lg {
    margin-top: 3px;
  }
  .m-b-mini-lg {
    margin-bottom: 3px;
  }
  .m-lr-mini-lg {
    margin-left: 3px;
    margin-right: 3px;
  }
  .m-l-mini-lg {
    margin-left: 3px;
  }
  .m-r-mini-lg {
    margin-right: 3px;
  }
  .m-t-xxs-lg {
    margin-top: 4px;
  }
  .m-b-xxs-lg {
    margin-bottom: 4px;
  }
  .m-lr-xxs-lg {
    margin-left: 4px;
    margin-right: 4px;
  }
  .m-l-xxs-lg {
    margin-left: 4px;
  }
  .m-r-xxs-lg {
    margin-right: 4px;
  }
  .m-t-xs-lg {
    margin-top: 5px;
  }
  .m-b-xs-lg {
    margin-bottom: 5px;
  }
  .m-lr-xs-lg {
    margin-left: 5px;
    margin-right: 5px;
  }
  .m-l-xs-lg {
    margin-left: 5px;
  }
  .m-r-xs-lg {
    margin-right: 5px;
  }
  .m-t-xss-lg {
    margin-top: 8px;
  }
  .m-b-xss-lg {
    margin-bottom: 8px;
  }
  .m-lr-xss-lg {
    margin-left: 8px;
    margin-right: 8px;
  }
  .m-l-xss-lg {
    margin-left: 8px;
  }
  .m-r-xss-lg {
    margin-right: 8px;
  }
  .m-t-s-lg {
    margin-top: 10px;
  }
  .m-b-s-lg {
    margin-bottom: 10px;
  }
  .m-lr-s-lg {
    margin-left: 10px;
    margin-right: 10px;
  }
  .m-l-s-lg {
    margin-left: 10px;
  }
  .m-r-s-lg {
    margin-right: 10px;
  }
  .m-t-m-lg {
    margin-top: 15px;
  }
  .m-b-m-lg {
    margin-bottom: 15px;
  }
  .m-lr-m-lg {
    margin-left: 15px;
    margin-right: 15px;
  }
  .m-l-m-lg {
    margin-left: 15px;
  }
  .m-r-m-lg {
    margin-right: 15px;
  }
  .m-t-l-lg {
    margin-top: 20px;
  }
  .m-b-l-lg {
    margin-bottom: 20px;
  }
  .m-lr-l-lg {
    margin-left: 20px;
    margin-right: 20px;
  }
  .m-l-l-lg {
    margin-left: 20px;
  }
  .m-r-l-lg {
    margin-right: 20px;
  }
  .m-t-xl-lg {
    margin-top: 25px;
  }
  .m-b-xl-lg {
    margin-bottom: 25px;
  }
  .m-lr-xl-lg {
    margin-left: 25px;
    margin-right: 25px;
  }
  .m-l-xl-lg {
    margin-left: 25px;
  }
  .m-r-xl-lg {
    margin-right: 25px;
  }
  .m-t-xxl-lg {
    margin-top: 30px;
  }
  .m-b-xxl-lg {
    margin-bottom: 30px;
  }
  .m-lr-xxl-lg {
    margin-left: 30px;
    margin-right: 30px;
  }
  .m-l-xxl-lg {
    margin-left: 30px;
  }
  .m-r-xxl-lg {
    margin-right: 30px;
  }
  .m-t-3xl-lg {
    margin-top: 35px;
  }
  .m-b-3xl-lg {
    margin-bottom: 35px;
  }
  .m-lr-3xl-lg {
    margin-left: 35px;
    margin-right: 35px;
  }
  .m-l-3xl-lg {
    margin-left: 35px;
  }
  .m-r-3xl-lg {
    margin-right: 35px;
  }
  .m-t-4xl-lg {
    margin-top: 40px;
  }
  .m-b-4xl-lg {
    margin-bottom: 40px;
  }
  .m-lr-4xl-lg {
    margin-left: 40px;
    margin-right: 40px;
  }
  .m-l-4xl-lg {
    margin-left: 40px;
  }
  .m-r-4xl-lg {
    margin-right: 40px;
  }
  .m-t-5xl-lg {
    margin-top: 50px;
  }
  .m-b-5xl-lg {
    margin-bottom: 50px;
  }
  .m-lr-5xl-lg {
    margin-left: 50px;
    margin-right: 50px;
  }
  .m-l-5xl-lg {
    margin-left: 50px;
  }
  .m-r-5xl-lg {
    margin-right: 50px;
  }
  .m-t-6xl-lg {
    margin-top: 60px;
  }
  .m-b-6xl-lg {
    margin-bottom: 60px;
  }
  .m-lr-6xl-lg {
    margin-left: 60px;
    margin-right: 60px;
  }
  .m-l-6xl-lg {
    margin-left: 60px;
  }
  .m-r-6xl-lg {
    margin-right: 60px;
  }
  .m-t-7xl-lg {
    margin-top: 70px;
  }
  .m-b-7xl-lg {
    margin-bottom: 70px;
  }
  .m-lr-7xl-lg {
    margin-left: 70px;
    margin-right: 70px;
  }
  .m-l-7xl-lg {
    margin-left: 70px;
  }
  .m-r-7xl-lg {
    margin-right: 70px;
  }
  .m-t-8xl-lg {
    margin-top: 80px;
  }
  .m-b-8xl-lg {
    margin-bottom: 80px;
  }
  .m-lr-8xl-lg {
    margin-left: 80px;
    margin-right: 80px;
  }
  .m-l-8xl-lg {
    margin-left: 80px;
  }
  .m-r-8xl-lg {
    margin-right: 80px;
  }
  .m-t-9xl-lg {
    margin-top: 90px;
  }
  .m-b-9xl-lg {
    margin-bottom: 90px;
  }
  .m-lr-9xl-lg {
    margin-left: 90px;
    margin-right: 90px;
  }
  .m-l-9xl-lg {
    margin-left: 90px;
  }
  .m-r-9xl-lg {
    margin-right: 90px;
  }
  .m-t-big-lg {
    margin-top: 100px;
  }
  .m-b-big-lg {
    margin-bottom: 100px;
  }
  .m-lr-big-lg {
    margin-left: 100px;
    margin-right: 100px;
  }
  .m-l-big-lg {
    margin-left: 100px;
  }
  .m-r-big-lg {
    margin-right: 100px;
  }
  .m-t-big125-lg {
    margin-top: 125px;
  }
  .m-b-big125-lg {
    margin-bottom: 125px;
  }
  .m-lr-big125-lg {
    margin-left: 125px;
    margin-right: 125px;
  }
  .m-l-big125-lg {
    margin-left: 125px;
  }
  .m-r-big125-lg {
    margin-right: 125px;
  }
  .m-t-bigger-lg {
    margin-top: 150px;
  }
  .m-b-bigger-lg {
    margin-bottom: 150px;
  }
  .m-lr-bigger-lg {
    margin-left: 150px;
    margin-right: 150px;
  }
  .m-l-bigger-lg {
    margin-left: 150px;
  }
  .m-r-bigger-lg {
    margin-right: 150px;
  }
  .m-t-big2x-lg {
    margin-top: 200px;
  }
  .m-b-big2x-lg {
    margin-bottom: 200px;
  }
  .m-lr-big2x-lg {
    margin-left: 200px;
    margin-right: 200px;
  }
  .m-l-big2x-lg {
    margin-left: 200px;
  }
  .m-r-big2x-lg {
    margin-right: 200px;
  }
  .m-t-mega-lg {
    margin-top: 250px;
  }
  .m-b-mega-lg {
    margin-bottom: 250px;
  }
  .m-lr-mega-lg {
    margin-left: 250px;
    margin-right: 250px;
  }
  .m-l-mega-lg {
    margin-left: 250px;
  }
  .m-r-mega-lg {
    margin-right: 250px;
  }
  .m-t-big3x-lg {
    margin-top: 300px;
  }
  .m-b-big3x-lg {
    margin-bottom: 300px;
  }
  .m-lr-big3x-lg {
    margin-left: 300px;
    margin-right: 300px;
  }
  .m-l-big3x-lg {
    margin-left: 300px;
  }
  .m-r-big3x-lg {
    margin-right: 300px;
  }
  .m-t-big35x-lg {
    margin-top: 350px;
  }
  .m-b-big35x-lg {
    margin-bottom: 350px;
  }
  .m-lr-big35x-lg {
    margin-left: 350px;
    margin-right: 350px;
  }
  .m-l-big35x-lg {
    margin-left: 350px;
  }
  .m-r-big35x-lg {
    margin-right: 350px;
  }
  .m-t-big4x-lg {
    margin-top: 400px;
  }
  .m-b-big4x-lg {
    margin-bottom: 400px;
  }
  .m-lr-big4x-lg {
    margin-left: 400px;
    margin-right: 400px;
  }
  .m-l-big4x-lg {
    margin-left: 400px;
  }
  .m-r-big4x-lg {
    margin-right: 400px;
  }
  .m-t-big45x-lg {
    margin-top: 450px;
  }
  .m-b-big45x-lg {
    margin-bottom: 450px;
  }
  .m-lr-big45x-lg {
    margin-left: 450px;
    margin-right: 450px;
  }
  .m-l-big45x-lg {
    margin-left: 450px;
  }
  .m-r-big45x-lg {
    margin-right: 450px;
  }
  .m-t-big5x-lg {
    margin-top: 500px;
  }
  .m-b-big5x-lg {
    margin-bottom: 500px;
  }
  .m-lr-big5x-lg {
    margin-left: 500px;
    margin-right: 500px;
  }
  .m-l-big5x-lg {
    margin-left: 500px;
  }
  .m-r-big5x-lg {
    margin-right: 500px;
  }
  .m-t-big55x-lg {
    margin-top: 550px;
  }
  .m-b-big55x-lg {
    margin-bottom: 550px;
  }
  .m-lr-big55x-lg {
    margin-left: 550px;
    margin-right: 550px;
  }
  .m-l-big55x-lg {
    margin-left: 550px;
  }
  .m-r-big55x-lg {
    margin-right: 550px;
  }
  .m-t-big6x-lg {
    margin-top: 600px;
  }
  .m-b-big6x-lg {
    margin-bottom: 600px;
  }
  .m-lr-big6x-lg {
    margin-left: 600px;
    margin-right: 600px;
  }
  .m-l-big6x-lg {
    margin-left: 600px;
  }
  .m-r-big6x-lg {
    margin-right: 600px;
  }
  .m-t-big65x-lg {
    margin-top: 650px;
  }
  .m-b-big65x-lg {
    margin-bottom: 650px;
  }
  .m-lr-big65x-lg {
    margin-left: 650px;
    margin-right: 650px;
  }
  .m-l-big65x-lg {
    margin-left: 650px;
  }
  .m-r-big65x-lg {
    margin-right: 650px;
  }
  .m-t-big7x-lg {
    margin-top: 700px;
  }
  .m-b-big7x-lg {
    margin-bottom: 700px;
  }
  .m-lr-big7x-lg {
    margin-left: 700px;
    margin-right: 700px;
  }
  .m-l-big7x-lg {
    margin-left: 700px;
  }
  .m-r-big7x-lg {
    margin-right: 700px;
  }
  .m-t-big75x-lg {
    margin-top: 750px;
  }
  .m-b-big75x-lg {
    margin-bottom: 750px;
  }
  .m-lr-big75x-lg {
    margin-left: 750px;
    margin-right: 750px;
  }
  .m-l-big75x-lg {
    margin-left: 750px;
  }
  .m-r-big75x-lg {
    margin-right: 750px;
  }
  .m-t-full-lg {
    margin-top: 100%;
  }
  .m-b-full-lg {
    margin-bottom: 100%;
  }
  .m-lr-full-lg {
    margin-left: 100%;
    margin-right: 100%;
  }
  .m-l-full-lg {
    margin-left: 100%;
  }
  .m-r-full-lg {
    margin-right: 100%;
  }
  .m-t-half-lg {
    margin-top: 50%;
  }
  .m-b-half-lg {
    margin-bottom: 50%;
  }
  .m-lr-half-lg {
    margin-left: 50%;
    margin-right: 50%;
  }
  .m-l-half-lg {
    margin-left: 50%;
  }
  .m-r-half-lg {
    margin-right: 50%;
  }
  .m-t-quarter-lg {
    margin-top: 25%;
  }
  .m-b-quarter-lg {
    margin-bottom: 25%;
  }
  .m-lr-quarter-lg {
    margin-left: 25%;
    margin-right: 25%;
  }
  .m-l-quarter-lg {
    margin-left: 25%;
  }
  .m-r-quarter-lg {
    margin-right: 25%;
  }
  .m-t-third-lg {
    margin-top: 33.33%;
  }
  .m-b-third-lg {
    margin-bottom: 33.33%;
  }
  .m-lr-third-lg {
    margin-left: 33.33%;
    margin-right: 33.33%;
  }
  .m-l-third-lg {
    margin-left: 33.33%;
  }
  .m-r-third-lg {
    margin-right: 33.33%;
  }
  .m-t-two-third-lg {
    margin-top: 66.67%;
  }
  .m-b-two-third-lg {
    margin-bottom: 66.67%;
  }
  .m-lr-two-third-lg {
    margin-left: 66.67%;
    margin-right: 66.67%;
  }
  .m-l-two-third-lg {
    margin-left: 66.67%;
  }
  .m-r-two-third-lg {
    margin-right: 66.67%;
  }
  .m-t-5pc-lg {
    margin-top: 5%;
  }
  .m-b-5pc-lg {
    margin-bottom: 5%;
  }
  .m-lr-5pc-lg {
    margin-left: 5%;
    margin-right: 5%;
  }
  .m-l-5pc-lg {
    margin-left: 5%;
  }
  .m-r-5pc-lg {
    margin-right: 5%;
  }
  .m-t-10pc-lg {
    margin-top: 10%;
  }
  .m-b-10pc-lg {
    margin-bottom: 10%;
  }
  .m-lr-10pc-lg {
    margin-left: 10%;
    margin-right: 10%;
  }
  .m-l-10pc-lg {
    margin-left: 10%;
  }
  .m-r-10pc-lg {
    margin-right: 10%;
  }
  .m-t-15pc-lg {
    margin-top: 15%;
  }
  .m-b-15pc-lg {
    margin-bottom: 15%;
  }
  .m-lr-15pc-lg {
    margin-left: 15%;
    margin-right: 15%;
  }
  .m-l-15pc-lg {
    margin-left: 15%;
  }
  .m-r-15pc-lg {
    margin-right: 15%;
  }
  .m-t-16pc-lg {
    margin-top: 16.665%;
  }
  .m-b-16pc-lg {
    margin-bottom: 16.665%;
  }
  .m-lr-16pc-lg {
    margin-left: 16.665%;
    margin-right: 16.665%;
  }
  .m-l-16pc-lg {
    margin-left: 16.665%;
  }
  .m-r-16pc-lg {
    margin-right: 16.665%;
  }
  .m-t-20pc-lg {
    margin-top: 20%;
  }
  .m-b-20pc-lg {
    margin-bottom: 20%;
  }
  .m-lr-20pc-lg {
    margin-left: 20%;
    margin-right: 20%;
  }
  .m-l-20pc-lg {
    margin-left: 20%;
  }
  .m-r-20pc-lg {
    margin-right: 20%;
  }
  .m-t-33pc-lg {
    margin-top: 33.33%;
  }
  .m-b-33pc-lg {
    margin-bottom: 33.33%;
  }
  .m-lr-33pc-lg {
    margin-left: 33.33%;
    margin-right: 33.33%;
  }
  .m-l-33pc-lg {
    margin-left: 33.33%;
  }
  .m-r-33pc-lg {
    margin-right: 33.33%;
  }
  .m-t-66pc-lg {
    margin-top: 66.67%;
  }
  .m-b-66pc-lg {
    margin-bottom: 66.67%;
  }
  .m-lr-66pc-lg {
    margin-left: 66.67%;
    margin-right: 66.67%;
  }
  .m-l-66pc-lg {
    margin-left: 66.67%;
  }
  .m-r-66pc-lg {
    margin-right: 66.67%;
  }
  .m-t-30pc-lg {
    margin-top: 30%;
  }
  .m-b-30pc-lg {
    margin-bottom: 30%;
  }
  .m-lr-30pc-lg {
    margin-left: 30%;
    margin-right: 30%;
  }
  .m-l-30pc-lg {
    margin-left: 30%;
  }
  .m-r-30pc-lg {
    margin-right: 30%;
  }
  .m-t-40pc-lg {
    margin-top: 40%;
  }
  .m-b-40pc-lg {
    margin-bottom: 40%;
  }
  .m-lr-40pc-lg {
    margin-left: 40%;
    margin-right: 40%;
  }
  .m-l-40pc-lg {
    margin-left: 40%;
  }
  .m-r-40pc-lg {
    margin-right: 40%;
  }
  .m-t-60pc-lg {
    margin-top: 60%;
  }
  .m-b-60pc-lg {
    margin-bottom: 60%;
  }
  .m-lr-60pc-lg {
    margin-left: 60%;
    margin-right: 60%;
  }
  .m-l-60pc-lg {
    margin-left: 60%;
  }
  .m-r-60pc-lg {
    margin-right: 60%;
  }
  .m-t-70pc-lg {
    margin-top: 70%;
  }
  .m-b-70pc-lg {
    margin-bottom: 70%;
  }
  .m-lr-70pc-lg {
    margin-left: 70%;
    margin-right: 70%;
  }
  .m-l-70pc-lg {
    margin-left: 70%;
  }
  .m-r-70pc-lg {
    margin-right: 70%;
  }
  .m-t-80pc-lg {
    margin-top: 80%;
  }
  .m-b-80pc-lg {
    margin-bottom: 80%;
  }
  .m-lr-80pc-lg {
    margin-left: 80%;
    margin-right: 80%;
  }
  .m-l-80pc-lg {
    margin-left: 80%;
  }
  .m-r-80pc-lg {
    margin-right: 80%;
  }
  .m-t-90pc-lg {
    margin-top: 90%;
  }
  .m-b-90pc-lg {
    margin-bottom: 90%;
  }
  .m-lr-90pc-lg {
    margin-left: 90%;
    margin-right: 90%;
  }
  .m-l-90pc-lg {
    margin-left: 90%;
  }
  .m-r-90pc-lg {
    margin-right: 90%;
  }
}
@media (min-width: 1470px) {
  .m-t-none-xl {
    margin-top: 0px;
  }
  .m-b-none-xl {
    margin-bottom: 0px;
  }
  .m-lr-none-xl {
    margin-left: 0px;
    margin-right: 0px;
  }
  .m-l-none-xl {
    margin-left: 0px;
  }
  .m-r-none-xl {
    margin-right: 0px;
  }
  .m-t-nano-xl {
    margin-top: 1px;
  }
  .m-b-nano-xl {
    margin-bottom: 1px;
  }
  .m-lr-nano-xl {
    margin-left: 1px;
    margin-right: 1px;
  }
  .m-l-nano-xl {
    margin-left: 1px;
  }
  .m-r-nano-xl {
    margin-right: 1px;
  }
  .m-t-tiny-xl {
    margin-top: 2px;
  }
  .m-b-tiny-xl {
    margin-bottom: 2px;
  }
  .m-lr-tiny-xl {
    margin-left: 2px;
    margin-right: 2px;
  }
  .m-l-tiny-xl {
    margin-left: 2px;
  }
  .m-r-tiny-xl {
    margin-right: 2px;
  }
  .m-t-mini-xl {
    margin-top: 3px;
  }
  .m-b-mini-xl {
    margin-bottom: 3px;
  }
  .m-lr-mini-xl {
    margin-left: 3px;
    margin-right: 3px;
  }
  .m-l-mini-xl {
    margin-left: 3px;
  }
  .m-r-mini-xl {
    margin-right: 3px;
  }
  .m-t-xxs-xl {
    margin-top: 4px;
  }
  .m-b-xxs-xl {
    margin-bottom: 4px;
  }
  .m-lr-xxs-xl {
    margin-left: 4px;
    margin-right: 4px;
  }
  .m-l-xxs-xl {
    margin-left: 4px;
  }
  .m-r-xxs-xl {
    margin-right: 4px;
  }
  .m-t-xs-xl {
    margin-top: 5px;
  }
  .m-b-xs-xl {
    margin-bottom: 5px;
  }
  .m-lr-xs-xl {
    margin-left: 5px;
    margin-right: 5px;
  }
  .m-l-xs-xl {
    margin-left: 5px;
  }
  .m-r-xs-xl {
    margin-right: 5px;
  }
  .m-t-xss-xl {
    margin-top: 8px;
  }
  .m-b-xss-xl {
    margin-bottom: 8px;
  }
  .m-lr-xss-xl {
    margin-left: 8px;
    margin-right: 8px;
  }
  .m-l-xss-xl {
    margin-left: 8px;
  }
  .m-r-xss-xl {
    margin-right: 8px;
  }
  .m-t-s-xl {
    margin-top: 10px;
  }
  .m-b-s-xl {
    margin-bottom: 10px;
  }
  .m-lr-s-xl {
    margin-left: 10px;
    margin-right: 10px;
  }
  .m-l-s-xl {
    margin-left: 10px;
  }
  .m-r-s-xl {
    margin-right: 10px;
  }
  .m-t-m-xl {
    margin-top: 15px;
  }
  .m-b-m-xl {
    margin-bottom: 15px;
  }
  .m-lr-m-xl {
    margin-left: 15px;
    margin-right: 15px;
  }
  .m-l-m-xl {
    margin-left: 15px;
  }
  .m-r-m-xl {
    margin-right: 15px;
  }
  .m-t-l-xl {
    margin-top: 20px;
  }
  .m-b-l-xl {
    margin-bottom: 20px;
  }
  .m-lr-l-xl {
    margin-left: 20px;
    margin-right: 20px;
  }
  .m-l-l-xl {
    margin-left: 20px;
  }
  .m-r-l-xl {
    margin-right: 20px;
  }
  .m-t-xl-xl {
    margin-top: 25px;
  }
  .m-b-xl-xl {
    margin-bottom: 25px;
  }
  .m-lr-xl-xl {
    margin-left: 25px;
    margin-right: 25px;
  }
  .m-l-xl-xl {
    margin-left: 25px;
  }
  .m-r-xl-xl {
    margin-right: 25px;
  }
  .m-t-xxl-xl {
    margin-top: 30px;
  }
  .m-b-xxl-xl {
    margin-bottom: 30px;
  }
  .m-lr-xxl-xl {
    margin-left: 30px;
    margin-right: 30px;
  }
  .m-l-xxl-xl {
    margin-left: 30px;
  }
  .m-r-xxl-xl {
    margin-right: 30px;
  }
  .m-t-3xl-xl {
    margin-top: 35px;
  }
  .m-b-3xl-xl {
    margin-bottom: 35px;
  }
  .m-lr-3xl-xl {
    margin-left: 35px;
    margin-right: 35px;
  }
  .m-l-3xl-xl {
    margin-left: 35px;
  }
  .m-r-3xl-xl {
    margin-right: 35px;
  }
  .m-t-4xl-xl {
    margin-top: 40px;
  }
  .m-b-4xl-xl {
    margin-bottom: 40px;
  }
  .m-lr-4xl-xl {
    margin-left: 40px;
    margin-right: 40px;
  }
  .m-l-4xl-xl {
    margin-left: 40px;
  }
  .m-r-4xl-xl {
    margin-right: 40px;
  }
  .m-t-5xl-xl {
    margin-top: 50px;
  }
  .m-b-5xl-xl {
    margin-bottom: 50px;
  }
  .m-lr-5xl-xl {
    margin-left: 50px;
    margin-right: 50px;
  }
  .m-l-5xl-xl {
    margin-left: 50px;
  }
  .m-r-5xl-xl {
    margin-right: 50px;
  }
  .m-t-6xl-xl {
    margin-top: 60px;
  }
  .m-b-6xl-xl {
    margin-bottom: 60px;
  }
  .m-lr-6xl-xl {
    margin-left: 60px;
    margin-right: 60px;
  }
  .m-l-6xl-xl {
    margin-left: 60px;
  }
  .m-r-6xl-xl {
    margin-right: 60px;
  }
  .m-t-7xl-xl {
    margin-top: 70px;
  }
  .m-b-7xl-xl {
    margin-bottom: 70px;
  }
  .m-lr-7xl-xl {
    margin-left: 70px;
    margin-right: 70px;
  }
  .m-l-7xl-xl {
    margin-left: 70px;
  }
  .m-r-7xl-xl {
    margin-right: 70px;
  }
  .m-t-8xl-xl {
    margin-top: 80px;
  }
  .m-b-8xl-xl {
    margin-bottom: 80px;
  }
  .m-lr-8xl-xl {
    margin-left: 80px;
    margin-right: 80px;
  }
  .m-l-8xl-xl {
    margin-left: 80px;
  }
  .m-r-8xl-xl {
    margin-right: 80px;
  }
  .m-t-9xl-xl {
    margin-top: 90px;
  }
  .m-b-9xl-xl {
    margin-bottom: 90px;
  }
  .m-lr-9xl-xl {
    margin-left: 90px;
    margin-right: 90px;
  }
  .m-l-9xl-xl {
    margin-left: 90px;
  }
  .m-r-9xl-xl {
    margin-right: 90px;
  }
  .m-t-big-xl {
    margin-top: 100px;
  }
  .m-b-big-xl {
    margin-bottom: 100px;
  }
  .m-lr-big-xl {
    margin-left: 100px;
    margin-right: 100px;
  }
  .m-l-big-xl {
    margin-left: 100px;
  }
  .m-r-big-xl {
    margin-right: 100px;
  }
  .m-t-big125-xl {
    margin-top: 125px;
  }
  .m-b-big125-xl {
    margin-bottom: 125px;
  }
  .m-lr-big125-xl {
    margin-left: 125px;
    margin-right: 125px;
  }
  .m-l-big125-xl {
    margin-left: 125px;
  }
  .m-r-big125-xl {
    margin-right: 125px;
  }
  .m-t-bigger-xl {
    margin-top: 150px;
  }
  .m-b-bigger-xl {
    margin-bottom: 150px;
  }
  .m-lr-bigger-xl {
    margin-left: 150px;
    margin-right: 150px;
  }
  .m-l-bigger-xl {
    margin-left: 150px;
  }
  .m-r-bigger-xl {
    margin-right: 150px;
  }
  .m-t-big2x-xl {
    margin-top: 200px;
  }
  .m-b-big2x-xl {
    margin-bottom: 200px;
  }
  .m-lr-big2x-xl {
    margin-left: 200px;
    margin-right: 200px;
  }
  .m-l-big2x-xl {
    margin-left: 200px;
  }
  .m-r-big2x-xl {
    margin-right: 200px;
  }
  .m-t-mega-xl {
    margin-top: 250px;
  }
  .m-b-mega-xl {
    margin-bottom: 250px;
  }
  .m-lr-mega-xl {
    margin-left: 250px;
    margin-right: 250px;
  }
  .m-l-mega-xl {
    margin-left: 250px;
  }
  .m-r-mega-xl {
    margin-right: 250px;
  }
  .m-t-big3x-xl {
    margin-top: 300px;
  }
  .m-b-big3x-xl {
    margin-bottom: 300px;
  }
  .m-lr-big3x-xl {
    margin-left: 300px;
    margin-right: 300px;
  }
  .m-l-big3x-xl {
    margin-left: 300px;
  }
  .m-r-big3x-xl {
    margin-right: 300px;
  }
  .m-t-big35x-xl {
    margin-top: 350px;
  }
  .m-b-big35x-xl {
    margin-bottom: 350px;
  }
  .m-lr-big35x-xl {
    margin-left: 350px;
    margin-right: 350px;
  }
  .m-l-big35x-xl {
    margin-left: 350px;
  }
  .m-r-big35x-xl {
    margin-right: 350px;
  }
  .m-t-big4x-xl {
    margin-top: 400px;
  }
  .m-b-big4x-xl {
    margin-bottom: 400px;
  }
  .m-lr-big4x-xl {
    margin-left: 400px;
    margin-right: 400px;
  }
  .m-l-big4x-xl {
    margin-left: 400px;
  }
  .m-r-big4x-xl {
    margin-right: 400px;
  }
  .m-t-big45x-xl {
    margin-top: 450px;
  }
  .m-b-big45x-xl {
    margin-bottom: 450px;
  }
  .m-lr-big45x-xl {
    margin-left: 450px;
    margin-right: 450px;
  }
  .m-l-big45x-xl {
    margin-left: 450px;
  }
  .m-r-big45x-xl {
    margin-right: 450px;
  }
  .m-t-big5x-xl {
    margin-top: 500px;
  }
  .m-b-big5x-xl {
    margin-bottom: 500px;
  }
  .m-lr-big5x-xl {
    margin-left: 500px;
    margin-right: 500px;
  }
  .m-l-big5x-xl {
    margin-left: 500px;
  }
  .m-r-big5x-xl {
    margin-right: 500px;
  }
  .m-t-big55x-xl {
    margin-top: 550px;
  }
  .m-b-big55x-xl {
    margin-bottom: 550px;
  }
  .m-lr-big55x-xl {
    margin-left: 550px;
    margin-right: 550px;
  }
  .m-l-big55x-xl {
    margin-left: 550px;
  }
  .m-r-big55x-xl {
    margin-right: 550px;
  }
  .m-t-big6x-xl {
    margin-top: 600px;
  }
  .m-b-big6x-xl {
    margin-bottom: 600px;
  }
  .m-lr-big6x-xl {
    margin-left: 600px;
    margin-right: 600px;
  }
  .m-l-big6x-xl {
    margin-left: 600px;
  }
  .m-r-big6x-xl {
    margin-right: 600px;
  }
  .m-t-big65x-xl {
    margin-top: 650px;
  }
  .m-b-big65x-xl {
    margin-bottom: 650px;
  }
  .m-lr-big65x-xl {
    margin-left: 650px;
    margin-right: 650px;
  }
  .m-l-big65x-xl {
    margin-left: 650px;
  }
  .m-r-big65x-xl {
    margin-right: 650px;
  }
  .m-t-big7x-xl {
    margin-top: 700px;
  }
  .m-b-big7x-xl {
    margin-bottom: 700px;
  }
  .m-lr-big7x-xl {
    margin-left: 700px;
    margin-right: 700px;
  }
  .m-l-big7x-xl {
    margin-left: 700px;
  }
  .m-r-big7x-xl {
    margin-right: 700px;
  }
  .m-t-big75x-xl {
    margin-top: 750px;
  }
  .m-b-big75x-xl {
    margin-bottom: 750px;
  }
  .m-lr-big75x-xl {
    margin-left: 750px;
    margin-right: 750px;
  }
  .m-l-big75x-xl {
    margin-left: 750px;
  }
  .m-r-big75x-xl {
    margin-right: 750px;
  }
  .m-t-full-xl {
    margin-top: 100%;
  }
  .m-b-full-xl {
    margin-bottom: 100%;
  }
  .m-lr-full-xl {
    margin-left: 100%;
    margin-right: 100%;
  }
  .m-l-full-xl {
    margin-left: 100%;
  }
  .m-r-full-xl {
    margin-right: 100%;
  }
  .m-t-half-xl {
    margin-top: 50%;
  }
  .m-b-half-xl {
    margin-bottom: 50%;
  }
  .m-lr-half-xl {
    margin-left: 50%;
    margin-right: 50%;
  }
  .m-l-half-xl {
    margin-left: 50%;
  }
  .m-r-half-xl {
    margin-right: 50%;
  }
  .m-t-quarter-xl {
    margin-top: 25%;
  }
  .m-b-quarter-xl {
    margin-bottom: 25%;
  }
  .m-lr-quarter-xl {
    margin-left: 25%;
    margin-right: 25%;
  }
  .m-l-quarter-xl {
    margin-left: 25%;
  }
  .m-r-quarter-xl {
    margin-right: 25%;
  }
  .m-t-third-xl {
    margin-top: 33.33%;
  }
  .m-b-third-xl {
    margin-bottom: 33.33%;
  }
  .m-lr-third-xl {
    margin-left: 33.33%;
    margin-right: 33.33%;
  }
  .m-l-third-xl {
    margin-left: 33.33%;
  }
  .m-r-third-xl {
    margin-right: 33.33%;
  }
  .m-t-two-third-xl {
    margin-top: 66.67%;
  }
  .m-b-two-third-xl {
    margin-bottom: 66.67%;
  }
  .m-lr-two-third-xl {
    margin-left: 66.67%;
    margin-right: 66.67%;
  }
  .m-l-two-third-xl {
    margin-left: 66.67%;
  }
  .m-r-two-third-xl {
    margin-right: 66.67%;
  }
  .m-t-5pc-xl {
    margin-top: 5%;
  }
  .m-b-5pc-xl {
    margin-bottom: 5%;
  }
  .m-lr-5pc-xl {
    margin-left: 5%;
    margin-right: 5%;
  }
  .m-l-5pc-xl {
    margin-left: 5%;
  }
  .m-r-5pc-xl {
    margin-right: 5%;
  }
  .m-t-10pc-xl {
    margin-top: 10%;
  }
  .m-b-10pc-xl {
    margin-bottom: 10%;
  }
  .m-lr-10pc-xl {
    margin-left: 10%;
    margin-right: 10%;
  }
  .m-l-10pc-xl {
    margin-left: 10%;
  }
  .m-r-10pc-xl {
    margin-right: 10%;
  }
  .m-t-15pc-xl {
    margin-top: 15%;
  }
  .m-b-15pc-xl {
    margin-bottom: 15%;
  }
  .m-lr-15pc-xl {
    margin-left: 15%;
    margin-right: 15%;
  }
  .m-l-15pc-xl {
    margin-left: 15%;
  }
  .m-r-15pc-xl {
    margin-right: 15%;
  }
  .m-t-16pc-xl {
    margin-top: 16.665%;
  }
  .m-b-16pc-xl {
    margin-bottom: 16.665%;
  }
  .m-lr-16pc-xl {
    margin-left: 16.665%;
    margin-right: 16.665%;
  }
  .m-l-16pc-xl {
    margin-left: 16.665%;
  }
  .m-r-16pc-xl {
    margin-right: 16.665%;
  }
  .m-t-20pc-xl {
    margin-top: 20%;
  }
  .m-b-20pc-xl {
    margin-bottom: 20%;
  }
  .m-lr-20pc-xl {
    margin-left: 20%;
    margin-right: 20%;
  }
  .m-l-20pc-xl {
    margin-left: 20%;
  }
  .m-r-20pc-xl {
    margin-right: 20%;
  }
  .m-t-33pc-xl {
    margin-top: 33.33%;
  }
  .m-b-33pc-xl {
    margin-bottom: 33.33%;
  }
  .m-lr-33pc-xl {
    margin-left: 33.33%;
    margin-right: 33.33%;
  }
  .m-l-33pc-xl {
    margin-left: 33.33%;
  }
  .m-r-33pc-xl {
    margin-right: 33.33%;
  }
  .m-t-66pc-xl {
    margin-top: 66.67%;
  }
  .m-b-66pc-xl {
    margin-bottom: 66.67%;
  }
  .m-lr-66pc-xl {
    margin-left: 66.67%;
    margin-right: 66.67%;
  }
  .m-l-66pc-xl {
    margin-left: 66.67%;
  }
  .m-r-66pc-xl {
    margin-right: 66.67%;
  }
  .m-t-30pc-xl {
    margin-top: 30%;
  }
  .m-b-30pc-xl {
    margin-bottom: 30%;
  }
  .m-lr-30pc-xl {
    margin-left: 30%;
    margin-right: 30%;
  }
  .m-l-30pc-xl {
    margin-left: 30%;
  }
  .m-r-30pc-xl {
    margin-right: 30%;
  }
  .m-t-40pc-xl {
    margin-top: 40%;
  }
  .m-b-40pc-xl {
    margin-bottom: 40%;
  }
  .m-lr-40pc-xl {
    margin-left: 40%;
    margin-right: 40%;
  }
  .m-l-40pc-xl {
    margin-left: 40%;
  }
  .m-r-40pc-xl {
    margin-right: 40%;
  }
  .m-t-60pc-xl {
    margin-top: 60%;
  }
  .m-b-60pc-xl {
    margin-bottom: 60%;
  }
  .m-lr-60pc-xl {
    margin-left: 60%;
    margin-right: 60%;
  }
  .m-l-60pc-xl {
    margin-left: 60%;
  }
  .m-r-60pc-xl {
    margin-right: 60%;
  }
  .m-t-70pc-xl {
    margin-top: 70%;
  }
  .m-b-70pc-xl {
    margin-bottom: 70%;
  }
  .m-lr-70pc-xl {
    margin-left: 70%;
    margin-right: 70%;
  }
  .m-l-70pc-xl {
    margin-left: 70%;
  }
  .m-r-70pc-xl {
    margin-right: 70%;
  }
  .m-t-80pc-xl {
    margin-top: 80%;
  }
  .m-b-80pc-xl {
    margin-bottom: 80%;
  }
  .m-lr-80pc-xl {
    margin-left: 80%;
    margin-right: 80%;
  }
  .m-l-80pc-xl {
    margin-left: 80%;
  }
  .m-r-80pc-xl {
    margin-right: 80%;
  }
  .m-t-90pc-xl {
    margin-top: 90%;
  }
  .m-b-90pc-xl {
    margin-bottom: 90%;
  }
  .m-lr-90pc-xl {
    margin-left: 90%;
    margin-right: 90%;
  }
  .m-l-90pc-xl {
    margin-left: 90%;
  }
  .m-r-90pc-xl {
    margin-right: 90%;
  }
}
.p-none {
  padding: 0px;
}
.p-t-none {
  padding-top: 0px;
}
.p-r-none {
  padding-right: 0px;
}
.p-b-none {
  padding-bottom: 0px;
}
.p-l-none {
  padding-left: 0px;
}
.p-tb-none {
  padding-top: 0px;
  padding-bottom: 0px;
}
.p-lr-none {
  padding-left: 0px;
  padding-right: 0px;
}
.hover-p-none:hover {
  padding: 0px;
}
.p-l-hover-none:hover {
  padding-left: 0px;
}
.p-r-hover-none:hover {
  padding-right: 0px;
}
.p-nano {
  padding: 1px;
}
.p-t-nano {
  padding-top: 1px;
}
.p-r-nano {
  padding-right: 1px;
}
.p-b-nano {
  padding-bottom: 1px;
}
.p-l-nano {
  padding-left: 1px;
}
.p-tb-nano {
  padding-top: 1px;
  padding-bottom: 1px;
}
.p-lr-nano {
  padding-left: 1px;
  padding-right: 1px;
}
.hover-p-nano:hover {
  padding: 1px;
}
.p-l-hover-nano:hover {
  padding-left: 1px;
}
.p-r-hover-nano:hover {
  padding-right: 1px;
}
.p-tiny {
  padding: 2px;
}
.p-t-tiny {
  padding-top: 2px;
}
.p-r-tiny {
  padding-right: 2px;
}
.p-b-tiny {
  padding-bottom: 2px;
}
.p-l-tiny {
  padding-left: 2px;
}
.p-tb-tiny {
  padding-top: 2px;
  padding-bottom: 2px;
}
.p-lr-tiny {
  padding-left: 2px;
  padding-right: 2px;
}
.hover-p-tiny:hover {
  padding: 2px;
}
.p-l-hover-tiny:hover {
  padding-left: 2px;
}
.p-r-hover-tiny:hover {
  padding-right: 2px;
}
.p-mini {
  padding: 3px;
}
.p-t-mini {
  padding-top: 3px;
}
.p-r-mini {
  padding-right: 3px;
}
.p-b-mini {
  padding-bottom: 3px;
}
.p-l-mini {
  padding-left: 3px;
}
.p-tb-mini {
  padding-top: 3px;
  padding-bottom: 3px;
}
.p-lr-mini {
  padding-left: 3px;
  padding-right: 3px;
}
.hover-p-mini:hover {
  padding: 3px;
}
.p-l-hover-mini:hover {
  padding-left: 3px;
}
.p-r-hover-mini:hover {
  padding-right: 3px;
}
.p-xxs {
  padding: 4px;
}
.p-t-xxs {
  padding-top: 4px;
}
.p-r-xxs {
  padding-right: 4px;
}
.p-b-xxs {
  padding-bottom: 4px;
}
.p-l-xxs {
  padding-left: 4px;
}
.p-tb-xxs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.p-lr-xxs {
  padding-left: 4px;
  padding-right: 4px;
}
.hover-p-xxs:hover {
  padding: 4px;
}
.p-l-hover-xxs:hover {
  padding-left: 4px;
}
.p-r-hover-xxs:hover {
  padding-right: 4px;
}
.p-xs {
  padding: 5px;
}
.p-t-xs {
  padding-top: 5px;
}
.p-r-xs {
  padding-right: 5px;
}
.p-b-xs {
  padding-bottom: 5px;
}
.p-l-xs {
  padding-left: 5px;
}
.p-tb-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-lr-xs {
  padding-left: 5px;
  padding-right: 5px;
}
.hover-p-xs:hover {
  padding: 5px;
}
.p-l-hover-xs:hover {
  padding-left: 5px;
}
.p-r-hover-xs:hover {
  padding-right: 5px;
}
.p-xss {
  padding: 8px;
}
.p-t-xss {
  padding-top: 8px;
}
.p-r-xss {
  padding-right: 8px;
}
.p-b-xss {
  padding-bottom: 8px;
}
.p-l-xss {
  padding-left: 8px;
}
.p-tb-xss {
  padding-top: 8px;
  padding-bottom: 8px;
}
.p-lr-xss {
  padding-left: 8px;
  padding-right: 8px;
}
.hover-p-xss:hover {
  padding: 8px;
}
.p-l-hover-xss:hover {
  padding-left: 8px;
}
.p-r-hover-xss:hover {
  padding-right: 8px;
}
.p-s {
  padding: 10px;
}
.p-t-s {
  padding-top: 10px;
}
.p-r-s {
  padding-right: 10px;
}
.p-b-s {
  padding-bottom: 10px;
}
.p-l-s {
  padding-left: 10px;
}
.p-tb-s {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-lr-s {
  padding-left: 10px;
  padding-right: 10px;
}
.hover-p-s:hover {
  padding: 10px;
}
.p-l-hover-s:hover {
  padding-left: 10px;
}
.p-r-hover-s:hover {
  padding-right: 10px;
}
.p-m {
  padding: 15px;
}
.p-t-m {
  padding-top: 15px;
}
.p-r-m {
  padding-right: 15px;
}
.p-b-m {
  padding-bottom: 15px;
}
.p-l-m {
  padding-left: 15px;
}
.p-tb-m {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-lr-m {
  padding-left: 15px;
  padding-right: 15px;
}
.hover-p-m:hover {
  padding: 15px;
}
.p-l-hover-m:hover {
  padding-left: 15px;
}
.p-r-hover-m:hover {
  padding-right: 15px;
}
.p-l {
  padding: 20px;
}
.p-t-l {
  padding-top: 20px;
}
.p-r-l {
  padding-right: 20px;
}
.p-b-l {
  padding-bottom: 20px;
}
.p-l-l {
  padding-left: 20px;
}
.p-tb-l {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-lr-l {
  padding-left: 20px;
  padding-right: 20px;
}
.hover-p-l:hover {
  padding: 20px;
}
.p-l-hover-l:hover {
  padding-left: 20px;
}
.p-r-hover-l:hover {
  padding-right: 20px;
}
.p-xl {
  padding: 25px;
}
.p-t-xl {
  padding-top: 25px;
}
.p-r-xl {
  padding-right: 25px;
}
.p-b-xl {
  padding-bottom: 25px;
}
.p-l-xl {
  padding-left: 25px;
}
.p-tb-xl {
  padding-top: 25px;
  padding-bottom: 25px;
}
.p-lr-xl {
  padding-left: 25px;
  padding-right: 25px;
}
.hover-p-xl:hover {
  padding: 25px;
}
.p-l-hover-xl:hover {
  padding-left: 25px;
}
.p-r-hover-xl:hover {
  padding-right: 25px;
}
.p-xxl {
  padding: 30px;
}
.p-t-xxl {
  padding-top: 30px;
}
.p-r-xxl {
  padding-right: 30px;
}
.p-b-xxl {
  padding-bottom: 30px;
}
.p-l-xxl {
  padding-left: 30px;
}
.p-tb-xxl {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-lr-xxl {
  padding-left: 30px;
  padding-right: 30px;
}
.hover-p-xxl:hover {
  padding: 30px;
}
.p-l-hover-xxl:hover {
  padding-left: 30px;
}
.p-r-hover-xxl:hover {
  padding-right: 30px;
}
.p-3xl {
  padding: 35px;
}
.p-t-3xl {
  padding-top: 35px;
}
.p-r-3xl {
  padding-right: 35px;
}
.p-b-3xl {
  padding-bottom: 35px;
}
.p-l-3xl {
  padding-left: 35px;
}
.p-tb-3xl {
  padding-top: 35px;
  padding-bottom: 35px;
}
.p-lr-3xl {
  padding-left: 35px;
  padding-right: 35px;
}
.hover-p-3xl:hover {
  padding: 35px;
}
.p-l-hover-3xl:hover {
  padding-left: 35px;
}
.p-r-hover-3xl:hover {
  padding-right: 35px;
}
.p-4xl {
  padding: 40px;
}
.p-t-4xl {
  padding-top: 40px;
}
.p-r-4xl {
  padding-right: 40px;
}
.p-b-4xl {
  padding-bottom: 40px;
}
.p-l-4xl {
  padding-left: 40px;
}
.p-tb-4xl {
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-lr-4xl {
  padding-left: 40px;
  padding-right: 40px;
}
.hover-p-4xl:hover {
  padding: 40px;
}
.p-l-hover-4xl:hover {
  padding-left: 40px;
}
.p-r-hover-4xl:hover {
  padding-right: 40px;
}
.p-5xl {
  padding: 50px;
}
.p-t-5xl {
  padding-top: 50px;
}
.p-r-5xl {
  padding-right: 50px;
}
.p-b-5xl {
  padding-bottom: 50px;
}
.p-l-5xl {
  padding-left: 50px;
}
.p-tb-5xl {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-lr-5xl {
  padding-left: 50px;
  padding-right: 50px;
}
.hover-p-5xl:hover {
  padding: 50px;
}
.p-l-hover-5xl:hover {
  padding-left: 50px;
}
.p-r-hover-5xl:hover {
  padding-right: 50px;
}
.p-6xl {
  padding: 60px;
}
.p-t-6xl {
  padding-top: 60px;
}
.p-r-6xl {
  padding-right: 60px;
}
.p-b-6xl {
  padding-bottom: 60px;
}
.p-l-6xl {
  padding-left: 60px;
}
.p-tb-6xl {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-lr-6xl {
  padding-left: 60px;
  padding-right: 60px;
}
.hover-p-6xl:hover {
  padding: 60px;
}
.p-l-hover-6xl:hover {
  padding-left: 60px;
}
.p-r-hover-6xl:hover {
  padding-right: 60px;
}
.p-7xl {
  padding: 70px;
}
.p-t-7xl {
  padding-top: 70px;
}
.p-r-7xl {
  padding-right: 70px;
}
.p-b-7xl {
  padding-bottom: 70px;
}
.p-l-7xl {
  padding-left: 70px;
}
.p-tb-7xl {
  padding-top: 70px;
  padding-bottom: 70px;
}
.p-lr-7xl {
  padding-left: 70px;
  padding-right: 70px;
}
.hover-p-7xl:hover {
  padding: 70px;
}
.p-l-hover-7xl:hover {
  padding-left: 70px;
}
.p-r-hover-7xl:hover {
  padding-right: 70px;
}
.p-8xl {
  padding: 80px;
}
.p-t-8xl {
  padding-top: 80px;
}
.p-r-8xl {
  padding-right: 80px;
}
.p-b-8xl {
  padding-bottom: 80px;
}
.p-l-8xl {
  padding-left: 80px;
}
.p-tb-8xl {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-lr-8xl {
  padding-left: 80px;
  padding-right: 80px;
}
.hover-p-8xl:hover {
  padding: 80px;
}
.p-l-hover-8xl:hover {
  padding-left: 80px;
}
.p-r-hover-8xl:hover {
  padding-right: 80px;
}
.p-9xl {
  padding: 90px;
}
.p-t-9xl {
  padding-top: 90px;
}
.p-r-9xl {
  padding-right: 90px;
}
.p-b-9xl {
  padding-bottom: 90px;
}
.p-l-9xl {
  padding-left: 90px;
}
.p-tb-9xl {
  padding-top: 90px;
  padding-bottom: 90px;
}
.p-lr-9xl {
  padding-left: 90px;
  padding-right: 90px;
}
.hover-p-9xl:hover {
  padding: 90px;
}
.p-l-hover-9xl:hover {
  padding-left: 90px;
}
.p-r-hover-9xl:hover {
  padding-right: 90px;
}
.p-big {
  padding: 100px;
}
.p-t-big {
  padding-top: 100px;
}
.p-r-big {
  padding-right: 100px;
}
.p-b-big {
  padding-bottom: 100px;
}
.p-l-big {
  padding-left: 100px;
}
.p-tb-big {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-lr-big {
  padding-left: 100px;
  padding-right: 100px;
}
.hover-p-big:hover {
  padding: 100px;
}
.p-l-hover-big:hover {
  padding-left: 100px;
}
.p-r-hover-big:hover {
  padding-right: 100px;
}
.p-big125 {
  padding: 125px;
}
.p-t-big125 {
  padding-top: 125px;
}
.p-r-big125 {
  padding-right: 125px;
}
.p-b-big125 {
  padding-bottom: 125px;
}
.p-l-big125 {
  padding-left: 125px;
}
.p-tb-big125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
.p-lr-big125 {
  padding-left: 125px;
  padding-right: 125px;
}
.hover-p-big125:hover {
  padding: 125px;
}
.p-l-hover-big125:hover {
  padding-left: 125px;
}
.p-r-hover-big125:hover {
  padding-right: 125px;
}
.p-bigger {
  padding: 150px;
}
.p-t-bigger {
  padding-top: 150px;
}
.p-r-bigger {
  padding-right: 150px;
}
.p-b-bigger {
  padding-bottom: 150px;
}
.p-l-bigger {
  padding-left: 150px;
}
.p-tb-bigger {
  padding-top: 150px;
  padding-bottom: 150px;
}
.p-lr-bigger {
  padding-left: 150px;
  padding-right: 150px;
}
.hover-p-bigger:hover {
  padding: 150px;
}
.p-l-hover-bigger:hover {
  padding-left: 150px;
}
.p-r-hover-bigger:hover {
  padding-right: 150px;
}
.p-big2x {
  padding: 200px;
}
.p-t-big2x {
  padding-top: 200px;
}
.p-r-big2x {
  padding-right: 200px;
}
.p-b-big2x {
  padding-bottom: 200px;
}
.p-l-big2x {
  padding-left: 200px;
}
.p-tb-big2x {
  padding-top: 200px;
  padding-bottom: 200px;
}
.p-lr-big2x {
  padding-left: 200px;
  padding-right: 200px;
}
.hover-p-big2x:hover {
  padding: 200px;
}
.p-l-hover-big2x:hover {
  padding-left: 200px;
}
.p-r-hover-big2x:hover {
  padding-right: 200px;
}
.p-mega {
  padding: 250px;
}
.p-t-mega {
  padding-top: 250px;
}
.p-r-mega {
  padding-right: 250px;
}
.p-b-mega {
  padding-bottom: 250px;
}
.p-l-mega {
  padding-left: 250px;
}
.p-tb-mega {
  padding-top: 250px;
  padding-bottom: 250px;
}
.p-lr-mega {
  padding-left: 250px;
  padding-right: 250px;
}
.hover-p-mega:hover {
  padding: 250px;
}
.p-l-hover-mega:hover {
  padding-left: 250px;
}
.p-r-hover-mega:hover {
  padding-right: 250px;
}
.p-big3x {
  padding: 300px;
}
.p-t-big3x {
  padding-top: 300px;
}
.p-r-big3x {
  padding-right: 300px;
}
.p-b-big3x {
  padding-bottom: 300px;
}
.p-l-big3x {
  padding-left: 300px;
}
.p-tb-big3x {
  padding-top: 300px;
  padding-bottom: 300px;
}
.p-lr-big3x {
  padding-left: 300px;
  padding-right: 300px;
}
.hover-p-big3x:hover {
  padding: 300px;
}
.p-l-hover-big3x:hover {
  padding-left: 300px;
}
.p-r-hover-big3x:hover {
  padding-right: 300px;
}
.p-big35x {
  padding: 350px;
}
.p-t-big35x {
  padding-top: 350px;
}
.p-r-big35x {
  padding-right: 350px;
}
.p-b-big35x {
  padding-bottom: 350px;
}
.p-l-big35x {
  padding-left: 350px;
}
.p-tb-big35x {
  padding-top: 350px;
  padding-bottom: 350px;
}
.p-lr-big35x {
  padding-left: 350px;
  padding-right: 350px;
}
.hover-p-big35x:hover {
  padding: 350px;
}
.p-l-hover-big35x:hover {
  padding-left: 350px;
}
.p-r-hover-big35x:hover {
  padding-right: 350px;
}
.p-big4x {
  padding: 400px;
}
.p-t-big4x {
  padding-top: 400px;
}
.p-r-big4x {
  padding-right: 400px;
}
.p-b-big4x {
  padding-bottom: 400px;
}
.p-l-big4x {
  padding-left: 400px;
}
.p-tb-big4x {
  padding-top: 400px;
  padding-bottom: 400px;
}
.p-lr-big4x {
  padding-left: 400px;
  padding-right: 400px;
}
.hover-p-big4x:hover {
  padding: 400px;
}
.p-l-hover-big4x:hover {
  padding-left: 400px;
}
.p-r-hover-big4x:hover {
  padding-right: 400px;
}
.p-big45x {
  padding: 450px;
}
.p-t-big45x {
  padding-top: 450px;
}
.p-r-big45x {
  padding-right: 450px;
}
.p-b-big45x {
  padding-bottom: 450px;
}
.p-l-big45x {
  padding-left: 450px;
}
.p-tb-big45x {
  padding-top: 450px;
  padding-bottom: 450px;
}
.p-lr-big45x {
  padding-left: 450px;
  padding-right: 450px;
}
.hover-p-big45x:hover {
  padding: 450px;
}
.p-l-hover-big45x:hover {
  padding-left: 450px;
}
.p-r-hover-big45x:hover {
  padding-right: 450px;
}
.p-big5x {
  padding: 500px;
}
.p-t-big5x {
  padding-top: 500px;
}
.p-r-big5x {
  padding-right: 500px;
}
.p-b-big5x {
  padding-bottom: 500px;
}
.p-l-big5x {
  padding-left: 500px;
}
.p-tb-big5x {
  padding-top: 500px;
  padding-bottom: 500px;
}
.p-lr-big5x {
  padding-left: 500px;
  padding-right: 500px;
}
.hover-p-big5x:hover {
  padding: 500px;
}
.p-l-hover-big5x:hover {
  padding-left: 500px;
}
.p-r-hover-big5x:hover {
  padding-right: 500px;
}
.p-big55x {
  padding: 550px;
}
.p-t-big55x {
  padding-top: 550px;
}
.p-r-big55x {
  padding-right: 550px;
}
.p-b-big55x {
  padding-bottom: 550px;
}
.p-l-big55x {
  padding-left: 550px;
}
.p-tb-big55x {
  padding-top: 550px;
  padding-bottom: 550px;
}
.p-lr-big55x {
  padding-left: 550px;
  padding-right: 550px;
}
.hover-p-big55x:hover {
  padding: 550px;
}
.p-l-hover-big55x:hover {
  padding-left: 550px;
}
.p-r-hover-big55x:hover {
  padding-right: 550px;
}
.p-big6x {
  padding: 600px;
}
.p-t-big6x {
  padding-top: 600px;
}
.p-r-big6x {
  padding-right: 600px;
}
.p-b-big6x {
  padding-bottom: 600px;
}
.p-l-big6x {
  padding-left: 600px;
}
.p-tb-big6x {
  padding-top: 600px;
  padding-bottom: 600px;
}
.p-lr-big6x {
  padding-left: 600px;
  padding-right: 600px;
}
.hover-p-big6x:hover {
  padding: 600px;
}
.p-l-hover-big6x:hover {
  padding-left: 600px;
}
.p-r-hover-big6x:hover {
  padding-right: 600px;
}
.p-big65x {
  padding: 650px;
}
.p-t-big65x {
  padding-top: 650px;
}
.p-r-big65x {
  padding-right: 650px;
}
.p-b-big65x {
  padding-bottom: 650px;
}
.p-l-big65x {
  padding-left: 650px;
}
.p-tb-big65x {
  padding-top: 650px;
  padding-bottom: 650px;
}
.p-lr-big65x {
  padding-left: 650px;
  padding-right: 650px;
}
.hover-p-big65x:hover {
  padding: 650px;
}
.p-l-hover-big65x:hover {
  padding-left: 650px;
}
.p-r-hover-big65x:hover {
  padding-right: 650px;
}
.p-big7x {
  padding: 700px;
}
.p-t-big7x {
  padding-top: 700px;
}
.p-r-big7x {
  padding-right: 700px;
}
.p-b-big7x {
  padding-bottom: 700px;
}
.p-l-big7x {
  padding-left: 700px;
}
.p-tb-big7x {
  padding-top: 700px;
  padding-bottom: 700px;
}
.p-lr-big7x {
  padding-left: 700px;
  padding-right: 700px;
}
.hover-p-big7x:hover {
  padding: 700px;
}
.p-l-hover-big7x:hover {
  padding-left: 700px;
}
.p-r-hover-big7x:hover {
  padding-right: 700px;
}
.p-big75x {
  padding: 750px;
}
.p-t-big75x {
  padding-top: 750px;
}
.p-r-big75x {
  padding-right: 750px;
}
.p-b-big75x {
  padding-bottom: 750px;
}
.p-l-big75x {
  padding-left: 750px;
}
.p-tb-big75x {
  padding-top: 750px;
  padding-bottom: 750px;
}
.p-lr-big75x {
  padding-left: 750px;
  padding-right: 750px;
}
.hover-p-big75x:hover {
  padding: 750px;
}
.p-l-hover-big75x:hover {
  padding-left: 750px;
}
.p-r-hover-big75x:hover {
  padding-right: 750px;
}
.p-full {
  padding: 100%;
}
.p-t-full {
  padding-top: 100%;
}
.p-r-full {
  padding-right: 100%;
}
.p-b-full {
  padding-bottom: 100%;
}
.p-l-full {
  padding-left: 100%;
}
.p-tb-full {
  padding-top: 100%;
  padding-bottom: 100%;
}
.p-lr-full {
  padding-left: 100%;
  padding-right: 100%;
}
.hover-p-full:hover {
  padding: 100%;
}
.p-l-hover-full:hover {
  padding-left: 100%;
}
.p-r-hover-full:hover {
  padding-right: 100%;
}
.p-half {
  padding: 50%;
}
.p-t-half {
  padding-top: 50%;
}
.p-r-half {
  padding-right: 50%;
}
.p-b-half {
  padding-bottom: 50%;
}
.p-l-half {
  padding-left: 50%;
}
.p-tb-half {
  padding-top: 50%;
  padding-bottom: 50%;
}
.p-lr-half {
  padding-left: 50%;
  padding-right: 50%;
}
.hover-p-half:hover {
  padding: 50%;
}
.p-l-hover-half:hover {
  padding-left: 50%;
}
.p-r-hover-half:hover {
  padding-right: 50%;
}
.p-quarter {
  padding: 25%;
}
.p-t-quarter {
  padding-top: 25%;
}
.p-r-quarter {
  padding-right: 25%;
}
.p-b-quarter {
  padding-bottom: 25%;
}
.p-l-quarter {
  padding-left: 25%;
}
.p-tb-quarter {
  padding-top: 25%;
  padding-bottom: 25%;
}
.p-lr-quarter {
  padding-left: 25%;
  padding-right: 25%;
}
.hover-p-quarter:hover {
  padding: 25%;
}
.p-l-hover-quarter:hover {
  padding-left: 25%;
}
.p-r-hover-quarter:hover {
  padding-right: 25%;
}
.p-third {
  padding: 33.33%;
}
.p-t-third {
  padding-top: 33.33%;
}
.p-r-third {
  padding-right: 33.33%;
}
.p-b-third {
  padding-bottom: 33.33%;
}
.p-l-third {
  padding-left: 33.33%;
}
.p-tb-third {
  padding-top: 33.33%;
  padding-bottom: 33.33%;
}
.p-lr-third {
  padding-left: 33.33%;
  padding-right: 33.33%;
}
.hover-p-third:hover {
  padding: 33.33%;
}
.p-l-hover-third:hover {
  padding-left: 33.33%;
}
.p-r-hover-third:hover {
  padding-right: 33.33%;
}
.p-two-third {
  padding: 66.67%;
}
.p-t-two-third {
  padding-top: 66.67%;
}
.p-r-two-third {
  padding-right: 66.67%;
}
.p-b-two-third {
  padding-bottom: 66.67%;
}
.p-l-two-third {
  padding-left: 66.67%;
}
.p-tb-two-third {
  padding-top: 66.67%;
  padding-bottom: 66.67%;
}
.p-lr-two-third {
  padding-left: 66.67%;
  padding-right: 66.67%;
}
.hover-p-two-third:hover {
  padding: 66.67%;
}
.p-l-hover-two-third:hover {
  padding-left: 66.67%;
}
.p-r-hover-two-third:hover {
  padding-right: 66.67%;
}
.p-5pc {
  padding: 5%;
}
.p-t-5pc {
  padding-top: 5%;
}
.p-r-5pc {
  padding-right: 5%;
}
.p-b-5pc {
  padding-bottom: 5%;
}
.p-l-5pc {
  padding-left: 5%;
}
.p-tb-5pc {
  padding-top: 5%;
  padding-bottom: 5%;
}
.p-lr-5pc {
  padding-left: 5%;
  padding-right: 5%;
}
.hover-p-5pc:hover {
  padding: 5%;
}
.p-l-hover-5pc:hover {
  padding-left: 5%;
}
.p-r-hover-5pc:hover {
  padding-right: 5%;
}
.p-10pc {
  padding: 10%;
}
.p-t-10pc {
  padding-top: 10%;
}
.p-r-10pc {
  padding-right: 10%;
}
.p-b-10pc {
  padding-bottom: 10%;
}
.p-l-10pc {
  padding-left: 10%;
}
.p-tb-10pc {
  padding-top: 10%;
  padding-bottom: 10%;
}
.p-lr-10pc {
  padding-left: 10%;
  padding-right: 10%;
}
.hover-p-10pc:hover {
  padding: 10%;
}
.p-l-hover-10pc:hover {
  padding-left: 10%;
}
.p-r-hover-10pc:hover {
  padding-right: 10%;
}
.p-15pc {
  padding: 15%;
}
.p-t-15pc {
  padding-top: 15%;
}
.p-r-15pc {
  padding-right: 15%;
}
.p-b-15pc {
  padding-bottom: 15%;
}
.p-l-15pc {
  padding-left: 15%;
}
.p-tb-15pc {
  padding-top: 15%;
  padding-bottom: 15%;
}
.p-lr-15pc {
  padding-left: 15%;
  padding-right: 15%;
}
.hover-p-15pc:hover {
  padding: 15%;
}
.p-l-hover-15pc:hover {
  padding-left: 15%;
}
.p-r-hover-15pc:hover {
  padding-right: 15%;
}
.p-16pc {
  padding: 16.665%;
}
.p-t-16pc {
  padding-top: 16.665%;
}
.p-r-16pc {
  padding-right: 16.665%;
}
.p-b-16pc {
  padding-bottom: 16.665%;
}
.p-l-16pc {
  padding-left: 16.665%;
}
.p-tb-16pc {
  padding-top: 16.665%;
  padding-bottom: 16.665%;
}
.p-lr-16pc {
  padding-left: 16.665%;
  padding-right: 16.665%;
}
.hover-p-16pc:hover {
  padding: 16.665%;
}
.p-l-hover-16pc:hover {
  padding-left: 16.665%;
}
.p-r-hover-16pc:hover {
  padding-right: 16.665%;
}
.p-20pc {
  padding: 20%;
}
.p-t-20pc {
  padding-top: 20%;
}
.p-r-20pc {
  padding-right: 20%;
}
.p-b-20pc {
  padding-bottom: 20%;
}
.p-l-20pc {
  padding-left: 20%;
}
.p-tb-20pc {
  padding-top: 20%;
  padding-bottom: 20%;
}
.p-lr-20pc {
  padding-left: 20%;
  padding-right: 20%;
}
.hover-p-20pc:hover {
  padding: 20%;
}
.p-l-hover-20pc:hover {
  padding-left: 20%;
}
.p-r-hover-20pc:hover {
  padding-right: 20%;
}
.p-33pc {
  padding: 33.33%;
}
.p-t-33pc {
  padding-top: 33.33%;
}
.p-r-33pc {
  padding-right: 33.33%;
}
.p-b-33pc {
  padding-bottom: 33.33%;
}
.p-l-33pc {
  padding-left: 33.33%;
}
.p-tb-33pc {
  padding-top: 33.33%;
  padding-bottom: 33.33%;
}
.p-lr-33pc {
  padding-left: 33.33%;
  padding-right: 33.33%;
}
.hover-p-33pc:hover {
  padding: 33.33%;
}
.p-l-hover-33pc:hover {
  padding-left: 33.33%;
}
.p-r-hover-33pc:hover {
  padding-right: 33.33%;
}
.p-66pc {
  padding: 66.67%;
}
.p-t-66pc {
  padding-top: 66.67%;
}
.p-r-66pc {
  padding-right: 66.67%;
}
.p-b-66pc {
  padding-bottom: 66.67%;
}
.p-l-66pc {
  padding-left: 66.67%;
}
.p-tb-66pc {
  padding-top: 66.67%;
  padding-bottom: 66.67%;
}
.p-lr-66pc {
  padding-left: 66.67%;
  padding-right: 66.67%;
}
.hover-p-66pc:hover {
  padding: 66.67%;
}
.p-l-hover-66pc:hover {
  padding-left: 66.67%;
}
.p-r-hover-66pc:hover {
  padding-right: 66.67%;
}
.p-30pc {
  padding: 30%;
}
.p-t-30pc {
  padding-top: 30%;
}
.p-r-30pc {
  padding-right: 30%;
}
.p-b-30pc {
  padding-bottom: 30%;
}
.p-l-30pc {
  padding-left: 30%;
}
.p-tb-30pc {
  padding-top: 30%;
  padding-bottom: 30%;
}
.p-lr-30pc {
  padding-left: 30%;
  padding-right: 30%;
}
.hover-p-30pc:hover {
  padding: 30%;
}
.p-l-hover-30pc:hover {
  padding-left: 30%;
}
.p-r-hover-30pc:hover {
  padding-right: 30%;
}
.p-40pc {
  padding: 40%;
}
.p-t-40pc {
  padding-top: 40%;
}
.p-r-40pc {
  padding-right: 40%;
}
.p-b-40pc {
  padding-bottom: 40%;
}
.p-l-40pc {
  padding-left: 40%;
}
.p-tb-40pc {
  padding-top: 40%;
  padding-bottom: 40%;
}
.p-lr-40pc {
  padding-left: 40%;
  padding-right: 40%;
}
.hover-p-40pc:hover {
  padding: 40%;
}
.p-l-hover-40pc:hover {
  padding-left: 40%;
}
.p-r-hover-40pc:hover {
  padding-right: 40%;
}
.p-60pc {
  padding: 60%;
}
.p-t-60pc {
  padding-top: 60%;
}
.p-r-60pc {
  padding-right: 60%;
}
.p-b-60pc {
  padding-bottom: 60%;
}
.p-l-60pc {
  padding-left: 60%;
}
.p-tb-60pc {
  padding-top: 60%;
  padding-bottom: 60%;
}
.p-lr-60pc {
  padding-left: 60%;
  padding-right: 60%;
}
.hover-p-60pc:hover {
  padding: 60%;
}
.p-l-hover-60pc:hover {
  padding-left: 60%;
}
.p-r-hover-60pc:hover {
  padding-right: 60%;
}
.p-70pc {
  padding: 70%;
}
.p-t-70pc {
  padding-top: 70%;
}
.p-r-70pc {
  padding-right: 70%;
}
.p-b-70pc {
  padding-bottom: 70%;
}
.p-l-70pc {
  padding-left: 70%;
}
.p-tb-70pc {
  padding-top: 70%;
  padding-bottom: 70%;
}
.p-lr-70pc {
  padding-left: 70%;
  padding-right: 70%;
}
.hover-p-70pc:hover {
  padding: 70%;
}
.p-l-hover-70pc:hover {
  padding-left: 70%;
}
.p-r-hover-70pc:hover {
  padding-right: 70%;
}
.p-80pc {
  padding: 80%;
}
.p-t-80pc {
  padding-top: 80%;
}
.p-r-80pc {
  padding-right: 80%;
}
.p-b-80pc {
  padding-bottom: 80%;
}
.p-l-80pc {
  padding-left: 80%;
}
.p-tb-80pc {
  padding-top: 80%;
  padding-bottom: 80%;
}
.p-lr-80pc {
  padding-left: 80%;
  padding-right: 80%;
}
.hover-p-80pc:hover {
  padding: 80%;
}
.p-l-hover-80pc:hover {
  padding-left: 80%;
}
.p-r-hover-80pc:hover {
  padding-right: 80%;
}
.p-90pc {
  padding: 90%;
}
.p-t-90pc {
  padding-top: 90%;
}
.p-r-90pc {
  padding-right: 90%;
}
.p-b-90pc {
  padding-bottom: 90%;
}
.p-l-90pc {
  padding-left: 90%;
}
.p-tb-90pc {
  padding-top: 90%;
  padding-bottom: 90%;
}
.p-lr-90pc {
  padding-left: 90%;
  padding-right: 90%;
}
.hover-p-90pc:hover {
  padding: 90%;
}
.p-l-hover-90pc:hover {
  padding-left: 90%;
}
.p-r-hover-90pc:hover {
  padding-right: 90%;
}
.p-none-important {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .p-none-sm {
    padding: 0px;
  }
  .p-t-none-sm {
    padding-top: 0px;
  }
  .p-r-none-sm {
    padding-right: 0px;
  }
  .p-b-none-sm {
    padding-bottom: 0px;
  }
  .p-l-none-sm {
    padding-left: 0px;
  }
  .p-tb-none-sm {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-lr-none-sm {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hover-p-none-sm:hover {
    padding: 0px;
  }
  .p-nano-sm {
    padding: 1px;
  }
  .p-t-nano-sm {
    padding-top: 1px;
  }
  .p-r-nano-sm {
    padding-right: 1px;
  }
  .p-b-nano-sm {
    padding-bottom: 1px;
  }
  .p-l-nano-sm {
    padding-left: 1px;
  }
  .p-tb-nano-sm {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .p-lr-nano-sm {
    padding-left: 1px;
    padding-right: 1px;
  }
  .hover-p-nano-sm:hover {
    padding: 1px;
  }
  .p-tiny-sm {
    padding: 2px;
  }
  .p-t-tiny-sm {
    padding-top: 2px;
  }
  .p-r-tiny-sm {
    padding-right: 2px;
  }
  .p-b-tiny-sm {
    padding-bottom: 2px;
  }
  .p-l-tiny-sm {
    padding-left: 2px;
  }
  .p-tb-tiny-sm {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .p-lr-tiny-sm {
    padding-left: 2px;
    padding-right: 2px;
  }
  .hover-p-tiny-sm:hover {
    padding: 2px;
  }
  .p-mini-sm {
    padding: 3px;
  }
  .p-t-mini-sm {
    padding-top: 3px;
  }
  .p-r-mini-sm {
    padding-right: 3px;
  }
  .p-b-mini-sm {
    padding-bottom: 3px;
  }
  .p-l-mini-sm {
    padding-left: 3px;
  }
  .p-tb-mini-sm {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .p-lr-mini-sm {
    padding-left: 3px;
    padding-right: 3px;
  }
  .hover-p-mini-sm:hover {
    padding: 3px;
  }
  .p-xxs-sm {
    padding: 4px;
  }
  .p-t-xxs-sm {
    padding-top: 4px;
  }
  .p-r-xxs-sm {
    padding-right: 4px;
  }
  .p-b-xxs-sm {
    padding-bottom: 4px;
  }
  .p-l-xxs-sm {
    padding-left: 4px;
  }
  .p-tb-xxs-sm {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-lr-xxs-sm {
    padding-left: 4px;
    padding-right: 4px;
  }
  .hover-p-xxs-sm:hover {
    padding: 4px;
  }
  .p-xs-sm {
    padding: 5px;
  }
  .p-t-xs-sm {
    padding-top: 5px;
  }
  .p-r-xs-sm {
    padding-right: 5px;
  }
  .p-b-xs-sm {
    padding-bottom: 5px;
  }
  .p-l-xs-sm {
    padding-left: 5px;
  }
  .p-tb-xs-sm {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .p-lr-xs-sm {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hover-p-xs-sm:hover {
    padding: 5px;
  }
  .p-xss-sm {
    padding: 8px;
  }
  .p-t-xss-sm {
    padding-top: 8px;
  }
  .p-r-xss-sm {
    padding-right: 8px;
  }
  .p-b-xss-sm {
    padding-bottom: 8px;
  }
  .p-l-xss-sm {
    padding-left: 8px;
  }
  .p-tb-xss-sm {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .p-lr-xss-sm {
    padding-left: 8px;
    padding-right: 8px;
  }
  .hover-p-xss-sm:hover {
    padding: 8px;
  }
  .p-s-sm {
    padding: 10px;
  }
  .p-t-s-sm {
    padding-top: 10px;
  }
  .p-r-s-sm {
    padding-right: 10px;
  }
  .p-b-s-sm {
    padding-bottom: 10px;
  }
  .p-l-s-sm {
    padding-left: 10px;
  }
  .p-tb-s-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-lr-s-sm {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hover-p-s-sm:hover {
    padding: 10px;
  }
  .p-m-sm {
    padding: 15px;
  }
  .p-t-m-sm {
    padding-top: 15px;
  }
  .p-r-m-sm {
    padding-right: 15px;
  }
  .p-b-m-sm {
    padding-bottom: 15px;
  }
  .p-l-m-sm {
    padding-left: 15px;
  }
  .p-tb-m-sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-lr-m-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hover-p-m-sm:hover {
    padding: 15px;
  }
  .p-l-sm {
    padding: 20px;
  }
  .p-t-l-sm {
    padding-top: 20px;
  }
  .p-r-l-sm {
    padding-right: 20px;
  }
  .p-b-l-sm {
    padding-bottom: 20px;
  }
  .p-l-l-sm {
    padding-left: 20px;
  }
  .p-tb-l-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-lr-l-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hover-p-l-sm:hover {
    padding: 20px;
  }
  .p-xl-sm {
    padding: 25px;
  }
  .p-t-xl-sm {
    padding-top: 25px;
  }
  .p-r-xl-sm {
    padding-right: 25px;
  }
  .p-b-xl-sm {
    padding-bottom: 25px;
  }
  .p-l-xl-sm {
    padding-left: 25px;
  }
  .p-tb-xl-sm {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-lr-xl-sm {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hover-p-xl-sm:hover {
    padding: 25px;
  }
  .p-xxl-sm {
    padding: 30px;
  }
  .p-t-xxl-sm {
    padding-top: 30px;
  }
  .p-r-xxl-sm {
    padding-right: 30px;
  }
  .p-b-xxl-sm {
    padding-bottom: 30px;
  }
  .p-l-xxl-sm {
    padding-left: 30px;
  }
  .p-tb-xxl-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-lr-xxl-sm {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hover-p-xxl-sm:hover {
    padding: 30px;
  }
  .p-3xl-sm {
    padding: 35px;
  }
  .p-t-3xl-sm {
    padding-top: 35px;
  }
  .p-r-3xl-sm {
    padding-right: 35px;
  }
  .p-b-3xl-sm {
    padding-bottom: 35px;
  }
  .p-l-3xl-sm {
    padding-left: 35px;
  }
  .p-tb-3xl-sm {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .p-lr-3xl-sm {
    padding-left: 35px;
    padding-right: 35px;
  }
  .hover-p-3xl-sm:hover {
    padding: 35px;
  }
  .p-4xl-sm {
    padding: 40px;
  }
  .p-t-4xl-sm {
    padding-top: 40px;
  }
  .p-r-4xl-sm {
    padding-right: 40px;
  }
  .p-b-4xl-sm {
    padding-bottom: 40px;
  }
  .p-l-4xl-sm {
    padding-left: 40px;
  }
  .p-tb-4xl-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-lr-4xl-sm {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hover-p-4xl-sm:hover {
    padding: 40px;
  }
  .p-5xl-sm {
    padding: 50px;
  }
  .p-t-5xl-sm {
    padding-top: 50px;
  }
  .p-r-5xl-sm {
    padding-right: 50px;
  }
  .p-b-5xl-sm {
    padding-bottom: 50px;
  }
  .p-l-5xl-sm {
    padding-left: 50px;
  }
  .p-tb-5xl-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-lr-5xl-sm {
    padding-left: 50px;
    padding-right: 50px;
  }
  .hover-p-5xl-sm:hover {
    padding: 50px;
  }
  .p-6xl-sm {
    padding: 60px;
  }
  .p-t-6xl-sm {
    padding-top: 60px;
  }
  .p-r-6xl-sm {
    padding-right: 60px;
  }
  .p-b-6xl-sm {
    padding-bottom: 60px;
  }
  .p-l-6xl-sm {
    padding-left: 60px;
  }
  .p-tb-6xl-sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-lr-6xl-sm {
    padding-left: 60px;
    padding-right: 60px;
  }
  .hover-p-6xl-sm:hover {
    padding: 60px;
  }
  .p-7xl-sm {
    padding: 70px;
  }
  .p-t-7xl-sm {
    padding-top: 70px;
  }
  .p-r-7xl-sm {
    padding-right: 70px;
  }
  .p-b-7xl-sm {
    padding-bottom: 70px;
  }
  .p-l-7xl-sm {
    padding-left: 70px;
  }
  .p-tb-7xl-sm {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .p-lr-7xl-sm {
    padding-left: 70px;
    padding-right: 70px;
  }
  .hover-p-7xl-sm:hover {
    padding: 70px;
  }
  .p-8xl-sm {
    padding: 80px;
  }
  .p-t-8xl-sm {
    padding-top: 80px;
  }
  .p-r-8xl-sm {
    padding-right: 80px;
  }
  .p-b-8xl-sm {
    padding-bottom: 80px;
  }
  .p-l-8xl-sm {
    padding-left: 80px;
  }
  .p-tb-8xl-sm {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-lr-8xl-sm {
    padding-left: 80px;
    padding-right: 80px;
  }
  .hover-p-8xl-sm:hover {
    padding: 80px;
  }
  .p-9xl-sm {
    padding: 90px;
  }
  .p-t-9xl-sm {
    padding-top: 90px;
  }
  .p-r-9xl-sm {
    padding-right: 90px;
  }
  .p-b-9xl-sm {
    padding-bottom: 90px;
  }
  .p-l-9xl-sm {
    padding-left: 90px;
  }
  .p-tb-9xl-sm {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .p-lr-9xl-sm {
    padding-left: 90px;
    padding-right: 90px;
  }
  .hover-p-9xl-sm:hover {
    padding: 90px;
  }
  .p-big-sm {
    padding: 100px;
  }
  .p-t-big-sm {
    padding-top: 100px;
  }
  .p-r-big-sm {
    padding-right: 100px;
  }
  .p-b-big-sm {
    padding-bottom: 100px;
  }
  .p-l-big-sm {
    padding-left: 100px;
  }
  .p-tb-big-sm {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-lr-big-sm {
    padding-left: 100px;
    padding-right: 100px;
  }
  .hover-p-big-sm:hover {
    padding: 100px;
  }
  .p-big125-sm {
    padding: 125px;
  }
  .p-t-big125-sm {
    padding-top: 125px;
  }
  .p-r-big125-sm {
    padding-right: 125px;
  }
  .p-b-big125-sm {
    padding-bottom: 125px;
  }
  .p-l-big125-sm {
    padding-left: 125px;
  }
  .p-tb-big125-sm {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .p-lr-big125-sm {
    padding-left: 125px;
    padding-right: 125px;
  }
  .hover-p-big125-sm:hover {
    padding: 125px;
  }
  .p-bigger-sm {
    padding: 150px;
  }
  .p-t-bigger-sm {
    padding-top: 150px;
  }
  .p-r-bigger-sm {
    padding-right: 150px;
  }
  .p-b-bigger-sm {
    padding-bottom: 150px;
  }
  .p-l-bigger-sm {
    padding-left: 150px;
  }
  .p-tb-bigger-sm {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .p-lr-bigger-sm {
    padding-left: 150px;
    padding-right: 150px;
  }
  .hover-p-bigger-sm:hover {
    padding: 150px;
  }
  .p-big2x-sm {
    padding: 200px;
  }
  .p-t-big2x-sm {
    padding-top: 200px;
  }
  .p-r-big2x-sm {
    padding-right: 200px;
  }
  .p-b-big2x-sm {
    padding-bottom: 200px;
  }
  .p-l-big2x-sm {
    padding-left: 200px;
  }
  .p-tb-big2x-sm {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .p-lr-big2x-sm {
    padding-left: 200px;
    padding-right: 200px;
  }
  .hover-p-big2x-sm:hover {
    padding: 200px;
  }
  .p-mega-sm {
    padding: 250px;
  }
  .p-t-mega-sm {
    padding-top: 250px;
  }
  .p-r-mega-sm {
    padding-right: 250px;
  }
  .p-b-mega-sm {
    padding-bottom: 250px;
  }
  .p-l-mega-sm {
    padding-left: 250px;
  }
  .p-tb-mega-sm {
    padding-top: 250px;
    padding-bottom: 250px;
  }
  .p-lr-mega-sm {
    padding-left: 250px;
    padding-right: 250px;
  }
  .hover-p-mega-sm:hover {
    padding: 250px;
  }
  .p-big3x-sm {
    padding: 300px;
  }
  .p-t-big3x-sm {
    padding-top: 300px;
  }
  .p-r-big3x-sm {
    padding-right: 300px;
  }
  .p-b-big3x-sm {
    padding-bottom: 300px;
  }
  .p-l-big3x-sm {
    padding-left: 300px;
  }
  .p-tb-big3x-sm {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .p-lr-big3x-sm {
    padding-left: 300px;
    padding-right: 300px;
  }
  .hover-p-big3x-sm:hover {
    padding: 300px;
  }
  .p-big35x-sm {
    padding: 350px;
  }
  .p-t-big35x-sm {
    padding-top: 350px;
  }
  .p-r-big35x-sm {
    padding-right: 350px;
  }
  .p-b-big35x-sm {
    padding-bottom: 350px;
  }
  .p-l-big35x-sm {
    padding-left: 350px;
  }
  .p-tb-big35x-sm {
    padding-top: 350px;
    padding-bottom: 350px;
  }
  .p-lr-big35x-sm {
    padding-left: 350px;
    padding-right: 350px;
  }
  .hover-p-big35x-sm:hover {
    padding: 350px;
  }
  .p-big4x-sm {
    padding: 400px;
  }
  .p-t-big4x-sm {
    padding-top: 400px;
  }
  .p-r-big4x-sm {
    padding-right: 400px;
  }
  .p-b-big4x-sm {
    padding-bottom: 400px;
  }
  .p-l-big4x-sm {
    padding-left: 400px;
  }
  .p-tb-big4x-sm {
    padding-top: 400px;
    padding-bottom: 400px;
  }
  .p-lr-big4x-sm {
    padding-left: 400px;
    padding-right: 400px;
  }
  .hover-p-big4x-sm:hover {
    padding: 400px;
  }
  .p-big45x-sm {
    padding: 450px;
  }
  .p-t-big45x-sm {
    padding-top: 450px;
  }
  .p-r-big45x-sm {
    padding-right: 450px;
  }
  .p-b-big45x-sm {
    padding-bottom: 450px;
  }
  .p-l-big45x-sm {
    padding-left: 450px;
  }
  .p-tb-big45x-sm {
    padding-top: 450px;
    padding-bottom: 450px;
  }
  .p-lr-big45x-sm {
    padding-left: 450px;
    padding-right: 450px;
  }
  .hover-p-big45x-sm:hover {
    padding: 450px;
  }
  .p-big5x-sm {
    padding: 500px;
  }
  .p-t-big5x-sm {
    padding-top: 500px;
  }
  .p-r-big5x-sm {
    padding-right: 500px;
  }
  .p-b-big5x-sm {
    padding-bottom: 500px;
  }
  .p-l-big5x-sm {
    padding-left: 500px;
  }
  .p-tb-big5x-sm {
    padding-top: 500px;
    padding-bottom: 500px;
  }
  .p-lr-big5x-sm {
    padding-left: 500px;
    padding-right: 500px;
  }
  .hover-p-big5x-sm:hover {
    padding: 500px;
  }
  .p-big55x-sm {
    padding: 550px;
  }
  .p-t-big55x-sm {
    padding-top: 550px;
  }
  .p-r-big55x-sm {
    padding-right: 550px;
  }
  .p-b-big55x-sm {
    padding-bottom: 550px;
  }
  .p-l-big55x-sm {
    padding-left: 550px;
  }
  .p-tb-big55x-sm {
    padding-top: 550px;
    padding-bottom: 550px;
  }
  .p-lr-big55x-sm {
    padding-left: 550px;
    padding-right: 550px;
  }
  .hover-p-big55x-sm:hover {
    padding: 550px;
  }
  .p-big6x-sm {
    padding: 600px;
  }
  .p-t-big6x-sm {
    padding-top: 600px;
  }
  .p-r-big6x-sm {
    padding-right: 600px;
  }
  .p-b-big6x-sm {
    padding-bottom: 600px;
  }
  .p-l-big6x-sm {
    padding-left: 600px;
  }
  .p-tb-big6x-sm {
    padding-top: 600px;
    padding-bottom: 600px;
  }
  .p-lr-big6x-sm {
    padding-left: 600px;
    padding-right: 600px;
  }
  .hover-p-big6x-sm:hover {
    padding: 600px;
  }
  .p-big65x-sm {
    padding: 650px;
  }
  .p-t-big65x-sm {
    padding-top: 650px;
  }
  .p-r-big65x-sm {
    padding-right: 650px;
  }
  .p-b-big65x-sm {
    padding-bottom: 650px;
  }
  .p-l-big65x-sm {
    padding-left: 650px;
  }
  .p-tb-big65x-sm {
    padding-top: 650px;
    padding-bottom: 650px;
  }
  .p-lr-big65x-sm {
    padding-left: 650px;
    padding-right: 650px;
  }
  .hover-p-big65x-sm:hover {
    padding: 650px;
  }
  .p-big7x-sm {
    padding: 700px;
  }
  .p-t-big7x-sm {
    padding-top: 700px;
  }
  .p-r-big7x-sm {
    padding-right: 700px;
  }
  .p-b-big7x-sm {
    padding-bottom: 700px;
  }
  .p-l-big7x-sm {
    padding-left: 700px;
  }
  .p-tb-big7x-sm {
    padding-top: 700px;
    padding-bottom: 700px;
  }
  .p-lr-big7x-sm {
    padding-left: 700px;
    padding-right: 700px;
  }
  .hover-p-big7x-sm:hover {
    padding: 700px;
  }
  .p-big75x-sm {
    padding: 750px;
  }
  .p-t-big75x-sm {
    padding-top: 750px;
  }
  .p-r-big75x-sm {
    padding-right: 750px;
  }
  .p-b-big75x-sm {
    padding-bottom: 750px;
  }
  .p-l-big75x-sm {
    padding-left: 750px;
  }
  .p-tb-big75x-sm {
    padding-top: 750px;
    padding-bottom: 750px;
  }
  .p-lr-big75x-sm {
    padding-left: 750px;
    padding-right: 750px;
  }
  .hover-p-big75x-sm:hover {
    padding: 750px;
  }
  .p-full-sm {
    padding: 100%;
  }
  .p-t-full-sm {
    padding-top: 100%;
  }
  .p-r-full-sm {
    padding-right: 100%;
  }
  .p-b-full-sm {
    padding-bottom: 100%;
  }
  .p-l-full-sm {
    padding-left: 100%;
  }
  .p-tb-full-sm {
    padding-top: 100%;
    padding-bottom: 100%;
  }
  .p-lr-full-sm {
    padding-left: 100%;
    padding-right: 100%;
  }
  .hover-p-full-sm:hover {
    padding: 100%;
  }
  .p-half-sm {
    padding: 50%;
  }
  .p-t-half-sm {
    padding-top: 50%;
  }
  .p-r-half-sm {
    padding-right: 50%;
  }
  .p-b-half-sm {
    padding-bottom: 50%;
  }
  .p-l-half-sm {
    padding-left: 50%;
  }
  .p-tb-half-sm {
    padding-top: 50%;
    padding-bottom: 50%;
  }
  .p-lr-half-sm {
    padding-left: 50%;
    padding-right: 50%;
  }
  .hover-p-half-sm:hover {
    padding: 50%;
  }
  .p-quarter-sm {
    padding: 25%;
  }
  .p-t-quarter-sm {
    padding-top: 25%;
  }
  .p-r-quarter-sm {
    padding-right: 25%;
  }
  .p-b-quarter-sm {
    padding-bottom: 25%;
  }
  .p-l-quarter-sm {
    padding-left: 25%;
  }
  .p-tb-quarter-sm {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .p-lr-quarter-sm {
    padding-left: 25%;
    padding-right: 25%;
  }
  .hover-p-quarter-sm:hover {
    padding: 25%;
  }
  .p-third-sm {
    padding: 33.33%;
  }
  .p-t-third-sm {
    padding-top: 33.33%;
  }
  .p-r-third-sm {
    padding-right: 33.33%;
  }
  .p-b-third-sm {
    padding-bottom: 33.33%;
  }
  .p-l-third-sm {
    padding-left: 33.33%;
  }
  .p-tb-third-sm {
    padding-top: 33.33%;
    padding-bottom: 33.33%;
  }
  .p-lr-third-sm {
    padding-left: 33.33%;
    padding-right: 33.33%;
  }
  .hover-p-third-sm:hover {
    padding: 33.33%;
  }
  .p-two-third-sm {
    padding: 66.67%;
  }
  .p-t-two-third-sm {
    padding-top: 66.67%;
  }
  .p-r-two-third-sm {
    padding-right: 66.67%;
  }
  .p-b-two-third-sm {
    padding-bottom: 66.67%;
  }
  .p-l-two-third-sm {
    padding-left: 66.67%;
  }
  .p-tb-two-third-sm {
    padding-top: 66.67%;
    padding-bottom: 66.67%;
  }
  .p-lr-two-third-sm {
    padding-left: 66.67%;
    padding-right: 66.67%;
  }
  .hover-p-two-third-sm:hover {
    padding: 66.67%;
  }
  .p-5pc-sm {
    padding: 5%;
  }
  .p-t-5pc-sm {
    padding-top: 5%;
  }
  .p-r-5pc-sm {
    padding-right: 5%;
  }
  .p-b-5pc-sm {
    padding-bottom: 5%;
  }
  .p-l-5pc-sm {
    padding-left: 5%;
  }
  .p-tb-5pc-sm {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .p-lr-5pc-sm {
    padding-left: 5%;
    padding-right: 5%;
  }
  .hover-p-5pc-sm:hover {
    padding: 5%;
  }
  .p-10pc-sm {
    padding: 10%;
  }
  .p-t-10pc-sm {
    padding-top: 10%;
  }
  .p-r-10pc-sm {
    padding-right: 10%;
  }
  .p-b-10pc-sm {
    padding-bottom: 10%;
  }
  .p-l-10pc-sm {
    padding-left: 10%;
  }
  .p-tb-10pc-sm {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .p-lr-10pc-sm {
    padding-left: 10%;
    padding-right: 10%;
  }
  .hover-p-10pc-sm:hover {
    padding: 10%;
  }
  .p-15pc-sm {
    padding: 15%;
  }
  .p-t-15pc-sm {
    padding-top: 15%;
  }
  .p-r-15pc-sm {
    padding-right: 15%;
  }
  .p-b-15pc-sm {
    padding-bottom: 15%;
  }
  .p-l-15pc-sm {
    padding-left: 15%;
  }
  .p-tb-15pc-sm {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .p-lr-15pc-sm {
    padding-left: 15%;
    padding-right: 15%;
  }
  .hover-p-15pc-sm:hover {
    padding: 15%;
  }
  .p-16pc-sm {
    padding: 16.665%;
  }
  .p-t-16pc-sm {
    padding-top: 16.665%;
  }
  .p-r-16pc-sm {
    padding-right: 16.665%;
  }
  .p-b-16pc-sm {
    padding-bottom: 16.665%;
  }
  .p-l-16pc-sm {
    padding-left: 16.665%;
  }
  .p-tb-16pc-sm {
    padding-top: 16.665%;
    padding-bottom: 16.665%;
  }
  .p-lr-16pc-sm {
    padding-left: 16.665%;
    padding-right: 16.665%;
  }
  .hover-p-16pc-sm:hover {
    padding: 16.665%;
  }
  .p-20pc-sm {
    padding: 20%;
  }
  .p-t-20pc-sm {
    padding-top: 20%;
  }
  .p-r-20pc-sm {
    padding-right: 20%;
  }
  .p-b-20pc-sm {
    padding-bottom: 20%;
  }
  .p-l-20pc-sm {
    padding-left: 20%;
  }
  .p-tb-20pc-sm {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .p-lr-20pc-sm {
    padding-left: 20%;
    padding-right: 20%;
  }
  .hover-p-20pc-sm:hover {
    padding: 20%;
  }
  .p-33pc-sm {
    padding: 33.33%;
  }
  .p-t-33pc-sm {
    padding-top: 33.33%;
  }
  .p-r-33pc-sm {
    padding-right: 33.33%;
  }
  .p-b-33pc-sm {
    padding-bottom: 33.33%;
  }
  .p-l-33pc-sm {
    padding-left: 33.33%;
  }
  .p-tb-33pc-sm {
    padding-top: 33.33%;
    padding-bottom: 33.33%;
  }
  .p-lr-33pc-sm {
    padding-left: 33.33%;
    padding-right: 33.33%;
  }
  .hover-p-33pc-sm:hover {
    padding: 33.33%;
  }
  .p-66pc-sm {
    padding: 66.67%;
  }
  .p-t-66pc-sm {
    padding-top: 66.67%;
  }
  .p-r-66pc-sm {
    padding-right: 66.67%;
  }
  .p-b-66pc-sm {
    padding-bottom: 66.67%;
  }
  .p-l-66pc-sm {
    padding-left: 66.67%;
  }
  .p-tb-66pc-sm {
    padding-top: 66.67%;
    padding-bottom: 66.67%;
  }
  .p-lr-66pc-sm {
    padding-left: 66.67%;
    padding-right: 66.67%;
  }
  .hover-p-66pc-sm:hover {
    padding: 66.67%;
  }
  .p-30pc-sm {
    padding: 30%;
  }
  .p-t-30pc-sm {
    padding-top: 30%;
  }
  .p-r-30pc-sm {
    padding-right: 30%;
  }
  .p-b-30pc-sm {
    padding-bottom: 30%;
  }
  .p-l-30pc-sm {
    padding-left: 30%;
  }
  .p-tb-30pc-sm {
    padding-top: 30%;
    padding-bottom: 30%;
  }
  .p-lr-30pc-sm {
    padding-left: 30%;
    padding-right: 30%;
  }
  .hover-p-30pc-sm:hover {
    padding: 30%;
  }
  .p-40pc-sm {
    padding: 40%;
  }
  .p-t-40pc-sm {
    padding-top: 40%;
  }
  .p-r-40pc-sm {
    padding-right: 40%;
  }
  .p-b-40pc-sm {
    padding-bottom: 40%;
  }
  .p-l-40pc-sm {
    padding-left: 40%;
  }
  .p-tb-40pc-sm {
    padding-top: 40%;
    padding-bottom: 40%;
  }
  .p-lr-40pc-sm {
    padding-left: 40%;
    padding-right: 40%;
  }
  .hover-p-40pc-sm:hover {
    padding: 40%;
  }
  .p-60pc-sm {
    padding: 60%;
  }
  .p-t-60pc-sm {
    padding-top: 60%;
  }
  .p-r-60pc-sm {
    padding-right: 60%;
  }
  .p-b-60pc-sm {
    padding-bottom: 60%;
  }
  .p-l-60pc-sm {
    padding-left: 60%;
  }
  .p-tb-60pc-sm {
    padding-top: 60%;
    padding-bottom: 60%;
  }
  .p-lr-60pc-sm {
    padding-left: 60%;
    padding-right: 60%;
  }
  .hover-p-60pc-sm:hover {
    padding: 60%;
  }
  .p-70pc-sm {
    padding: 70%;
  }
  .p-t-70pc-sm {
    padding-top: 70%;
  }
  .p-r-70pc-sm {
    padding-right: 70%;
  }
  .p-b-70pc-sm {
    padding-bottom: 70%;
  }
  .p-l-70pc-sm {
    padding-left: 70%;
  }
  .p-tb-70pc-sm {
    padding-top: 70%;
    padding-bottom: 70%;
  }
  .p-lr-70pc-sm {
    padding-left: 70%;
    padding-right: 70%;
  }
  .hover-p-70pc-sm:hover {
    padding: 70%;
  }
  .p-80pc-sm {
    padding: 80%;
  }
  .p-t-80pc-sm {
    padding-top: 80%;
  }
  .p-r-80pc-sm {
    padding-right: 80%;
  }
  .p-b-80pc-sm {
    padding-bottom: 80%;
  }
  .p-l-80pc-sm {
    padding-left: 80%;
  }
  .p-tb-80pc-sm {
    padding-top: 80%;
    padding-bottom: 80%;
  }
  .p-lr-80pc-sm {
    padding-left: 80%;
    padding-right: 80%;
  }
  .hover-p-80pc-sm:hover {
    padding: 80%;
  }
  .p-90pc-sm {
    padding: 90%;
  }
  .p-t-90pc-sm {
    padding-top: 90%;
  }
  .p-r-90pc-sm {
    padding-right: 90%;
  }
  .p-b-90pc-sm {
    padding-bottom: 90%;
  }
  .p-l-90pc-sm {
    padding-left: 90%;
  }
  .p-tb-90pc-sm {
    padding-top: 90%;
    padding-bottom: 90%;
  }
  .p-lr-90pc-sm {
    padding-left: 90%;
    padding-right: 90%;
  }
  .hover-p-90pc-sm:hover {
    padding: 90%;
  }
}
@media (min-width: 992px) {
  .p-none-md {
    padding: 0px;
  }
  .p-t-none-md {
    padding-top: 0px;
  }
  .p-r-none-md {
    padding-right: 0px;
  }
  .p-b-none-md {
    padding-bottom: 0px;
  }
  .p-l-none-md {
    padding-left: 0px;
  }
  .p-tb-none-md {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-lr-none-md {
    padding-left: 0px;
    padding-right: 0px;
  }
  .p-nano-md {
    padding: 1px;
  }
  .p-t-nano-md {
    padding-top: 1px;
  }
  .p-r-nano-md {
    padding-right: 1px;
  }
  .p-b-nano-md {
    padding-bottom: 1px;
  }
  .p-l-nano-md {
    padding-left: 1px;
  }
  .p-tb-nano-md {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .p-lr-nano-md {
    padding-left: 1px;
    padding-right: 1px;
  }
  .p-tiny-md {
    padding: 2px;
  }
  .p-t-tiny-md {
    padding-top: 2px;
  }
  .p-r-tiny-md {
    padding-right: 2px;
  }
  .p-b-tiny-md {
    padding-bottom: 2px;
  }
  .p-l-tiny-md {
    padding-left: 2px;
  }
  .p-tb-tiny-md {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .p-lr-tiny-md {
    padding-left: 2px;
    padding-right: 2px;
  }
  .p-mini-md {
    padding: 3px;
  }
  .p-t-mini-md {
    padding-top: 3px;
  }
  .p-r-mini-md {
    padding-right: 3px;
  }
  .p-b-mini-md {
    padding-bottom: 3px;
  }
  .p-l-mini-md {
    padding-left: 3px;
  }
  .p-tb-mini-md {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .p-lr-mini-md {
    padding-left: 3px;
    padding-right: 3px;
  }
  .p-xxs-md {
    padding: 4px;
  }
  .p-t-xxs-md {
    padding-top: 4px;
  }
  .p-r-xxs-md {
    padding-right: 4px;
  }
  .p-b-xxs-md {
    padding-bottom: 4px;
  }
  .p-l-xxs-md {
    padding-left: 4px;
  }
  .p-tb-xxs-md {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-lr-xxs-md {
    padding-left: 4px;
    padding-right: 4px;
  }
  .p-xs-md {
    padding: 5px;
  }
  .p-t-xs-md {
    padding-top: 5px;
  }
  .p-r-xs-md {
    padding-right: 5px;
  }
  .p-b-xs-md {
    padding-bottom: 5px;
  }
  .p-l-xs-md {
    padding-left: 5px;
  }
  .p-tb-xs-md {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .p-lr-xs-md {
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-xss-md {
    padding: 8px;
  }
  .p-t-xss-md {
    padding-top: 8px;
  }
  .p-r-xss-md {
    padding-right: 8px;
  }
  .p-b-xss-md {
    padding-bottom: 8px;
  }
  .p-l-xss-md {
    padding-left: 8px;
  }
  .p-tb-xss-md {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .p-lr-xss-md {
    padding-left: 8px;
    padding-right: 8px;
  }
  .p-s-md {
    padding: 10px;
  }
  .p-t-s-md {
    padding-top: 10px;
  }
  .p-r-s-md {
    padding-right: 10px;
  }
  .p-b-s-md {
    padding-bottom: 10px;
  }
  .p-l-s-md {
    padding-left: 10px;
  }
  .p-tb-s-md {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-lr-s-md {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-m-md {
    padding: 15px;
  }
  .p-t-m-md {
    padding-top: 15px;
  }
  .p-r-m-md {
    padding-right: 15px;
  }
  .p-b-m-md {
    padding-bottom: 15px;
  }
  .p-l-m-md {
    padding-left: 15px;
  }
  .p-tb-m-md {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-lr-m-md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-l-md {
    padding: 20px;
  }
  .p-t-l-md {
    padding-top: 20px;
  }
  .p-r-l-md {
    padding-right: 20px;
  }
  .p-b-l-md {
    padding-bottom: 20px;
  }
  .p-l-l-md {
    padding-left: 20px;
  }
  .p-tb-l-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-lr-l-md {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-xl-md {
    padding: 25px;
  }
  .p-t-xl-md {
    padding-top: 25px;
  }
  .p-r-xl-md {
    padding-right: 25px;
  }
  .p-b-xl-md {
    padding-bottom: 25px;
  }
  .p-l-xl-md {
    padding-left: 25px;
  }
  .p-tb-xl-md {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-lr-xl-md {
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-xxl-md {
    padding: 30px;
  }
  .p-t-xxl-md {
    padding-top: 30px;
  }
  .p-r-xxl-md {
    padding-right: 30px;
  }
  .p-b-xxl-md {
    padding-bottom: 30px;
  }
  .p-l-xxl-md {
    padding-left: 30px;
  }
  .p-tb-xxl-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-lr-xxl-md {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-3xl-md {
    padding: 35px;
  }
  .p-t-3xl-md {
    padding-top: 35px;
  }
  .p-r-3xl-md {
    padding-right: 35px;
  }
  .p-b-3xl-md {
    padding-bottom: 35px;
  }
  .p-l-3xl-md {
    padding-left: 35px;
  }
  .p-tb-3xl-md {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .p-lr-3xl-md {
    padding-left: 35px;
    padding-right: 35px;
  }
  .p-4xl-md {
    padding: 40px;
  }
  .p-t-4xl-md {
    padding-top: 40px;
  }
  .p-r-4xl-md {
    padding-right: 40px;
  }
  .p-b-4xl-md {
    padding-bottom: 40px;
  }
  .p-l-4xl-md {
    padding-left: 40px;
  }
  .p-tb-4xl-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-lr-4xl-md {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-5xl-md {
    padding: 50px;
  }
  .p-t-5xl-md {
    padding-top: 50px;
  }
  .p-r-5xl-md {
    padding-right: 50px;
  }
  .p-b-5xl-md {
    padding-bottom: 50px;
  }
  .p-l-5xl-md {
    padding-left: 50px;
  }
  .p-tb-5xl-md {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-lr-5xl-md {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-6xl-md {
    padding: 60px;
  }
  .p-t-6xl-md {
    padding-top: 60px;
  }
  .p-r-6xl-md {
    padding-right: 60px;
  }
  .p-b-6xl-md {
    padding-bottom: 60px;
  }
  .p-l-6xl-md {
    padding-left: 60px;
  }
  .p-tb-6xl-md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-lr-6xl-md {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-7xl-md {
    padding: 70px;
  }
  .p-t-7xl-md {
    padding-top: 70px;
  }
  .p-r-7xl-md {
    padding-right: 70px;
  }
  .p-b-7xl-md {
    padding-bottom: 70px;
  }
  .p-l-7xl-md {
    padding-left: 70px;
  }
  .p-tb-7xl-md {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .p-lr-7xl-md {
    padding-left: 70px;
    padding-right: 70px;
  }
  .p-8xl-md {
    padding: 80px;
  }
  .p-t-8xl-md {
    padding-top: 80px;
  }
  .p-r-8xl-md {
    padding-right: 80px;
  }
  .p-b-8xl-md {
    padding-bottom: 80px;
  }
  .p-l-8xl-md {
    padding-left: 80px;
  }
  .p-tb-8xl-md {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-lr-8xl-md {
    padding-left: 80px;
    padding-right: 80px;
  }
  .p-9xl-md {
    padding: 90px;
  }
  .p-t-9xl-md {
    padding-top: 90px;
  }
  .p-r-9xl-md {
    padding-right: 90px;
  }
  .p-b-9xl-md {
    padding-bottom: 90px;
  }
  .p-l-9xl-md {
    padding-left: 90px;
  }
  .p-tb-9xl-md {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .p-lr-9xl-md {
    padding-left: 90px;
    padding-right: 90px;
  }
  .p-big-md {
    padding: 100px;
  }
  .p-t-big-md {
    padding-top: 100px;
  }
  .p-r-big-md {
    padding-right: 100px;
  }
  .p-b-big-md {
    padding-bottom: 100px;
  }
  .p-l-big-md {
    padding-left: 100px;
  }
  .p-tb-big-md {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-lr-big-md {
    padding-left: 100px;
    padding-right: 100px;
  }
  .p-big125-md {
    padding: 125px;
  }
  .p-t-big125-md {
    padding-top: 125px;
  }
  .p-r-big125-md {
    padding-right: 125px;
  }
  .p-b-big125-md {
    padding-bottom: 125px;
  }
  .p-l-big125-md {
    padding-left: 125px;
  }
  .p-tb-big125-md {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .p-lr-big125-md {
    padding-left: 125px;
    padding-right: 125px;
  }
  .p-bigger-md {
    padding: 150px;
  }
  .p-t-bigger-md {
    padding-top: 150px;
  }
  .p-r-bigger-md {
    padding-right: 150px;
  }
  .p-b-bigger-md {
    padding-bottom: 150px;
  }
  .p-l-bigger-md {
    padding-left: 150px;
  }
  .p-tb-bigger-md {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .p-lr-bigger-md {
    padding-left: 150px;
    padding-right: 150px;
  }
  .p-big2x-md {
    padding: 200px;
  }
  .p-t-big2x-md {
    padding-top: 200px;
  }
  .p-r-big2x-md {
    padding-right: 200px;
  }
  .p-b-big2x-md {
    padding-bottom: 200px;
  }
  .p-l-big2x-md {
    padding-left: 200px;
  }
  .p-tb-big2x-md {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .p-lr-big2x-md {
    padding-left: 200px;
    padding-right: 200px;
  }
  .p-mega-md {
    padding: 250px;
  }
  .p-t-mega-md {
    padding-top: 250px;
  }
  .p-r-mega-md {
    padding-right: 250px;
  }
  .p-b-mega-md {
    padding-bottom: 250px;
  }
  .p-l-mega-md {
    padding-left: 250px;
  }
  .p-tb-mega-md {
    padding-top: 250px;
    padding-bottom: 250px;
  }
  .p-lr-mega-md {
    padding-left: 250px;
    padding-right: 250px;
  }
  .p-big3x-md {
    padding: 300px;
  }
  .p-t-big3x-md {
    padding-top: 300px;
  }
  .p-r-big3x-md {
    padding-right: 300px;
  }
  .p-b-big3x-md {
    padding-bottom: 300px;
  }
  .p-l-big3x-md {
    padding-left: 300px;
  }
  .p-tb-big3x-md {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .p-lr-big3x-md {
    padding-left: 300px;
    padding-right: 300px;
  }
  .p-big35x-md {
    padding: 350px;
  }
  .p-t-big35x-md {
    padding-top: 350px;
  }
  .p-r-big35x-md {
    padding-right: 350px;
  }
  .p-b-big35x-md {
    padding-bottom: 350px;
  }
  .p-l-big35x-md {
    padding-left: 350px;
  }
  .p-tb-big35x-md {
    padding-top: 350px;
    padding-bottom: 350px;
  }
  .p-lr-big35x-md {
    padding-left: 350px;
    padding-right: 350px;
  }
  .p-big4x-md {
    padding: 400px;
  }
  .p-t-big4x-md {
    padding-top: 400px;
  }
  .p-r-big4x-md {
    padding-right: 400px;
  }
  .p-b-big4x-md {
    padding-bottom: 400px;
  }
  .p-l-big4x-md {
    padding-left: 400px;
  }
  .p-tb-big4x-md {
    padding-top: 400px;
    padding-bottom: 400px;
  }
  .p-lr-big4x-md {
    padding-left: 400px;
    padding-right: 400px;
  }
  .p-big45x-md {
    padding: 450px;
  }
  .p-t-big45x-md {
    padding-top: 450px;
  }
  .p-r-big45x-md {
    padding-right: 450px;
  }
  .p-b-big45x-md {
    padding-bottom: 450px;
  }
  .p-l-big45x-md {
    padding-left: 450px;
  }
  .p-tb-big45x-md {
    padding-top: 450px;
    padding-bottom: 450px;
  }
  .p-lr-big45x-md {
    padding-left: 450px;
    padding-right: 450px;
  }
  .p-big5x-md {
    padding: 500px;
  }
  .p-t-big5x-md {
    padding-top: 500px;
  }
  .p-r-big5x-md {
    padding-right: 500px;
  }
  .p-b-big5x-md {
    padding-bottom: 500px;
  }
  .p-l-big5x-md {
    padding-left: 500px;
  }
  .p-tb-big5x-md {
    padding-top: 500px;
    padding-bottom: 500px;
  }
  .p-lr-big5x-md {
    padding-left: 500px;
    padding-right: 500px;
  }
  .p-big55x-md {
    padding: 550px;
  }
  .p-t-big55x-md {
    padding-top: 550px;
  }
  .p-r-big55x-md {
    padding-right: 550px;
  }
  .p-b-big55x-md {
    padding-bottom: 550px;
  }
  .p-l-big55x-md {
    padding-left: 550px;
  }
  .p-tb-big55x-md {
    padding-top: 550px;
    padding-bottom: 550px;
  }
  .p-lr-big55x-md {
    padding-left: 550px;
    padding-right: 550px;
  }
  .p-big6x-md {
    padding: 600px;
  }
  .p-t-big6x-md {
    padding-top: 600px;
  }
  .p-r-big6x-md {
    padding-right: 600px;
  }
  .p-b-big6x-md {
    padding-bottom: 600px;
  }
  .p-l-big6x-md {
    padding-left: 600px;
  }
  .p-tb-big6x-md {
    padding-top: 600px;
    padding-bottom: 600px;
  }
  .p-lr-big6x-md {
    padding-left: 600px;
    padding-right: 600px;
  }
  .p-big65x-md {
    padding: 650px;
  }
  .p-t-big65x-md {
    padding-top: 650px;
  }
  .p-r-big65x-md {
    padding-right: 650px;
  }
  .p-b-big65x-md {
    padding-bottom: 650px;
  }
  .p-l-big65x-md {
    padding-left: 650px;
  }
  .p-tb-big65x-md {
    padding-top: 650px;
    padding-bottom: 650px;
  }
  .p-lr-big65x-md {
    padding-left: 650px;
    padding-right: 650px;
  }
  .p-big7x-md {
    padding: 700px;
  }
  .p-t-big7x-md {
    padding-top: 700px;
  }
  .p-r-big7x-md {
    padding-right: 700px;
  }
  .p-b-big7x-md {
    padding-bottom: 700px;
  }
  .p-l-big7x-md {
    padding-left: 700px;
  }
  .p-tb-big7x-md {
    padding-top: 700px;
    padding-bottom: 700px;
  }
  .p-lr-big7x-md {
    padding-left: 700px;
    padding-right: 700px;
  }
  .p-big75x-md {
    padding: 750px;
  }
  .p-t-big75x-md {
    padding-top: 750px;
  }
  .p-r-big75x-md {
    padding-right: 750px;
  }
  .p-b-big75x-md {
    padding-bottom: 750px;
  }
  .p-l-big75x-md {
    padding-left: 750px;
  }
  .p-tb-big75x-md {
    padding-top: 750px;
    padding-bottom: 750px;
  }
  .p-lr-big75x-md {
    padding-left: 750px;
    padding-right: 750px;
  }
  .p-full-md {
    padding: 100%;
  }
  .p-t-full-md {
    padding-top: 100%;
  }
  .p-r-full-md {
    padding-right: 100%;
  }
  .p-b-full-md {
    padding-bottom: 100%;
  }
  .p-l-full-md {
    padding-left: 100%;
  }
  .p-tb-full-md {
    padding-top: 100%;
    padding-bottom: 100%;
  }
  .p-lr-full-md {
    padding-left: 100%;
    padding-right: 100%;
  }
  .p-half-md {
    padding: 50%;
  }
  .p-t-half-md {
    padding-top: 50%;
  }
  .p-r-half-md {
    padding-right: 50%;
  }
  .p-b-half-md {
    padding-bottom: 50%;
  }
  .p-l-half-md {
    padding-left: 50%;
  }
  .p-tb-half-md {
    padding-top: 50%;
    padding-bottom: 50%;
  }
  .p-lr-half-md {
    padding-left: 50%;
    padding-right: 50%;
  }
  .p-quarter-md {
    padding: 25%;
  }
  .p-t-quarter-md {
    padding-top: 25%;
  }
  .p-r-quarter-md {
    padding-right: 25%;
  }
  .p-b-quarter-md {
    padding-bottom: 25%;
  }
  .p-l-quarter-md {
    padding-left: 25%;
  }
  .p-tb-quarter-md {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .p-lr-quarter-md {
    padding-left: 25%;
    padding-right: 25%;
  }
  .p-third-md {
    padding: 33.33%;
  }
  .p-t-third-md {
    padding-top: 33.33%;
  }
  .p-r-third-md {
    padding-right: 33.33%;
  }
  .p-b-third-md {
    padding-bottom: 33.33%;
  }
  .p-l-third-md {
    padding-left: 33.33%;
  }
  .p-tb-third-md {
    padding-top: 33.33%;
    padding-bottom: 33.33%;
  }
  .p-lr-third-md {
    padding-left: 33.33%;
    padding-right: 33.33%;
  }
  .p-two-third-md {
    padding: 66.67%;
  }
  .p-t-two-third-md {
    padding-top: 66.67%;
  }
  .p-r-two-third-md {
    padding-right: 66.67%;
  }
  .p-b-two-third-md {
    padding-bottom: 66.67%;
  }
  .p-l-two-third-md {
    padding-left: 66.67%;
  }
  .p-tb-two-third-md {
    padding-top: 66.67%;
    padding-bottom: 66.67%;
  }
  .p-lr-two-third-md {
    padding-left: 66.67%;
    padding-right: 66.67%;
  }
  .p-5pc-md {
    padding: 5%;
  }
  .p-t-5pc-md {
    padding-top: 5%;
  }
  .p-r-5pc-md {
    padding-right: 5%;
  }
  .p-b-5pc-md {
    padding-bottom: 5%;
  }
  .p-l-5pc-md {
    padding-left: 5%;
  }
  .p-tb-5pc-md {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .p-lr-5pc-md {
    padding-left: 5%;
    padding-right: 5%;
  }
  .p-10pc-md {
    padding: 10%;
  }
  .p-t-10pc-md {
    padding-top: 10%;
  }
  .p-r-10pc-md {
    padding-right: 10%;
  }
  .p-b-10pc-md {
    padding-bottom: 10%;
  }
  .p-l-10pc-md {
    padding-left: 10%;
  }
  .p-tb-10pc-md {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .p-lr-10pc-md {
    padding-left: 10%;
    padding-right: 10%;
  }
  .p-15pc-md {
    padding: 15%;
  }
  .p-t-15pc-md {
    padding-top: 15%;
  }
  .p-r-15pc-md {
    padding-right: 15%;
  }
  .p-b-15pc-md {
    padding-bottom: 15%;
  }
  .p-l-15pc-md {
    padding-left: 15%;
  }
  .p-tb-15pc-md {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .p-lr-15pc-md {
    padding-left: 15%;
    padding-right: 15%;
  }
  .p-16pc-md {
    padding: 16.665%;
  }
  .p-t-16pc-md {
    padding-top: 16.665%;
  }
  .p-r-16pc-md {
    padding-right: 16.665%;
  }
  .p-b-16pc-md {
    padding-bottom: 16.665%;
  }
  .p-l-16pc-md {
    padding-left: 16.665%;
  }
  .p-tb-16pc-md {
    padding-top: 16.665%;
    padding-bottom: 16.665%;
  }
  .p-lr-16pc-md {
    padding-left: 16.665%;
    padding-right: 16.665%;
  }
  .p-20pc-md {
    padding: 20%;
  }
  .p-t-20pc-md {
    padding-top: 20%;
  }
  .p-r-20pc-md {
    padding-right: 20%;
  }
  .p-b-20pc-md {
    padding-bottom: 20%;
  }
  .p-l-20pc-md {
    padding-left: 20%;
  }
  .p-tb-20pc-md {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .p-lr-20pc-md {
    padding-left: 20%;
    padding-right: 20%;
  }
  .p-33pc-md {
    padding: 33.33%;
  }
  .p-t-33pc-md {
    padding-top: 33.33%;
  }
  .p-r-33pc-md {
    padding-right: 33.33%;
  }
  .p-b-33pc-md {
    padding-bottom: 33.33%;
  }
  .p-l-33pc-md {
    padding-left: 33.33%;
  }
  .p-tb-33pc-md {
    padding-top: 33.33%;
    padding-bottom: 33.33%;
  }
  .p-lr-33pc-md {
    padding-left: 33.33%;
    padding-right: 33.33%;
  }
  .p-66pc-md {
    padding: 66.67%;
  }
  .p-t-66pc-md {
    padding-top: 66.67%;
  }
  .p-r-66pc-md {
    padding-right: 66.67%;
  }
  .p-b-66pc-md {
    padding-bottom: 66.67%;
  }
  .p-l-66pc-md {
    padding-left: 66.67%;
  }
  .p-tb-66pc-md {
    padding-top: 66.67%;
    padding-bottom: 66.67%;
  }
  .p-lr-66pc-md {
    padding-left: 66.67%;
    padding-right: 66.67%;
  }
  .p-30pc-md {
    padding: 30%;
  }
  .p-t-30pc-md {
    padding-top: 30%;
  }
  .p-r-30pc-md {
    padding-right: 30%;
  }
  .p-b-30pc-md {
    padding-bottom: 30%;
  }
  .p-l-30pc-md {
    padding-left: 30%;
  }
  .p-tb-30pc-md {
    padding-top: 30%;
    padding-bottom: 30%;
  }
  .p-lr-30pc-md {
    padding-left: 30%;
    padding-right: 30%;
  }
  .p-40pc-md {
    padding: 40%;
  }
  .p-t-40pc-md {
    padding-top: 40%;
  }
  .p-r-40pc-md {
    padding-right: 40%;
  }
  .p-b-40pc-md {
    padding-bottom: 40%;
  }
  .p-l-40pc-md {
    padding-left: 40%;
  }
  .p-tb-40pc-md {
    padding-top: 40%;
    padding-bottom: 40%;
  }
  .p-lr-40pc-md {
    padding-left: 40%;
    padding-right: 40%;
  }
  .p-60pc-md {
    padding: 60%;
  }
  .p-t-60pc-md {
    padding-top: 60%;
  }
  .p-r-60pc-md {
    padding-right: 60%;
  }
  .p-b-60pc-md {
    padding-bottom: 60%;
  }
  .p-l-60pc-md {
    padding-left: 60%;
  }
  .p-tb-60pc-md {
    padding-top: 60%;
    padding-bottom: 60%;
  }
  .p-lr-60pc-md {
    padding-left: 60%;
    padding-right: 60%;
  }
  .p-70pc-md {
    padding: 70%;
  }
  .p-t-70pc-md {
    padding-top: 70%;
  }
  .p-r-70pc-md {
    padding-right: 70%;
  }
  .p-b-70pc-md {
    padding-bottom: 70%;
  }
  .p-l-70pc-md {
    padding-left: 70%;
  }
  .p-tb-70pc-md {
    padding-top: 70%;
    padding-bottom: 70%;
  }
  .p-lr-70pc-md {
    padding-left: 70%;
    padding-right: 70%;
  }
  .p-80pc-md {
    padding: 80%;
  }
  .p-t-80pc-md {
    padding-top: 80%;
  }
  .p-r-80pc-md {
    padding-right: 80%;
  }
  .p-b-80pc-md {
    padding-bottom: 80%;
  }
  .p-l-80pc-md {
    padding-left: 80%;
  }
  .p-tb-80pc-md {
    padding-top: 80%;
    padding-bottom: 80%;
  }
  .p-lr-80pc-md {
    padding-left: 80%;
    padding-right: 80%;
  }
  .p-90pc-md {
    padding: 90%;
  }
  .p-t-90pc-md {
    padding-top: 90%;
  }
  .p-r-90pc-md {
    padding-right: 90%;
  }
  .p-b-90pc-md {
    padding-bottom: 90%;
  }
  .p-l-90pc-md {
    padding-left: 90%;
  }
  .p-tb-90pc-md {
    padding-top: 90%;
    padding-bottom: 90%;
  }
  .p-lr-90pc-md {
    padding-left: 90%;
    padding-right: 90%;
  }
}
@media (min-width: 1200px) {
  .p-none-lg {
    padding: 0px;
  }
  .p-t-none-lg {
    padding-top: 0px;
  }
  .p-r-none-lg {
    padding-right: 0px;
  }
  .p-b-none-lg {
    padding-bottom: 0px;
  }
  .p-l-none-lg {
    padding-left: 0px;
  }
  .p-tb-none-lg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .p-lr-none-lg {
    padding-left: 0px;
    padding-right: 0px;
  }
  .p-nano-lg {
    padding: 1px;
  }
  .p-t-nano-lg {
    padding-top: 1px;
  }
  .p-r-nano-lg {
    padding-right: 1px;
  }
  .p-b-nano-lg {
    padding-bottom: 1px;
  }
  .p-l-nano-lg {
    padding-left: 1px;
  }
  .p-tb-nano-lg {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .p-lr-nano-lg {
    padding-left: 1px;
    padding-right: 1px;
  }
  .p-tiny-lg {
    padding: 2px;
  }
  .p-t-tiny-lg {
    padding-top: 2px;
  }
  .p-r-tiny-lg {
    padding-right: 2px;
  }
  .p-b-tiny-lg {
    padding-bottom: 2px;
  }
  .p-l-tiny-lg {
    padding-left: 2px;
  }
  .p-tb-tiny-lg {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .p-lr-tiny-lg {
    padding-left: 2px;
    padding-right: 2px;
  }
  .p-mini-lg {
    padding: 3px;
  }
  .p-t-mini-lg {
    padding-top: 3px;
  }
  .p-r-mini-lg {
    padding-right: 3px;
  }
  .p-b-mini-lg {
    padding-bottom: 3px;
  }
  .p-l-mini-lg {
    padding-left: 3px;
  }
  .p-tb-mini-lg {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .p-lr-mini-lg {
    padding-left: 3px;
    padding-right: 3px;
  }
  .p-xxs-lg {
    padding: 4px;
  }
  .p-t-xxs-lg {
    padding-top: 4px;
  }
  .p-r-xxs-lg {
    padding-right: 4px;
  }
  .p-b-xxs-lg {
    padding-bottom: 4px;
  }
  .p-l-xxs-lg {
    padding-left: 4px;
  }
  .p-tb-xxs-lg {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-lr-xxs-lg {
    padding-left: 4px;
    padding-right: 4px;
  }
  .p-xs-lg {
    padding: 5px;
  }
  .p-t-xs-lg {
    padding-top: 5px;
  }
  .p-r-xs-lg {
    padding-right: 5px;
  }
  .p-b-xs-lg {
    padding-bottom: 5px;
  }
  .p-l-xs-lg {
    padding-left: 5px;
  }
  .p-tb-xs-lg {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .p-lr-xs-lg {
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-xss-lg {
    padding: 8px;
  }
  .p-t-xss-lg {
    padding-top: 8px;
  }
  .p-r-xss-lg {
    padding-right: 8px;
  }
  .p-b-xss-lg {
    padding-bottom: 8px;
  }
  .p-l-xss-lg {
    padding-left: 8px;
  }
  .p-tb-xss-lg {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .p-lr-xss-lg {
    padding-left: 8px;
    padding-right: 8px;
  }
  .p-s-lg {
    padding: 10px;
  }
  .p-t-s-lg {
    padding-top: 10px;
  }
  .p-r-s-lg {
    padding-right: 10px;
  }
  .p-b-s-lg {
    padding-bottom: 10px;
  }
  .p-l-s-lg {
    padding-left: 10px;
  }
  .p-tb-s-lg {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-lr-s-lg {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-m-lg {
    padding: 15px;
  }
  .p-t-m-lg {
    padding-top: 15px;
  }
  .p-r-m-lg {
    padding-right: 15px;
  }
  .p-b-m-lg {
    padding-bottom: 15px;
  }
  .p-l-m-lg {
    padding-left: 15px;
  }
  .p-tb-m-lg {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-lr-m-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-l-lg {
    padding: 20px;
  }
  .p-t-l-lg {
    padding-top: 20px;
  }
  .p-r-l-lg {
    padding-right: 20px;
  }
  .p-b-l-lg {
    padding-bottom: 20px;
  }
  .p-l-l-lg {
    padding-left: 20px;
  }
  .p-tb-l-lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-lr-l-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-xl-lg {
    padding: 25px;
  }
  .p-t-xl-lg {
    padding-top: 25px;
  }
  .p-r-xl-lg {
    padding-right: 25px;
  }
  .p-b-xl-lg {
    padding-bottom: 25px;
  }
  .p-l-xl-lg {
    padding-left: 25px;
  }
  .p-tb-xl-lg {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-lr-xl-lg {
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-xxl-lg {
    padding: 30px;
  }
  .p-t-xxl-lg {
    padding-top: 30px;
  }
  .p-r-xxl-lg {
    padding-right: 30px;
  }
  .p-b-xxl-lg {
    padding-bottom: 30px;
  }
  .p-l-xxl-lg {
    padding-left: 30px;
  }
  .p-tb-xxl-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-lr-xxl-lg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-3xl-lg {
    padding: 35px;
  }
  .p-t-3xl-lg {
    padding-top: 35px;
  }
  .p-r-3xl-lg {
    padding-right: 35px;
  }
  .p-b-3xl-lg {
    padding-bottom: 35px;
  }
  .p-l-3xl-lg {
    padding-left: 35px;
  }
  .p-tb-3xl-lg {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .p-lr-3xl-lg {
    padding-left: 35px;
    padding-right: 35px;
  }
  .p-4xl-lg {
    padding: 40px;
  }
  .p-t-4xl-lg {
    padding-top: 40px;
  }
  .p-r-4xl-lg {
    padding-right: 40px;
  }
  .p-b-4xl-lg {
    padding-bottom: 40px;
  }
  .p-l-4xl-lg {
    padding-left: 40px;
  }
  .p-tb-4xl-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-lr-4xl-lg {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-5xl-lg {
    padding: 50px;
  }
  .p-t-5xl-lg {
    padding-top: 50px;
  }
  .p-r-5xl-lg {
    padding-right: 50px;
  }
  .p-b-5xl-lg {
    padding-bottom: 50px;
  }
  .p-l-5xl-lg {
    padding-left: 50px;
  }
  .p-tb-5xl-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-lr-5xl-lg {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-6xl-lg {
    padding: 60px;
  }
  .p-t-6xl-lg {
    padding-top: 60px;
  }
  .p-r-6xl-lg {
    padding-right: 60px;
  }
  .p-b-6xl-lg {
    padding-bottom: 60px;
  }
  .p-l-6xl-lg {
    padding-left: 60px;
  }
  .p-tb-6xl-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-lr-6xl-lg {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-7xl-lg {
    padding: 70px;
  }
  .p-t-7xl-lg {
    padding-top: 70px;
  }
  .p-r-7xl-lg {
    padding-right: 70px;
  }
  .p-b-7xl-lg {
    padding-bottom: 70px;
  }
  .p-l-7xl-lg {
    padding-left: 70px;
  }
  .p-tb-7xl-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .p-lr-7xl-lg {
    padding-left: 70px;
    padding-right: 70px;
  }
  .p-8xl-lg {
    padding: 80px;
  }
  .p-t-8xl-lg {
    padding-top: 80px;
  }
  .p-r-8xl-lg {
    padding-right: 80px;
  }
  .p-b-8xl-lg {
    padding-bottom: 80px;
  }
  .p-l-8xl-lg {
    padding-left: 80px;
  }
  .p-tb-8xl-lg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-lr-8xl-lg {
    padding-left: 80px;
    padding-right: 80px;
  }
  .p-9xl-lg {
    padding: 90px;
  }
  .p-t-9xl-lg {
    padding-top: 90px;
  }
  .p-r-9xl-lg {
    padding-right: 90px;
  }
  .p-b-9xl-lg {
    padding-bottom: 90px;
  }
  .p-l-9xl-lg {
    padding-left: 90px;
  }
  .p-tb-9xl-lg {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .p-lr-9xl-lg {
    padding-left: 90px;
    padding-right: 90px;
  }
  .p-big-lg {
    padding: 100px;
  }
  .p-t-big-lg {
    padding-top: 100px;
  }
  .p-r-big-lg {
    padding-right: 100px;
  }
  .p-b-big-lg {
    padding-bottom: 100px;
  }
  .p-l-big-lg {
    padding-left: 100px;
  }
  .p-tb-big-lg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-lr-big-lg {
    padding-left: 100px;
    padding-right: 100px;
  }
  .p-big125-lg {
    padding: 125px;
  }
  .p-t-big125-lg {
    padding-top: 125px;
  }
  .p-r-big125-lg {
    padding-right: 125px;
  }
  .p-b-big125-lg {
    padding-bottom: 125px;
  }
  .p-l-big125-lg {
    padding-left: 125px;
  }
  .p-tb-big125-lg {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .p-lr-big125-lg {
    padding-left: 125px;
    padding-right: 125px;
  }
  .p-bigger-lg {
    padding: 150px;
  }
  .p-t-bigger-lg {
    padding-top: 150px;
  }
  .p-r-bigger-lg {
    padding-right: 150px;
  }
  .p-b-bigger-lg {
    padding-bottom: 150px;
  }
  .p-l-bigger-lg {
    padding-left: 150px;
  }
  .p-tb-bigger-lg {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .p-lr-bigger-lg {
    padding-left: 150px;
    padding-right: 150px;
  }
  .p-big2x-lg {
    padding: 200px;
  }
  .p-t-big2x-lg {
    padding-top: 200px;
  }
  .p-r-big2x-lg {
    padding-right: 200px;
  }
  .p-b-big2x-lg {
    padding-bottom: 200px;
  }
  .p-l-big2x-lg {
    padding-left: 200px;
  }
  .p-tb-big2x-lg {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .p-lr-big2x-lg {
    padding-left: 200px;
    padding-right: 200px;
  }
  .p-mega-lg {
    padding: 250px;
  }
  .p-t-mega-lg {
    padding-top: 250px;
  }
  .p-r-mega-lg {
    padding-right: 250px;
  }
  .p-b-mega-lg {
    padding-bottom: 250px;
  }
  .p-l-mega-lg {
    padding-left: 250px;
  }
  .p-tb-mega-lg {
    padding-top: 250px;
    padding-bottom: 250px;
  }
  .p-lr-mega-lg {
    padding-left: 250px;
    padding-right: 250px;
  }
  .p-big3x-lg {
    padding: 300px;
  }
  .p-t-big3x-lg {
    padding-top: 300px;
  }
  .p-r-big3x-lg {
    padding-right: 300px;
  }
  .p-b-big3x-lg {
    padding-bottom: 300px;
  }
  .p-l-big3x-lg {
    padding-left: 300px;
  }
  .p-tb-big3x-lg {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .p-lr-big3x-lg {
    padding-left: 300px;
    padding-right: 300px;
  }
  .p-big35x-lg {
    padding: 350px;
  }
  .p-t-big35x-lg {
    padding-top: 350px;
  }
  .p-r-big35x-lg {
    padding-right: 350px;
  }
  .p-b-big35x-lg {
    padding-bottom: 350px;
  }
  .p-l-big35x-lg {
    padding-left: 350px;
  }
  .p-tb-big35x-lg {
    padding-top: 350px;
    padding-bottom: 350px;
  }
  .p-lr-big35x-lg {
    padding-left: 350px;
    padding-right: 350px;
  }
  .p-big4x-lg {
    padding: 400px;
  }
  .p-t-big4x-lg {
    padding-top: 400px;
  }
  .p-r-big4x-lg {
    padding-right: 400px;
  }
  .p-b-big4x-lg {
    padding-bottom: 400px;
  }
  .p-l-big4x-lg {
    padding-left: 400px;
  }
  .p-tb-big4x-lg {
    padding-top: 400px;
    padding-bottom: 400px;
  }
  .p-lr-big4x-lg {
    padding-left: 400px;
    padding-right: 400px;
  }
  .p-big45x-lg {
    padding: 450px;
  }
  .p-t-big45x-lg {
    padding-top: 450px;
  }
  .p-r-big45x-lg {
    padding-right: 450px;
  }
  .p-b-big45x-lg {
    padding-bottom: 450px;
  }
  .p-l-big45x-lg {
    padding-left: 450px;
  }
  .p-tb-big45x-lg {
    padding-top: 450px;
    padding-bottom: 450px;
  }
  .p-lr-big45x-lg {
    padding-left: 450px;
    padding-right: 450px;
  }
  .p-big5x-lg {
    padding: 500px;
  }
  .p-t-big5x-lg {
    padding-top: 500px;
  }
  .p-r-big5x-lg {
    padding-right: 500px;
  }
  .p-b-big5x-lg {
    padding-bottom: 500px;
  }
  .p-l-big5x-lg {
    padding-left: 500px;
  }
  .p-tb-big5x-lg {
    padding-top: 500px;
    padding-bottom: 500px;
  }
  .p-lr-big5x-lg {
    padding-left: 500px;
    padding-right: 500px;
  }
  .p-big55x-lg {
    padding: 550px;
  }
  .p-t-big55x-lg {
    padding-top: 550px;
  }
  .p-r-big55x-lg {
    padding-right: 550px;
  }
  .p-b-big55x-lg {
    padding-bottom: 550px;
  }
  .p-l-big55x-lg {
    padding-left: 550px;
  }
  .p-tb-big55x-lg {
    padding-top: 550px;
    padding-bottom: 550px;
  }
  .p-lr-big55x-lg {
    padding-left: 550px;
    padding-right: 550px;
  }
  .p-big6x-lg {
    padding: 600px;
  }
  .p-t-big6x-lg {
    padding-top: 600px;
  }
  .p-r-big6x-lg {
    padding-right: 600px;
  }
  .p-b-big6x-lg {
    padding-bottom: 600px;
  }
  .p-l-big6x-lg {
    padding-left: 600px;
  }
  .p-tb-big6x-lg {
    padding-top: 600px;
    padding-bottom: 600px;
  }
  .p-lr-big6x-lg {
    padding-left: 600px;
    padding-right: 600px;
  }
  .p-big65x-lg {
    padding: 650px;
  }
  .p-t-big65x-lg {
    padding-top: 650px;
  }
  .p-r-big65x-lg {
    padding-right: 650px;
  }
  .p-b-big65x-lg {
    padding-bottom: 650px;
  }
  .p-l-big65x-lg {
    padding-left: 650px;
  }
  .p-tb-big65x-lg {
    padding-top: 650px;
    padding-bottom: 650px;
  }
  .p-lr-big65x-lg {
    padding-left: 650px;
    padding-right: 650px;
  }
  .p-big7x-lg {
    padding: 700px;
  }
  .p-t-big7x-lg {
    padding-top: 700px;
  }
  .p-r-big7x-lg {
    padding-right: 700px;
  }
  .p-b-big7x-lg {
    padding-bottom: 700px;
  }
  .p-l-big7x-lg {
    padding-left: 700px;
  }
  .p-tb-big7x-lg {
    padding-top: 700px;
    padding-bottom: 700px;
  }
  .p-lr-big7x-lg {
    padding-left: 700px;
    padding-right: 700px;
  }
  .p-big75x-lg {
    padding: 750px;
  }
  .p-t-big75x-lg {
    padding-top: 750px;
  }
  .p-r-big75x-lg {
    padding-right: 750px;
  }
  .p-b-big75x-lg {
    padding-bottom: 750px;
  }
  .p-l-big75x-lg {
    padding-left: 750px;
  }
  .p-tb-big75x-lg {
    padding-top: 750px;
    padding-bottom: 750px;
  }
  .p-lr-big75x-lg {
    padding-left: 750px;
    padding-right: 750px;
  }
  .p-full-lg {
    padding: 100%;
  }
  .p-t-full-lg {
    padding-top: 100%;
  }
  .p-r-full-lg {
    padding-right: 100%;
  }
  .p-b-full-lg {
    padding-bottom: 100%;
  }
  .p-l-full-lg {
    padding-left: 100%;
  }
  .p-tb-full-lg {
    padding-top: 100%;
    padding-bottom: 100%;
  }
  .p-lr-full-lg {
    padding-left: 100%;
    padding-right: 100%;
  }
  .p-half-lg {
    padding: 50%;
  }
  .p-t-half-lg {
    padding-top: 50%;
  }
  .p-r-half-lg {
    padding-right: 50%;
  }
  .p-b-half-lg {
    padding-bottom: 50%;
  }
  .p-l-half-lg {
    padding-left: 50%;
  }
  .p-tb-half-lg {
    padding-top: 50%;
    padding-bottom: 50%;
  }
  .p-lr-half-lg {
    padding-left: 50%;
    padding-right: 50%;
  }
  .p-quarter-lg {
    padding: 25%;
  }
  .p-t-quarter-lg {
    padding-top: 25%;
  }
  .p-r-quarter-lg {
    padding-right: 25%;
  }
  .p-b-quarter-lg {
    padding-bottom: 25%;
  }
  .p-l-quarter-lg {
    padding-left: 25%;
  }
  .p-tb-quarter-lg {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .p-lr-quarter-lg {
    padding-left: 25%;
    padding-right: 25%;
  }
  .p-third-lg {
    padding: 33.33%;
  }
  .p-t-third-lg {
    padding-top: 33.33%;
  }
  .p-r-third-lg {
    padding-right: 33.33%;
  }
  .p-b-third-lg {
    padding-bottom: 33.33%;
  }
  .p-l-third-lg {
    padding-left: 33.33%;
  }
  .p-tb-third-lg {
    padding-top: 33.33%;
    padding-bottom: 33.33%;
  }
  .p-lr-third-lg {
    padding-left: 33.33%;
    padding-right: 33.33%;
  }
  .p-two-third-lg {
    padding: 66.67%;
  }
  .p-t-two-third-lg {
    padding-top: 66.67%;
  }
  .p-r-two-third-lg {
    padding-right: 66.67%;
  }
  .p-b-two-third-lg {
    padding-bottom: 66.67%;
  }
  .p-l-two-third-lg {
    padding-left: 66.67%;
  }
  .p-tb-two-third-lg {
    padding-top: 66.67%;
    padding-bottom: 66.67%;
  }
  .p-lr-two-third-lg {
    padding-left: 66.67%;
    padding-right: 66.67%;
  }
  .p-5pc-lg {
    padding: 5%;
  }
  .p-t-5pc-lg {
    padding-top: 5%;
  }
  .p-r-5pc-lg {
    padding-right: 5%;
  }
  .p-b-5pc-lg {
    padding-bottom: 5%;
  }
  .p-l-5pc-lg {
    padding-left: 5%;
  }
  .p-tb-5pc-lg {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .p-lr-5pc-lg {
    padding-left: 5%;
    padding-right: 5%;
  }
  .p-10pc-lg {
    padding: 10%;
  }
  .p-t-10pc-lg {
    padding-top: 10%;
  }
  .p-r-10pc-lg {
    padding-right: 10%;
  }
  .p-b-10pc-lg {
    padding-bottom: 10%;
  }
  .p-l-10pc-lg {
    padding-left: 10%;
  }
  .p-tb-10pc-lg {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .p-lr-10pc-lg {
    padding-left: 10%;
    padding-right: 10%;
  }
  .p-15pc-lg {
    padding: 15%;
  }
  .p-t-15pc-lg {
    padding-top: 15%;
  }
  .p-r-15pc-lg {
    padding-right: 15%;
  }
  .p-b-15pc-lg {
    padding-bottom: 15%;
  }
  .p-l-15pc-lg {
    padding-left: 15%;
  }
  .p-tb-15pc-lg {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .p-lr-15pc-lg {
    padding-left: 15%;
    padding-right: 15%;
  }
  .p-16pc-lg {
    padding: 16.665%;
  }
  .p-t-16pc-lg {
    padding-top: 16.665%;
  }
  .p-r-16pc-lg {
    padding-right: 16.665%;
  }
  .p-b-16pc-lg {
    padding-bottom: 16.665%;
  }
  .p-l-16pc-lg {
    padding-left: 16.665%;
  }
  .p-tb-16pc-lg {
    padding-top: 16.665%;
    padding-bottom: 16.665%;
  }
  .p-lr-16pc-lg {
    padding-left: 16.665%;
    padding-right: 16.665%;
  }
  .p-20pc-lg {
    padding: 20%;
  }
  .p-t-20pc-lg {
    padding-top: 20%;
  }
  .p-r-20pc-lg {
    padding-right: 20%;
  }
  .p-b-20pc-lg {
    padding-bottom: 20%;
  }
  .p-l-20pc-lg {
    padding-left: 20%;
  }
  .p-tb-20pc-lg {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .p-lr-20pc-lg {
    padding-left: 20%;
    padding-right: 20%;
  }
  .p-33pc-lg {
    padding: 33.33%;
  }
  .p-t-33pc-lg {
    padding-top: 33.33%;
  }
  .p-r-33pc-lg {
    padding-right: 33.33%;
  }
  .p-b-33pc-lg {
    padding-bottom: 33.33%;
  }
  .p-l-33pc-lg {
    padding-left: 33.33%;
  }
  .p-tb-33pc-lg {
    padding-top: 33.33%;
    padding-bottom: 33.33%;
  }
  .p-lr-33pc-lg {
    padding-left: 33.33%;
    padding-right: 33.33%;
  }
  .p-66pc-lg {
    padding: 66.67%;
  }
  .p-t-66pc-lg {
    padding-top: 66.67%;
  }
  .p-r-66pc-lg {
    padding-right: 66.67%;
  }
  .p-b-66pc-lg {
    padding-bottom: 66.67%;
  }
  .p-l-66pc-lg {
    padding-left: 66.67%;
  }
  .p-tb-66pc-lg {
    padding-top: 66.67%;
    padding-bottom: 66.67%;
  }
  .p-lr-66pc-lg {
    padding-left: 66.67%;
    padding-right: 66.67%;
  }
  .p-30pc-lg {
    padding: 30%;
  }
  .p-t-30pc-lg {
    padding-top: 30%;
  }
  .p-r-30pc-lg {
    padding-right: 30%;
  }
  .p-b-30pc-lg {
    padding-bottom: 30%;
  }
  .p-l-30pc-lg {
    padding-left: 30%;
  }
  .p-tb-30pc-lg {
    padding-top: 30%;
    padding-bottom: 30%;
  }
  .p-lr-30pc-lg {
    padding-left: 30%;
    padding-right: 30%;
  }
  .p-40pc-lg {
    padding: 40%;
  }
  .p-t-40pc-lg {
    padding-top: 40%;
  }
  .p-r-40pc-lg {
    padding-right: 40%;
  }
  .p-b-40pc-lg {
    padding-bottom: 40%;
  }
  .p-l-40pc-lg {
    padding-left: 40%;
  }
  .p-tb-40pc-lg {
    padding-top: 40%;
    padding-bottom: 40%;
  }
  .p-lr-40pc-lg {
    padding-left: 40%;
    padding-right: 40%;
  }
  .p-60pc-lg {
    padding: 60%;
  }
  .p-t-60pc-lg {
    padding-top: 60%;
  }
  .p-r-60pc-lg {
    padding-right: 60%;
  }
  .p-b-60pc-lg {
    padding-bottom: 60%;
  }
  .p-l-60pc-lg {
    padding-left: 60%;
  }
  .p-tb-60pc-lg {
    padding-top: 60%;
    padding-bottom: 60%;
  }
  .p-lr-60pc-lg {
    padding-left: 60%;
    padding-right: 60%;
  }
  .p-70pc-lg {
    padding: 70%;
  }
  .p-t-70pc-lg {
    padding-top: 70%;
  }
  .p-r-70pc-lg {
    padding-right: 70%;
  }
  .p-b-70pc-lg {
    padding-bottom: 70%;
  }
  .p-l-70pc-lg {
    padding-left: 70%;
  }
  .p-tb-70pc-lg {
    padding-top: 70%;
    padding-bottom: 70%;
  }
  .p-lr-70pc-lg {
    padding-left: 70%;
    padding-right: 70%;
  }
  .p-80pc-lg {
    padding: 80%;
  }
  .p-t-80pc-lg {
    padding-top: 80%;
  }
  .p-r-80pc-lg {
    padding-right: 80%;
  }
  .p-b-80pc-lg {
    padding-bottom: 80%;
  }
  .p-l-80pc-lg {
    padding-left: 80%;
  }
  .p-tb-80pc-lg {
    padding-top: 80%;
    padding-bottom: 80%;
  }
  .p-lr-80pc-lg {
    padding-left: 80%;
    padding-right: 80%;
  }
  .p-90pc-lg {
    padding: 90%;
  }
  .p-t-90pc-lg {
    padding-top: 90%;
  }
  .p-r-90pc-lg {
    padding-right: 90%;
  }
  .p-b-90pc-lg {
    padding-bottom: 90%;
  }
  .p-l-90pc-lg {
    padding-left: 90%;
  }
  .p-tb-90pc-lg {
    padding-top: 90%;
    padding-bottom: 90%;
  }
  .p-lr-90pc-lg {
    padding-left: 90%;
    padding-right: 90%;
  }
}
.pos-t-none {
  top: 0px;
}
.pos-r-none {
  right: 0px;
}
.pos-b-none {
  bottom: 0px;
}
.pos-l-none {
  left: 0px;
}
.pos-tn-none {
  top: 0px;
}
.pos-t-nano {
  top: 1px;
}
.pos-r-nano {
  right: 1px;
}
.pos-b-nano {
  bottom: 1px;
}
.pos-l-nano {
  left: 1px;
}
.pos-tn-nano {
  top: -1px;
}
.pos-t-tiny {
  top: 2px;
}
.pos-r-tiny {
  right: 2px;
}
.pos-b-tiny {
  bottom: 2px;
}
.pos-l-tiny {
  left: 2px;
}
.pos-tn-tiny {
  top: -2px;
}
.pos-t-mini {
  top: 3px;
}
.pos-r-mini {
  right: 3px;
}
.pos-b-mini {
  bottom: 3px;
}
.pos-l-mini {
  left: 3px;
}
.pos-tn-mini {
  top: -3px;
}
.pos-t-xxs {
  top: 4px;
}
.pos-r-xxs {
  right: 4px;
}
.pos-b-xxs {
  bottom: 4px;
}
.pos-l-xxs {
  left: 4px;
}
.pos-tn-xxs {
  top: -4px;
}
.pos-t-xs {
  top: 5px;
}
.pos-r-xs {
  right: 5px;
}
.pos-b-xs {
  bottom: 5px;
}
.pos-l-xs {
  left: 5px;
}
.pos-tn-xs {
  top: -5px;
}
.pos-t-xss {
  top: 8px;
}
.pos-r-xss {
  right: 8px;
}
.pos-b-xss {
  bottom: 8px;
}
.pos-l-xss {
  left: 8px;
}
.pos-tn-xss {
  top: -8px;
}
.pos-t-s {
  top: 10px;
}
.pos-r-s {
  right: 10px;
}
.pos-b-s {
  bottom: 10px;
}
.pos-l-s {
  left: 10px;
}
.pos-tn-s {
  top: -10px;
}
.pos-t-m {
  top: 15px;
}
.pos-r-m {
  right: 15px;
}
.pos-b-m {
  bottom: 15px;
}
.pos-l-m {
  left: 15px;
}
.pos-tn-m {
  top: -15px;
}
.pos-t-l {
  top: 20px;
}
.pos-r-l {
  right: 20px;
}
.pos-b-l {
  bottom: 20px;
}
.pos-l-l {
  left: 20px;
}
.pos-tn-l {
  top: -20px;
}
.pos-t-xl {
  top: 25px;
}
.pos-r-xl {
  right: 25px;
}
.pos-b-xl {
  bottom: 25px;
}
.pos-l-xl {
  left: 25px;
}
.pos-tn-xl {
  top: -25px;
}
.pos-t-xxl {
  top: 30px;
}
.pos-r-xxl {
  right: 30px;
}
.pos-b-xxl {
  bottom: 30px;
}
.pos-l-xxl {
  left: 30px;
}
.pos-tn-xxl {
  top: -30px;
}
.pos-t-3xl {
  top: 35px;
}
.pos-r-3xl {
  right: 35px;
}
.pos-b-3xl {
  bottom: 35px;
}
.pos-l-3xl {
  left: 35px;
}
.pos-tn-3xl {
  top: -35px;
}
.pos-t-4xl {
  top: 40px;
}
.pos-r-4xl {
  right: 40px;
}
.pos-b-4xl {
  bottom: 40px;
}
.pos-l-4xl {
  left: 40px;
}
.pos-tn-4xl {
  top: -40px;
}
.pos-t-5xl {
  top: 50px;
}
.pos-r-5xl {
  right: 50px;
}
.pos-b-5xl {
  bottom: 50px;
}
.pos-l-5xl {
  left: 50px;
}
.pos-tn-5xl {
  top: -50px;
}
.pos-t-6xl {
  top: 60px;
}
.pos-r-6xl {
  right: 60px;
}
.pos-b-6xl {
  bottom: 60px;
}
.pos-l-6xl {
  left: 60px;
}
.pos-tn-6xl {
  top: -60px;
}
.pos-t-7xl {
  top: 70px;
}
.pos-r-7xl {
  right: 70px;
}
.pos-b-7xl {
  bottom: 70px;
}
.pos-l-7xl {
  left: 70px;
}
.pos-tn-7xl {
  top: -70px;
}
.pos-t-8xl {
  top: 80px;
}
.pos-r-8xl {
  right: 80px;
}
.pos-b-8xl {
  bottom: 80px;
}
.pos-l-8xl {
  left: 80px;
}
.pos-tn-8xl {
  top: -80px;
}
.pos-t-9xl {
  top: 90px;
}
.pos-r-9xl {
  right: 90px;
}
.pos-b-9xl {
  bottom: 90px;
}
.pos-l-9xl {
  left: 90px;
}
.pos-tn-9xl {
  top: -90px;
}
.pos-t-big {
  top: 100px;
}
.pos-r-big {
  right: 100px;
}
.pos-b-big {
  bottom: 100px;
}
.pos-l-big {
  left: 100px;
}
.pos-tn-big {
  top: -100px;
}
.pos-t-big125 {
  top: 125px;
}
.pos-r-big125 {
  right: 125px;
}
.pos-b-big125 {
  bottom: 125px;
}
.pos-l-big125 {
  left: 125px;
}
.pos-tn-big125 {
  top: -125px;
}
.pos-t-bigger {
  top: 150px;
}
.pos-r-bigger {
  right: 150px;
}
.pos-b-bigger {
  bottom: 150px;
}
.pos-l-bigger {
  left: 150px;
}
.pos-tn-bigger {
  top: -150px;
}
.pos-t-big2x {
  top: 200px;
}
.pos-r-big2x {
  right: 200px;
}
.pos-b-big2x {
  bottom: 200px;
}
.pos-l-big2x {
  left: 200px;
}
.pos-tn-big2x {
  top: -200px;
}
.pos-t-mega {
  top: 250px;
}
.pos-r-mega {
  right: 250px;
}
.pos-b-mega {
  bottom: 250px;
}
.pos-l-mega {
  left: 250px;
}
.pos-tn-mega {
  top: -250px;
}
.pos-t-big3x {
  top: 300px;
}
.pos-r-big3x {
  right: 300px;
}
.pos-b-big3x {
  bottom: 300px;
}
.pos-l-big3x {
  left: 300px;
}
.pos-tn-big3x {
  top: -300px;
}
.pos-t-big35x {
  top: 350px;
}
.pos-r-big35x {
  right: 350px;
}
.pos-b-big35x {
  bottom: 350px;
}
.pos-l-big35x {
  left: 350px;
}
.pos-tn-big35x {
  top: -350px;
}
.pos-t-big4x {
  top: 400px;
}
.pos-r-big4x {
  right: 400px;
}
.pos-b-big4x {
  bottom: 400px;
}
.pos-l-big4x {
  left: 400px;
}
.pos-tn-big4x {
  top: -400px;
}
.pos-t-big45x {
  top: 450px;
}
.pos-r-big45x {
  right: 450px;
}
.pos-b-big45x {
  bottom: 450px;
}
.pos-l-big45x {
  left: 450px;
}
.pos-tn-big45x {
  top: -450px;
}
.pos-t-big5x {
  top: 500px;
}
.pos-r-big5x {
  right: 500px;
}
.pos-b-big5x {
  bottom: 500px;
}
.pos-l-big5x {
  left: 500px;
}
.pos-tn-big5x {
  top: -500px;
}
.pos-t-big55x {
  top: 550px;
}
.pos-r-big55x {
  right: 550px;
}
.pos-b-big55x {
  bottom: 550px;
}
.pos-l-big55x {
  left: 550px;
}
.pos-tn-big55x {
  top: -550px;
}
.pos-t-big6x {
  top: 600px;
}
.pos-r-big6x {
  right: 600px;
}
.pos-b-big6x {
  bottom: 600px;
}
.pos-l-big6x {
  left: 600px;
}
.pos-tn-big6x {
  top: -600px;
}
.pos-t-big65x {
  top: 650px;
}
.pos-r-big65x {
  right: 650px;
}
.pos-b-big65x {
  bottom: 650px;
}
.pos-l-big65x {
  left: 650px;
}
.pos-tn-big65x {
  top: -650px;
}
.pos-t-big7x {
  top: 700px;
}
.pos-r-big7x {
  right: 700px;
}
.pos-b-big7x {
  bottom: 700px;
}
.pos-l-big7x {
  left: 700px;
}
.pos-tn-big7x {
  top: -700px;
}
.pos-t-big75x {
  top: 750px;
}
.pos-r-big75x {
  right: 750px;
}
.pos-b-big75x {
  bottom: 750px;
}
.pos-l-big75x {
  left: 750px;
}
.pos-tn-big75x {
  top: -750px;
}
.pos-t-full {
  top: 100%;
}
.pos-r-full {
  right: 100%;
}
.pos-b-full {
  bottom: 100%;
}
.pos-l-full {
  left: 100%;
}
.pos-tn-full {
  top: -100%;
}
.pos-t-half {
  top: 50%;
}
.pos-r-half {
  right: 50%;
}
.pos-b-half {
  bottom: 50%;
}
.pos-l-half {
  left: 50%;
}
.pos-tn-half {
  top: -50%;
}
.pos-t-quarter {
  top: 25%;
}
.pos-r-quarter {
  right: 25%;
}
.pos-b-quarter {
  bottom: 25%;
}
.pos-l-quarter {
  left: 25%;
}
.pos-tn-quarter {
  top: -25%;
}
.pos-t-third {
  top: 33.33%;
}
.pos-r-third {
  right: 33.33%;
}
.pos-b-third {
  bottom: 33.33%;
}
.pos-l-third {
  left: 33.33%;
}
.pos-tn-third {
  top: -33.33%;
}
.pos-t-two-third {
  top: 66.67%;
}
.pos-r-two-third {
  right: 66.67%;
}
.pos-b-two-third {
  bottom: 66.67%;
}
.pos-l-two-third {
  left: 66.67%;
}
.pos-tn-two-third {
  top: -66.67%;
}
.pos-t-5pc {
  top: 5%;
}
.pos-r-5pc {
  right: 5%;
}
.pos-b-5pc {
  bottom: 5%;
}
.pos-l-5pc {
  left: 5%;
}
.pos-tn-5pc {
  top: -5%;
}
.pos-t-10pc {
  top: 10%;
}
.pos-r-10pc {
  right: 10%;
}
.pos-b-10pc {
  bottom: 10%;
}
.pos-l-10pc {
  left: 10%;
}
.pos-tn-10pc {
  top: -10%;
}
.pos-t-15pc {
  top: 15%;
}
.pos-r-15pc {
  right: 15%;
}
.pos-b-15pc {
  bottom: 15%;
}
.pos-l-15pc {
  left: 15%;
}
.pos-tn-15pc {
  top: -15%;
}
.pos-t-16pc {
  top: 16.665%;
}
.pos-r-16pc {
  right: 16.665%;
}
.pos-b-16pc {
  bottom: 16.665%;
}
.pos-l-16pc {
  left: 16.665%;
}
.pos-tn-16pc {
  top: -16.665%;
}
.pos-t-20pc {
  top: 20%;
}
.pos-r-20pc {
  right: 20%;
}
.pos-b-20pc {
  bottom: 20%;
}
.pos-l-20pc {
  left: 20%;
}
.pos-tn-20pc {
  top: -20%;
}
.pos-t-33pc {
  top: 33.33%;
}
.pos-r-33pc {
  right: 33.33%;
}
.pos-b-33pc {
  bottom: 33.33%;
}
.pos-l-33pc {
  left: 33.33%;
}
.pos-tn-33pc {
  top: -33.33%;
}
.pos-t-66pc {
  top: 66.67%;
}
.pos-r-66pc {
  right: 66.67%;
}
.pos-b-66pc {
  bottom: 66.67%;
}
.pos-l-66pc {
  left: 66.67%;
}
.pos-tn-66pc {
  top: -66.67%;
}
.pos-t-30pc {
  top: 30%;
}
.pos-r-30pc {
  right: 30%;
}
.pos-b-30pc {
  bottom: 30%;
}
.pos-l-30pc {
  left: 30%;
}
.pos-tn-30pc {
  top: -30%;
}
.pos-t-40pc {
  top: 40%;
}
.pos-r-40pc {
  right: 40%;
}
.pos-b-40pc {
  bottom: 40%;
}
.pos-l-40pc {
  left: 40%;
}
.pos-tn-40pc {
  top: -40%;
}
.pos-t-60pc {
  top: 60%;
}
.pos-r-60pc {
  right: 60%;
}
.pos-b-60pc {
  bottom: 60%;
}
.pos-l-60pc {
  left: 60%;
}
.pos-tn-60pc {
  top: -60%;
}
.pos-t-70pc {
  top: 70%;
}
.pos-r-70pc {
  right: 70%;
}
.pos-b-70pc {
  bottom: 70%;
}
.pos-l-70pc {
  left: 70%;
}
.pos-tn-70pc {
  top: -70%;
}
.pos-t-80pc {
  top: 80%;
}
.pos-r-80pc {
  right: 80%;
}
.pos-b-80pc {
  bottom: 80%;
}
.pos-l-80pc {
  left: 80%;
}
.pos-tn-80pc {
  top: -80%;
}
.pos-t-90pc {
  top: 90%;
}
.pos-r-90pc {
  right: 90%;
}
.pos-b-90pc {
  bottom: 90%;
}
.pos-l-90pc {
  left: 90%;
}
.pos-tn-90pc {
  top: -90%;
}
.pos-static {
  position: static;
}
.pos-absolute {
  position: absolute;
}
.pos-fixed {
  position: fixed;
}
.pos-relative {
  position: relative;
}
.pos-initial {
  position: initial;
}
.pos-inherit {
  position: inherit;
}
.dis-none {
  display: none;
}
.dis-block {
  display: block;
}
.dis-inline {
  display: inline;
}
.dis-inline-block {
  display: inline-block;
}
.dis-table {
  display: table;
}
.dis-table-row {
  display: table-row;
}
.dis-table-cell {
  display: table-cell;
}
.dis-flex {
  display: flex;
}
.dis-inline-flex {
  display: inline-flex;
}
.op-none, .hover-op-none:hover, a:hover .hover-op-none {
  opacity: 0;
}
.hover-op-child:hover .hover-op-none {
  opacity: 0;
}
.op-full, .hover-op-full:hover, a:hover .hover-op-full {
  opacity: 1;
}
.hover-op-child:hover .hover-op-full {
  opacity: 1;
}
.op-10, .hover-op-10:hover, a:hover .hover-op-10 {
  opacity: 0.1;
}
.hover-op-child:hover .hover-op-10 {
  opacity: 0.1;
}
.op-20, .hover-op-20:hover, a:hover .hover-op-20 {
  opacity: 0.2;
}
.hover-op-child:hover .hover-op-20 {
  opacity: 0.2;
}
.op-25, .hover-op-25:hover, a:hover .hover-op-25 {
  opacity: 0.25;
}
.hover-op-child:hover .hover-op-25 {
  opacity: 0.25;
}
.op-30, .hover-op-30:hover, a:hover .hover-op-30 {
  opacity: 0.3;
}
.hover-op-child:hover .hover-op-30 {
  opacity: 0.3;
}
.op-40, .hover-op-40:hover, a:hover .hover-op-40 {
  opacity: 0.4;
}
.hover-op-child:hover .hover-op-40 {
  opacity: 0.4;
}
.op-50, .hover-op-50:hover, a:hover .hover-op-50 {
  opacity: 0.5;
}
.hover-op-child:hover .hover-op-50 {
  opacity: 0.5;
}
.op-60, .hover-op-60:hover, a:hover .hover-op-60 {
  opacity: 0.6;
}
.hover-op-child:hover .hover-op-60 {
  opacity: 0.6;
}
.op-70, .hover-op-70:hover, a:hover .hover-op-70 {
  opacity: 0.7;
}
.hover-op-child:hover .hover-op-70 {
  opacity: 0.7;
}
.op-75, .hover-op-75:hover, a:hover .hover-op-75 {
  opacity: 0.75;
}
.hover-op-child:hover .hover-op-75 {
  opacity: 0.75;
}
.op-80, .hover-op-80:hover, a:hover .hover-op-80 {
  opacity: 0.8;
}
.hover-op-child:hover .hover-op-80 {
  opacity: 0.8;
}
.op-90, .hover-op-90:hover, a:hover .hover-op-90 {
  opacity: 0.9;
}
.hover-op-child:hover .hover-op-90 {
  opacity: 0.9;
}
.pos-z--1 {
  z-index: -1;
}
.pos-z-0 {
  z-index: 0;
}
.pos-z-1 {
  z-index: 1;
}
.pos-z-2 {
  z-index: 2;
}
.pos-z-3 {
  z-index: 3;
}
.pos-z-4 {
  z-index: 4;
}
.pos-z-5 {
  z-index: 5;
}
.pos-z-6 {
  z-index: 6;
}
.pos-z-7 {
  z-index: 7;
}
.pos-z-8 {
  z-index: 8;
}
.pos-z-9 {
  z-index: 9;
}
.pos-z-10 {
  z-index: 10;
}
.width-auto {
  width: "auto";
}
.width-0 {
  width: 0%;
}
.width-10 {
  width: 10%;
}
.width-20 {
  width: 20%;
}
.width-25 {
  width: 25%;
}
.width-30 {
  width: 30%;
}
.width-33 {
  width: 33.33%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-75 {
  width: 75%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}
.width-95px {
  width: 95px;
}
.height-auto {
  height: "auto";
}
.height-10 {
  height: 10%;
}
.height-20 {
  height: 20%;
}
.height-25 {
  height: 25%;
}
.height-30 {
  height: 30%;
}
.height-40 {
  height: 40%;
}
.height-50 {
  height: 50%;
}
.height-60 {
  height: 60%;
}
.height-70 {
  height: 70%;
}
.height-75 {
  height: 75%;
}
.height-80 {
  height: 80%;
}
.height-90 {
  height: 90%;
}
.height-100 {
  height: 100%;
}
.height-95px {
  height: 95px;
}
.cl-both {
  clear: both;
}
.cl-l {
  clear: left;
}
.cl-r {
  clear: right;
}
.pos-new-root {
  display: block;
  position: relative;
}
.pos-vert-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  /*    width: 100%;*/
  /*    left: 0;*/
}
.pos-vert-hori-center {
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  /*    width: 100%;*/
}
.pos-hori-center-bottom {
  left: 50%;
  margin: auto;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  /*    width: 100%;*/
}
.pos-hori-center-top {
  left: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  /*    width: 100%;*/
}
.pos-bottom {
  bottom: 0;
}
.pos-bottom-2em {
  bottom: 2em;
}
.pos-bottom-3em {
  bottom: 3em;
}
.pos-bottom-4em {
  bottom: 4em;
}
@media (max-width: 767px) {
  .pos-vert-center-xs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /*    width: 100%;*/
    /*    left: 0;*/
  }
}
@media (min-width: 768px) {
  /*    .Microsoft-Internet-Explorer #footer.pos-fixed-sm.pos-bottom {
        position: relative;
        z-index: 0;
    }*/
  .dis-none-sm {
    display: none;
  }
  .dis-block-sm {
    display: block;
  }
  .dis-inline-sm {
    display: inline;
  }
  .dis-inline-block-sm {
    display: inline-block;
  }
  .dis-table-sm {
    display: table;
  }
  .dis-table-row-sm {
    display: table-row;
  }
  .dis-table-cell-sm {
    display: table-cell;
  }
  .dis-flex-sm {
    display: flex;
  }
  .dis-inline-flex-sm {
    display: inline-flex;
  }
  .Microsoft-Internet-Explorer .site {
    z-index: 1;
  }
  .Microsoft-Internet-Explorer #footer.pos-z--1 {
    z-index: 0;
  }
  .op-none-sm, .hover-op-none-sm:hover, a:hover .hover-op-none-sm {
    opacity: 0;
  }
  .hover-op-child-sm:hover .hover-op-none-sm {
    opacity: 0;
  }
  .op-full-sm, .hover-op-full-sm:hover, a:hover .hover-op-full-sm {
    opacity: 1;
  }
  .hover-op-child-sm:hover .hover-op-full-sm {
    opacity: 1;
  }
  .op-10-sm, .hover-op-10-sm:hover, a:hover .hover-op-10-sm {
    opacity: 0.1;
  }
  .hover-op-child-sm:hover .hover-op-10-sm {
    opacity: 0.1;
  }
  .op-20-sm, .hover-op-20-sm:hover, a:hover .hover-op-20-sm {
    opacity: 0.2;
  }
  .hover-op-child-sm:hover .hover-op-20-sm {
    opacity: 0.2;
  }
  .op-25-sm, .hover-op-25-sm:hover, a:hover .hover-op-25-sm {
    opacity: 0.25;
  }
  .hover-op-child-sm:hover .hover-op-25-sm {
    opacity: 0.25;
  }
  .op-30-sm, .hover-op-30-sm:hover, a:hover .hover-op-30-sm {
    opacity: 0.3;
  }
  .hover-op-child-sm:hover .hover-op-30-sm {
    opacity: 0.3;
  }
  .op-40-sm, .hover-op-40-sm:hover, a:hover .hover-op-40-sm {
    opacity: 0.4;
  }
  .hover-op-child-sm:hover .hover-op-40-sm {
    opacity: 0.4;
  }
  .op-50-sm, .hover-op-50-sm:hover, a:hover .hover-op-50-sm {
    opacity: 0.5;
  }
  .hover-op-child-sm:hover .hover-op-50-sm {
    opacity: 0.5;
  }
  .op-60-sm, .hover-op-60-sm:hover, a:hover .hover-op-60-sm {
    opacity: 0.6;
  }
  .hover-op-child-sm:hover .hover-op-60-sm {
    opacity: 0.6;
  }
  .op-70-sm, .hover-op-70-sm:hover, a:hover .hover-op-70-sm {
    opacity: 0.7;
  }
  .hover-op-child-sm:hover .hover-op-70-sm {
    opacity: 0.7;
  }
  .op-75-sm, .hover-op-75-sm:hover, a:hover .hover-op-75-sm {
    opacity: 0.75;
  }
  .hover-op-child-sm:hover .hover-op-75-sm {
    opacity: 0.75;
  }
  .op-80-sm, .hover-op-80-sm:hover, a:hover .hover-op-80-sm {
    opacity: 0.8;
  }
  .hover-op-child-sm:hover .hover-op-80-sm {
    opacity: 0.8;
  }
  .op-90-sm, .hover-op-90-sm:hover, a:hover .hover-op-90-sm {
    opacity: 0.9;
  }
  .hover-op-child-sm:hover .hover-op-90-sm {
    opacity: 0.9;
  }
  .pos-t-none-sm {
    top: 0px;
  }
  .pos-r-none-sm {
    right: 0px;
  }
  .pos-b-none-sm {
    bottom: 0px;
  }
  .pos-l-none-sm {
    left: 0px;
  }
  .pos-tn-none-sm {
    top: 0px;
  }
  .pos-t-nano-sm {
    top: 1px;
  }
  .pos-r-nano-sm {
    right: 1px;
  }
  .pos-b-nano-sm {
    bottom: 1px;
  }
  .pos-l-nano-sm {
    left: 1px;
  }
  .pos-tn-nano-sm {
    top: -1px;
  }
  .pos-t-tiny-sm {
    top: 2px;
  }
  .pos-r-tiny-sm {
    right: 2px;
  }
  .pos-b-tiny-sm {
    bottom: 2px;
  }
  .pos-l-tiny-sm {
    left: 2px;
  }
  .pos-tn-tiny-sm {
    top: -2px;
  }
  .pos-t-mini-sm {
    top: 3px;
  }
  .pos-r-mini-sm {
    right: 3px;
  }
  .pos-b-mini-sm {
    bottom: 3px;
  }
  .pos-l-mini-sm {
    left: 3px;
  }
  .pos-tn-mini-sm {
    top: -3px;
  }
  .pos-t-xxs-sm {
    top: 4px;
  }
  .pos-r-xxs-sm {
    right: 4px;
  }
  .pos-b-xxs-sm {
    bottom: 4px;
  }
  .pos-l-xxs-sm {
    left: 4px;
  }
  .pos-tn-xxs-sm {
    top: -4px;
  }
  .pos-t-xs-sm {
    top: 5px;
  }
  .pos-r-xs-sm {
    right: 5px;
  }
  .pos-b-xs-sm {
    bottom: 5px;
  }
  .pos-l-xs-sm {
    left: 5px;
  }
  .pos-tn-xs-sm {
    top: -5px;
  }
  .pos-t-xss-sm {
    top: 8px;
  }
  .pos-r-xss-sm {
    right: 8px;
  }
  .pos-b-xss-sm {
    bottom: 8px;
  }
  .pos-l-xss-sm {
    left: 8px;
  }
  .pos-tn-xss-sm {
    top: -8px;
  }
  .pos-t-s-sm {
    top: 10px;
  }
  .pos-r-s-sm {
    right: 10px;
  }
  .pos-b-s-sm {
    bottom: 10px;
  }
  .pos-l-s-sm {
    left: 10px;
  }
  .pos-tn-s-sm {
    top: -10px;
  }
  .pos-t-m-sm {
    top: 15px;
  }
  .pos-r-m-sm {
    right: 15px;
  }
  .pos-b-m-sm {
    bottom: 15px;
  }
  .pos-l-m-sm {
    left: 15px;
  }
  .pos-tn-m-sm {
    top: -15px;
  }
  .pos-t-l-sm {
    top: 20px;
  }
  .pos-r-l-sm {
    right: 20px;
  }
  .pos-b-l-sm {
    bottom: 20px;
  }
  .pos-l-l-sm {
    left: 20px;
  }
  .pos-tn-l-sm {
    top: -20px;
  }
  .pos-t-xl-sm {
    top: 25px;
  }
  .pos-r-xl-sm {
    right: 25px;
  }
  .pos-b-xl-sm {
    bottom: 25px;
  }
  .pos-l-xl-sm {
    left: 25px;
  }
  .pos-tn-xl-sm {
    top: -25px;
  }
  .pos-t-xxl-sm {
    top: 30px;
  }
  .pos-r-xxl-sm {
    right: 30px;
  }
  .pos-b-xxl-sm {
    bottom: 30px;
  }
  .pos-l-xxl-sm {
    left: 30px;
  }
  .pos-tn-xxl-sm {
    top: -30px;
  }
  .pos-t-3xl-sm {
    top: 35px;
  }
  .pos-r-3xl-sm {
    right: 35px;
  }
  .pos-b-3xl-sm {
    bottom: 35px;
  }
  .pos-l-3xl-sm {
    left: 35px;
  }
  .pos-tn-3xl-sm {
    top: -35px;
  }
  .pos-t-4xl-sm {
    top: 40px;
  }
  .pos-r-4xl-sm {
    right: 40px;
  }
  .pos-b-4xl-sm {
    bottom: 40px;
  }
  .pos-l-4xl-sm {
    left: 40px;
  }
  .pos-tn-4xl-sm {
    top: -40px;
  }
  .pos-t-5xl-sm {
    top: 50px;
  }
  .pos-r-5xl-sm {
    right: 50px;
  }
  .pos-b-5xl-sm {
    bottom: 50px;
  }
  .pos-l-5xl-sm {
    left: 50px;
  }
  .pos-tn-5xl-sm {
    top: -50px;
  }
  .pos-t-6xl-sm {
    top: 60px;
  }
  .pos-r-6xl-sm {
    right: 60px;
  }
  .pos-b-6xl-sm {
    bottom: 60px;
  }
  .pos-l-6xl-sm {
    left: 60px;
  }
  .pos-tn-6xl-sm {
    top: -60px;
  }
  .pos-t-7xl-sm {
    top: 70px;
  }
  .pos-r-7xl-sm {
    right: 70px;
  }
  .pos-b-7xl-sm {
    bottom: 70px;
  }
  .pos-l-7xl-sm {
    left: 70px;
  }
  .pos-tn-7xl-sm {
    top: -70px;
  }
  .pos-t-8xl-sm {
    top: 80px;
  }
  .pos-r-8xl-sm {
    right: 80px;
  }
  .pos-b-8xl-sm {
    bottom: 80px;
  }
  .pos-l-8xl-sm {
    left: 80px;
  }
  .pos-tn-8xl-sm {
    top: -80px;
  }
  .pos-t-9xl-sm {
    top: 90px;
  }
  .pos-r-9xl-sm {
    right: 90px;
  }
  .pos-b-9xl-sm {
    bottom: 90px;
  }
  .pos-l-9xl-sm {
    left: 90px;
  }
  .pos-tn-9xl-sm {
    top: -90px;
  }
  .pos-t-big-sm {
    top: 100px;
  }
  .pos-r-big-sm {
    right: 100px;
  }
  .pos-b-big-sm {
    bottom: 100px;
  }
  .pos-l-big-sm {
    left: 100px;
  }
  .pos-tn-big-sm {
    top: -100px;
  }
  .pos-t-big125-sm {
    top: 125px;
  }
  .pos-r-big125-sm {
    right: 125px;
  }
  .pos-b-big125-sm {
    bottom: 125px;
  }
  .pos-l-big125-sm {
    left: 125px;
  }
  .pos-tn-big125-sm {
    top: -125px;
  }
  .pos-t-bigger-sm {
    top: 150px;
  }
  .pos-r-bigger-sm {
    right: 150px;
  }
  .pos-b-bigger-sm {
    bottom: 150px;
  }
  .pos-l-bigger-sm {
    left: 150px;
  }
  .pos-tn-bigger-sm {
    top: -150px;
  }
  .pos-t-big2x-sm {
    top: 200px;
  }
  .pos-r-big2x-sm {
    right: 200px;
  }
  .pos-b-big2x-sm {
    bottom: 200px;
  }
  .pos-l-big2x-sm {
    left: 200px;
  }
  .pos-tn-big2x-sm {
    top: -200px;
  }
  .pos-t-mega-sm {
    top: 250px;
  }
  .pos-r-mega-sm {
    right: 250px;
  }
  .pos-b-mega-sm {
    bottom: 250px;
  }
  .pos-l-mega-sm {
    left: 250px;
  }
  .pos-tn-mega-sm {
    top: -250px;
  }
  .pos-t-big3x-sm {
    top: 300px;
  }
  .pos-r-big3x-sm {
    right: 300px;
  }
  .pos-b-big3x-sm {
    bottom: 300px;
  }
  .pos-l-big3x-sm {
    left: 300px;
  }
  .pos-tn-big3x-sm {
    top: -300px;
  }
  .pos-t-big35x-sm {
    top: 350px;
  }
  .pos-r-big35x-sm {
    right: 350px;
  }
  .pos-b-big35x-sm {
    bottom: 350px;
  }
  .pos-l-big35x-sm {
    left: 350px;
  }
  .pos-tn-big35x-sm {
    top: -350px;
  }
  .pos-t-big4x-sm {
    top: 400px;
  }
  .pos-r-big4x-sm {
    right: 400px;
  }
  .pos-b-big4x-sm {
    bottom: 400px;
  }
  .pos-l-big4x-sm {
    left: 400px;
  }
  .pos-tn-big4x-sm {
    top: -400px;
  }
  .pos-t-big45x-sm {
    top: 450px;
  }
  .pos-r-big45x-sm {
    right: 450px;
  }
  .pos-b-big45x-sm {
    bottom: 450px;
  }
  .pos-l-big45x-sm {
    left: 450px;
  }
  .pos-tn-big45x-sm {
    top: -450px;
  }
  .pos-t-big5x-sm {
    top: 500px;
  }
  .pos-r-big5x-sm {
    right: 500px;
  }
  .pos-b-big5x-sm {
    bottom: 500px;
  }
  .pos-l-big5x-sm {
    left: 500px;
  }
  .pos-tn-big5x-sm {
    top: -500px;
  }
  .pos-t-big55x-sm {
    top: 550px;
  }
  .pos-r-big55x-sm {
    right: 550px;
  }
  .pos-b-big55x-sm {
    bottom: 550px;
  }
  .pos-l-big55x-sm {
    left: 550px;
  }
  .pos-tn-big55x-sm {
    top: -550px;
  }
  .pos-t-big6x-sm {
    top: 600px;
  }
  .pos-r-big6x-sm {
    right: 600px;
  }
  .pos-b-big6x-sm {
    bottom: 600px;
  }
  .pos-l-big6x-sm {
    left: 600px;
  }
  .pos-tn-big6x-sm {
    top: -600px;
  }
  .pos-t-big65x-sm {
    top: 650px;
  }
  .pos-r-big65x-sm {
    right: 650px;
  }
  .pos-b-big65x-sm {
    bottom: 650px;
  }
  .pos-l-big65x-sm {
    left: 650px;
  }
  .pos-tn-big65x-sm {
    top: -650px;
  }
  .pos-t-big7x-sm {
    top: 700px;
  }
  .pos-r-big7x-sm {
    right: 700px;
  }
  .pos-b-big7x-sm {
    bottom: 700px;
  }
  .pos-l-big7x-sm {
    left: 700px;
  }
  .pos-tn-big7x-sm {
    top: -700px;
  }
  .pos-t-big75x-sm {
    top: 750px;
  }
  .pos-r-big75x-sm {
    right: 750px;
  }
  .pos-b-big75x-sm {
    bottom: 750px;
  }
  .pos-l-big75x-sm {
    left: 750px;
  }
  .pos-tn-big75x-sm {
    top: -750px;
  }
  .pos-t-full-sm {
    top: 100%;
  }
  .pos-r-full-sm {
    right: 100%;
  }
  .pos-b-full-sm {
    bottom: 100%;
  }
  .pos-l-full-sm {
    left: 100%;
  }
  .pos-tn-full-sm {
    top: -100%;
  }
  .pos-t-half-sm {
    top: 50%;
  }
  .pos-r-half-sm {
    right: 50%;
  }
  .pos-b-half-sm {
    bottom: 50%;
  }
  .pos-l-half-sm {
    left: 50%;
  }
  .pos-tn-half-sm {
    top: -50%;
  }
  .pos-t-quarter-sm {
    top: 25%;
  }
  .pos-r-quarter-sm {
    right: 25%;
  }
  .pos-b-quarter-sm {
    bottom: 25%;
  }
  .pos-l-quarter-sm {
    left: 25%;
  }
  .pos-tn-quarter-sm {
    top: -25%;
  }
  .pos-t-third-sm {
    top: 33.33%;
  }
  .pos-r-third-sm {
    right: 33.33%;
  }
  .pos-b-third-sm {
    bottom: 33.33%;
  }
  .pos-l-third-sm {
    left: 33.33%;
  }
  .pos-tn-third-sm {
    top: -33.33%;
  }
  .pos-t-two-third-sm {
    top: 66.67%;
  }
  .pos-r-two-third-sm {
    right: 66.67%;
  }
  .pos-b-two-third-sm {
    bottom: 66.67%;
  }
  .pos-l-two-third-sm {
    left: 66.67%;
  }
  .pos-tn-two-third-sm {
    top: -66.67%;
  }
  .pos-t-5pc-sm {
    top: 5%;
  }
  .pos-r-5pc-sm {
    right: 5%;
  }
  .pos-b-5pc-sm {
    bottom: 5%;
  }
  .pos-l-5pc-sm {
    left: 5%;
  }
  .pos-tn-5pc-sm {
    top: -5%;
  }
  .pos-t-10pc-sm {
    top: 10%;
  }
  .pos-r-10pc-sm {
    right: 10%;
  }
  .pos-b-10pc-sm {
    bottom: 10%;
  }
  .pos-l-10pc-sm {
    left: 10%;
  }
  .pos-tn-10pc-sm {
    top: -10%;
  }
  .pos-t-15pc-sm {
    top: 15%;
  }
  .pos-r-15pc-sm {
    right: 15%;
  }
  .pos-b-15pc-sm {
    bottom: 15%;
  }
  .pos-l-15pc-sm {
    left: 15%;
  }
  .pos-tn-15pc-sm {
    top: -15%;
  }
  .pos-t-16pc-sm {
    top: 16.665%;
  }
  .pos-r-16pc-sm {
    right: 16.665%;
  }
  .pos-b-16pc-sm {
    bottom: 16.665%;
  }
  .pos-l-16pc-sm {
    left: 16.665%;
  }
  .pos-tn-16pc-sm {
    top: -16.665%;
  }
  .pos-t-20pc-sm {
    top: 20%;
  }
  .pos-r-20pc-sm {
    right: 20%;
  }
  .pos-b-20pc-sm {
    bottom: 20%;
  }
  .pos-l-20pc-sm {
    left: 20%;
  }
  .pos-tn-20pc-sm {
    top: -20%;
  }
  .pos-t-33pc-sm {
    top: 33.33%;
  }
  .pos-r-33pc-sm {
    right: 33.33%;
  }
  .pos-b-33pc-sm {
    bottom: 33.33%;
  }
  .pos-l-33pc-sm {
    left: 33.33%;
  }
  .pos-tn-33pc-sm {
    top: -33.33%;
  }
  .pos-t-66pc-sm {
    top: 66.67%;
  }
  .pos-r-66pc-sm {
    right: 66.67%;
  }
  .pos-b-66pc-sm {
    bottom: 66.67%;
  }
  .pos-l-66pc-sm {
    left: 66.67%;
  }
  .pos-tn-66pc-sm {
    top: -66.67%;
  }
  .pos-t-30pc-sm {
    top: 30%;
  }
  .pos-r-30pc-sm {
    right: 30%;
  }
  .pos-b-30pc-sm {
    bottom: 30%;
  }
  .pos-l-30pc-sm {
    left: 30%;
  }
  .pos-tn-30pc-sm {
    top: -30%;
  }
  .pos-t-40pc-sm {
    top: 40%;
  }
  .pos-r-40pc-sm {
    right: 40%;
  }
  .pos-b-40pc-sm {
    bottom: 40%;
  }
  .pos-l-40pc-sm {
    left: 40%;
  }
  .pos-tn-40pc-sm {
    top: -40%;
  }
  .pos-t-60pc-sm {
    top: 60%;
  }
  .pos-r-60pc-sm {
    right: 60%;
  }
  .pos-b-60pc-sm {
    bottom: 60%;
  }
  .pos-l-60pc-sm {
    left: 60%;
  }
  .pos-tn-60pc-sm {
    top: -60%;
  }
  .pos-t-70pc-sm {
    top: 70%;
  }
  .pos-r-70pc-sm {
    right: 70%;
  }
  .pos-b-70pc-sm {
    bottom: 70%;
  }
  .pos-l-70pc-sm {
    left: 70%;
  }
  .pos-tn-70pc-sm {
    top: -70%;
  }
  .pos-t-80pc-sm {
    top: 80%;
  }
  .pos-r-80pc-sm {
    right: 80%;
  }
  .pos-b-80pc-sm {
    bottom: 80%;
  }
  .pos-l-80pc-sm {
    left: 80%;
  }
  .pos-tn-80pc-sm {
    top: -80%;
  }
  .pos-t-90pc-sm {
    top: 90%;
  }
  .pos-r-90pc-sm {
    right: 90%;
  }
  .pos-b-90pc-sm {
    bottom: 90%;
  }
  .pos-l-90pc-sm {
    left: 90%;
  }
  .pos-tn-90pc-sm {
    top: -90%;
  }
  .pos-static-sm {
    position: static;
  }
  .pos-absolute-sm {
    position: absolute;
  }
  .pos-fixed-sm {
    position: fixed;
  }
  .pos-relative-sm {
    position: relative;
  }
  .pos-initial-sm {
    position: initial;
  }
  .pos-inherit-sm {
    position: inherit;
  }
  .pos-vert-center-sm {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /*    width: 100%;*/
    /*    left: 0;*/
  }
  .pos-vert-hori-center-sm {
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /*    width: 100%;*/
  }
  .pos-hori-center-bottom-sm {
    left: 50%;
    margin: auto;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    /*    width: 100%;*/
  }
  .pos-hori-center-top-sm {
    left: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    /*    width: 100%;*/
  }
  .pos-pull-left-sm {
    float: left;
  }
  .pos-pull-right-sm {
    float: right;
  }
  .width-auto-sm {
    width: "auto";
  }
  .width-0-sm {
    width: 0%;
  }
  .width-10-sm {
    width: 10%;
  }
  .width-20-sm {
    width: 20%;
  }
  .width-25-sm {
    width: 25%;
  }
  .width-30-sm {
    width: 30%;
  }
  .width-33-sm {
    width: 33.33%;
  }
  .width-40-sm {
    width: 40%;
  }
  .width-50-sm {
    width: 50%;
  }
  .width-60-sm {
    width: 60%;
  }
  .width-70-sm {
    width: 70%;
  }
  .width-75-sm {
    width: 75%;
  }
  .width-80-sm {
    width: 80%;
  }
  .width-90-sm {
    width: 90%;
  }
  .width-100-sm {
    width: 100%;
  }
  .width-95px-sm {
    width: 95px;
  }
}
@media (min-width: 992px) {
  .pos-b-none-md {
    bottom: 0px;
  }
  .pos-b-nano-md {
    bottom: 1px;
  }
  .pos-b-tiny-md {
    bottom: 2px;
  }
  .pos-b-mini-md {
    bottom: 3px;
  }
  .pos-b-xxs-md {
    bottom: 4px;
  }
  .pos-b-xs-md {
    bottom: 5px;
  }
  .pos-b-xss-md {
    bottom: 8px;
  }
  .pos-b-s-md {
    bottom: 10px;
  }
  .pos-b-m-md {
    bottom: 15px;
  }
  .pos-b-l-md {
    bottom: 20px;
  }
  .pos-b-xl-md {
    bottom: 25px;
  }
  .pos-b-xxl-md {
    bottom: 30px;
  }
  .pos-b-3xl-md {
    bottom: 35px;
  }
  .pos-b-4xl-md {
    bottom: 40px;
  }
  .pos-b-5xl-md {
    bottom: 50px;
  }
  .pos-b-6xl-md {
    bottom: 60px;
  }
  .pos-b-7xl-md {
    bottom: 70px;
  }
  .pos-b-8xl-md {
    bottom: 80px;
  }
  .pos-b-9xl-md {
    bottom: 90px;
  }
  .pos-b-big-md {
    bottom: 100px;
  }
  .pos-b-big125-md {
    bottom: 125px;
  }
  .pos-b-bigger-md {
    bottom: 150px;
  }
  .pos-b-big2x-md {
    bottom: 200px;
  }
  .pos-b-mega-md {
    bottom: 250px;
  }
  .pos-b-big3x-md {
    bottom: 300px;
  }
  .pos-b-big35x-md {
    bottom: 350px;
  }
  .pos-b-big4x-md {
    bottom: 400px;
  }
  .pos-b-big45x-md {
    bottom: 450px;
  }
  .pos-b-big5x-md {
    bottom: 500px;
  }
  .pos-b-big55x-md {
    bottom: 550px;
  }
  .pos-b-big6x-md {
    bottom: 600px;
  }
  .pos-b-big65x-md {
    bottom: 650px;
  }
  .pos-b-big7x-md {
    bottom: 700px;
  }
  .pos-b-big75x-md {
    bottom: 750px;
  }
  .pos-b-full-md {
    bottom: 100%;
  }
  .pos-b-half-md {
    bottom: 50%;
  }
  .pos-b-quarter-md {
    bottom: 25%;
  }
  .pos-b-third-md {
    bottom: 33.33%;
  }
  .pos-b-two-third-md {
    bottom: 66.67%;
  }
  .pos-b-5pc-md {
    bottom: 5%;
  }
  .pos-b-10pc-md {
    bottom: 10%;
  }
  .pos-b-15pc-md {
    bottom: 15%;
  }
  .pos-b-16pc-md {
    bottom: 16.665%;
  }
  .pos-b-20pc-md {
    bottom: 20%;
  }
  .pos-b-33pc-md {
    bottom: 33.33%;
  }
  .pos-b-66pc-md {
    bottom: 66.67%;
  }
  .pos-b-30pc-md {
    bottom: 30%;
  }
  .pos-b-40pc-md {
    bottom: 40%;
  }
  .pos-b-60pc-md {
    bottom: 60%;
  }
  .pos-b-70pc-md {
    bottom: 70%;
  }
  .pos-b-80pc-md {
    bottom: 80%;
  }
  .pos-b-90pc-md {
    bottom: 90%;
  }
  .pos-pull-left-md {
    float: left;
  }
  .pos-pull-right-md {
    float: right;
  }
  .pos-vert-center-md {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /*    width: 100%;*/
    /*    left: 0;*/
  }
  .pos-vert-hori-center-md {
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /*    width: 100%;*/
  }
  .width-auto-md {
    width: "auto";
  }
  .width-0-md {
    width: 0%;
  }
  .width-10-md {
    width: 10%;
  }
  .width-20-md {
    width: 20%;
  }
  .width-25-md {
    width: 25%;
  }
  .width-30-md {
    width: 30%;
  }
  .width-33-md {
    width: 33.33%;
  }
  .width-40-md {
    width: 40%;
  }
  .width-50-md {
    width: 50%;
  }
  .width-60-md {
    width: 60%;
  }
  .width-70-md {
    width: 70%;
  }
  .width-75-md {
    width: 75%;
  }
  .width-80-md {
    width: 80%;
  }
  .width-90-md {
    width: 90%;
  }
  .width-100-md {
    width: 100%;
  }
  .width-95px-md {
    width: 95px;
  }
}
@media (min-width: 1200px) {
  .pos-b-none-lg {
    bottom: 0px;
  }
  .pos-b-nano-lg {
    bottom: 1px;
  }
  .pos-b-tiny-lg {
    bottom: 2px;
  }
  .pos-b-mini-lg {
    bottom: 3px;
  }
  .pos-b-xxs-lg {
    bottom: 4px;
  }
  .pos-b-xs-lg {
    bottom: 5px;
  }
  .pos-b-xss-lg {
    bottom: 8px;
  }
  .pos-b-s-lg {
    bottom: 10px;
  }
  .pos-b-m-lg {
    bottom: 15px;
  }
  .pos-b-l-lg {
    bottom: 20px;
  }
  .pos-b-xl-lg {
    bottom: 25px;
  }
  .pos-b-xxl-lg {
    bottom: 30px;
  }
  .pos-b-3xl-lg {
    bottom: 35px;
  }
  .pos-b-4xl-lg {
    bottom: 40px;
  }
  .pos-b-5xl-lg {
    bottom: 50px;
  }
  .pos-b-6xl-lg {
    bottom: 60px;
  }
  .pos-b-7xl-lg {
    bottom: 70px;
  }
  .pos-b-8xl-lg {
    bottom: 80px;
  }
  .pos-b-9xl-lg {
    bottom: 90px;
  }
  .pos-b-big-lg {
    bottom: 100px;
  }
  .pos-b-big125-lg {
    bottom: 125px;
  }
  .pos-b-bigger-lg {
    bottom: 150px;
  }
  .pos-b-big2x-lg {
    bottom: 200px;
  }
  .pos-b-mega-lg {
    bottom: 250px;
  }
  .pos-b-big3x-lg {
    bottom: 300px;
  }
  .pos-b-big35x-lg {
    bottom: 350px;
  }
  .pos-b-big4x-lg {
    bottom: 400px;
  }
  .pos-b-big45x-lg {
    bottom: 450px;
  }
  .pos-b-big5x-lg {
    bottom: 500px;
  }
  .pos-b-big55x-lg {
    bottom: 550px;
  }
  .pos-b-big6x-lg {
    bottom: 600px;
  }
  .pos-b-big65x-lg {
    bottom: 650px;
  }
  .pos-b-big7x-lg {
    bottom: 700px;
  }
  .pos-b-big75x-lg {
    bottom: 750px;
  }
  .pos-b-full-lg {
    bottom: 100%;
  }
  .pos-b-half-lg {
    bottom: 50%;
  }
  .pos-b-quarter-lg {
    bottom: 25%;
  }
  .pos-b-third-lg {
    bottom: 33.33%;
  }
  .pos-b-two-third-lg {
    bottom: 66.67%;
  }
  .pos-b-5pc-lg {
    bottom: 5%;
  }
  .pos-b-10pc-lg {
    bottom: 10%;
  }
  .pos-b-15pc-lg {
    bottom: 15%;
  }
  .pos-b-16pc-lg {
    bottom: 16.665%;
  }
  .pos-b-20pc-lg {
    bottom: 20%;
  }
  .pos-b-33pc-lg {
    bottom: 33.33%;
  }
  .pos-b-66pc-lg {
    bottom: 66.67%;
  }
  .pos-b-30pc-lg {
    bottom: 30%;
  }
  .pos-b-40pc-lg {
    bottom: 40%;
  }
  .pos-b-60pc-lg {
    bottom: 60%;
  }
  .pos-b-70pc-lg {
    bottom: 70%;
  }
  .pos-b-80pc-lg {
    bottom: 80%;
  }
  .pos-b-90pc-lg {
    bottom: 90%;
  }
  .pos-pull-left-lg {
    float: left;
  }
  .pos-pull-right-lg {
    float: right;
  }
  .width-auto-lg {
    width: "auto";
  }
  .width-0-lg {
    width: 0%;
  }
  .width-10-lg {
    width: 10%;
  }
  .width-20-lg {
    width: 20%;
  }
  .width-25-lg {
    width: 25%;
  }
  .width-30-lg {
    width: 30%;
  }
  .width-33-lg {
    width: 33.33%;
  }
  .width-40-lg {
    width: 40%;
  }
  .width-50-lg {
    width: 50%;
  }
  .width-60-lg {
    width: 60%;
  }
  .width-70-lg {
    width: 70%;
  }
  .width-75-lg {
    width: 75%;
  }
  .width-80-lg {
    width: 80%;
  }
  .width-90-lg {
    width: 90%;
  }
  .width-100-lg {
    width: 100%;
  }
  .width-95px-lg {
    width: 95px;
  }
}
.bs-light {
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,.5);
}
.bs-light-inset {
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,.5) inset;
}
.ts-light {
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
.bs-box-nav {
  box-shadow: 0px 3px 3px 0 rgba(0,0,0,.2);
}
.bs-box-nav-inset {
  box-shadow: 0px 3px 3px 0 rgba(0,0,0,.2) inset;
}
.ts-box-nav {
  text-shadow: 0px 3px 3px rgba(0,0,0,.2);
}
.bs-box-top {
  box-shadow: 0px 0px 5px 0 rgba(0,0,0,.3);
}
.bs-box-top-inset {
  box-shadow: 0px 0px 5px 0 rgba(0,0,0,.3) inset;
}
.ts-box-top {
  text-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
.bs-box-bottom {
  box-shadow: 0px -3px 3px 0px rgba(0,0,0,.2);
}
.bs-box-bottom-inset {
  box-shadow: 0px -3px 3px 0px rgba(0,0,0,.2) inset;
}
.ts-box-bottom {
  text-shadow: 0px -3px 3px rgba(0,0,0,.2);
}
.bs-xxs {
  box-shadow: 1px 1px 0px 0 rgba(0,0,0,.15);
}
.bs-xxs-inset {
  box-shadow: 1px 1px 0px 0 rgba(0,0,0,.15) inset;
}
.ts-xxs {
  text-shadow: 1px 1px 0px rgba(0,0,0,.15);
}
.bs-xs {
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.15);
}
.bs-xs-inset {
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.15) inset;
}
.ts-xs {
  text-shadow: 1px 1px 2px rgba(0,0,0,.15);
}
.bs-s {
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.35);
}
.bs-s-inset {
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.35) inset;
}
.ts-s {
  text-shadow: 1px 1px 2px rgba(0,0,0,.35);
}
.bs-m {
  box-shadow: 0px 0px 10px 0 rgba(0,0,0,.5);
}
.bs-m-inset {
  box-shadow: 0px 0px 10px 0 rgba(0,0,0,.5) inset;
}
.ts-m {
  text-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
.bs-l-t {
  box-shadow: 0px 200px 125px -50px rgba(0,0,0,.5);
}
.bs-l-t-inset {
  box-shadow: 0px 200px 125px -50px rgba(0,0,0,.5) inset;
}
.ts-l-t {
  text-shadow: 0px 200px 125px rgba(0,0,0,.5);
}
.bs-xl-t {
  box-shadow: 0px 400px 250px -100px rgba(0,0,0,.5);
}
.bs-xl-t-inset {
  box-shadow: 0px 400px 250px -100px rgba(0,0,0,.5) inset;
}
.ts-xl-t {
  text-shadow: 0px 400px 250px rgba(0,0,0,.5);
}
.bs-xl-b {
  box-shadow: 0px -300px 250px -150px rgba(0,0,0,.5);
}
.bs-xl-b-inset {
  box-shadow: 0px -300px 250px -150px rgba(0,0,0,.5) inset;
}
.ts-xl-b {
  text-shadow: 0px -300px 250px rgba(0,0,0,.5);
}
.bs-big-t {
  box-shadow: 0px 800px 400px -200px rgba(0,0,0,.5);
}
.bs-big-t-inset {
  box-shadow: 0px 800px 400px -200px rgba(0,0,0,.5) inset;
}
.ts-big-t {
  text-shadow: 0px 800px 400px rgba(0,0,0,.5);
}
.bs-none {
  box-shadow: none;
}
.shade-tb-50pc-inset, .shade-t-50pc-inset, .shade-b-50pc-inset {
  overflow: hidden;
}
.shade-tb-50pc-inset:before, .shade-t-50pc-inset:before {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 100px;
  top: -100px;
  left: 10%;
  margin-left: 0%;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 500px;
  border-radius: 500px;
  z-index: 1;
}
.shade-tb-50pc-inset:after, .shade-b-50pc-inset:after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 100px;
  bottom: -100px;
  left: 10%;
  margin-left: -25%;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 500px;
  border-radius: 500px;
  z-index: 1;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #014a97;
  font-family: mhi-sub-headlinesub-headline;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 19px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h3, h4 {
  margin-top: 40px;
}
.noMarginTopHeader h3, .noMarginTopHeader h4, h3.noMarginTopHeader, h4.noMarginTopHeader {
  margin-top: 0;
}
p {
  margin: 0 0 15px;
}
a:hover, a:focus {
  text-decoration: none;
}
a:focus {
  outline: none !important;
  color: initial;
}
a:hover {
  color: #0163ca;
}
a {
  color: #014a97;
}
.important {
  color: #014a97;
}
.detail {
  color: #014a97;
}
.name-of-person {
  color: #9ab7d5;
}
.txt-black, .txt-black a, .hover-txt-black:hover, .hover-txt-black:focus {
  color: #000;
}
.txt-a-black a, a.txt-a-black {
  color: #000;
}
a.hover-a-black-important:hover * {
  color: #000 !important;
}
.hover-a-black a:hover {
  color: #000;
}
.hover-i-black:hover i {
  color: #000;
}
.txt-white, .txt-white a, .hover-txt-white:hover, .hover-txt-white:focus {
  color: #FFF;
}
.txt-a-white a, a.txt-a-white {
  color: #FFF;
}
a.hover-a-white-important:hover * {
  color: #FFF !important;
}
.hover-a-white a:hover {
  color: #FFF;
}
.hover-i-white:hover i {
  color: #FFF;
}
.txt-red, .txt-red a, .hover-txt-red:hover, .hover-txt-red:focus {
  color: #ca010b;
}
.txt-a-red a, a.txt-a-red {
  color: #ca010b;
}
a.hover-a-red-important:hover * {
  color: #ca010b !important;
}
.hover-a-red a:hover {
  color: #ca010b;
}
.hover-i-red:hover i {
  color: #ca010b;
}
.txt-green, .txt-green a, .hover-txt-green:hover, .hover-txt-green:focus {
  color: #b4cf60;
}
.txt-a-green a, a.txt-a-green {
  color: #b4cf60;
}
a.hover-a-green-important:hover * {
  color: #b4cf60 !important;
}
.hover-a-green a:hover {
  color: #b4cf60;
}
.hover-i-green:hover i {
  color: #b4cf60;
}
.txt-orange, .txt-orange a, .hover-txt-orange:hover, .hover-txt-orange:focus {
  color: #f08246;
}
.txt-a-orange a, a.txt-a-orange {
  color: #f08246;
}
a.hover-a-orange-important:hover * {
  color: #f08246 !important;
}
.hover-a-orange a:hover {
  color: #f08246;
}
.hover-i-orange:hover i {
  color: #f08246;
}
.txt-base, .txt-base a, .hover-txt-base:hover, .hover-txt-base:focus {
  color: #222;
}
.txt-a-base a, a.txt-a-base {
  color: #222;
}
a.hover-a-base-important:hover * {
  color: #222 !important;
}
.hover-a-base a:hover {
  color: #222;
}
.hover-i-base:hover i {
  color: #222;
}
.txt-brand1, .txt-brand1 a, .hover-txt-brand1:hover, .hover-txt-brand1:focus {
  color: #014a97;
}
.txt-a-brand1 a, a.txt-a-brand1 {
  color: #014a97;
}
a.hover-a-brand1-important:hover * {
  color: #014a97 !important;
}
.hover-a-brand1 a:hover {
  color: #014a97;
}
.hover-i-brand1:hover i {
  color: #014a97;
}
.txt-brand2, .txt-brand2 a, .hover-txt-brand2:hover, .hover-txt-brand2:focus {
  color: #336dac;
}
.txt-a-brand2 a, a.txt-a-brand2 {
  color: #336dac;
}
a.hover-a-brand2-important:hover * {
  color: #336dac !important;
}
.hover-a-brand2 a:hover {
  color: #336dac;
}
.hover-i-brand2:hover i {
  color: #336dac;
}
.txt-brand3, .txt-brand3 a, .hover-txt-brand3:hover, .hover-txt-brand3:focus {
  color: #9ab7d5;
}
.txt-a-brand3 a, a.txt-a-brand3 {
  color: #9ab7d5;
}
a.hover-a-brand3-important:hover * {
  color: #9ab7d5 !important;
}
.hover-a-brand3 a:hover {
  color: #9ab7d5;
}
.hover-i-brand3:hover i {
  color: #9ab7d5;
}
.txt-brand4, .txt-brand4 a, .hover-txt-brand4:hover, .hover-txt-brand4:focus {
  color: #ccc;
}
.txt-a-brand4 a, a.txt-a-brand4 {
  color: #ccc;
}
a.hover-a-brand4-important:hover * {
  color: #ccc !important;
}
.hover-a-brand4 a:hover {
  color: #ccc;
}
.hover-i-brand4:hover i {
  color: #ccc;
}
.txt-brand5, .txt-brand5 a, .hover-txt-brand5:hover, .hover-txt-brand5:focus {
  color: #336dac;
}
.txt-a-brand5 a, a.txt-a-brand5 {
  color: #336dac;
}
a.hover-a-brand5-important:hover * {
  color: #336dac !important;
}
.hover-a-brand5 a:hover {
  color: #336dac;
}
.hover-i-brand5:hover i {
  color: #336dac;
}
.txt-brand6, .txt-brand6 a, .hover-txt-brand6:hover, .hover-txt-brand6:focus {
  color: #0163ca;
}
.txt-a-brand6 a, a.txt-a-brand6 {
  color: #0163ca;
}
a.hover-a-brand6-important:hover * {
  color: #0163ca !important;
}
.hover-a-brand6 a:hover {
  color: #0163ca;
}
.hover-i-brand6:hover i {
  color: #0163ca;
}
.txt-brand7, .txt-brand7 a, .hover-txt-brand7:hover, .hover-txt-brand7:focus {
  color: #4986c9;
}
.txt-a-brand7 a, a.txt-a-brand7 {
  color: #4986c9;
}
a.hover-a-brand7-important:hover * {
  color: #4986c9 !important;
}
.hover-a-brand7 a:hover {
  color: #4986c9;
}
.hover-i-brand7:hover i {
  color: #4986c9;
}
.txt-brand8, .txt-brand8 a, .hover-txt-brand8:hover, .hover-txt-brand8:focus {
  color: #bed1e4;
}
.txt-a-brand8 a, a.txt-a-brand8 {
  color: #bed1e4;
}
a.hover-a-brand8-important:hover * {
  color: #bed1e4 !important;
}
.hover-a-brand8 a:hover {
  color: #bed1e4;
}
.hover-i-brand8:hover i {
  color: #bed1e4;
}
.txt-brand9, .txt-brand9 a, .hover-txt-brand9:hover, .hover-txt-brand9:focus {
  color: #e6e6e6;
}
.txt-a-brand9 a, a.txt-a-brand9 {
  color: #e6e6e6;
}
a.hover-a-brand9-important:hover * {
  color: #e6e6e6 !important;
}
.hover-a-brand9 a:hover {
  color: #e6e6e6;
}
.hover-i-brand9:hover i {
  color: #e6e6e6;
}
.txt-brand10, .txt-brand10 a, .hover-txt-brand10:hover, .hover-txt-brand10:focus {
  color: #4986c9;
}
.txt-a-brand10 a, a.txt-a-brand10 {
  color: #4986c9;
}
a.hover-a-brand10-important:hover * {
  color: #4986c9 !important;
}
.hover-a-brand10 a:hover {
  color: #4986c9;
}
.hover-i-brand10:hover i {
  color: #4986c9;
}
.txt-brand1-1, .txt-brand1-1 a, .hover-txt-brand1-1:hover, .hover-txt-brand1-1:focus {
  color: #c1d14b;
}
.txt-a-brand1-1 a, a.txt-a-brand1-1 {
  color: #c1d14b;
}
a.hover-a-brand1-1-important:hover * {
  color: #c1d14b !important;
}
.hover-a-brand1-1 a:hover {
  color: #c1d14b;
}
.hover-i-brand1-1:hover i {
  color: #c1d14b;
}
.txt-brand1-2, .txt-brand1-2 a, .hover-txt-brand1-2:hover, .hover-txt-brand1-2:focus {
  color: #00b1c1;
}
.txt-a-brand1-2 a, a.txt-a-brand1-2 {
  color: #00b1c1;
}
a.hover-a-brand1-2-important:hover * {
  color: #00b1c1 !important;
}
.hover-a-brand1-2 a:hover {
  color: #00b1c1;
}
.hover-i-brand1-2:hover i {
  color: #00b1c1;
}
.txt-brand1-3, .txt-brand1-3 a, .hover-txt-brand1-3:hover, .hover-txt-brand1-3:focus {
  color: #00bfd1;
}
.txt-a-brand1-3 a, a.txt-a-brand1-3 {
  color: #00bfd1;
}
a.hover-a-brand1-3-important:hover * {
  color: #00bfd1 !important;
}
.hover-a-brand1-3 a:hover {
  color: #00bfd1;
}
.hover-i-brand1-3:hover i {
  color: #00bfd1;
}
.txt-brand1-4, .txt-brand1-4 a, .hover-txt-brand1-4:hover, .hover-txt-brand1-4:focus {
  color: #00cde0;
}
.txt-a-brand1-4 a, a.txt-a-brand1-4 {
  color: #00cde0;
}
a.hover-a-brand1-4-important:hover * {
  color: #00cde0 !important;
}
.hover-a-brand1-4 a:hover {
  color: #00cde0;
}
.hover-i-brand1-4:hover i {
  color: #00cde0;
}
.txt-gray-darker, .txt-gray-darker a, .hover-txt-gray-darker:hover, .hover-txt-gray-darker:focus {
  color: #222;
}
.txt-a-gray-darker a, a.txt-a-gray-darker {
  color: #222;
}
a.hover-a-gray-darker-important:hover * {
  color: #222 !important;
}
.hover-a-gray-darker a:hover {
  color: #222;
}
.hover-i-gray-darker:hover i {
  color: #222;
}
.txt-gray-dark, .txt-gray-dark a, .hover-txt-gray-dark:hover, .hover-txt-gray-dark:focus {
  color: #333;
}
.txt-a-gray-dark a, a.txt-a-gray-dark {
  color: #333;
}
a.hover-a-gray-dark-important:hover * {
  color: #333 !important;
}
.hover-a-gray-dark a:hover {
  color: #333;
}
.hover-i-gray-dark:hover i {
  color: #333;
}
.txt-gray, .txt-gray a, .hover-txt-gray:hover, .hover-txt-gray:focus {
  color: #939393;
}
.txt-a-gray a, a.txt-a-gray {
  color: #939393;
}
a.hover-a-gray-important:hover * {
  color: #939393 !important;
}
.hover-a-gray a:hover {
  color: #939393;
}
.hover-i-gray:hover i {
  color: #939393;
}
.txt-gray-medium, .txt-gray-medium a, .hover-txt-gray-medium:hover, .hover-txt-gray-medium:focus {
  color: #ccc;
}
.txt-a-gray-medium a, a.txt-a-gray-medium {
  color: #ccc;
}
a.hover-a-gray-medium-important:hover * {
  color: #ccc !important;
}
.hover-a-gray-medium a:hover {
  color: #ccc;
}
.hover-i-gray-medium:hover i {
  color: #ccc;
}
.txt-gray-light, .txt-gray-light a, .hover-txt-gray-light:hover, .hover-txt-gray-light:focus {
  color: #babbbd;
}
.txt-a-gray-light a, a.txt-a-gray-light {
  color: #babbbd;
}
a.hover-a-gray-light-important:hover * {
  color: #babbbd !important;
}
.hover-a-gray-light a:hover {
  color: #babbbd;
}
.hover-i-gray-light:hover i {
  color: #babbbd;
}
.txt-gray-lighter, .txt-gray-lighter a, .hover-txt-gray-lighter:hover, .hover-txt-gray-lighter:focus {
  color: #e2e2e2;
}
.txt-a-gray-lighter a, a.txt-a-gray-lighter {
  color: #e2e2e2;
}
a.hover-a-gray-lighter-important:hover * {
  color: #e2e2e2 !important;
}
.hover-a-gray-lighter a:hover {
  color: #e2e2e2;
}
.hover-i-gray-lighter:hover i {
  color: #e2e2e2;
}
.txt-gray-very-lighter, .txt-gray-very-lighter a, .hover-txt-gray-very-lighter:hover, .hover-txt-gray-very-lighter:focus {
  color: #f2f2f2;
}
.txt-a-gray-very-lighter a, a.txt-a-gray-very-lighter {
  color: #f2f2f2;
}
a.hover-a-gray-very-lighter-important:hover * {
  color: #f2f2f2 !important;
}
.hover-a-gray-very-lighter a:hover {
  color: #f2f2f2;
}
.hover-i-gray-very-lighter:hover i {
  color: #f2f2f2;
}
.txt-transparent, .txt-transparent a, .hover-txt-transparent:hover, .hover-txt-transparent:focus {
  color: transparent;
}
.txt-a-transparent a, a.txt-a-transparent {
  color: transparent;
}
a.hover-a-transparent-important:hover * {
  color: transparent !important;
}
.hover-a-transparent a:hover {
  color: transparent;
}
.hover-i-transparent:hover i {
  color: transparent;
}
.txt-plus, .txt-plus a, .hover-txt-plus:hover, .hover-txt-plus:focus {
  color: #b4cf60;
}
.txt-a-plus a, a.txt-a-plus {
  color: #b4cf60;
}
a.hover-a-plus-important:hover * {
  color: #b4cf60 !important;
}
.hover-a-plus a:hover {
  color: #b4cf60;
}
.hover-i-plus:hover i {
  color: #b4cf60;
}
.txt-minus, .txt-minus a, .hover-txt-minus:hover, .hover-txt-minus:focus {
  color: #f97171;
}
.txt-a-minus a, a.txt-a-minus {
  color: #f97171;
}
a.hover-a-minus-important:hover * {
  color: #f97171 !important;
}
.hover-a-minus a:hover {
  color: #f97171;
}
.hover-i-minus:hover i {
  color: #f97171;
}
.txt-header {
  font-family: mhi-sub-headlinesub-headline;
}
.txt-default {
  font-family: 'Open Sans', sans-serif;
}
.txt-special-1 {
  font-family: "mhi-headlineheadline";
}
.txt-special-2 {
  font-family: "mhi-sub-headlinesub-headline";
}
.txt-tiny {
  font-size: 10px;
}
.hover-txt-tiny:hover {
  font-size: 10px;
}
.txt-xs {
  font-size: 11px;
}
.hover-txt-xs:hover {
  font-size: 11px;
}
.txt-s {
  font-size: 13px;
}
.hover-txt-s:hover {
  font-size: 13px;
}
.txt-m {
  font-size: 15px;
}
.hover-txt-m:hover {
  font-size: 15px;
}
.txt-l {
  font-size: 18px;
}
.hover-txt-l:hover {
  font-size: 18px;
}
.txt-xl {
  font-size: 20px;
}
.hover-txt-xl:hover {
  font-size: 20px;
}
.txt-xxl {
  font-size: 24px;
}
.hover-txt-xxl:hover {
  font-size: 24px;
}
.txt-xxxl {
  font-size: 30px;
}
.hover-txt-xxxl:hover {
  font-size: 30px;
}
.txt-2xl {
  font-size: 34px;
}
.hover-txt-2xl:hover {
  font-size: 34px;
}
.txt-3xl {
  font-size: 36px;
}
.hover-txt-3xl:hover {
  font-size: 36px;
}
.txt-4xl {
  font-size: 42px;
}
.hover-txt-4xl:hover {
  font-size: 42px;
}
.txt-5xl {
  font-size: 50px;
}
.hover-txt-5xl:hover {
  font-size: 50px;
}
.txt-55xl {
  font-size: 55px;
}
.hover-txt-55xl:hover {
  font-size: 55px;
}
.txt-6xl {
  font-size: 60px;
}
.hover-txt-6xl:hover {
  font-size: 60px;
}
.txt-7xl {
  font-size: 70px;
}
.hover-txt-7xl:hover {
  font-size: 70px;
}
.txt-8xl {
  font-size: 80px;
}
.hover-txt-8xl:hover {
  font-size: 80px;
}
.txt-9xl {
  font-size: 90px;
}
.hover-txt-9xl:hover {
  font-size: 90px;
}
.txt-lh-none {
  line-height: 0;
}
.txt-lh-tiny {
  line-height: 0.7;
}
.txt-lh-xs {
  line-height: 0.8;
}
.txt-lh-s {
  line-height: 0.9;
}
.txt-lh-n {
  line-height: normal;
}
.txt-lh-m {
  line-height: 1;
}
.txt-lh-l {
  line-height: 1.2;
}
.txt-lh-xl {
  line-height: 1.3;
}
.txt-lh-xxl {
  line-height: 1.4;
}
.txt-lh-3xl {
  line-height: 1.5;
}
.txt-lh-4xl {
  line-height: 1.6;
}
.txt-lh-5xl {
  line-height: 1.8;
}
.txt-lh-6xl {
  line-height: 2;
}
.txt-lh-7xl {
  line-height: 2.2;
}
.txt-lh-8xl {
  line-height: 2.4;
}
.txt-italic {
  font-style: italic;
}
.txt-line-through {
  text-decoration: line-through;
}
.txt-overline {
  text-decoration: overline;
}
.txt-underline {
  text-decoration: underline;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.txt-justify {
  text-align: justify;
}
.txt-upper {
  text-transform: uppercase;
}
.txt-lower {
  text-transform: lowercase;
}
.txt-cap {
  text-transform: capitalize;
}
.txt-normal {
  font-weight: normal;
}
.hover-txt-normal:hover {
  font-weight: normal;
}
.txt-bold {
  font-weight: bold;
}
.hover-txt-bold:hover {
  font-weight: bold;
}
.txt-w100 {
  font-weight: 100;
}
.hover-txt-w100:hover {
  font-weight: 100;
}
.txt-w200 {
  font-weight: 200;
}
.hover-txt-w200:hover {
  font-weight: 200;
}
.txt-w300 {
  font-weight: 300;
}
.hover-txt-w300:hover {
  font-weight: 300;
}
.txt-w400 {
  font-weight: 400;
}
.hover-txt-w400:hover {
  font-weight: 400;
}
.txt-w500 {
  font-weight: 500;
}
.hover-txt-w500:hover {
  font-weight: 500;
}
.txt-w600 {
  font-weight: 600;
}
.hover-txt-w600:hover {
  font-weight: 600;
}
.txt-w700 {
  font-weight: 700;
}
.hover-txt-w700:hover {
  font-weight: 700;
}
.txt-w800 {
  font-weight: 800;
}
.hover-txt-w800:hover {
  font-weight: 800;
}
.txt-w900 {
  font-weight: 900;
}
.hover-txt-w900:hover {
  font-weight: 900;
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
  .txt-tiny-sm {
    font-size: 10px;
  }
  .txt-xs-sm {
    font-size: 11px;
  }
  .txt-s-sm {
    font-size: 13px;
  }
  .txt-m-sm {
    font-size: 15px;
  }
  .txt-l-sm {
    font-size: 18px;
  }
  .txt-xl-sm {
    font-size: 20px;
  }
  .txt-xxl-sm {
    font-size: 24px;
  }
  .txt-xxxl-sm {
    font-size: 30px;
  }
  .txt-2xl-sm {
    font-size: 34px;
  }
  .txt-3xl-sm {
    font-size: 36px;
  }
  .txt-4xl-sm {
    font-size: 42px;
  }
  .txt-5xl-sm {
    font-size: 50px;
  }
  .txt-55xl-sm {
    font-size: 55px;
  }
  .txt-6xl-sm {
    font-size: 60px;
  }
  .txt-7xl-sm {
    font-size: 70px;
  }
  .txt-8xl-sm {
    font-size: 80px;
  }
  .txt-9xl-sm {
    font-size: 90px;
  }
  .txt-left-sm {
    text-align: left;
  }
  .txt-right-sm {
    text-align: right;
  }
  .txt-center-sm {
    text-align: center;
  }
  .txt-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .txt-tiny-md {
    font-size: 10px;
  }
  .txt-xs-md {
    font-size: 11px;
  }
  .txt-s-md {
    font-size: 13px;
  }
  .txt-m-md {
    font-size: 15px;
  }
  .txt-l-md {
    font-size: 18px;
  }
  .txt-xl-md {
    font-size: 20px;
  }
  .txt-xxl-md {
    font-size: 24px;
  }
  .txt-xxxl-md {
    font-size: 30px;
  }
  .txt-2xl-md {
    font-size: 34px;
  }
  .txt-3xl-md {
    font-size: 36px;
  }
  .txt-4xl-md {
    font-size: 42px;
  }
  .txt-5xl-md {
    font-size: 50px;
  }
  .txt-55xl-md {
    font-size: 55px;
  }
  .txt-6xl-md {
    font-size: 60px;
  }
  .txt-7xl-md {
    font-size: 70px;
  }
  .txt-8xl-md {
    font-size: 80px;
  }
  .txt-9xl-md {
    font-size: 90px;
  }
  .txt-left-md {
    text-align: left;
  }
  .txt-right-md {
    text-align: right;
  }
  .txt-center-md {
    text-align: center;
  }
  .txt-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .txt-tiny-lg {
    font-size: 10px;
  }
  .txt-xs-lg {
    font-size: 11px;
  }
  .txt-s-lg {
    font-size: 13px;
  }
  .txt-m-lg {
    font-size: 15px;
  }
  .txt-l-lg {
    font-size: 18px;
  }
  .txt-xl-lg {
    font-size: 20px;
  }
  .txt-xxl-lg {
    font-size: 24px;
  }
  .txt-xxxl-lg {
    font-size: 30px;
  }
  .txt-2xl-lg {
    font-size: 34px;
  }
  .txt-3xl-lg {
    font-size: 36px;
  }
  .txt-4xl-lg {
    font-size: 42px;
  }
  .txt-5xl-lg {
    font-size: 50px;
  }
  .txt-55xl-lg {
    font-size: 55px;
  }
  .txt-6xl-lg {
    font-size: 60px;
  }
  .txt-7xl-lg {
    font-size: 70px;
  }
  .txt-8xl-lg {
    font-size: 80px;
  }
  .txt-9xl-lg {
    font-size: 90px;
  }
  .txt-left-lg {
    text-align: left;
  }
  .txt-right-lg {
    text-align: right;
  }
  .txt-center-lg {
    text-align: center;
  }
  .txt-justify-lg {
    text-align: justify;
  }
}
.tf-scale-1 {
  transform: scale(1);
}
.tf-scale-90pc {
  transform: scale(.9);
}
.tf-scale-120pc {
  transform: scale(1.2);
}
.tf-translate-up {
  -webkit-transform: translate(0px, 0%);
  -moz-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  -o-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}
.tf-translate-down {
  -webkit-transform: translate(0px, 100%);
  -moz-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  -o-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}
.letter-spacing-05em {
  letter-spacing: 0.05em;
}
.align-right {
  text-align: right;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
  margin-bottom: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.webkit-anti-aliasing {
  -webkit-transform: rotate(360deg);
}
.txt-overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.popover-content {
  min-width: 200px;
}
.hyphens {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.d-block, .hover-show:hover, a:hover .hover-show {
  display: block;
}
.d-iblock {
  display: inline-block;
}
.d-none, .hover-hide:hover, a:hover .hover-hide {
  display: none;
}
.list-navigation {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
.list-horizontal {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-horizontal li {
  display: inline-block;
  position: relative;
}
.list-horizontal a:hover {
  text-decoration: none;
}
.list-intended-vertical {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 20px;
}
.overflow-hidden {
  overflow: hidden;
  -ms-overflow-style: hidden;
}
.overflow-auto {
  overflow: auto;
  -ms-overflow-style: auto;
}
.overflow-y-auto {
  overflow-y: auto;
  -ms-overflow-y-style: auto;
}
/*.touch .wow {
    opacity: 1 !important;
}*/
.wow.animated {
  opacity: 1;
}
.wow.fadeInUp {
  /*    visibility: hidden; */
}
/*.touch .hover-op-50 {
    opacity: 0.5;
}
.touch .hover-op-full {
    opacity: 1;
}*/
.visiblity-hidden {
  visibility: hidden;
}
.overlayBG {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.overlayBG.white {
  background-color: #fff;
  opacity: 0.2;
}
.overlayBG.transparent {
  background-color: transparent;
  opacity: 0.2;
}
.ajax-container-overlay {
  position: relative;
}
.cc_container {
  background-color: #000 !important;
}
.cc_container .cc_btn {
  background-color: #fff !important;
  color: #000 !important;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  background-color: #e6e6e6 !important;
}
.cc_more_info {
  color: #babbbd !important;
}
.cc_container a.cc_more_info:hover, .cc_container a.cc_more_info:active {
  color: #fff !important;
}
.cc_message {
  color: #fff !important;
}
.cc_message::selection {
  color: #000;
  background: #fff !important;
}
.cc_message::-moz-selection {
  color: #000;
  background: #fff !important;
}
#product-detail table {
  margin-bottom: 30px;
}
#product-detail table > thead > tr > th:first-child, #product-detail table > thead > tr > td:first-child, #product-detail table > tbody > tr > th:first-child, #product-detail table > tbody > tr > td:first-child, #product-detail table > tfoot > tr > th:first-child, #product-detail table > tfoot > tr > td:first-child {
  padding: 2px 0;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: none;
  width: 40%;
  font-weight: bold;
}
#product-detail table > thead > tr > th, #product-detail table > thead > tr > td, #product-detail table > tbody > tr > th, #product-detail table > tbody > tr > td, #product-detail table > tfoot > tr > th, #product-detail table > tfoot > tr > td {
  padding: 2px 15px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: none;
  /*        width: 40%;*/
}
#product-detail table > thead > tr > th, #product-detail table > thead > tr > th:first-child {
  vertical-align: bottom;
  border-bottom: none;
  font-weight: 900;
  font-size: 20px;
  color: #014a97;
}
table.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table.table > thead > tr > th, table.table > thead > tr > td, table.table > tbody > tr > th, table.table > tbody > tr > td, table.table > tfoot > tr > th, table.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  /*        border-bottom: 1px solid $table-border-color;*/
  padding: 5px;
}
table.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table.table > caption + thead > tr:first-child > th, table.table > caption + thead > tr:first-child > td, table.table > colgroup + thead > tr:first-child > th, table.table > colgroup + thead > tr:first-child > td, table.table > thead:first-child > tr:first-child > th, table.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table.table table.table {
  background-color: #fff;
}
.cursorPointer {
  cursor: pointer;
}
.js-success-hidden {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
}
.js-success-hidden h4 {
  margin: 0;
  font-weight: 100;
}
.video-outer {
  background-color: #f2f2f2;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.video-inner {
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
::selection {
  color: #fff;
  background: #014a97;
}
::-moz-selection {
  color: #fff;
  background: #014a97;
}
/*.loading {
    height: 0;
    width: 0;
    overflow: hidden;
    position: relative;
}*/
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
body {
  color: #222;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  font-weight: 400;
}
body .site {
  padding-top: 50px;
  /*    background: #eaeaea url("../../images/bg_body.jpg") repeat scroll left top;*/
  /*    background: #ffffff;*/
}
.gm-style-iw {
  min-width: 220px !important;
  color: #000000;
}
.dim-google-map-height {
  height: 600px;
}
.approach-inner {
  text-align: center;
  margin-left: 15px;
}
.logo a {
  margin: 0 auto;
}
.logo {
  margin: 0 0 0;
  position: absolute;
}
.logo img {
  width: 140px;
  height: auto;
}
.logo-small {
  display: none;
}
#logo-header-white {
  opacity: 0;
}
body #landingPage.site {
  padding-top: 0;
}
/***************************************
Tablet
***************************************/
@media (min-width: 768px) {
  /*    #slide-nav.navbar-fixed-top.fixed-small #topNav {
        display: none;
    }*/
  /*    #slide-nav.navbar-fixed-top.fixed-large {
        position: absolute;
        width: 100%;
    }
    #slide-nav.navbar-fixed-top.fixed-small-top {
        top: -100%;
        position: absolute;
    }*/
  /*    #onePager .fixed-small {
        top: $9-fixed-small-sm;
    }*/
  #onePager #logo-header {
    opacity: 0;
  }
  #onePager #logo-header-white {
    opacity: 1;
  }
  #onePager .logoSmall #logo-header {
    opacity: 1;
  }
  #onePager .logoSmall #logo-header-white {
    opacity: 0;
  }
  #onePager .fixed-large .navbar-border-bottom {
    border-bottom: 1px solid transparent;
  }
  #onePager .fixed-large #openingTimesHeader {
    color: #fff;
  }
  #slide-nav.navbar-fixed-top.fixed-small {
    position: fixed;
  }
  .logo {
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  body .site {
    padding-top: 220px;
  }
  .fixed-small {
    top: 0px;
  }
  .logo-small {
    display: block;
  }
  .logo {
    /*        position: absolute;*/
    margin: 0 0 0;
  }
  .logo.logoSmall {
    margin: -15px 0 0;
  }
  .logo img {
    width: 370px;
    height: auto;
    /*        transition: all 0.2s ease-in 0s;*/
  }
  .logo img.logoSmallImg {
    width: 200px;
  }
  #onePager .logo img.logoSmallImg {
    width: 200px;
  }
  #onePager .logo img {
    width: 370px;
  }
  body #onePager.site {
    padding-top: 0;
  }
  #onePager .fixed-large .outerMainNav > .bg-white, #onePager .fixed-large.bg-white {
    background-color: transparent;
  }
  #onePager .fixed-large #topNav * {
    color: #fff;
  }
  #onePager .fixed-large #topNav a:hover, #onePager .fixed-large #topNav a:hover *, #onePager .fixed-large #topNav a:focus {
    color: #ccc;
  }
  #onePager .fixed-large.navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  #onePager .fixed-large.navbar-default .navbar-nav > li > a:hover, #onePager .fixed-large.navbar-default .navbar-nav > li > a:focus, #onePager .fixed-large.navbar-default .navbar-nav > li > a.home {
    color: #fff;
  }
  #onePager .fixed-large.navbar-default #box-cart, #onePager .fixed-large.navbar-default #box-cart i {
    color: #fff;
  }
  #onePager .fixed-large.navbar-default #box-cart .js-quantity-outer.bg-brand1 {
    background-color: #fff;
    color: #014a97;
  }
}
/***************************************
Desktop
***************************************/
@media (min-width: 992px) {
  body .site {
    padding-top: 220px;
  }
  .fixed-small {
    top: 0px;
  }
  .logo {
    /*        position: absolute;*/
    margin: 0 0 0;
  }
  .logo.logoSmall {
    margin: -15px 0 0;
  }
  .logo img {
    width: 370px;
    height: auto;
  }
  #onePager .logo img {
    width: 370px;
  }
  .logo img.logoSmallImg {
    width: 200px;
  }
  #onePager .logo img.logoSmallImg {
    width: 200px;
  }
}
/***************************************
Large Desktop
***************************************/
@media (min-width: 1200px) {
  body .site {
    padding-top: 220px;
  }
  .fixed-small {
    top: 0px;
  }
  .logo img {
    width: 370px;
    height: auto;
  }
  #onePager .logo img {
    width: 370px;
  }
  .logo img.logoSmallImg {
    width: 200px;
  }
  #onePager .logo img.logoSmallImg {
    width: 200px;
  }
  .logo {
    /*        position: absolute;*/
    margin: 0 0 0;
  }
  .logo.logoSmall {
    margin: -15px 0 0;
  }
}
/*//
// layout
// --------------------------------------------------*/
/*******************************
Meine Navbar
*******************************/
#navFoot li a {
  padding: 0 5px;
}
#navFoot li {
  border-right: 1px solid #babbbd;
}
#navFoot li:last-child {
  border-right: none;
}
.dropdown-menu .menu-icon {
  display: none;
}
.navbar-default {
  border: none;
}
.navbar-border-bottom {
  border-bottom: 3px solid #014a97;
}
a.navbar-brand {
  padding: 0;
}
.navbar > .container .navbar-brand {
  margin-left: 0;
}
.right-caret:after, .left-caret:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
  margin-left: 4px;
  position: relative;
}
.right-caret:after {
  border-top: 5px solid #014a97;
}
.left-caret:after {
  border-top: 5px solid #014a97;
}
.navbar {
  width: auto;
  margin: 0 auto;
}
/*******************************
Navbar Ende
*******************************/
/*.navbar-collapse.collapse {
    border-radius: 4px;
}*/
/*********************************************
Top Navigation Anfang
*********************************************/
#topNav #pageNav > li > a:hover, #topNav #socialNav a:hover, #bottom .nav > li > a:hover {
  /*    color: $9-color-2;*/
  background-color: transparent;
}
#topNav #pageNav a {
  color: #fff;
  font-weight: normal;
}
#topNav #pageNav li {
  border-left: 1px solid #fff;
}
#topNav #pageNav li.first {
  border-left: none;
}
#topNav .nav > li > a:hover, #topNav .nav > li > a:focus {
  background-color: transparent;
  border-bottom: 1px solid #fff;
}
#topNav .nav > li.active > a {
  border-bottom: 1px solid #fff;
}
#topNav .nav > li > a {
  padding: 0;
}
#topNav .nav > li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}
#topNav .nav > li.first {
  padding-left: 0;
}
/*********************************************
Top Navigation ENDE
*********************************************/
/*********************************************
Footer Navigation Anfang
*********************************************/
#bottom a {
  font-weight: normal;
}
#bottom li {
  /*    border-left: 1px solid @gray-light;*/
}
#bottom li.first {
  /*    border-left: none;*/
}
#bottom .nav > li > a {
  padding: 0;
}
#bottom .nav > li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}
#bottom .nav > li.first {
  padding-left: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background-color: #014a97;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #fff;
  font-weight: normal;
}
/*#onePager .navbar-default.fixed-large .navbar-nav > .active > a, #onePager .navbar-default.fixed-large .navbar-nav > .active > a:hover, #onePager .navbar-defaultfixed-large .navbar-nav > .active > a:focus {
    color: $9-color-1;
}
#onePager .navbar-default.fixed-large .navbar-nav > li > a:hover {
    color: $9-color-1;
}
#onePager .navbar-default.fixed-large .navbar-nav > li > a, 
#onePager .navbar-default.fixed-large #topNav a {
    color: #fff;
}
#onePager .navbar-default.fixed-large #topNav a:hover {
    color: $9-color-1;
}*/
.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 {
  background-color: transparent;
  color: #fff;
  font-weight: normal;
}
/*********************************************
Footer Navigation ENDE
*********************************************/
/********************************
Sub-Navigation auf Unterseiten
********************************/
#nav-sub {
  /*        padding: 0px 10px 5px;*/
  /*    background-color:$9-nav-sub-background-color;*/
  color: #222;
  /*        border-radius: 0;*/
  list-style: none;
  /*        border: 1px solid @dropdown-fallback-border; // IE8 fallback
    border: 1px solid @dropdown-border;*/
  /*        .box-shadow(0 1px 2px rgba(0, 0, 0, 0.3));*/
  border-radius: 0;
  background-clip: padding-box;
  overflow: hidden;
  margin-top: 0;
}
#nav-sub li:before {
  color: #adadad;
  font-weight: 100;
  content: "";
}
#nav-sub #nav-sub-titel h3 {
  font-size: 1.2em;
  color: #fff;
  background-color: #014a97;
  margin: 0;
  padding: 10px 10px;
  font-weight: normal;
}
#nav-sub .level-1 a {
  color: #222;
  display: block;
  font-size: 18px;
  font-weight: 100;
}
#nav-sub .level-1 a:hover, #nav-sub .level-1 a:focus {
  text-decoration: none;
  color: #014a97;
  /*        background-color: $9-color-1;*/
}
#nav-sub .level-1 a:focus.bottom-caret:after {
  border-top: 5px solid #fff;
}
#nav-sub ul.level-1 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  padding-left: 20px;
}
#nav-sub ul.level-1 > li.level-1.subLevel:before {
  content: "";
}
#nav-sub ul.level-2 {
  padding: 0px 0px 0px 17px;
  margin: 0;
}
#nav-sub li.level-1:hover > a {
  color: #014a97;
  /*        background-color: $9-color-1;*/
  transition: color 0.1s ease-out 0s;
}
#nav-sub li.level-1:hover:before, #nav-sub li.level-1.active:before {
  content: "";
  color: #014a97;
  transition: color 0.1s ease-out 0s;
}
#nav-sub li.level-2:hover > a {
  color: #014a97;
  /*        background-color: $9-color-1;*/
  transition: color 0.1s ease-out 0s;
}
#nav-sub li.level-2:hover:before, #nav-sub li.level-2.active:before {
  content: "";
  color: #014a97;
  transition: color 0.1s ease-out 0s;
}
#nav-sub li.active a.accordion-toggle {
  color: #014a97;
}
#nav-sub li.active > a {
  color: #014a97;
  /*    font-weight: bold;*/
  /*        background-color: $9-color-1;*/
}
#nav-sub li.active .panel-title > a {
  color: #014a97;
}
#nav-sub li.level-1:last-child {
  border-bottom: none;
}
#nav-sub li.level-1 {
  border-bottom: 1px dotted #014a97;
  padding-top: 4px;
  padding-bottom: 4px;
}
#nav-sub li {
  /*        padding: 2px 5px;*/
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#nav-sub li a {
  padding: 2px 0px;
  /*    font-weight: bold;*/
}
#nav-sub li:before {
  padding: 6px 0px 2px 0;
}
#nav-sub li.level-2:before {
  padding: 0px 0px 2px 0;
}
#nav-sub .panel-title {
  font-size: 18px;
}
#nav-sub .panel-title a {
  position: relative;
}
#nav-sub .level-2 a {
  font-size: 0.9em;
  /*    color: #999;*/
}
#nav-sub .panel {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
#nav-sub .panel-heading {
  border: none;
  color: #fff;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
#nav-sub #accordion .in.panel, #nav-sub #accordion .out.panel {
  background-color: transparent;
}
#nav-sub .panel-body {
  padding: 0;
  border: none;
}
/********************************
Sub-Navigation auf Unterseiten Ende
********************************/
.dropdown-menu {
  border-radius: 0;
  padding: 0;
  background-color: #014a97;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #9ab7d5;
  color: #fff;
}
.dropdown-menu > li > a {
  transform-origin: 50% 50% 0;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: rgba(255, 255, 255, 0);
  color: #222;
  border-bottom: 0px dotted #fff;
  padding: 8px 15px;
}
.dropdown-menu > li:last-child > a {
  border-bottom: none;
}
#mainnavigation {
  letter-spacing: 0.1em;
}
#mainnavigation .dropdown-menu > li > a, #mainnavigation .dropdown-menu .level-2 > li > a {
  line-height: 1.5em;
}
#mainnavigation .dropdown-menu .level-2 > li > a {
  padding: 6px 16px 6px 30px;
  display: block;
  color: #939393;
}
#mainnavigation .dropdown-menu .level-2 > li > a:hover, #mainnavigation .dropdown-menu .level-2 > li > a:focus {
  color: #fff;
  background-color: #014a97;
}
#mainnavigation .dropdown-menu .level-2 > li.active > a {
  color: #fff;
  background-color: #014a97;
}
#mainnavigation {
  /*        float: left;*/
  /*        margin-top: 0px;
        margin-bottom: 0px;
        position: absolute;
        left: 0;
        bottom: 0px;*/
  /*
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%); 
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); 
        -o-transform: translateY(-50%); */
  position: absolute;
  bottom: 0px;
  transition: all 0.2s ease-out 0s;
}
.fixed-small #mainnavigation {
  bottom: 0;
}
/*Tablet*/
@media (min-width: 768px) {
  /*    #onePager .navbar-default.fixed-large .navbar-nav > .dropdown > a .caret {
        border-bottom-color: #fff;
        border-top-color: #fff;
    }
    #onePager .navbar-default.fixed-large .navbar-nav > .active.dropdown > a .caret {
        border-bottom-color: #fff;
        border-top-color: #fff;
    }*/
  /*    #onePager .navbar-default {
        background-color: transparent;
    }
    #onePager .navbar-default.fixed-small {
        background-color: $9-navbar-outer-transparent-background-color;
    }*/
  /*    #mainnavigation .dropdown-menu > li:first-child > a {
        font-size: $9-navbar-a-size-sm;
        background-color: $9-color-1;
        color: #fff;
    }*/
  /*    .nav-underline {
        margin-top: 3px;
        background-color: $9-navbar-a-hover-color;
        height: 1px;
        display: block;
        width: 0;
        transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    }
    .navbar-default .navbar-nav > li:hover .nav-underline, .navbar-default .navbar-nav > li:focus .nav-underline,
    .navbar-default .navbar-nav > .active .nav-underline{
        width: 100%;
    }*/
  #onePager .navbar-default .navbar-nav > li > a.home {
    color: #fff;
    background-color: #014a97;
    font-weight: 600;
  }
  .navbar-default {
    background-color: #fff;
  }
  .navbar-default.fixed-small {
    background-color: #fff;
  }
  #topNav li {
    border-right: 1px solid #939393;
  }
  #topNav li:last-child {
    border-right: none;
  }
  #topNav li a {
    padding: 0 10px;
  }
  #innerMainNav {
    position: relative;
    height: 220px;
    transition: all 0.2s ease-out 0s;
  }
  .fixed-small #innerMainNav {
    height: 140px;
  }
  #mainnavigation .navbar-nav > li:last-child {
    margin-right: 0px;
  }
  #mainnavigation .navbar-nav > li {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    display: inline-block;
  }
  .navbar-default {
    background-color: #fff;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #fff;
  }
  .mainnavigation-inner {
    /*        transition: all 0.2s ease-out 0s;*/
    padding-top: 0px;
  }
  .fixed-small #mainnavigation {
    /*        bottom: 0px;*/
  }
  #mainnavigation {
    /*        float: left;
        margin-top: 0px;
        margin-bottom: 0px;
        position: absolute;
        left: 0;
        bottom: 15px;*/
    transition: all 0.2s ease-out 0s;
  }
  #mainnavigation .level-2 {
    margin: 10px 10px 10px 10px;
  }
  #mainnavigation .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 19px;
    padding: 8px 10px;
    /*        font-weight: bold;*/
  }
  #mainnavigation .dropdown-menu > li > a, #mainnavigation .dropdown-menu .level-2 > li > a {
    font-size: 12px;
    font-weight: 400;
  }
  .navbar-nav > li:last-child > a {
    margin-right: 0;
    padding-right: 0;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #014a97;
    color: #fff;
    font-weight: 600;
    /*        border-bottom: 1px solid #fff;*/
  }
  .navbar-default .navbar-nav > li > a {
    border: 0;
    border-bottom: 0;
    color: #222;
    /*        border-bottom: 1px solid transparent;*/
    background-color: transarent;
    font-weight: 600;
    /*        text-transform: uppercase;*/
    /*        font-weight: bold;*/
  }
  .navbar-default .navbar-nav > li > a:focus {
    color: #222;
  }
  .navbar-default .navbar-nav > li > a:hover {
    /*    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {*/
    background-color: #014a97;
    color: #fff;
    font-weight: 600;
    /*        border-bottom: 1px solid #fff;*/
  }
  .navbar-nav > li > .dropdown-menu {
    padding: 0;
  }
  .navbar-default .navbar-nav > .dropdown > a .caret, #topNav .dropdown > a .caret {
    border-bottom-color: #222;
    border-top-color: #222;
  }
  .navbar-default .navbar-nav > .active.dropdown > a .caret, #topNav active .dropdown > a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
  }
  .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret, #topNav .dropdown > a:hover .caret, #topNav .dropdown > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
  }
  .navbar-nav > li > .dropdown-menu {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.176);
    margin-top: -1px;
    background-color: #fff;
    border: none;
  }
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #9ab7d5;
    color: #fff;
  }
  .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 {
    background-color: #9ab7d5;
    color: #fff;
    font-weight: 400;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #9ab7d5;
    color: #fff;
    font-weight: 400;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fff;
  }
  .navbar .dropdown-menu.sub-menu:before {
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    display: inline-block;
    left: -14px;
    top: 6px;
    position: absolute;
  }
  .navbar .dropdown-menu.sub-menu:after {
    border-right: #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: "";
    display: inline-block;
    left: -12px;
    position: absolute;
    top: 7px;
  }
  .right-caret:after, .left-caret:after, .bottom-caret:after {
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    right: 8px;
    position: absolute;
    top: 8px;
  }
  .right-caret:after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #014a97;
  }
  .left-caret:after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid #014a97;
  }
  .bottom-caret:after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #014a97;
    border-bottom: 5px solid transparent;
  }
  .active > .right-caret:after, .right-caret:hover:after {
    border-left: 5px solid #fff;
  }
  .active > .left-caret:after, .left-caret:hover:after {
    border-right: 5px solid #fff;
  }
  #nav-sub .bottom-caret:hover:after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #fff;
  }
  #topNav #pageNav.nav-pills > li.active > a, #topNav #pageNav.nav-pills > li.active > a:hover, #topNav #pageNav.nav-pills > li.active > a:focus {
    background-color: transparent;
    /*        color: $9-color-1;*/
  }
}
/*Desktop*/
@media (min-width: 992px) {
  #innerMainNav {
    height: 220px;
  }
  .fixed-small #innerMainNav {
    height: 140px;
  }
  #mainnavigation .navbar-nav > li > a {
    font-size: 19px;
    padding: 8px 10px;
  }
  #mainnavigation .dropdown-menu > li > a, #mainnavigation .dropdown-menu .level-2 > li > a {
    font-size: 14px;
  }
  .fixed-small .mainnavigation-inner {
    padding-top: 0px;
  }
  .mainnavigation-inner {
    padding-top: 0px;
  }
  .searchButton-Small.btn-primary {
    margin-top: 41px;
    background-color: #014a97;
  }
  .headerTransparent {
    background-color: #fff;
  }
  .headerOpacity {
    opacity: 1;
    transition: opacity 0.5s ease-out 0s;
  }
  .headerOpacity:hover, .headerOpacity:focus {
    opacity: 1;
    transition: opacity 0.3s ease-out 0s;
  }
}
/*Large Desktop*/
@media (min-width: 1200px) {
  #innerMainNav {
    height: 220px;
  }
  .fixed-small #innerMainNav {
    height: 140px;
  }
  #mainnavigation .dropdown-menu > li > a, #mainnavigation .dropdown-menu .level-2 > li > a {
    font-size: 14px;
  }
  #mainnavigation .navbar-nav > li > a {
    font-size: 19px;
    padding: 8px 10px;
  }
}
/*//
// layout
// --------------------------------------------------*/
/*#pushobj {
	position: absolute;
	top: 0px;
	left: 30%;
	color: #fff;
	background: #243342;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2em;
	z-index: 1;
}*/
#onePager .fixed-large #billingMenuTrigger span {
  color: #fff;
}
#billingMenuTrigger .far {
  color: #014a97;
}
#billingMenuTrigger {
  transition: all 0.2s ease-in 0s;
  border: none;
  /*    height: $9-body-padding-top-xs;*/
  border-radius: 0;
}
#mainnavigation .navbar-nav > li > a#billingMenuTrigger {
  padding: 7px 0 3px 0;
}
#billingMenu.open {
  -moz-box-shadow: 5px 0 5px -5px #000;
  -webkit-box-shadow: 5px 0 5px -5px #000;
  box-shadow: 5px 0 5px -5px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=90,strength=2);
}
#billingMenu {
  width: 0;
  position: absolute;
  top: 50px;
  /*    left: -30px;*/
  min-height: 100%;
  z-index: 1000;
  overflow: hidden;
  right: 0;
}
#rightMenuTrigger, #menuTrigger {
  /*    position: fixed;
    top: 2px;
    right: 2px;*/
  z-index: 5;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mm-opened.mm-blocking .hamburger {
  height: 39px;
  /*    background-color: #000;*/
}
.mm-opened.mm-blocking .hamburger .hamburger-box {
  width: 30px;
  height: 20px;
}
.mm-opened.mm-blocking .is-opened .hamburger-inner, .mm-opened.mm-blocking .is-opened .hamburger-inner::after, .mm-opened.mm-blocking .is-opened .hamburger-inner::before {
  background: #fff;
}
.hamburger {
  /*background-color: #fff;*/
  padding: 10px;
  height: 45px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  /* opacity:.8*/
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 30px;
  height: 2px;
  background-color: #939393;
  border-radius: 2px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner:hover, .hamburger-inner:hover:after, .hamburger-inner:hover:before {
  /*    background-color: $9-color-1;*/
}
#rightMenuTrigger:hover .hamburger-inner, #rightMenuTrigger:hover .hamburger-inner::after, #rightMenuTrigger:hover .hamburger-inner::before {
  background-color: #014a97;
}
#menuTrigger:hover .hamburger-inner, #menuTrigger:hover .hamburger-inner::after, #menuTrigger:hover .hamburger-inner::before {
  background-color: #014a97;
}
.hamburger-inner::after, .hamburger-inner::before {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#onePager li.nav-mobile-entry.home a {
  color: #fff;
  font-weight: normal;
}
#onePager li.nav-mobile-entry.home {
  color: #fff;
  background-color: transparent;
  font-weight: #fff;
}
#nav-mobile-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
#main {
  /*    overflow-x: hidden;*/
}
#slide-nav.open {
  box-shadow: none;
}
#mobileMenu #logoutButton {
  height: 31px;
}
#mobileMenu #logoutButton button {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
  width: 100%;
}
#menuTrigger.open {
  /*    background-color: #fff;*/
  box-shadow: none;
  -webkit-box-shadow: none;
}
#menuTrigger.open .far {
  color: #fff;
}
#menuTrigger .far {
  color: #939393;
}
#menuTrigger {
  transition: all 0.2s ease-in 0s;
  border: none;
  /*    height: $9-body-padding-top-xs;*/
  border-radius: 0;
}
#mobileMenu.open {
  -moz-box-shadow: 5px 0 5px -5px #000;
  -webkit-box-shadow: 5px 0 5px -5px #000;
  box-shadow: 5px 0 5px -5px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=90,strength=2);
}
#mobileMenu {
  width: 0;
  position: absolute;
  top: 50px;
  /*    left: -30px;*/
  min-height: 100%;
  z-index: 1000;
  overflow: hidden;
  left: 0;
}
#rightMenuTrigger .far {
  color: #939393;
}
.fixed-small #rightMenuTrigger {
  display: block;
}
#rightMenuTrigger {
  display: none;
  transition: all 0.2s ease-in 0s;
  border: none;
  /*    height: $9-body-padding-top-xs;*/
  border-radius: 0;
}
#mainnavigation .navbar-nav > li > a#rightMenuTrigger {
  padding: 7px 0 3px 0;
}
#rightMenu.open {
  -moz-box-shadow: 5px 0 5px -5px #000;
  -webkit-box-shadow: 5px 0 5px -5px #000;
  box-shadow: 5px 0 5px -5px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=90,strength=2);
}
#rightMenu {
  width: 0;
  /*    position: absolute;
    top: 290px;*/
  position: fixed;
  top: 60px;
  /*    left: -30px;*/
  min-height: 100%;
  z-index: 1000;
  overflow: hidden;
  right: 0;
}
.multilevelpushmenu_wrapper .ltr li.nav-mobile-entry {
  padding-left: 20px;
}
.multilevelpushmenu_wrapper .rtl li.nav-mobile-entry {
  padding-right: 20px;
}
/*#page_8 #mobileMenu {
    top: $9-body-padding-top-xs;
} */
.multilevelpushmenu_wrapper {
  position: absolute;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
.multilevelpushmenu_wrapper .levelHolderClass {
  position: absolute;
  overflow: hidden;
  top: 0;
  background-color: #014a97;
  width: auto;
  min-height: 100%;
  /*	font-family: 'Open Sans Condensed', sans-serif;*/
  font-size: 1em;
  zoom: 1;
}
.multilevelpushmenu_wrapper .ltr {
  margin-left: -100%;
  left: 0;
  -moz-box-shadow: 5px 32px 5px -5px #000;
  -webkit-box-shadow: 5px 32px 5px -5px #000;
  box-shadow: 5px 32px 5px -5px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=90,strength=2);
}
.multilevelpushmenu_wrapper .ltr.multilevelpushmenu_inactive {
  -moz-box-shadow: 5px 0 5px -5px #000;
  -webkit-box-shadow: 5px 0 5px -5px #000;
  box-shadow: 5px 0 5px -5px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=270,strength=2);
}
.multilevelpushmenu_wrapper .rtl {
  margin-right: -100%;
  right: 0;
  -moz-box-shadow: 5px 37px 5px 5px #000;
  -webkit-box-shadow: 5px 37px 5px 5px #000;
  box-shadow: 5px 37px 5px 5px #000;
  /*	-moz-box-shadow: 5px 32px 5px -5px #000;
	-webkit-box-shadow: 5px 32px 5px -5px #000;
	box-shadow: 5px 32px 5px -5px #000;*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=90,strength=2);
}
.multilevelpushmenu_wrapper .rtl.multilevelpushmenu_inactive {
  -moz-box-shadow: 5px 0 5px 5px #000;
  -webkit-box-shadow: 5px 0 5px 5px #000;
  box-shadow: 5px 0 5px 5px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=270,strength=2);
}
.multilevelpushmenu_wrapper .multilevelpushmenu_inactive {
  background-color: #013164;
}
.levelHolderClass.ltr h3.home {
  display: none;
}
.levelHolderClass.ltr.multilevelpushmenu_inactive h3.home {
  display: block;
}
.levelHolderClass > h3 {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  margin-top: 40px;
}
.levelHolderClass.ltr > h3 {
  padding: 0 0.4em 0 20px;
}
.levelHolderClass.rtl > h3 {
  padding: 0 20px 0 0.4em;
}
.levelHolderClass.multilevelpushmenu_inactive > h3 {
  margin-top: 5px;
}
.levelHolderClass > h3 i {
  display: none;
}
.levelHolderClass > h3 .headerTitle {
  cursor: default;
}
.levelHolderClass.multilevelpushmenu_inactive > h3 .headerTitle {
  transform: rotate(-90deg);
  top: 220px;
  width: 400px;
  text-align: right;
  position: absolute;
  cursor: default;
  opacity: 0.3;
  font-size: 22px;
}
.levelHolderClass.multilevelpushmenu_inactive.rtl > h3 .headerTitle {
  left: -180px;
}
.levelHolderClass.multilevelpushmenu_inactive.ltr > h3 .headerTitle {
  right: -180px;
}
/*.levelHolderClass .home {
    display: none;
}
.levelHolderClass.multilevelpushmenu_inactive .home {
    display: block;
}
.multilevelpushmenu_inactive .home i {
    display: block;
}*/
.levelHolderClass.multilevelpushmenu_inactive > h3 i {
  display: block;
}
.levelHolderClass.multilevelpushmenu_inactive > h3 {
  position: relative;
}
.multilevelpushmenu_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.multilevelpushmenu_wrapper li {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding: 0.4em 0.4em 0.4em 0.4em;
}
.multilevelpushmenu_wrapper li:last-child {
  /*	border-bottom: 1px solid $9-color-1;*/
}
.multilevelpushmenu_wrapper li:hover {
  background-color: transparent;
}
.multilevelpushmenu_wrapper li.active a {
  color: #fff;
  font-weight: normal;
}
.multilevelpushmenu_wrapper li.active {
  background-color: transparent;
}
.multilevelpushmenu_wrapper li:hover > a {
  color: #fff;
}
.multilevelpushmenu_wrapper a {
  display: block;
  outline: none;
  overflow: hidden;
  font-size: 1.1em;
  line-height: 1.2em;
  padding: 0.2em 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.multilevelpushmenu_wrapper a:hover {
  color: #fff;
}
.multilevelpushmenu_wrapper .ltr .backItemClass {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 6px 5px;
  /*	background-color: $9-navbar-mobile-a-background-color;
	border-top: 1px solid $9-navbar-mobile-a-background-color;*/
  text-align: right;
  font-size: 10px;
  background-color: #013164;
  color: #fff;
}
.backItemClass a {
  color: #fff;
}
.multilevelpushmenu_wrapper .rtl .backItemClass {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 6px 5px;
  /*	background-color: $9-navbar-mobile-a-background-color;
	border-top: 1px solid $9-navbar-mobile-a-background-color;*/
  text-align: left;
  font-size: 10px;
  background-color: #013164;
  color: #fff;
}
.multilevelpushmenu_wrapper .backItemClass .floatRight {
  margin-left: 8px;
}
.multilevelpushmenu_wrapper .backItemClass .floatLeft {
  margin-right: 8px;
}
.multilevelpushmenu_wrapper .floatRight {
  float: right;
  /*        margin-left: 15px;*/
}
.multilevelpushmenu_wrapper .floatLeft {
  float: left;
}
.multilevelpushmenu_wrapper .cursorPointer {
  cursor: pointer;
}
.multilevelpushmenu_wrapper .iconSpacing_ltr {
  padding: 1px 0.4em 0 0;
}
.multilevelpushmenu_wrapper .iconSpacing_rtl {
  padding: 0 0 0 0.4em;
}
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width: 767px) {
  #billingMenu {
    top: 220px;
  }
}
@media (min-width: 768px) {
  #billingMenu {
    top: 220px;
  }
}
/*//
// bullets
// --------------------------------------------------*/
.bullets.bullet-alt ul:not(.nav) > li {
  margin-left: 20px;
}
.bullets.bullet-alt ul:not(.nav) > li:before {
  margin-left: -40px;
}
ol {
  counter-reset: li;
  margin-left: 0;
  /* Initiate a counter */
  padding-left: 0;
}
ol > li {
  line-height: 1.4;
  position: relative;
  list-style: none;
  /* Create a positioning context */
  /*	margin:0 0 6px 2em;  Give each list item a left margin to make room for the numbers 
	padding:4px 8px;  Add some spacing around the content */
  /* Disable the normal item numbering */
  /*	border-top:2px solid $9-color-3;
	background:$9-color-1;*/
}
.bullets ol:not(.nav) > li:before {
  content: counters(li, "") "";
  counter-increment: li;
  /* Use the counter as content */
  /* Increment the counter by 1 */
  /* Position and style the number */
  /*	position:absolute; 
	top:-4px;
	left:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:2em !important;
	 Some space between the number and the content in browsers that support
	   generated content but not positioning it (Camino 2 is one example) 
	margin-right:8px;
	padding:4px;
	border-top:2px solid $9-color-3;
	color:#fff;
	background:$9-color-3;
	font-weight:bold;
	font-family:"Helvetica Neue", Arial, sans-serif;
	text-align:center;
        background-color: $9-color-1;
        color: #fff;
        border-radius: 100px;*/
}
li ol, li ul {
  margin-top: 6px;
}
ol ol li:last-child {
  margin-bottom: 0;
}
.bullets ol:not(.nav) li:after {
  margin-right: 10px;
}
.bullets ul.dropdown-menu li:before {
  content: "" !important;
}
.bullets ul.dropdown-menu {
  padding-left: 0 !important;
}
ul {
  list-style-type: none;
  padding-left: 0px;
}
.bullet-color-base ul:not(.nav) li:before, .bullet-color-base ol:not(.nav) li:before {
  color: #222;
}
.bullet-color-1 ul:not(.nav) li:before, .bullet-color-1 ol:not(.nav) li:before {
  color: #014a97;
}
.bullet-color-2 ul:not(.nav) li:before, .bullet-color-2 ol:not(.nav) li:before {
  color: #336dac;
}
.bullet-color-3 ul:not(.nav) li:before, .bullet-color-3 ol:not(.nav) li:before {
  color: #9ab7d5;
}
.bullet-color-4 ul:not(.nav) li:before, .bullet-color-4 ol:not(.nav) li:before {
  color: #ccc;
}
.bullet-color-5 ul:not(.nav) li:before, .bullet-color-5 ol:not(.nav) li:before {
  color: #336dac;
}
.bullet-color-6 ul:not(.nav) li:before, .bullet-color-6 ol:not(.nav) li:before {
  color: #0163ca;
}
.bullet-color-6 ul:not(.nav) li:before, .bullet-color-6 ol:not(.nav) li:before {
  color: #4986c9;
}
.bullet-color-6 ul:not(.nav) li:before, .bullet-color-6 ol:not(.nav) li:before {
  color: #bed1e4;
}
.bullet-color-6 ul:not(.nav) li:before, .bullet-color-6 ol:not(.nav) li:before {
  color: #e6e6e6;
}
.bullet-color-6 ul:not(.nav) li:before, .bullet-color-6 ol:not(.nav) li:before {
  color: #4986c9;
}
.bullet-color-green ul:not(.nav) li:before, .bullet-color-green ol:not(.nav) li:before {
  color: #b4cf60;
}
.bullet-color-red ul:not(.nav) li:before, .bullet-color-red ol:not(.nav) li:before {
  color: #ca010b;
}
.bullet-color-white ul:not(.nav) li:before, .bullet-color-white ol:not(.nav) li:before {
  color: #fff;
}
.bullet-inline-table ul:not(.nav) {
  display: inline-table;
}
.bullets.bullets-ul-margin-default ul:not(.nav), .bullets .bullets-ul-margin-default ul:not(.nav), .bullets.bullets-ul-margin-default ol:not(.nav), .bullets .bullets-ul-margin-default ol:not(.nav) {
  margin: 10px 20px 20px 20px;
}
.bullets .bullet-default ul:not(.nav), .bullets.bullet-default ul:not(.nav), .bullets .bullet-default ol:not(.nav), .bullets.bullet-default ol:not(.nav) {
  margin: 10px 20px 20px 20px;
}
.bullet-default ul:not(.nav) li, .bullet-default ol:not(.nav) li {
  margin-bottom: 20px;
}
.bullet-margin-bottom-0 ul:not(.nav) li, .bullet-margin-bottom-0 ol:not(.nav) li {
  margin-bottom: 0;
}
.bullet-margin-bottom-5 ul:not(.nav) li, .bullet-margin-bottom-5 ol:not(.nav) li {
  margin-bottom: 5px;
}
.bullet-margin-bottom-10 ul:not(.nav) li, .bullet-margin-bottom-10 ol:not(.nav) li {
  margin-bottom: 10px;
}
.bullet-margin-bottom-15 ul:not(.nav) li, .bullet-margin-bottom-15 ol:not(.nav) li {
  margin-bottom: 15px;
}
.bullet-margin-bottom-20 ul:not(.nav) li, .bullet-margin-bottom-20 ol:not(.nav) li {
  margin-bottom: 20px;
}
.bullets ul:not(.nav) li:last-child, .bullets ol:not(.nav) li:last-child {
  margin-bottom: 0;
}
/*.bullet-default ul:not(.nav) li {
    line-height: 1.5em;
}*/
.bullets ul:not(.nav) li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  float: left;
  display: inline-block;
  margin-left: -20px;
  width: 20px;
}
.bullets .bullets-lg ul:not(.nav) li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  float: left;
  display: inline-block;
  margin-left: -22px;
  width: 22px;
  font-size: 22px;
  margin-right: 10px;
  margin-top: -5px;
}
.bullets .txt-center ul:not(.nav) li:before, .bullets.txt-center ul:not(.nav) li:before {
  float: none;
}
.bullets .bullet-noMargin-ul ul:not(.nav), .bullets.bullet-noMargin-ul ul:not(.nav), .bullets .bullet-noMargin-ul ol:not(.nav), .bullets.bullet-noMargin-ul ol:not(.nav) {
  margin: 0;
}
.bullets ul:not(.nav), .bullets ol:not(.nav) {
  padding-left: 20px;
}
/*.bullets li:before {
    width: 15px;
    margin-left: -15px;
}*/
.bullets .bullet-ul-margin-top-0 ul:not(.nav), .bullets .bullet-ul-margin-top-0 ol:not(.nav) {
  margin-top: 0;
}
.bullets .bullet-ul-margin-bottom-0 ul:not(.nav), .bullets .bullet-ul-margin-bottom-0 ol:not(.nav) {
  margin-bottom: 0;
}
.bullets .bullets-ul-margin-left-0 ul:not(.nav), .bullets .bullets-ul-margin-left-0 ol:not(.nav) {
  margin-left: 0px;
}
.bullets .bullets-ul-margin-left-10 ul:not(.nav), .bullets .bullets-ul-margin-left-10 ol:not(.nav) {
  margin-left: 10px;
}
.bullets .bullets-ul-margin-left-20 ul:not(.nav), .bullets .bullets-ul-margin-left-20 ol:not(.nav) {
  margin-left: 20px;
}
.bullets .bullets-ul-margin-left-30 ul:not(.nav), .bullets .bullets-ul-margin-left-30 ol:not(.nav) {
  margin-left: 30px;
}
.bullet-padding-0 ul:not(.nav), .bullet-padding-0 ol:not(.nav) {
  padding-left: 0px;
}
.bullet-padding-5 ul:not(.nav), .bullet-padding-5 ol:not(.nav) {
  padding-left: 5px;
}
.bullet-padding-10 ul:not(.nav), .bullet-padding-10 ol:not(.nav) {
  padding-left: 10px;
}
.bullet-padding-15 ul:not(.nav), .bullet-padding-15 ol:not(.nav) {
  padding-left: 15px;
}
.bullets .bullet-padding-15 ul:not(.nav) li:before, .bullets.bullet-padding-15 ul:not(.nav) li:before, .bullets .bullet-padding-15 ol:not(.nav) li:before, .bullets.bullet-padding-15 ol:not(.nav) li:before {
  width: 15px;
  margin-left: -15px;
}
.bullet-padding-30 ul:not(.nav), .bullet-padding-30 ol:not(.nav) {
  padding-left: 30px;
}
.bullets .bullet-padding-30 ul:not(.nav) li:before, .bullets.bullet-padding-30 ul:not(.nav) li:before, .bullets .bullet-padding-30 ol:not(.nav) li:before, .bullets.bullet-padding-30 ol:not(.nav) li:before {
  width: 30px;
  margin-left: -30px;
}
.bullet-padding-35 ul:not(.nav), .bullet-padding-35 ol:not(.nav) {
  padding-left: 35px;
}
.bullets .bullet-padding-35 ul:not(.nav) li:before, .bullets.bullet-padding-35 ul:not(.nav) li:before, .bullets .bullet-padding-35 ol:not(.nav) li:before, .bullets.bullet-padding-35 ol:not(.nav) li:before {
  width: 35px;
  margin-left: -35px;
}
.bullet-padding-40 ul:not(.nav), .bullet-padding-40 ol:not(.nav) {
  padding-left: 40px;
}
.bullets .bullet-padding-40 ul:not(.nav) li:before, .bullets.bullet-padding-40 ul:not(.nav) li:before, .bullets .bullet-padding-40 ol:not(.nav) li:before, .bullets.bullet-padding-40 ol:not(.nav) li:before {
  width: 40px;
  margin-left: -40px;
}
.bullet-padding-50 ul:not(.nav), .bullet-padding-50 ol:not(.nav) {
  padding-left: 50px;
}
.bullets .bullet-padding-50 ul:not(.nav) li:before, .bullets.bullet-padding-50 ul:not(.nav) li:before, .bullets .bullet-padding-50 ol:not(.nav) li:before, .bullets.bullet-padding-50 ol:not(.nav) li:before {
  width: 50px;
  margin-left: -50px;
}
.bullets .bullet-default ul:not(.nav) li > ul:not(.nav) > li {
  margin-bottom: 10px;
}
.bullets .bullet-default ul:not(.nav) li > ul:not(.nav) > li:before, .bullets.bullet-default ul:not(.nav) li > ul:not(.nav) > li:before {
  content: "";
  /*    color: $9-color-2;*/
}
.bullets .bullet-default ul:not(.nav) li:before, .bullets.bullet-default ul:not(.nav) li:before {
  content: "";
  /*    color: $9-color-2;*/
}
.bullets .bullet-style-0 ul:not(.nav) li:before, .bullets.bullet-style-0 ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-style-1 ul:not(.nav) li:before, .bullets.bullet-style-1 ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-style-2 ul:not(.nav) li:before, .bullets.bullet-style-2 ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-style-3 ul:not(.nav) li:before, .bullets.bullet-style-3 ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-style-4 ul:not(.nav) li:before, .bullets.bullet-style-4 ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-style-5 ul:not(.nav) li:before, .bullets.bullet-style-5 ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-none ul:not(.nav) li:before, .bullets.bullet-none ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-none ul:not(.nav) {
  margin-left: 0;
  padding-left: 0;
}
.bullets .bullet-arrow-right ul:not(.nav) li:before, .bullets.bullet-arrow-right ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-angle-double-right ul:not(.nav) li:before, .bullets.bullet-angle-double-right ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-angle-right ul:not(.nav) li:before, .bullets.bullet-angle-right ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-arrow-circle-right ul:not(.nav) li:before, .bullets.bullet-arrow-circle-right ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-chevron-circle-right ul:not(.nav) li:before, .bullets.bullet-chevron-circle-right ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-check ul:not(.nav) li:before, .bullets.bullet-check ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-check-square-o ul:not(.nav) li:before, .bullets.bullet-check-square-o ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-check-circle ul:not(.nav) li:before, .bullets.bullet-check-circle ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-hand-o-right ul:not(.nav) li:before, .bullets.bullet-hand-o-right ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-caret-right ul:not(.nav) li:before, .bullets.bullet-caret-right ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-calendar-o ul:not(.nav) li:before, .bullets.bullet-calendar-o ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-lightbulb-o ul:not(.nav) li:before, .bullets.bullet-lightbulb-o ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-handshake-o ul:not(.nav) li:before, .bullets.bullet-handshake-o ul:not(.nav) li:before {
  content: "";
}
.bullets .bullet-plus ul:not(.nav) li:before, .bullets.bullet-plus ul:not(.nav) li:before {
  content: "";
}
.bullet-width-100pc-xs li {
  width: 100%;
  float: left;
  /*    padding-right: 25px;
    padding-bottom: 15px;*/
  padding: 7px 25px 7px 0;
}
#footer .bullets li {
  padding-top: 7px;
  padding-bottom: 7px;
}
/*Tablet*/
@media (min-width: 768px) {
  #footer .bullets li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bullet-width-50pc-sm li {
    padding: 0 25px 0 0;
    width: 50%;
    float: left;
  }
}
/*Desktop*/
@media (min-width: 992px) {
  .bullet-width-33pc-md li {
    width: 33%;
    float: left;
  }
}
/*Large Desktop*/
/* 
 *  Owl Carousel - Animate Plugin
 */
@-webkit-keyframes walk {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px 100px;
  }
  /* <-- width of spritesheet*/
}
@-moz-keyframes walk {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px 100px;
  }
  /* <-- width of spritesheet*/
}
@-o-keyframes walk {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px 100px;
  }
  /* <-- width of spritesheet*/
}
@keyframes walk {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 0px 100px;
  }
  /* <-- width of spritesheet*/
}
.image-preview .bg-image {
  background-position: 0px 0px;
}
.image-preview.active .bg-image {
  background-position: 0 100px;
  -webkit-animation: walk 0.5s;
  -moz-animation: walk 0.5s;
  -o-animation: walk 0.5s;
  animation: walk 0.5s;
}
.owl-carousel .owl-item img.dim-width-auto {
  width: auto !important;
  max-width: 75px;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*   .dim-full-height.dim-full-width .owl-stage .owl-item .item {
        background-position: center center;
        background-size: auto 100%;
    }*/
.dim-full-width .owl-stage .owl-item .item {
  background-position: center center;
  background-size: cover;
}
.overflow-xs-show.owl-carousel .owl-stage-outer {
  overflow: visible;
}
@media (min-width: 768px) {
  /*    .owl-carousel .owl-item img.dim-width-auto {
        width: auto !important;
        max-width: 100%;
    }
    .owl-stage .owl-item .item {
        background-position: center center;
        background-size: 100% auto;
    }*/
  .overflow-xs-show.owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .dim-full-height.dim-full-width .owl-stage .owl-item .item {
    background-position: center center;
    background-size: cover;
  }
  .dim-full-width .owl-stage .owl-item .item {
    background-position: center center;
    background-size: cover;
  }
}
/* 
 * 	Default theme - Owl Carousel CSS File
 */
/*
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; }
*/
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  border: 2px solid #014a97;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0) inset;
  box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0) inset;
}
.owl-theme .owl-dots .owl-dot.active span {
  border: 2px solid #014a97;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #014a97;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0);
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.txt-center .seperator {
  margin: 0 auto;
}
.fixed-large.bs-box-nav {
  box-shadow: none;
}
#owl-slider-home-top .owl-next {
  /*    border-radius: 60px 0 0 60px;*/
  overflow: hidden;
}
#owl-slider-home-top .owl-prev {
  /*    border-radius: 0 60px 60px 0;*/
  overflow: hidden;
}
#owl-testimonials .owl-dots .owl-dot:hover span, #owl-testimonials .owl-dots .owl-dot:active span {
  background: #0163ca;
}
#owl-testimonials .owl-dots .owl-dot span {
  border: 2px solid #0163ca;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#owl-testimonials .owl-dots .owl-dot.active span {
  border: 2px solid #014a97;
  background: #0163ca;
}
.offer-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 900;
}
.offer-title {
  font-size: 14px;
}
.offer-box {
  width: 100%;
}
.powered-by {
  display: none;
}
.cc-btn.cc-allow-all {
  background: #014a97;
  color: #fff;
}
/***************************************
Tablet
***************************************/
@media (min-width: 768px) {
  .offer-title {
    font-size: 10px;
  }
  .offer-box {
    width: 155px;
  }
}
/***************************************
Desktop
***************************************/
@media (min-width: 992px) {
  .offer-title {
    font-size: 13px;
  }
  .offer-box {
    width: 200px;
  }
}
/***************************************
Large Desktop
***************************************/
@media (min-width: 1200px) {
  .offer-title {
    font-size: 16px;
  }
  .offer-box {
    width: 250px;
  }
}
/*	
--------------------------------------------------
@Start smart forms
-------------------------------------------------- 
*/
/* Roboto google font import 
--------------------------------------- */
/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);*/
/*html, body{
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline; 
	font: inherit;
}*/
/* @backgrounds :: modify or add yours below 
------------------------------------------------------------------- */
.darkbg {
  background: #6C82A2 url(../images/dark.png) repeat fixed;
}
.woodbg {
  background: #E6CCA6 url(../images/wood.png) repeat fixed;
}
/* @form wrappers 
---------------------------------- */
.smart-wrap {
  padding: 0 20px;
}
.smart-forms, .smart-forms * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.smart-forms {
  /*	font-family:  "Roboto", Arial, Helvetica, sans-serif;*/
  line-height: 1.231;
  font-weight: 400;
  /*	font-size: 14px;*/
  /*	color: #34495E;*/
}
.smart-container {
  background: #fff;
  margin: 50px auto;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
/* @form container width 
/* @if you want to change the form container width change the values below 
/* @alternatively you can add yours eg .wrap4{ max-width:200px; } 
---------------------------------------------------------------------------- */
.wrap-0 {
  max-width: 952px;
}
.wrap-1 {
  max-width: 852px;
}
.wrap-2 {
  max-width: 652px;
}
.wrap-3 {
  max-width: 452px;
}
/* @form helper classes 
--------------------------------------------------------------- */
.smart-forms .section {
  margin-bottom: 22px;
}
.smart-forms .smart-link {
  color: #014a97;
  text-decoration: none;
}
.smart-forms .smart-link:hover {
  text-decoration: underline;
}
.smart-forms .tagline {
  height: 0;
  border-top: 1px solid #D9DDE5;
  text-align: center;
}
.smart-forms .tagline span {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 0 15px;
  background: #fff;
  color: #014a97;
  top: -10px;
}
/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.smart-forms .field {
  display: block;
  position: relative;
}
.smart-forms .field-icon i {
  color: #A2A6A8;
  position: relative;
  top: 0;
}
.smart-forms .field-label {
  display: block;
  margin-bottom: 7px;
}
.smart-forms .field-label.colm {
  padding-top: 12px;
}
.smart-forms .field-label em {
  color: #e74c3c;
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 3px;
}
/* @form header section 
----------------------------------------- */
.smart-forms .form-header {
  overflow: hidden;
  position: relative;
  padding: 25px 30px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.smart-forms .form-header h4 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: 300;
  font-size: 32px;
  padding: 0;
  margin: 0;
}
.smart-forms .form-header h4 i {
  font-size: 38px;
  position: relative;
  margin-right: 10px;
  top: 2px;
}
/* @header themes :: primary + lite 
---------------------------------------------- */
.smart-forms .header-primary {
  background-color: #014a97;
  border-top: 1px solid #23E0BA;
  border-bottom: 5px solid #16A085;
}
.smart-forms .header-lite {
  background: #F3F5FA;
  border-top: 1px solid #23E0BA;
  border-bottom: 1px solid #D9DDE5;
}
.smart-forms .header-lite:before {
  content: "";
  background-color: #014a97;
  position: absolute;
  height: 8px;
  z-index: 1;
  top: 0px;
  right: 0;
  left: 0;
}
.smart-forms .header-primary h4 {
  color: #fff;
}
.smart-forms .header-lite h4 {
  color: #5D6A87;
  padding-top: 5px;
}
/* @remove rounded corners form headers 
----------------------------------------------------------------- */
.smart-flat, .smart-flat .form-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* @form body + footer 
------------------------------------------------------------------- */
.smart-forms .form-body {
  padding: 40px 30px;
  padding-bottom: 20px;
}
.smart-forms .form-footer {
  overflow: hidden;
  padding: 20px 25px;
  padding-top: 25px;
  background: #F3F5FA url(../images/foobg.png) top left repeat-x;
}
/* @crossbrowser placeholder styling :: modern browsers only IE10+
------------------------------------------------------------------------ */
.smart-forms input[type=search] {
  -webkit-appearance: textfield;
}
.smart-forms ::-webkit-search-decoration, .smart-forms ::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.smart-forms input::-webkit-input-placeholder, .smart-forms textarea::-webkit-input-placeholder {
  color: #bebebe;
  font-size: small;
  font-style: italic;
}
.smart-forms input:focus::-webkit-input-placeholder, .smart-forms textarea:focus::-webkit-input-placeholder {
  color: #D6DBE0;
}
.smart-forms input:-moz-placeholder, .smart-forms textarea:-moz-placeholder {
  color: #bebebe;
  font-size: small;
  font-style: italic;
}
.smart-forms input:focus:-moz-placeholder, .smart-forms textarea:focus:-moz-placeholder {
  color: #D6DBE0;
}
.smart-forms input::-moz-placeholder, .smart-forms textarea::-moz-placeholder {
  color: #bebebe;
  opacity: 1;
  font-size: small;
  font-style: italic;
}
.smart-forms input:focus::-moz-placeholder, .smart-forms textarea:focus::-moz-placeholder {
  color: #D6DBE0;
  opacity: 1;
}
.smart-forms input:-ms-input-placeholder, .smart-forms textarea:-ms-input-placeholder {
  color: #bebebe;
  font-size: small;
  font-style: italic;
}
.smart-forms input:focus:-ms-input-placeholder, .smart-forms textarea:focus:-ms-input-placeholder {
  color: #D6DBE0;
}
/* @element general styling :: fonts :: adjust accordingly
------------------------------------------------------------- */
.smart-forms label, .smart-forms input, .smart-forms button, .smart-forms select, .smart-forms .bootstrap-select .btn, .smart-forms textarea {
  margin: 0;
  font-size: 14px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  outline: none;
  /*	color: #34495E;*/
}
/* @remove browser specific styling
----------------------------------------------- */
.smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .bootstrap-select .btn, .smart-forms input[type="button"], .smart-forms input[type="submit"], .smart-forms input[type="search"], .smart-forms .select-multiple select {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.smart-forms input[type="search"]::-webkit-search-decoration, .smart-forms input[type="search"]::-webkit-search-cancel-button, .smart-forms input[type="search"]::-webkit-search-results-button, .smart-forms input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/* @labels font-size styling :: adjust to fit your needs 
--------------------------------------------------------- */
.smart-forms .switch, .smart-forms .option, .smart-forms .field-label {
  font-size: 14px;
}
/* @prevent user selection for usability purposes
----------------------------------------------------- */
.smart-forms .radio, .smart-forms .button, .smart-forms .checkbox, .smart-forms .switch > label {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* @universal rules for all elements 
---------------------------------------------------- */
.smart-forms .radio, .smart-forms .button, .smart-forms .tooltip, .smart-forms .checkbox, .smart-forms .gui-input, .smart-forms .notification, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .bootstrap-select .btn, .smart-forms .select-multiple select, .smart-forms input[type="button"].button, .smart-forms input[type="submit"].button, .smart-forms input[type="search"].gui-input {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  outline: none;
}
/* @control border-size :: color etc for these elements 
----------------------------------------------------------- */
.smart-forms .select, .smart-forms .bootstrap-select .btn, .smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .select-multiple select {
  background: #fff;
  position: relative;
  vertical-align: top;
  border: 2px solid #BDC3C7;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  color: #34495E;
  outline: none;
  height: 42px;
  width: 100%;
  *zoom: 1;
}
/* @styling inputs and textareas 
------------------------------------------- */
.smart-forms .gui-input, .smart-forms .gui-textarea {
  padding: 10px;
}
.smart-forms .gui-textarea {
  resize: none;
  line-height: 19px;
  overflow: auto;
  max-width: 100%;
  height: 96px;
}
/* @hint below textareas 
---------------------------------------- */
.smart-forms .input-hint {
  padding: 10px;
  display: block;
  margin-top: -4px;
  line-height: 16px;
  position: relative;
  background: #F2F4FA;
  border: 2px solid #bdc3c7;
  border-top: 1px solid #bdc3c7;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  font-size: 11px;
  color: #777;
}
/* @form selects :: dropdowns 
-------------------------------------------------- */
.smart-forms .select {
  border: 0;
  /*z-index:10; */
}
.smart-forms .select > select {
  display: block;
  padding: 9px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  z-index: 10;
  margin: 0;
}
.smart-forms .select > select::-ms-expand {
  display: none;
}
.smart-forms .select:before, .smart-forms .select:after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 15;
}
.smart-forms .select:before {
  /*	top: 2px;
	right: 2px;
	width: 34px;
	bottom: 2px;
	background: #F2F4FA;
	border-left:1px solid #d3dae7;
	-webkit-border-radius: 0 1px 1px 0;
	-moz-border-radius: 0 1px 1px 0;
	-o-border-radius: 0 1px 1px 0;
	border-radius: 0 1px 1px 0;*/
}
.smart-forms .select .arrow {
  position: absolute;
  top: 9px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: #F2F4FA;
  color: #B5C1C7;
  pointer-events: none;
  z-index: 16;
}
.smart-forms .select .arrow:after, .smart-forms .select .arrow:before {
  content: "";
  position: absolute;
  font: 12px "Consolas", monospace;
  font-style: normal;
  pointer-events: none;
  left: 6px;
}
.smart-forms .select .arrow:before {
  content: "▼";
  bottom: 4px;
}
.smart-forms .select .double:after {
  content: "▲";
  top: -1px;
}
.smart-forms .select .double:before {
  content: "▼";
  bottom: -1px;
}
.smart-forms .select-multiple select {
  width: 100%;
  height: 123px;
  padding: 10px;
}
/* @file inputs :: file uploaders 
-------------------------------------------------------- */
.smart-forms .file {
  display: block;
  width: 100%;
}
.smart-forms .file .gui-file {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 8px 10px;
  position: absolute;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 11;
  bottom: 0;
  right: 0;
}
.smart-forms .file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  z-index: 10;
}
/* @form element :hover state 
-------------------------------------------- */
/*.smart-forms .gui-input:hover,
.smart-forms .gui-textarea:hover,
.smart-forms .select > select:hover,
.smart-forms .select-multiple select:hover, 
.smart-forms .gui-input:hover ~ .input-hint,
.smart-forms .file .gui-file:hover + .gui-input,
.smart-forms .gui-textarea:hover ~ .input-hint{
	border-color: $9-smartform-color-active;
}*/
/* @form element :focus state 
-------------------------------------------------------- */
/*.smart-forms .gui-input:focus,
.smart-forms .gui-textarea:focus,
.smart-forms .bootstrap-select > .btn:focus,
.smart-forms .select > select:focus,
.smart-forms .select-multiple select:focus{ border-color: $9-smartform-color-active; color: $9-smartform-color-active-text; }
.smart-forms .gui-textarea:focus{  height: 120px; }
.smart-forms .select > select:focus { z-index:10; z-index:20\9; }
.smart-forms .gui-input:focus ~ .field-icon i,
.smart-forms .gui-textarea:focus ~ .field-icon i{ color:$9-smartform-color-active; }
.smart-forms .select-multiple select:focus, 
.smart-forms .gui-input:focus ~ .input-hint,
.smart-forms .gui-textarea:focus ~ .input-hint, 
.smart-forms .file .gui-file:focus + .gui-input{ border-color: $9-smartform-color-active; }
.smart-forms .select > select:focus + .arrow{ color:$9-smartform-color-active; }*/
/* @radio + checkbox option elements 
----------------------------------------------------- */
.smart-forms .option {
  position: relative;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.smart-forms .option > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0;
}
.smart-forms .checkbox, .smart-forms .radio {
  position: relative;
  margin-right: 2px;
  background: white;
  display: inline-block;
  border: 3px solid #B5C1C7;
  height: 21px;
  width: 21px;
  top: 5px;
}
.smart-forms .checkbox:before, .smart-forms .radio:before {
  content: "";
  display: none;
}
.smart-forms input:checked + .checkbox:before, .smart-forms input:checked + .radio:before {
  display: block;
}
.smart-forms .checkbox:before {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 6px;
  height: 3px;
  border: solid #014a97;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.smart-forms input:checked + .checkbox, .smart-forms input:checked + .radio {
  border: 3px solid #014a97;
}
.smart-forms .radio {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.smart-forms .radio:before {
  margin: 4px;
  width: 7px;
  height: 7px;
  background: #014a97;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* @radio + checkbox :hover state 
-------------------------------------------------- */
.smart-forms input:hover + .checkbox, .smart-forms input:hover + .radio {
  border-color: #014a97;
}
/* @radio + checkbox :focus state 
--------------------------------------------------- */
.smart-forms input:focus + .checkbox, .smart-forms input:focus + .radio {
  border-color: #014a97;
}
.smart-forms input:focus + .radio:before {
  background: #014a97;
}
.smart-forms input:focus + .checkbox:before {
  border-color: #014a97;
}
/* @toggle switch elements 
-------------------------------------------------- */
.smart-forms .switch {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
  height: 26px;
}
.smart-forms .switch > label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 25px;
  width: 58px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  background: #B5C1C7;
  border: 2px solid #B5C1C7;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.smart-forms .switch > label + span {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  top: -7px;
}
.smart-forms .switch > label:before {
  content: attr(data-off);
  position: absolute;
  top: 1px;
  right: 3px;
  width: 33px;
}
.smart-forms .switch > label:after {
  content: "";
  margin: 1px;
  width: 19px;
  height: 19px;
  display: block;
  background: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.smart-forms .switch > input {
  -webkit-appearance: none;
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0;
  left: 0;
  top: 0;
}
/* @toggle switch focus state 
-------------------------------------------------------------- */
.smart-forms .switch > input:focus {
  outline: none;
}
.smart-forms .switch > input:focus + label {
  color: #fff;
  border-color: #a1a6a9;
  background: #a1a6a9;
}
.smart-forms .switch > input:focus + label:after {
  background: #fff;
}
/* @toggle switch normal state 
--------------------------------------------------------------- */
.smart-forms .switch > input:checked + label {
  border-color: #014a97;
  background: #014a97;
  padding-left: 33px;
  color: white;
}
.smart-forms .switch > input:checked + label:before {
  content: attr(data-on);
  left: 1px;
  top: 1px;
}
.smart-forms .switch > input:checked + label:after {
  margin: 1px;
  width: 19px;
  height: 19px;
  background: white;
}
/* @toggle switch normal state focus 
--------------------------------------------------------------------------------- */
.smart-forms .switch > input:checked:focus + label {
  background: #16a085;
  border-color: #16a085;
}
.smart-forms .switch-round > label {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}
.smart-forms .switch-round > label + span {
  top: -2px;
}
.smart-forms .switch-round > label:before {
  width: 33px;
}
.smart-forms .switch-round > label:after {
  width: 19px;
  color: #B5C1C7;
  content: "•";
  font: 20px/20px Times, Serif;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}
.smart-forms .switch-round > input:checked + label {
  padding-left: 33px;
}
.smart-forms .switch-round > input:checked + label:after {
  color: #014a97;
}
/* @buttons 
----------------------------------------------------- */
.smart-forms .button {
  border: 0;
  height: 42px;
  color: #243140;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  padding: 0 18px;
  text-align: center;
  vertical-align: top;
  background: #bdc3c7;
  display: inline-block;
  -webkit-user-drag: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}
/* @buttons :hover, :active states 
---------------------------------------------------------------- */
.smart-forms .button:hover {
  color: #243140;
  background: #cacfd2;
}
.smart-forms .button:active {
  color: #1d2938;
  background: #a1a6a9;
}
.smart-forms a.button, .smart-forms span.button, .smart-forms label.button {
  line-height: 42px;
  text-decoration: none;
}
.smart-forms .button i {
  font-size: 14px;
}
.smart-forms .button-list .button {
  margin-bottom: 5px;
}
/* @primary button theme
-------------------------------------------- */
/*.smart-forms .btn-primary {  background-color: $9-color-1;  }
.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus { background-color: #48c9b0; }
.smart-forms .btn-primary:active{ background-color: #16a085; }
.smart-forms .btn-primary, 
.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus, 
.smart-forms .btn-primary:active{ color: #fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }*/
/* @rounded buttons 
-------------------------------------------- */
.smart-forms .btn-rounded {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
}
/* @left + right buttons :: look like IOS
-------------------------------------------- */
.smart-forms .button-left, .smart-forms .button-right {
  position: relative;
  z-index: 9;
}
.smart-forms .button-left:before, .smart-forms .button-right:before {
  content: "";
  z-index: -1;
  width: 32px;
  height: 32px;
  position: absolute;
  background-color: inherit;
  border-color: inherit;
  border: none;
  top: 5px;
}
.smart-forms .button-left {
  border-left-width: 0;
  padding: 0 18px 0 7px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-left: 20px;
}
.smart-forms .button-left:before {
  left: -15px;
  -webkit-border-radius: 2px 5px 0 5px;
  -moz-border-radius: 2px 5px 0 5px;
  -o-border-radius: 2px 5px 0 5px;
  border-radius: 2px 5px 0 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.smart-forms .button-right {
  padding: 0 7px 0 18px;
  border-right-width: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin-right: 20px;
}
.smart-forms .button-right:before {
  right: -15px;
  -webkit-border-radius: 5px 2px 5px 0;
  -moz-border-radius: 5px 2px 5px 0;
  -o-border-radius: 5px 2px 5px 0;
  border-radius: 5px 2px 5px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* @left right button pointed button shapes 
------------------------------------------------ */
.smart-forms .btn-pointed.button-left, .smart-forms .btn-pointed.button-right {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
}
.smart-forms .btn-rounded.button-left {
  -webkit-border-radius: 0 22px 22px 0;
  -moz-border-radius: 0 22px 22px 0;
  -o-border-radius: 0 22px 22px 0;
  border-radius: 0 22px 22px 0;
}
.smart-forms .btn-rounded.button-right {
  -webkit-border-radius: 22px 0 0 22px;
  -moz-border-radius: 22px 0 0 22px;
  -o-border-radius: 22px 0 0 22px;
  border-radius: 22px 0 0 22px;
}
/* @push buttons
------------------------------------------------ */
.smart-forms .pushed {
  -webkit-box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.smart-forms .pushed:active {
  -webkit-box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
  top: 2px;
}
.smart-forms .pushed.button-left:before {
  -webkit-box-shadow: inset 0.35em 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0.35em 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0.35em 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0.35em 0 0 rgba(0, 0, 0, 0.2);
}
.smart-forms .pushed:active.button-left:before {
  -webkit-box-shadow: inset 0.2em 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0.2em 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0.2em 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0.2em 0 0 rgba(0, 0, 0, 0.2);
}
.smart-forms .pushed.button-right:before {
  -webkit-box-shadow: inset -0.35em 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -0.35em 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset -0.35em 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset -0.35em 0 0 rgba(0, 0, 0, 0.2);
}
.smart-forms .pushed:active.button-right:before {
  -webkit-box-shadow: inset -0.2em 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -0.2em 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset -0.2em 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset -0.2em 0 0 rgba(0, 0, 0, 0.2);
}
/* @adjust buttons in form footer
------------------------------------------------ */
.smart-forms .form-footer .button {
  margin-right: 10px;
  margin-bottom: 5px;
}
.smart-forms .align-right .button {
  margin-right: 0;
  margin-left: 10px;
}
/* @social buttons :: facebook :: twitter :: google +
---------------------------------------------------- */
.smart-forms .twitter, .smart-forms .twitter:hover, .smart-forms .twitter:focus, .smart-forms .facebook, .smart-forms .facebook:hover, .smart-forms .facebook:focus, .smart-forms .googleplus, .smart-forms .googleplus:hover, .smart-forms .googleplus:focus {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.08);
}
.smart-forms .facebook {
  background-color: #3b5998;
}
.smart-forms .twitter {
  background-color: #00acee;
}
.smart-forms .googleplus {
  background-color: #dd4b39;
}
.smart-forms .facebook:hover, .smart-forms .facebook:focus {
  background-color: #25385F;
}
.smart-forms .twitter:hover, .smart-forms .twitter:focus {
  background-color: #00749F;
}
.smart-forms .googleplus:hover, .smart-forms .googleplus:focus {
  background-color: #8D2418;
}
.smart-forms .span-left {
  padding-left: 52px;
  text-align: left;
}
.smart-forms .btn-social {
  position: relative;
  margin-bottom: 5px;
}
.smart-forms .btn-social i {
  font-size: 22px;
  position: relative;
  top: 2px;
}
.smart-forms .btn-social span {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 42px;
  left: 0;
}
.smart-forms .twitter span {
  background-color: #009AD5;
}
.smart-forms .facebook span {
  background-color: #31497D;
}
.smart-forms .googleplus span {
  background-color: #C03121;
}
/* @rating and review star widget :: with hover back afetr selecting
------------------------------------------------------------------------ */
.smart-forms .rating {
  overflow: hidden;
}
.smart-forms .rating.block {
  display: block;
  margin: 10px 0;
}
.smart-forms .rating label {
  color: #B5C1C7;
}
.smart-forms .rating label i {
  font-size: 17px;
  text-align: center;
  color: inherit;
}
.smart-forms .rating label span {
  font: 22px/22px Times, Serif;
}
.smart-forms .rating-star {
  margin-left: 4px;
}
.smart-forms .rating-input {
  position: absolute;
  left: -9999px;
  top: auto;
}
.smart-forms .rating:hover .rating-star:hover, .smart-forms .rating:hover .rating-star:hover ~ .rating-star, .smart-forms .rating-input:checked ~ .rating-star {
  color: #014a97;
}
.smart-forms .rating-star, .smart-forms .rating:hover .rating-star {
  width: 18px;
  float: right;
  display: block;
  cursor: pointer;
  color: #B5C1C7;
}
/* @smart widget
   @this widget helps us to position an element eg button or label or span
   @the positions can either be left or right while the input stays 100%
   @you ca use this to rapidly create search widgets, newsletter subscribe etc 
---------------------------------------------------------------------------------*/
.smart-forms .smart-widget, .smart-forms .append-picker-icon, .smart-forms .prepend-picker-icon {
  position: relative;
  display: block;
}
.smart-forms .smart-widget .field input, .smart-forms .append-picker-icon input, .smart-forms .prepend-picker-icon input {
  width: 100%;
}
.smart-forms .append-picker-icon button, .smart-forms .prepend-picker-icon button, .smart-forms .smart-widget .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  height: 42px;
  top: 0;
}
.smart-forms .append-picker-icon button, .smart-forms .prepend-picker-icon .gui-input, .smart-forms .sm-left .field input, .smart-forms .sm-right .button {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -o-border-top-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.smart-forms .prepend-picker-icon button, .smart-forms .append-picker-icon .gui-input, .smart-forms .sm-right .field input, .smart-forms .sm-left .button {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -o-border-top-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.smart-forms .prepend-picker-icon button, .smart-forms .sm-left .button {
  left: 0;
}
.smart-forms .append-picker-icon button, .smart-forms .sm-right .button {
  right: 0;
}
/* @smart widget buttons - to left 
------------------------------------------------- */
.smart-forms .sml-50, .smart-forms .prepend-picker-icon {
  padding-left: 50px;
}
.smart-forms .sml-50 .button, .smart-forms .prepend-picker-icon button {
  width: 50px;
}
.smart-forms .sml-80 {
  padding-left: 80px;
}
.smart-forms .sml-80 .button {
  width: 80px;
}
.smart-forms .sml-120 {
  padding-left: 120px;
}
.smart-forms .sml-120 .button {
  width: 120px;
}
/* @smart widget buttons - to right 
------------------------------------------------- */
.smart-forms .smr-50, .smart-forms .append-picker-icon {
  padding-right: 50px;
}
.smart-forms .smr-50 .button, .smart-forms .append-picker-icon button {
  width: 50px;
}
.smart-forms .smr-80 {
  padding-right: 80px;
}
.smart-forms .smr-80 .button {
  width: 80px;
}
.smart-forms .smr-120 {
  padding-right: 120px;
}
.smart-forms .smr-120 .button {
  width: 120px;
}
/* @picker buttons
------------------------------------------------- */
.smart-forms .append-picker-icon button, .smart-forms .prepend-picker-icon button {
  background: #bdc3c7;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  text-align: center;
  cursor: pointer;
  color: #243140;
  border: 0;
}
/* @ picker buttons :hover :active states 
---------------------------------------------------------------- */
.smart-forms .append-picker-icon button:hover, .smart-forms .prepend-picker-icon button:hover {
  color: #243140;
  background: #cacfd2;
}
.smart-forms .append-picker-icon button:active, .smart-forms .prepend-picker-icon button:active {
  color: #1d2938;
  background: #a1a6a9;
}
/* @icon append (right) :: prepend (left)
------------------------------------------------- */
.smart-forms .append-icon, .smart-forms .prepend-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.smart-forms .append-icon .field-icon, .smart-forms .prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 42px;
  height: 42px;
  color: inherit;
  line-height: 42px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
.smart-forms .append-icon .field-icon i, .smart-forms .prepend-icon .field-icon i {
  position: relative;
  font-size: 14px;
}
.smart-forms .prepend-icon .field-icon {
  left: 0;
}
.smart-forms .append-icon .field-icon {
  right: 0;
}
.smart-forms .prepend-icon > input, .smart-forms .prepend-icon > textarea {
  padding-left: 36px;
}
.smart-forms .append-icon > input, .smart-forms .append-icon > textarea {
  padding-right: 36px;
  padding-left: 10px;
}
.smart-forms .append-icon > textarea {
  padding-right: 36px;
}
/* @tooltips on inputs + textareas 
------------------------------------------------- */
.smart-forms .tooltip {
  position: absolute;
  z-index: -1;
  opacity: 0;
  color: #fff;
  width: 184px;
  left: -9999px;
  top: auto;
  font-size: 11px;
  font-weight: normal;
  background: #34495E;
  -webkit-transition: margin 0.6s, opacity 0.6s;
  -moz-transition: margin 0.6s, opacity 0.6s;
  -ms-transition: margin 0.6s, opacity 0.6s;
  -o-transition: margin 0.6s, opacity 0.6s;
  transition: margin 0.6s, opacity 0.6s;
}
.smart-forms .tooltip > em {
  padding: 12px;
  font-style: normal;
  display: block;
  position: static;
}
.smart-forms .tooltip:after {
  content: "";
  position: absolute;
}
.smart-forms .gui-input:focus + .tooltip, .smart-forms .gui-textarea:focus + .tooltip {
  opacity: 1;
  z-index: 999;
}
/* @tooltip left
------------------------------------------------- */
.smart-forms .tip-left {
  top: 1px;
  margin-right: -20px;
}
.smart-forms .tip-left:after {
  top: 12px;
  left: 100%;
  border-left: 8px solid #34495E;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.smart-forms .gui-input:focus + .tip-left, .smart-forms .gui-textarea:focus + .tip-left {
  margin-right: 5px;
  right: 100%;
  left: auto;
}
/* @tooltip right
------------------------------------------------- */
.smart-forms .tip-right {
  top: 1px;
  margin-left: -20px;
}
.smart-forms .tip-right:after {
  top: 12px;
  right: 100%;
  border-right: 8px solid #34495E;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.smart-forms .gui-input:focus + .tip-right, .smart-forms .gui-textarea:focus + .tip-right {
  left: 100%;
  margin-left: 5px;
}
/* @tooltip right-top
------------------------------------------------- */
.smart-forms .tip-right-top {
  bottom: 100%;
  margin-bottom: -20px;
}
.smart-forms .tip-right-top:after {
  top: 100%;
  right: 12px;
  border-top: 8px solid #34495E;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.smart-forms .gui-input:focus + .tip-right-top, .smart-forms .gui-textarea:focus + .tip-right-top {
  right: 0;
  left: auto;
  margin-bottom: 10px;
}
/* @tooltip left-top
------------------------------------------------- */
.smart-forms .tip-left-top {
  bottom: 100%;
  margin-bottom: -20px;
}
.smart-forms .tip-left-top:after {
  top: 100%;
  left: 12px;
  border-top: 8px solid #34495E;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.smart-forms .gui-input:focus + .tip-left-top, .smart-forms .gui-textarea:focus + .tip-left-top {
  left: 0;
  right: auto;
  margin-bottom: 10px;
}
/* @tooltip right-bottom
------------------------------------------------- */
.smart-forms .tip-right-bottom {
  top: 100%;
  margin-top: -20px;
}
.smart-forms .tip-right-bottom:after {
  right: 12px;
  bottom: 100%;
  border-bottom: 8px solid #34495E;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.smart-forms .gui-input:focus + .tip-right-bottom, .smart-forms .gui-textarea:focus + .tip-right-bottom {
  margin-top: 10px;
  left: auto;
  right: 0;
}
/* @tooltip left-bottom
------------------------------------------------- */
.smart-forms .tip-left-bottom {
  top: 100%;
  margin-top: -20px;
}
.smart-forms .tip-left-bottom:after {
  left: 12px;
  bottom: 100%;
  border-bottom: 8px solid #34495E;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.smart-forms .gui-input:focus + .tip-left-bottom, .smart-forms .gui-textarea:focus + .tip-left-bottom {
  margin-top: 10px;
  right: auto;
  left: 0;
}
/* @lists
-------------------------------------------------------------- */
.smart-forms .smart-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.smart-forms .smart-list li {
  margin-bottom: 20px;
}
/* @notification messages | info | error | warning | success
-------------------------------------------------------------- */
.smart-forms .form-msg {
  display: none;
}
.smart-forms .notification {
  color: #444;
  padding: 15px;
  position: relative;
}
.smart-forms .notification p {
  margin: 0;
  padding: 0 15px;
  padding-left: 5px;
  line-height: normal;
}
.smart-forms .notification .close-btn {
  margin-top: -7px;
  padding: inherit;
  position: absolute;
  text-decoration: none;
  font: bold 20px/20px Arial, sans-serif;
  opacity: 0.65;
  color: inherit;
  display: block;
  right: 1px;
  top: 14%;
}
.smart-forms .notification .close-btn:hover {
  opacity: 1;
}
.smart-forms .alert-info {
  color: #163161;
  background-color: #cfe6fc;
}
.smart-forms .alert-success {
  color: #336633;
  background-color: #d2f7ad;
}
.smart-forms .alert-warning {
  color: #CC6600;
  background-color: #fae7a2;
}
.smart-forms .alert-error {
  color: #990000;
  background-color: #FBDBCF;
}
/* @validaion - error state
------------------------------------- */
.smart-forms .state-error .gui-input, .smart-forms .state-error .gui-textarea, .smart-forms .state-error.select > select, .smart-forms .state-error.select-multiple > select, .smart-forms .state-error input:hover + .checkbox, .smart-forms .state-error input:hover + .radio, .smart-forms .state-error input:focus + .checkbox, .smart-forms .state-error input:focus + .radio, .smart-forms .state-error .checkbox, .smart-forms .state-error .radio {
  /*	background:#FEEFE9;*/
  border-color: #E46B66;
}
.smart-forms .state-error .gui-input ~ .field-icon i, .smart-forms .state-error .gui-textarea ~ .field-icon i {
  color: #e74c3c;
}
.smart-forms .state-error.select .arrow {
  color: #e74c3c;
}
.smart-forms .state-error.select:before {
  border-left: 1px solid #E46B66;
}
.smart-forms .state-error .gui-input ~ .input-hint, .smart-forms .state-error.file .gui-file:hover + .gui-input, .smart-forms .state-error .gui-textarea ~ .input-hint {
  border-color: #E46B66;
}
.smart-forms .state-error + em {
  display: block !important;
  margin-top: 6px;
  padding: 0 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: normal;
  color: #CC0000;
  font-size: 0.85em;
}
/* @validaion - success state 
-------------------------------------------------- */
.smart-forms .state-success .gui-input, .smart-forms .state-success .gui-textarea, .smart-forms .state-success.select > select, .smart-forms .state-success.select-multiple > select, .smart-forms .state-success input:hover + .checkbox, .smart-forms .state-success input:hover + .radio, .smart-forms .state-success input:focus + .checkbox, .smart-forms .state-success input:focus + .radio, .smart-forms .state-success .checkbox, .smart-forms .state-success .radio {
  /*	background:#EAFCD8;*/
  border-color: #2ecc71;
}
.smart-forms .state-success .gui-input ~ .field-icon i, .smart-forms .state-success .gui-textarea ~ .field-icon i {
  color: #2ecc71;
}
.smart-forms .state-success.select .arrow {
  color: #2ecc71;
}
.smart-forms .state-success.select:before {
  border-left: 1px solid #2ecc71;
}
.smart-forms .state-success .gui-input ~ .input-hint, .smart-forms .state-success.file .gui-file:hover + .gui-input, .smart-forms .state-success .gui-textarea ~ .input-hint {
  border-color: #2ecc71;
}
/* @disabled state 
----------------------------------------------- */
.smart-forms .button[disabled], .smart-forms .state-disabled .button, .smart-forms input[disabled] + .radio, .smart-forms input[disabled] + .checkbox, .smart-forms .switch > input[disabled] + label {
  cursor: default;
  opacity: 0.5;
}
.smart-forms .gui-input[disabled], .smart-forms .gui-textarea[disabled], .smart-forms .select > select[disabled], .smart-forms .select-multiple select[disabled], .smart-forms .gui-input[disabled] ~ .input-hint, .smart-forms .file .gui-file[disabled] + .gui-input, .smart-forms .file .gui-file[disabled]:hover + .gui-input, .smart-forms .gui-textarea[disabled] ~ .input-hint {
  background-color: #f4f6f6;
  border-color: #d5dbdb !important;
  cursor: default;
  color: #d5dbdb;
  opacity: 0.7;
}
.smart-forms input[disabled] ~ .field-icon i, .smart-forms textarea[disabled] ~ .field-icon i, .smart-forms .select > select[disabled] + .arrow {
  opacity: 0.4;
}
/* @datepicker - requires jquery ui
----------------------------------------------- */
.ui-datepicker {
  width: auto;
  margin-top: 14px;
  display: none;
  background: #fff;
  position: relative;
  font: 14px/1.55 "Roboto", Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border: 5px solid #014a97;
  z-index: 9999 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #666;
}
.ui-datepicker:before {
  content: "";
  bottom: auto;
  border: solid;
  border-width: 16px 16px 16px;
  border-color: transparent transparent #014a97 transparent;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #014a97 rgba(255, 255, 255, 0);
  position: absolute;
  margin-left: -10px;
  display: block;
  top: -32px;
  left: 10%;
  height: 0;
  width: 0;
}
.ui-datepicker a {
  color: #404040;
  text-align: center;
}
.ui-datepicker .ui-state-disabled span {
  color: #D9DDE5;
}
.ui-timepicker-div .ui-widget-header, .ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #014a97;
  line-height: 27px;
  font-size: 15px;
  padding: 10px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  width: 34px;
  height: 34px;
  display: block;
  font-size: 14px;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  top: 19.5%;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  color: #fff;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  border-collapse: collapse;
}
.ui-datepicker th {
  padding: 0.5em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 2px 5px;
}
.ui-datepicker td span, .ui-datepicker td a {
  padding: 0.25em;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.ui-datepicker td span:hover, .ui-datepicker td a:hover {
  background: #D7DCDE;
}
.ui-datepicker .ui-state-disabled span:hover {
  background: none;
}
.ui-datepicker-today a, .ui-datepicker-today a:hover, .ui-datepicker .ui-state-highlight {
  font-weight: 700;
  /*	background: $9-smartform-color-active !important;*/
  background: #fff !important;
  border-color: #014a97;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #014a97;
}
.ui-datepicker-today a.ui-state-highlight.ui-state-active {
  color: #014a97;
}
/* @multiple calendars || not responsive use carefully 
--------------------------------------------------------------- */
.cal-widget .ui-datepicker {
  width: 100%;
  margin-top: 0;
}
.cal-widget .ui-datepicker:before {
  display: none;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.333%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* @ ui buttons
---------------------------------------------------------------- */
.ui-datepicker-buttonpane {
  border-top: 1px solid #D9DDE5;
  padding: 10px;
}
.ui-datepicker-buttonpane button {
  padding: 8px 12px;
  margin-right: 0.2em;
  position: relative;
  line-height: normal;
  display: inline-block;
  -webkit-user-drag: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  background: #bdc3c7;
  text-align: center;
  overflow: visible;
  cursor: pointer;
  color: #243140;
  border: 0;
}
/* @ ui buttons :hover, :active states 
---------------------------------------------------------------- */
.ui-datepicker-buttonpane button:hover {
  color: #243140;
  background: #cacfd2;
}
.ui-datepicker-buttonpane button:active {
  color: #1d2938;
  background: #a1a6a9;
}
.ui-monthpicker .ui-datepicker-header {
  margin-bottom: 3px;
}
/* @ui slider - requires jquery ui
------------------------------------------------------*/
.smart-forms .slider-wrapper, .smart-forms .sliderv-wrapper {
  background: #E2E8F1;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.smart-forms .ui-slider {
  position: relative;
  text-align: left;
}
.smart-forms .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.5em;
  height: 1.5em;
  cursor: default;
  background: #fff;
  text-decoration: none;
  border: 3px solid #014a97;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -ms-touch-action: none;
  touch-action: none;
  margin-top: -3px;
  outline: none;
}
.smart-forms .ui-slider .ui-slider-handle:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: #014a97;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
  left: 4px;
  top: 4px;
}
.smart-forms .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background-color: #014a97;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.smart-forms .ui-slider.ui-state-disabled .ui-slider-handle, .smart-forms .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.smart-forms .ui-slider-horizontal {
  height: 0.5em;
}
.smart-forms .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.smart-forms .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.smart-forms .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.smart-forms .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.smart-forms .ui-slider-vertical, .smart-forms .sliderv-wrapper {
  width: 0.5em;
  height: 100px;
}
.smart-forms .ui-slider-vertical .ui-slider-handle {
  left: -0.45em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.smart-forms .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.smart-forms .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.smart-forms .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.smart-forms .slider-input {
  color: #f6931f !important;
  border: 0;
  background: none;
}
.smart-forms .slider-group .sliderv-wrapper {
  height: 150px;
  float: left;
  margin: 15px 15px;
}
.smart-forms .ui-slider .ui-state-active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/* @ui slider tooltip
------------------------------------------------------*/
.smart-forms .slider-tip {
  display: block;
  position: absolute;
  text-align: center;
  font: 10pt Tahoma, Arial, sans-serif;
  background: #34495E;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  color: #fff;
}
.smart-forms .slider-wrapper .slider-tip {
  top: -50px;
  left: -15px;
}
.smart-forms .slider-wrapper .slider-tip:after {
  content: "";
  position: absolute;
  top: 98%;
  left: 35%;
  border-top: 8px solid #34495E;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.smart-forms .sliderv-wrapper .slider-tip {
  left: 30px;
  top: -12px;
}
.smart-forms .sliderv-wrapper .slider-tip:after {
  content: "";
  position: absolute;
  top: 30%;
  right: 98%;
  border-right: 8px solid #34495E;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
/* @ui slider themes
------------------------------------------------------*/
.smart-forms .yellow-slider .ui-slider .ui-slider-handle {
  border-color: #ed9c28;
}
.smart-forms .yellow-slider .ui-slider .ui-slider-handle:before, .smart-forms .yellow-slider .ui-slider .ui-slider-range {
  background-color: #ed9c28;
}
.smart-forms .red-slider .ui-slider .ui-slider-handle {
  border-color: #e74c3c;
}
.smart-forms .red-slider .ui-slider .ui-slider-handle:before, .smart-forms .red-slider .ui-slider .ui-slider-range {
  background-color: #e74c3c;
}
.smart-forms .purple-slider .ui-slider .ui-slider-handle {
  border-color: #9B59B6;
}
.smart-forms .purple-slider .ui-slider .ui-slider-handle:before, .smart-forms .purple-slider .ui-slider .ui-slider-range {
  background-color: #9B59B6;
}
.smart-forms .blue-slider .ui-slider .ui-slider-handle {
  border-color: #3498db;
}
.smart-forms .blue-slider .ui-slider .ui-slider-handle:before, .smart-forms .blue-slider .ui-slider .ui-slider-range {
  background-color: #3498db;
}
.smart-forms .black-slider .ui-slider .ui-slider-handle {
  border-color: #34495e;
}
.smart-forms .black-slider .ui-slider .ui-slider-handle:before, .smart-forms .black-slider .ui-slider .ui-slider-range {
  background-color: #34495e;
}
.smart-forms .green-slider .ui-slider .ui-slider-handle {
  border-color: #2ecc71;
}
.smart-forms .green-slider .ui-slider .ui-slider-handle:before, .smart-forms .green-slider .ui-slider .ui-slider-range {
  background-color: #2ecc71;
}
/* @ui timepicker - requires jquery ui
------------------------------------------------------*/
.ui-timepicker-div .ui-widget-header {
  position: relative;
  line-height: 27px;
  font-size: 15px;
  padding: 10px;
}
.ui-timepicker-div dl {
  text-align: left;
  border: 1px solid #D9DDE5;
  border-width: 1px 0 0 0;
  padding: 15px 10px;
  margin: 0;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 20px 40%;
}
.ui-timepicker-div dl .ui_tpicker_hour, .ui-timepicker-div dl .ui_tpicker_minute, .ui-timepicker-div dl .ui_tpicker_second, .ui-timepicker-div dl .ui_tpicker_millisec {
  background: transparent;
  position: relative;
  top: 6px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
/* @progress bars 
------------------------------------------------------*/
.smart-forms .progress-section {
  display: none;
}
.smart-forms .progress-bar {
  position: relative;
  /*    background: #EDF0F8;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.smart-forms .progress-bar .percent {
  position: absolute;
  display: inline-block;
  top: -3px;
  right: -24px;
  font-size: 9px;
  /*	color:#93A2AA; */
}
.smart-forms .progress-bar > .bar {
  width: 60%;
  height: 7px;
  display: block;
  background-size: 16px 16px;
  background-color: #bdc3c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* @progress bar themes
----------------------------------------------------------- */
.smart-forms .bar-primary > .bar {
  background-color: #014a97;
}
.smart-forms .bar-blue > .bar {
  background-color: #3498db;
}
.smart-forms .bar-black > .bar {
  background-color: #34495e;
}
.smart-forms .bar-green > .bar {
  background-color: #2ecc71;
}
.smart-forms .bar-purple > .bar {
  background-color: #9B59B6;
}
.smart-forms .bar-red > .bar {
  background-color: #e74c3c;
}
.smart-forms .bar-yellow > .bar {
  background-color: #ed9c28;
}
/* @progress bar strips + animation IE10+ 
----------------------------------------------------------- */
.smart-forms .ui-slider .ui-slider-range, .smart-forms .progress > button[type="submit"]:hover, .smart-forms .progress > button[type="submit"], .smart-forms .progress-bar > .bar {
  background-size: 16px 16px;
  background-image: -webkit-linear-gradient(top left, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
  background-image: -moz-linear-gradient(top left, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
  background-image: -o-linear-gradient(top left, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
  background-image: linear-gradient(to bottom right, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
}
.smart-forms .progress > button[type="submit"], .smart-forms .progress > button[type="submit"]:hover, .smart-forms .progress-animated > .bar {
  -webkit-animation: sfprogress 0.6s linear infinite;
  -moz-animation: sfprogress 0.6s linear infinite;
  -o-animation: sfprogress 0.6s linear infinite;
  animation: sfprogress 0.6s linear infinite;
}
.smart-forms .progress > button[type="submit"]:hover {
  cursor: wait;
}
@-webkit-keyframes sfprogress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -16px 0;
  }
}
@-moz-keyframes sfprogress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -16px 0;
  }
}
@-o-keyframes sfprogress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -16px 0;
  }
}
@keyframes sfprogress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -16px 0;
  }
}
/* @google map :: block elements 
----------------------------------------------------------------------- */
.smart-forms .map-container {
  padding: 10px;
  border: 2px solid #BDC3C7;
}
.smart-forms #map_canvas {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.smart-forms .block {
  display: block;
}
/* @form grid
----------------------------------- */
/* @form rows 
--------------------------------- */
.smart-forms .frm-row {
  margin: 0 -10px;
}
.smart-forms .slider-group:before, .smart-forms .slider-group:after, .smart-forms .frm-row:before, .smart-forms .frm-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.smart-forms .slider-group:after, .smart-forms .frm-row:after {
  clear: both;
}
/* @form columns 
----------------------------------- */
.smart-forms .frm-row .colm {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}
.smart-forms .frm-row .colm1 {
  width: 8.33%;
}
.smart-forms .frm-row .colm2 {
  width: 16.66%;
}
.smart-forms .frm-row .colm3 {
  width: 25%;
}
.smart-forms .frm-row .colm4 {
  width: 33.33%;
}
.smart-forms .frm-row .colm5 {
  width: 41.66%;
}
.smart-forms .frm-row .colm6 {
  width: 50%;
}
.smart-forms .frm-row .colm7 {
  width: 58.33%;
}
.smart-forms .frm-row .colm8 {
  width: 66.66%;
}
.smart-forms .frm-row .colm9 {
  width: 75%;
}
.smart-forms .frm-row .colm10 {
  width: 83.33%;
}
.smart-forms .frm-row .colm11 {
  width: 91.66%;
}
.smart-forms .frm-row .colm12 {
  width: 100%;
}
.smart-forms .frm-row .colm1-5 {
  width: 20%;
}
.smart-forms .frm-row .colm1-8 {
  width: 12.5%;
}
/* @spacers 
--------------------------------------- */
.smart-forms .spacer {
  border-top: 1px solid #D9DDE5;
  display: block;
  height: 0;
}
/* @margin spacers :: modify accordingly 
-------------------------------------------- */
.smart-forms .spacer-t10 {
  margin-top: 10px;
}
.smart-forms .spacer-b10 {
  margin-bottom: 10px;
}
.smart-forms .spacer-t15 {
  margin-top: 15px;
}
.smart-forms .spacer-b15 {
  margin-bottom: 15px;
}
.smart-forms .spacer-t20 {
  margin-top: 20px;
}
.smart-forms .spacer-b20 {
  margin-bottom: 20px;
}
.smart-forms .spacer-t25 {
  margin-top: 25px;
}
.smart-forms .spacer-b25 {
  margin-bottom: 25px;
}
.smart-forms .spacer-t30 {
  margin-top: 30px;
}
.smart-forms .spacer-b30 {
  margin-bottom: 30px;
}
.smart-forms .spacer-t40 {
  margin-top: 40px;
}
.smart-forms .spacer-b40 {
  margin-bottom: 40px;
}
/* @padding spacers :: modify accordingly 
-------------------------------------------------- */
.smart-forms .frm-row .pad-l10 {
  padding-left: 10px;
}
.smart-forms .frm-row .pad-r10 {
  padding-right: 10px;
}
.smart-forms .frm-row .pad-l20 {
  padding-left: 20px;
}
.smart-forms .frm-row .pad-r20 {
  padding-right: 20px;
}
.smart-forms .frm-row .pad-l30 {
  padding-left: 30px;
}
.smart-forms .frm-row .pad-r30 {
  padding-right: 30px;
}
.smart-forms .frm-row .pad-l40 {
  padding-left: 40px;
}
.smart-forms .frm-row .pad-r40 {
  padding-right: 40px;
}
/* @border spacers + text adjust
-------------------------------------------------- */
.smart-forms .bdl {
  border-left: 1px solid #D9DDE5;
}
.smart-forms .bdr {
  border-right: 1px solid #D9DDE5;
}
.smart-forms .fine-grey {
  color: #919DA8;
}
.smart-forms .small-text {
  font-size: 11px;
  font-style: normal;
}
.smart-forms .text-align {
  height: 42px;
  line-height: 42px;
}
/* @element alignment
-------------------------------------------------- */
.smart-forms .align-right {
  text-align: right;
}
.smart-forms .align-center {
  text-align: center;
}
/* @simple price boxes :: depend on grid
-------------------------------------------------- */
.smart-forms .price-box {
  padding: 30px;
  text-align: center;
  position: relative;
  border: 1px solid #D0D6DF;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}
.smart-forms .price-box p {
  line-height: 1.5em;
  color: #526066;
  margin-bottom: 0;
}
.smart-forms .price-box h5 {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  font-size: 15px;
  color: #BACDD6;
  letter-spacing: 2px;
}
.smart-forms .price-box h4 {
  font-size: 60px;
  font-weight: 300;
  margin: 0;
  color: #547698;
}
.smart-forms .selected-box h4 {
  color: #014a97;
}
.smart-forms .price-box h4 sup {
  position: relative;
  font-size: 30px;
  vertical-align: top;
  top: 15px;
}
.smart-forms .price-box h4 .per-month {
  font-size: 14px;
}
.smart-forms .expand {
  height: 50px;
  line-height: 50px !important;
}
/* @simple price boxes ribbon IE8+
----------------------------------------- */
.smart-forms .ribbon, .smart-forms .ribbon-large {
  width: 75px;
  height: 78px;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 1;
}
.smart-forms .ribbon-inner {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #014a97;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 0;
  width: 100px;
  color: #fff;
  z-index: 1;
  left: 3px;
  top: 6px;
}
.smart-forms .ribbon-inner:before, .smart-forms .ribbon-inner:after {
  content: "";
  border-top: 3px solid #16a085;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.smart-forms .ribbon-inner:before {
  left: 0px;
}
.smart-forms .ribbon-inner:after {
  right: 0px;
}
.smart-forms .ribbon-large {
  width: 115px;
  height: 118px;
}
.smart-forms .ribbon-large .ribbon-inner {
  width: 160px;
  left: -8px;
  top: 28px;
}
/* @captcha refresh button + icon 
-------------------------------------------------- */
.smart-forms .sfcode {
  padding-left: 24px;
}
.smart-forms .captcode {
  padding: 0;
  position: relative;
}
.smart-forms .captcode img {
  position: absolute;
  top: 1px;
  /*    -webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-o-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;		 */
  left: 1px;
}
.smart-forms .refresh-captcha {
  position: absolute;
  background: #fff;
  border: 3px solid #1bb6e4;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  right: -15px;
  height: 32px;
  width: 32px;
  top: 4px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.smart-forms .refresh-captcha i {
  position: absolute;
  text-align: center;
  line-height: 26px;
  font-size: 17px;
  color: #1bb6e4;
  left: 24%;
}
/* @captcha refresh button themes
-------------------------------------------------- */
.smart-forms .refresh-black {
  background: #34495e;
  border-color: #2c3e50;
}
.smart-forms .refresh-blue {
  background: #3498db;
  border-color: #2c81ba;
}
.smart-forms .refresh-green {
  background: #2ecc71;
  border-color: #27ad60;
}
.smart-forms .refresh-purple {
  background: #9B59B6;
  border-color: #8E44AD;
}
.smart-forms .refresh-red {
  background: #e74c3c;
  border-color: #c44133;
}
.smart-forms .refresh-yellow {
  background: #ed9c28;
  border-color: #d58512;
}
/* @Fix old of versions android + ios
------------------------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .smart-forms .option, .smart-forms .rating, .smart-forms .switch, .smart-forms .captcode {
    -webkit-animation: bugfix infinite 1s;
  }
  @-webkit-keyframes bugfix {
    from {
      padding: 0;
    }
    to {
      padding: 0;
    }
  }
  .smart-forms .switch {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .smart-forms .option {
    margin-right: 15px;
  }
}
/* @responsiveness for tablets + smart mobile 
-------------------------------------------------- */
@media (max-width: 768px) {
  .smart-forms .frm-row {
    margin: 0;
  }
  .smart-forms .frm-row .colm {
    width: 100%;
    float: none;
    padding: 0;
  }
  .smart-forms .bdl {
    border-left: 0;
  }
  .smart-forms .bdr {
    border-right: 0;
  }
  .smart-forms .align-right {
    text-align: left;
  }
}
/*//
// Forms
// --------------------------------------------------*/
/*.smart-wrap {
    border: 1px solid $9-color-1;
    padding-top: 20px;
}*/
.smart-forms .section {
  /*    background-color: $9-gray-lighter;
    padding: 10px;*/
}
.smart-forms .gui-textarea-500, .smart-forms .gui-textarea-500:focus, .smart-forms .gui-textarea-500:active {
  height: 500px;
  overflow-y: auto;
}
.smart-forms .gui-textarea-250, .smart-forms .gui-textarea-250:focus, .smart-forms .gui-textarea-250:active {
  height: 250px;
  overflow-y: auto;
}
dim-max-200px-height {
  max-height: 200px;
}
.smart-forms .gui-input.border-none {
  border: none;
}
.smart-forms .gui-input.js-only-number {
  font-size: 24px;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}
.gui-input[disabled], .gui-input[readonly] {
  background-color: #eee !important;
  cursor: not-allowed;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a i.check-mark {
  display: none;
  margin-top: 7.5px;
  position: absolute;
  right: 15px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
}
.smart-forms .bootstrap-select.btn-group .dropdown-menu > li > a i {
  color: #b4cf60;
}
.smart-forms .bootstrap-select .filter-option {
  text-align: left;
  width: 100%;
}
.smart-forms .bootstrap-select .filter-option .first {
  background-color: #babbbd;
  padding: 4px 10px;
  color: #fff;
  font-size: 0.9em;
  border-radius: 4px;
}
.smart-forms .bootstrap-select .caret {
  position: relative;
  right: 15px;
}
.error {
  color: #ca010b;
}
.smart-forms .select, .smart-forms .bootstrap-select .btn, .smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .select-multiple select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed #939393;
  background-color: #fbfbfb;
  color: #222;
}
.smart-forms .no-labels .field-label {
  display: none;
}
.fiels-label-special-font .smart-forms .field-label {
  font-weight: 400;
  color: #c0c0c0;
  font-family: "mhi-headlineheadline";
  font-size: 40px;
}
.smart-forms .field-label {
  font-weight: 400;
  color: #939393;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
.smart-wrap {
  padding: 0;
}
.form-control, .gui-input {
  background-color: #014a97;
  background-image: none;
  border: 1px solid #111;
  border-radius: 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.gui-textarea:focus {
  height: 150px;
}
.form-control:focus, .gui-textarea:focus, .gui-input:focus {
  border-color: #babbbd;
  background-color: #fff;
  /*     color: #fff;*/
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 4px rgba(139, 119, 94, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 4px rgba(139, 119, 94, 0);
}
.smart-forms input:focus::-moz-placeholder, .smart-forms textarea:focus::-moz-placeholder {
  color: #777;
}
.smart-forms input::-webkit-input-placeholder, .smart-forms textarea::-webkit-input-placeholder {
  font-style: normal;
}
.smart-forms input:focus::-webkit-input-placeholder, .smart-forms input:-moz-placeholder, .smart-forms textarea:-moz-placeholder {
  font-style: normal;
}
.smart-forms input::-moz-placeholder, .smart-forms textarea::-moz-placeholder {
  font-style: normal;
}
.smart-forms input:-ms-input-placeholder, .smart-forms textarea:-ms-input-placeholder {
  font-style: normal;
}
.smart-forms .bootstrap-select.open .btn {
  border-color: #bdc3c7;
  background-color: #014a97;
  color: #fff;
  box-shadow: none;
}
/*Bootstrap-select*/
.smart-forms .bootstrap-select .dropdown-menu {
  background-color: #fff;
  color: #222;
  width: 100%;
}
.smart-forms .bootstrap-required .first {
  color: #babbbd;
}
.smart-forms .dropdown-menu > li > a {
  color: #222;
}
.smart-forms .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #9ab7d5;
  color: #fff;
}
.smart-forms .refresh-captcha {
  border: 3px solid #014a97;
  background-color: #fff;
}
.smart-forms .refresh-captcha i {
  color: #014a97;
}
.form-control:focus, .gui-textarea:focus, .gui-input:focus {
  color: #000;
}
.smart-forms .tagline {
  border-color: #014a97;
}
.smart-forms .tagline span {
  background: #014a97 none repeat scroll 0;
  color: #fff;
  padding: 5px 15px;
  top: -14px;
}
.smart-forms .checkbox::before {
  border-color: #014a97 !important;
  height: 6px;
  left: 3px;
  top: 4px;
  width: 10px;
}
.smart-forms input:checked + .checkbox, .smart-forms input:checked + .radio {
  border: 3px solid #014a97;
}
.checkbox, .radio {
  margin-top: 0;
  margin-bottom: 0;
}
.smart-forms .form-footer {
  background: none;
  display: none;
}
.smart-forms .form-body {
  padding: 0;
}
.ui-datepicker table {
  font-size: 15px;
}
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Improvements by Sébastien Malot
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.icon-arrow-right:before {
  content: "";
}
.icon-arrow-left:before {
  content: "";
}
.icon-arrow-left, .icon-arrow-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
}
.datetimepicker td, .datetimepicker th {
  border-radius: 0 !important;
}
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  white-space: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  background-color: #fff;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.old {
  color: #999999;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker-dropdown, .datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*="datetimepicker-dropdown"]:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*="datetimepicker-dropdown"]:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*="datetimepicker-dropdown-top"]:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*="datetimepicker-dropdown-top"]:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker td, .datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datetimepicker table tr td, .table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.old, .datetimepicker table tr td.new {
  color: #999999;
}
.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
  border: 1px solid #0163ca;
  /*    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}
.datetimepicker table tr td.today:hover, .datetimepicker table tr td.today:hover:hover, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today.disabled:hover:hover, .datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today:hover.disabled, .datetimepicker table tr td.today.disabled.disabled, .datetimepicker table tr td.today.disabled:hover.disabled, .datetimepicker table tr td.today[disabled], .datetimepicker table tr td.today:hover[disabled], .datetimepicker table tr td.today.disabled[disabled], .datetimepicker table tr td.today.disabled:hover[disabled] {
  border: 1px solid #014a97;
}
.datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active {
  border: 1px solid #014a97;
}
.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
  /*    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
  background-color: #014a97;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active:hover.disabled, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled:hover.disabled, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active:hover[disabled], .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #014a97;
}
.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
  background-color: #014a97;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am, .datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend, .datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker table tr td span.disabled, .datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
  /*    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
  background-color: #014a97;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active:hover:hover, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active.disabled:hover:hover, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active:hover.disabled, .datetimepicker table tr td span.active.disabled.disabled, .datetimepicker table tr td span.active.disabled:hover.disabled, .datetimepicker table tr td span.active[disabled], .datetimepicker table tr td span.active:hover[disabled], .datetimepicker table tr td span.active.disabled[disabled], .datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #014a97;
}
.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #014a97;
}
.datetimepicker thead tr:first-child th, .datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i, .input-prepend.date .add-on i, .input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.sticky-container:hover, .sticky-container:focus {
  right: 0;
}
.sticky-container {
  /*background-color: #333;*/
  /*    display:none;
    padding: 0px;
    margin: 0px;
    position: fixed;
    top:33%;
    margin-top: -50px;
    width: 450px;*/
  right: -300px;
  -webkit-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
}
/*.sticky-container:hover,
.sticky-container:focus {
    right: -0px;
}*/
.js-close {
  cursor: pointer;
}
.sticky-container img.service-img {
  float: left;
  position: relative;
  z-index: 999;
}
.sticky-content-outer {
  /*    height: 90px;
    left: 50px;
    top: 5px;
    padding-left: 20px;*/
  /*    position: absolute;*/
  z-index: 998;
  /*    width: 315px;
    padding-right: 10px;*/
}
.sticky-teaser {
  text-transform: uppercase;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  position: absolute;
  top: 35px;
  left: -19px;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.sticky-content-inner {
  text-align: center;
  padding-top: 10px;
  color: #fff;
}
/*.sticky li{
        list-style-type: none;
        background-color: #333;
        color: #efefef;
        height: 43px;
        padding: 0px;
        margin: 0px 0px 1px 0px;
        -webkit-transition:all 0.25s ease-in-out;
        -moz-transition:all 0.25s ease-in-out;
        -o-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
        cursor: pointer;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
        filter: gray; 
        -webkit-filter: grayscale(100%); 
}
.sticky li:hover{
        margin-left: -115px;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
}
.sticky li img{
        float: left;
        margin: 5px 5px;
        margin-right: 10px;
}
.sticky li p{
        padding: 0px;
        margin: 0px;
        text-transform: uppercase;
        line-height: 43px;
}*/
/***************************************
Tablet
***************************************/
@media (min-width: 768px) {
  /*    .sticky-container:hover,
    .sticky-container:focus {
        right: -0px;
    }*/
  .sticky-container.in {
    right: 0px;
  }
  .sticky-container .stickyFormular {
    height: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    margin-left: 130px;
    position: relative;
    top: -5px;
    z-index: 999;
  }
  .sticky-container.in .stickyFormular {
    height: auto;
  }
  .sticky-container {
    /*background-color: #333;*/
    display: block;
    z-index: 1000;
    /*        right: -315px;
        top:33%;
        margin-top: -50px;
        width: 450px;
        z-index: 1000;*/
  }
  .sticky-container img.service-img {
    display: block;
  }
  .sticky-teaser {
    left: 25px;
    top: 34px;
  }
}
/***************************************
Desktop
***************************************/
/***************************************
Large Desktop
***************************************/
/*!
 * Bootstrap-select v1.13.9 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
.dropdown-header {
  font-weight: 900;
  color: #014a97;
  font-size: 16px;
}
.bootstrap-select > .error:not(.errorShow) {
  display: none !important;
}
.bootstrap-select .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #9ab7d5;
}
select.bs-select-hidden, .bootstrap-select > select.bs-select-hidden, select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
  /*  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;*/
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right, .row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  margin-top: 5px;
  top: 0px;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  height: 22px;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
  width: auto;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 10px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
/*@import "ext/sticky";
@import "ext/jplist";
@import "ext/transfer";*/
