@charset "UTF-8";
/*!
Theme Name: Pixxet Theme
Theme URI: https://www.artistvisions.net/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>Pixxet Theme</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Pixxet Theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Pixxet Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Bootstrap
# Typography
# Elements
# Forms
# Animations
# Globals
	## Header
	## Footer
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*!
 * 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 */
/* line 9, ../sass/bootstrap/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../sass/bootstrap/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../sass/bootstrap/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../sass/bootstrap/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../sass/bootstrap/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../sass/bootstrap/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../sass/bootstrap/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../sass/bootstrap/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../sass/bootstrap/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../sass/bootstrap/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../sass/bootstrap/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../sass/bootstrap/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../sass/bootstrap/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../sass/bootstrap/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../sass/bootstrap/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../sass/bootstrap/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../sass/bootstrap/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../sass/bootstrap/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../sass/bootstrap/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../sass/bootstrap/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../sass/bootstrap/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../sass/bootstrap/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../sass/bootstrap/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../sass/bootstrap/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../sass/bootstrap/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../sass/bootstrap/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../sass/bootstrap/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../sass/bootstrap/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../sass/bootstrap/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../sass/bootstrap/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../sass/bootstrap/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../sass/bootstrap/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../sass/bootstrap/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../sass/bootstrap/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../sass/bootstrap/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../sass/bootstrap/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../sass/bootstrap/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../sass/bootstrap/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../sass/bootstrap/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../sass/bootstrap/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../sass/bootstrap/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../sass/bootstrap/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../sass/bootstrap/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../sass/bootstrap/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../sass/bootstrap/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../sass/bootstrap/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../sass/bootstrap/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../sass/bootstrap/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../sass/bootstrap/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../sass/bootstrap/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../sass/bootstrap/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ../sass/bootstrap/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../sass/bootstrap/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, ../sass/bootstrap/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, ../sass/bootstrap/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../sass/bootstrap/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ../sass/bootstrap/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 11, ../sass/bootstrap/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/bootstrap/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../sass/bootstrap/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../sass/bootstrap/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../sass/bootstrap/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../sass/bootstrap/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, ../sass/bootstrap/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, ../sass/bootstrap/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../sass/bootstrap/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../sass/bootstrap/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../sass/bootstrap/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../sass/bootstrap/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../sass/bootstrap/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  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;
}

/* line 106, ../sass/bootstrap/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../sass/bootstrap/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../sass/bootstrap/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../sass/bootstrap/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../sass/bootstrap/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../sass/bootstrap/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../sass/bootstrap/bootstrap/_type.scss */
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: #777777;
}

/* line 24, ../sass/bootstrap/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../sass/bootstrap/bootstrap/_type.scss */
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%;
}

/* line 35, ../sass/bootstrap/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../sass/bootstrap/bootstrap/_type.scss */
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%;
}

/* line 47, ../sass/bootstrap/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../sass/bootstrap/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../sass/bootstrap/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../sass/bootstrap/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../sass/bootstrap/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../sass/bootstrap/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../sass/bootstrap/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../sass/bootstrap/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../sass/bootstrap/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../sass/bootstrap/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../sass/bootstrap/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../sass/bootstrap/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../sass/bootstrap/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../sass/bootstrap/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../sass/bootstrap/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../sass/bootstrap/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../sass/bootstrap/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../sass/bootstrap/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../sass/bootstrap/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../sass/bootstrap/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../sass/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../sass/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../sass/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../sass/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../sass/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../sass/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../sass/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../sass/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../sass/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../sass/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../sass/bootstrap/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../sass/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../sass/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../sass/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../sass/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../sass/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../sass/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../sass/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../sass/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../sass/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../sass/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../sass/bootstrap/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../sass/bootstrap/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../sass/bootstrap/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../sass/bootstrap/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../sass/bootstrap/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../sass/bootstrap/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../sass/bootstrap/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../sass/bootstrap/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 193, ../sass/bootstrap/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../sass/bootstrap/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../sass/bootstrap/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../sass/bootstrap/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../sass/bootstrap/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../sass/bootstrap/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../sass/bootstrap/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../sass/bootstrap/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../sass/bootstrap/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
/* line 265, ../sass/bootstrap/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../sass/bootstrap/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../sass/bootstrap/bootstrap/_type.scss */
.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: '';
}
/* line 287, ../sass/bootstrap/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../sass/bootstrap/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 7, ../sass/bootstrap/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../sass/bootstrap/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../sass/bootstrap/bootstrap/_code.scss */
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);
}
/* line 32, ../sass/bootstrap/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../sass/bootstrap/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, ../sass/bootstrap/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../sass/bootstrap/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../sass/bootstrap/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../sass/bootstrap/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../sass/bootstrap/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../sass/bootstrap/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../sass/bootstrap/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../sass/bootstrap/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 27, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 35, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 40, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, ../sass/bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../sass/bootstrap/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../sass/bootstrap/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../sass/bootstrap/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../sass/bootstrap/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../sass/bootstrap/bootstrap/_tables.scss */
.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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../sass/bootstrap/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../sass/bootstrap/bootstrap/_tables.scss */
.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;
}
/* line 57, ../sass/bootstrap/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../sass/bootstrap/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../sass/bootstrap/bootstrap/_tables.scss */
.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;
}

/* line 88, ../sass/bootstrap/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../sass/bootstrap/bootstrap/_tables.scss */
.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;
}
/* line 101, ../sass/bootstrap/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../sass/bootstrap/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../sass/bootstrap/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../sass/bootstrap/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../sass/bootstrap/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../sass/bootstrap/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 20, ../sass/bootstrap/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/bootstrap/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 20, ../sass/bootstrap/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/bootstrap/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 20, ../sass/bootstrap/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/bootstrap/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 20, ../sass/bootstrap/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 9, ../sass/bootstrap/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 20, ../sass/bootstrap/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 171, ../sass/bootstrap/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../sass/bootstrap/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../sass/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../sass/bootstrap/bootstrap/_tables.scss */
  .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;
  }
  /* line 200, ../sass/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../sass/bootstrap/bootstrap/_tables.scss */
  .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;
  }
  /* line 212, ../sass/bootstrap/bootstrap/_tables.scss */
  .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;
  }
  /* line 225, ../sass/bootstrap/bootstrap/_tables.scss */
  .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;
  }
}

/* line 10, ../sass/bootstrap/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../sass/bootstrap/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../sass/bootstrap/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../sass/bootstrap/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../sass/bootstrap/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../sass/bootstrap/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../sass/bootstrap/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../sass/bootstrap/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../sass/bootstrap/bootstrap/_forms.scss */
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;
}

/* line 83, ../sass/bootstrap/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

/* line 114, ../sass/bootstrap/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  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;
}
/* line 57, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.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);
}
/* line 103, ../sass/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../sass/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../sass/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, ../sass/bootstrap/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../sass/bootstrap/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, ../sass/bootstrap/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, ../sass/bootstrap/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, ../sass/bootstrap/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../sass/bootstrap/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, ../sass/bootstrap/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, ../sass/bootstrap/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, ../sass/bootstrap/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../sass/bootstrap/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, ../sass/bootstrap/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../sass/bootstrap/bootstrap/_forms.scss */
.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;
}

/* line 248, ../sass/bootstrap/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../sass/bootstrap/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, ../sass/bootstrap/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, ../sass/bootstrap/bootstrap/_forms.scss */
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;
}

/* line 285, ../sass/bootstrap/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, ../sass/bootstrap/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, ../sass/bootstrap/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, ../sass/bootstrap/bootstrap/_forms.scss */
.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;
}

/* line 71, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.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;
}

/* line 79, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
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;
}

/* line 84, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
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[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, ../sass/bootstrap/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, ../sass/bootstrap/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, ../sass/bootstrap/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, ../sass/bootstrap/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.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;
}

/* line 79, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
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;
}

/* line 84, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
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[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, ../sass/bootstrap/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 366, ../sass/bootstrap/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, ../sass/bootstrap/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, ../sass/bootstrap/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 388, ../sass/bootstrap/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, ../sass/bootstrap/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, ../sass/bootstrap/bootstrap/_forms.scss */
.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;
}

/* line 410, ../sass/bootstrap/bootstrap/_forms.scss */
.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;
}

/* line 417, ../sass/bootstrap/bootstrap/_forms.scss */
.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;
}

/* line 8, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.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;
}
/* line 21, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.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);
}
/* line 24, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.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;
}
/* line 31, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.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;
}
/* line 21, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.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);
}
/* line 24, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.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;
}
/* line 31, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.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;
}
/* line 21, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.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);
}
/* line 24, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.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;
}
/* line 31, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../sass/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../sass/bootstrap/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, ../sass/bootstrap/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../sass/bootstrap/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, ../sass/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../sass/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../sass/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../sass/bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../sass/bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, ../sass/bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../sass/bootstrap/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../sass/bootstrap/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../sass/bootstrap/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../sass/bootstrap/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../sass/bootstrap/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../sass/bootstrap/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, ../sass/bootstrap/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, ../sass/bootstrap/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, ../sass/bootstrap/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, ../sass/bootstrap/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, ../sass/bootstrap/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, ../sass/bootstrap/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../sass/bootstrap/bootstrap/_buttons.scss */
.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.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../sass/bootstrap/bootstrap/_buttons.scss */
.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;
}
/* line 32, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../sass/bootstrap/bootstrap/_buttons.scss */
.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);
}
/* line 46, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../sass/bootstrap/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.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;
}
/* line 37, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.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;
}
/* line 53, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.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: #204d74;
  border-color: #122b40;
}
/* line 37, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.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: #337ab7;
  border-color: #2e6da4;
}
/* line 53, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.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;
}
/* line 37, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.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;
}
/* line 53, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.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;
}
/* line 37, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.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;
}
/* line 53, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.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;
}
/* line 37, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.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;
}
/* line 53, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.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;
}
/* line 37, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.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;
}
/* line 53, ../sass/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../sass/bootstrap/bootstrap/_buttons.scss */
.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;
}
/* line 109, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../sass/bootstrap/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../sass/bootstrap/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../sass/bootstrap/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../sass/bootstrap/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../sass/bootstrap/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../sass/bootstrap/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../sass/bootstrap/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../sass/bootstrap/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../sass/bootstrap/bootstrap/_component-animations.scss */
.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;
}

/* line 7, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.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;
}

/* line 20, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.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;
}
/* line 54, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.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;
}

/* line 123, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../sass/bootstrap/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../sass/bootstrap/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../sass/bootstrap/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../sass/bootstrap/bootstrap/_button-groups.scss */
.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;
}

/* line 26, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../sass/bootstrap/bootstrap/_button-groups.scss */
.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;
}

/* line 69, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../sass/bootstrap/bootstrap/_button-groups.scss */
.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;
}

/* line 81, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../sass/bootstrap/bootstrap/_button-groups.scss */
.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);
}
/* line 120, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../sass/bootstrap/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../sass/bootstrap/bootstrap/_button-groups.scss */
.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;
}

/* line 172, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../sass/bootstrap/bootstrap/_button-groups.scss */
.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;
}
/* line 179, ../sass/bootstrap/bootstrap/_button-groups.scss */
.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;
}

/* line 184, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../sass/bootstrap/bootstrap/_button-groups.scss */
.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;
}

/* line 193, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../sass/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../sass/bootstrap/bootstrap/_button-groups.scss */
[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;
}

/* line 7, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, ../sass/bootstrap/bootstrap/_input-groups.scss */
.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;
}

/* line 68, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../sass/bootstrap/bootstrap/_input-groups.scss */
.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;
}

/* line 117, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../sass/bootstrap/bootstrap/_input-groups.scss */
.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;
}

/* line 129, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, ../sass/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../sass/bootstrap/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../sass/bootstrap/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../sass/bootstrap/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../sass/bootstrap/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../sass/bootstrap/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../sass/bootstrap/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../sass/bootstrap/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, ../sass/bootstrap/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../sass/bootstrap/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../sass/bootstrap/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../sass/bootstrap/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../sass/bootstrap/bootstrap/_navs.scss */
.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) {
  /* line 206, ../sass/bootstrap/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../sass/bootstrap/bootstrap/_navs.scss */
  .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;
  }
}

/* line 224, ../sass/bootstrap/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../sass/bootstrap/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../sass/bootstrap/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../sass/bootstrap/bootstrap/_navbar.scss */
.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;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../sass/bootstrap/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, ../sass/bootstrap/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, ../sass/bootstrap/bootstrap/_navbar.scss */
.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;
}
/* line 206, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, ../sass/bootstrap/bootstrap/_navbar.scss */
.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) {
  /* line 478, ../sass/bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../sass/bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../sass/bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../sass/bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../sass/bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, ../sass/bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../sass/bootstrap/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../sass/bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../sass/bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../sass/bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../sass/bootstrap/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, ../sass/bootstrap/bootstrap/_navbar.scss */
  .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;
  }
}

/* line 327, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../sass/bootstrap/bootstrap/_navbar.scss */
.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;
}

/* line 343, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, ../sass/bootstrap/bootstrap/_navbar.scss */
.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;
}
/* line 433, ../sass/bootstrap/bootstrap/_navbar.scss */
.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;
}
/* line 442, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../sass/bootstrap/bootstrap/_navbar.scss */
.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) {
  /* line 473, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../sass/bootstrap/bootstrap/_navbar.scss */
  .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;
  }
  /* line 482, ../sass/bootstrap/bootstrap/_navbar.scss */
  .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;
  }
  /* line 490, ../sass/bootstrap/bootstrap/_navbar.scss */
  .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;
  }
}
/* line 506, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../sass/bootstrap/bootstrap/_navbar.scss */
.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;
}

/* line 531, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, ../sass/bootstrap/bootstrap/_navbar.scss */
.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;
}
/* line 567, ../sass/bootstrap/bootstrap/_navbar.scss */
.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;
}
/* line 577, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../sass/bootstrap/bootstrap/_navbar.scss */
.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) {
  /* line 607, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../sass/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../sass/bootstrap/bootstrap/_navbar.scss */
  .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;
  }
  /* line 622, ../sass/bootstrap/bootstrap/_navbar.scss */
  .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;
  }
  /* line 630, ../sass/bootstrap/bootstrap/_navbar.scss */
  .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;
  }
}
/* line 641, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../sass/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../sass/bootstrap/bootstrap/_navbar.scss */
.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;
}

/* line 6, ../sass/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, ../sass/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../sass/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, ../sass/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../sass/bootstrap/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, ../sass/bootstrap/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../sass/bootstrap/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../sass/bootstrap/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, ../sass/bootstrap/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, ../sass/bootstrap/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, ../sass/bootstrap/bootstrap/_pagination.scss */
.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: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, ../sass/bootstrap/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../sass/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
/* line 12, ../sass/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, ../sass/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../sass/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, ../sass/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, ../sass/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../sass/bootstrap/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../sass/bootstrap/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../sass/bootstrap/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../sass/bootstrap/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../sass/bootstrap/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../sass/bootstrap/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../sass/bootstrap/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../sass/bootstrap/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../sass/bootstrap/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../sass/bootstrap/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../sass/bootstrap/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../sass/bootstrap/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../sass/bootstrap/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../sass/bootstrap/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, ../sass/bootstrap/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../sass/bootstrap/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../sass/bootstrap/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../sass/bootstrap/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../sass/bootstrap/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../sass/bootstrap/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../sass/bootstrap/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../sass/bootstrap/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../sass/bootstrap/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../sass/bootstrap/bootstrap/_badges.scss */
.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: #777777;
  border-radius: 10px;
}
/* line 22, ../sass/bootstrap/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../sass/bootstrap/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../sass/bootstrap/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, ../sass/bootstrap/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, ../sass/bootstrap/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, ../sass/bootstrap/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, ../sass/bootstrap/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../sass/bootstrap/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../sass/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, ../sass/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, ../sass/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, ../sass/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, ../sass/bootstrap/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, ../sass/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../sass/bootstrap/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../sass/bootstrap/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, ../sass/bootstrap/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../sass/bootstrap/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  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;
}
/* line 17, ../sass/bootstrap/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../sass/bootstrap/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../sass/bootstrap/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../sass/bootstrap/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../sass/bootstrap/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../sass/bootstrap/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../sass/bootstrap/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../sass/bootstrap/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../sass/bootstrap/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../sass/bootstrap/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../sass/bootstrap/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../sass/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../sass/bootstrap/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../sass/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../sass/bootstrap/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../sass/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../sass/bootstrap/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../sass/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_alerts.scss */
.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;
  }
}
/* line 26, ../sass/bootstrap/bootstrap/_progress-bars.scss */
.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);
}

/* line 36, ../sass/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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;
}

/* line 54, ../sass/bootstrap/bootstrap/_progress-bars.scss */
.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;
}

/* line 64, ../sass/bootstrap/bootstrap/_progress-bars.scss */
.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;
}

/* line 73, ../sass/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../sass/bootstrap/bootstrap/mixins/_progress-bar.scss */
.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);
}

/* line 77, ../sass/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../sass/bootstrap/bootstrap/mixins/_progress-bar.scss */
.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);
}

/* line 81, ../sass/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../sass/bootstrap/bootstrap/mixins/_progress-bar.scss */
.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);
}

/* line 85, ../sass/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../sass/bootstrap/bootstrap/mixins/_progress-bar.scss */
.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);
}

/* line 1, ../sass/bootstrap/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../sass/bootstrap/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../sass/bootstrap/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../sass/bootstrap/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../sass/bootstrap/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, ../sass/bootstrap/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../sass/bootstrap/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../sass/bootstrap/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../sass/bootstrap/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../sass/bootstrap/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../sass/bootstrap/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../sass/bootstrap/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../sass/bootstrap/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../sass/bootstrap/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../sass/bootstrap/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../sass/bootstrap/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, ../sass/bootstrap/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, ../sass/bootstrap/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, ../sass/bootstrap/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, ../sass/bootstrap/bootstrap/_list-group.scss */
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;
}

/* line 63, ../sass/bootstrap/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, ../sass/bootstrap/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, ../sass/bootstrap/bootstrap/_list-group.scss */
.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;
}
/* line 81, ../sass/bootstrap/bootstrap/_list-group.scss */
.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: #777777;
}
/* line 87, ../sass/bootstrap/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 96, ../sass/bootstrap/bootstrap/_list-group.scss */
.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;
}
/* line 101, ../sass/bootstrap/bootstrap/_list-group.scss */
.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: #c7ddef;
}

/* line 4, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
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;
}
/* line 24, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
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;
}

/* line 4, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
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;
}
/* line 24, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
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;
}

/* line 4, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
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;
}
/* line 24, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
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;
}

/* line 4, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
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;
}
/* line 24, ../sass/bootstrap/bootstrap/mixins/_list-group.scss */
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;
}

/* line 123, ../sass/bootstrap/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, ../sass/bootstrap/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../sass/bootstrap/bootstrap/_panels.scss */
.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);
}

/* line 16, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../sass/bootstrap/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../sass/bootstrap/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../sass/bootstrap/bootstrap/_panels.scss */
.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;
}
/* line 82, ../sass/bootstrap/bootstrap/_panels.scss */
.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;
}
/* line 89, ../sass/bootstrap/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../sass/bootstrap/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../sass/bootstrap/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../sass/bootstrap/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, ../sass/bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, ../sass/bootstrap/bootstrap/_panels.scss */
.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;
}
/* line 131, ../sass/bootstrap/bootstrap/_panels.scss */
.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;
}
/* line 135, ../sass/bootstrap/bootstrap/_panels.scss */
.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;
}
/* line 143, ../sass/bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, ../sass/bootstrap/bootstrap/_panels.scss */
.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;
}
/* line 153, ../sass/bootstrap/bootstrap/_panels.scss */
.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;
}
/* line 157, ../sass/bootstrap/bootstrap/_panels.scss */
.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;
}
/* line 164, ../sass/bootstrap/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, ../sass/bootstrap/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../sass/bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../sass/bootstrap/bootstrap/_panels.scss */
.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;
}
/* line 185, ../sass/bootstrap/bootstrap/_panels.scss */
.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;
}
/* line 194, ../sass/bootstrap/bootstrap/_panels.scss */
.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;
}
/* line 203, ../sass/bootstrap/bootstrap/_panels.scss */
.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;
}
/* line 210, ../sass/bootstrap/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../sass/bootstrap/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../sass/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../sass/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../sass/bootstrap/bootstrap/_responsive-embed.scss */
.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;
}

/* line 28, ../sass/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../sass/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../sass/bootstrap/bootstrap/_wells.scss */
.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);
}
/* line 15, ../sass/bootstrap/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../sass/bootstrap/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../sass/bootstrap/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../sass/bootstrap/bootstrap/_close.scss */
.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);
}
/* line 15, ../sass/bootstrap/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../sass/bootstrap/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../sass/bootstrap/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../sass/bootstrap/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../sass/bootstrap/bootstrap/_modals.scss */
.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;
}
/* line 36, ../sass/bootstrap/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../sass/bootstrap/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../sass/bootstrap/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../sass/bootstrap/bootstrap/_modals.scss */
.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;
}

/* line 64, ../sass/bootstrap/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../sass/bootstrap/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../sass/bootstrap/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../sass/bootstrap/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../sass/bootstrap/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../sass/bootstrap/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 97, ../sass/bootstrap/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../sass/bootstrap/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../sass/bootstrap/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../sass/bootstrap/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../sass/bootstrap/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../sass/bootstrap/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../sass/bootstrap/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../sass/bootstrap/bootstrap/_modals.scss */
  .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);
  }

  /* line 145, ../sass/bootstrap/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../sass/bootstrap/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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);
}
/* line 18, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 36, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, ../sass/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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);
}
/* line 27, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, ../sass/bootstrap/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../sass/bootstrap/bootstrap/_carousel.scss */
.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;
}
/* line 22, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../sass/bootstrap/bootstrap/_carousel.scss */
  .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;
  }
  /* line 34, ../sass/bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../sass/bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../sass/bootstrap/bootstrap/_carousel.scss */
  .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;
  }
}
/* line 53, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../sass/bootstrap/bootstrap/_carousel.scss */
.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: transparent;
}
/* line 109, ../sass/bootstrap/bootstrap/_carousel.scss */
.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);
}
/* line 112, ../sass/bootstrap/bootstrap/_carousel.scss */
.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);
}
/* line 119, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, ../sass/bootstrap/bootstrap/_carousel.scss */
.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;
}
/* line 138, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, ../sass/bootstrap/bootstrap/_carousel.scss */
.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;
}
/* line 185, ../sass/bootstrap/bootstrap/_carousel.scss */
.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: transparent;
}
/* line 207, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, ../sass/bootstrap/bootstrap/_carousel.scss */
.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);
}
/* line 229, ../sass/bootstrap/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, ../sass/bootstrap/bootstrap/_carousel.scss */
  .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;
  }
  /* line 249, ../sass/bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, ../sass/bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, ../sass/bootstrap/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, ../sass/bootstrap/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../sass/bootstrap/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../sass/bootstrap/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../sass/bootstrap/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../sass/bootstrap/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../sass/bootstrap/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../sass/bootstrap/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../sass/bootstrap/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../sass/bootstrap/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../sass/bootstrap/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
.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) {
  /* line 7, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../sass/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../sass/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../sass/font-awesome/_core.scss */
