/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*h1 {*/
/*    font-size: 2em;*/
/*    margin: 0.67em 0;*/
/*}*/
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 575px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 575px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 575px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .visible-max-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .visible-min-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 576px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.text-break {
  overflow-wrap: break-word;
}
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.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,
.col-sm,
.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,
.col-md,
.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,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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,
  .col-sm,
  .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,
  .col-md,
  .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,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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,
  .col-sm,
  .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,
  .col-md,
  .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,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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,
  .col-sm,
  .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,
  .col-md,
  .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,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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,
  .col-sm,
  .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,
  .col-md,
  .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,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.pull-0 {
  right: auto;
}
.pull-1 {
  right: 8.333333%;
}
.pull-2 {
  right: 16.666667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.333333%;
}
.pull-5 {
  right: 41.666667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.333333%;
}
.pull-8 {
  right: 66.666667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.333333%;
}
.pull-11 {
  right: 91.666667%;
}
.pull-12 {
  right: 100%;
}
.push-0 {
  left: auto;
}
.push-1 {
  left: 8.333333%;
}
.push-2 {
  left: 16.666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.333333%;
}
.push-5 {
  left: 41.666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.333333%;
}
.push-8 {
  left: 66.666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.333333%;
}
.push-11 {
  left: 91.666667%;
}
.push-12 {
  left: 100%;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* source#MappingURL=bootstrap-grid.css.map */
.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
/*== Windows ==*/
.window,
.pagecontent table,
.window-margin {
  margin: 3px;
}
@media (min-width: 576px) {
  .window,
  .pagecontent table,
  .window-margin {
    margin: 10px;
  }
}
@media (min-width: 768px) {
  .window,
  .pagecontent table,
  .window-margin {
    margin: 15px;
  }
}
.window,
.smwindow {
  background: radial-gradient(ellipse at 0% 100%, #282c36, #22252b);
  color: #c7d1df;
}
.window .text,
.smwindow .text {
  color: #878f9b;
}
.window {
  position: relative;
  box-sizing: border-box;
}
.window .windowcontent:not(.notitle) {
  border-top: none;
}
.window .windowcontent.padding {
  padding: 0.4em 0.8em;
}
@media (max-width: 767px) {
  .window .windowcontent.padding {
    padding: 0.2em 0.4em;
  }
}
.window .windowcontent table.styled th,
.window .windowcontent table.styled td {
  border: 1px solid #3c4049;
  border-color: #373c49;
  border-collapse: collapse;
}
.window .windowcontent table.styled th {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.4em;
  background: #313540;
  color: #e0e1e3;
}
.window .windowcontent table.styled td {
  padding: 0.25em 0.4em;
  background: #2b2e36;
  color: #dfe0e2;
}
.window .windowcontent table.styled td.small {
  font-size: 0.8em;
}
.window .windowcontent table.styled.table-sm th {
  font-size: 1em;
  padding: 0.2em;
}
.window .windowcontent table.styled.table-sm td {
  font-size: 0.8em;
  padding: 0.1em 0.2em;
}
.window .windowcontent input:not([type='button']):not([type='submit']):not(.adyen-checkout__input),
.window .windowcontent select,
.window .windowcontent textarea {
  background: #1f232a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  color: #d4d5d7;
  background: #1d2027;
  border: 1px solid white;
  border-color: #373c49;
  border-radius: 4px;
  color: #bec0c3;
}
.window .windowcontent input:not([type='button']):not([type='submit']):not(.adyen-checkout__input):disabled,
.window .windowcontent select:disabled,
.window .windowcontent textarea:disabled {
  color: #7e8186;
}
.window .windowcontent input:not([type='button']):not([type='submit']):not(.adyen-checkout__input):hover:not([disabled]):not(:focus),
.window .windowcontent select:hover:not([disabled]):not(:focus),
.window .windowcontent textarea:hover:not([disabled]):not(:focus) {
  border-color: #5e677e;
}
.window .windowcontent input:not([type='button']):not([type='submit']):not(.adyen-checkout__input):focus,
.window .windowcontent select:focus,
.window .windowcontent textarea:focus {
  border-color: rgba(146, 191, 255, 0.8);
}
.window .windowcontent input:not([type='button']):not([type='submit']):not(.adyen-checkout__input):hover:not([disabled]):not(:focus),
.window .windowcontent select:hover:not([disabled]):not(:focus),
.window .windowcontent textarea:hover:not([disabled]):not(:focus) {
  border-color: #5e677e;
}
.window .windowcontent input:not([type='button']):not([type='submit']):not(.adyen-checkout__input):focus,
.window .windowcontent select:focus,
.window .windowcontent textarea:focus {
  border-color: rgba(146, 191, 255, 0.7);
}
.window .windowcontent textarea {
  line-height: 1rem;
  font-size: 1rem;
}
.window .contentBlock {
  display: block;
  border-radius: 4px;
  background: #303239;
  background: #2a2e37;
  border: 1px solid #35373e;
}
.window .contentBlock.block-margin {
  margin: 1em 0;
}
.window .contentBlock > .content {
  padding: 0.4em 0.8em;
}
.window .contentBlock > .title {
  background: #2e333e;
  width: 100%;
  position: relative;
  line-height: 32px;
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.window .bg_block {
  display: inline-block;
  background: #303239;
  padding: 10px 20px;
}
.window .border-area-red,
.window .border-area-green,
.window .border-area-info {
  padding: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.window .border-area-red.border-area-white-text,
.window .border-area-green.border-area-white-text,
.window .border-area-info.border-area-white-text {
  color: white;
}
.window .border-area-red {
  border: 1px solid rgba(255, 0, 0, 0.7);
  background: rgba(255, 0, 0, 0.1);
  color: red;
}
.window .border-area-green {
  border: 1px solid rgba(62, 212, 118, 0.7);
  background: rgba(62, 212, 118, 0.1);
  color: #51d884;
}
.window .border-area-info {
  border-color: #4fc0d6;
  background: #2d505a;
  color: #79cfe0;
}
.window ::-webkit-resizer {
  width: 4px;
}
.window ::-webkit-scrollbar {
  width: 4px;
}
@media (min-width: 768px) {
  .window ::-webkit-resizer {
    width: 10px;
  }
  .window ::-webkit-scrollbar {
    width: 10px;
  }
}
.window:after {
  display: table;
  content: '';
  clear: both;
}
.window > .title {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.2em 0.1em;
  color: #88b1ec;
  background: radial-gradient(ellipse at 0% 100%, #313744, transparent), #282c34;
  width: 100%;
  position: relative;
  margin: 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .window > .title {
    font-size: 1.26em;
  }
}
@media (max-width: 767px) {
  .window > .title {
    font-size: 1.12em;
  }
}
@media (max-width: 575px) {
  .window > .title {
    font-size: 0.84em;
  }
}
.window > .title .search {
  height: 38px;
  margin: auto;
  line-height: 0;
}
.window > .title .search input[type='text'] {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  font-size: 16px;
}
.window > .title .select {
  height: 38px;
  line-height: 38px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 14px;
}
.window > .title .select:before {
  display: block;
  content: '';
  background: url('../images/arrow_bottom.png') no-repeat;
  width: 8px;
  height: 5px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  right: 50%;
  opacity: 0.3;
  -moz-transition: transform .2s, opacity .2s;
  -ms-transition: transform .2s, opacity .2s;
  -webkit-transition: transform .2s, opacity .2s;
  -o-transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s;
}
.window > .title .select.active:before {
  transform: rotate(-180deg);
  opacity: 1;
}
.window > .title .select .active {
  height: 38px;
  padding: 0;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #dde0e6;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.window > .title .select .active:hover {
  color: #78ffff;
}
@media (min-width: 1200px) {
  .window > .title .select .active {
    font-size: 18px;
  }
}
.window > .title .select .drop {
  border: 1px solid #232730;
  background: #2e333e;
  display: none;
  border-top: 0;
  box-sizing: border-box;
  margin: 0 -15px;
  min-width: calc(100% + 30px);
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 5;
  text-align: left;
  font-family: "Open Sans", Tahoma, "STXihei", "华文细黑", "Microsoft YaHei", "微软雅黑", sans-serif;
  font-weight: bold;
  color: #eaebec;
}
.window > .title .select .drop ul li {
  height: 38px;
  margin: 0 15px;
  overflow: hidden;
}
.window > .title .select .drop ul li:hover {
  background: #232730;
  margin: 0;
  padding: 0 15px;
  color: #78ffff;
}
.window > .title input {
  border: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: rgba(0, 0, 0, 0.4);
  height: 38px;
  color: #fff;
}
.smwindow {
  display: block;
}
.smwindow .title {
  width: 100%;
  padding: 5px;
  background: #2e333e;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.smwindow .title.title-sm {
  padding: 3px;
  font-size: 16px;
  background: none;
  background-image: -webkit-linear-gradient(0deg, #282d37, #2d323e, #282d37);
  background-image: -moz-linear-gradient(0deg, #282d37, #2d323e, #282d37);
  background-image: -ms-linear-gradient(0deg, #282d37, #2d323e, #282d37);
  background-image: -o-linear-gradient(0deg, #282d37, #2d323e, #282d37);
  background-image: linear-gradient(90deg, #282d37, #2d323e, #282d37);
}
.smwindow .content,
.smwindow.nocontent {
  padding: 8px;
}
.smwindow .counter {
  border: 1px solid rgba(18, 20, 24, 0.4);
  background: rgba(35, 39, 48, 0.4);
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.smwindow .counter input {
  background: none;
  width: 100%;
  border: none;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
/* ======= */
.dropshadow {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-highlight1 {
  color: #78ffff;
}
.text-highlight2 {
  color: #92bfff;
}
.greentxt {
  color: #3ed476 !important;
}
.redtxt {
  color: #fc4359 !important;
}
.orangetxt {
  color: #ff9100 !important;
}
#languageDropdownButton {
  position: relative;
  display: inline-block;
  line-height: 54px;
  margin-right: 5px;
}
.nosubmenu#languageDropdownButton {
  line-height: 79px;
}
#languageDropdownButton img.curlang {
  width: 40px;
  height: auto;
  vertical-align: middle;
  cursor: pointer;
}
#languageDropdownButton img.curlang:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
@media (max-width: 575px) {
  #languageDropdownButton img.curlang {
    width: 30px;
  }
}
#languageDropdownList {
  bottom: 100%;
  text-align: left;
  text-transform: none;
  width: 170px;
  left: -65px;
}
#languageDropdownList:before {
  content: '';
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #484f5e transparent;
  position: absolute;
  bottom: -5px;
  left: 170px/2 - 5px;
}
#languageDropdownList ul {
  list-style: none;
  margin-bottom: 0;
}
#languageDropdownList a img {
  width: 40px;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 575px) {
  #languageDropdownList a img {
    width: 30px;
  }
}
#giveaways-content {
  position: relative;
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  #giveaways-content {
    float: none;
  }
}
#giveaways-content .giveaway {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #92bfff;
  color: white;
  background: #2a2e37;
  background-color: #353c4b;
  background: -webkit-gradient(linear, left top, left bottom, from(#353c4b), to(#2a2e37));
  background: -webkit-linear-gradient(top, #353c4b, #2a2e37);
  background: -moz-linear-gradient(top, #353c4b, #2a2e37);
  background: -ms-linear-gradient(top, #353c4b, #2a2e37);
  background: -o-linear-gradient(top, #353c4b, #2a2e37);
  -moz-box-shadow: inner 0 0 5px 5px #92bfff;
  -webkit-box-shadow: inner 0 0 5px 5px #92bfff;
  box-shadow: inner 0 0 5px 5px #92bfff;
  border-color: #555f77;
  margin: 2px 0.2em;
  padding: 0.25em 0.5em;
  cursor: pointer;
}
#giveaways-content .giveaway .giveaway-left,
#giveaways-content .giveaway .giveaway-right {
  display: inline-block;
}
#giveaways-content .giveaway .giveaway-left {
  font-size: 1.8em;
  color: #92bfff;
  margin-right: 0.3em;
  vertical-align: top;
}
#giveaways-content .giveaway .giveaway-top,
#giveaways-content .giveaway .giveaway-bottom {
  display: block;
  white-space: nowrap;
}
#giveaways-content .giveaway .giveaway-bottom {
  vertical-align: bottom;
  bottom: 0;
}
#giveaways-content .giveaway .giveaway-bottom span {
  display: inline-block;
}
#giveaways-content .giveaway .name {
  color: #92bfff;
}
#giveaways-content .giveaway .value {
  font-size: 0.9em;
}
#giveaways-content .giveaway .timetxt {
  display: inline-block;
  font-size: 0.8em;
  vertical-align: bottom;
  color: #bec0c3;
  float: right;
  margin-top: 2px;
}
#giveaways-content .giveaway:hover {
  border-color: #92bfff;
}
@media (max-width: 575px) {
  #giveaways-content .giveaway {
    font-size: 0.8em;
  }
}
#cookie-consent-sm {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #282c36;
  border: 1px solid #3d4553;
  padding: 1em;
  z-index: 10000;
  max-width: 300px;
}
html,
body {
  width: 100%;
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Roboto, Arial, "STXihei", "华文细黑", "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #f4f4f4;
}
body {
  background: radial-gradient(circle at 25% 0%, #22252d, transparent), radial-gradient(circle at 75% 100%, #21252b, transparent), #1e2025;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.row > .col {
  box-sizing: border-box;
}
/*== Header ==*/
#submenu {
  display: block;
  width: 100%;
  background: #2c313d;
  border-top: 1px solid #1e2025;
  border-left: 1px solid #1e2025;
  margin-bottom: 0;
  padding: 0 15px;
}
@media (min-width: 671px) {
  #submenu {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 27px;
    -webkit-border-top-left-radius: 27px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 27px;
    -moz-border-radius-topleft: 27px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 27px;
    border-top-left-radius: 27px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
#submenu .link {
  cursor: pointer;
}
#submenu::first-line > li {
  background: black;
}
#submenu > li {
  display: inline-block;
  line-height: 25px;
  font-size: 12px;
}
#submenu > li:first-child > a,
#submenu > li:first-child > .link {
  margin-left: -10px;
}
#submenu > li:not(:last-child) > a,
#submenu > li:not(:last-child) > .link {
  border-right: 1px solid #1e2025;
}
#submenu > li > a,
#submenu > li > .link {
  display: inline-block;
  height: 100%;
  color: white;
  padding: 0 10px;
}
@media (max-width: 700px) {
  #submenu > li > a,
  #submenu > li > .link {
    padding: 0 5px;
    font-size: 10px;
  }
}
#submenu > li > a:hover,
#submenu > li > .link:hover {
  border-bottom: 1px solid #92bfff;
  margin-bottom: -1px;
}
#submenu > li > a strong,
#submenu > li > .link strong {
  font-weight: bold;
}
header {
  z-index: 6;
  height: 80px;
  background: radial-gradient(ellipse at 0% 100%, #2c323d, transparent), radial-gradient(ellipse at 100% 0%, #2b353d, transparent), #272a33;
}
header nav {
  display: flex;
}
header.transparent {
  padding-top: 4px;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#272a33), to(rgba(39, 42, 51, 0)));
  background: -webkit-linear-gradient(top, #272a33, rgba(39, 42, 51, 0));
  background: -moz-linear-gradient(top, #272a33, rgba(39, 42, 51, 0));
  background: -ms-linear-gradient(top, #272a33, rgba(39, 42, 51, 0));
  background: -o-linear-gradient(top, #272a33, rgba(39, 42, 51, 0));
}
@media (max-width: 670px) {
  header.transparent .submenucontainer {
    text-align: center;
  }
}
header.transparent #submenu {
  width: auto;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  background: rgba(49, 53, 64, 0.7);
  border: none;
}
.webologoarea {
  height: 100%;
  line-height: 79px;
  flex-basis: 219px;
  width: 219px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .webologoarea {
    flex-basis: 89px;
  }
}
.webologoarea img {
  vertical-align: middle;
  width: 206px;
  height: auto;
  margin-left: 5px;
}
@media (max-width: 1400px) {
  .webologoarea img {
    width: 76px;
  }
}
@media (max-width: 670px) {
  .webologoarea {
    display: none;
  }
}
.drop {
  display: none;
  box-sizing: border-box;
  padding: 4px 10px;
  position: absolute;
  background: #333843;
  background-color: #333843;
  background-image: -webkit-gradient(linear, left top, right top, from(#333843), to(#394852));
  background-image: -webkit-linear-gradient(left, #333843, #394852);
  background-image: -moz-linear-gradient(left, #333843, #394852);
  background-image: -ms-linear-gradient(left, #333843, #394852);
  background-image: -o-linear-gradient(left, #333843, #394852);
  border: 1px solid #4d606e;
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.drop ul li.topline {
  border-top: 1px solid #323741;
  padding-top: 2px;
}
.drop ul li:not(:last-child) {
  border-bottom: 1px solid #495967;
}
.drop ul li a {
  display: block;
  line-height: 20px;
  color: #dbdee4;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  margin: 0 -10px;
  padding: 6px 10px;
}
.drop ul li a:hover {
  background: rgba(106, 115, 137, 0.2);
  color: #78ffff;
}
header .drop {
  left: 0;
}
header .drop:before {
  content: '';
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: #484f5e transparent;
  position: absolute;
  top: -5px;
  left: 18px;
}
@keyframes blink-notification {
  from {
    color: #f4f4f4;
  }
  to {
    color: #92bfff;
  }
}
@-webkit-keyframes blink-notification {
  from {
    color: #f4f4f4;
  }
  to {
    color: #92bfff;
  }
}
.navbars {
  flex: 1;
  height: 80px;
}
.mainnavbar {
  height: 54px;
  line-height: 54px;
}
.mainnavbar.nosubmenu {
  height: 79px;
  line-height: 79px;
}
.mainnavbar #mainmenubtn {
  display: none;
}
@media (max-width: 1050px) {
  .mainnavbar #mainmenubtn {
    display: inline-block;
    background: url('../images/menu_icon.png') #3d4350 no-repeat 50% 50%;
    border: 1px solid black;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 36px;
    height: 36px;
    margin-left: 15px;
    z-index: 10000;
    cursor: pointer;
    transition: all 0.2s;
    vertical-align: middle;
  }
  .mainnavbar #mainmenubtn:hover,
  .mainnavbar #mainmenubtn.active {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }
}
.mainnavbar ul.menu {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1050px) {
  .mainnavbar ul.menu {
    z-index: 98;
    left: 0;
    width: auto;
    display: none;
    position: absolute;
    background: #272a33;
    margin-left: 60px;
    right: 0;
    margin-right: 15px;
  }
}
@media (max-width: 760px) {
  .mainnavbar ul.menu {
    border: 1px solid #1c1e24;
    border-top: none;
    left: auto;
    right: auto;
    width: auto;
  }
  .mainnavbar ul.menu ul {
    padding: 5px;
  }
  .mainnavbar ul.menu li {
    line-height: 40px;
  }
}
@media (min-width: 1051px) {
  .mainnavbar ul.menu {
    display: inline-block !important;
  }
}
.mainnavbar ul.menu li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mainnavbar ul.menu li:after {
  content: '';
  background: #78ffff;
  border-top: 1px solid #c5ffff;
  border-bottom: 1px solid #2cffff;
  height: 2px;
  left: 50%;
  right: 50%;
  position: absolute;
  bottom: 1px;
  -moz-transition: left .3s, right .3s;
  -ms-transition: left .3s, right .3s;
  -webkit-transition: left .3s, right .3s;
  -o-transition: left .3s, right .3s;
  transition: left .3s, right .3s;
}
.mainnavbar ul.menu li:hover:after {
  left: 14px;
  right: 14px;
  -moz-transition: left .3s, right .3s;
  -ms-transition: left .3s, right .3s;
  -webkit-transition: left .3s, right .3s;
  -o-transition: left .3s, right .3s;
  transition: left .3s, right .3s;
}
.mainnavbar ul.menu li.active a,
.mainnavbar ul.menu li a:hover {
  color: #78ffff;
}
.mainnavbar ul.menu li a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  padding: 0 1em;
  font-size: 1em;
  font-weight: bold;
  color: #e9f2ff;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 1400px) and (min-width: 760px) {
  .mainnavbar ul.menu li a {
    padding: 0 7px;
    font-size: 12px;
    font-weight: normal;
  }
}
@media (max-width: 575px) {
  .mainnavbar {
    font-size: 0.8em;
  }
}
.mainnavbar .profile .notifications-container {
  position: relative;
  margin: 0 0.5em;
  line-height: normal;
  display: inline-block;
}
@media (max-width: 575px) {
  .mainnavbar .profile .notifications-container {
    margin: 0 0.2em;
  }
}
.mainnavbar #notifications-count {
  position: absolute;
  top: 0;
  left: -0.5em;
  line-height: 1.4em;
  min-width: 1.4em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  background: rgba(120, 255, 255, 0.9);
  color: black;
  border-radius: 10px;
  font-size: 0.8em;
  padding: 0 3px;
  font-weight: bold;
  cursor: default;
}
.mainnavbar #notifications-bell {
  line-height: 54px;
  font-size: 1.6em;
  vertical-align: middle;
  color: #f4f4f4;
  cursor: pointer;
}
.mainnavbar #notifications-bell.fa-bell-on:not(:hover) {
  animation: blink-notification 1s steps(2, end) infinite normal;
  -webkit-animation: blink-notification 1s steps(2, end) infinite normal;
}
.mainnavbar #notifications-bell:hover {
  color: #78ffff;
}
@media (max-width: 575px) {
  .mainnavbar #notifications-bell {
    font-size: 1.4em;
  }
}
.mainnavbar #notifications-drop {
  position: absolute;
  z-index: 4;
  padding: 0.5em;
  max-width: 100vw;
  min-width: 300px;
}
.mainnavbar #notifications-drop h3 {
  padding-right: 20px;
}
.mainnavbar #notifications-drop h4 {
  text-transform: uppercase;
  font-size: 1em;
  padding: 0;
  margin: 0;
}
.mainnavbar #notifications-drop h4:not(:first-child) {
  padding-top: 20px;
}
.mainnavbar #notifications-drop h4 .new {
  color: #78ffff;
}
.mainnavbar #notifications-drop .notification-content {
  color: #dfe0e1;
}
.mainnavbar #notifications-close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 1.2em;
  cursor: pointer;
}
.mainnavbar #notifications-close:hover {
  color: #78ffff;
}
.mainnavbar #notifications-list {
  min-height: 200px;
  height: auto;
  overflow-y: auto;
  overflow-x: auto;
}
.mainnavbar .profile .cart-container {
  margin: 0 0.5em;
  line-height: normal;
  top: 0;
  display: inline-block;
}
@media (max-width: 575px) {
  .mainnavbar .profile .cart-container {
    margin: 0 0.2em;
  }
}
.mainnavbar .profile .cart-container .fa-shopping-cart {
  margin-top: 1px;
  vertical-align: middle;
  font-size: 1.4em;
  color: #f4f4f4;
}
.mainnavbar .profile .cart-container:hover .fa-shopping-cart {
  color: #78ffff;
}
.mainnavbar .profile .cart-container:hover .cart-quantity {
  font-size: 1.2em;
}
.mainnavbar #cart-icon {
  cursor: pointer;
}
.mainnavbar #cart-icon.toggled .fa-shopping-cart {
  color: #78ffff;
}
@media (max-width: 575px) {
  .mainnavbar #cart-icon {
    width: 30px;
  }
}
.mainnavbar .cart-quantity {
  position: absolute;
  top: 1px;
  left: 2px;
  right: 0;
  height: 20px;
  line-height: 1.2em;
  text-align: center;
  display: inline-block;
  color: #78ffff;
  border-radius: 10px;
  font-size: 1.1em;
  font-weight: bold;
}
@media (max-width: 575px) {
  .mainnavbar .cart-quantity {
    top: 5px;
  }
}
.mainnavbar .profile {
  height: 54px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 5;
}
.nosubmenu.mainnavbar .profile {
  height: 79px;
}
.mainnavbar .profile #loginButton {
  margin-right: 0.1em;
}
.mainnavbar .profile h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  color: #92bfff;
}
.mainnavbar .profile #balancesContainer,
.mainnavbar .profile .profilecontainer {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.mainnavbar .profile .walletLink {
  display: inline-block;
  color: white;
}
.mainnavbar .profile .walletLink:hover {
  background: rgba(146, 191, 255, 0.1);
}
.mainnavbar .profile #balancesContainer {
  line-height: normal;
  padding: 0.5em;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, rgba(60, 67, 84, 0.8), rgba(60, 67, 84, 0));
  margin: 0 0.5em;
}
.mainnavbar .profile #balancesContainer .balancetitle {
  color: #78ffff;
}
@media (max-width: 670px) {
  .mainnavbar .profile #balancesContainer {
    font-size: 0.8em;
  }
}
.mainnavbar .profile #balancesContainer #profile-money-container {
  display: none;
  position: absolute;
  z-index: 2;
  padding: 8px;
  margin-top: 30px;
  margin-left: -8px;
}
.mainnavbar .profile #balancesContainer .balanceTypeDesc {
  font-size: 0.8em;
  text-transform: uppercase;
}
.mainnavbar .profile #balancesContainer #deposit-btn {
  color: #78ffff;
  font-size: 1.6em;
  vertical-align: top;
  display: inline-block;
  width: 1em;
  margin-left: 0.5em;
  text-align: center;
  line-height: calc(42px - 10px);
}
.mainnavbar .profile #balancesContainer #deposit-btn:hover {
  color: white;
}
.mainnavbar .profile .profilecontainer {
  position: relative;
  line-height: 42px;
  cursor: pointer;
}
.mainnavbar .profile .profilecontainer .avatar {
  width: 42px;
  height: 42px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
  padding: 3px;
  background: url('../images/design/avatar-bg.png') no-repeat center center;
  background-size: 100% 100%;
}
.mainnavbar .profile .profilecontainer:hover:after {
  opacity: 1;
}
.mainnavbar .profile .profilecontainer:after {
  display: inline-block;
  position: absolute;
  content: '';
  background: url('../images/arrow_bottom.png') no-repeat center;
  width: 8px;
  height: 100%;
  vertical-align: top;
  right: 0;
  top: 0;
  opacity: 0.3;
  transition: all 0.2s;
  -moz-transition: opacity .2s, transform .2s;
  -ms-transition: opacity .2s, transform .2s;
  -webkit-transition: opacity .2s, transform .2s;
  -o-transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s;
}
.mainnavbar .profile .profilecontainer.active:after {
  transform: rotate(-180deg);
  opacity: 1;
}
@media (max-width: 1400px) {
  .mainnavbar .profile .profilecontainer:after {
    display: none;
  }
  .mainnavbar .profile .profilecontainer .drop {
    left: auto;
    right: 0;
    min-width: 180px;
    top: 42px;
  }
  .mainnavbar .profile .profilecontainer .drop:before {
    right: 10px;
    left: auto;
  }
}
.mainnavbar .profile .profileinfo {
  position: relative;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  min-width: 130px;
  margin-left: 10px;
  padding-right: 15px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .mainnavbar .profile .profileinfo {
    display: none;
  }
}
.mainnavbar .profile .profileinfo .personaname {
  font-weight: bold;
}
.mainnavbar .profile .profileinfo #inventoryLink a {
  color: #d4d4d6;
}
.mainnavbar .profile .profileinfo #inventoryLink a:hover {
  color: #78ffff;
}
.mainnavbar #profile-menu {
  right: 0;
  text-align: right;
  width: auto;
  left: auto;
}
.mainnavbar #profile-menu::before {
  left: auto !important;
  right: 18px !important;
}
.mainnavbar #profile-menu i {
  float: left;
  margin-right: 1em;
  line-height: 20px;
}
.mainnavbar .navbar-icon-wrapper {
  height: 54px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 40px;
}
.mainnavbar .navbar-icon-wrapper .navbar-icon {
  height: 100%;
  width: 100%;
  line-height: 54px;
  text-align: center;
}
/* ======= */
.announcement {
  margin: 0;
  padding: 1em;
  font-size: 0.9em;
  text-align: center;
  background-color: #272a33;
  border-bottom: 1px solid #484e5e;
}
@media (min-width: 768px) {
  .announcement {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .announcement {
    font-size: 0.7em;
  }
}
.announcement .fa,
.announcement .far,
.announcement .fad,
.announcement .fab {
  font-size: 2em;
  vertical-align: middle;
  margin-right: 0.5em;
}
.announcement.success {
  border-color: rgba(62, 212, 118, 0.7);
  background: rgba(62, 212, 118, 0.1);
  color: #51d884;
}
.announcement.error {
  border-color: #d64f4f;
  background: #552e32;
  color: #e07979;
}
.announcement.maintenance {
  border-color: #d69c4f;
  background: #554532;
  color: #e0b379;
}
.announcement.info {
  border-color: #4fc0d6;
  background: #2d505a;
  color: #79cfe0;
}
.announcement.error a,
.announcement.maintenance a,
.announcement.info a {
  color: #78ffff;
}
.announcement.error a:hover,
.announcement.maintenance a:hover,
.announcement.info a:hover {
  color: white;
}
.steam-trades-fail-rate {
  font-size: 0.7em;
  font-weight: normal;
  opacity: 0.8;
}
.main-content-margin {
  margin-top: 10px;
}
.pagecontent {
  height: auto;
  min-height: 100vh;
  position: relative;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
}
.pagecontent .navigator-description {
  margin-bottom: 1px;
  background: #252830;
  padding: 0.5em;
  color: #78ffff;
  font-size: 0.8em;
  text-align: center;
}
.pagecontent .navigator-description a {
  color: white;
}
.pagecontent .small-navigator {
  margin: 1px;
  background: #2a2e38;
  padding: 2px;
}
@media (max-width: 767px) {
  .pagecontent .small-navigator {
    text-align: center;
  }
}
.pagecontent .small-navigator .main-links {
  display: inline-block;
}
.pagecontent .small-navigator .main-links a {
  display: inline-block;
  letter-spacing: 1px;
  margin: 2px 0.2em;
  padding: 0.25em 0.5em;
  font-family: Tahoma, sans-serif;
  font-size: 1.2em;
  text-align: center;
  vertical-align: middle;
  color: #92bfff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid black;
  border-color: #555f77;
  background: #2a2e37;
  cursor: pointer;
  white-space: nowrap;
}
.pagecontent .small-navigator .main-links a:hover {
  background: #2b2e36;
}
.pagecontent .small-navigator .main-links a:hover:not(.active) {
  border-color: #92bfff;
}
.pagecontent .small-navigator .main-links a .big-navi-icon {
  display: inline-block;
  padding-right: 0.5em;
  font-size: 1.4em;
  vertical-align: middle;
  margin-top: -3px;
}
.pagecontent .small-navigator .main-links a .big-navi-text {
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
}
.pagecontent .small-navigator .main-links a.active {
  border-color: #78ffff;
  color: #78ffff;
  background-color: #32434b;
  background: -webkit-gradient(linear, left top, left bottom, from(#32434b), to(#2a2e37));
  background: -webkit-linear-gradient(top, #32434b, #2a2e37);
  background: -moz-linear-gradient(top, #32434b, #2a2e37);
  background: -ms-linear-gradient(top, #32434b, #2a2e37);
  background: -o-linear-gradient(top, #32434b, #2a2e37);
  -moz-box-shadow: inner 0 0 5px 5px #78ffff;
  -webkit-box-shadow: inner 0 0 5px 5px #78ffff;
  box-shadow: inner 0 0 5px 5px #78ffff;
}
.pagecontent .small-navigator .main-links a:not(.active) {
  background-color: #353c4b;
  background: -webkit-gradient(linear, left top, left bottom, from(#353c4b), to(#2a2e37));
  background: -webkit-linear-gradient(top, #353c4b, #2a2e37);
  background: -moz-linear-gradient(top, #353c4b, #2a2e37);
  background: -ms-linear-gradient(top, #353c4b, #2a2e37);
  background: -o-linear-gradient(top, #353c4b, #2a2e37);
  -moz-box-shadow: inner 0 0 5px 5px #92bfff;
  -webkit-box-shadow: inner 0 0 5px 5px #92bfff;
  box-shadow: inner 0 0 5px 5px #92bfff;
}
.input-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0.4em 0;
}
.input-block label:not(.input-icon) {
  display: block;
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 0.1em;
  color: #bec0c3;
}
.input-block .input-error {
  display: block;
  color: #fc4359 !important;
}
.input-block.full {
  display: block;
}
label,
strong {
  vertical-align: baseline;
}
input:not([type='button']):not([type='submit']):not(.no-styling):not(.adyen-checkout__input),
select,
textarea {
  line-height: 1.6rem;
  font-size: 1.3rem;
  background: #272b33;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  border-left: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #d2d2d3;
  padding: 0.1em;
  padding-left: 0.2em;
}
input:not([type='button']):not([type='submit']):not(.no-styling):not(.adyen-checkout__input):hover:not([disabled]):not(:focus),
select:hover:not([disabled]):not(:focus),
textarea:hover:not([disabled]):not(:focus) {
  border-color: #5e677e;
}
input:not([type='button']):not([type='submit']):not(.no-styling):not(.adyen-checkout__input):focus,
select:focus,
textarea:focus {
  border-color: rgba(146, 191, 255, 0.8);
}
input:not([type='button']):not([type='submit']):not(.no-styling):not(.adyen-checkout__input).input-sm,
select.input-sm,
textarea.input-sm {
  line-height: 2.4rem;
  font-size: 1.2rem;
}
input:not([type='button']):not([type='submit']):not(.no-styling):not(.adyen-checkout__input).input-xs,
select.input-xs,
textarea.input-xs {
  line-height: 2.2rem;
  font-size: 1rem;
}
input:not([type='button']):not([type='submit']):not(.no-styling):not(.adyen-checkout__input).input-full,
select.input-full,
textarea.input-full {
  width: 100%;
}
textarea {
  line-height: 1rem;
  font-size: 1rem;
}
.select-wrapper {
  position: relative;
  display: inline-block;
  color: #f4f9ff;
}
.select-wrapper::after {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 8px;
  font-weight: 900;
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
}
.select-wrapper select {
  padding-right: 15px;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.select-wrapper select::-ms-expand {
  display: none;
}
.select-wrapper select option {
  background: #282c36;
}
.select-wrapper.select-small option {
  font-size: 1rem;
}
.select-wrapper.select-small::after {
  top: 5px !important;
}
.openpanelbtn.leftbtn {
  position: absolute;
}