.pxt {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../sass/font-awesome/_larger.scss */
.pxt-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../sass/font-awesome/_larger.scss */
.pxt-2x {
  font-size: 2em;
}

/* line 11, ../sass/font-awesome/_larger.scss */
.pxt-3x {
  font-size: 3em;
}

/* line 12, ../sass/font-awesome/_larger.scss */
.pxt-4x {
  font-size: 4em;
}

/* line 13, ../sass/font-awesome/_larger.scss */
.pxt-5x {
  font-size: 5em;
}

/* line 3, ../sass/font-awesome/_fixed-width.scss */
.pxt-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 4, ../sass/font-awesome/_list.scss */
.pxt-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
/* line 8, ../sass/font-awesome/_list.scss */
.pxt-ul > li {
  position: relative;
}

/* line 10, ../sass/font-awesome/_list.scss */
.pxt-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
/* line 16, ../sass/font-awesome/_list.scss */
.pxt-li.pxt-lg {
  left: -1.85714286em;
}

/* line 4, ../sass/font-awesome/_bordered-pulled.scss */
.pxt-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../sass/font-awesome/_bordered-pulled.scss */
.pxt-pull-left {
  float: left;
}

/* line 11, ../sass/font-awesome/_bordered-pulled.scss */
.pxt-pull-right {
  float: right;
}

/* line 14, ../sass/font-awesome/_bordered-pulled.scss */
.pxt.pxt-pull-left {
  margin-right: .3em;
}
/* line 15, ../sass/font-awesome/_bordered-pulled.scss */
.pxt.pxt-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../sass/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../sass/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../sass/font-awesome/_bordered-pulled.scss */
.pxt.pull-left {
  margin-right: .3em;
}
/* line 24, ../sass/font-awesome/_bordered-pulled.scss */
.pxt.pull-right {
  margin-left: .3em;
}

/* line 4, ../sass/font-awesome/_animated.scss */
.pxt-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../sass/font-awesome/_animated.scss */
.pxt-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../sass/font-awesome/_rotated-flipped.scss */
.pxt-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../sass/font-awesome/_rotated-flipped.scss */
.pxt-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../sass/font-awesome/_rotated-flipped.scss */
.pxt-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../sass/font-awesome/_rotated-flipped.scss */
.pxt-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../sass/font-awesome/_rotated-flipped.scss */
.pxt-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../sass/font-awesome/_rotated-flipped.scss */
:root .pxt-rotate-90,
:root .pxt-rotate-180,
:root .pxt-rotate-270,
:root .pxt-flip-horizontal,
:root .pxt-flip-vertical {
  filter: none;
}

/* line 4, ../sass/font-awesome/_stacked.scss */
.pxt-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../sass/font-awesome/_stacked.scss */
.pxt-stack-1x, .pxt-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../sass/font-awesome/_stacked.scss */
.pxt-stack-1x {
  line-height: inherit;
}

/* line 19, ../sass/font-awesome/_stacked.scss */
.pxt-stack-2x {
  font-size: 2em;
}

/* line 20, ../sass/font-awesome/_stacked.scss */
.pxt-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 */
/* line 4, ../sass/font-awesome/_icons.scss */
.pxt-glass:before {
  content: "";
}

/* line 5, ../sass/font-awesome/_icons.scss */
.pxt-music:before {
  content: "";
}

/* line 6, ../sass/font-awesome/_icons.scss */
.pxt-search:before {
  content: "";
}

/* line 7, ../sass/font-awesome/_icons.scss */
.pxt-envelope-o:before {
  content: "";
}

/* line 8, ../sass/font-awesome/_icons.scss */
.pxt-heart:before {
  content: "";
}

/* line 9, ../sass/font-awesome/_icons.scss */
.pxt-star:before {
  content: "";
}

/* line 10, ../sass/font-awesome/_icons.scss */
.pxt-star-o:before {
  content: "";
}

/* line 11, ../sass/font-awesome/_icons.scss */
.pxt-user:before {
  content: "";
}

/* line 12, ../sass/font-awesome/_icons.scss */
.pxt-film:before {
  content: "";
}

/* line 13, ../sass/font-awesome/_icons.scss */
.pxt-th-large:before {
  content: "";
}

/* line 14, ../sass/font-awesome/_icons.scss */
.pxt-th:before {
  content: "";
}

/* line 15, ../sass/font-awesome/_icons.scss */
.pxt-th-list:before {
  content: "";
}

/* line 16, ../sass/font-awesome/_icons.scss */
.pxt-check:before {
  content: "";
}

/* line 17, ../sass/font-awesome/_icons.scss */
.pxt-remove:before,
.pxt-close:before,
.pxt-times:before {
  content: "";
}

/* line 20, ../sass/font-awesome/_icons.scss */
.pxt-search-plus:before {
  content: "";
}

/* line 21, ../sass/font-awesome/_icons.scss */
.pxt-search-minus:before {
  content: "";
}

/* line 22, ../sass/font-awesome/_icons.scss */
.pxt-power-off:before {
  content: "";
}

/* line 23, ../sass/font-awesome/_icons.scss */
.pxt-signal:before {
  content: "";
}

/* line 24, ../sass/font-awesome/_icons.scss */
.pxt-gear:before,
.pxt-cog:before {
  content: "";
}

/* line 26, ../sass/font-awesome/_icons.scss */
.pxt-trash-o:before {
  content: "";
}

/* line 27, ../sass/font-awesome/_icons.scss */
.pxt-home:before {
  content: "";
}

/* line 28, ../sass/font-awesome/_icons.scss */
.pxt-file-o:before {
  content: "";
}

/* line 29, ../sass/font-awesome/_icons.scss */
.pxt-clock-o:before {
  content: "";
}

/* line 30, ../sass/font-awesome/_icons.scss */
.pxt-road:before {
  content: "";
}

/* line 31, ../sass/font-awesome/_icons.scss */
.pxt-download:before {
  content: "";
}

/* line 32, ../sass/font-awesome/_icons.scss */
.pxt-arrow-circle-o-down:before {
  content: "";
}

/* line 33, ../sass/font-awesome/_icons.scss */
.pxt-arrow-circle-o-up:before {
  content: "";
}

/* line 34, ../sass/font-awesome/_icons.scss */
.pxt-inbox:before {
  content: "";
}

/* line 35, ../sass/font-awesome/_icons.scss */
.pxt-play-circle-o:before {
  content: "";
}

/* line 36, ../sass/font-awesome/_icons.scss */
.pxt-rotate-right:before,
.pxt-repeat:before {
  content: "";
}

/* line 38, ../sass/font-awesome/_icons.scss */
.pxt-refresh:before {
  content: "";
}

/* line 39, ../sass/font-awesome/_icons.scss */
.pxt-list-alt:before {
  content: "";
}

/* line 40, ../sass/font-awesome/_icons.scss */
.pxt-lock:before {
  content: "";
}

/* line 41, ../sass/font-awesome/_icons.scss */
.pxt-flag:before {
  content: "";
}

/* line 42, ../sass/font-awesome/_icons.scss */
.pxt-headphones:before {
  content: "";
}

/* line 43, ../sass/font-awesome/_icons.scss */
.pxt-volume-off:before {
  content: "";
}

/* line 44, ../sass/font-awesome/_icons.scss */
.pxt-volume-down:before {
  content: "";
}

/* line 45, ../sass/font-awesome/_icons.scss */
.pxt-volume-up:before {
  content: "";
}

/* line 46, ../sass/font-awesome/_icons.scss */
.pxt-qrcode:before {
  content: "";
}

/* line 47, ../sass/font-awesome/_icons.scss */
.pxt-barcode:before {
  content: "";
}

/* line 48, ../sass/font-awesome/_icons.scss */
.pxt-tag:before {
  content: "";
}

/* line 49, ../sass/font-awesome/_icons.scss */
.pxt-tags:before {
  content: "";
}

/* line 50, ../sass/font-awesome/_icons.scss */
.pxt-book:before {
  content: "";
}

/* line 51, ../sass/font-awesome/_icons.scss */
.pxt-bookmark:before {
  content: "";
}

/* line 52, ../sass/font-awesome/_icons.scss */
.pxt-print:before {
  content: "";
}

/* line 53, ../sass/font-awesome/_icons.scss */
.pxt-camera:before {
  content: "";
}

/* line 54, ../sass/font-awesome/_icons.scss */
.pxt-font:before {
  content: "";
}

/* line 55, ../sass/font-awesome/_icons.scss */
.pxt-bold:before {
  content: "";
}

/* line 56, ../sass/font-awesome/_icons.scss */
.pxt-italic:before {
  content: "";
}

/* line 57, ../sass/font-awesome/_icons.scss */
.pxt-text-height:before {
  content: "";
}

/* line 58, ../sass/font-awesome/_icons.scss */
.pxt-text-width:before {
  content: "";
}

/* line 59, ../sass/font-awesome/_icons.scss */
.pxt-align-left:before {
  content: "";
}

/* line 60, ../sass/font-awesome/_icons.scss */
.pxt-align-center:before {
  content: "";
}

/* line 61, ../sass/font-awesome/_icons.scss */
.pxt-align-right:before {
  content: "";
}

/* line 62, ../sass/font-awesome/_icons.scss */
.pxt-align-justify:before {
  content: "";
}

/* line 63, ../sass/font-awesome/_icons.scss */
.pxt-list:before {
  content: "";
}

/* line 64, ../sass/font-awesome/_icons.scss */
.pxt-dedent:before,
.pxt-outdent:before {
  content: "";
}

/* line 66, ../sass/font-awesome/_icons.scss */
.pxt-indent:before {
  content: "";
}

/* line 67, ../sass/font-awesome/_icons.scss */
.pxt-video-camera:before {
  content: "";
}

/* line 68, ../sass/font-awesome/_icons.scss */
.pxt-photo:before,
.pxt-image:before,
.pxt-picture-o:before {
  content: "";
}

/* line 71, ../sass/font-awesome/_icons.scss */
.pxt-pencil:before {
  content: "";
}

/* line 72, ../sass/font-awesome/_icons.scss */
.pxt-map-marker:before {
  content: "";
}

/* line 73, ../sass/font-awesome/_icons.scss */
.pxt-adjust:before {
  content: "";
}

/* line 74, ../sass/font-awesome/_icons.scss */
.pxt-tint:before {
  content: "";
}

/* line 75, ../sass/font-awesome/_icons.scss */
.pxt-edit:before,
.pxt-pencil-square-o:before {
  content: "";
}

/* line 77, ../sass/font-awesome/_icons.scss */
.pxt-share-square-o:before {
  content: "";
}

/* line 78, ../sass/font-awesome/_icons.scss */
.pxt-check-square-o:before {
  content: "";
}

/* line 79, ../sass/font-awesome/_icons.scss */
.pxt-arrows:before {
  content: "";
}

/* line 80, ../sass/font-awesome/_icons.scss */
.pxt-step-backward:before {
  content: "";
}

/* line 81, ../sass/font-awesome/_icons.scss */
.pxt-fast-backward:before {
  content: "";
}

/* line 82, ../sass/font-awesome/_icons.scss */
.pxt-backward:before {
  content: "";
}

/* line 83, ../sass/font-awesome/_icons.scss */
.pxt-play:before {
  content: "";
}

/* line 84, ../sass/font-awesome/_icons.scss */
.pxt-pause:before {
  content: "";
}

/* line 85, ../sass/font-awesome/_icons.scss */
.pxt-stop:before {
  content: "";
}

/* line 86, ../sass/font-awesome/_icons.scss */
.pxt-forward:before {
  content: "";
}

/* line 87, ../sass/font-awesome/_icons.scss */
.pxt-fast-forward:before {
  content: "";
}

/* line 88, ../sass/font-awesome/_icons.scss */
.pxt-step-forward:before {
  content: "";
}

/* line 89, ../sass/font-awesome/_icons.scss */
.pxt-eject:before {
  content: "";
}

/* line 90, ../sass/font-awesome/_icons.scss */
.pxt-chevron-left:before {
  content: "";
}

/* line 91, ../sass/font-awesome/_icons.scss */
.pxt-chevron-right:before {
  content: "";
}

/* line 92, ../sass/font-awesome/_icons.scss */
.pxt-plus-circle:before {
  content: "";
}

/* line 93, ../sass/font-awesome/_icons.scss */
.pxt-minus-circle:before {
  content: "";
}

/* line 94, ../sass/font-awesome/_icons.scss */
.pxt-times-circle:before {
  content: "";
}

/* line 95, ../sass/font-awesome/_icons.scss */
.pxt-check-circle:before {
  content: "";
}

/* line 96, ../sass/font-awesome/_icons.scss */
.pxt-question-circle:before {
  content: "";
}

/* line 97, ../sass/font-awesome/_icons.scss */
.pxt-info-circle:before {
  content: "";
}

/* line 98, ../sass/font-awesome/_icons.scss */
.pxt-crosshairs:before {
  content: "";
}

/* line 99, ../sass/font-awesome/_icons.scss */
.pxt-times-circle-o:before {
  content: "";
}

/* line 100, ../sass/font-awesome/_icons.scss */
.pxt-check-circle-o:before {
  content: "";
}

/* line 101, ../sass/font-awesome/_icons.scss */
.pxt-ban:before {
  content: "";
}

/* line 102, ../sass/font-awesome/_icons.scss */
.pxt-arrow-left:before {
  content: "";
}

/* line 103, ../sass/font-awesome/_icons.scss */
.pxt-arrow-right:before {
  content: "";
}

/* line 104, ../sass/font-awesome/_icons.scss */
.pxt-arrow-up:before {
  content: "";
}

/* line 105, ../sass/font-awesome/_icons.scss */
.pxt-arrow-down:before {
  content: "";
}

/* line 106, ../sass/font-awesome/_icons.scss */
.pxt-mail-forward:before,
.pxt-share:before {
  content: "";
}

/* line 108, ../sass/font-awesome/_icons.scss */
.pxt-expand:before {
  content: "";
}

/* line 109, ../sass/font-awesome/_icons.scss */
.pxt-compress:before {
  content: "";
}

/* line 110, ../sass/font-awesome/_icons.scss */
.pxt-plus:before {
  content: "";
}

/* line 111, ../sass/font-awesome/_icons.scss */
.pxt-minus:before {
  content: "";
}

/* line 112, ../sass/font-awesome/_icons.scss */
.pxt-asterisk:before {
  content: "";
}

/* line 113, ../sass/font-awesome/_icons.scss */
.pxt-exclamation-circle:before {
  content: "";
}

/* line 114, ../sass/font-awesome/_icons.scss */
.pxt-gift:before {
  content: "";
}

/* line 115, ../sass/font-awesome/_icons.scss */
.pxt-leaf:before {
  content: "";
}

/* line 116, ../sass/font-awesome/_icons.scss */
.pxt-fire:before {
  content: "";
}

/* line 117, ../sass/font-awesome/_icons.scss */
.pxt-eye:before {
  content: "";
}

/* line 118, ../sass/font-awesome/_icons.scss */
.pxt-eye-slash:before {
  content: "";
}

/* line 119, ../sass/font-awesome/_icons.scss */
.pxt-warning:before,
.pxt-exclamation-triangle:before {
  content: "";
}

/* line 121, ../sass/font-awesome/_icons.scss */
.pxt-plane:before {
  content: "";
}

/* line 122, ../sass/font-awesome/_icons.scss */
.pxt-calendar:before {
  content: "";
}

/* line 123, ../sass/font-awesome/_icons.scss */
.pxt-random:before {
  content: "";
}

/* line 124, ../sass/font-awesome/_icons.scss */
.pxt-comment:before {
  content: "";
}

/* line 125, ../sass/font-awesome/_icons.scss */
.pxt-magnet:before {
  content: "";
}

/* line 126, ../sass/font-awesome/_icons.scss */
.pxt-chevron-up:before {
  content: "";
}

/* line 127, ../sass/font-awesome/_icons.scss */
.pxt-chevron-down:before {
  content: "";
}

/* line 128, ../sass/font-awesome/_icons.scss */
.pxt-retweet:before {
  content: "";
}

/* line 129, ../sass/font-awesome/_icons.scss */
.pxt-shopping-cart:before {
  content: "";
}

/* line 130, ../sass/font-awesome/_icons.scss */
.pxt-folder:before {
  content: "";
}

/* line 131, ../sass/font-awesome/_icons.scss */
.pxt-folder-open:before {
  content: "";
}

/* line 132, ../sass/font-awesome/_icons.scss */
.pxt-arrows-v:before {
  content: "";
}

/* line 133, ../sass/font-awesome/_icons.scss */
.pxt-arrows-h:before {
  content: "";
}

/* line 134, ../sass/font-awesome/_icons.scss */
.pxt-bar-chart-o:before,
.pxt-bar-chart:before {
  content: "";
}

/* line 136, ../sass/font-awesome/_icons.scss */
.pxt-twitter-square:before {
  content: "";
}

/* line 137, ../sass/font-awesome/_icons.scss */
.pxt-facebook-square:before {
  content: "";
}

/* line 138, ../sass/font-awesome/_icons.scss */
.pxt-camera-retro:before {
  content: "";
}

/* line 139, ../sass/font-awesome/_icons.scss */
.pxt-key:before {
  content: "";
}

/* line 140, ../sass/font-awesome/_icons.scss */
.pxt-gears:before,
.pxt-cogs:before {
  content: "";
}

/* line 142, ../sass/font-awesome/_icons.scss */
.pxt-comments:before {
  content: "";
}

/* line 143, ../sass/font-awesome/_icons.scss */
.pxt-thumbs-o-up:before {
  content: "";
}

/* line 144, ../sass/font-awesome/_icons.scss */
.pxt-thumbs-o-down:before {
  content: "";
}

/* line 145, ../sass/font-awesome/_icons.scss */
.pxt-star-half:before {
  content: "";
}

/* line 146, ../sass/font-awesome/_icons.scss */
.pxt-heart-o:before {
  content: "";
}

/* line 147, ../sass/font-awesome/_icons.scss */
.pxt-sign-out:before {
  content: "";
}

/* line 148, ../sass/font-awesome/_icons.scss */
.pxt-linkedin-square:before {
  content: "";
}

/* line 149, ../sass/font-awesome/_icons.scss */
.pxt-thumb-tack:before {
  content: "";
}

/* line 150, ../sass/font-awesome/_icons.scss */
.pxt-external-link:before {
  content: "";
}

/* line 151, ../sass/font-awesome/_icons.scss */
.pxt-sign-in:before {
  content: "";
}

/* line 152, ../sass/font-awesome/_icons.scss */
.pxt-trophy:before {
  content: "";
}

/* line 153, ../sass/font-awesome/_icons.scss */
.pxt-github-square:before {
  content: "";
}

/* line 154, ../sass/font-awesome/_icons.scss */
.pxt-upload:before {
  content: "";
}

/* line 155, ../sass/font-awesome/_icons.scss */
.pxt-lemon-o:before {
  content: "";
}

/* line 156, ../sass/font-awesome/_icons.scss */
.pxt-phone:before {
  content: "";
}

/* line 157, ../sass/font-awesome/_icons.scss */
.pxt-square-o:before {
  content: "";
}

/* line 158, ../sass/font-awesome/_icons.scss */
.pxt-bookmark-o:before {
  content: "";
}

/* line 159, ../sass/font-awesome/_icons.scss */
.pxt-phone-square:before {
  content: "";
}

/* line 160, ../sass/font-awesome/_icons.scss */
.pxt-twitter:before {
  content: "";
}

/* line 161, ../sass/font-awesome/_icons.scss */
.pxt-facebook-f:before,
.pxt-facebook:before {
  content: "";
}

/* line 163, ../sass/font-awesome/_icons.scss */
.pxt-github:before {
  content: "";
}

/* line 164, ../sass/font-awesome/_icons.scss */
.pxt-unlock:before {
  content: "";
}

/* line 165, ../sass/font-awesome/_icons.scss */
.pxt-credit-card:before {
  content: "";
}

/* line 166, ../sass/font-awesome/_icons.scss */
.pxt-feed:before,
.pxt-rss:before {
  content: "";
}

/* line 168, ../sass/font-awesome/_icons.scss */
.pxt-hdd-o:before {
  content: "";
}

/* line 169, ../sass/font-awesome/_icons.scss */
.pxt-bullhorn:before {
  content: "";
}

/* line 170, ../sass/font-awesome/_icons.scss */
.pxt-bell:before {
  content: "";
}

/* line 171, ../sass/font-awesome/_icons.scss */
.pxt-certificate:before {
  content: "";
}

/* line 172, ../sass/font-awesome/_icons.scss */
.pxt-hand-o-right:before {
  content: "";
}

/* line 173, ../sass/font-awesome/_icons.scss */
.pxt-hand-o-left:before {
  content: "";
}

/* line 174, ../sass/font-awesome/_icons.scss */
.pxt-hand-o-up:before {
  content: "";
}

/* line 175, ../sass/font-awesome/_icons.scss */
.pxt-hand-o-down:before {
  content: "";
}

/* line 176, ../sass/font-awesome/_icons.scss */
.pxt-arrow-circle-left:before {
  content: "";
}

/* line 177, ../sass/font-awesome/_icons.scss */
.pxt-arrow-circle-right:before {
  content: "";
}

/* line 178, ../sass/font-awesome/_icons.scss */
.pxt-arrow-circle-up:before {
  content: "";
}

/* line 179, ../sass/font-awesome/_icons.scss */
.pxt-arrow-circle-down:before {
  content: "";
}

/* line 180, ../sass/font-awesome/_icons.scss */
.pxt-globe:before {
  content: "";
}

/* line 181, ../sass/font-awesome/_icons.scss */
.pxt-wrench:before {
  content: "";
}

/* line 182, ../sass/font-awesome/_icons.scss */
.pxt-tasks:before {
  content: "";
}

/* line 183, ../sass/font-awesome/_icons.scss */
.pxt-filter:before {
  content: "";
}

/* line 184, ../sass/font-awesome/_icons.scss */
.pxt-briefcase:before {
  content: "";
}

/* line 185, ../sass/font-awesome/_icons.scss */
.pxt-arrows-alt:before {
  content: "";
}

/* line 186, ../sass/font-awesome/_icons.scss */
.pxt-group:before,
.pxt-users:before {
  content: "";
}

/* line 188, ../sass/font-awesome/_icons.scss */
.pxt-chain:before,
.pxt-link:before {
  content: "";
}

/* line 190, ../sass/font-awesome/_icons.scss */
.pxt-cloud:before {
  content: "";
}

/* line 191, ../sass/font-awesome/_icons.scss */
.pxt-flask:before {
  content: "";
}

/* line 192, ../sass/font-awesome/_icons.scss */
.pxt-cut:before,
.pxt-scissors:before {
  content: "";
}

/* line 194, ../sass/font-awesome/_icons.scss */
.pxt-copy:before,
.pxt-files-o:before {
  content: "";
}

/* line 196, ../sass/font-awesome/_icons.scss */
.pxt-paperclip:before {
  content: "";
}

/* line 197, ../sass/font-awesome/_icons.scss */
.pxt-save:before,
.pxt-floppy-o:before {
  content: "";
}

/* line 199, ../sass/font-awesome/_icons.scss */
.pxt-square:before {
  content: "";
}

/* line 200, ../sass/font-awesome/_icons.scss */
.pxt-navicon:before,
.pxt-reorder:before,
.pxt-bars:before {
  content: "";
}

/* line 203, ../sass/font-awesome/_icons.scss */
.pxt-list-ul:before {
  content: "";
}

/* line 204, ../sass/font-awesome/_icons.scss */
.pxt-list-ol:before {
  content: "";
}

/* line 205, ../sass/font-awesome/_icons.scss */
.pxt-strikethrough:before {
  content: "";
}

/* line 206, ../sass/font-awesome/_icons.scss */
.pxt-underline:before {
  content: "";
}

/* line 207, ../sass/font-awesome/_icons.scss */
.pxt-table:before {
  content: "";
}

/* line 208, ../sass/font-awesome/_icons.scss */
.pxt-magic:before {
  content: "";
}

/* line 209, ../sass/font-awesome/_icons.scss */
.pxt-truck:before {
  content: "";
}

/* line 210, ../sass/font-awesome/_icons.scss */
.pxt-pinterest:before {
  content: "";
}

/* line 211, ../sass/font-awesome/_icons.scss */
.pxt-pinterest-square:before {
  content: "";
}

/* line 212, ../sass/font-awesome/_icons.scss */
.pxt-google-plus-square:before {
  content: "";
}

/* line 213, ../sass/font-awesome/_icons.scss */
.pxt-google-plus:before {
  content: "";
}

/* line 214, ../sass/font-awesome/_icons.scss */
.pxt-money:before {
  content: "";
}

/* line 215, ../sass/font-awesome/_icons.scss */
.pxt-caret-down:before {
  content: "";
}

/* line 216, ../sass/font-awesome/_icons.scss */
.pxt-caret-up:before {
  content: "";
}

/* line 217, ../sass/font-awesome/_icons.scss */
.pxt-caret-left:before {
  content: "";
}

/* line 218, ../sass/font-awesome/_icons.scss */
.pxt-caret-right:before {
  content: "";
}

/* line 219, ../sass/font-awesome/_icons.scss */
.pxt-columns:before {
  content: "";
}

/* line 220, ../sass/font-awesome/_icons.scss */
.pxt-unsorted:before,
.pxt-sort:before {
  content: "";
}

/* line 222, ../sass/font-awesome/_icons.scss */
.pxt-sort-down:before,
.pxt-sort-desc:before {
  content: "";
}

/* line 224, ../sass/font-awesome/_icons.scss */
.pxt-sort-up:before,
.pxt-sort-asc:before {
  content: "";
}

/* line 226, ../sass/font-awesome/_icons.scss */
.pxt-envelope:before {
  content: "";
}

/* line 227, ../sass/font-awesome/_icons.scss */
.pxt-linkedin:before {
  content: "";
}

/* line 228, ../sass/font-awesome/_icons.scss */
.pxt-rotate-left:before,
.pxt-undo:before {
  content: "";
}

/* line 230, ../sass/font-awesome/_icons.scss */
.pxt-legal:before,
.pxt-gavel:before {
  content: "";
}

/* line 232, ../sass/font-awesome/_icons.scss */
.pxt-dashboard:before,
.pxt-tachometer:before {
  content: "";
}

/* line 234, ../sass/font-awesome/_icons.scss */
.pxt-comment-o:before {
  content: "";
}

/* line 235, ../sass/font-awesome/_icons.scss */
.pxt-comments-o:before {
  content: "";
}

/* line 236, ../sass/font-awesome/_icons.scss */
.pxt-flash:before,
.pxt-bolt:before {
  content: "";
}

/* line 238, ../sass/font-awesome/_icons.scss */
.pxt-sitemap:before {
  content: "";
}

/* line 239, ../sass/font-awesome/_icons.scss */
.pxt-umbrella:before {
  content: "";
}

/* line 240, ../sass/font-awesome/_icons.scss */
.pxt-paste:before,
.pxt-clipboard:before {
  content: "";
}

/* line 242, ../sass/font-awesome/_icons.scss */
.pxt-lightbulb-o:before {
  content: "";
}

/* line 243, ../sass/font-awesome/_icons.scss */
.pxt-exchange:before {
  content: "";
}

/* line 244, ../sass/font-awesome/_icons.scss */
.pxt-cloud-download:before {
  content: "";
}

/* line 245, ../sass/font-awesome/_icons.scss */
.pxt-cloud-upload:before {
  content: "";
}

/* line 246, ../sass/font-awesome/_icons.scss */
.pxt-user-md:before {
  content: "";
}

/* line 247, ../sass/font-awesome/_icons.scss */
.pxt-stethoscope:before {
  content: "";
}

/* line 248, ../sass/font-awesome/_icons.scss */
.pxt-suitcase:before {
  content: "";
}

/* line 249, ../sass/font-awesome/_icons.scss */
.pxt-bell-o:before {
  content: "";
}

/* line 250, ../sass/font-awesome/_icons.scss */
.pxt-coffee:before {
  content: "";
}

/* line 251, ../sass/font-awesome/_icons.scss */
.pxt-cutlery:before {
  content: "";
}

/* line 252, ../sass/font-awesome/_icons.scss */
.pxt-file-text-o:before {
  content: "";
}

/* line 253, ../sass/font-awesome/_icons.scss */
.pxt-building-o:before {
  content: "";
}

/* line 254, ../sass/font-awesome/_icons.scss */
.pxt-hospital-o:before {
  content: "";
}

/* line 255, ../sass/font-awesome/_icons.scss */
.pxt-ambulance:before {
  content: "";
}

/* line 256, ../sass/font-awesome/_icons.scss */
.pxt-medkit:before {
  content: "";
}

/* line 257, ../sass/font-awesome/_icons.scss */
.pxt-fighter-jet:before {
  content: "";
}

/* line 258, ../sass/font-awesome/_icons.scss */
.pxt-beer:before {
  content: "";
}

/* line 259, ../sass/font-awesome/_icons.scss */
.pxt-h-square:before {
  content: "";
}

/* line 260, ../sass/font-awesome/_icons.scss */
.pxt-plus-square:before {
  content: "";
}

/* line 261, ../sass/font-awesome/_icons.scss */
.pxt-angle-double-left:before {
  content: "";
}

/* line 262, ../sass/font-awesome/_icons.scss */
.pxt-angle-double-right:before {
  content: "";
}

/* line 263, ../sass/font-awesome/_icons.scss */
.pxt-angle-double-up:before {
  content: "";
}

/* line 264, ../sass/font-awesome/_icons.scss */
.pxt-angle-double-down:before {
  content: "";
}

/* line 265, ../sass/font-awesome/_icons.scss */
.pxt-angle-left:before {
  content: "";
}

/* line 266, ../sass/font-awesome/_icons.scss */
.pxt-angle-right:before {
  content: "";
}

/* line 267, ../sass/font-awesome/_icons.scss */
.pxt-angle-up:before {
  content: "";
}

/* line 268, ../sass/font-awesome/_icons.scss */
.pxt-angle-down:before {
  content: "";
}

/* line 269, ../sass/font-awesome/_icons.scss */
.pxt-desktop:before {
  content: "";
}

/* line 270, ../sass/font-awesome/_icons.scss */
.pxt-laptop:before {
  content: "";
}

/* line 271, ../sass/font-awesome/_icons.scss */
.pxt-tablet:before {
  content: "";
}

/* line 272, ../sass/font-awesome/_icons.scss */
.pxt-mobile-phone:before,
.pxt-mobile:before {
  content: "";
}

/* line 274, ../sass/font-awesome/_icons.scss */
.pxt-circle-o:before {
  content: "";
}

/* line 275, ../sass/font-awesome/_icons.scss */
.pxt-quote-left:before {
  content: "";
}

/* line 276, ../sass/font-awesome/_icons.scss */
.pxt-quote-right:before {
  content: "";
}

/* line 277, ../sass/font-awesome/_icons.scss */
.pxt-spinner:before {
  content: "";
}

/* line 278, ../sass/font-awesome/_icons.scss */
.pxt-circle:before {
  content: "";
}

/* line 279, ../sass/font-awesome/_icons.scss */
.pxt-mail-reply:before,
.pxt-reply:before {
  content: "";
}

/* line 281, ../sass/font-awesome/_icons.scss */
.pxt-github-alt:before {
  content: "";
}

/* line 282, ../sass/font-awesome/_icons.scss */
.pxt-folder-o:before {
  content: "";
}

/* line 283, ../sass/font-awesome/_icons.scss */
.pxt-folder-open-o:before {
  content: "";
}

/* line 284, ../sass/font-awesome/_icons.scss */
.pxt-smile-o:before {
  content: "";
}

/* line 285, ../sass/font-awesome/_icons.scss */
.pxt-frown-o:before {
  content: "";
}

/* line 286, ../sass/font-awesome/_icons.scss */
.pxt-meh-o:before {
  content: "";
}

/* line 287, ../sass/font-awesome/_icons.scss */
.pxt-gamepad:before {
  content: "";
}

/* line 288, ../sass/font-awesome/_icons.scss */
.pxt-keyboard-o:before {
  content: "";
}

/* line 289, ../sass/font-awesome/_icons.scss */
.pxt-flag-o:before {
  content: "";
}

/* line 290, ../sass/font-awesome/_icons.scss */
.pxt-flag-checkered:before {
  content: "";
}

/* line 291, ../sass/font-awesome/_icons.scss */
.pxt-terminal:before {
  content: "";
}

/* line 292, ../sass/font-awesome/_icons.scss */
.pxt-code:before {
  content: "";
}

/* line 293, ../sass/font-awesome/_icons.scss */
.pxt-mail-reply-all:before,
.pxt-reply-all:before {
  content: "";
}

/* line 295, ../sass/font-awesome/_icons.scss */
.pxt-star-half-empty:before,
.pxt-star-half-full:before,
.pxt-star-half-o:before {
  content: "";
}

/* line 298, ../sass/font-awesome/_icons.scss */
.pxt-location-arrow:before {
  content: "";
}

/* line 299, ../sass/font-awesome/_icons.scss */
.pxt-crop:before {
  content: "";
}

/* line 300, ../sass/font-awesome/_icons.scss */
.pxt-code-fork:before {
  content: "";
}

/* line 301, ../sass/font-awesome/_icons.scss */
.pxt-unlink:before,
.pxt-chain-broken:before {
  content: "";
}

/* line 303, ../sass/font-awesome/_icons.scss */
.pxt-question:before {
  content: "";
}

/* line 304, ../sass/font-awesome/_icons.scss */
.pxt-info:before {
  content: "";
}

/* line 305, ../sass/font-awesome/_icons.scss */
.pxt-exclamation:before {
  content: "";
}

/* line 306, ../sass/font-awesome/_icons.scss */
.pxt-superscript:before {
  content: "";
}

/* line 307, ../sass/font-awesome/_icons.scss */
.pxt-subscript:before {
  content: "";
}

/* line 308, ../sass/font-awesome/_icons.scss */
.pxt-eraser:before {
  content: "";
}

/* line 309, ../sass/font-awesome/_icons.scss */
.pxt-puzzle-piece:before {
  content: "";
}

/* line 310, ../sass/font-awesome/_icons.scss */
.pxt-microphone:before {
  content: "";
}

/* line 311, ../sass/font-awesome/_icons.scss */
.pxt-microphone-slash:before {
  content: "";
}

/* line 312, ../sass/font-awesome/_icons.scss */
.pxt-shield:before {
  content: "";
}

/* line 313, ../sass/font-awesome/_icons.scss */
.pxt-calendar-o:before {
  content: "";
}

/* line 314, ../sass/font-awesome/_icons.scss */
.pxt-fire-extinguisher:before {
  content: "";
}

/* line 315, ../sass/font-awesome/_icons.scss */
.pxt-rocket:before {
  content: "";
}

/* line 316, ../sass/font-awesome/_icons.scss */
.pxt-maxcdn:before {
  content: "";
}

/* line 317, ../sass/font-awesome/_icons.scss */
.pxt-chevron-circle-left:before {
  content: "";
}

/* line 318, ../sass/font-awesome/_icons.scss */
.pxt-chevron-circle-right:before {
  content: "";
}

/* line 319, ../sass/font-awesome/_icons.scss */
.pxt-chevron-circle-up:before {
  content: "";
}

/* line 320, ../sass/font-awesome/_icons.scss */
.pxt-chevron-circle-down:before {
  content: "";
}

/* line 321, ../sass/font-awesome/_icons.scss */
.pxt-html5:before {
  content: "";
}

/* line 322, ../sass/font-awesome/_icons.scss */
.pxt-css3:before {
  content: "";
}

/* line 323, ../sass/font-awesome/_icons.scss */
.pxt-anchor:before {
  content: "";
}

/* line 324, ../sass/font-awesome/_icons.scss */
.pxt-unlock-alt:before {
  content: "";
}

/* line 325, ../sass/font-awesome/_icons.scss */
.pxt-bullseye:before {
  content: "";
}

/* line 326, ../sass/font-awesome/_icons.scss */
.pxt-ellipsis-h:before {
  content: "";
}

/* line 327, ../sass/font-awesome/_icons.scss */
.pxt-ellipsis-v:before {
  content: "";
}

/* line 328, ../sass/font-awesome/_icons.scss */
.pxt-rss-square:before {
  content: "";
}

/* line 329, ../sass/font-awesome/_icons.scss */
.pxt-play-circle:before {
  content: "";
}

/* line 330, ../sass/font-awesome/_icons.scss */
.pxt-ticket:before {
  content: "";
}

/* line 331, ../sass/font-awesome/_icons.scss */
.pxt-minus-square:before {
  content: "";
}

/* line 332, ../sass/font-awesome/_icons.scss */
.pxt-minus-square-o:before {
  content: "";
}

/* line 333, ../sass/font-awesome/_icons.scss */
.pxt-level-up:before {
  content: "";
}

/* line 334, ../sass/font-awesome/_icons.scss */
.pxt-level-down:before {
  content: "";
}

/* line 335, ../sass/font-awesome/_icons.scss */
.pxt-check-square:before {
  content: "";
}

/* line 336, ../sass/font-awesome/_icons.scss */
.pxt-pencil-square:before {
  content: "";
}

/* line 337, ../sass/font-awesome/_icons.scss */
.pxt-external-link-square:before {
  content: "";
}

/* line 338, ../sass/font-awesome/_icons.scss */
.pxt-share-square:before {
  content: "";
}

/* line 339, ../sass/font-awesome/_icons.scss */
.pxt-compass:before {
  content: "";
}

/* line 340, ../sass/font-awesome/_icons.scss */
.pxt-toggle-down:before,
.pxt-caret-square-o-down:before {
  content: "";
}

/* line 342, ../sass/font-awesome/_icons.scss */
.pxt-toggle-up:before,
.pxt-caret-square-o-up:before {
  content: "";
}

/* line 344, ../sass/font-awesome/_icons.scss */
.pxt-toggle-right:before,
.pxt-caret-square-o-right:before {
  content: "";
}

/* line 346, ../sass/font-awesome/_icons.scss */
.pxt-euro:before,
.pxt-eur:before {
  content: "";
}

/* line 348, ../sass/font-awesome/_icons.scss */
.pxt-gbp:before {
  content: "";
}

/* line 349, ../sass/font-awesome/_icons.scss */
.pxt-dollar:before,
.pxt-usd:before {
  content: "";
}

/* line 351, ../sass/font-awesome/_icons.scss */
.pxt-rupee:before,
.pxt-inr:before {
  content: "";
}

/* line 353, ../sass/font-awesome/_icons.scss */
.pxt-cny:before,
.pxt-rmb:before,
.pxt-yen:before,
.pxt-jpy:before {
  content: "";
}

/* line 357, ../sass/font-awesome/_icons.scss */
.pxt-ruble:before,
.pxt-rouble:before,
.pxt-rub:before {
  content: "";
}

/* line 360, ../sass/font-awesome/_icons.scss */
.pxt-won:before,
.pxt-krw:before {
  content: "";
}

/* line 362, ../sass/font-awesome/_icons.scss */
.pxt-bitcoin:before,
.pxt-btc:before {
  content: "";
}

/* line 364, ../sass/font-awesome/_icons.scss */
.pxt-file:before {
  content: "";
}

/* line 365, ../sass/font-awesome/_icons.scss */
.pxt-file-text:before {
  content: "";
}

/* line 366, ../sass/font-awesome/_icons.scss */
.pxt-sort-alpha-asc:before {
  content: "";
}

/* line 367, ../sass/font-awesome/_icons.scss */
.pxt-sort-alpha-desc:before {
  content: "";
}

/* line 368, ../sass/font-awesome/_icons.scss */
.pxt-sort-amount-asc:before {
  content: "";
}

/* line 369, ../sass/font-awesome/_icons.scss */
.pxt-sort-amount-desc:before {
  content: "";
}

/* line 370, ../sass/font-awesome/_icons.scss */
.pxt-sort-numeric-asc:before {
  content: "";
}

/* line 371, ../sass/font-awesome/_icons.scss */
.pxt-sort-numeric-desc:before {
  content: "";
}

/* line 372, ../sass/font-awesome/_icons.scss */
.pxt-thumbs-up:before {
  content: "";
}

/* line 373, ../sass/font-awesome/_icons.scss */
.pxt-thumbs-down:before {
  content: "";
}

/* line 374, ../sass/font-awesome/_icons.scss */
.pxt-youtube-square:before {
  content: "";
}

/* line 375, ../sass/font-awesome/_icons.scss */
.pxt-youtube:before {
  content: "";
}

/* line 376, ../sass/font-awesome/_icons.scss */
.pxt-xing:before {
  content: "";
}

/* line 377, ../sass/font-awesome/_icons.scss */
.pxt-xing-square:before {
  content: "";
}

/* line 378, ../sass/font-awesome/_icons.scss */
.pxt-youtube-play:before {
  content: "";
}

/* line 379, ../sass/font-awesome/_icons.scss */
.pxt-dropbox:before {
  content: "";
}

/* line 380, ../sass/font-awesome/_icons.scss */
.pxt-stack-overflow:before {
  content: "";
}

/* line 381, ../sass/font-awesome/_icons.scss */
.pxt-instagram:before {
  content: "";
}

/* line 382, ../sass/font-awesome/_icons.scss */
.pxt-flickr:before {
  content: "";
}

/* line 383, ../sass/font-awesome/_icons.scss */
.pxt-adn:before {
  content: "";
}

/* line 384, ../sass/font-awesome/_icons.scss */
.pxt-bitbucket:before {
  content: "";
}

/* line 385, ../sass/font-awesome/_icons.scss */
.pxt-bitbucket-square:before {
  content: "";
}

/* line 386, ../sass/font-awesome/_icons.scss */
.pxt-tumblr:before {
  content: "";
}

/* line 387, ../sass/font-awesome/_icons.scss */
.pxt-tumblr-square:before {
  content: "";
}

/* line 388, ../sass/font-awesome/_icons.scss */
.pxt-long-arrow-down:before {
  content: "";
}

/* line 389, ../sass/font-awesome/_icons.scss */
.pxt-long-arrow-up:before {
  content: "";
}

/* line 390, ../sass/font-awesome/_icons.scss */
.pxt-long-arrow-left:before {
  content: "";
}

/* line 391, ../sass/font-awesome/_icons.scss */
.pxt-long-arrow-right:before {
  content: "";
}

/* line 392, ../sass/font-awesome/_icons.scss */
.pxt-apple:before {
  content: "";
}

/* line 393, ../sass/font-awesome/_icons.scss */
.pxt-windows:before {
  content: "";
}

/* line 394, ../sass/font-awesome/_icons.scss */
.pxt-android:before {
  content: "";
}

/* line 395, ../sass/font-awesome/_icons.scss */
.pxt-linux:before {
  content: "";
}

/* line 396, ../sass/font-awesome/_icons.scss */
.pxt-dribbble:before {
  content: "";
}

/* line 397, ../sass/font-awesome/_icons.scss */
.pxt-skype:before {
  content: "";
}

/* line 398, ../sass/font-awesome/_icons.scss */
.pxt-foursquare:before {
  content: "";
}

/* line 399, ../sass/font-awesome/_icons.scss */
.pxt-trello:before {
  content: "";
}

/* line 400, ../sass/font-awesome/_icons.scss */
.pxt-female:before {
  content: "";
}

/* line 401, ../sass/font-awesome/_icons.scss */
.pxt-male:before {
  content: "";
}

/* line 402, ../sass/font-awesome/_icons.scss */
.pxt-gittip:before,
.pxt-gratipay:before {
  content: "";
}

/* line 404, ../sass/font-awesome/_icons.scss */
.pxt-sun-o:before {
  content: "";
}

/* line 405, ../sass/font-awesome/_icons.scss */
.pxt-moon-o:before {
  content: "";
}

/* line 406, ../sass/font-awesome/_icons.scss */
.pxt-archive:before {
  content: "";
}

/* line 407, ../sass/font-awesome/_icons.scss */
.pxt-bug:before {
  content: "";
}

/* line 408, ../sass/font-awesome/_icons.scss */
.pxt-vk:before {
  content: "";
}

/* line 409, ../sass/font-awesome/_icons.scss */
.pxt-weibo:before {
  content: "";
}

/* line 410, ../sass/font-awesome/_icons.scss */
.pxt-renren:before {
  content: "";
}

/* line 411, ../sass/font-awesome/_icons.scss */
.pxt-pagelines:before {
  content: "";
}

/* line 412, ../sass/font-awesome/_icons.scss */
.pxt-stack-exchange:before {
  content: "";
}

/* line 413, ../sass/font-awesome/_icons.scss */
.pxt-arrow-circle-o-right:before {
  content: "";
}

/* line 414, ../sass/font-awesome/_icons.scss */
.pxt-arrow-circle-o-left:before {
  content: "";
}

/* line 415, ../sass/font-awesome/_icons.scss */
.pxt-toggle-left:before,
.pxt-caret-square-o-left:before {
  content: "";
}

/* line 417, ../sass/font-awesome/_icons.scss */
.pxt-dot-circle-o:before {
  content: "";
}

/* line 418, ../sass/font-awesome/_icons.scss */
.pxt-wheelchair:before {
  content: "";
}

/* line 419, ../sass/font-awesome/_icons.scss */
.pxt-vimeo-square:before {
  content: "";
}

/* line 420, ../sass/font-awesome/_icons.scss */
.pxt-turkish-lira:before,
.pxt-try:before {
  content: "";
}

/* line 422, ../sass/font-awesome/_icons.scss */
.pxt-plus-square-o:before {
  content: "";
}

/* line 423, ../sass/font-awesome/_icons.scss */
.pxt-space-shuttle:before {
  content: "";
}

/* line 424, ../sass/font-awesome/_icons.scss */
.pxt-slack:before {
  content: "";
}

/* line 425, ../sass/font-awesome/_icons.scss */
.pxt-envelope-square:before {
  content: "";
}

/* line 426, ../sass/font-awesome/_icons.scss */
.pxt-wordpress:before {
  content: "";
}

/* line 427, ../sass/font-awesome/_icons.scss */
.pxt-openid:before {
  content: "";
}

/* line 428, ../sass/font-awesome/_icons.scss */
.pxt-institution:before,
.pxt-bank:before,
.pxt-university:before {
  content: "";
}

/* line 431, ../sass/font-awesome/_icons.scss */
.pxt-mortar-board:before,
.pxt-graduation-cap:before {
  content: "";
}

/* line 433, ../sass/font-awesome/_icons.scss */
.pxt-yahoo:before {
  content: "";
}

/* line 434, ../sass/font-awesome/_icons.scss */
.pxt-google:before {
  content: "";
}

/* line 435, ../sass/font-awesome/_icons.scss */
.pxt-reddit:before {
  content: "";
}

/* line 436, ../sass/font-awesome/_icons.scss */
.pxt-reddit-square:before {
  content: "";
}

/* line 437, ../sass/font-awesome/_icons.scss */
.pxt-stumbleupon-circle:before {
  content: "";
}

/* line 438, ../sass/font-awesome/_icons.scss */
.pxt-stumbleupon:before {
  content: "";
}

/* line 439, ../sass/font-awesome/_icons.scss */
.pxt-delicious:before {
  content: "";
}

/* line 440, ../sass/font-awesome/_icons.scss */
.pxt-digg:before {
  content: "";
}

/* line 441, ../sass/font-awesome/_icons.scss */
.pxt-pied-piper:before {
  content: "";
}

/* line 442, ../sass/font-awesome/_icons.scss */
.pxt-pied-piper-alt:before {
  content: "";
}

/* line 443, ../sass/font-awesome/_icons.scss */
.pxt-drupal:before {
  content: "";
}

/* line 444, ../sass/font-awesome/_icons.scss */
.pxt-joomla:before {
  content: "";
}

/* line 445, ../sass/font-awesome/_icons.scss */
.pxt-language:before {
  content: "";
}

/* line 446, ../sass/font-awesome/_icons.scss */
.pxt-fax:before {
  content: "";
}

/* line 447, ../sass/font-awesome/_icons.scss */
.pxt-building:before {
  content: "";
}

/* line 448, ../sass/font-awesome/_icons.scss */
.pxt-child:before {
  content: "";
}

/* line 449, ../sass/font-awesome/_icons.scss */
.pxt-paw:before {
  content: "";
}

/* line 450, ../sass/font-awesome/_icons.scss */
.pxt-spoon:before {
  content: "";
}

/* line 451, ../sass/font-awesome/_icons.scss */
.pxt-cube:before {
  content: "";
}

/* line 452, ../sass/font-awesome/_icons.scss */
.pxt-cubes:before {
  content: "";
}

/* line 453, ../sass/font-awesome/_icons.scss */
.pxt-behance:before {
  content: "";
}

/* line 454, ../sass/font-awesome/_icons.scss */
.pxt-behance-square:before {
  content: "";
}

/* line 455, ../sass/font-awesome/_icons.scss */
.pxt-steam:before {
  content: "";
}

/* line 456, ../sass/font-awesome/_icons.scss */
.pxt-steam-square:before {
  content: "";
}

/* line 457, ../sass/font-awesome/_icons.scss */
.pxt-recycle:before {
  content: "";
}

/* line 458, ../sass/font-awesome/_icons.scss */
.pxt-automobile:before,
.pxt-car:before {
  content: "";
}

/* line 460, ../sass/font-awesome/_icons.scss */
.pxt-cab:before,
.pxt-taxi:before {
  content: "";
}

/* line 462, ../sass/font-awesome/_icons.scss */
.pxt-tree:before {
  content: "";
}

/* line 463, ../sass/font-awesome/_icons.scss */
.pxt-spotify:before {
  content: "";
}

/* line 464, ../sass/font-awesome/_icons.scss */
.pxt-deviantart:before {
  content: "";
}

/* line 465, ../sass/font-awesome/_icons.scss */
.pxt-soundcloud:before {
  content: "";
}

/* line 466, ../sass/font-awesome/_icons.scss */
.pxt-database:before {
  content: "";
}

/* line 467, ../sass/font-awesome/_icons.scss */
.pxt-file-pdf-o:before {
  content: "";
}

/* line 468, ../sass/font-awesome/_icons.scss */
.pxt-file-word-o:before {
  content: "";
}

/* line 469, ../sass/font-awesome/_icons.scss */
.pxt-file-excel-o:before {
  content: "";
}

/* line 470, ../sass/font-awesome/_icons.scss */
.pxt-file-powerpoint-o:before {
  content: "";
}

/* line 471, ../sass/font-awesome/_icons.scss */
.pxt-file-photo-o:before,
.pxt-file-picture-o:before,
.pxt-file-image-o:before {
  content: "";
}

/* line 474, ../sass/font-awesome/_icons.scss */
.pxt-file-zip-o:before,
.pxt-file-archive-o:before {
  content: "";
}

/* line 476, ../sass/font-awesome/_icons.scss */
.pxt-file-sound-o:before,
.pxt-file-audio-o:before {
  content: "";
}

/* line 478, ../sass/font-awesome/_icons.scss */
.pxt-file-movie-o:before,
.pxt-file-video-o:before {
  content: "";
}

/* line 480, ../sass/font-awesome/_icons.scss */
.pxt-file-code-o:before {
  content: "";
}

/* line 481, ../sass/font-awesome/_icons.scss */
.pxt-vine:before {
  content: "";
}

/* line 482, ../sass/font-awesome/_icons.scss */
.pxt-codepen:before {
  content: "";
}

/* line 483, ../sass/font-awesome/_icons.scss */
.pxt-jsfiddle:before {
  content: "";
}

/* line 484, ../sass/font-awesome/_icons.scss */
.pxt-life-bouy:before,
.pxt-life-buoy:before,
.pxt-life-saver:before,
.pxt-support:before,
.pxt-life-ring:before {
  content: "";
}

/* line 489, ../sass/font-awesome/_icons.scss */
.pxt-circle-o-notch:before {
  content: "";
}

/* line 490, ../sass/font-awesome/_icons.scss */
.pxt-ra:before,
.pxt-rebel:before {
  content: "";
}

/* line 492, ../sass/font-awesome/_icons.scss */
.pxt-ge:before,
.pxt-empire:before {
  content: "";
}

/* line 494, ../sass/font-awesome/_icons.scss */
.pxt-git-square:before {
  content: "";
}

/* line 495, ../sass/font-awesome/_icons.scss */
.pxt-git:before {
  content: "";
}

/* line 496, ../sass/font-awesome/_icons.scss */
.pxt-y-combinator-square:before,
.pxt-yc-square:before,
.pxt-hacker-news:before {
  content: "";
}

/* line 499, ../sass/font-awesome/_icons.scss */
.pxt-tencent-weibo:before {
  content: "";
}

/* line 500, ../sass/font-awesome/_icons.scss */
.pxt-qq:before {
  content: "";
}

/* line 501, ../sass/font-awesome/_icons.scss */
.pxt-wechat:before,
.pxt-weixin:before {
  content: "";
}

/* line 503, ../sass/font-awesome/_icons.scss */
.pxt-send:before,
.pxt-paper-plane:before {
  content: "";
}

/* line 505, ../sass/font-awesome/_icons.scss */
.pxt-send-o:before,
.pxt-paper-plane-o:before {
  content: "";
}

/* line 507, ../sass/font-awesome/_icons.scss */
.pxt-history:before {
  content: "";
}

/* line 508, ../sass/font-awesome/_icons.scss */
.pxt-circle-thin:before {
  content: "";
}

/* line 509, ../sass/font-awesome/_icons.scss */
.pxt-header:before {
  content: "";
}

/* line 510, ../sass/font-awesome/_icons.scss */
.pxt-paragraph:before {
  content: "";
}

/* line 511, ../sass/font-awesome/_icons.scss */
.pxt-sliders:before {
  content: "";
}

/* line 512, ../sass/font-awesome/_icons.scss */
.pxt-share-alt:before {
  content: "";
}

/* line 513, ../sass/font-awesome/_icons.scss */
.pxt-share-alt-square:before {
  content: "";
}

/* line 514, ../sass/font-awesome/_icons.scss */
.pxt-bomb:before {
  content: "";
}

/* line 515, ../sass/font-awesome/_icons.scss */
.pxt-soccer-ball-o:before,
.pxt-futbol-o:before {
  content: "";
}

/* line 517, ../sass/font-awesome/_icons.scss */
.pxt-tty:before {
  content: "";
}

/* line 518, ../sass/font-awesome/_icons.scss */
.pxt-binoculars:before {
  content: "";
}

/* line 519, ../sass/font-awesome/_icons.scss */
.pxt-plug:before {
  content: "";
}

/* line 520, ../sass/font-awesome/_icons.scss */
.pxt-slideshare:before {
  content: "";
}

/* line 521, ../sass/font-awesome/_icons.scss */
.pxt-twitch:before {
  content: "";
}

/* line 522, ../sass/font-awesome/_icons.scss */
.pxt-yelp:before {
  content: "";
}

/* line 523, ../sass/font-awesome/_icons.scss */
.pxt-newspaper-o:before {
  content: "";
}

/* line 524, ../sass/font-awesome/_icons.scss */
.pxt-wifi:before {
  content: "";
}

/* line 525, ../sass/font-awesome/_icons.scss */
.pxt-calculator:before {
  content: "";
}

/* line 526, ../sass/font-awesome/_icons.scss */
.pxt-paypal:before {
  content: "";
}

/* line 527, ../sass/font-awesome/_icons.scss */
.pxt-google-wallet:before {
  content: "";
}

/* line 528, ../sass/font-awesome/_icons.scss */
.pxt-cc-visa:before {
  content: "";
}

/* line 529, ../sass/font-awesome/_icons.scss */
.pxt-cc-mastercard:before {
  content: "";
}

/* line 530, ../sass/font-awesome/_icons.scss */
.pxt-cc-discover:before {
  content: "";
}

/* line 531, ../sass/font-awesome/_icons.scss */
.pxt-cc-amex:before {
  content: "";
}

/* line 532, ../sass/font-awesome/_icons.scss */
.pxt-cc-paypal:before {
  content: "";
}

/* line 533, ../sass/font-awesome/_icons.scss */
.pxt-cc-stripe:before {
  content: "";
}

/* line 534, ../sass/font-awesome/_icons.scss */
.pxt-bell-slash:before {
  content: "";
}

/* line 535, ../sass/font-awesome/_icons.scss */
.pxt-bell-slash-o:before {
  content: "";
}

/* line 536, ../sass/font-awesome/_icons.scss */
.pxt-trash:before {
  content: "";
}

/* line 537, ../sass/font-awesome/_icons.scss */
.pxt-copyright:before {
  content: "";
}

/* line 538, ../sass/font-awesome/_icons.scss */
.pxt-at:before {
  content: "";
}

/* line 539, ../sass/font-awesome/_icons.scss */
.pxt-eyedropper:before {
  content: "";
}

/* line 540, ../sass/font-awesome/_icons.scss */
.pxt-paint-brush:before {
  content: "";
}

/* line 541, ../sass/font-awesome/_icons.scss */
.pxt-birthday-cake:before {
  content: "";
}

/* line 542, ../sass/font-awesome/_icons.scss */
.pxt-area-chart:before {
  content: "";
}

/* line 543, ../sass/font-awesome/_icons.scss */
.pxt-pie-chart:before {
  content: "";
}

/* line 544, ../sass/font-awesome/_icons.scss */
.pxt-line-chart:before {
  content: "";
}

/* line 545, ../sass/font-awesome/_icons.scss */
.pxt-lastfm:before {
  content: "";
}

/* line 546, ../sass/font-awesome/_icons.scss */
.pxt-lastfm-square:before {
  content: "";
}

/* line 547, ../sass/font-awesome/_icons.scss */
.pxt-toggle-off:before {
  content: "";
}

/* line 548, ../sass/font-awesome/_icons.scss */
.pxt-toggle-on:before {
  content: "";
}

/* line 549, ../sass/font-awesome/_icons.scss */
.pxt-bicycle:before {
  content: "";
}

/* line 550, ../sass/font-awesome/_icons.scss */
.pxt-bus:before {
  content: "";
}

/* line 551, ../sass/font-awesome/_icons.scss */
.pxt-ioxhost:before {
  content: "";
}

/* line 552, ../sass/font-awesome/_icons.scss */
.pxt-angellist:before {
  content: "";
}

/* line 553, ../sass/font-awesome/_icons.scss */
.pxt-cc:before {
  content: "";
}

/* line 554, ../sass/font-awesome/_icons.scss */
.pxt-shekel:before,
.pxt-sheqel:before,
.pxt-ils:before {
  content: "";
}

/* line 557, ../sass/font-awesome/_icons.scss */
.pxt-meanpath:before {
  content: "";
}

/* line 558, ../sass/font-awesome/_icons.scss */
.pxt-buysellads:before {
  content: "";
}

/* line 559, ../sass/font-awesome/_icons.scss */
.pxt-connectdevelop:before {
  content: "";
}

/* line 560, ../sass/font-awesome/_icons.scss */
.pxt-dashcube:before {
  content: "";
}

/* line 561, ../sass/font-awesome/_icons.scss */
.pxt-forumbee:before {
  content: "";
}

/* line 562, ../sass/font-awesome/_icons.scss */
.pxt-leanpub:before {
  content: "";
}

/* line 563, ../sass/font-awesome/_icons.scss */
.pxt-sellsy:before {
  content: "";
}

/* line 564, ../sass/font-awesome/_icons.scss */
.pxt-shirtsinbulk:before {
  content: "";
}

/* line 565, ../sass/font-awesome/_icons.scss */
.pxt-simplybuilt:before {
  content: "";
}

/* line 566, ../sass/font-awesome/_icons.scss */
.pxt-skyatlas:before {
  content: "";
}

/* line 567, ../sass/font-awesome/_icons.scss */
.pxt-cart-plus:before {
  content: "";
}

/* line 568, ../sass/font-awesome/_icons.scss */
.pxt-cart-arrow-down:before {
  content: "";
}

/* line 569, ../sass/font-awesome/_icons.scss */
.pxt-diamond:before {
  content: "";
}

/* line 570, ../sass/font-awesome/_icons.scss */
.pxt-ship:before {
  content: "";
}

/* line 571, ../sass/font-awesome/_icons.scss */
.pxt-user-secret:before {
  content: "";
}

/* line 572, ../sass/font-awesome/_icons.scss */
.pxt-motorcycle:before {
  content: "";
}

/* line 573, ../sass/font-awesome/_icons.scss */
.pxt-street-view:before {
  content: "";
}

/* line 574, ../sass/font-awesome/_icons.scss */
.pxt-heartbeat:before {
  content: "";
}

/* line 575, ../sass/font-awesome/_icons.scss */
.pxt-venus:before {
  content: "";
}

/* line 576, ../sass/font-awesome/_icons.scss */
.pxt-mars:before {
  content: "";
}

/* line 577, ../sass/font-awesome/_icons.scss */
.pxt-mercury:before {
  content: "";
}

/* line 578, ../sass/font-awesome/_icons.scss */
.pxt-intersex:before,
.pxt-transgender:before {
  content: "";
}

/* line 580, ../sass/font-awesome/_icons.scss */
.pxt-transgender-alt:before {
  content: "";
}

/* line 581, ../sass/font-awesome/_icons.scss */
.pxt-venus-double:before {
  content: "";
}

/* line 582, ../sass/font-awesome/_icons.scss */
.pxt-mars-double:before {
  content: "";
}

/* line 583, ../sass/font-awesome/_icons.scss */
.pxt-venus-mars:before {
  content: "";
}

/* line 584, ../sass/font-awesome/_icons.scss */
.pxt-mars-stroke:before {
  content: "";
}

/* line 585, ../sass/font-awesome/_icons.scss */
.pxt-mars-stroke-v:before {
  content: "";
}

/* line 586, ../sass/font-awesome/_icons.scss */
.pxt-mars-stroke-h:before {
  content: "";
}

/* line 587, ../sass/font-awesome/_icons.scss */
.pxt-neuter:before {
  content: "";
}

/* line 588, ../sass/font-awesome/_icons.scss */
.pxt-genderless:before {
  content: "";
}

/* line 589, ../sass/font-awesome/_icons.scss */
.pxt-facebook-official:before {
  content: "";
}

/* line 590, ../sass/font-awesome/_icons.scss */
.pxt-pinterest-p:before {
  content: "";
}

/* line 591, ../sass/font-awesome/_icons.scss */
.pxt-whatsapp:before {
  content: "";
}

/* line 592, ../sass/font-awesome/_icons.scss */
.pxt-server:before {
  content: "";
}

/* line 593, ../sass/font-awesome/_icons.scss */
.pxt-user-plus:before {
  content: "";
}

/* line 594, ../sass/font-awesome/_icons.scss */
.pxt-user-times:before {
  content: "";
}

/* line 595, ../sass/font-awesome/_icons.scss */
.pxt-hotel:before,
.pxt-bed:before {
  content: "";
}

/* line 597, ../sass/font-awesome/_icons.scss */
.pxt-viacoin:before {
  content: "";
}

/* line 598, ../sass/font-awesome/_icons.scss */
.pxt-train:before {
  content: "";
}

/* line 599, ../sass/font-awesome/_icons.scss */
.pxt-subway:before {
  content: "";
}

/* line 600, ../sass/font-awesome/_icons.scss */
.pxt-medium:before {
  content: "";
}

/* line 601, ../sass/font-awesome/_icons.scss */
.pxt-yc:before,
.pxt-y-combinator:before {
  content: "";
}

/* line 603, ../sass/font-awesome/_icons.scss */
.pxt-optin-monster:before {
  content: "";
}

/* line 604, ../sass/font-awesome/_icons.scss */
.pxt-opencart:before {
  content: "";
}

/* line 605, ../sass/font-awesome/_icons.scss */
.pxt-expeditedssl:before {
  content: "";
}

/* line 606, ../sass/font-awesome/_icons.scss */
.pxt-battery-4:before,
.pxt-battery-full:before {
  content: "";
}

/* line 608, ../sass/font-awesome/_icons.scss */
.pxt-battery-3:before,
.pxt-battery-three-quarters:before {
  content: "";
}

/* line 610, ../sass/font-awesome/_icons.scss */
.pxt-battery-2:before,
.pxt-battery-half:before {
  content: "";
}

/* line 612, ../sass/font-awesome/_icons.scss */
.pxt-battery-1:before,
.pxt-battery-quarter:before {
  content: "";
}

/* line 614, ../sass/font-awesome/_icons.scss */
.pxt-battery-0:before,
.pxt-battery-empty:before {
  content: "";
}

/* line 616, ../sass/font-awesome/_icons.scss */
.pxt-mouse-pointer:before {
  content: "";
}

/* line 617, ../sass/font-awesome/_icons.scss */
.pxt-i-cursor:before {
  content: "";
}

/* line 618, ../sass/font-awesome/_icons.scss */
.pxt-object-group:before {
  content: "";
}

/* line 619, ../sass/font-awesome/_icons.scss */
.pxt-object-ungroup:before {
  content: "";
}

/* line 620, ../sass/font-awesome/_icons.scss */
.pxt-sticky-note:before {
  content: "";
}

/* line 621, ../sass/font-awesome/_icons.scss */
.pxt-sticky-note-o:before {
  content: "";
}

/* line 622, ../sass/font-awesome/_icons.scss */
.pxt-cc-jcb:before {
  content: "";
}

/* line 623, ../sass/font-awesome/_icons.scss */
.pxt-cc-diners-club:before {
  content: "";
}

/* line 624, ../sass/font-awesome/_icons.scss */
.pxt-clone:before {
  content: "";
}

/* line 625, ../sass/font-awesome/_icons.scss */
.pxt-balance-scale:before {
  content: "";
}

/* line 626, ../sass/font-awesome/_icons.scss */
.pxt-hourglass-o:before {
  content: "";
}

/* line 627, ../sass/font-awesome/_icons.scss */
.pxt-hourglass-1:before,
.pxt-hourglass-start:before {
  content: "";
}

/* line 629, ../sass/font-awesome/_icons.scss */
.pxt-hourglass-2:before,
.pxt-hourglass-half:before {
  content: "";
}

/* line 631, ../sass/font-awesome/_icons.scss */
.pxt-hourglass-3:before,
.pxt-hourglass-end:before {
  content: "";
}

/* line 633, ../sass/font-awesome/_icons.scss */
.pxt-hourglass:before {
  content: "";
}

/* line 634, ../sass/font-awesome/_icons.scss */
.pxt-hand-grab-o:before,
.pxt-hand-rock-o:before {
  content: "";
}

/* line 636, ../sass/font-awesome/_icons.scss */
.pxt-hand-stop-o:before,
.pxt-hand-paper-o:before {
  content: "";
}

/* line 638, ../sass/font-awesome/_icons.scss */
.pxt-hand-scissors-o:before {
  content: "";
}

/* line 639, ../sass/font-awesome/_icons.scss */
.pxt-hand-lizard-o:before {
  content: "";
}

/* line 640, ../sass/font-awesome/_icons.scss */
.pxt-hand-spock-o:before {
  content: "";
}

/* line 641, ../sass/font-awesome/_icons.scss */
.pxt-hand-pointer-o:before {
  content: "";
}

/* line 642, ../sass/font-awesome/_icons.scss */
.pxt-hand-peace-o:before {
  content: "";
}

/* line 643, ../sass/font-awesome/_icons.scss */
.pxt-trademark:before {
  content: "";
}

/* line 644, ../sass/font-awesome/_icons.scss */
.pxt-registered:before {
  content: "";
}

/* line 645, ../sass/font-awesome/_icons.scss */
.pxt-creative-commons:before {
  content: "";
}

/* line 646, ../sass/font-awesome/_icons.scss */
.pxt-gg:before {
  content: "";
}

/* line 647, ../sass/font-awesome/_icons.scss */
.pxt-gg-circle:before {
  content: "";
}

/* line 648, ../sass/font-awesome/_icons.scss */
.pxt-tripadvisor:before {
  content: "";
}

/* line 649, ../sass/font-awesome/_icons.scss */
.pxt-odnoklassniki:before {
  content: "";
}

/* line 650, ../sass/font-awesome/_icons.scss */
.pxt-odnoklassniki-square:before {
  content: "";
}

/* line 651, ../sass/font-awesome/_icons.scss */
.pxt-get-pocket:before {
  content: "";
}

/* line 652, ../sass/font-awesome/_icons.scss */
.pxt-wikipedia-w:before {
  content: "";
}

/* line 653, ../sass/font-awesome/_icons.scss */
.pxt-safari:before {
  content: "";
}

/* line 654, ../sass/font-awesome/_icons.scss */
.pxt-chrome:before {
  content: "";
}

/* line 655, ../sass/font-awesome/_icons.scss */
.pxt-firefox:before {
  content: "";
}

/* line 656, ../sass/font-awesome/_icons.scss */
.pxt-opera:before {
  content: "";
}

/* line 657, ../sass/font-awesome/_icons.scss */
.pxt-internet-explorer:before {
  content: "";
}

/* line 658, ../sass/font-awesome/_icons.scss */
.pxt-tv:before,
.pxt-television:before {
  content: "";
}

/* line 660, ../sass/font-awesome/_icons.scss */
.pxt-contao:before {
  content: "";
}

/* line 661, ../sass/font-awesome/_icons.scss */
.pxt-500px:before {
  content: "";
}

/* line 662, ../sass/font-awesome/_icons.scss */
.pxt-amazon:before {
  content: "";
}

/* line 663, ../sass/font-awesome/_icons.scss */
.pxt-calendar-plus-o:before {
  content: "";
}

/* line 664, ../sass/font-awesome/_icons.scss */
.pxt-calendar-minus-o:before {
  content: "";
}

/* line 665, ../sass/font-awesome/_icons.scss */
.pxt-calendar-times-o:before {
  content: "";
}

/* line 666, ../sass/font-awesome/_icons.scss */
.pxt-calendar-check-o:before {
  content: "";
}

/* line 667, ../sass/font-awesome/_icons.scss */
.pxt-industry:before {
  content: "";
}

/* line 668, ../sass/font-awesome/_icons.scss */
.pxt-map-pin:before {
  content: "";
}

/* line 669, ../sass/font-awesome/_icons.scss */
.pxt-map-signs:before {
  content: "";
}

/* line 670, ../sass/font-awesome/_icons.scss */
.pxt-map-o:before {
  content: "";
}

/* line 671, ../sass/font-awesome/_icons.scss */
.pxt-map:before {
  content: "";
}

/* line 672, ../sass/font-awesome/_icons.scss */
.pxt-commenting:before {
  content: "";
}

/* line 673, ../sass/font-awesome/_icons.scss */
.pxt-commenting-o:before {
  content: "";
}

/* line 674, ../sass/font-awesome/_icons.scss */
.pxt-houzz:before {
  content: "";
}

/* line 675, ../sass/font-awesome/_icons.scss */
.pxt-vimeo:before {
  content: "";
}

/* line 676, ../sass/font-awesome/_icons.scss */
.pxt-black-tie:before {
  content: "";
}

/* line 677, ../sass/font-awesome/_icons.scss */
.pxt-fonticons:before {
  content: "";
}

/* line 678, ../sass/font-awesome/_icons.scss */
.pxt-reddit-alien:before {
  content: "";
}

/* line 679, ../sass/font-awesome/_icons.scss */
.pxt-edge:before {
  content: "";
}

/* line 680, ../sass/font-awesome/_icons.scss */
.pxt-credit-card-alt:before {
  content: "";
}

/* line 681, ../sass/font-awesome/_icons.scss */
.pxt-codiepie:before {
  content: "";
}

/* line 682, ../sass/font-awesome/_icons.scss */
.pxt-modx:before {
  content: "";
}

/* line 683, ../sass/font-awesome/_icons.scss */
.pxt-fort-awesome:before {
  content: "";
}

/* line 684, ../sass/font-awesome/_icons.scss */
.pxt-usb:before {
  content: "";
}

/* line 685, ../sass/font-awesome/_icons.scss */
.pxt-product-hunt:before {
  content: "";
}

/* line 686, ../sass/font-awesome/_icons.scss */
.pxt-mixcloud:before {
  content: "";
}

/* line 687, ../sass/font-awesome/_icons.scss */
.pxt-scribd:before {
  content: "";
}

/* line 688, ../sass/font-awesome/_icons.scss */
.pxt-pause-circle:before {
  content: "";
}

/* line 689, ../sass/font-awesome/_icons.scss */
.pxt-pause-circle-o:before {
  content: "";
}

/* line 690, ../sass/font-awesome/_icons.scss */
.pxt-stop-circle:before {
  content: "";
}

/* line 691, ../sass/font-awesome/_icons.scss */
.pxt-stop-circle-o:before {
  content: "";
}

/* line 692, ../sass/font-awesome/_icons.scss */
.pxt-shopping-bag:before {
  content: "";
}

/* line 693, ../sass/font-awesome/_icons.scss */
.pxt-shopping-basket:before {
  content: "";
}

/* line 694, ../sass/font-awesome/_icons.scss */
.pxt-hashtag:before {
  content: "";
}

/* line 695, ../sass/font-awesome/_icons.scss */
.pxt-bluetooth:before {
  content: "";
}

/* line 696, ../sass/font-awesome/_icons.scss */
.pxt-bluetooth-b:before {
  content: "";
}

/* line 697, ../sass/font-awesome/_icons.scss */
.pxt-percent:before {
  content: "";
}

/*color palette*/
/* line 78, ../sass/mixins/_flexbox.scss */
footer.site-footer .footer-2 .row .footer-element.social-media ul.footer-social, .section.section-collection ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* line 11, ../sass/mixins/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 18, ../sass/mixins/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 23, ../sass/mixins/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 28, ../sass/mixins/_animate.scss */
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 92, ../sass/mixins/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 119, ../sass/mixins/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 160, ../sass/mixins/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 239, ../sass/mixins/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 278, ../sass/mixins/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 347, ../sass/mixins/_animate.scss */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 408, ../sass/mixins/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 469, ../sass/mixins/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 550, ../sass/mixins/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
/* line 639, ../sass/mixins/_animate.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 726, ../sass/mixins/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 799, ../sass/mixins/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 872, ../sass/mixins/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 945, ../sass/mixins/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1018, ../sass/mixins/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 1061, ../sass/mixins/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1104, ../sass/mixins/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1137, ../sass/mixins/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1170, ../sass/mixins/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1213, ../sass/mixins/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 1238, ../sass/mixins/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1271, ../sass/mixins/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1304, ../sass/mixins/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1337, ../sass/mixins/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1370, ../sass/mixins/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1403, ../sass/mixins/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1436, ../sass/mixins/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1469, ../sass/mixins/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1502, ../sass/mixins/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 1527, ../sass/mixins/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1556, ../sass/mixins/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1585, ../sass/mixins/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1614, ../sass/mixins/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1643, ../sass/mixins/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1672, ../sass/mixins/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1701, ../sass/mixins/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1730, ../sass/mixins/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1759, ../sass/mixins/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1838, ../sass/mixins/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1911, ../sass/mixins/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1984, ../sass/mixins/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 2029, ../sass/mixins/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 2074, ../sass/mixins/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2133, ../sass/mixins/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 2164, ../sass/mixins/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2207, ../sass/mixins/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2248, ../sass/mixins/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2289, ../sass/mixins/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2330, ../sass/mixins/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2371, ../sass/mixins/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2408, ../sass/mixins/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2445, ../sass/mixins/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2482, ../sass/mixins/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2519, ../sass/mixins/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2556, ../sass/mixins/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2629, ../sass/mixins/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 2664, ../sass/mixins/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2695, ../sass/mixins/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2724, ../sass/mixins/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    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);
    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);
    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);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    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);
    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);
    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);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2765, ../sass/mixins/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    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);
    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);
    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);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    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);
    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);
    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);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2806, ../sass/mixins/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    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);
    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);
    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);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    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);
    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);
    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);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2847, ../sass/mixins/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    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);
    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);
    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);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    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);
    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);
    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);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2888, ../sass/mixins/_animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
/* line 2925, ../sass/mixins/_animate.scss */
.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);
    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);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    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);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2970, ../sass/mixins/_animate.scss */
.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);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 3007, ../sass/mixins/_animate.scss */
.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);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 3044, ../sass/mixins/_animate.scss */
.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);
    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);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    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);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3089, ../sass/mixins/_animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3120, ../sass/mixins/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3151, ../sass/mixins/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3182, ../sass/mixins/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3213, ../sass/mixins/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 3244, ../sass/mixins/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 3275, ../sass/mixins/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 3306, ../sass/mixins/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 3337, ../sass/mixins/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*--------------------------------------------------------------
# Bootstrap Addons
--------------------------------------------------------------*/
/* line 1, ../sass/layout/_bootstrap-addons.scss */
.col-xs-pull-right {
  float: right;
}

/* line 4, ../sass/layout/_bootstrap-addons.scss */
.col-xs-pull-none {
  float: none;
}

/* line 7, ../sass/layout/_bootstrap-addons.scss */
.col-xs-pull-left {
  float: left;
}

@media screen and (min-width: 768px) {
  /* line 13, ../sass/layout/_bootstrap-addons.scss */
  .col-sm-pull-right {
    float: right;
  }

  /* line 16, ../sass/layout/_bootstrap-addons.scss */
  .col-sm-pull-none {
    float: none;
  }

  /* line 19, ../sass/layout/_bootstrap-addons.scss */
  .col-sm-pull-left {
    float: left;
  }
}
@media screen and (min-width: 992px) {
  /* line 26, ../sass/layout/_bootstrap-addons.scss */
  .col-md-pull-right {
    float: right;
  }

  /* line 29, ../sass/layout/_bootstrap-addons.scss */
  .col-md-pull-none {
    float: none;
  }

  /* line 32, ../sass/layout/_bootstrap-addons.scss */
  .col-md-pull-left {
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  /* line 38, ../sass/layout/_bootstrap-addons.scss */
  .col-lg-pull-right {
    float: right;
  }

  /* line 41, ../sass/layout/_bootstrap-addons.scss */
  .col-lg-pull-none {
    float: none;
  }

  /* line 44, ../sass/layout/_bootstrap-addons.scss */
  .col-lg-pull-left {
    float: left;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "Open Sans";
  src: url('../fonts/../fonts/Open_Sans/200.ttf?1296601200') format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: "Open Sans";
  src: url('../fonts/../fonts/Open_Sans/400.ttf?1296601200') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url('../fonts/../fonts/Open_Sans/700.ttf?1296601200') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: "Oswald";
  src: url('../fonts/../fonts/Oswald/200.ttf?1330470000') format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: "Oswald";
  src: url('../fonts/../fonts/Oswald/400.ttf?1330470000') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: "Oswald";
  src: url('../fonts/../fonts/Oswald/700.ttf?1330470000') format('truetype');
  font-weight: 700;
}
/* line 13, ../sass/typography/_typography.scss */
html {
  font-size: 12px;
}

/* line 16, ../sass/typography/_typography.scss */
body,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

/* line 1, ../sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Oswald";
}

/* line 1, ../sass/typography/_copy.scss */
p {
  margin-bottom: 1.5em;
}

/* line 5, ../sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 9, ../sass/typography/_copy.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 13, ../sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 17, ../sass/typography/_copy.scss */
pre {
  background: #fff;
  font-family: Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 28, ../sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, monospace;
  font-size: 0.9375rem;
}

/* line 33, ../sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #fff;
  cursor: help;
}

/* line 38, ../sass/typography/_copy.scss */
mark, ins {
  background: #fff;
  text-decoration: none;
}

/* line 43, ../sass/typography/_copy.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 1, ../sass/elements/_elements.scss */
html {
  box-sizing: border-box;
  overflow-x: hidden;
}

/* line 6, ../sass/elements/_elements.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 12, ../sass/elements/_elements.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
}

/* line 17, ../sass/elements/_elements.scss */
blockquote, q {
  quotes: "" "";
}
/* line 20, ../sass/elements/_elements.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 26, ../sass/elements/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 1, ../sass/elements/_lists.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 5, ../sass/elements/_lists.scss */
ul {
  list-style: disc;
}

/* line 9, ../sass/elements/_lists.scss */
ol {
  list-style: decimal;
}

/* line 13, ../sass/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 19, ../sass/elements/_lists.scss */
dt {
  font-weight: bold;
}

/* line 23, ../sass/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 35, ../sass/elements/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 1, ../sass/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 6, ../sass/forms/_forms.scss */
*:focus {
  outline: none;
}

/* line 11, ../sass/forms/_forms.scss */
form .hp-wrap {
  display: none;
}
/* line 15, ../sass/forms/_forms.scss */
form .form-control-wrap {
  margin: 15px auto;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-moz-keyframes pxt_pulsate {
  0% {
    transform: scale(0.9);
    opacity: 0.0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}
@-webkit-keyframes pxt_pulsate {
  0% {
    transform: scale(0.9);
    opacity: 0.0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}
@keyframes pxt_pulsate {
  0% {
    transform: scale(0.9);
    opacity: 0.0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}
/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* line 2, ../sass/globals/_header.scss */
body.home header.site-header {
  border-bottom: none;
  position: absolute;
  top: 0;
  z-index: 3;
  color: #fff;
}
/* line 10, ../sass/globals/_header.scss */
body.home header.site-header a {
  color: #fff;
}
/* line 12, ../sass/globals/_header.scss */
body.home header.site-header a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
/* line 17, ../sass/globals/_header.scss */
body.home header.site-header .big-header {
  background: rgba(43, 43, 43, 0.25);
}
/* line 19, ../sass/globals/_header.scss */
body.home header.site-header .big-header .navbar-brand,
body.home header.site-header .big-header .navbar-nav {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

/* line 27, ../sass/globals/_header.scss */
header.site-header {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
/* line 32, ../sass/globals/_header.scss */
header.site-header .big-header {
  font-family: "Oswald";
  color: #fff;
  font-size: 1.15em;
  min-height: 30px;
  line-height: 30px;
}
/* line 45, ../sass/globals/_header.scss */
header.site-header .big-header .navbar-brand {
  line-height: 45px;
  text-align: center;
  font-size: 1.5em;
  box-sizing: content-box;
  text-transform: uppercase;
  text-shadow: none;
  padding: 14px 0 10px;
}
/* line 56, ../sass/globals/_header.scss */
header.site-header .big-header .navbar-nav {
  text-transform: uppercase;
  text-shadow: none;
}
/* line 61, ../sass/globals/_header.scss */
header.site-header .big-header .navbar-toggle {
  padding: 15px;
  margin: 0;
  border: none;
  border-radius: 0;
}
/* line 67, ../sass/globals/_header.scss */
header.site-header .big-header .navbar-toggle,
header.site-header .big-header .navbar-nav > li > a {
  font-size: 1.15em;
  line-height: 45px;
}
/* line 74, ../sass/globals/_header.scss */
header.site-header .big-header .helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/* line 80, ../sass/globals/_header.scss */
header.site-header .big-header img#site-logo, header.site-header .big-header img#header-banner {
  vertical-align: middle;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* line 2, ../sass/globals/_footer.scss */
footer.site-footer {
  width: 100%;
  background-color: #efefef;
  min-height: 200px;
}
/* line 10, ../sass/globals/_footer.scss */
footer.site-footer a:hover {
  color: #ccc;
}
/* line 15, ../sass/globals/_footer.scss */
footer.site-footer ul.menu {
  line-height: 18px;
  margin-left: 0;
  margin-right: 0;
}
/* line 27, ../sass/globals/_footer.scss */
footer.site-footer ul.menu .menuitem {
  float: none;
}
/* line 30, ../sass/globals/_footer.scss */
footer.site-footer ul.menu .menuitem a {
  padding: 4px;
}
/* line 32, ../sass/globals/_footer.scss */
footer.site-footer ul.menu .menuitem a:hover {
  color: #fff;
  background: transparent;
}
/* line 37, ../sass/globals/_footer.scss */
footer.site-footer ul.menu .menuitem .menu-pointer {
  display: none;
}
/* line 40, ../sass/globals/_footer.scss */
footer.site-footer ul.menu .menuitem ul.submenu {
  list-style: none;
  margin: 0;
  padding-left: 18px;
}
/* line 48, ../sass/globals/_footer.scss */
footer.site-footer .footer-1 {
  background-color: #2b2b2b;
  color: #fff;
  padding: 30px 0;
}
/* line 52, ../sass/globals/_footer.scss */
footer.site-footer .footer-1 a {
  color: #fff;
}
/* line 56, ../sass/globals/_footer.scss */
footer.site-footer .footer-1 .footer-element {
  min-height: 200px;
}
/* line 59, ../sass/globals/_footer.scss */
footer.site-footer .footer-1 .footer-element h3.title {
  border-bottom: 2px solid rgba(239, 239, 239, 0.4);
  font-size: 1.4em;
  padding: 5px 0 5px;
  margin-top: 0;
}
/* line 70, ../sass/globals/_footer.scss */
footer.site-footer .footer-2 {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 77, ../sass/globals/_footer.scss */
footer.site-footer .footer-2 a {
  font-weight: 600;
}
/* line 82, ../sass/globals/_footer.scss */
footer.site-footer .footer-2 .row {
  margin: 0;
  padding: 8px 0;
}
/* line 87, ../sass/globals/_footer.scss */
footer.site-footer .footer-2 .row .footer-element {
  line-height: 36px;
  padding: 0;
}
/* line 91, ../sass/globals/_footer.scss */
footer.site-footer .footer-2 .row .footer-element .powered, footer.site-footer .footer-2 .row .footer-element .copyright {
  line-height: 18px;
  text-align: center;
}
/* line 95, ../sass/globals/_footer.scss */
footer.site-footer .footer-2 .row .footer-element .copyright {
  font-weight: bold;
}
/* line 100, ../sass/globals/_footer.scss */
footer.site-footer .footer-2 .row .footer-element.social-media {
  position: absolute;
  right: 0;
}
/* line 104, ../sass/globals/_footer.scss */
footer.site-footer .footer-2 .row .footer-element.social-media h4.social {
  padding: 0;
  margin: 0;
  line-height: 36px;
  clear: none;
  margin-right: 8px;
}
/* line 113, ../sass/globals/_footer.scss */
footer.site-footer .footer-2 .row .footer-element.social-media ul.footer-social {
  margin: auto;
  padding: 0;
  list-style: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: row nowrap;
  flex-wrap: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
/* line 125, ../sass/globals/_footer.scss */
footer.site-footer .footer-2 .row .footer-element.social-media ul.footer-social li {
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
}
/* line 130, ../sass/globals/_footer.scss */
footer.site-footer .footer-2 .row .footer-element.social-media ul.footer-social li a {
  color: #ffc107;
  display: block;
  line-height: 36px;
  width: 36px;
  height: 36px;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffc107;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffc107;
  box-shadow: inset 0px 0px 0px 1px #ffc107;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  overflow: hidden;
}
/* line 147, ../sass/globals/_footer.scss */
footer.site-footer .footer-2 .row .footer-element.social-media ul.footer-social li:last-of-type {
  margin: 0;
}

/* line 12, ../sass/globals/_globals.scss */
.pointer {
  cursor: pointer;
}

/* line 16, ../sass/globals/_globals.scss */
.age-warning {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(43, 43, 43, 0.5);
  z-index: 9999999999;
}
/* line 25, ../sass/globals/_globals.scss */
.age-warning .warning-box {
  width: 75%;
  max-width: 650px;
  min-width: 290px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  text-align: center;
  padding: 30px;
  font-size: 2.5em;
  line-height: 30px;
}
/* line 42, ../sass/globals/_globals.scss */
.age-warning .warning-box div {
  margin-bottom: 20px;
}
/* line 45, ../sass/globals/_globals.scss */
.age-warning .warning-box .btn {
  border-radius: 0;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px 4px;
  line-height: 50px;
  font-size: .75em;
  margin: 10px 10px 0;
}

/* line 56, ../sass/globals/_globals.scss */
body.age-warning-mode {
  background: #2b2b2b;
}

/* line 60, ../sass/globals/_globals.scss */
body.age-warning-mode #page {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  background: #fff;
}

/* line 65, ../sass/globals/_globals.scss */
.site-content {
  min-height: 430px;
}

/* line 71, ../sass/globals/_globals.scss */
.vc_row.container, .vc_row.container.vc_column-gap-10 {
  margin-left: auto;
  margin-right: auto;
}
/* line 75, ../sass/globals/_globals.scss */
.vc_row.container.nopadding .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
/* line 81, ../sass/globals/_globals.scss */
.vc_row.container.vc_column-gap-10 {
  padding-right: 10px;
  padding-left: 10px;
}
/* line 87, ../sass/globals/_globals.scss */
.vc_row .ult-timeline-arrow l {
  top: -18px;
}
/* line 91, ../sass/globals/_globals.scss */
.vc_row p {
  font-size: 1.5em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, ../sass/navigation/_links.scss */
a {
  color: #2b2b2b;
}
/* line 4, ../sass/navigation/_links.scss */
a:visited {
  text-decoration: none;
}
/* line 8, ../sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: #ccc;
  text-decoration: none;
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 1, ../sass/navigation/_menus.scss */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
/* line 7, ../sass/navigation/_menus.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* line 13, ../sass/navigation/_menus.scss */
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
/* line 21, ../sass/navigation/_menus.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
/* line 27, ../sass/navigation/_menus.scss */
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
/* line 33, ../sass/navigation/_menus.scss */
.main-navigation ul ul a {
  width: 200px;
}
/* line 46, ../sass/navigation/_menus.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
/* line 51, ../sass/navigation/_menus.scss */
.main-navigation li {
  float: left;
  position: relative;
}
/* line 59, ../sass/navigation/_menus.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
/* line 71, ../sass/navigation/_menus.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  /* line 77, ../sass/navigation/_menus.scss */
  .menu-toggle {
    display: none;
  }

  /* line 80, ../sass/navigation/_menus.scss */
  .main-navigation ul {
    display: block;
  }
}
/* line 89, ../sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
/* line 94, ../sass/navigation/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
/* line 99, ../sass/navigation/_menus.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, ../sass/site/secondary/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
/* line 5, ../sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%;
}

/* Search widget. */
/* line 11, ../sass/site/secondary/_widgets.scss */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/* line 2, ../sass/site/_site.scss */
#page {
  position: relative;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
/* line 1, ../sass/site/home/_index.scss */
.section {
  margin: 30px auto;
}
/* line 4, ../sass/site/home/_index.scss */
.section h1.sec-title {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bolder;
  position: relative;
  text-align: center;
  font-size: 1.8em;
  width: auto;
  padding: 0 30px;
}
/* line 18, ../sass/site/home/_index.scss */
.section > .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 24, ../sass/site/home/_index.scss */
.section.scracth-top {
  position: relative;
}
/* line 3, ../sass/mixins/_effects.scss */
.section.scracth-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 168px;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iZGUyNDNhZjMtMWE0NS00MmJlLWE5NjYtNTA0YTk3YmY2ODhiIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE5MjAgMTY4Ij48ZGVmcz48c3R5bGU+LlwzNiBiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMntmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zY3JhdGNoXzI8L3RpdGxlPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0wLDY3LjIwNTQxYy4xMzAzNC4wNjczNi4yNDkzNi4xMjkuMzc4MTcuMTk1Mzh2LS4zMDU3M1oiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNLjM3ODE3LDIuNzkyYzIuMzA5MTYsMy44Mjg2Niw2LjI5OTY3LDcuMjQ3NTcsOS45NzU3NSw3Ljg5ODU3QzI3Ljk0MTQ5LDEzLjgwNTEsNDUuNTY2MDYsMTYuNzA4NjksNjMuMTkzLDE5LjU4ODg3YTE1LjcwMzkzLDE1LjcwMzkzLDAsMCwwLDYuMTc2NzctLjEwMDE4YzE1LjI0NDg3LTMuODE3MzQsMjkuMzgyODgsNC40Nzk0Nyw0NC41MTE3NiwzLjk5MzkxLDcuMzQyNzktLjIzNTY4LDE0Ljc4MzYzLDMuODQ0NzgsMjIuMjg0MTctLjU1NDQ2LDEuMjE5NTQtLjcxNTQ5LDMuMjg2NTgtLjIxMjQ2LDQuOTExNzQuMDQ2ODMsOC4wOTIzNiwxLjI4OTcyLDE2LjIwMzkxLDIuNTAzMjQsMjQuMjM5NDUsNC4wOTU0Myw4LjM4MzM3LDEuNjYxMjgsMTcuNjQxOSwyLjAxODgzLDI0Ljc4Mzg1LDYuMDQ1OTQsOC43MzcsNC45MjcsMTYuODk1LTEuNzgwMjcsMjQuOTM4MTksMS42MDQ4NmE0My43NTMsNDMuNzUzLDAsMCwwLDYuOTkyOCwxLjc1OWMxLjk3MDMuNDYzODgsMy45ODUzMywxLjM4NzIyLDUuOTE5NzMsMS4yNDg4NCwxMC44MDI4Ni0uNzczMDYsMjEuNTczMjktMi4wNTk3MSwzMi4zODI4Ny0yLjY2MzY5LDcuMTg1OTEtLjQwMTY5LDE0LjkwNzU5LTEuNDg2MDYsMjEuNDY4LjYyMzE3LDQuNzQ4NjEsMS41MjY3NCw4LjU5OTc2LDIuMjU2NjIsMTMuMTgyNDcsMS4wNzc0NS44MzUtLjIxNSwxLjg5Ny40NTcsMy4zNTc0Mi44NTcxMy0xLjMzMzM3LDUuODE1MDYtNC4yNjg4NSw4LjM3NzgtMTAuMjY4ODIsNy4yOTc0Ny01LjQwODUzLS45NzM0My0xMC44OTQ4MS0xLjUzNzExLTE2LjM2My0yLjEyNzg0LS44NzkxOS0uMDk1LTEuODQ0MjIuNjEzMzgtMy4yNjg3MywxLjEzMjE1LDEuMDU3MTQsMS42MDE1OSwxLjkyMDIsMi45MDksMi43ODM0NSw0LjIxNzg4LTQuMTExNDUsMi4yODkwNi05LjM4ODEsMy42NTYzMS0xMi4wNjczMiw3LjA3NTQxLTQuMjI5ODksNS4zOTY4Ni04LjE5MTYsNi41MDQ0NC0xNC4yMjk3Nyw0LjAyOTIyLTEuOTA5NDUtLjc4Mjg1LTQuNTM4MzcuMjAxOS02LjYzNDQuMzYyMTZWNDguNjM1NTdjNC41MzY2LjY5MjY1LDguNjQyOTEuOTA5MzMsMTIuNDk2MTYsMi4wMTUsNC40NzEzNywxLjI4MjYyLDYuODI0NDUtLjM3MDYsOS42MjI0OS01LjE5OC01LjY0ODMtLjM2MTM5LTEwLjAxMjM2LS42MTMxOS0xNC4zNzIyMS0uOTI1ODMtMTIuNjk0NDYtLjkwODk0LTEyLjkzNjcyLS43NDI3NC0xNi4wODkzMSwxMi41MTg5MUgyMTQuNDE1NjZjLS41NzQxNiw1LjM0MjU0LS42MTQ2Niw1LjcwMiw0LjA3NTE3LDYuMjMxNTMsNy41MDgxNy44NDc1MywxNS4wNjksMS4yOTQ5LDIyLjYxOTg2LDEuNjc4LDE3LjE5ODI4Ljg3MjQ4LDM0LjQxODA1LDEuMzg1Myw1MS42MDA3OCwyLjQ4NTIsOC40NzIyNS41NDIxOCwxNi44ODI4OCwyLjA2MzE3LDI1Ljc2NDQsMy4xOTc4MXY4LjMzMWE2LjgwMzUzLDYuODAzNTMsMCwwLDAsMS42OTMzLS4xMjUxMyw3LjkyMTM4LDcuOTIxMzgsMCwwLDAsMi42NzczLTEuNTA1MjVjNi4yOTE3NS03LjQ4NzQ3LDE0LjY3NzgxLTguMDY0LDIzLjUxOTQtNy40OTE1LDMuNzgyLjI0NDg5LDcuNjA1LS4xMTM2MiwxMS4zODMuMTY0ODYsMy42NDExLjI2ODMxLDcuMjQ3NTMsMS4wMDQxNCw5LjI0ODMxLDEuMjk3LDMuODk1NTMsMy41MDcxOS0yLjg1NDYzLDcuMTgxNzQsMi42Njk4NSw4Ljg3ODcyLDQuMzgxNTQtLjM1NjQsNC4zODE1NC0uMzU2NCwzLjg3ODIxLDYuNzk4MjgtMS41ODMxMS0xLjA4NzYyLTIuNzU0NDctMS44OTI1NS0zLjkyNTQzLTIuNjk3MjgtNS42NDkwNi0yLjU3MS05LjA4NjcyLTkuNjA3NDUtMTYuNjUyNTMtOC4zMDU4MywyLjMyNTQzLDMuMzQ3MTMsNC42NTA4Niw2LjY5NDQ1LDcuNTA1MzQsMTAuODA0MDgtNi4wOTQ0Mi0xLjAwMDg4LTEwLjQ0MjE3LTEuNzE0ODMtMTQuOTk0OTMtMi40NjI1Ni45NzExNC0xLjc3ODE2LDIuMjAxMjMtNC4wMjk2LDMuNDMxMTMtNi4yODEyNC0zLjY5MzE2LTMuNDE0My03Ljc0NzU5LTYuMDA3MTctMTAuNjEzNTkuNDAzNDItMi4yMzczMiw1LjAwMzYxLTUuOTQ5MTQsMy4zMzYzOC0xMC40MTEwNywyLjc2ODg3LDMuODY0LDguNzM1NzMtNS40MDAwOSw1Ljg1OTItOC41OTc2LDEwLjU3NzgxLDMuNjM0NjEtLjIyOTM1LDUuODY2MzYtLjMyNDE2LDguMDkwMjUtLjUyMTQ1LDMuNzY4LS4zMzM1Niw3LjU1MzEtMS4yMDcxOSwxMS4yOTEtMS4wMjQ4NywyMy4wMzcxOSwxLjEyMjU1LDQ2LjA1MTczLDIuNzkwMzYsNjkuMDk3LDMuNjQ0MjIsMTUuNDM3Ni41NzE3NCwzMC45NTUwNS0uNTc2LDQ2LjM1ODQ4LjM1MDI2LDguODc1LjUzMzkzLDE3LjQzNCwxLjMzOTgxLDI1Ljk0MTM4LTEuODE3MzEsMTIuNDc4MTItNC42MzA5LDI1LjI0NzgzLS41NjExOCwzNy44NjkzNC0uODk5LDE2LjQ3OTE1LS40NDE0MiwzMi45OTk0Mi44MjczOCw0OS41MDYwOSwxLjA1NTE5LDMuMTk4MjUuMDQ0MzMsNy41NTkyOC0uMjY1MjQsOS4zNzA0NC0yLjI1NywzLjA5NzUtMy40MDY2Miw2LjU4MTc3LTMuMzg3NDMsMTAuMjQ5NjMtMy43MTY1OCwxOC40NTQwOS0xLjY1NzA2LDM3LjAzNDg4LTIuNDMwMzEsNTUuMzIzNjktNS4xNzc2OGE3MS4zMzUzMyw3MS4zMzUzMywwLDAsMSwyNC4zNjYxMS4yMjMsMjkuNDY1MjMsMjkuNDY1MjMsMCwwLDAsNi4xODU2My4zNTI1NmMxMC4yNTYxNi0uMjY5NDYsMjAuNTEwMi0uNjMwNjYsMzAuNzY1NTktLjkzNzE2LDQuMzUzNTEtLjEzMDMyLDcuNjIxMDktMS4xNTM4NCw2LjQ1MTA4LTYuNzI2ODhhNi44MzgwNyw2LjgzODA3LDAsMCwxLC40OTA2Ni0yLjk0MjM2YzEwLjE2NC0yLjM2NTI1LDE5LjM5NDMyLTQuODI4MTksMjguNzU3NjYtNi41NzAyNyw1LjM0MjUtLjk5NCwxMS4yMDM4Ny0yLjEwODY1LDE2LjMwNjU4LS45MTI0LDE0LjAyMzA2LDMuMjg3NjMsMjcuMTk4LTEuMDI0NjcsNDAuNjQzNDEtMi45OTYyOSwxMy44OTA1OC0yLjAzNjg3LDI3LjcxMTQ3LTQuNTYyMTksNDEuNjE0My02LjUwMjE0LDUuMDQ0NDEtLjcwNDE2LDEwLjI1MjM0LS4xMjg0LDE1LjM2MDA3LS40OTMsMTQuNjQ0Ni0xLjA0NTIxLDI5LjE4MzQzLTQuMDc2NjIsNDMuOTg5MDktMi4wMTYzNCwyLjY4NzQ3LjM3NDA2LDUuNDg1Ny0uMDYwMDcsOC4yMzI0OS0uMTEzLDExLjcwNjgxLS4yMjU3LDIzLjgwNTQyLTEuNTE1NjEsMzQuNDA0LDQuNTA5MjIsMTIuNDgyLDcuMDk1MTgsMjMuMzUyNDIsMi4zNTE2MywzNS40MzEwNi0yLjQ3OTgzLDMuNTUwNTMsMi4xNTE4Myw3Ljg2NTA3LDQuNzY3MzUsMTMuMjY2Nyw4LjA0MDc4LTMuMzI1OTQsMi4wMDYtNS42MjU0NSwzLjM5My03LjcwMDc1LDQuNjQ0NTIsMS41MDExNCwyLjAwMTU2LDIuODAyODQsMy43Mzc4OCw0LjM3MTc1LDUuODMwMjItNS44NzQsMi4zOTAyLTEwLjA0MDM5LDIuMjU5NS0xMy40NDg2OC00Ljk2ODg3LjExNzY3LDguOTQ4LTcuMjg1MTYsNS4zOTk5My0xMi44MDY3Niw5LjgyNjQzLDE1LjMzNDcxLDEuNTg0MzIsMjguNTE1NDEsMS4xNTU1Nyw0My41MjIyNCwxLjA4MjQ0LTQuOTc3MzktMi40MjgtOC4xNTc2Mi0zLjk3OTMyLTEwLjk1NTg2LTUuMzQ0MDgsMi41NzcyOC0xMi4yODg2LDkuOTU0NzctMTQuODg4NTgsMjAuMTc2MTgtMTMuNDY4MTYsNC4zODQ0Mi42MDksOC45NDM5LS4xOTE3MywxMy40MDY2NC4wMTk1OCw2LjU1NDkxLjMwOTU3LDEyLjI3MzI5LTEuMDg1NTEsMTYuMDgzNzQtNy42MjY4MSw0LjY1NjQzLDEuODcwNDgsOC43NDQsMy42MTcsMTIuOTA1NzksNS4xNjA0MSw2Ljk2MDc2LDIuNTgxMzYsMTQuNDMyNyw0LjEwNjU2LDIxLjE5NzA2Ljk4NzgyLDUuMTQzMDUtMi4zNzEyLDkuNjkxLTEuODg1NDUsMTQuODQ5LTEuNjQ3ODUsMTAuMjc5LjQ3MzY2LDIwLjYwMTk0LjAyNzI1LDMwLjkwNjEtLjA4NzcxLDEwLjU0MjM3LS4xMTc0NiwyMS4wODk3My0uMTI1OSwzMS42MjQ0Mi0uNDg3NDgsMTIuMzQ4OTMtLjQyNCwyNC42ODQtMS4yMzA2MSwzNy4wMjk1LTEuNzcwNjgsOS45NDc4Ni0uNDM1NjYsMTkuOTQ3NTYtLjI0NywyOS44NDAzMS0xLjIwNjQyLDEwLjA2NTM2LS45NzU5MywyMC41MDk0NSwxLjUyOTI0LDMwLjIyNDI3LTMuMTUxMzcsMS4wODE1Mi0uNTIxODQsMi42OTQuMTIzNiw0LjA2MDc3LjEyOTc0LDE0LjAzMDEzLjA2MzMzLDI4LjExNzQ3LjkwNTg3LDQyLjA3MDQzLS4xMTM0MywxMC4wNjY2OS0uNzM1NjQsMTkuODY5MjQtNS4yODcyNywzMC4yMDcxNy0xLjU1NTUzLjM5MS4xNDEwNiwxLjEwNTUxLS42MjEyNSwxLjQyODU4LS44MTY4Mi0xLjUwNTM3LTMuNzczMi0zLjAxMjg2LTcuNTUwNjEtNC4wMDgxNy0xMC4wNDQ0NSwxMC4wMDg1Mi01Ljc1MjY4LDE5LjIwNDQ3LTUuMzg5MzcsMjkuMDIwNjUuMDA0NjEtMS42NTU4Nyw0LjI5MjU0LS41MTMxMSw5Ljg5MzIyLTUuOTM5MzEsMTIuNzAzNTQtMy4zNzctMi44MDI0NS02LjM3Njc5LTUuMjkxNDktOS44MDItOC4xMzM4Ni0uOTYwMzksNC40MzAzNC40MDYzOCw5LjA0My01LjIzNjM0LDkuNzE4NzYtOS4yMDgsMS4xMDMtMTguMzcwMjEsMi42MzMzNy0yNy41OTUzNSwzLjUzODA5LTcuODQ2NDQuNzY5NjEtMTUuNzU4NzMuODQyMzUtMjMuNjM0MzgsMS4zNDYtMTQuMDkwNTguOTAxNjUtMjguMTY0MSwyLjE2NzU3LTQyLjI2NjYsMi43NjY1Ni0xMS42ODI0NS40OTU5My0yMy40MDExNS4wNTI1OS0zNS4wOTQzMy4zODU1Ny0xMy43NTg4OS4zOTIxLTI3LjUwMTg1LDEuMzg2ODMtNDEuMjYxODksMS43MDEzOS03LjgxMDU2LjE3ODQ5LTE1LjA5MTMsMS40MTU4MS0yMS40MTIsNi4zMjIzMWwtLjA5Njk0LjEwNzI4Yy0xLjU5MiwzLjgzMDM5LTMuMTg0MDgsNy42NjExNi01LjAxMjksMTIuMDYwNDEsMTQuNTgyNi42NDA4MywyOS4wMDc0LDIuMjAwNzcsNDMuMzU2LDEuNjczMzcsMTguNTI2NjUtLjY4MDM3LDM2Ljk4MDM0LTMuMzQwMjIsNTUuNTgwMzUtMS4zNDg4MywyLjA0NC4yMTkxOCw0LjMyMjYuNDg4ODMsNi4xNzkwNy0uMTYzMzMsMTEuMTIyMS0zLjkwNTgxLDIyLjU3MzQxLS45ODM0MSwzMy43OTcwNS0xLjk2ODU1LDIxLjI3OTM5LTEuODY3Niw0Mi41MDM0OC00LjM1Nzc5LDYzLjc2NjM4LTYuNDI3NDgsMy45ODMtLjM4Nzg4LDguMDQ0MzcuMTE4OCwxMi4wNTk0NS0uMDM5MzQsNC42NDM5My0uMTgyOSw5LjI3NzE1LS42NDQyOCwxNC43NzI0NS0xLjA0NzctMS4xMTctMy43MTc3My0xLjc1MTg1LTUuODMwOC0yLjMwNTY2LTcuNjcyNjgsNS4xMDQ2Ni01LjYyMzUyLDEwLjU4NTk1LTcuNzc3ODUsMTcuOTUzODMtNy41NjE1NSw2LjMxMjY5LjE4NTU5LDEyLjY2NjA2LTIuNTU3MzcsMTkuMDczMTgtMy41MjYsNC40MzAxLS42Nyw4Ljk4MjA5LS41MjQzMywxNS4wNzcwOS0uODIwODUuNzcwMzQsMS4wMDk5LDIuNjY3MzEsMy40OTc0LDUuMDcyNzksNi42NTA2OS04LjE3MTA2LDIuODU3MTUtMTYuMTczMiwxLjQ0MjY4LTIyLjA2NzU5LDcuNTk3ODMsMTIuMjUxNDEtLjcxOTMzLDI0LjUwMy0xLjQzODg0LDM3LjA5ODc5LTIuMTc4NTEuMDY4MTYtMS4yNDYzNC4xNzg1My0zLjI3MTg5LjMyMDIxLTUuODY4Niw4LjkyMTA2LDguMDk3MjEsMTguOTUyNDIsNC43NDkxMiwyNy45NzczMyw0LjYzMDMyLDQuNTAyODYtLjA1OTMsOS4xMjk1My0xLjQ5MzkyLDE0LjAyMDczLS44MjNhNjQuODUzODIsNjQuODUzODIsMCwwLDAsMTQuNDM1NTYuMDYxYzE5Ljg5ODYtMS43Njg1NywzOS43NTkyMS0zLjk3MjQxLDU5LjY2NTg4LTUuNjM1NjEsMjQuMDM1NTgtMi4wMDgyOCw0OC4xMDYzLTMuNTkxNDQsNzIuMTU2NjYtNS40MzIsMjAuNjA0MjYtMS41NzY4Myw0MS4yMDA4NC0zLjI1NjM1LDYxLjgwMDY5LTQuODkxNTMsMTkuOTI4NzQtMS41ODI0LDM5Ljg2ODYyLTMuMDM3MzYsNTkuNzgzNzQtNC43OCwyNi43Nzk0OS0yLjM0MzE4LDUzLjUzNjkxLTQuOTM5Nyw4MC4zMTE0MS03LjM0MzM0LDMuNzQ0NjEtLjMzNjA2LDcuNTgxNzQuMTc1NjEsMTEuMjkxNDEtLjMzMTA3LDIyLjQ4MjYxLTMuMDcsMjYuODYzMDctOS42ODMxMyw0OS4yOTkwNS0xMy4wODAzNSwyLjczMTkzLS40MTM3OCw1LjIzNDktMy4zODU1Niw3LjYzNDItMy44MDY1OUMxOTA1LjEyNjgsMTMuNTg3NTMsMTkxNy4zMzMsMTcuMTM0LDE5MjAsMTIuNDE1VjBILjM3ODE3Wm0yODMuOTA3Nyw1My40MTU0N2MtLjY3ODItMS44MDIzNC0xLjM3NjE4LTMuNTk4MTYtMS45NTg0LTUuNDMxMjFhNS4wMTM2OSw1LjAxMzY5LDAsMCwxLDEuNjA2NzItLjcwOTM1YzEuMTA3NDMsMS40OTU4NCwyLjA4NDcxLDMuMDg5MTgsMy4wOTQyNCw0LjY1ODE1UTI4NS42NTcyNCw1NS40NjYzNywyODQuMjg1ODYsNTYuMjA3NDhabTg3MS43NzI4MiwxOC4wMDIxM3EtLjkzMzUxLTIuMDY1ODUtMS44Njc0MS00LjEzMTUxLjc4NzUyLS4zNTM4MSwxLjU3NS0uNzA3NDMuOTMwMDYsMi4wNjY0MywxLjg2MDY5LDQuMTMzMjRRMTE1Ni44NDIzMyw3My44NTY4NiwxMTU2LjA1ODY4LDc0LjIwOTYyWm0yMjkuMzA3ODQtNDMuODgyNDljLjc0MzY2LDEuMDIxNiwxLjk5MjM4LDIuMDExMTYsMi4wNTg0MSwzLjA3NTE3LjA0NjQ1Ljc1MDQyLTEuNTExNzIsMS42MDEyMS0yLjc5MjEsMi44Mjc1OS0xLjI1NjE5LTEuNDE5ODQtMi4wNTQ5NC0yLjMyMjg0LTIuODUzNy0zLjIyNTY0UTEzODMuNTcyNzMsMzEuNjY1ODgsMTM4NS4zNjY1MiwzMC4zMjcxM1pNMTE1NS41NDE5MSwxMi40Nzg1M3EuMzUyNzMuODg5LjcwNTI3LDEuNzc4MzUtMS43NjI3OS41MTQ0NS0zLjUyNjM1LDEuMDI4Ny0uMjYzNDctLjUzODkyLS41MjY5NC0xLjA3NzQ1UTExNTMuODY4MjksMTMuMzQzMzMsMTE1NS41NDE5MSwxMi40Nzg1M1oiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNNTQ3Ljc4OTY2LDE0Ni41MDM3M2MxNS4xMDg1OC0uNTQ3NTUsMzAuMjU3NjUtMS40MTUsNDUuMjUyNC0zLjI2MDM4LDE0LjM1NTg5LTEuNzY2NjUsMjguNzg5NzIsMy4xOTc4MSw0My4wNjE1My0uOTI1MjYtMTUuNjUxODMtNC4xMzA5NC0zMS41NjU2OC00LjU3OTY1LTQ3LjM2MjA2LTQuNDE4NjMtLjc1NTM3LTMuMzkxMjctMS40MTE1LTYuMzM2NTEtMi4wNjk1NC05LjI5MTE2LTE3LjE2MjE5LTUuNDc2ODktMzMuNjE4MzQsMS4yMzQwNi01MS40MDgtLjk0ODEsMy4zNzA4Niw3LjE3ODQ3LDguNTgzLDMuMTA2NjUsMTEuNjM2LDUuMDI4OTQsMy4zNTI0MywyLjExMTE1LDYuMTM4MTgsNS4xMjk1MSw5LjE3MSw3Ljc1MjcxLjg4OC0yLjY3NDgyLDEuNzc2LTUuMzQ5ODQsMy4zOTQ0Ny0xMC4yMjQyOCwyLjg2OTQ1LDMuNDUxNTMsNC40NTEyMiw1LjM1NDA2LDcuMjgyMDksOC43NTk1My00LjQ0ODE1LjYyMjQtNy41NDc3NiwxLjA1NjE1LTEwLjY0NzU3LDEuNDkwMDktNS4xMjI3LjM3ODY2LTEwLjI0NTgyLjc1NzEzLTE1LjU1MTY2LDEuMTQ5MjMtLjE5MTM1LTEuNTc1MTEtLjM4MTItMy4xMzc1NS0uNTkxMjQtNC44NjYzOS02LjIwNC0xLjM4MzE4LTEzLjIyNjc0Ljk0MzY4LTE4LjU5NDU3LTMuODUyODQuODA4MTYtMS43NTgzOSwxLjM4MTk0LTMuMDA3MjMsMi4yMTc3NC00LjgyNjQ3SDUwOS41NDc1M2MuMTkzNjksMi4zNTI3OC0uMTc5MSw0LjU4ODQ4LjY2OTU2LDYuMTU5Ljc5MTQ2LDEuNDY0NTYsMi44ODE1NCwyLjIyMjA4LDQuNjQ3LDMuNDY0NzgtMTAuMzMwODMsMS43MDA4Mi0xMC4zMzA4MywxLjcwMDgyLTExLjIxMzQ3LDguOTI0NTlDNTE4LjQwOTA4LDE0Ni42MTkwNyw1MzMuMTE2NDUsMTQ3LjAzNTM1LDU0Ny43ODk2NiwxNDYuNTAzNzNabTM0LjUxMjI3LTEyLjAxMDdjLTYuNTI3ODMsNy4yODU1Ny04LjU3NjQ1LDYuOTI4MjEtMTIuMjQ2MTktMi44MDEzQzU3NS40NzE5MSwxMjkuNTE5LDU3OS4zMzk0MSwxMzAuMDEyLDU4Mi4zMDE5MywxMzQuNDkzWiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0yMDYuMjMwMzksNzYuOTE2NDljLTQuNDI1NS0yLjU5MzgzLTYuNDMzLTMuNzcwNTEtOC40NDA3Ny00Ljk0NzE4bC0uMjYyLS4yODc4OGMtMS44ODctMi42NjE1OC0zLjc3MjgyLTUuMzIxNDMtNS45ODkyMi04LjQ0NzQ3LTEuODQ3ODMsMy4wMzMtMy4xNDkxNCw1LjE2OTI0LTQuNDUwODQsNy4zMDU1M3EtLjk0MjczLS42MjEtMS44ODU0NS0xLjI0MTc0YzIuOTM4MzctNC42MDI0OSw1Ljg3NjU0LTkuMjA1MTgsOS43NTAzNC0xNS4yNzMxOS04LjE2MjYyLDAtMTUuMjcyNTEtLjg5OTE2LTIyLjAyNDIuMjc2MzctNS42ODY5Mi45OTAxMy0uNDY0MTYsNC4zNDU4OS4wMjEzMSw2LjYyODYyLTE2Ljg2NDQ1LDEwLjk5NzczLTE2Ljg2NDQ1LDEwLjk5NzczLTI1LjA4NDQ3LDUuNjQ1NC0zLjMzOTc2LDEuNjIwNC02LjY5MjIzLDMuMjQ3MTQtMTEuMzY4MTksNS41MTYsMjAuMjExNDYsMi41NjU2MiwzOC41OTAxNiw1LjA2MjcyLDU3LjAyMDIxLDcuMDg5NDJDMTk2Ljg4ODc0LDc5LjU1MTIsMjAwLjQ2OTgsNzguMDA3MzgsMjA2LjIzMDM5LDc2LjkxNjQ5WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0xMDg0LjQ0MTQzLDc1Ljk2NDk0bC0uMDIxMzEuMDA5Ni4wMDIxMS4wMTExMy4wMTAxNy0uMDAwNThaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTEwNTYuMjI5NjgsNzcuMjcxNzRjOS4zOTk4My0uMDU2NjIsMTguNzk1MjMtLjc5NzgyLDI4LjE5MjU1LTEuMjg2MDdsLS4wMDIxMS0uMDExMTMuMDIxMzEtLjAwOTZjMy43NTAzNi04LjM1LDMuNzU3ODUtOC4zNDg4MiwxMi4wNDg4OS01LjQ3MTMyLTQuNTM3MjIsMi4wNjAyOS04LjI5MzczLDMuNzY2MjktMTIuMDQ4ODksNS40NzEzMmwtLjAwOS4wMjAxNS0uMDEwMTcuMDAwNThjLjQ0MzQzLDMuNTExNiwyLjA4ODE3LDUuODg2NjUsNS45MjQsNS44NjA1NCwxMS42ODYyNy0uMDc5MDcsMjMuMzc2MzktLjEwNTM3LDM1LjA1MjI5LS41MTUxMiwxLjMxNjY3LS4wNDYwNiwyLjU1MjcxLTIuNDA1LDMuODI2MzgtMy42OTE0NC0xLjM1MjU3LS43NjczMS0yLjY4MzA2LTIuMTM4MjEtNC4wNjE3My0yLjE4ODg4LTQuMDc2ODktLjE0OTctOS4yMjU4OSwxLjg0Njg3LTEyLjAyMi4wMjA1NC00LjUzOTkxLTIuOTY0ODItNy40MTUxMi45MTE2My0xMC45ODYsMS4wNy0yLjI4MjI0LTQuMjMwMTYtMy40NjQzNC05Ljc3NDgtNi42MTExOC0xMS4zNDA3LTMuMzYyNi0xLjY3My04LjU3MDkyLjU1NTYyLTEyLjk4OTEyLjc5Njg2LTIuNzM4OTIuMTQ5Ny01LjUwOTctLjM4NzQ5LTguMjYwOS0uMzM1MWExMTkuOTM5LDExOS45MzksMCwwLDAtMTMuNDAzNC43NDE3OGMtMS43MzQzNi4yMjktNC42MTg3OCwxLjcyODQ1LTQuNjk4MjUsMi44MTc0Mi0uMzY2NDYsNS4wMTY4NS01LjAxMzExLDIuNzExODYtNi45OTEwNyw0LjY3ODNoLjAwMzg0QzEwNTEuNTQ3LDc1LjA4MzQ0LDEwNTMuODk1MDYsNzcuMjg1OTQsMTA1Ni4yMjk2OCw3Ny4yNzE3NFoiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNNjI2LjM1MDE4LDExMi4wNDQ0NGMtMS40MTQxOS0uNzI0Ny0yLjc1OTQ2LTEuODQyODQtNC4yNTQyNy0yLjEwNjE2LTYuMzQzMi0xLjExNzc2LTEyLjcxNi0yLjEwMS0xOS4xMDc5Mi0yLjg4Nzg2LTMuMjQwNTUtLjM5OS01LjQyMTI0LTEuMjI2NzctNy4yMzYtNC41NTkzMS0yLjU3NDQtNC43Mjc0My02LjU5NTI0LTQuNjM1MTItNy43NTU0Ni4wNzkyNi0xLjgwMDQxLDcuMzE1NTEtNy4xNjkyMSw1Ljk5NjIzLTExLjk3MjExLDYuNTk3MTQtMy4yNzU0NS40MDk3NS03LjA3MzQ2LS4yNDk1LTkuNzUwMzMsMS4yMDk2OS02LjIzNjA4LDMuMzk5MzMtMTEuODM3LDUuNzExLTE2LjQ2ODQ0LTEuMTU4NDQtNS4yMDg3LDIuNDQxNDUtOS42NjAxMSw0LjUyNzgzLTE0LjExMTcyLDYuNjE0MjJDNTY2LjA3OTIsMTE5LjExMDI1LDU5NS44NjI1NSwxMTQuNzE5MjYsNjI2LjM1MDE4LDExMi4wNDQ0NFoiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNMjM4LjQ2ODg2LDgwLjQxMTc4YzEuNDQzLjk5MDksMy45NzQyNC40MjkzMyw2LjAwODA3LjUwMDkyLDUuODE1MTEuMjA0NTksMTEuNjk0MTQuOTg0OTUsMTcuNDMxMzIuMzk1MTcsNy41OTYzMy0uNzgwNTUsMTUuNjk5MDUsMS41NDA1NiwyMi43MzYzOC0zLjIyM2wuMDQ2MjYtLjA2MjE4cS0xLjE0MDgzLTIuMDc1MzUtMi4yODE0Ny00LjE1MDcxYy0zLjU5ODE0LDMuMDcwMzgtNi4xMTc2NC0uMTAzODMtOS4wOTY1MS0xLjM5OGEyMC4yMzc0LDIwLjIzNzQsMCwwLDAtNS4xMTIzNC0xLjE4NGMtNS4wMTQ2Ny4xODk0My0yLjI5Mzc2LDguNzAwNDItOC4zOTA2Nyw0LjY5NDgxSDI0MC4xMDUxOWM0LjQ1MDQ1LTEuOTAxNzYsNi42NzMtMi44NTE1OCw4Ljg5NTkxLTMuODAxNDEtMTAuODUxODEtMy4xNjU1Ny0yMC40NTcyMi0xLjczNDQtMjguNzAwMjcsNS42NTgyNmwuMzQ1MzQuMzU3MTdDMjI2Ljc1MTE1LDc3LjUwMzU4LDIzMi43OTIsNzYuNTEzMDcsMjM4LjQ2ODg2LDgwLjQxMTc4WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0yNTkuNzk4LDc1Ljk3NzhsLjAxMTkuMDA3MWguMDAyODhaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTU1LjA2NDU5LDUxLjgxNWExMC4wMDg4NSwxMC4wMDg4NSwwLDAsMSw2LjIxNjUtLjA2NDI5YzYuMTMyNDIsMi4wNDc0MywxMS45MzA4Myw1LjA1MDYzLDE4LjU1Njc5LjkzMzcsMS42MDE5Mi0uOTk1NSw0LjY3MDA2LS4wMjI0NSw2LjkzMTc1LjU2MTU3LDIuOTc0MjYuNzY3NjksNS43ODUzNiwyLjE1NTI5LDguNzM5MDgsMy4wMzA2NS43NjI4Ni4yMjU4OSwxLjc5NTgxLS40NjY3NiwzLjI0MjM5LS44OTc2Mi0uNzc1NjctMi40NTY4LTEuNDY2LTQuNjQyOC0yLjE4NjYtNi45MjQzN0M4OC4zMzkwOCw0OC4wOTMsODAuMDM3LDQ5LjI0OTUzLDcyLjgwOSw0Ni45NzE0MUE1NS4wOTgxOSw1NS4wOTgxOSwwLDAsMCw1Mi42NzU4MSw0NC42OTlxLTIuMzEwNDYsMi4zODQyNS00LjYyMTQ5LDQuNzczNDlDNDkuNzg3LDUyLjA3OTQyLDUxLjgyNzM0LDUzLjAyMzMsNTUuMDY0NTksNTEuODE1WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0xOTcuNTEyODEsNDguNzQwNzRjMy4zNTU4OC4wODIsNS4yMDUtMS42OTAyNiwzLjA1ODM0LTYuODk1Mi0zLjkzODg3LjI4MS04LjQwNTA2LjM3NzktMTIuODAzMzUuOTc2NS00LjM1NjM1LjU5Mjg1LTguMzg1NDQsMi43OTI2Ni0xMC44MzMzNC0zLjg2NzYyLTEuNTk5MjQtNC4zNTE4NC02LjY2OTUzLTIuODM3MzgtOS45Njk5NC0xLjE0NTc4LTIuNTY5OCwxLjMxNzE2LTQuNDYzNSwzLjk2MjgxLTcuMDA2NDMsNi4zNDQsNS4yMzI3LDEuMjc1NTIsOS41MDExNywyLjgyMDY4LDEzLjg4MTU1LDMuMjcyNjZDMTgxLjY5NDc1LDQ4LjIzNTYsMTg5LjYxMyw0OC41NDgsMTk3LjUxMjgxLDQ4Ljc0MDc0WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik05MzEuMTYwMzksNzguMDg2NDVjNi40MjQtLjU4NTk0LDEyLjkwMjc0LS44Mjk2OCwxOS4yNTI0Ni0xLjg2ODE3LDQuOTc1ODUtLjgxMzc1LDUuMjM4NDYtNC4zNDE4NiwzLjMwNzMyLTkuMjIzNi0zLjE1MjI0Ljc4NTU0LTYuMTQ3NzgsMi40MzI2Mi04Ljg0MSwyLjAzMTUtNy41NjQ0Ni0xLjEyNjM5LTExLjAxODgyLDMuMTkwNTItMTMuODAyMDgsOC45NzdaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTkyNi40ODI2Niw2Ny43NjQ0OHEuNjEyNzQsMS4zNjYsMS4yMjU4NywyLjczMTYzbC43MzMxLS40OTYzMVE5MjcuNDYyMDUsNjguODgxOTQsOTI2LjQ4MjY2LDY3Ljc2NDQ4WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik05MzUuNjYzNjQsODIuMTA3OGMtMS43MTM2NS0xLjUzMDM5LTMuMTA3ODctMi43NzU3Ny00LjUwMzI0LTQuMDIxMzVsLS4wODI5My0uMDgyMzNxLTEuNjg0MTgtMy43NTM0My0zLjM2ODk0LTcuNTA4LTUuNDQ5NjEsMy42ODkyMy0xMC44OTkyMyw3LjM3ODI3bC0uMzkxMjIuMzUzMzNDOTIwLjU3NDA2LDg1LjIzODgyLDkyNC4wODIzNiw4Ni4wMzEyNyw5MzUuNjYzNjQsODIuMTA3OFoiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNMjA3LjM4OTg0LDcwLjU2NDYyYy4xMjUxMiw5LjA0NTg4LDYuNDQ2MDksMTAuNTQ5NTksMTMuODUxNDEsMTEuODc1LS4yNDUzMy0xLjc0NzY1LS40MjAyMS0yLjk5NC0uNTk1MDgtNC4yNDA3MmwtLjM0NC0uMzU0NDhjLTUuOTY2LS44NjktMi43MzA0Ny02LjkzNTUtNC44Mzk3NS05LjU2MTU4LTcuMDQ1LTIuMzYwNjUtMTMuMzUyODktMy43OTYtMTcuOTM0ODMsMy4zOTg1NmwuMjYwNDkuMjg2QzIwMC43Mzc1OSw3MS41MzUxOCwyMDMuNjg4NDMsNzEuMTA0ODksMjA3LjM4OTg0LDcwLjU2NDYyWiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik01MDAuMzE5NzEsMTM1Ljk1NTI5YzEuODg0My0uMzMwODcsMy40NDQxOS0yLjUyNDM2LDUuMTUwMzUtMy44NzY4My0xLjYxNDU5LTEuODkzNy0yLjg3OS00LjczNzYxLTQuOTEzMzEtNS40OTM3OC01LjA0NjA3LTEuODc1NjYtOC4xNTIuNDUzNy0xMi44Miw5LjU1MTIxQzQ5My4wMDg0NSwxMzYuMTM1ODksNDk2Ljc1NzI4LDEzNi41ODA3Niw1MDAuMzE5NzEsMTM1Ljk1NTI5WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik01MjYuNjAxMjUsMTE3Ljc1MDQ4YzIuNDA4OTMtMy44NjM0LDQuNDUzOTEtNy4xNDMzNSw2LjQ5OTA3LTEwLjQyMzVxLS42MDIzOC0xLjA2MzQ0LTEuMjA0NzUtMi4xMjY2OWMtMy42OTMzNSwyLjQzNTg4LTcuMTE1MTEsNS42MTU0Ni0xMS4xNTUzMSw3LjEwMTUxLTQuMTY0NDMsMS41MzE1NC04LjkzMDY5LDEuNDEzODktMTMuNDMzOSwyLjAxNzg3cS4wMzMxMSwxLjE5MS4wNjYsMi4zODE3NloiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNNjg4Ljk5OTcyLDk5Ljg0ODE1Yy04LjM5NDEyLDQuOTMzNzUtMTYuNDM2MTksNS43MDEwNi0yNi4xMTc0MSwxLjMwNzU3QzY3Mi4xNjksMTExLjc2OTgsNjg0Ljk0NjQ0LDExMC45NzYsNjg4Ljk5OTcyLDk5Ljg0ODE1WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0zMDUuNzg0MjQsODQuNTExNjNjLTguMDUyLDEuNTg5ODktMTYuNjUzNDUtMy4wMTU0OS0yNC40NjE4OSwzLjMzODg3LDcuMDM3NDgsMS4xODkxNSwxMy40OTc4MiwyLjYzMjc5LDIwLjAzNTg2LDMuMjU1NzdDMzA1LjM3NTIxLDkxLjQ4OSwzMDYuMjA5NjcsODguMzc2MTgsMzA1Ljc4NDI0LDg0LjUxMTYzWiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0xMTM1LjE4MTgxLDY4LjE0NzM2YTM4Ljc4NzY2LDM4Ljc4NzY2LDAsMCwxLDUuMTMxOTQtLjQzMDY3bC4wOTYxNy0uMTA2NTJjLTUuNTIzMzMtNC41NzA4Mi0xNi4wMDEtNS4zNjEzNS0yNC4xNjUzNS0xLjgyMjg4QzExMjYuNTk3NDcsNzAuMDMwMzEsMTEyNi41ODk1OCw2OS45OTMyNywxMTM1LjE4MTgxLDY4LjE0NzM2WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik00OC4wNTQzMiw0OS40NzI1NHEyLjMxMTU0LTIuMzkxNDUsNC42MjE0OS00Ljc3MzQ5Yy0yLjU4Nzg0LTUuOTc2NDYtNy45NDA1Mi0xLjI4NTMtMTEuODAwNDktMi44MDM2LS45NTk2Mi0uMzc3NTEtMy40MDY3NSwzLjA1NTIxLTUuMTcwMzYsNC43MzY2NXEuNDIwNzYsMS4xODk1NC44NDEyMywyLjM3ODg4UTQyLjI5OTg3LDQ5LjI0Mzg2LDQ4LjA1NDMyLDQ5LjQ3MjU0WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0xMDUuNDA4LDY4LjE5Yy0yLjE2NC0yLjQyMTI5LTQuMzI3Ni00Ljg0Mjc4LTYuMzY3LTcuMTI0MzUtMi41MTE0LDEuMzQ2MTQtNC4yNjY4OSwzLjAxMjgtNi4wNDQwOCwzLjAzNjQtMS43ODg5LjAyMzgtMy41OTkyOS0xLjU4Ni02LjM1MDY4LTIuOTUyMTVDOTAuMTI2NjgsNzMuMjU5MjIsOTguNzI4NjksNjcuMzgyNzQsMTA1LjQwOCw2OC4xOVoiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNNDMwLjU3MTE4LDExMy40MzgxOGEzNS41ODMxNiwzNS41ODMxNiwwLDAsMC0yNC45MjQ1Mi42NzY5MUM0MTQuMDkwMywxMTcuMzQ4Niw0MjIuMjkxNSwxMTQuMzg5LDQzMC41NzExOCwxMTMuNDM4MThaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTQ4My4xNjUsMTI2LjE5NTA3Yy00Ljg5NC4xODA0MS05LjMxMjA5LS42ODA1Ni0xNC40ODQyOCwzLjUyODY5LDQuNDEzOTQsMi4yMzg1OCw3LjcxODgsMy45MTQ2NCwxMC40MDUwOCw1LjI3NjkxQzQ4MC43MDY3NSwxMzEuNTAxNTMsNDgxLjc1NjM5LDEyOS4yMzYwOCw0ODMuMTY1LDEyNi4xOTUwN1oiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNMjI2LjQ1MDU0LDQ3Ljk0NTZjLTMuNjczNTgtMy44MjMwOS03Ljc3NTgxLTIuODU0NDYtMTEuOTE5MTItMS40MjgyOXEtLjE2OTMxLDEuMjIxNDktLjMzOSwyLjQ0Mjc5LDUuODIxMDYsMS4wMDE4NCwxMS42NDIzMSwyLjAwMzQ4UTIyNi4xNDI1Myw0OS40NTQ1LDIyNi40NTA1NCw0Ny45NDU2WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik00NjMuOTkyNzksMTEwLjA2NTE0Yy00LjU1ODUzLjc3ODQ0LTguNzQwODEsMS40OTI1OC0xMi45MjMwOSwyLjIwNjcyQzQ2MC4yODY1OCwxMTUuNzU2Niw0NjAuNzgyNDEsMTE1LjYyNjg2LDQ2My45OTI3OSwxMTAuMDY1MTRaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTQyMi40OTksMTA4Ljk4Mjg5YzQuODQ0OTMtLjQ1NDY2LDguMDkyNTUtLjc1OTYzLDEzLjEyOTY0LTEuMjMyNTNDNDI4LjQxMzM3LDEwMy44MDk0Myw0MjguNDEzMzcsMTAzLjgwOTQzLDQyMi40OTksMTA4Ljk4Mjg5WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik02NTkuNjQ2NzksMTEzLjQ2MjE3bC4wNzUwNi0uMTE4MjJjLTUuMzgxMjgtNS4wOTA5My02LjcwMDA2LDEuMjE3NzUtMTAuNzQ5NTMsMy4xMzMzM0M2NTUuMDUxNzUsMTIwLjQ5ODgxLDY1Ni45NzcxNCwxMTUuOTA3MDcsNjU5LjY0Njc5LDExMy40NjIxN1oiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNNjAzLjA3OTE4LDEyOC4yNTAzN2gtOS41MTcxQzU5OS43MzEsMTMyLjUxMzE2LDU5OS43MzEsMTMyLjUxMzE2LDYwMy4wNzkxOCwxMjguMjUwMzdaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTMyMy4zMDM1MiwxMTAuMjM5NDFxLS4wMzUxMy0uOTYxNTMtLjA3MDgzLTEuOTIyODdoLTYuNzQ5MnEuMDU3LDEuMjEwODQuMTE0LDIuNDIyMjVRMzE5Ljk1MDYzLDExMC40ODg5MSwzMjMuMzAzNTIsMTEwLjIzOTQxWiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0xMjkuNDQwNTMsNzAuMDY3NzRjLTMuMzgzMTQtLjMxMDUzLTYuNzY2NDctLjYyMTA2LTEyLjA5NjUtMS4xMTA0NkMxMjIuMzU1NzgsNzQuMjU3LDEyNS44NzU3OSw3Mi40OTQ3OSwxMjkuNDQwNTMsNzAuMDY3NzRaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTUyLjU4MzY3LDYxLjM4OTJhNC4xOTkxNyw0LjE5OTE3LDAsMCwwLS4yODItMS43MTA0MWMtMS45MDI5Mi0uMTE5MzgtMy44MTU2My0uMDgwNDItNS43MjYtLjA4MDQycS4yMzk4NiwxLjcxOS40Nzk5MSwzLjQzNzkxQzQ4LjkwNjgzLDYyLjUxMjUyLDUwLjc2NzksNjIuMDE3MTcsNTIuNTgzNjcsNjEuMzg5MloiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNNjkuNDE2NDUsNjQuMDI2Yy0zLjQyMjg4LTEuMjk3NzgtNi4wMDMyMy0yLjI3NjItOC41ODM2NC0zLjI1NDQzQzY0LjA5Mjc2LDY1LjQ5NzMsNjQuMDkyNzYsNjUuNDk3Myw2OS40MTY0NSw2NC4wMjZaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTE4OS41NTA2MSwxMDAuNDI1MDdxLTMuMDYwNTUtMS45NTEyOC02LjEyMDkxLTMuOTAyNTUtLjcwOTIsMS4wMzk4NC0xLjQxODYsMi4wNzk0OCwyLjcyNjQ3LDIuMTkzMSw1LjQ1MjY5LDQuMzg2MlExODguNTA3LDEwMS43MDY1MywxODkuNTUwNjEsMTAwLjQyNTA3WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik02NjcuNTc0MDYsMTE0LjYxMDA2Yy0yLjYyMzc0LTMuMjA0NzItNC45MzQyLTQuMTc0NS03Ljg1MjIxLTEuMjY2MTFsLS4wNzQ2Ny4xMTc4NEM2NjEuNTgzNjgsMTE3LjMzNDU5LDY2My45NDUyLDExOC4xNTA0NSw2NjcuNTc0MDYsMTE0LjYxMDA2WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik03MjUuMzYyLDk5LjQ3MDgzYy40MjgwOC0uMjIyMjUuMjc2Mi0xLjU2OS41MjE5Mi0zLjMzOTgzLTIuOTc2OTIsMS4yNDMwOC01LjE2NzQsMi4xNTc0LTcuMzU3OTEsMy4wNzE5MXEuNDk1LDEuMzExLjk5MDM2LDIuNjIxODVBNTYuNjA2NzQsNTYuNjA2NzQsMCwwLDAsNzI1LjM2Miw5OS40NzA4M1oiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNODQuMDcwMDgsNjUuNTE4NlE4Mi41OTk4NCw2Mi44NDUsODEuMTI5Niw2MC4xNzEyNnEtMS4xMDYyOC41MzE3Mi0yLjIxMzMyLDEuMDYzMDYsMS4xNjU4OCwyLjgwNDg1LDIuMzMyLDUuNjA5N1oiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNMjEuNTc5MDksNDYuODQyNjNjLS4wMTUtNC4yNjQxMy0uNjQyNS04LjA0MjUxLTcuOTYzLTguNDUwOTIsMi40NjI0OSwzLjU5NjI0LDQuMTIwNjYsNi4wMTgxMSw1Ljc3ODgzLDguNDM5NzlRMjAuNDg2ODMsNDYuODM3MjUsMjEuNTc5MDksNDYuODQyNjNaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTM3My43NjQsMTExLjM0MzE1bC0uMDEwOTQtLjAxMTUyYy0zLjMzMTctLjk4NzI1LTYuMjQ1MzQtMy42NzEwOS05LjkwOC0zLjMxNjIzcS0uNDE4NjEsMS4wNDczMi0uODM3NDksMi4wOTVsOS45MjEzNywzLjg1MDE2UTM3My4zNDY1MiwxMTIuNjUxODcsMzczLjc2NCwxMTEuMzQzMTVaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTQ0My44OTIyNCwxMTMuOTQ1NDNxLS4wOTE1Ny0uODI3MzgtLjE4MzE3LTEuNjU0MzdoLTUuMTExNTNsLjEwMTkzLDIuNDM2NDZRNDQxLjI5NTgsMTE0LjMzNjI4LDQ0My44OTIyNCwxMTMuOTQ1NDNaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTM5OC4yODQzMywxMTMuOTY1cS0uMDk3LS44MTU4Ni0uMTk0MDctMS42MzEzNEgzOTIuODYxcS4wNzM0MywxLjI1ODYzLjE0NjY2LDIuNTE3MjVRMzk1LjY0NTc1LDExNC40MDc4NywzOTguMjg0MzMsMTEzLjk2NVoiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNMjEuNTc5MDksNDYuODQyNjNxLTEuMDkyNzQtLjAwNTQ3LTIuMTg0LS4wMTExMy0uNzk3MzEsMS40ODMxOC0xLjU5NDYzLDIuOTY2bDUuMzY2NjkuMDAxNzNRMjIuMzczMzQsNDguMzIwOTEsMjEuNTc5MDksNDYuODQyNjNaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTM4MS43NDIsMTA4LjY4NzMzYy00LjE2NC0yLjEwODA4LTYuMzc0My0uNTI1MjktNy45ODg4OSwyLjY0NDMxbC4wMTA3MS4wMTE1MkMzNzYuMzg1NDgsMTEwLjg1OTEyLDM3OS43NTA3NiwxMTIuMzQ2MzMsMzgxLjc0MiwxMDguNjg3MzNaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTkxNi40MTgwOCw3OC4yMjc3bC4zODg1My0uMzUxNmMuNTc0MTYtMi43MDQ1NywxLjE1MDc5LTUuNDExMjUsMS45NTg3OC05LjIwMzgzQzkxMi4yOTI2LDcxLjc3ODczLDkxMS45MjkyNCw3NC42NDU0Nyw5MTYuNDE4MDgsNzguMjI3N1oiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNMTA0OS4yMDUsNzMuODk5ODVoLS4wMDM4NHEtNC4xMzkxOCwxLjA4MjQ0LTguMjc4NzUsMi4xNjQ4OUMxMDQ0Ljk2MTMzLDc4LjYyMTUzLDEwNDcuNjMzNDUsNzcuNTYsMTA0OS4yMDUsNzMuODk5ODVaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTE2NS41MTUyMSw1OS43OTQzMmwtLjMzLTIuNTQ3NzdhMzYuOTIwNiwzNi45MjA2LDAsMCwwLTQuMjQyMjIuODg0NzYsMTUuMTg4MTIsMTUuMTg4MTIsMCwwLDAsLjM2NSwyLjQwNjcxUTE2My40MTE2OSw2MC4xNjYwNywxNjUuNTE1MjEsNTkuNzk0MzJaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTYzOS40MzEwNiwxMDQuNjk4OGEzLjA4OTM5LDMuMDg5MzksMCwwLDAsMi4zNzY0OS0uOTg2MSwxMS42OTYzMywxMS42OTYzMywwLDAsMC0xLjE3MjUxLTMuMTY4NjRjLS44MTc1Ny40Njc3Mi0xLjYzNDc1LjkzNTQzLTIuNzM4OTUsMS41NjcyNEM2MzguNDg4MzMsMTAzLjE5MTYzLDYzOC43NzkzNCwxMDQuNDc1NCw2MzkuNDMxMDYsMTA0LjY5ODhaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTYxMi4wMzc0OCwxMzEuNDE1Yy44MjQyOS0xLjUwMDQ1LDEuMzkxMTItMi41MzIyMiwxLjk1OC0zLjU2NDE5LS44NjU5NC0uMjYyLTEuODcwMS0uOTIxMjMtMi41NjExNi0uNjc5MjFhMy4yNDg1MiwzLjI0ODUyLDAsMCwwLTEuNjk0NjQsMi4xMjUxNkM2MDkuNjUsMTI5LjY4NzI5LDYxMC44NzE4OCwxMzAuMzgxNDcsNjEyLjAzNzQ4LDEzMS40MTVaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTUxMS45OTc5MiwxMTAuNDEyOXEtLjExLS44NDgzOS0uMjItMS42OTY0LTMuNzAwOTMuNTI4ODQtNy40MDIwNiwxLjA1ODI2LjEwMzA4Ljc1MDguMjA2LDEuNTAxMjJRNTA4LjI5LDExMC44NDQxNSw1MTEuOTk3OTIsMTEwLjQxMjlaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTMwMS40MzAzOSw3NS4zNjc0OHEtMi4zODEwNi0uOTYzLTQuNzYyLTEuOTI1NzUtLjQxNzUyLjg1MjcxLS44MzQ2NSwxLjcwNTIzLDIuMzEzLDEuMjYzNTIsNC42MjYxLDIuNTI2NjZRMzAwLjk0NSw3Ni41MjAzNiwzMDEuNDMwMzksNzUuMzY3NDhaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTE1MC43OTk3Myw0MS4xMjQ0OXEtMy4wOTY0Ny0xLjQ3OC02LjE5MzIzLTIuOTU1OC0uNDA2MjkuODE1LS44MTI1OCwxLjYyOTgxLDIuNzY0LDEuNzIwNjgsNS41MjgxMywzLjQ0MTc1UTE1MC4wNjA5MSw0Mi4xODIyNywxNTAuNzk5NzMsNDEuMTI0NDlaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTExNi43MDAzOCw1Ni40NjU4MWMtLjcxNDQ4LTIuMDkzMy0xLjI4MzY1LTMuNzYyMDYtMi4wNDA3NS01Ljk4MDVDMTEyLjA3MjE4LDU1LjAyOTA4LDExMi4wNzIxOCw1NS4wMjkwOCwxMTYuNzAwMzgsNTYuNDY1ODFaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTExMDguOTkzLDY1LjE5NzUxYy0uNTU5NTctLjMzMzE4LTEuMzA0LTEuMDcyMjctMS42NDA4OS0uOTE3MzlhOC4yODE2OSw4LjI4MTY5LDAsMCwwLTEuOTQzLDEuNzQ5MThjLjU1NjUuMzM0NTIsMS4xMTMuNjY5LDIuMDE3NzEsMS4yMTI1N0MxMTA3LjkzMTA3LDY2LjU4MzU4LDExMDguNDYyLDY1Ljg5MDU0LDExMDguOTkzLDY1LjE5NzUxWiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0xMjkuODg5LDU2LjQwNjUxYy4xMjM4Mi0uNzYxNTUtLjY4MzU4LTEuNjc1NDgtMS4zMjQ5Mi0zLjAyNjQyLS45MDc0MSwxLjA2NjktMS45MTc3LDEuNzI4ODQtMS45NTE2OCwyLjQzNzYxLS4wMzYzMy43NTc3MS44NDg0NywxLjU1OTc1LDEuMzMxMjYsMi4zNDI0MUMxMjguNjMyMzcsNTcuNTgyMjIsMTI5Ljc3OTUzLDU3LjA3OTM5LDEyOS44ODksNTYuNDA2NTFaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTE3LjUyODg4LDU4LjUzNDczYy4zNTIwNi4xNjcsMS4xMDcyNC0uNTIzNzYsMS42ODAwNS0uODI2MjMtLjQ4NzU4LS42OTM2MS0uOTc1LTEuMzg3NDEtMS40MzM3Ny0yLjA0MDE0LS45Mzg4OS40OTkzOC0xLjUxMDU1LjgwMzM5LTIuMDgyNDEsMS4xMDc1OEE3LjY3ODQ2LDcuNjc4NDYsMCwwLDAsMTcuNTI4ODgsNTguNTM0NzNaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTUxOS4yODU3NywxNjcuNTI5NDFhMjkuNjcxNiwyOS42NzE2LDAsMCwwLDIuMTkzOTQtMi45MDY4NmMuMDkxOTUtLjE1MTQzLS43MTIzNy0uODUtMS41MzY2OS0xLjc5MjM2YTI2LjU4OTE1LDI2LjU4OTE1LDAsMCwwLTEuNzcxLDMuNDAxMDZDNTE4LjA3NjYsMTY2LjQ5Myw1MTguODkwMzMsMTY3LjA4Nzc5LDUxOS4yODU3NywxNjcuNTI5NDFaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTM1OC4xNDc1MywxMTEuMjM1MjlxLS41MDQ3Ni0uNzQxNTktMS4wMDk3Mi0xLjQ4MzM3LTIuMjI5NTQsMS40OTYxMy00LjQ1OTI4LDIuOTkyMDcuNTIwODkuNzY3NSwxLjA0MiwxLjUzNTE5UTM1NS45MzQyMSwxMTIuNzU3MTQsMzU4LjE0NzUzLDExMS4yMzUyOVoiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNMjkxLjExNTExLDc2LjQ0NDk0Yy0yLjY4MzYzLjY1OTA2LTQuNTU0LDEuMTE4NTItNi40MjQyMSwxLjU3Nzc5bC0uMDQ1ODguMDYyQzI4OC4yNTcsODAuMjI2NTgsMjg4LjI1Nyw4MC4yMjY1OCwyOTEuMTE1MTEsNzYuNDQ0OTRaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTU0MS45NjQxOCwxNjYuNTA5NTNxLTEuODM3MDgtMS4wNjg2Mi0zLjY3NDE2LTIuMTM3MDYtLjU2LDEuMDgzODgtMS4xMTk3MiwyLjE2Nzc2LDIuMDY4ODcuNzI5NzksNC4xMzc3NCwxLjQ1OTc2UTU0MS42MzYsMTY3LjI1NSw1NDEuOTY0MTgsMTY2LjUwOTUzWiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0yMTAuMDc3MTIsMTAxLjk1MjU4cS0uMjk2NTgtLjcxMjgtLjU5MzE2LTEuNDI2LTIuNTM3OTMuNjczMzYtNS4wNzU2NywxLjM0NjUzLjQ1ODQxLDEuMTU2NDMuOTE3LDIuMzEyNjdRMjA3LjcwMTExLDEwMy4wNjkwOSwyMTAuMDc3MTIsMTAxLjk1MjU4WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0xNTguNTAwMzQsOTkuNDIwMzVjLjI3NTI3LS41NDA2NS0uNDE4NDgtMS41NzgzNy0uNjgwNTUtMi4zOTQ0Mi0uODU1MTUuNDM0NTEtMS43MTAzOC44NjktMi45NTQzLDEuNTAxLjUzMzUxLjk4My45NDE0MywxLjczNTU1LDEuMzQ5NzMsMi40ODc4OUMxNTcuMDEyMDYsMTAwLjUwMTI2LDE1OC4xMjgxMywxMDAuMTUxNTgsMTU4LjUwMDM0LDk5LjQyMDM1WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0xMDMyLjA0MTg5LDc2LjU4NzczcS0yLjc2NjU2LS4yMTQxOS01LjUzMzEyLS40MjgxOC0uMTA2NTQuODIwNDctLjIxMzA4LDEuNjQxNTEsMi42MTYuNjIzODQsNS4yMzE3NCwxLjI0NzVRMTAzMS43ODQ1Myw3Ny44MTgxNCwxMDMyLjA0MTg5LDc2LjU4NzczWiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0yNTQuNjUxNTEsNzEuNzAwOGMyLjE3MTI4LDEuODAyMzQsMy42NTk3NiwzLjAzNzc1LDUuMTQ2MTIsNC4yNzE2MkMyNTkuNjIwNjQsNzEuNzUzMzksMjU5LjYxODE1LDcxLjc1MjgyLDI1NC42NTE1MSw3MS43MDA4WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0yNTkuODEyNzksNzUuOTg0OWwtLjAxNTE3LS4wMTI0Ny4wMDAzOC4wMDUzN1oiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNMTAxMS4yMzE4Myw3Ny4wMzU2N2MtLjYzODA2LS42MDM0LTEuMjAxMjgtMS41NDUtMS45MzY2OC0xLjcwODY5LS42NDI2OS0uMTQzMTctMS40Nzg2OS41ODg4Mi0yLjc1MTIsMS4xNzQxOCwxLjE2MS45MDA2OSwxLjgyNjE0LDEuODIwMzgsMi41MjA4NSwxLjg0MzIyQzEwMDkuNzcyMTcsNzguMzY3ODEsMTAxMC41MDgzNSw3Ny41MDg1NywxMDExLjIzMTgzLDc3LjAzNTY3WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0zMS45MDEwOSw1OS42Mjk4NGMtLjMxMzQ3LS43NjM0Ny0uNjI2NzYtMS41MjcxMy0uOTM2Mi0yLjI4MDgxLS44ODM3OS4zMjQtMS40Mzc0MS41MjcyMS0xLjk5MDg0LjczMDI2YTkuMzUzNjgsOS4zNTM2OCwwLDAsMCwxLjMyNDE2LDIuMTAzODVDMzAuNDg1NTEsNjAuMzYyNzksMzEuMzQ3ODYsNTkuODM0NDMsMzEuOTAxMDksNTkuNjI5ODRaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTU5MS40ODc5MywxNjIuNDU3MDljLS40NzUzLS4zODEzNS0uOTE2ODEtLjk4OS0xLjQzNjg0LTEuMDY2OS0uMzY5MTQtLjA1NDg5LS44NDQ0NC42MDUxMy0xLjI3MTk0Ljk0ODQ4cS41MjE0Ny43Mjc3NywxLjA0MjU1LDEuNDUwOTNRNTkwLjY1NDcxLDE2My4xMjM0NCw1OTEuNDg3OTMsMTYyLjQ1NzA5WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik00OTQuMTc5NjEsMTE1LjA2NGMtLjA2MDA4LS41MTkxNS0uNjQ4NjgtLjk3NjY5LTEuMDE1MzItMS40NnEtLjgyMi42ODU3NC0xLjY0NDEyLDEuMzcxODYuNzMxMDkuNTc4MDcsMS40NjQ0OCwxLjE1NjkxQzQ5My40MTIzNCwxMTUuNzczNDksNDk0LjIxNDkzLDExNS4zNzAwNyw0OTQuMTc5NjEsMTE1LjA2NFoiLz48cGF0aCBjbGFzcz0iNmI2OTQwNDAtYzFiMi00MTIyLWJkYWYtNDNhZjI0NTQ4ZWQyIiBkPSJNNDcxLjYwMSwxMTQuNjQxOTJxLS40MS0uNzc2NDItLjgyMDA2LTEuNTUyNDYtLjk1MjUyLjUxODQ4LTEuOTA1NDIsMS4wMzcxNS42NDgxNi42MTc4LDEuMjk3ODYsMS4yMzY1NlE0NzAuODg4OTQsMTE1LjAwMzU5LDQ3MS42MDEsMTE0LjY0MTkyWiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik0zOTMuNDU5MTMsMTA0LjA5MDZjLS43ODI0LS40NTg4OS0xLjI3MjcxLS43NDY1OC0xLjc2Mjk0LTEuMDM0MjctLjMwNDY0LjU1NjM4LS44MzA4MSwxLjEwNzM5LS44NDUyMSwxLjY3MTQ1LS4wMTIxMy40NjY3Ni41NzkzNC45NDk0NC45MDM1MywxLjQyNTIyQzM5Mi4zMDk4OSwxMDUuNDgxMDcsMzkyLjg2NTQzLDEwNC44MDksMzkzLjQ1OTEzLDEwNC4wOTA2WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik02MTEuNTAwNTYsMTAzLjg3MTIzYTkuOTU0NzMsOS45NTQ3MywwLDAsMCwuMjkzODktMS42NThxLS44NTgwNy4wNTg0NC0xLjcxODQ1LjExOTc2YTguMzc3ODgsOC4zNzc4OCwwLDAsMCwuNTQyMSwxLjU2OTE2QzYxMC42ODgxOCwxMDQuMDI4OCw2MTEuNDY0NjYsMTAzLjk3OTI4LDYxMS41MDA1NiwxMDMuODcxMjNaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTE0Ni43ODA0Nyw4MS4wMDU1OWMuMDcyNzUtLjEyOC0uMzMwNzUtLjczNDY4LS40MTU2LS43MTM3NmE5LjM2OTg3LDkuMzY5ODcsMCwwLDAtMS40MzA4OS41NzExNnEuNDIwNC42ODc0Ny44NDIzMywxLjM2ODZBOC4yODgyLDguMjg4MiwwLDAsMCwxNDYuNzgwNDcsODEuMDA1NTlaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTMxMS42NjY3Nyw3OC4xNjc0NGE5LjgxNTY0LDkuODE1NjQsMCwwLDAtMS4yNTY1OC0xLjIxMDA3cS0uNDY1Ljc1NTEyLS45Mjg1MiwxLjUxMzMxYTExLjM5OTI2LDExLjM5OTI2LDAsMCwwLDEuNzU0MTUuNDk2ODlDMzExLjM0OTg0LDc4Ljk4Mzg4LDMxMS43NDgzNSw3OC4yNzUxMSwzMTEuNjY2NzcsNzguMTY3NDRaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTEzOS42NzgyNiw1Ni44Njc1Yy4wMzQtLjA1ODczLS40OTA0Ni0uNjI1NDgtLjY0NzMtLjU4YTguODM5NzEsOC44Mzk3MSwwLDAsMC0xLjUxNDc3LjczN3EuNTcyNDMuNjE3NTEsMS4xNDc3LDEuMjM0ODNBMTMuMTE2NjUsMTMuMTE2NjUsMCwwLDAsMTM5LjY3ODI2LDU2Ljg2NzVaIi8+PHBhdGggY2xhc3M9IjZiNjk0MDQwLWMxYjItNDEyMi1iZGFmLTQzYWYyNDU0OGVkMiIgZD0iTTEwMS4yMzU5MSwzMS40MTY2N2E5LjQzNDg5LDkuNDM0ODksMCwwLDAtMS4xMTYyNi0xLjI0NjU0cS0uNDIyNy43MjA4Ni0uODQ0NjMsMS40NDQ3OWE5LjAxMzQ3LDkuMDEzNDcsMCwwLDAsMS41MTguNTM3NTdDMTAwLjkwMDU1LDMyLjE3MywxMDEuMzA5MjQsMzEuNTI5NzEsMTAxLjIzNTkxLDMxLjQxNjY3WiIvPjxwYXRoIGNsYXNzPSI2YjY5NDA0MC1jMWIyLTQxMjItYmRhZi00M2FmMjQ1NDhlZDIiIGQ9Ik00MzYuOTMxMzEsMTI4Ljg1MjYyYy4wNzcxNy0uMTM3LS4zNDM2MS0uNzcxNzItLjQzMTM0LS43NTAyMmE5Ljc3MTg1LDkuNzcxODUsMCwwLDAtMS40OTQuNTk1MTVxLjQzOTY5LjcyMjU5Ljg4MDkxLDEuNDM4ODRBOC41NjkzLDguNTY5MywwLDAsMCw0MzYuOTMxMzEsMTI4Ljg1MjYyWiIvPjwvc3ZnPg==);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
/* line 30, ../sass/site/home/_index.scss */
.section.scracth-bottom {
  position: relative;
}
/* line 3, ../sass/mixins/_effects.scss */
.section.scracth-bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 118px;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iZjc4ZDU2YTYtNGViOC00ODE4LTg5ZmUtNTI1YWYyY2FkZTk0IiBkYXRhLW5hbWU9IuKAlMOOw5PDiF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDExOCI+PGRlZnM+PHN0eWxlPi5cMzQgMWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGR7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+c2NyYXRjaDwvdGl0bGU+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTU0NS41ODQ2OSw0MC43OTExbC4wMTY3LjAwODQzLjAzNzI1LjAwMTM0LS4wMzE2OC0uMDA5MTlaIi8+PHBvbHlnb24gY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgcG9pbnRzPSIxNDMuMjYyIDQwLjgwMiAxNDMuMjcyIDQwLjc5MyAxNDMuMjU3IDQwLjggMTQzLjI2MiA0MC44MDIiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNODE0LjQ5MzE2LDY5Ljg1NjgxaC4wMjEzMWwtLjAwNjUzLS4wMDc0N1oiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNNjcyLjk3NzQ2LDcxLjkzMTQybC4wMDkuMDAxLjAwNzEtLjAwNjEzLS4wMTY5LS4wMDM4M1oiLz48cG9seWdvbiBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBwb2ludHM9IjY1Mi43NjIgNzYuMDg1IDY1Mi43NjYgNzYuMDc5IDY1Mi43NTggNzYuMDgyIDY1Mi43NjIgNzYuMDg1Ii8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTI4Mi43NjMzOCw0Ny4wMjU4M2wuMDA2MzQuMDAzNjQuMDAzMjYtLjAxMzQxLS4wMjUzNC0uMDA0NzlaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTE4NjIuMDE2MzQsNzYuODAzNjNjLTE4LjI5NzIyLDIuNTIyLTM2Ljc4NTI4LDMuNzAzMTUtNTUuMjIwNTQsNS4wMDktMTEuMDU0Ljc4MjU3LTIyLjE3MjkzLjU0Nzc2LTMzLjI1NDQuOTg3ODktMTMuMzk2NzUuNTMyMjUtMjYuNzgzODEsMS4zMjIxLTQwLjE3NzU0LDEuOTQ2NjctNy43MDMuMzU5MTEtMTUuNDMxMjMsMS4xMTMxNS0yMy4xMTE4MS43ODY2LTkuNjE3NDctLjQwODkxLTIwLjYyNjc1LDIuOTcxNzEtMjcuMDE5MzktOC42NDUyNy0uNDU5ODQtLjgzNTA1LTIuMzMzNzYtLjk5Mjg3LTMuNTkxNTUtMS4xOTkxNC0xMC44NzI3Ny0xLjc4MzY4LTIxLjY0NzQyLTQuNTUwODQtMzIuNzIxMjItLjQyNzg3LTQuMzUzMjIsMS42MjEwNy05LjIyNiwyLjAzNTkyLTEzLjkwNjc1LDIuNDAyODgtNi43OTYxOC41MzI4Mi0xMy42NzIzMiwxLjA4NTM3LTIwLjQyNS0xLjQyMjQ2YTgyLjM1NTI2LDgyLjM1NTI2LDAsMCwxLDE2LjM3MzE4LTMuMTU0ODFjMTUuMzU1NzctMS43NjM1NywzMC43MjIxMS0zLjQzMSw0Ni4wNzU0My01LjIxODg4LDEzLjAxMTQxLTEuNTE1MTYsMjYuMDMzLTIuOTc4LDM4Ljk5OS00Ljg0MTU3LDMuMjQ0OC0uNDY2MzYsNy4zMzEyOC0uNTc2ODcsOS4yNDQxOC01LjA4NDgxLTEuNDQzNjUtLjU2ODA2LTIuMzUxMzgtMS4yNzY3MS0zLjE5ODEtMS4yMDY2MS0xNS4wNzg3NiwxLjI0NjI2LTMwLjEzOTYzLDIuNzM2NTItNDUuMjI3NzUsMy44NDA4NS03LjAyMjc4LjUxNDQ0LTE0LjM5NDI0LDEuNjg2LTIxLjA3ODcyLjE0MzQ1LTExLjc3ODQzLTIuNzE3OTQtMjIuOTc4MzctLjc3MTg1LTM0LjI4MzcxLDEuNTI1MTItNC40My45MDAxNy04LjU1MywxLjk5NC0xMi40MTQ3Mi0xLjM2NTE5LTguNjU2MTMtNy41MjkyNS0xOC45MzM4OS04LjE1MzYyLTI5LjU1NDE3LTcuMjM3OTQtMy4zNDEuMjg3ODYtNi42NzQ4NC45NDkyLTEwLjAxMi45NTA1NC0xNi40MDg3LjAwNzg1LTMyLjgyMDEuMDAyNjgtNDkuMjI1MzQtLjMwMzE4LTEwLjM4NzItLjE5MzQ0LTIwLjg3NC0uMTIxNDMtMzEuMTIzMi0xLjU4OTQ3LTE3LjE5My0yLjQ2MjQ0LTM0LjE5MjMyLTYuMzE5MzgtNTEuMzQ4ODYtOS4wOTYzMS0xMy45NDEzMS0yLjI1NjU1LTI3Ljk4MjA4LTMuODg5MTItNDIuMDAzNDYtNS41ODU4NC00LjQ3NTcxLS41NDItOS4xNjczOS0xLjE4NTkzLTE1LjQxMDY5LDMuMjg3NTMsNi4zMDE2MywxLjU3ODk0LDEwLjY3MTc0LDIuNTE5NzEsMTQuOTQzOTQsMy44MDMzMSwyLjQ1MDg4LjczNjQyLDYuMDg4NywxLjQyMzYxLDYuODQzMDcsMy4xOTAyNCwxLjkwNjc1LDQuNDY2LDUuNTE0LDQuNzYxNTIsOS4wMTc2Niw1LjQ5NTYzLDEwLjUxMTYyLDIuMjAyNzMsMjEuMDU5MTQsNC4yMjU0NCwzMS42MDI2Miw2LjI2NDYxLDQuNTMyMTYuODc2NjEsOS4wODg1MSwxLjYyMTI2LDEzLjYzMzkyLDIuNDI1NjdxLS4wMzMxMi4zNTMzNi0uMDY1NjYuNzA2NzNjLTEzLjgyMDM1LjY1NzUxLTI3LjY0MDg5LDEuMzE1LTQxLjYwNDg2LDEuOTc5NDJWNzEuODY5Yy03Ljk0ODYxLDAtMTUuMzUxLjA2OTMzLTIyLjc1MTYyLS4wMTg1OC03Ljc5Njc0LS4wOTI4OS0xNS40MTY2NC4wODItMjIuNDQxNTQsNC41MjUxNy00LjM4MzM2LDIuNzcyMzMtOC45NDIsMS4yMDg1My0xMy41NjUzNy0uNTI4NDJhMzMuMTQ2LDMzLjE0NiwwLDAsMC0xMi40ODk0MS0yLjQxNDU2LDIwNC40MjY0OCwyMDQuNDI2NDgsMCwwLDAtMjQuMDMwOTEsMi41NTcwNmMtNC43Njc5Ljc0NTIzLTkuMzg4NjEsMi40ODQyOC0xNS4zNTIxMyw0LjEyODcxLTEuMDM1NjItLjM3NTc3LTMuNzI0LTEuMzc2NDktNi40Mjg3NC0yLjMyODc2LTkuMDM4NC0zLjE4MS0xOC4yMDEyMi0xLjMyMDE5LTI2Ljk1NTQ2LjU2ODY0LTE1LjAwMjg4LDMuMjM3LTMwLjgzNDYyLDMuNDkwMzYtNDQuNTc0MywxMS45MDYzN2ExNC4yMzYxLDE0LjIzNjEsMCwwLDEtNi42NjU1LDIuMDk4NTRjLTQuNzk3ODkuMTU2NjctNy40NTIxLDIuNDIyNjEtOC42MjkyMiw3LjA2Nzg2LS4xOTMuNzYxMTItMS4zODEyOCwxLjI1NjQxLTIuNzA1MjgsMi4zODA0Ny0xLjMyNTIxLTIuNjI1NDMtMi40NTg1OS00Ljg3MTI2LTMuMDUyNjQtNi4wNDgzNy03LjQ4NDMyLDAtMTQuMTA4NTQuMDQ4NDYtMjAuNzMxNzgtLjAxNDc1LTUuNjc1NzEtLjA1NDItMTEuMzY4MTMuMDEwMTUtMTcuMDIxLS40MjM0Ni03LjIxOTU1LS41NTQwOC0xNC42NzU3MS0zLjIxNjQ4LTIxLjU1Ni0yLjA0MjQzLTE4LjMyMjk0LDMuMTI2NDYtMzYuOTUxMTctLjU3Njg3LTU1LjE1NTg0LDMuNTIzNDktMi40NDI2Mi41NTAyNS01LjI3MTM2LTEuMDQzNjItNy45Mzk1OC0xLjE0NjY2LTYuNjkyNTQtLjI1OC0xMy42MTU4Ny0xLjM2NTc3LTIwLjA0MjMtLjA1MDc1LTkuNTkxMzYsMS45NjIxOC0xOC42MDY5MSwxLjA0MjY2LTI3LjkwMDg2LTEuMTkwNTItNy45ODgxMy0xLjkxOTQ3LTE2LjA3NDgyLTQuMDU1OTQtMjQuNDY3MzMtMS45ODg4LTEuOTAzNjguNDY4ODUtNC40NDgwNi45MjAyOC01LjkxNzgyLjAyNzItNS4wNzY2Ny0zLjA4NDMzLTkuNzUzNzktMS4wMzAyMi0xNC40OTk0Ni40MTA4Mi00LjUxMzU0LDEuMzcwNzUtOC45NDMzNiwyLjg5NDUyLTEzLjgzMTMuMDk5MjEuODMyNTEtMy42ODE2OSwxLjYxMy03LjEzMywyLjM1MDA4LTEwLjM5Mi00LjM3MTg0LTIuMjA1MjItNy45MDEzNS00LjEwNTM1LTExLjUyNzY4LTUuNzg0ODQtNC43NTc1Ny0yLjIwMzEyLTcuNjUyOTMtLjQ2NTIyLTguMzkwNTksNC45NDk0LS4zNjczLDIuNjk2NDktLjU2ODMyLDUuNDE2OTItLjg0NDYxLDguMTI2MjNsLTIuMDE5NjUtLjAxNDM2Yy0uMDE4LTQuNTk3NTcuODI0ODYtMTAuNDQ2LTQuOTkzNzMtMTAuOTcwMi05LjYwOTIyLS44NjU4OS0xOS4zMjAxOS0uNTQyMjEtMjguOTg4MTYtLjcyMDE0LTIuMTc0NTksMi40NTE1My00Ljg4MDgzLDQuNjAyMzYtNi4zOTY2Nyw3LjQyNjU5LTIuMTczNjMsNC4wNDg2Ni01LjQxMDc1LDQuNjgyOC05LjIzMzg2LDQuNjgxNjUtOC4xOTM3Ny0uMDAzMDYtMTYuMzg3NzgtLjAwMS0yNC45OTg1OS0xLjkwMDMyLDIuNTg1NDctLjYwMzg4LDUuMTc1MTctMS43MzkwNSw3Ljc1NTQ2LTEuNzE3LDkuNzAyNzIuMDgzMzEsMTkuMzk4MzQuODMwMjYsMjcuMDkxNzgtNy4yOTE1NywxLjEzMTQ2LTEuMTk0NTQsMy44MDc5NC0uODQ2OTMsNS43Njk2LTEuMjEzMTItMy40Njg0OC0yLjY4ODgzLTYuOTkxMy0zLjUyNTQxLTExLjI0NTgyLTEuNTFhMTcuMjE2LDE3LjIxNiwwLDAsMS03Ljc1ODkxLDEuMzczYy03LjYyOTY3LS4yNzMzMS0xNS4zNDg4Ni0xLjk2MzktMjIuODM5NzQtMS4xNzI5LTcuODY0NDkuODMwMjYtMTUuMDYxMjUtNS45MzY5MS0yMi41NTYxNi0uNTAyNzUtMy4zMzk0Ni04LjE1LTMuNzU5NTMtOC41OTQ3MS0xMS4wNzM3OS04LjU0NC0zLjMyMjM3LjAyMy02LjYzMDkxLjg4ODEtOS45NjIxMSwxLjEwMDg5LTYuNTU4MzQuNDE5MDYtMTMuMTI3NjIuNjQ5NDYtMTkuNjkyNDguOTU4bC0uMDAwNTguMDAwMTkuMDA2MTQuMDA3NDdoLS4wMjEzMWMtNC44NTQ5MSwyLjc5MDcyLTkuODI0MjYsMi4xNDA2OC0xNC44NTU4MSwwaDE0Ljg1NTgxbC4wMTQ3OC0uMDA3NDdjLTUuNzIxMzktNy4xMDY1NS0xMS42OTA4OC04LjQ5Njg0LTE4LjgxODExLTIuOTA4NTEtNC4xNDE4MiwzLjI0NzUxLTcuNjQ0MjksMy41NDk3My0xMS45NzgzLDEuNzE2MjYtNy4zMzg0MS0zLjEwNS0xMy44MzUxNC0uODM0MjktMTkuMjg0ODYsNC4xNjgxN2ExNi4yODQwNSwxNi4yODQwNSwwLDAsMS0xMy43OTYxNiw0LjQwMTY0Yy01LjY0ODY0LS42MTY5LTExLjM0MDY3LS44MTY2Ni0xNy4wMTM1LTEuMTk4NTctMS4yNDc2MiwyLjYwNzQzLTMuMDE1NzQsMy45OTUyMi01LjQzNzc5LDEuNTY1OTEtNC40NjQ4LTQuNDc4NDQtOC42MDQ5LTQuMjU3MjMtMTMuMjc0NTMtLjE1MTMxLTQuODkxMiw0LjMwMDMyLTkuODM2OTMsMi4wOTc0LTE0LjkxLS4yOTA3NC42MDE1NC01LjM4NDc0LDQuMzgwNjctNS4wODg4Myw3LjUyOTg2LTUuNjkzMSw0Ljg0ODE5LS45MzAyNCw5LjcxNjE2LTEuNzU5NzQsMTQuNTQ1NTQtMi43ODI0OCw0LjQzOTIzLS45NCw4Ljc0NS0xLjcyMjU4LDExLjU4MTA5LDMuMjM0MSw3LjIyODU3LjcwNzY5LDE0LjQ1NzE4LDEuNDE1NzYsMjMuMDI1LDIuMjU0NjQtMi43NTgwOC04LjgzNDMsNC44ODU0NC04LjU4NCw3LjMwOTgyLTEyLjU5NTQ4bC0uMDQwMTMtLjA0MDQxYy0zLjI5NTQ5LTIuNTk3NjYtMi40MDg2Mi00Ljg0Nzg5LS4wNDE0Ny03Ljc3NzA4LDEuMjgzMTQtMS41ODc5NCwxLjE0NTY2LTQuMzg1OTMsMS43MzcyMi03LjAzMiwyLjY3MDM0LTEuMjgwOTIsNy4yMjUsMi4xODc2LDEwLjM2NzQyLTIuNDI4MTZhMjQuNzk5MjgsMjQuNzk5MjgsMCwwLDAtMy40MDE0Ny0xLjQxNWMtMTAuMDY4MjktMi4yNTk2Mi0xMC4yMTk3Ni0yLjA0My0xMy4yOTI5Myw4LjA2MzIyLS45MDQxMywyLjk3MjQ4LTIuNjkzNzYsNS42NjExMS00LjA3NzcsOC40Nzk3OS0xLjE3NjM4LTUuNzQ4NjQtMy40NDQyOS04LjAxNjExLTguNDM1MTQtNy40OTEzM2E0MC43MDIsNDAuNzAyLDAsMCwxLTguOTkxNTUuMzYyYy03LjYxMzM4LS45MTMzOS0xNS4xNzk1Mi0yLjIzNzIxLTIyLjc2ODktMy4zNjYyNS0xLjk5MTQyLS4yOTYxLTQuNTgxMTIuMjU3MjItNS44OTk1OC0uODQwNjEtNi4zMDE2My01LjI0OC0xNC4wMDg1MS0zLjc1ODExLTIxLjA1NzQxLTUuMzU3MTYtMy42MjUzNC0uODIyNDEtNi41MTAxNC0uNDM5NTUtOS4yNCwyLjI4Mi0yLjQwMDU4LDIuMzkzNDktNS4wMTE1OCw0Ljg5NDgyLTkuMDIsMi40NDgwOC4zMjQ0OC0xLjgyMzkuNjQ5MzQtMy42NDkzMywxLjA1MjE2LTUuOTE0NjktMi44MzM3MS0uMTQyMTEtNS41NTc0NC41MTg0Ni03LjM3NTY4LS41MDk2NS03LjMyNzQ3LTQuMTQzMDgtMTYuNjYzNjgtMS42Njk1My0yMy40MjcwNy04LjA0Njk0LTEuNzkzNjYtMS42OTEzNi01LjY5Mzc2LTEuMTQ4LTguNjQ1MzYtMS4zODk5LTIuNTc5OTItLjIxMTA2LTUuMjY4ODguMzM2Ny03Ljc2NjIyLS4xODExOC05LjA5NzU0LTEuODg2MTQtMTguMDUyMjItNC43ODIyLTI3LjIyMjcyLTUuOTIyNTQtNi43MzU1NS0uODM3NTQtMTMuNzYwNjQuMTQ0NzktMjAuNTkwODUuOTI0M0ExNTkuMjM1OTEsMTU5LjIzNTkxLDAsMCwwLDU1Ny4yNTczMywyOS44OTFjLTUuNzg1LDEuMzcwNTYtOC41OTQ2OS0xLjcxNTY5LTkuOTg0MzctNi43MTUyNy04LjMyNjI5LDIuMTQ0MTMtMTUuOTc1MzcsNC4xMTM1OC0yNC42MzIwOCw2LjM0MjU2LDguMzksNC4xMjIzOSwxNS42NjcyLDcuNjk3NiwyMi45NDM4MSwxMS4yNzI4MWwuMDIyMjcuMDAwNTcuMDMxNjguMDA5MTlxMTMuMzU0LjQ5MjEyLDI2LjcwODc0Ljk4NDQ0LS4wODA2NCwxLjEyNDQ1LS4xNjA1LDIuMjQ4N2MtOS4xMjA1OSwyLjIyOTM2LTE3LjgxMi0uNzcxNDYtMjYuNTQ4MjQtMy4yMzMxNGwtLjAzNzI1LS4wMDEzNC0uMDE2Ny0uMDA4NDNjLTMuNjk3LS4xMDY4Ny03LjM5OC0uMTM5NjItMTEuMDg5OTItLjM0MTMtNC42Nzg0NS0uMjU1NjktOS4zNTE3My0uOTQyNjktMTQuMDIzMy0uOTA0LTQuOTkyMTkuMDQxMzctNi43NjQzNSwzLjIyNDE0LTYuNTMwNSw5LjM0NywzLjEwNTYtLjUwMTgsNS41NjMtLjg2OTE0LDguMDA4NTEtMS4zMDcxNiwxLjIwNjE0LS4yMTYsMi43NjY1My0xLjIxNDA4LDMuNTI3NDItLjc1MTM1LDkuNDc2OTMsNS43Njc3OSwyMC42ODUzMSwzLjk2ODc5LDMwLjM5MzgxLDcuNDg4NDUuMTkyMTgsMi42Mzg4NC43MDYxNiw3LjI1NjUyLjUwNTE0LDcuMjg5NjUtNi4xNTcyNSwxLjAxMjQtLjI4ODM4LDUuMDEyLTEuNTY1LDYuODMxNTItNi4xODU0OSwwLTEyLjM3Mzg0Ljk5OC0xOC4xMjcxMi0uMjAyMDYtMTMuMDUxNTgtMi43MjI5Mi0yNS45OTI1Ni0uNDcxNTQtMzguOTQxMjUtLjA5OTU5LTMuNDg4NDQuMTAwMTctNi4yOTc3OS4xNDc4Ni05LjQ1NjE5LTEuNDUzNjgtNC43OTcxMi0yLjQzMjk1LTkuNzM2MzItNS4yMTQ4Ni0xNC44OTg0My02LjA5MzU3LTcuNzQ1ODYtMS4zMTgyNy0xNS44MjA0Mi0uNTUxLTIzLjU5NDMtMS43NjA1LTUuMTY2NzItLjgwMzY0LTYuOTA4MzUsMS45NTAxMS03LjYzOTY4LDQuNjE4MDYtMi43Njk3OS0uNjg1NjYtNC42MzgzNC0xLjUxMDc1LTYuNTA1OTEtMS41MDgyNi0xLjg3MDA4LjAwMjMtMy44NTU5NSwxLjQ5OTg0LTUuNTg3NCwxLjE3OThhMTcyLjQ5MTI2LDE3Mi40OTEyNiwwLDAsMS0xOS41ODkxOC00LjUzNjg2Yy00LjMwODY3LTEuMzMwNzItNi45OTk3NC0uODA1NzUtOC4wMDIxOCw2LjQyNDUzLTMuMDQwMTItNC40NTIzOS02LjM3NTU1LTcuMTMwNDktNi4yNDktOS42MjM3Ny4yNDMyNi00Ljc5ODEtMS42OTEzMy03LjI3MjIyLTUuMjkwMzctOC44NTgwNS0zLjU4NDA2LTEuNTc5MTMtNy4zODk3LTMuODQ3MzYtMTAuOTg4MTYuNDM4NzhhNC4wNDU2NCw0LjA0NTY0LDAsMCwxLTMuNTU0NDksMS4wMTA0OWMtNi40MDMyLTIuMDcwMi0xMi44OTY0Ni0yLjUyMi0xOS41MjY2LTMuMTc5NzEtNC41NTA0LS40NTE0My04LjU0NTcyLTEuMzkyLTEyLjg5ODc1LDEuMzQxMDYtLjM1NTItMi4zMjgtLjU5NTU4LTMuOTAyMzMtLjYzNTcxLTQuMTY2NDUtNy4yMTU5NC0yLjcwNjA2LTEzLjk5NDUtNC42ODM1Ni0yMC4yNjczMy03Ljc1MTQyLTYuOTI4MTMtMy4zODgyOC05LjE5NDMtMi4xMzM0LTkuNzg3MzksNi44NTcsMy41NjAwNiwxLjYxMTExLDkuMDQzLTIuMjE2NTIsMTEuMzExMyw0LjQxNzkyLTQuNjczMDksMS40NTk2Mi05LjIwNjc4LDIuODc1OTUtMTQuMTM4NjksNC40MTYzOS0xLjExNDU2LTIuNDUwNTctMi4yMTgxOC00Ljg3ODM1LTMuNDEwNjktNy41MDA3MS0yLjUzMTE0LjUxMTc2LTQuOTcxODQsMS4wMDUzMi04LjE0NDgzLDEuNjQ2OTMuODExNTgtNC4xMjg5MSwxLjQ0Mzg0LTcuMzQ2NzMsMi4xMzkyNi0xMC44ODYxMi0yLjE5MzYtMS4wNzIxNi0zLjkzMTM5LTIuMDQzNzctNS43NTg0Ni0yLjc4MjQ4LTIuMDg0LS44NDI5LTQuMjQ3NDItMS40NzgzOS02LjM0ODg2LTIuMTk0NjktLjgwODksMy4yNDk4LTEuNDU2MzIsNS44NTA3Mi0yLjEwMzU1LDguNDUxNDV2NC45MzQ2NWMtMy45OTQxOC0yLjYwODE5LTIuMzI3ODEtMy44MzMxOS0uMDA5Ni00Ljk0MzA4LTEuMDUxMzktMi40MDg0My0yLjEwMjc4LTQuODE2ODctMy4xMTg0Ni03LjE0MzMzLTEwLjM2MzIsMy41MzY3MS0xMS42NzIwNiwyLjk1NzczLTE3LjI5NTM2LTguMDY1MTQtMS41MzUyMyw2LjU3ODMzLTIuODE0OTEsMTIuMDYxNy00LjIzNjg2LDE4LjE1NDctMTIuMDYyNCwzLjYyMTk0LTExLjk0NDEyLTcuNTMxNzQtMTUuMzU2MTYtMTQuNzgwNzktMi4zMTI4MywwLTQuNjAyLS4wNzYtNi44NzguMDY3OC0uNDI1ODYuMDI2ODEtLjc5ODkxLjkzNDY0LTEuMTk1MzksMS40MzY4Miw1Ljg2MjkxLDcuNDk3MDcsNS44NjI5MSw3LjQ5NzA3LTEuMjAxMTYsMTEuOTUyOTEsMi4xNDA0Mi03LjI1ODQzLTIuODU1NDItMTAuMDg3MjYtOC40NDQxNi0xNS42NTU4NywxLjUyMDA2LDguOTgyMzUsNC4yMzc0NCwxNi4zNjY4MS0zLjU3ODg4LDIwLjMxMTA5LTIuMjA5MTUtMi43NjkwOC00LjQ1NDc4LTUuNTgzMzUtNy40MzExNi05LjMxMzg4LDEuNTA4NTQtNC43OTI5MywzLjI1NjMyLTEwLjM0NTYzLDUuMzIzNTgtMTYuOTE1LTEzLjM4MjU5LTIuODcwMi0yNy43MjU3Ni0zLjA0MTYyLTQxLjM0MzE2LTIuMTc4Ni0xLjIyNDM4LDQuMjYxNDQtMi4yNzY1NCw3LjkyMzQxLTMuMzM1ODEsMTEuNjEwMDgtNC42MzQ1LTEuMjEwODItNi41MTAxNC02LjI4OTctMTAuNTk3NDQtNC4yNzI1NS00LjA1Miw4Ljk2MjQ0LDcuMjEsMTIuMzE1MDksNi42MTgyNCwxOS41MTQ5MS0zLjMzNDI3Ljk5NDU5LTYuMDkyNzQsMS44MTc1OC05LjEzOCwyLjcyNjE3LTQuMDI5Ny02LjE2MTk1LTguMDAzNzEtMTIuMjM4NDgtMTIuNDc2MzUtMTkuMDc3NjYtLjQ1NTIzLS4xMDk3NC0yLjA4OS0uNTAzNTItMy43MjI2OS0uODk3MTFsLS4xNTAxNC4xNDg2MmMtLjQzODE0LDQuNjk4NS0uOTQ3NTIsOS4zOTE2NC0xLjI5MTU4LDE0LjA5NzQyLS4yNjY1LDMuNjQ0OTItMi4xNDU3OSwzLjYzMTUxLTQuNjk2MzIsMi40NDEtMy43NTk1NSwzLjc0Nzc3LTYuMTg4NTQsMS45OTU3LTguMDU4MjQtMi4wNjYxOGwtLjA1MjIyLS4wMzdjLTMuMzgyMDgtMS41MTI2Ny01LjAzNDI0LTMuOTM5ODctNS4wNDY5MS03Ljk0NzkyYTU5Ljk3OCw1OS45NzgsMCwwLDAtMS4zNzk5LTExLjE1OTYyYy0uNTc0NjYtMi45NTIzNy0xLjYwMy01Ljg3MDA2LTUuNDAxNzMtNS42Mjg1NSwxLjIxMjg2LDYuMTY3MTIsMi4zOTY5MywxMS44ODc0MSwzLjQ1MjM1LDE3LjYzMjYsMS4wNzg2Niw1Ljg3MTQxLDIuMDMxNzQsMTEuNzY2OTQsMy4xNzI2MSwxOC40MjY0OC0xLjY2MTc2LDEuMjc1OTQtNC4yODMxNCwzLjI4ODY4LTYuODc2NDgsNS4xNDY2Ny42MzAzNCw3LjM1NS0yLjA4NzIzLDcuMjI2MDYtNi40OTI4NiwzLjkxNTc0LDIuMTE0NS0xLjMyLDQuMjI5MTgtMi42NDAxOCw2LjQ5Mjg2LTMuOTE1NzQtMS4wOTQ1OS0xLjg5LTIuMTYxNTQtMy45MzQ3LTMuNDk4NjItNi40OTY1NC00LjY1MDI0LDIuMzIzNzgtOC43ODc2NSw0LjM5MTMtMTMuMDkyMjksNi41NDI1MS0yLjg5NDc4LTEuNTMxNjMtNS45ODk0NC0zLjE2OTU2LTguMjU4MTEtNC4zNjk2NS0yLjQwMTU0LTYuNzQzNDIsMTAuNDY3MjYtNC41NjEsNS4zNTEyMy0xMi4xMTAzNS03LjE0MTgyLS42MDc5LTguODIwNDgsNC43NjQ3Ny0xMC4wMjU4Niw5LjU1NTQtMi41MDI1My0uNDY2MzYtNC4xNTkzLS43NzUxLTYuOTUzODYtMS4yOTU2NywxLjIyNDE5LDUuMjcxMzYsMi4yNzYzNSw5LjIxNjU5LDMuMDQxNDcsMTMuMjIsMS40OTYyNiw3LjgyOTk0LjY4MDI2LDE2LjE2ODM5LTQuOTcyLDIxLjA4NDg1LTMuMTI0OCwyLjcxNzk0LTQuMjA1NzYsNS42OTc4OC02LjA2MDEsMTEuMTMyOC0yLjQ4MzktNi43Mzc4Ny00LjU1MjktMTAuNjk5MzgtOS45MzkyNi0xMi41NzExNi05LjU1MS0zLjMxODk1LTE3Ljk0OTUtMS43MzE1OC0yNS4wMDU1LDQuODA2MTQtNC4xNTgsMy44NTIzNC04LjAyNjE4LDUuNDQ2LTEzLjQ3NjEsNS4wNjIyMS00LjIzMzIyLS4yOTc4Mi04LjU1Mzc5LjcxNDItMTIuODM1NiwxLjE0NDE3cS4wMjAyMiwxLjMwMzE0LjA0MDY3LDIuNjA2MDksNi4xMDAyMSwxLjAyMzMyLDEyLjIwMDUxLDIuMDQ2ODMuMDAzMTcuNDI0NjEuMDA2NzIuODQ4ODRjLTcuMDkwMTguMzMxMTUtMTQuMTgwMi42NjI2OC0yMy42MzA3OCwxLjEwNDE0LDUuNzQ0MDYsNS4yNDY0Niw5LjUzNTIsOC43MDksMTMuNDI4ODYsMTIuMjY1NjgtMi4wNjk3NiwzLjA0MDA4LTMuNTQ5NDgsNS4yMTM1Mi0zLjkyNyw1Ljc2Nzc5QzkuNjQyMDcsMTE2LjM2ODc4LDQuNzEwMjQsMTE3LjQ4MTM1LDAsMTE4SDE5MjBWNjYuODAyNTZDMTkwMC42MjU0Miw2OS44MDUyOSwxODgxLjQzLDc0LjEyNzgzLDE4NjIuMDE2MzQsNzYuODAzNjNaTTM1Ljg0NDQ4LDk5LjI5ODg4YzQuNDk3MjItMS41NDU4LDYuOTctMi4zOTU2LDEwLjM2MDUxLTMuNTYwODRDNDQuNDE3MjgsMTAxLjM2Mjc2LDQxLjk0NDksMTAyLjI0Mzc3LDM1Ljg0NDQ4LDk5LjI5ODg4Wk02MS44ODM3MSw4OC42NzMyM3EtMy41MjY4NS0uNTAxODktNy4wNTMxMi0xLjAwMzc5LjE3MjUxLTEuNDE3MTkuMzQ1Ni0yLjgzNDM5LDMuNTUxNjIuOTQ4NjMsNy4xMDMsMS44OTc2M1E2Mi4wODE2Niw4Ny43MDI4Nyw2MS44ODM3MSw4OC42NzMyM1ptNDUuMzgxNS0uODk2NTNjMi40Mzg0LDIuNzM2MzIsNC4xOTA3OCw0LjcwMjkxLDYuMjQ3MSw3LjAxMDZDMTA3LjU4NTY2LDk2LjQ4NjEzLDEwNy41ODU2Niw5Ni40ODYxMywxMDcuMjY1MjIsODcuNzc2N1ptMzQuODc4NTMsMy4yNjI4M2MtMi4wMDAyNi0uOTgzNjctNC4wMDAzMi0xLjk2NzU0LTYuNzA4MS0zLjI5OTIyLDEuMTg2MzctMS45NDgzOSwyLjEzNzczLTMuNTExLDMuODI2LTYuMjgzNTcsMS44NzY4LDMuMjgzNTEsMy4yMTc1NCw1LjYyOTMyLDQuNTU4MjcsNy45NzUzMVExNDIuOTgxODIsOTAuMjM1NiwxNDIuMTQzNzQsOTEuMDM5NTNabS0zLjc2NTg5LTM4LjYwMDI0YzQuNTU3MzEtNi43MzI1LDQuNTU3MzEtNi43MzI1LDEzLjMyNC0yLjkxOTQyQzE0OC4zMjY3Miw1Ni4xNzA1OSwxNDMuNTQ5NTcsNTQuNzU5NDMsMTM4LjM3Nzg2LDUyLjQzOTI5Wm0zMS4xNjAyNiw4LjMyMDQ0Yy0uNjEwMTgtNy43ODgxOS0uMTIxMTUtOC4yNjMxOCw5LjI5ODk0LTEwLjMxNzA5QzE4MS40NjU5Miw1OS4yOTIwOCwxNzIuNTI1NjMsNTcuMTQ3NzYsMTY5LjUzODExLDYwLjc1OTc0Wk0xODYuMDI5LDU0Ljg1MDIyYy0uMzk5NTUtLjEyNzU2LS41OTM0Ny0uOTMyMTUtLjgxMjE2LTEuMzIyMjkuNDE2MDYtLjQ3NDc5LjgwNy0uOTIxLDEuMTk3Ny0xLjM2NzNxLjU4ODM4LDEuMDM3MTEsMS4xNzcsMi4wNzQ4QzE4Ny4wNjIzNCw1NC40Njc1NSwxODYuNDQ3LDU0Ljk4MzksMTg2LjAyOSw1NC44NTAyMlptLTIuMjYyOTEtMjcuMDk4MzdjMTEuODQ0MjgtMTAuOTQyMjMsMTcuODQ4MTItMTIuMzA0NzUsMjkuNDc1NjQtNi43NDQ1Ny0uNjMwNzIsMy4xNjU5Mi0xLjI4Nyw2LjQ2MDczLTIuMjgyNjksMTEuNDU5MzVDMjAyLjQwOTA4LDI1Ljk2NjgzLDE5Mi4wNDksMzUuMjgzNCwxODMuNzY2MDgsMjcuNzUxODVabTMxLjQyNSwyNi4yMDc1OGMtNi41MzgxOCwxLjY3MTA2LTEyLjc5MTYyLDIuNDIxODQtMTcuMjUyLTQuOTE3MjMtLjc2NDE2LTEuMjU3NzUtMy41Mjc2MS0xLjIzNTE1LTUuNjY0MzgtMy4zNDg2Myw1LjU2MjA1LTEuMzU0MjgsMTEuMTI0MjktMi43MDgxNywxOC40Nzk0Mi00LjQ5ODkzLTIuMjAyNDMsMy44MDYtMy40NzQ2Miw2LjAwNDUyLTQuNzY0MjksOC4yMzMxMSw4LjQxNzI4LDQuMjY5ODcsNi41NDQzMi04Ljg3NjI1LDEzLjU1ODI4LTcuNDQwNzdDMjE4LjA2OTU2LDQ2LjA0OTgxLDIxNi42NjMsNDkuOTE0NjEsMjE1LjE5MTEsNTMuOTU5NDNabTIxLjg3NDU2LDkuMTE3NzZjLTQuNTM3NTQtLjIzMzA5LTkuNTYyMTgsMy41MjU3OS0xNC45NDE2My0zLjI4MDI2LDYuMTI1NTcuMzM3NDcsMTAuNjczNDcuNTg4LDE1LjIyMTM4LjgzODMxUTIzNy4yMDUxNSw2MS44NTY1MSwyMzcuMDY1NjYsNjMuMDc3MTlabS0yLjY3Mzc5LTguNTg3NjJxLTEuMjE4ODItLjUzMjA2LTIuNDM3MDYtMS4wNjQzMWMuMjIwNDItMy44MDc1My0xLjUzOTA3LTguNDI4NDYsNi4xNzY0NS0xMS4yODQ4N0MyMzYuNTIzNDUsNDcuNDQ5NDgsMjM1LjQ1NzY2LDUwLjk2OTUzLDIzNC4zOTE4Nyw1NC40ODk1N1ptNDYuNDIzMjkuNDY4NjZjLjg2MDM2LTMuNDkwMTcsMS40MDc3NC01LjcxMDUyLDEuOTU0NTYtNy45Mjg3N2wtLjAwNjM0LS4wMDM2NC0uMDE1NzQtLjAxNDU2Yy01LjMzODE4LS41NjI4OS03LjcxMzc5LTQuMTQ5NC05LjIyMjE0LTkuMjE3LDcuMDk0LS42MjUxNCw1Ljg4MDE5LDYuNjE2MDYsOS4yMjIxNCw5LjIxN2wuMDI1MzQuMDA0NzktLjAwMzI2LjAxMzQxYzEuOTc4NTYsMS4wODMwOCwzLjk1OTI0LDIuMTY3NjksOC4wMjE3Niw0LjM5MTQ5QzI4Ni4xMDA5Miw1My4wODQxNiwyODMuOTQ0LDUzLjg0ODczLDI4MC44MTUxNiw1NC45NTgyNFptMjguMDM0NSw0LjQ4NzYzYy0uNDc3ODktLjc0OTI1LS45NTYtMS40OTg4OC0xLjY1NTgxLTIuNTk3MDksMS4wNjg0OC0uNTI0NCwyLjA1NDc5LTEuMzc2NDksMi41MDkwNi0xLjE0MjA3YTIuNjQyMzQsMi42NDIzNCwwLDAsMSwxLjE1MTIzLDIuMjMwODlDMzEwLjcyNTEyLDU4LjU1ODUzLDMwOS41NTg5LDU4Ljk1MjEyLDMwOC44NDk2Niw1OS40NDU4N1ptNTUuNTU4NjYtMy43MDI1N3EtLjgxNjIxLTEuODU5OS0xLjYzMjU5LTMuNzE5ODEuNzA0NzQtLjMyMjYyLDEuNDA4OS0uNjQ0ODcuODA1ODIsMS44NjUwOCwxLjYxMTA3LDMuNzNRMzY1LjEwMjIsNTUuNDI1NzUsMzY0LjQwODMyLDU1Ljc0MzNabTE0LjIzMTYxLDguNDczMDljLTIuNDc2NDItMi42Nzc3Mi00LjM0OTE4LTQuNzAyMzMtNi43ODM5My03LjMzNTIzaDEyLjMzOTQ1QzM4Mi42NDAwNSw1OC45MzQ4OCwzODAuOTQ3Miw2MS4xNywzNzguNjM5OTMsNjQuMjE2MzlabTM5Ljg5MjYxLDkuMTI3MzRxLS4wNzItLjc3MjUyLS4xNDQxOS0xLjU0NTIzLDIuNDU0NjItLjIzNSw0LjkwOTgyLS40Njk4MS4wODc1NS43Njk2NS4xNzQ3MiwxLjUzOTFRNDIxLjAwMjcxLDczLjEwNTY2LDQxOC41MzI1Myw3My4zNDM3M1ptNDEuOTUyLTEwLjExNzUzYzMuOTE0NjksMi42ODY5MSw2LjMwNDcsNC4zMjcxNCw5Ljg4NDE2LDYuNzgzODNDNDYzLjc1NTA2LDY5LjYzNTYsNDYzLjc1NTA2LDY5LjYzNTYsNDYwLjQ4NDUzLDYzLjIyNjJabTI1LjUwMTYzLDE0LjM4ODM1cS0uNjg3MTctLjk2MS0xLjM3NC0xLjkyMjE1LDMuMTcwMzItMS43NzIsNi4zNDA0Mi0zLjU0NDM3LjQwMTE4LjY0OTI3LjgwMTQxLDEuMjk4MTZRNDg4Ljg3LDc1LjUzMDE4LDQ4NS45ODYxNiw3Ny42MTQ1NVptODYuMzg5NjMtMTYuNzI0YTMwLjA1MzY0LDMwLjA1MzY0LDAsMCwxLTIuMTg3MDctMi43ODkzOGMtLjA4MTYtLjEyODMyLjk1NTc4LTEuMjQzMzgsMS4wMjItMS4xOTgzNy45NzMyNS42NjEsMS44NzAwOCwxLjQ0MTYxLDIuNzg1MTUsMi4xOTM3M0M1NzMuNjAxMzMsNTkuNTMzNTksNTczLjIwNjc3LDU5Ljk3MDQ2LDU3Mi4zNzU3OSw2MC44OTA1NVpNNjA2LjA1Myw2OS41OTA3OGMtNC4zODE2My42NDAwOC04LjMxMTEsNC41NDI3OS0xMi40MTk3LDcuMDAxLS45NjUyLTMuMTcwNTEtMi4wODUxMi02Ljg1MDQ4LTMuNTI3MjUtMTEuNTg3NjdhNTMuNjc4NTYsNTMuNjc4NTYsMCwwLDEsMjQuODQzODQtMS4yOTcyYzMuODY1MzQuNjM2NjMsNC43MTIwNiwyLjY2ODkxLDYuNjAwMjEsOS4yMDM3NkM2MTUuNDk1NTQsNzEuNDYzNzEsNjEwLjU1MzQ2LDY4LjkzMzg1LDYwNi4wNTMsNjkuNTkwNzhabTU0LjEzMzI2LTE1LjAwMjU3Yy4xMjA3NS0uNzgwMjcsMS42ODg0My0xLjY1MTE0LDIuNzIwMjQtMS44MzgwNy42NTUxMi0uMTE4OTQsMi4yMDg1OCwxLjA2MDQ4LDIuMTQ1NDEsMS40NTAyMy0uMTY2NDYsMS4wMjUtLjk5NjQ4LDEuOTM2MzItMy4xNTI0NSw1LjU4MjJDNjYwLjkxNiw1Ny4wNDEyNyw2NjAuMDEwMzUsNTUuNzI2NDUsNjYwLjE4NjI0LDU0LjU4ODIxWm0yOS43MjkwNywzMS44Njg1Yy0uMjg5NzEuMDUxNTItLjczNDc4LS44MTY0Ny0xLjI5NzE1LTEuNDg4NzMuODMzMDktLjQ5ODM1LDEuNjAwNzItMS4yNzQsMi40MDYzNC0xLjMxNzMxLjQ2MjcyLS4wMjUwOS45ODY1LDEuMTM2MTMsMS40ODI2MiwxLjc2MzM4QTEyLjI3MzQxLDEyLjI3MzQxLDAsMCwxLDY4OS45MTUzMSw4Ni40NTY3MVpNNjcyLjk5MzU4LDcxLjkyNjI1bC0uMDA3MS4wMDYxMy0uMDA5LS4wMDFjLjA3ODkxLDEuMDAzMjEuMTU4NTksMi4wMTEuMzYsNC41NjMwOS01LjczMTU4LS43MjQ5Mi0xMS4xODU1NC0xLjU0Njc2LTE2LjY2NzktMi4wMDg1My0xLjI1MDUtLjEwNTE1LTIuNjAwMDYsMS4wMjYtMy45MDM5NCwxLjU5MjUzbC0uMDA0LjAwNjdxMi41OTM2NywyLjI1MjM0LDUuMTg3MjMsNC41MDUwNi0uNzc1My43OTAzMy0xLjU1MDU5LDEuNTgwNjZjLTIuNTU4NC0uOTIwODUtNy4yNzcxOC0uMDY0NzQtMy42MzY2NC02LjA4NTcybC0uMDAzMy0uMDAzMDYuMDA3My0uMDAzNjQuMDAyODgtLjAwNTE3Yy01LjE5OTU1LTIuMDI1NTctNy43MTM0MSwyLjAzNzY0LTEwLjQ0MDE4LDUuNTc0MTYtMi4zOTIzMi00Ljc1MzY2LTQuNDU4MDYtOC44NTg2My03LjAzMTYzLTEzLjk3MjM2LDguNDkxNTgsMCwxNS43OTg1My4wNzQxMiwyMy4xMDIyMS0uMDQwNiwyLjUyNC0uMDM5NDUsNC45OTU0Ni0xLjQ3MDkyLDYuMDI1MzQsMi45MTkyMy4yNTgyNCwxLjEwMDEyLDUuNTYxNDcuOTUzMjIsOC41NTMyMiwxLjM3NzY0bC0uMDAwNzctLjAwOS4wMTY5LjAwMzgzYzEuNjk0LTEuMzMwMzQsMy41ODg0OC0zLjk3ODc1LDUuMDQ0NDItMy43NDUwOSw1Ljc4OC45Mjk0NywxMS40MzgyMSwyLjc2MjE4LDE3LjM4NTc5LDQuMzI1QzY5MC41NzYsNzYuMDg4MSw2OTAuNTczMjksNzYuMDg5MjQsNjcyLjk5MzU4LDcxLjkyNjI1Wm0xNC4yMTIyMi0xNC42NThjOC44NzQ2Mi0xLjU0NzE0LDE2LjkzMDU2LDEuNzUzOCwyNS4yODM5LDMuMjg1LDguNDkxNzgsMS41NTY3MiwxNy4yMjk1LDEuNjk5NDEsMjUuODU5NTIsMi40NjE0OXEtLjAxOTMsMS4yNTA1Ny0uMDM4NCwyLjUwMTEzYy00LjIwODY0LS4yOTAxNi04LjQ2OTg5LS4yNTI0My0xMi42MTMyNS0uOTUwNTQtNS42NTAxOC0uOTUxODgtMTEuMTkzNzktMi4zNjMtMTYuMDU3MzQsNC43NTQyNC0xLjc0Mjc4LTYuOTIwNTgtNS41NDUtOC4wNzA1LTEwLjY1MzMxLTguMTAyODdDNjk0Ljk2NDkxLDYxLjE5MTQzLDY5MC45NTMyNiw1OS40MTczMyw2ODcuMjA1ODEsNTcuMjY4MjNaTTg0Mi45MTY0OCw4My4yNzg5MmMtOC42NjUzNy0uNjIyNDYtMTcuMzc1MDYtLjU2OTYtMjYuMDUzNDYtMS4wNDI2Ni04LjM3OTY1LS40NTY0MS0xNi43NzU0Mi0uOTI1ODMtMjUuMTA1OTItMS45MTAyOC03Ljg5NzM0LS45MzMzLTE2LjUxODY4LDEuODg2MTQtMjUuNDU1OTQtNC4zODk3NiwzLjIyNTYtMS41NDgxLDQuODAxNTYtMi44Nzg2Myw2LjQ0NDEtMi45NzIyOGE2MC45NDEzNSw2MC45NDEzNSwwLDAsMSwxMC4wMjY2Mi41MjI0OGM5Ljg4ODE5LDEuMDgwNTksMTkuNzUyMzgsMi40MDU5NCwyOS42NTAxOCwzLjM3ODMyLDUuOTcwNDMuNTg2NDUsMTIuMDA4ODMuNDYyNTMsMTcuOTcyOTMsMS4wOTM2MSw0LjI4NTYzLjQ1MzM0LDcuMjQ4NTgtLjQzOCw3LjYwMDUzLTYuMzUzMDksNS40OTY3NSwzLjQ2NTQ2LDkuMjU3NjQsNi44NjA2MywxMy42MzEsOC4zMTQzMSw0LjY0NjQsMS41NDQ2NSw5Ljg3NDM3LDEuMjM5OTQsMTQuODQzNzEsMS43ODYxNy4yMTY3Ny4wMjM3NS4zODgyMi40OCwxLjE1MjU4LDEuNDkxNkM4NTkuMDc4MjUsODUuMDMyLDg1MS4wMTczMiw4My44NjA1OCw4NDIuOTE2NDgsODMuMjc4OTJabTUyNS43MTYxMy4zNjgzaC00LjMxMTU1cS4wMTktLjMyNTIxLjAzNzgyLS42NTA0Mmg0LjMxMTU1UTEzNjguNjUxNzEsODMuMzIyLDEzNjguNjMyNjEsODMuNjQ3MjJabTYuODU3MDktNC41MzlxLS4wMzM3LS43ODI1Ny0uMDY3NzgtMS41NjU3Mmg2LjY0NjA4cS4wODk4Ni43ODI1Ny4xNzk5LDEuNTY1NzJabTMwLjg1OC40Njc3MWgtMTMuMDQ2cS4wMTMyLS40MDM2NC4wMjY4OC0uODA3NDdoMTMuMDQ1WiIvPjxwYXRoIGNsYXNzPSI0MWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGQiIGQ9Ik0xNzA5LjY3NTA5LDY4LjE5OGMtNS45NjQxLjM1ODU0LTExLjg2Mzg3LDEuOTk2NjUtMTcuNzU4NDYsMy4yMjQzMy0uNzIxLjE1LTEuMjI2MDcsMS4zOTI3Ny0yLjI1MzEyLDIuNjQyNDgsNC4zMzg0MywyLjg4MTMxLDguMjk0LDQuNDY4MjksMTMuMjA1NjEsMi40MjdhMjguMDM0NjcsMjguMDM0NjcsMCwwLDEsNy43NzUtMS45ODI0OGM4LjkzNjgzLS45MjM5MiwxNy43ODE1LDEuNjM5MjcsMjYuOTYwNDUtMi45Mjc2Niw2LjExMS0zLjA0MDg1LDE0LjQ5MDI0LTEuMjM3ODMsMjEuODQ4NDUtMS42OTczLDIuNzg5LS4xNzQyOSw1LjU2Mi0uNjE0LDguMzQyMjEtLjkzMjczcS0uMTgxNDQtMS4yMTg2OC0uMzYyODgtMi40Mzc1NEMxNzQ4LjEwOTY1LDYzLjQ4ODIxLDE3MjguOTA2LDY3LjA0MTU4LDE3MDkuNjc1MDksNjguMTk4WiIvPjxwYXRoIGNsYXNzPSI0MWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGQiIGQ9Ik04MTEuODA2ODksNTQuNjQxNjVjMy4yOTA4OCwxLjQ0NTA2LDYuNTgxNTksMi44OTAxMiwxMC4zOTg1NSw0LjU2NjE2LTEuNzY3MzgsMS40MDEzOS0zLjE5MzU2LDIuNTMyLTUuMzcyNTYsNC4yNTkzNCw5LjczOTc4LDEuNTQwNDQsMTguNTY2NTksNC40OTkxMywyNy45NzgyNC42NTUtNS43MDYyNC0yLjI4MTY0LTEyLjA4Mjk0LTMuMDEwMjEtMTUuNTc3OTItNi42NTI0NUM4MjMuODk2LDUxLjkwNzgxLDgxOC41NjU0OCw1Mi4xNTcxOCw4MTEuODA2ODksNTQuNjQxNjVaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTE3ODcuNjYyOCw2NS42NTk5MmMyMS4wNTgxOC43NjY2OCwzMy40NjE1Ny0xLjI3MjY5LDM4LjM0MDEtNy40MjMxNC0xMy42MDc2MiwxLjczODQ4LTI2LjA0Nzg3LDMuMzI3OTUtMzguNDg4MTMsNC45MTc0MlExNzg3LjU4ODg1LDY0LjQwNzM0LDE3ODcuNjYyOCw2NS42NTk5MloiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNMTAwNS41NDI1NywzOS42MzU0M2MtMS4yMjQ3Ny0uMTk3MDgtMi41MzE5LjE0NDYtNS45MjI4Mi4zOTk5MSw0LjM2NzgxLDQuODk1NTgsNi4zNjgyNiw5Ljg2MjYsMTIuMjI5MDYsOC40MDE4NCwyLjg3MDc4LS43MTUzNSw1Ljc3MzgyLTIuMDU5ODYsNC40MjM4Ny02LjcxNzE4QzEwMTIuNjYxNTQsNDEuMDAyMzUsMTAwOS4xMTg1Nyw0MC4yMTExNiwxMDA1LjU0MjU3LDM5LjYzNTQzWiIvPjxwYXRoIGNsYXNzPSI0MWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGQiIGQ9Ik03ODAuOTI5NDUsNTUuMjcyYzEuNzI2MDgsOC41NDgsMS43NDgxNiw4LjU2ODg1LDkuODY4MjIsMTAuMTQ5NTFDNzkxLjIyNDExLDU4LjMwMTUxLDc5MS4yMjQxMSw1OC4zMDE1MSw3ODAuOTI5NDUsNTUuMjcyWiIvPjxwYXRoIGNsYXNzPSI0MWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGQiIGQ9Ik03ODIuMDA2LDQ1LjE3NDU0YzYuMzUxNTUtMS4xNzc4OCwxMS45NzM1Mi0yLjIyMDU1LDE3LjU5NTY1LTMuMjYzMjFDNzkwLjgzNTMxLDM4LjU2OTc5LDc4Ny4xOTg2NCwzOS41MTMsNzgyLjAwNiw0NS4xNzQ1NFoiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNMTA5LjE2MzE0LDM3LjQxNTg0YzUuMzI1NSw5LjE5NDU2LDguODk1OTQsOS41MjgzOSwxNC43MTYsMS4yNzA3N0MxMTguNjExNDYsNDIuMzQ4NzcsMTEzLjc4MTUsNDEuMDc0LDEwOS4xNjMxNCwzNy40MTU4NFoiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNMTQ0Ljg1MzYzLDE4Ljg1NDUzYy0yLjMwMjI3LjQ2NDA3LTUuMjU0MDgsMi4wMTc1My02LjE3NzIyLDMuOTU1MTktLjkzODY5LDEuOTcwNjEuMjU0MjEsNS4wMTEwNy41MTM2LDcuNTgzMDdsLjA2NjI0LjAyOTY5YzIuMzU0MTEtMy43MjUxNyw1LjExOC02Ljc0OTkzLDkuOTk0MzctNi4xNmwuMTQ4NDItLjE0NjcxQzE0OS4wNzUzMywyMS4yMzk2LDE0OC40MDU4MiwxOC4xMzg2MSwxNDQuODUzNjMsMTguODU0NTNaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTgwLjI4MTkyLDM2LjkyNTU0YzMuMjc2MjksMi4wNDc3OSw2LjU0NjQzLDIuODI3MTEsMTIuMDY0Ny0xLjQ2MDE5LTUuMzk1Mi0uNjkxMjItOC42MzcxMi0xLjEwNjgzLTExLjg3ODg1LTEuNTIyMjRRODAuMzc1LDM1LjQzNDEzLDgwLjI4MTkyLDM2LjkyNTU0WiIvPjxwYXRoIGNsYXNzPSI0MWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGQiIGQ9Ik00NDIuNjA4OTUsMTAuNjk3NjZjMi41NzE4NSwyLjQ4OTY0LDUuNDU2MDYsMy43NTAyNiwxMS41MDY5NC42ODUyOC00LjYyNy0xLjUxOTE4LTcuNDMxLTIuNDM5ODQtMTAuMjM0OTMtMy4zNjA1MVE0NDMuMjQ1LDkuMzYsNDQyLjYwODk1LDEwLjY5NzY2WiIvPjxwYXRoIGNsYXNzPSI0MWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGQiIGQ9Ik00NTguNzg0MTgsMTMuNjAyMTRjMy4zNzMyNiwyLjgxNDI4LDYuOTI3NTUsMy4wNDMsMTAuODUwODgtLjk0MjY5cS01LjE1Nzc5LS42NzY1Ni0xMC4zMTU3OC0xLjM1MzUxUTQ1OS4wNTE3MywxMi40NTM5NCw0NTguNzg0MTgsMTMuNjAyMTRaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTc5Ni45MjcyOCw1OS42NTU0aDExLjA1NDhDODAwLjE2MTkyLDU2LjEyMTU2LDgwMC4xNjE5Miw1Ni4xMjE1Niw3OTYuOTI3MjgsNTkuNjU1NFoiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNMTQzLjI1Nyw0MC43OTk1MmwuMDE0NTktLjAwNjMyYy0uMDE0LS4wMjY2Mi0uMDMwMTQtLjA0NDA1LS4wNDQtLjA3MDI5WiIvPjxwYXRoIGNsYXNzPSI0MWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGQiIGQ9Ik0xMzkuMTkwNCwzMC4zOTMxOGMtNC45MTcxMi45MzgyOC00Ljg3ODkxLDQuNDE2MzktNC4wMzkxLDguMzA1MzFsLjA1MjQyLjAzN2MzLjI0MjExLTEuNjgyNTUsNi4wNzYtMS42Nzg1Myw4LjAyMzg3LDEuOTg3NDZxLTEuOTg2MzQtNS4xNTAyMi0zLjk3MjEtMTAuMzAwNDNaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTE4LjQzMTQ4LDM2Ljg0Mzc2Yy0xLjgxNDA1LjE4OTYxLTMuNDgyNjksMS44NDM0My02LjgzMiwzLjg5NDg2LDQuMTEyLDEuMTI4ODUsNi4xODM4OCwxLjY5NzY4LDguMjU1ODUsMi4yNjY1MXEuNzE2MjYtLjkwODQxLDEuNDMyNy0xLjgxN0MyMC4zMjY4NSwzOS42NDg4NCwxOS4yMzE2OCwzNi43NjAyNSwxOC40MzE0OCwzNi44NDM3NloiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNNDk5LjM2MywxNi44NTMyOWMtMS41MDA2Ny4zNDQ5NC0yLjY2NDE5LDIuMjM0OTEtMy45NzgsMy40MzY3M3EuODgwNjkuOTI3OTQsMS43NjE1OSwxLjg1NTg4YTkuODc1ODQsOS44NzU4NCwwLDAsMCwyLjUwNTc5LTEuMDMxQzUwMS43NDI0NSwxOS40ODM1LDUwMS4zOTA1MiwxNi4zODc1LDQ5OS4zNjMsMTYuODUzMjlaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTk4NS4zNDA1Miw0MS45MDI3MXEyLjIyNTM4LDIuNjQ5MDgsNC40NTA5NCw1LjI5ODc0Ljg4ODgxLS43NTcsMS43Nzc5Mi0xLjUxNDItMi4wMTY4Ni0yLjg0NTU5LTQuMDMzNTQtNS42OTE1NlE5ODYuNDM4LDQwLjk0OTIsOTg1LjM0MDUyLDQxLjkwMjcxWiIvPjxwYXRoIGNsYXNzPSI0MWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGQiIGQ9Ik03OC4wNTM1Nyw0NS4wNTEzOXEuNjQ3MTQsMi45OTE4MiwxLjI5NDQ2LDUuOTg0MjEsMS40MDcxNy0uMzM1ODQsMi44MTQzNC0uNjcxNDktMS4wMzE5LTIuOTcyNTctMi4wNjQtNS45NDU1M1E3OS4wNzYsNDQuNzM0ODksNzguMDUzNTcsNDUuMDUxMzlaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTE1OC4xNTcxMiwxMi43MjA1NWwuMzE3MzgsNS41OTYzN3ExLjQ5Njc0LS4xOTMzNCwyLjk5Mzg2LS4zODYzMWEzMi43NjAyNywzMi43NjAyNywwLDAsMC0uNjQ5LTUuMDEzNzVDMTYwLjc0MTQ0LDEyLjYyNDIxLDE1OS4wODUwNiwxMi43NzQ3NSwxNTguMTU3MTIsMTIuNzIwNTVaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTExMDEuNDA2MDgsODMuMTAyMTRjLS44OTg0LS4xMDY2OC0xLjk0MTUzLDEuMDY2LTQuMDc1OCwyLjQwMjMsMi4yNjQwNi45ODIsMy4zMTA0NiwxLjc3MjE5LDQuMzU0MiwxLjc2ODc0LjY4NzE0LS4wMDIxMSwxLjM3MDg4LTEuMTQ4MzksMi4wNTYxLTEuNzgyMzRDMTEwMi45Njg1NSw4NC42NDEsMTEwMi4yNjI3Niw4My4yMDQyMiwxMTAxLjQwNjA4LDgzLjEwMjE0WiIvPjxwYXRoIGNsYXNzPSI0MWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGQiIGQ9Ik0xMDQ0LjM3MTQ5LDEuMTYzNzFxLjE3OC45ODMzOS4zNTYxOSwxLjk2NjU4LDMuMDAxMjEtLjUxOTEzLDYuMDAyMjgtMS4wMzg0NS0uMTkyNjctMS4wNDYtLjM4NTU0LTIuMDkxODRRMTA0Ny4zNTgxNS41ODE3NiwxMDQ0LjM3MTQ5LDEuMTYzNzFaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTc2My45NDU5LDYxLjUyOTQ4bC4wMzk3NC4wNDAyMmMyLjc5MjQ1LTEuMDkwNzQsNi40MTM1Ny0uMzExLDkuMDQ5NzMtMy44NTQyNkM3NjcuNzg5LDU1LjMyNDQzLDc2NS41NDg3Miw1Ny42OTY0OCw3NjMuOTQ1OSw2MS41Mjk0OFoiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNMTA2NC41MDQyMywzNS4zNzE4OHEyLjkzMzI4LjE4Nzg5LDUuODY2NTYuMzc2MTYuMDg3LTEuMDE5LjE3NDE0LTIuMDM3MjYtMi44NzMzOC0uNTk3ODUtNS43NDY1Ni0xLjE5NTY5UTEwNjQuNjUxMiwzMy45NDM0OSwxMDY0LjUwNDIzLDM1LjM3MTg4WiIvPjxwYXRoIGNsYXNzPSI0MWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGQiIGQ9Ik0xMTIuOTAyOTEsMjguMDk2NzlxLjMxOCwxLjM5MTM0LjYzNTcxLDIuNzgyMjksMi43NDgxLS45NjEyNyw1LjQ5NTgxLTEuOTIyMzQtLjI4NjI3LS45OTA1Ny0uNTcyOTMtMS45ODEzM1ExMTUuNjgyMywyNy41MzYxOSwxMTIuOTAyOTEsMjguMDk2NzlaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTMzLjk3NjksNjIuMzA5MzdxLjMwNTI4Ljc5MzIuNjEwNTYsMS41ODY2bDYuNTM5OS0yLjE2MjcxcS0uNTAzMTQtMS4xMDgwNy0xLjAwNjA4LTIuMjE1OTVRMzcuMDQ5MTgsNjAuOTEzMjQsMzMuOTc2OSw2Mi4zMDkzN1oiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNMzA2LjQ5NTE2LDM1LjQzNTQ3Yy0uMDcxLjI3MjE2LDEuNTA5MzIsMS40ODA2OCwxLjkwNTYsMS4yOTY2M2EzLjMyNTc5LDMuMzI1NzksMCwwLDAsMS42NjI5MS0yLjE2ODY0Yy4xMDg4Ni0uNjc4NTctLjcwNDQ1LTEuNTEzMDUtMS41NzUxNy0zLjE2MTMyQTIyLjQ5MzMzLDIyLjQ5MzMzLDAsMCwwLDMwNi40OTUxNiwzNS40MzU0N1oiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNMTAwOC40MjU2NCwxNy4zMDM3NXEyLjM5Mzg1LjU4MjkxLDQuNzg3MzMsMS4xNjU0My4yNTIyOS0xLjE2NS41MDQ1OC0yLjMyOTcyLTIuNTI5MjItLjI1Njg0LTUuMDU4MjQtLjUxMzg2UTEwMDguNTQyNjYsMTYuNDY0NzgsMTAwOC40MjU2NCwxNy4zMDM3NVoiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNMjU1LjYzMjA2LDIyLjMwMXEuMjY3ODQsMS4xNDAyNS41MzU0OSwyLjI4MDQ5LDIuNDMxODgtLjczLDQuODYzMzYtMS40Ni0uMjMyNy0uODcwMi0uNDY1NzktMS43NDA3OFEyNTguMDk4NjgsMjEuODQxLDI1NS42MzIwNiwyMi4zMDFaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTc1Mi41NjksMzEuNjEzMzljLS40NzgyOS43NzMxOS0xLjM0ODI0LDEuNTYwNzQtMS4zMjE1NSwyLjMxNS4wMjUzNC43MjAxNC45ODQ3NywxLjQwNTIyLDEuODUzMTgsMi41MTM3Ny42MzE0OS0xLjM1Mzg5LDEuNDExNzgtMi4yNTQ0NSwxLjMwMS0zLjAxOTU5Qzc1NC4zMDMyOCwzMi43NDE0Nyw3NTMuMjE4MjksMzIuMjEwNTYsNzUyLjU2OSwzMS42MTMzOVoiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNMzQuMTA0MTksMzkuMTQwNTNhOS4zNjcxMSw5LjM2NzExLDAsMCwwLDIuNTMyMjkuODEyNDVjLjM2MTM0LjAxMDUzLjc0NjMtLjg0Nzg4LDEuMTIwNy0xLjMxMTk1YTkuNTM1MjUsOS41MzUyNSwwLDAsMC0yLjI3NzctMS4xMjZDMzUuMjA5MzQsMzcuNDU2ODMsMzQuNzQzLDM4LjM1NjgxLDM0LjEwNDE5LDM5LjE0MDUzWiIvPjxwYXRoIGNsYXNzPSI0MWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGQiIGQ9Ik0xNjAzLjk0NTExLDUwLjA4NTA2YTEwLjYwMDkyLDEwLjYwMDkyLDAsMCwwLTIuNzcxMTMuMzA4NzRjLjQxNDM0Ljg2OTUzLjY4NjQsMS44OTU1My45NDEsMS44OTExMmExMS4zNTgsMTEuMzU4LDAsMCwwLDIuNjQwMjMtLjYyNzA1QzE2MDQuNDg4ODYsNTEuMTA2MDksMTYwNC4yNzkzOCw1MC4xMzI1NiwxNjAzLjk0NTExLDUwLjA4NTA2WiIvPjxwYXRoIGNsYXNzPSI0MWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGQiIGQ9Ik0xMDI4LjA0NDIsNTAuODA2NzNxMS45NDkxOCwxLjY2MTEsMy44OTgyLDMuMzIyNTguNjY1ODItLjk2NTg2LDEuMzMxNDktMS45MzEzNC0yLjIwNTIyLTEuMzQzNjUtNC40MTA2Mi0yLjY4NzY4UTEwMjguNDUzNzMsNTAuMTU4NywxMDI4LjA0NDIsNTAuODA2NzNaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTQwLjI0Njg1LDU0LjA1NjU0cS4xOTUyNi43NTA2OC4zOTA5MSwxLjUwMSwyLjcyNzA3LS43MDM4Niw1LjQ1NDcyLTEuNDA3OS0uMjAyNDYtLjgwMjY4LS40MDQ3NC0xLjYwNTM3UTQyLjk2NzMsNTMuMzAwMzksNDAuMjQ2ODUsNTQuMDU2NTRaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTk3MS4zMjI3OSwzOS44ODYxNGE5Ljk2OSw5Ljk2OSwwLDAsMCwxLjQyODg2LDIuMTY4ODNjLjYxOTM5LS43Mjg3NSwxLjM4ODc0LTEuNDIwMTYsMS4zMDA0Mi0xLjU2NjQ5YTEyLjQyMjMsMTIuNDIyMywwLDAsMC0xLjY3MDc4LTEuOTA4MTdDOTcyLjAwMzI0LDM5LjAyNSw5NzEuMjI4MTYsMzkuNjE1OSw5NzEuMzIyNzksMzkuODg2MTRaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTEwOC4xMjUxOCwyMS41MzIwNmExNi42NjM4OCwxNi42NjM4OCwwLDAsMCwyLjY0NzEtMS43MzcxNGMtMS4zMTUyLS4wODYtMi42MzA1OS0uMTcyMTgtNS4wMzUtLjMyOTQyQzEwNy4yNDI5NCwyMC43OTkyOCwxMDcuODgwNzcsMjEuNjM5MTIsMTA4LjEyNTE4LDIxLjUzMjA2WiIvPjxwYXRoIGNsYXNzPSI0MWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGQiIGQ9Ik0xMDI3LjIwNTkzLDYuODU5NjhjLjQyNzU4Ljg4NzUzLjY5MDQzLDEuNDMzNzYuOTUzMjgsMS45Nzk2MWE3Ljk5OTksNy45OTk5LDAsMCwwLDEuNzI4MTktMS43MjMxNWMuMTYwNTEtLjI5NDc2LS40NjQyNi0xLjA0MDc1LS43MzIxLTEuNTgxNjJDMTAyOC40OTMyOSw1Ljk4NDQxLDEwMjcuODMxNDYsNi40MzQ0OSwxMDI3LjIwNTkzLDYuODU5NjhaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTYwOS42Nzc5NCw3LjI1NzI4YTExLjAyNDg0LDExLjAyNDg0LDAsMCwwLTIuMTIyMzcsMS4zNjYsMTIuNjAxMjksMTIuNjAxMjksMCwwLDAsMS4zMTA3OCwxLjQ3NTksMTYuOTc5MjEsMTYuOTc5MjEsMCwwLDAsMS45MDc5LTEuNjQ1NEM2MTAuMzk5ODYsOC4wMzAwOSw2MDkuODcyNDMsNy4xODMsNjA5LjY3Nzk0LDcuMjU3MjhaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTcuNTI4Nyw4Mi4wOTYwNmExMy43OTI5MiwxMy43OTI5MiwwLDAsMCwyLjAxNCwyLjcxNzE3Yy40MzgzLjMyMzMsMS4yNDIzMi4xMjU2NCwxLjg4MjczLjE2MDg4LS4xMTYxMi0uODM2NTguMDQ4MjktMi4wNDMxOS0uNDE5MDYtMi40MTY2N0MxMC40MTExOCw4Mi4wODE4OSw5LjMwNDU3LDgyLjI4MDMxLDcuNTI4Nyw4Mi4wOTYwNloiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNMjcuMTk0MTEsMzkuMzQzYTguNDUxNzgsOC40NTE3OCwwLDAsMCwuNjgzOSwxLjQ1OTQycS41NzM0MS0uNTU5NjQsMS4xNDY4Mi0xLjEyMjE1YTEyLjUyNzU5LDEyLjUyNzU5LDAsMCwwLTEuMjk2NzctLjk3Mjc2QzI3LjY3NzU3LDM4LjY3NzIzLDI3LjE1MDkxLDM5LjE4NTU0LDI3LjE5NDExLDM5LjM0M1oiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNMTA1NS4wODgzNiw0OS4xMjk5M2E3Ljg3MjczLDcuODcyNzMsMCwwLDAsMS4zMDY1Ni44NjY0NmMuMTM4MjQuMDYwMTQuNjgzMzMtLjQxNDA4LjY1Ny0uNDc5NThhMTEuNDY3NDcsMTEuNDY3NDcsMCwwLDAtLjc1MTMtMS4zODI4MVExMDU1LjY5NDY5LDQ4LjYzMDE0LDEwNTUuMDg4MzYsNDkuMTI5OTNaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTE3Ljg4MDEyLDUzLjM4N2E4LjE3NTQyLDguMTc1NDIsMCwwLDAsMS40NDczNy44MjAzYy4xNTkzNi4wNTUzNS43MDk2My0uNDg0NTYuNjgxLS41NDJhMTMuNjU5LDEzLjY1OSwwLDAsMC0uOTE0NTctMS40NDcxN0MxOC42ODkzLDUyLjYwNjY5LDE4LjI4NDUyLDUyLjk5NDkxLDE3Ljg4MDEyLDUzLjM4N1oiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNNzYuNzA1NTQsNjguMzMyMjdjLS4wMi4xMDk5NC42MDExNS41MjA1Ny43MS40NDgzNmE5LjE3MTM1LDkuMTcxMzUsMCwwLDAsMS4yMDYzNC0xLjEwNzIxcS0uNjk2MS0uNDI2NjItMS4zOTU2NS0uODUyNjdBOS4wNjc1OCw5LjA2NzU4LDAsMCwwLDc2LjcwNTU0LDY4LjMzMjI3WiIvPjxwYXRoIGNsYXNzPSI0MWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGQiIGQ9Ik0xMzcuMTQ2OTQsMy41MzQ0MWE3Ljg0MTE1LDcuODQxMTUsMCwwLDAsMS40MTIzNS43ODJjLjE2Mzc4LjA1NDU4LjY5NzE1LS40NjQyNi42NzUyNi0uNTA1MjRhMTQuNjEzLDE0LjYxMywwLDAsMC0uODk1NDktMS4zNzg0MVExMzcuNzQzMiwyLjk4MTc2LDEzNy4xNDY5NCwzLjUzNDQxWiIvPjxwYXRoIGNsYXNzPSI0MWVjMTU1NS1mZTFhLTQ2MTUtOWYxMS04YzU5NzgyYjc4ZGQiIGQ9Ik02NzcsMTcuODk2MzNBOC40MjA0Niw4LjQyMDQ2LDAsMCwwLDY3OC4yMDczNiwxOC45M2MuMTIxNzEuMDczLjcyMjg2LS4zMzk3Ny43MDE1NS0uNDMxMTJhOS42MDc0MSw5LjYwNzQxLDAsMCwwLS41NjEtMS40NjlRNjc3LjY3MTA5LDE3LjQ2MjI0LDY3NywxNy44OTYzM1oiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNNy41NjQ5Miw2Mi4xOTkwNWMuMzk5LjQ1MTQzLjc5ODI4LjkwMywxLjE3NDU4LDEuMzI4OC41Nzg5LS4yOTY4NiwxLjA1Mi0uNTM5MzQsMS41MjUwOC0uNzgxODFxLS40MDU4OC0uNzk1NS0uODExNjQtMS41OTEzOVE4LjUwOSw2MS42NzcsNy41NjQ5Miw2Mi4xOTkwNVoiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNNTQ3LjYxMzM2LDU2Ljg5M2MtLjQ3MTk0LS4yMTQ3LTEuMTUxMjMuMDUxNTItMS43Mzk5LjEwNzI1YTYuNzU0MTQsNi43NTQxNCwwLDAsMCwxLjIxMDk0LDEuOTAwMTJjLjIzMTE3LjE4NjU1LDEuMDQwNjQtLjM4MjA5LDEuNTg4LS42MUM1NDguMzI4MzcsNTcuODAzMTYsNTQ4LjA3NjQ3LDU3LjEwMzUxLDU0Ny42MTMzNiw1Ni44OTNaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTk4OS4yNTU0LDE4Ljk0OXEtLjQ0NDM4LjcwMzU3LS44ODcyMywxLjQxYTEwLjM0MywxMC4zNDMsMCwwLDAsMS42NDI3NS40NjVjLjExNS4wMTU3MS40ODc0OS0uNjUxNzYuNDE4MzctLjc0MTJBOS43MDU4Nyw5LjcwNTg3LDAsMCwwLDk4OS4yNTU0LDE4Ljk0OVoiLz48cGF0aCBjbGFzcz0iNDFlYzE1NTUtZmUxYS00NjE1LTlmMTEtOGM1OTc4MmI3OGRkIiBkPSJNNTM0LjUyMTY1LDU4Ljg0NDQ4Yy42MzY4Ni41MzU3LDEuMjczNzMsMS4wNzE1OSwxLjk1MTg3LDEuNjQxOTUuNDMzNTQtLjc1NDQyLjcwNTIyLTEuMjI3NDkuOTc3MDktMS43MDA3NS0uNTI3MjMtLjI5MjY1LTEuMDQ5MjgtLjc5NzctMS41ODMyMy0uODExNjhDNTM1LjQyNiw1Ny45NjI3LDUzNC45NzA3NCw1OC41MzIyOSw1MzQuNTIxNjUsNTguODQ0NDhaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTc3Mi41NjYxMiwyNS44NTYzMnEuNDcuNzA2MTUuOTQwOCwxLjQwOTI0Yy40NDU0NC0uNDIwNCwxLjMyOTIyLS45ODQ0NCwxLjI1MTY1LTEuMjMzNDJhNi44MzIsNi44MzIsMCwwLDAtMS4yODUwNi0xLjgzMjUyUTc3My4wMTk5MiwyNS4wMjczMSw3NzIuNTY2MTIsMjUuODU2MzJaIi8+PHBhdGggY2xhc3M9IjQxZWMxNTU1LWZlMWEtNDYxNS05ZjExLThjNTk3ODJiNzhkZCIgZD0iTTEwNDAuOTc3NTEsMzAuNjcxNjZxLjU4MDMyLjYzOTc5LDEuMTYxNzksMS4yNzk3Ny44MjQyNi0uMjU2MjYsMS42NDY1OS0uNTEyNzFjLS4yMTQ2Ni0uNTAxLS40Njc0OS0xLjQ0MjM4LS42MzY4Ni0xLjQyNjY3QTkuODk2MzQsOS44OTYzNCwwLDAsMCwxMDQwLjk3NzUxLDMwLjY3MTY2WiIvPjwvc3ZnPg==);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
/* line 36, ../sass/site/home/_index.scss */
.section.section-firstfold {
  position: relative;
  margin: auto;
}
/* line 40, ../sass/site/home/_index.scss */
.section.section-firstfold .pixels {
  background-color: rgba(43, 43, 43, 0.2);
  background-image: url(../images/pixelsBG.png);
}
/* line 45, ../sass/site/home/_index.scss */
.section.section-firstfold #pxt-carousel {
  width: 100%;
  height: 100%;
  min-height: 600px;
}
/* line 49, ../sass/site/home/_index.scss */
.section.section-firstfold #pxt-carousel .pxt-stage-outer,
.section.section-firstfold #pxt-carousel .pxt-stage,
.section.section-firstfold #pxt-carousel .pxt-item {
  width: 100%;
  height: 100%;
  min-height: 600px;
}
/* line 56, ../sass/site/home/_index.scss */
.section.section-firstfold #pxt-carousel .slide {
  width: 100%;
  height: 100%;
  min-height: 600px;
}
/* line 60, ../sass/site/home/_index.scss */
.section.section-firstfold #pxt-carousel .slide > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  min-height: 600px;
}
/* line 71, ../sass/site/home/_index.scss */
.section.section-firstfold .slideContent {
  font-family: "Oswald";
  position: absolute;
  bottom: 35%;
  transform: translateY(50%);
  right: 0;
  left: 0;
  margin: auto;
  max-width: 992px;
  z-index: 2;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
  font-size: 3em;
  line-height: 36px;
}
/* line 90, ../sass/site/home/_index.scss */
.section.section-firstfold .slideContent > div {
  text-align: center;
}
/* line 94, ../sass/site/home/_index.scss */
.section.section-firstfold .slideContent span.boldfaced {
  margin-top: 5px;
  line-height: 50px;
  display: block;
  text-transform: uppercase;
}
/* line 104, ../sass/site/home/_index.scss */
.section.section-firstfold .scroll-for-more {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  font-size: 2em;
  background: #ffc107;
  color: #fff;
  text-align: center;
  line-height: 60px;
  z-index: 2;
  -moz-animation-duration: 1800ms;
  -webkit-animation-duration: 1800ms;
  animation-duration: 1800ms;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* line 124, ../sass/site/home/_index.scss */
.section.section-partners {
  margin: 60px auto;
  padding: 0;
  position: relative;
}
/* line 129, ../sass/site/home/_index.scss */
.section.section-partners .pxt-pixxet .pxt-dots .pxt-dot.active span {
  background: #2b2b2b;
}
/* line 133, ../sass/site/home/_index.scss */
.section.section-partners .pxt-pixxet .pxt-dots .pxt-dot span {
  -moz-box-shadow: inset 0 0 0 2px #2b2b2b;
  -webkit-box-shadow: inset 0 0 0 2px #2b2b2b;
  box-shadow: inset 0 0 0 2px #2b2b2b;
}
/* line 137, ../sass/site/home/_index.scss */
.section.section-partners .pxt-pixxet .pxt-nav > [class*='pxt-'] {
  color: #2b2b2b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-box-shadow: 0 0 0 1px rgba(43, 43, 43, 0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(43, 43, 43, 0.1);
  box-shadow: 0 0 0 1px rgba(43, 43, 43, 0.1);
}
/* line 143, ../sass/site/home/_index.scss */
.section.section-partners .pxt-pixxet .pxt-nav > [class*='pxt-'] i.pxt {
  color: #2b2b2b;
  background: inherit;
  margin: 0;
  padding: 0;
}
/* line 152, ../sass/site/home/_index.scss */
.section.section-partners .pxt-pixxet .pxt-nav > [class*='pxt-']:hover {
  background: inherit;
  -moz-box-shadow: 0 0 0 1px #2b2b2b;
  -webkit-box-shadow: 0 0 0 1px #2b2b2b;
  box-shadow: 0 0 0 1px #2b2b2b;
}
/* line 158, ../sass/site/home/_index.scss */
.section.section-partners .pxt-pixxet .pxt-nav .pxt-next {
  right: 50px;
}
/* line 161, ../sass/site/home/_index.scss */
.section.section-partners .pxt-pixxet .pxt-nav .pxt-prev {
  left: 50px;
}
/* line 165, ../sass/site/home/_index.scss */
.section.section-partners div.pxt-carousel {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  height: 100%;
  height: 100%;
}
/* line 172, ../sass/site/home/_index.scss */
.section.section-partners div.pxt-carousel .pxt-stage-outer,
.section.section-partners div.pxt-carousel .pxt-stage,
.section.section-partners div.pxt-carousel .pxt-item {
  height: 100%;
}
/* line 177, ../sass/site/home/_index.scss */
.section.section-partners div.pxt-carousel .partner {
  height: auto;
  width: 100%;
  text-align: center;
  float: none;
}
/* line 182, ../sass/site/home/_index.scss */
.section.section-partners div.pxt-carousel .partner a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
/* line 190, ../sass/site/home/_index.scss */
.section.section-partners div.pxt-carousel .partner a.wide {
  background-size: 100% auto;
}
/* line 192, ../sass/site/home/_index.scss */
.section.section-partners div.pxt-carousel .partner a.wide img {
  max-height: none;
  margin-top: auto;
}
/* line 198, ../sass/site/home/_index.scss */
.section.section-partners div.pxt-carousel .partner img {
  margin: auto;
  width: auto;
  max-height: 50px;
  margin-top: 25px;
}
/* line 209, ../sass/site/home/_index.scss */
.section.section-divisor {
  height: 850px;
}
/* line 211, ../sass/site/home/_index.scss */
.section.section-divisor .background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 850px;
}
/* line 220, ../sass/site/home/_index.scss */
.section.section-collection {
  margin: 60px auto;
}
/* line 223, ../sass/site/home/_index.scss */
.section.section-collection ul {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: row wrap;
  flex-wrap: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 233, ../sass/site/home/_index.scss */
.section.section-collection ul li {
  margin: 4px;
}
/* line 236, ../sass/site/home/_index.scss */
.section.section-collection ul li a {
  display: block;
  background: #efefef;
  cursor: pointer;
  padding: 0 20px 3px;
  line-height: 52px;
  font-size: 2em;
}
/* line 243, ../sass/site/home/_index.scss */
.section.section-collection ul li a:hover {
  background: #ffc107;
  color: #fff;
}
/* line 254, ../sass/site/home/_index.scss */
.section.section-gallery .gallery-image {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 261, ../sass/site/home/_index.scss */
.section.section-contact h1.sec-title {
  margin-bottom: 10px;
  letter-spacing: 4px;
}
/* line 265, ../sass/site/home/_index.scss */
.section.section-contact .info {
  font-size: 1.5em;
  margin-bottom: 30px;
}
/* line 268, ../sass/site/home/_index.scss */
.section.section-contact .info i.pxt {
  margin-right: 10px;
  color: #ffc107;
}
/* line 272, ../sass/site/home/_index.scss */
.section.section-contact .info .email {
  text-align: center;
}
/* line 275, ../sass/site/home/_index.scss */
.section.section-contact .info .mobile,
.section.section-contact .info .tel {
  text-align: center;
  letter-spacing: 3px;
}
/* line 281, ../sass/site/home/_index.scss */
.section.section-contact .form {
  font-size: 1.5em;
}
/* line 283, ../sass/site/home/_index.scss */
.section.section-contact .form .pxt-submit-wrapper {
  text-align: center;
}
/* line 285, ../sass/site/home/_index.scss */
.section.section-contact .form .pxt-submit-wrapper .pxt-submit {
  border: none;
  background: #ffc107;
  color: #fff;
  padding: 0;
  line-height: 42px;
  font-size: 1.1em;
  padding-bottom: 3px;
  border-radius: 0;
  letter-spacing: 4px;
  padding-left: 30px;
  padding-right: 30px;
}
/* line 297, ../sass/site/home/_index.scss */
.section.section-contact .form .pxt-submit-wrapper .pxt-submit:hover {
  background: #fff;
  color: #2b2b2b;
}
/* line 307, ../sass/site/home/_index.scss */
.section.section-map {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
/* line 316, ../sass/site/home/_index.scss */
.section.section-collection .row .item {
  margin: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, ../sass/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 11, ../sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, ../sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, ../sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, ../sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, ../sass/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, ../sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 5, ../sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
/* line 11, ../sass/media/_galleries.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/* line 15, ../sass/media/_galleries.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
/* line 19, ../sass/media/_galleries.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
/* line 23, ../sass/media/_galleries.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
/* line 27, ../sass/media/_galleries.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
/* line 31, ../sass/media/_galleries.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
/* line 35, ../sass/media/_galleries.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
/* line 39, ../sass/media/_galleries.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 44, ../sass/media/_galleries.scss */
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
@media screen and (max-width: 1199px) {
  /* line 4, ../sass/responsive/_global.scss */
  .navbar-header {
    width: 100%;
  }

  /* line 8, ../sass/responsive/_global.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 14, ../sass/responsive/_global.scss */
  .navbar-collapse.collapsing ul,
  .navbar-collapse.collapsing li,
  .navbar-collapse.collapse ul,
  .navbar-collapse.collapse li {
    float: none !important;
  }

  /* line 19, ../sass/responsive/_global.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }
  /* line 22, ../sass/responsive/_global.scss */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 32, ../sass/responsive/_global.scss */
  header.site-header .big-header .navbar-brand {
    font-size: 2em;
  }

  /* line 41, ../sass/responsive/_global.scss */
  footer.site-footer a:hover {
    color: #ffc107;
  }
  /* line 49, ../sass/responsive/_global.scss */
  footer.site-footer .footer-2 .row .footer-element nav.menu.links-footer {
    -webkit-justify-content: left;
    justify-content: left;
  }
  /* line 52, ../sass/responsive/_global.scss */
  footer.site-footer .footer-2 .row .footer-element ul.footer-social {
    -webkit-justify-content: left;
    justify-content: left;
  }
  /* line 56, ../sass/responsive/_global.scss */
  footer.site-footer .footer-2 .row .footer-element ul.footer-social li a:hover {
    -moz-box-shadow: inset 0px 0px 0px 36px #ffc107 !important;
    -webkit-box-shadow: inset 0px 0px 0px 36px #ffc107 !important;
    box-shadow: inset 0px 0px 0px 36px #ffc107 !important;
    color: #2b2b2b !important;
  }
  /* line 64, ../sass/responsive/_global.scss */
  footer.site-footer .footer-2 .row .footer-element .copyright, footer.site-footer .footer-2 .row .footer-element .powered, footer.site-footer .footer-2 .row .footer-element .copyright {
    text-align: inherit;
  }
}
/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  /* line 6, ../sass/responsive/_home.scss */
  .section.section-firstfold #pxt-carousel .slide > div {
    background-position: center center;
  }
  /* line 11, ../sass/responsive/_home.scss */
  .section.section-firstfold .slideContent > div {
    border: none;
  }
  /* line 15, ../sass/responsive/_home.scss */
  .section.section-firstfold .slideContent > div:first-child {
    text-align: right;
    padding-bottom: 110px;
    border-right: 1px solid #fff;
    padding-right: 17px;
  }
  /* line 21, ../sass/responsive/_home.scss */
  .section.section-firstfold .slideContent > div:last-child {
    text-align: left;
    padding-top: 110px;
    padding-left: 17px;
  }
  /* line 27, ../sass/responsive/_home.scss */
  .section.section-firstfold .slideContent span.boldfaced {
    margin-top: 5px;
    line-height: 50px;
    display: block;
    text-transform: uppercase;
  }
  /* line 39, ../sass/responsive/_home.scss */
  .section.section-contact .info .email {
    text-align: left;
  }
  /* line 42, ../sass/responsive/_home.scss */
  .section.section-contact .info .tel {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  /* line 54, ../sass/responsive/_home.scss */
  .section .row .item article {
    overflow: hidden;
  }
  /* line 56, ../sass/responsive/_home.scss */
  .section .row .item article figure {
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /* line 61, ../sass/responsive/_home.scss */
  .section .row .item article div.details {
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  /* line 66, ../sass/responsive/_home.scss */
  .section .row .item article:hover figure {
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  /* line 74, ../sass/responsive/_home.scss */
  .section .row .item article.small:hover div.details {
    background: #ffc107;
    color: #2b2b2b;
  }
  /* line 78, ../sass/responsive/_home.scss */
  .section .row .item article.small:hover div.details a.article-link {
    color: #2b2b2b;
  }
  /* line 82, ../sass/responsive/_home.scss */
  .section .row .item article.small:hover div.details span.cat {
    color: #2b2b2b;
    border-color: #2b2b2b;
  }
  /* line 92, ../sass/responsive/_home.scss */
  .section.section-firstfold {
    height: 95vh;
  }
  /* line 94, ../sass/responsive/_home.scss */
  .section.section-firstfold #pxt-carousel {
    min-height: 95vh;
  }
  /* line 97, ../sass/responsive/_home.scss */
  .section.section-firstfold #pxt-carousel .pxt-stage-outer,
  .section.section-firstfold #pxt-carousel .pxt-stage,
  .section.section-firstfold #pxt-carousel .pxt-item {
    min-height: 95vh;
  }
  /* line 103, ../sass/responsive/_home.scss */
  .section.section-firstfold #pxt-carousel .slide {
    min-height: 95vh;
    background-position: center;
  }
  /* line 109, ../sass/responsive/_home.scss */
  .section.section-firstfold .slideContent {
    font-size: 4.5em;
    line-height: 36px;
  }
  /* line 113, ../sass/responsive/_home.scss */
  .section.section-firstfold .slideContent > div:first-child {
    padding-right: 30px;
  }
  /* line 116, ../sass/responsive/_home.scss */
  .section.section-firstfold .slideContent > div:last-child {
    padding-left: 30px;
  }
  /* line 120, ../sass/responsive/_home.scss */
  .section.section-firstfold .slideContent span.boldfaced {
    line-height: 75px;
    font-weight: bold;
  }
}
/*--------------------------------------------------------------
## Posts & Pages
--------------------------------------------------------------*/
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
slideDown
==============================================
*/
/* line 21, ../sass/modules/_animations.scss */
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(-4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
slideUp
==============================================
*/
/* line 91, ../sass/modules/_animations.scss */
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
slideLeft
==============================================
*/
/* line 161, ../sass/modules/_animations.scss */
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%);
  }
  50% {
    -webkit-transform: translateX(-8%);
  }
  65% {
    -webkit-transform: translateX(4%);
  }
  80% {
    -webkit-transform: translateX(-4%);
  }
  95% {
    -webkit-transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/*
==============================================
slideRight
==============================================
*/
/* line 231, ../sass/modules/_animations.scss */
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%);
  }
  50% {
    -webkit-transform: translateX(8%);
  }
  65% {
    -webkit-transform: translateX(-4%);
  }
  80% {
    -webkit-transform: translateX(4%);
  }
  95% {
    -webkit-transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/*
==============================================
slideExpandUp
==============================================
*/
/* line 301, ../sass/modules/_animations.scss */
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important;
}

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5);
  }
  30% {
    transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    transform: translateY(2%) scaleX(0.5);
  }
  50% {
    transform: translateY(0%) scaleX(1.1);
  }
  60% {
    transform: translateY(0%) scaleX(0.9);
  }
  70% {
    transform: translateY(0%) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleX(0.95);
  }
  90% {
    transform: translateY(0%) scaleX(1.02);
  }
  100% {
    transform: translateY(0%) scaleX(1);
  }
}
@-webkit-keyframes slideExpandUp {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5);
  }
  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    -webkit-transform: translateY(2%) scaleX(0.5);
  }
  50% {
    -webkit-transform: translateY(0%) scaleX(1.1);
  }
  60% {
    -webkit-transform: translateY(0%) scaleX(0.9);
  }
  70% {
    -webkit-transform: translateY(0%) scaleX(1.05);
  }
  80% {
    -webkit-transform: translateY(0%) scaleX(0.95);
  }
  90% {
    -webkit-transform: translateY(0%) scaleX(1.02);
  }
  100% {
    -webkit-transform: translateY(0%) scaleX(1);
  }
}
/*
==============================================
expandUp
==============================================
*/
/* line 395, ../sass/modules/_animations.scss */
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    -webkit-transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1);
  }
}
/*
==============================================
fadeIn
==============================================
*/
/* line 449, ../sass/modules/_animations.scss */
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
/*
==============================================
expandOpen
==============================================
*/
/* line 509, ../sass/modules/_animations.scss */
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes expandOpen {
  0% {
    transform: scale(1.8);
  }
  50% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8);
  }
  50% {
    -webkit-transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.05);
  }
  90% {
    -webkit-transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/*
==============================================
bigEntrance
==============================================
*/
/* line 571, ../sass/modules/_animations.scss */
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
/*
==============================================
hatch
==============================================
*/
/* line 663, ../sass/modules/_animations.scss */
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important;
}

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    transform: rotate(2deg) scaleY(1);
  }
  50% {
    transform: rotate(-2deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6);
  }
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05);
  }
  35% {
    -webkit-transform: rotate(2deg) scaleY(1);
  }
  50% {
    -webkit-transform: rotate(-2deg);
  }
  65% {
    -webkit-transform: rotate(1deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
/*
==============================================
bounce
==============================================
*/
/* line 744, ../sass/modules/_animations.scss */
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }
  60% {
    transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6);
  }
  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
/*
==============================================
pulse
==============================================
*/
/* line 816, ../sass/modules/_animations.scss */
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}
/*
==============================================
floating
==============================================
*/
/* line 867, ../sass/modules/_animations.scss */
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
tossing
==============================================
*/
/* line 912, ../sass/modules/_animations.scss */
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}
/*
==============================================
pullUp
==============================================
*/
/* line 957, ../sass/modules/_animations.scss */
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes pullUp {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
/*
==============================================
pullDown
==============================================
*/
/* line 1037, ../sass/modules/_animations.scss */
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
/*
==============================================
stretchLeft
==============================================
*/
/* line 1117, ../sass/modules/_animations.scss */
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(1.02);
  }
  60% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
/*
==============================================
stretchRight
==============================================
*/
/* line 1197, ../sass/modules/_animations.scss */
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(1.02);
  }
  60% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}

/*# sourceMappingURL=base.css.map */
.grecaptcha-badge {
  visibility: hidden !important;
}
