@charset "UTF-8";
/* IMPORTS */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333745;
  background-color: #fff;
}

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

a {
  color: #3b4f71;
  text-decoration: none;
}

a:hover, a:focus {
  color: #212c3f;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 20px;
  line-height: 1.42857;
  background-color: #e3e7ed;
  border: 1px solid #e3e7ed;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #e3e7ed;
}

.text-primary {
  color: #3b4f71;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #3b4f71;
}

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

.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,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

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

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e3e7ed;
}

.initialism {
  font-size: 90%;
}

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.42857;
  color: #e3e7ed;
}

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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

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

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333745;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

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

.container:after {
  clear: both;
}

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

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

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

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

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

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

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: #fff;
}

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #e3e7ed;
  text-align: left;
}

th {
  text-align: left;
}

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

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #3b4f71;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #3b4f71;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

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

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

.btn-primary {
  color: #fff;
  background-color: #3b4f71;
  border-color: #324360;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #2a384f;
  border-color: #07090c;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2a384f;
  border-color: #1d2738;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2a384f;
  border-color: #1d2738;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1d2738;
  border-color: #07090c;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #3b4f71;
  border-color: #324360;
}

.btn-primary .badge {
  color: #3b4f71;
  background-color: #fff;
}

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

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

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

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

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

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

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

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

.btn-info {
  color: #fff;
  background-color: #e3e7ed;
  border-color: #d3dae3;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #c4ccd9;
  border-color: #8697b1;
}

.btn-info:hover {
  color: #fff;
  background-color: #c4ccd9;
  border-color: #aebacb;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #c4ccd9;
  border-color: #aebacb;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #aebacb;
  border-color: #8697b1;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #e3e7ed;
  border-color: #d3dae3;
}

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

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

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

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

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

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

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

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

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

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

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

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

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

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

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

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

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

.btn-link {
  color: #3b4f71;
  font-weight: normal;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav:after {
  clear: both;
}

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

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

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

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

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

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3b4f71;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar:after {
  clear: both;
}

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

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

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 992px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}

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

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

.navbar-default .navbar-text {
  color: #2a2d38;
}

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

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

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #3b4f71;
  background-color: #eeeeee;
}

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

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

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

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

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

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #3b4f71;
}

@media (max-width: 992px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #3b4f71;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

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

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #333745;
  border-color: #333745;
}

.navbar-inverse .navbar-brand {
  color: #e3e7ed;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #eeeeee;
}

.navbar-inverse .navbar-nav > li > a {
  color: #e3e7ed;
}

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

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}

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

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #242730;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}

@media (max-width: 992px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #333745;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #333745;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #e3e7ed;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #e3e7ed;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #e3e7ed;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #e3e7ed;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #3b4f71;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #212c3f;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #3b4f71;
  border-color: #3b4f71;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e3e7ed;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

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

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #e3e7ed;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #e3e7ed;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #c4ccd9;
}

.label-primary {
  background-color: #3b4f71;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #2a384f;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #e3e7ed;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #c4ccd9;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e3e7ed;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3b4f71;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #e3e7ed;
  border: 1px solid #e3e7ed;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 40px;
  color: #333745;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3b4f71;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #3b4f71;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #e3e7ed;
}

.progress-striped .progress-bar-info {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #e3e7ed;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #e3e7ed;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3b4f71;
  border-color: #3b4f71;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #a7b7d1;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #3b4f71;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

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

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

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

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

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

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

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333745;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333745;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #3b4f71;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3b4f71;
  border-color: #3b4f71;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3b4f71;
}

.panel-primary > .panel-heading .badge {
  color: #3b4f71;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3b4f71;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "open-sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

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

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Caption */
.slick-caption {
  position: absolute;
  bottom: 50%;
  left: 20%;
  right: 20%;
  padding-bottom: 18px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.slick-caption .btn {
  text-shadow: none;
}

@media screen and (max-width: 991px) {
  .slick-caption {
    left: 15%;
    right: 15%;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -16px;
  border: none;
  outline: none;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev span,
.slick-next span {
  display: block;
  width: 8px;
  height: 14px;
}

.slick-prev {
  padding: 15px 19px 15px 17px;
  left: 25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}

.slick-next {
  padding: 15px 17px 15px 19px;
  right: 25px;
}

[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 0;
}

.slick-dots li button {
  border: 0;
  display: block;
  height: 8px;
  width: 8px;
  background-color: #3b4f71;
  border-radius: 100%;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  outline: none;
  padding: 4px;
  margin: 0 2.5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background-color: #3b4f71;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.slick-dots li.slick-active button:hover, .slick-dots li.slick-active button:focus {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 15px;
  }
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-slider {
  height: 3px;
  background-color: #eeeeee;
  border-radius: 3px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-top: 20px;
}

.ui-slider .ui-slider-range {
  background: #3b4f71;
}

.ui-slider .ui-slider-handle {
  border-radius: 100%;
  top: -6px;
  width: 15px;
  height: 15px;
  border: 3px solid #3b4f71;
  background-color: #fff;
  cursor: pointer;
}

.ui-slider .ui-slider-handle:active, .ui-slider .ui-slider-handle:focus {
  outline: none;
}

.ui-slider .ui-slider-handle:active {
  border-width: 4px;
}

/*! jQuery UI - v1.11.4 - 2016-05-27
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
  content: url("../img/svg/caret.svg");
  position: absolute;
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}

.ui-datepicker .ui-datepicker-prev::before {
  left: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-next {
  right: 10px;
}

.ui-datepicker .ui-datepicker-next::before {
  right: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td.ui-datepicker-today {
  background-color: #d9edf7;
  color: #31708f;
  font-weight: 700;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.4.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  -o-transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
          animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
          animation: bounceFromLeft .4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
          animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/**
 * Float Labels
 *
 * @version: 3.3.3
 * @author: Paul Ryley (http://geminilabs.io)
 * @url: https://geminilabs.github.io/float-labels.js
 * @license: MIT
 * @note: Edited to match Bootstrap 3.x
 */
/* @TODO: Extend for large and small form elements */
.fl-form .fl-wrap {
  position: relative;
}

.fl-form input.fl-input,
.fl-form select.fl-select,
.fl-form textarea.fl-textarea {
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.fl-form select.fl-select {
  position: relative;
}

.fl-form .fl-is-active input.fl-input,
.fl-form .fl-is-active select.fl-select,
.fl-form .fl-is-active textarea.fl-textarea {
  color: #333745;
}

.fl-form label.fl-label {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: -11px;
  left: 0;
  font-size: 11px;
  line-height: 1;
  color: #999;
  text-align: left;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  z-index: 1;
}

.fl-form .fl-is-active label.fl-label {
  opacity: 1;
  visibility: visible;
}

.fl-form .fl-has-focus label.fl-label {
  color: #3b4f71;
}

.fl-form.fl-style-1 input.fl-input,
.fl-form.fl-style-1 select.fl-select,
.fl-form.fl-style-1 textarea.fl-textarea {
  padding: 12px 24px;
}

.fl-form.fl-style-1 select.fl-select {
  height: 60px;
}

.fl-form.fl-style-1 .fl-is-active input.fl-input,
.fl-form.fl-style-1 .fl-is-active select.fl-select,
.fl-form.fl-style-1 .fl-is-active textarea.fl-textarea {
  padding: 12px 24px;
}

.fl-form.fl-style-1 label.fl-label {
  top: 1px;
  left: 19px;
  background-color: #fff;
  padding: 24px 6px;
}

.fl-form.fl-style-1 label.fl-label:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  z-index: -1;
}

.fl-form.fl-style-1 .fl-is-active label.fl-label {
  top: -12px;
  padding: 6px;
}

.fl-form.fl-style-1 .fl-is-active label.fl-label:before {
  top: 12px;
}

.fl-form.fl-style-2 input.fl-input,
.fl-form.fl-style-2 select.fl-select,
.fl-form.fl-style-2 textarea.fl-textarea {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 45px;
}

.fl-form.fl-style-2 input.fl-input,
.fl-form.fl-style-2 select.fl-select {
  height: 34px;
}

.fl-form.fl-style-2 .fl-is-active input.fl-input,
.fl-form.fl-style-2 .fl-is-active select.fl-select,
.fl-form.fl-style-2 .fl-is-active textarea.fl-textarea {
  padding: 15px 15px 6px;
}

.fl-form.fl-style-2 label.fl-label {
  top: 1px;
  left: 16px;
  padding: 4.2px 6px 6px 0;
}

.fl-form.fl-style-2 .fl-is-required:before {
  padding-top: 18px;
}

@media screen and (max-width: 992px) {
  .offcanvas-stop-scrolling {
    height: 100vh;
    overflow: hidden;
  }
  .navbar-default .navbar-offcanvas {
    background-color: #fff;
  }
  .navbar-inverse .navbar-offcanvas {
    background-color: #333745;
  }
  .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    left: -250px;
    top: 0;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 10000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .navbar-offcanvas.in {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: stretch;
  }
  .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1;
  }
  .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px);
  }
  .navbar-offcanvas.offcanvas-position.in {
    left: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -250px;
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px);
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0;
  }
  .navbar-offcanvas.offcanvas-fs {
    max-width: none;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .navbar-offcanvas.offcanvas-fs.in {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .navbar-offcanvas .dropdown.active .caret {
    border-top: 0;
    border-bottom: 4px solid;
  }
  .navbar-offcanvas .dropdown-menu {
    position: relative;
    width: 100%;
    border: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: height 0.15s ease-in;
    -o-transition: height 0.15s ease-in;
    transition: height 0.15s ease-in;
  }
  .navbar-offcanvas .dropdown-menu.shown {
    display: block;
    margin-bottom: 10px;
  }
  .navbar-offcanvas-inner {
    padding-top: 70px;
    padding-bottom: 10px;
  }
  .close-sidebar {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #d9534f;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
  }
  .close-sidebar:focus, .close-sidebar:active:focus {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    outline: 0;
  }
  .close-sidebar span {
    font-weight: 700;
  }
  .close-sidebar svg {
    margin-left: 14px;
    stroke-width: 1.5;
  }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.flex-fill {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.align-content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.align-content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.align-self-auto {
  -ms-flex-item-align: auto;
      align-self: auto;
}

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .d-flex-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-flex-xs.row:before, .d-flex-xs.row:after {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .d-flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-flex-sm.row:before, .d-flex-sm.row:after {
    display: block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .d-flex-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-flex-md.row:before, .d-flex-md.row:after {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .d-flex-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-flex-lg.row:before, .d-flex-lg.row:after {
    display: block;
  }
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

/**
* Calculates font size in rem
* Parameter ($size): font size in pixels
*/
/**
* Returns a map of operations to apply to the first color ($a) to obtain the second color ($b)
* Parameter $a will be your base color e.g. $brand-primary
* Parameter $b will be your target color which is not defined e.g. #14212a
*
* Log the return value: @debug color-diff($brand-primary, #14212a);
* This will return a map of operations needed to apply to your base color
*
* Apply the values: background-color: adjust_hue(saturate(darken($brand-primary, 7.84314%), 13.91524%), 0deg);
*/
/*
* Common CSS rules can be defined here
*/
.no-overflow {
  overflow: hidden;
}

.no-overflow-x {
  overflow-x: hidden;
}

.no-float {
  float: none;
}

.no-border {
  border: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.no-margin-top {
  margin-top: 0;
}

.mb-0,
.no-margin-bottom {
  margin-bottom: 0;
}

.no-padding {
  padding: 0 !important;
}

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

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

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

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

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .full-width-xs {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .full-width-sm {
    width: 100%;
  }
}

.height-100 {
  height: 100%;
}

.height-50 {
  height: 50%;
}

.height-65 {
  height: 65%;
}

@media screen and (min-width: 1200px) {
  .shrink-left {
    padding-left: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .shrink-right {
    padding-right: 20px;
  }
}

.section-padding-bottom {
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .section-padding-bottom {
    padding-bottom: 80px;
  }
}

.section-small-padding-bottom {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .section-small-padding-bottom {
    padding-bottom: 60px;
  }
}

.section-padding-top {
  padding-top: 60px;
}

@media screen and (min-width: 992px) {
  .section-padding-top {
    padding-top: 80px;
  }
}

.section-margin-top {
  margin-top: 60px;
}

@media screen and (min-width: 992px) {
  .section-margin-top {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .u-two-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media screen and (min-width: 992px) {
  .u-two-columns {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .u-two-columns {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}

@media screen and (min-width: 992px) {
  .u-three-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-sticky {
  position: sticky;
}

@media screen and (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}

.d-block {
  display: block;
}

.text-underline {
  text-decoration: underline;
}

.pointer-events-none {
  pointer-events: none;
}

.no-border-radius {
  border-radius: 0 !important;
}

.of-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.w-auto {
  width: auto;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.ratio-3x4 {
  aspect-ratio: 3/4;
}

.ratio-1x1 {
  aspect-ratio: 1/1;
}

.visibility-hidden {
  visibility: hidden;
}

.buttons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-right: -5px;
  margin-left: -5px;
}

.buttons-list li {
  padding: 0 5px;
}

.buttons-list li a {
  margin: 10px 0 0 0;
}

.ml-auto {
  margin-left: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-n0 {
  margin: 0 !important;
}

.mt-n0,
.my-n0 {
  margin-top: 0 !important;
}

.mr-n0,
.mx-n0 {
  margin-right: 0 !important;
}

.mb-n0,
.my-n0 {
  margin-bottom: 0 !important;
}

.ml-n0,
.mx-n0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 10px !important;
}

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

.m-n1 {
  margin: -10px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

.m-n2 {
  margin: -20px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -20px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

.m-n3 {
  margin: -30px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -30px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-4,
.my-4 {
  margin-top: 40px !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
}

.m-n4 {
  margin: -40px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -40px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -40px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-5,
.my-5 {
  margin-top: 50px !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !important;
}

.m-n5 {
  margin: -50px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -50px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -50px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -50px !important;
}

.m-6 {
  margin: 60px !important;
}

.mt-6,
.my-6 {
  margin-top: 60px !important;
}

.mr-6,
.mx-6 {
  margin-right: 60px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 60px !important;
}

.ml-6,
.mx-6 {
  margin-left: 60px !important;
}

.m-n6 {
  margin: -60px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -60px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -60px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -60px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -60px !important;
}

.m-7 {
  margin: 70px !important;
}

.mt-7,
.my-7 {
  margin-top: 70px !important;
}

.mr-7,
.mx-7 {
  margin-right: 70px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 70px !important;
}

.ml-7,
.mx-7 {
  margin-left: 70px !important;
}

.m-n7 {
  margin: -70px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -70px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -70px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -70px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -70px !important;
}

.m-8 {
  margin: 80px !important;
}

.mt-8,
.my-8 {
  margin-top: 80px !important;
}

.mr-8,
.mx-8 {
  margin-right: 80px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 80px !important;
}

.ml-8,
.mx-8 {
  margin-left: 80px !important;
}

.m-n8 {
  margin: -80px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -80px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -80px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -80px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -80px !important;
}

.m-9 {
  margin: 90px !important;
}

.mt-9,
.my-9 {
  margin-top: 90px !important;
}

.mr-9,
.mx-9 {
  margin-right: 90px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 90px !important;
}

.ml-9,
.mx-9 {
  margin-left: 90px !important;
}

.m-n9 {
  margin: -90px !important;
}

.mt-n9,
.my-n9 {
  margin-top: -90px !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -90px !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -90px !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -90px !important;
}

.m-10 {
  margin: 100px !important;
}

.mt-10,
.my-10 {
  margin-top: 100px !important;
}

.mr-10,
.mx-10 {
  margin-right: 100px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 100px !important;
}

.ml-10,
.mx-10 {
  margin-left: 100px !important;
}

.m-n10 {
  margin: -100px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -100px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -100px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -100px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -100px !important;
}

.m-11 {
  margin: 110px !important;
}

.mt-11,
.my-11 {
  margin-top: 110px !important;
}

.mr-11,
.mx-11 {
  margin-right: 110px !important;
}

.mb-11,
.my-11 {
  margin-bottom: 110px !important;
}

.ml-11,
.mx-11 {
  margin-left: 110px !important;
}

.m-n11 {
  margin: -110px !important;
}

.mt-n11,
.my-n11 {
  margin-top: -110px !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -110px !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -110px !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -110px !important;
}

.m-12 {
  margin: 120px !important;
}

.mt-12,
.my-12 {
  margin-top: 120px !important;
}

.mr-12,
.mx-12 {
  margin-right: 120px !important;
}

.mb-12,
.my-12 {
  margin-bottom: 120px !important;
}

.ml-12,
.mx-12 {
  margin-left: 120px !important;
}

.m-n12 {
  margin: -120px !important;
}

.mt-n12,
.my-n12 {
  margin-top: -120px !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -120px !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -120px !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -120px !important;
}

.m-13 {
  margin: 130px !important;
}

.mt-13,
.my-13 {
  margin-top: 130px !important;
}

.mr-13,
.mx-13 {
  margin-right: 130px !important;
}

.mb-13,
.my-13 {
  margin-bottom: 130px !important;
}

.ml-13,
.mx-13 {
  margin-left: 130px !important;
}

.m-n13 {
  margin: -130px !important;
}

.mt-n13,
.my-n13 {
  margin-top: -130px !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -130px !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -130px !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -130px !important;
}

.m-14 {
  margin: 140px !important;
}

.mt-14,
.my-14 {
  margin-top: 140px !important;
}

.mr-14,
.mx-14 {
  margin-right: 140px !important;
}

.mb-14,
.my-14 {
  margin-bottom: 140px !important;
}

.ml-14,
.mx-14 {
  margin-left: 140px !important;
}

.m-n14 {
  margin: -140px !important;
}

.mt-n14,
.my-n14 {
  margin-top: -140px !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -140px !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -140px !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -140px !important;
}

.m-15 {
  margin: 150px !important;
}

.mt-15,
.my-15 {
  margin-top: 150px !important;
}

.mr-15,
.mx-15 {
  margin-right: 150px !important;
}

.mb-15,
.my-15 {
  margin-bottom: 150px !important;
}

.ml-15,
.mx-15 {
  margin-left: 150px !important;
}

.m-n15 {
  margin: -150px !important;
}

.mt-n15,
.my-n15 {
  margin-top: -150px !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -150px !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -150px !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -150px !important;
}

.m-16 {
  margin: 160px !important;
}

.mt-16,
.my-16 {
  margin-top: 160px !important;
}

.mr-16,
.mx-16 {
  margin-right: 160px !important;
}

.mb-16,
.my-16 {
  margin-bottom: 160px !important;
}

.ml-16,
.mx-16 {
  margin-left: 160px !important;
}

.m-n16 {
  margin: -160px !important;
}

.mt-n16,
.my-n16 {
  margin-top: -160px !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -160px !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -160px !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -160px !important;
}

.m-20 {
  margin: 200px !important;
}

.mt-20,
.my-20 {
  margin-top: 200px !important;
}

.mr-20,
.mx-20 {
  margin-right: 200px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 200px !important;
}

.ml-20,
.mx-20 {
  margin-left: 200px !important;
}

.m-n20 {
  margin: -200px !important;
}

.mt-n20,
.my-n20 {
  margin-top: -200px !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -200px !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -200px !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -200px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.m-n0 {
  margin: 0 !important;
}

.mt-n0,
.my-n0 {
  margin-top: 0 !important;
}

.mr-n0,
.mx-n0 {
  margin-right: 0 !important;
}

.mb-n0,
.my-n0 {
  margin-bottom: 0 !important;
}

.ml-n0,
.mx-n0 {
  margin-left: 0 !important;
}

.p-1 {
  padding: 10px !important;
}

.pt-1,
.py-1 {
  padding-top: 10px !important;
}

.pr-1,
.px-1 {
  padding-right: 10px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}

.pl-1,
.px-1 {
  padding-left: 10px !important;
}

.m-n1 {
  margin: -10px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -10px !important;
}

.p-2 {
  padding: 20px !important;
}

.pt-2,
.py-2 {
  padding-top: 20px !important;
}

.pr-2,
.px-2 {
  padding-right: 20px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
  padding-left: 20px !important;
}

.m-n2 {
  margin: -20px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -20px !important;
}

.p-3 {
  padding: 30px !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

.pr-3,
.px-3 {
  padding-right: 30px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
  padding-left: 30px !important;
}

.m-n3 {
  margin: -30px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -30px !important;
}

.p-4 {
  padding: 40px !important;
}

.pt-4,
.py-4 {
  padding-top: 40px !important;
}

.pr-4,
.px-4 {
  padding-right: 40px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 40px !important;
}

.pl-4,
.px-4 {
  padding-left: 40px !important;
}

.m-n4 {
  margin: -40px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -40px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -40px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -40px !important;
}

.p-5 {
  padding: 50px !important;
}

.pt-5,
.py-5 {
  padding-top: 50px !important;
}

.pr-5,
.px-5 {
  padding-right: 50px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 50px !important;
}

.pl-5,
.px-5 {
  padding-left: 50px !important;
}

.m-n5 {
  margin: -50px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -50px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -50px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -50px !important;
}

.p-6 {
  padding: 60px !important;
}

.pt-6,
.py-6 {
  padding-top: 60px !important;
}

.pr-6,
.px-6 {
  padding-right: 60px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 60px !important;
}

.pl-6,
.px-6 {
  padding-left: 60px !important;
}

.m-n6 {
  margin: -60px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -60px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -60px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -60px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -60px !important;
}

.p-7 {
  padding: 70px !important;
}

.pt-7,
.py-7 {
  padding-top: 70px !important;
}

.pr-7,
.px-7 {
  padding-right: 70px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 70px !important;
}

.pl-7,
.px-7 {
  padding-left: 70px !important;
}

.m-n7 {
  margin: -70px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -70px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -70px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -70px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -70px !important;
}

.p-8 {
  padding: 80px !important;
}

.pt-8,
.py-8 {
  padding-top: 80px !important;
}

.pr-8,
.px-8 {
  padding-right: 80px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 80px !important;
}

.pl-8,
.px-8 {
  padding-left: 80px !important;
}

.m-n8 {
  margin: -80px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -80px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -80px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -80px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -80px !important;
}

.p-9 {
  padding: 90px !important;
}

.pt-9,
.py-9 {
  padding-top: 90px !important;
}

.pr-9,
.px-9 {
  padding-right: 90px !important;
}

.pb-9,
.py-9 {
  padding-bottom: 90px !important;
}

.pl-9,
.px-9 {
  padding-left: 90px !important;
}

.m-n9 {
  margin: -90px !important;
}

.mt-n9,
.my-n9 {
  margin-top: -90px !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -90px !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -90px !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -90px !important;
}

.p-10 {
  padding: 100px !important;
}

.pt-10,
.py-10 {
  padding-top: 100px !important;
}

.pr-10,
.px-10 {
  padding-right: 100px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 100px !important;
}

.pl-10,
.px-10 {
  padding-left: 100px !important;
}

.m-n10 {
  margin: -100px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -100px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -100px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -100px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -100px !important;
}

.p-11 {
  padding: 110px !important;
}

.pt-11,
.py-11 {
  padding-top: 110px !important;
}

.pr-11,
.px-11 {
  padding-right: 110px !important;
}

.pb-11,
.py-11 {
  padding-bottom: 110px !important;
}

.pl-11,
.px-11 {
  padding-left: 110px !important;
}

.m-n11 {
  margin: -110px !important;
}

.mt-n11,
.my-n11 {
  margin-top: -110px !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -110px !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -110px !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -110px !important;
}

.p-12 {
  padding: 120px !important;
}

.pt-12,
.py-12 {
  padding-top: 120px !important;
}

.pr-12,
.px-12 {
  padding-right: 120px !important;
}

.pb-12,
.py-12 {
  padding-bottom: 120px !important;
}

.pl-12,
.px-12 {
  padding-left: 120px !important;
}

.m-n12 {
  margin: -120px !important;
}

.mt-n12,
.my-n12 {
  margin-top: -120px !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -120px !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -120px !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -120px !important;
}

.p-13 {
  padding: 130px !important;
}

.pt-13,
.py-13 {
  padding-top: 130px !important;
}

.pr-13,
.px-13 {
  padding-right: 130px !important;
}

.pb-13,
.py-13 {
  padding-bottom: 130px !important;
}

.pl-13,
.px-13 {
  padding-left: 130px !important;
}

.m-n13 {
  margin: -130px !important;
}

.mt-n13,
.my-n13 {
  margin-top: -130px !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -130px !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -130px !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -130px !important;
}

.p-14 {
  padding: 140px !important;
}

.pt-14,
.py-14 {
  padding-top: 140px !important;
}

.pr-14,
.px-14 {
  padding-right: 140px !important;
}

.pb-14,
.py-14 {
  padding-bottom: 140px !important;
}

.pl-14,
.px-14 {
  padding-left: 140px !important;
}

.m-n14 {
  margin: -140px !important;
}

.mt-n14,
.my-n14 {
  margin-top: -140px !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -140px !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -140px !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -140px !important;
}

.p-15 {
  padding: 150px !important;
}

.pt-15,
.py-15 {
  padding-top: 150px !important;
}

.pr-15,
.px-15 {
  padding-right: 150px !important;
}

.pb-15,
.py-15 {
  padding-bottom: 150px !important;
}

.pl-15,
.px-15 {
  padding-left: 150px !important;
}

.m-n15 {
  margin: -150px !important;
}

.mt-n15,
.my-n15 {
  margin-top: -150px !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -150px !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -150px !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -150px !important;
}

.p-16 {
  padding: 160px !important;
}

.pt-16,
.py-16 {
  padding-top: 160px !important;
}

.pr-16,
.px-16 {
  padding-right: 160px !important;
}

.pb-16,
.py-16 {
  padding-bottom: 160px !important;
}

.pl-16,
.px-16 {
  padding-left: 160px !important;
}

.m-n16 {
  margin: -160px !important;
}

.mt-n16,
.my-n16 {
  margin-top: -160px !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -160px !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -160px !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -160px !important;
}

.p-20 {
  padding: 200px !important;
}

.pt-20,
.py-20 {
  padding-top: 200px !important;
}

.pr-20,
.px-20 {
  padding-right: 200px !important;
}

.pb-20,
.py-20 {
  padding-bottom: 200px !important;
}

.pl-20,
.px-20 {
  padding-left: 200px !important;
}

.m-n20 {
  margin: -200px !important;
}

.mt-n20,
.my-n20 {
  margin-top: -200px !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -200px !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -200px !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -200px !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .m-0-sm {
    margin: 0 !important;
  }
  .mt-0-sm,
  .my-0-sm {
    margin-top: 0 !important;
  }
  .mr-0-sm,
  .mx-0-sm {
    margin-right: 0 !important;
  }
  .mb-0-sm,
  .my-0-sm {
    margin-bottom: 0 !important;
  }
  .ml-0-sm,
  .mx-0-sm {
    margin-left: 0 !important;
  }
  .m-sm-n0 {
    margin: 0 !important;
  }
  .mt-sm-n0,
  .my-sm-n0 {
    margin-top: 0 !important;
  }
  .mr-sm-n0,
  .mx-sm-n0 {
    margin-right: 0 !important;
  }
  .mb-sm-n0,
  .my-sm-n0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-n0,
  .mx-sm-n0 {
    margin-left: 0 !important;
  }
  .m-1-sm {
    margin: 10px !important;
  }
  .mt-1-sm,
  .my-1-sm {
    margin-top: 10px !important;
  }
  .mr-1-sm,
  .mx-1-sm {
    margin-right: 10px !important;
  }
  .mb-1-sm,
  .my-1-sm {
    margin-bottom: 10px !important;
  }
  .ml-1-sm,
  .mx-1-sm {
    margin-left: 10px !important;
  }
  .m-sm-n1 {
    margin: -10px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -10px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -10px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -10px !important;
  }
  .m-2-sm {
    margin: 20px !important;
  }
  .mt-2-sm,
  .my-2-sm {
    margin-top: 20px !important;
  }
  .mr-2-sm,
  .mx-2-sm {
    margin-right: 20px !important;
  }
  .mb-2-sm,
  .my-2-sm {
    margin-bottom: 20px !important;
  }
  .ml-2-sm,
  .mx-2-sm {
    margin-left: 20px !important;
  }
  .m-sm-n2 {
    margin: -20px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -20px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -20px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -20px !important;
  }
  .m-3-sm {
    margin: 30px !important;
  }
  .mt-3-sm,
  .my-3-sm {
    margin-top: 30px !important;
  }
  .mr-3-sm,
  .mx-3-sm {
    margin-right: 30px !important;
  }
  .mb-3-sm,
  .my-3-sm {
    margin-bottom: 30px !important;
  }
  .ml-3-sm,
  .mx-3-sm {
    margin-left: 30px !important;
  }
  .m-sm-n3 {
    margin: -30px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -30px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -30px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -30px !important;
  }
  .m-4-sm {
    margin: 40px !important;
  }
  .mt-4-sm,
  .my-4-sm {
    margin-top: 40px !important;
  }
  .mr-4-sm,
  .mx-4-sm {
    margin-right: 40px !important;
  }
  .mb-4-sm,
  .my-4-sm {
    margin-bottom: 40px !important;
  }
  .ml-4-sm,
  .mx-4-sm {
    margin-left: 40px !important;
  }
  .m-sm-n4 {
    margin: -40px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -40px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -40px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -40px !important;
  }
  .m-5-sm {
    margin: 50px !important;
  }
  .mt-5-sm,
  .my-5-sm {
    margin-top: 50px !important;
  }
  .mr-5-sm,
  .mx-5-sm {
    margin-right: 50px !important;
  }
  .mb-5-sm,
  .my-5-sm {
    margin-bottom: 50px !important;
  }
  .ml-5-sm,
  .mx-5-sm {
    margin-left: 50px !important;
  }
  .m-sm-n5 {
    margin: -50px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -50px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -50px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -50px !important;
  }
  .m-6-sm {
    margin: 60px !important;
  }
  .mt-6-sm,
  .my-6-sm {
    margin-top: 60px !important;
  }
  .mr-6-sm,
  .mx-6-sm {
    margin-right: 60px !important;
  }
  .mb-6-sm,
  .my-6-sm {
    margin-bottom: 60px !important;
  }
  .ml-6-sm,
  .mx-6-sm {
    margin-left: 60px !important;
  }
  .m-sm-n6 {
    margin: -60px !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -60px !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -60px !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -60px !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -60px !important;
  }
  .m-7-sm {
    margin: 70px !important;
  }
  .mt-7-sm,
  .my-7-sm {
    margin-top: 70px !important;
  }
  .mr-7-sm,
  .mx-7-sm {
    margin-right: 70px !important;
  }
  .mb-7-sm,
  .my-7-sm {
    margin-bottom: 70px !important;
  }
  .ml-7-sm,
  .mx-7-sm {
    margin-left: 70px !important;
  }
  .m-sm-n7 {
    margin: -70px !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -70px !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -70px !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -70px !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -70px !important;
  }
  .m-8-sm {
    margin: 80px !important;
  }
  .mt-8-sm,
  .my-8-sm {
    margin-top: 80px !important;
  }
  .mr-8-sm,
  .mx-8-sm {
    margin-right: 80px !important;
  }
  .mb-8-sm,
  .my-8-sm {
    margin-bottom: 80px !important;
  }
  .ml-8-sm,
  .mx-8-sm {
    margin-left: 80px !important;
  }
  .m-sm-n8 {
    margin: -80px !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -80px !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -80px !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -80px !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -80px !important;
  }
  .m-9-sm {
    margin: 90px !important;
  }
  .mt-9-sm,
  .my-9-sm {
    margin-top: 90px !important;
  }
  .mr-9-sm,
  .mx-9-sm {
    margin-right: 90px !important;
  }
  .mb-9-sm,
  .my-9-sm {
    margin-bottom: 90px !important;
  }
  .ml-9-sm,
  .mx-9-sm {
    margin-left: 90px !important;
  }
  .m-sm-n9 {
    margin: -90px !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -90px !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -90px !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -90px !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -90px !important;
  }
  .m-10-sm {
    margin: 100px !important;
  }
  .mt-10-sm,
  .my-10-sm {
    margin-top: 100px !important;
  }
  .mr-10-sm,
  .mx-10-sm {
    margin-right: 100px !important;
  }
  .mb-10-sm,
  .my-10-sm {
    margin-bottom: 100px !important;
  }
  .ml-10-sm,
  .mx-10-sm {
    margin-left: 100px !important;
  }
  .m-sm-n10 {
    margin: -100px !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -100px !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -100px !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -100px !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -100px !important;
  }
  .m-11-sm {
    margin: 110px !important;
  }
  .mt-11-sm,
  .my-11-sm {
    margin-top: 110px !important;
  }
  .mr-11-sm,
  .mx-11-sm {
    margin-right: 110px !important;
  }
  .mb-11-sm,
  .my-11-sm {
    margin-bottom: 110px !important;
  }
  .ml-11-sm,
  .mx-11-sm {
    margin-left: 110px !important;
  }
  .m-sm-n11 {
    margin: -110px !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -110px !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -110px !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -110px !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -110px !important;
  }
  .m-12-sm {
    margin: 120px !important;
  }
  .mt-12-sm,
  .my-12-sm {
    margin-top: 120px !important;
  }
  .mr-12-sm,
  .mx-12-sm {
    margin-right: 120px !important;
  }
  .mb-12-sm,
  .my-12-sm {
    margin-bottom: 120px !important;
  }
  .ml-12-sm,
  .mx-12-sm {
    margin-left: 120px !important;
  }
  .m-sm-n12 {
    margin: -120px !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -120px !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -120px !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -120px !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -120px !important;
  }
  .m-13-sm {
    margin: 130px !important;
  }
  .mt-13-sm,
  .my-13-sm {
    margin-top: 130px !important;
  }
  .mr-13-sm,
  .mx-13-sm {
    margin-right: 130px !important;
  }
  .mb-13-sm,
  .my-13-sm {
    margin-bottom: 130px !important;
  }
  .ml-13-sm,
  .mx-13-sm {
    margin-left: 130px !important;
  }
  .m-sm-n13 {
    margin: -130px !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -130px !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -130px !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -130px !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -130px !important;
  }
  .m-14-sm {
    margin: 140px !important;
  }
  .mt-14-sm,
  .my-14-sm {
    margin-top: 140px !important;
  }
  .mr-14-sm,
  .mx-14-sm {
    margin-right: 140px !important;
  }
  .mb-14-sm,
  .my-14-sm {
    margin-bottom: 140px !important;
  }
  .ml-14-sm,
  .mx-14-sm {
    margin-left: 140px !important;
  }
  .m-sm-n14 {
    margin: -140px !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -140px !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -140px !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -140px !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -140px !important;
  }
  .m-15-sm {
    margin: 150px !important;
  }
  .mt-15-sm,
  .my-15-sm {
    margin-top: 150px !important;
  }
  .mr-15-sm,
  .mx-15-sm {
    margin-right: 150px !important;
  }
  .mb-15-sm,
  .my-15-sm {
    margin-bottom: 150px !important;
  }
  .ml-15-sm,
  .mx-15-sm {
    margin-left: 150px !important;
  }
  .m-sm-n15 {
    margin: -150px !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -150px !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -150px !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -150px !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -150px !important;
  }
  .m-16-sm {
    margin: 160px !important;
  }
  .mt-16-sm,
  .my-16-sm {
    margin-top: 160px !important;
  }
  .mr-16-sm,
  .mx-16-sm {
    margin-right: 160px !important;
  }
  .mb-16-sm,
  .my-16-sm {
    margin-bottom: 160px !important;
  }
  .ml-16-sm,
  .mx-16-sm {
    margin-left: 160px !important;
  }
  .m-sm-n16 {
    margin: -160px !important;
  }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -160px !important;
  }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -160px !important;
  }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -160px !important;
  }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -160px !important;
  }
  .m-20-sm {
    margin: 200px !important;
  }
  .mt-20-sm,
  .my-20-sm {
    margin-top: 200px !important;
  }
  .mr-20-sm,
  .mx-20-sm {
    margin-right: 200px !important;
  }
  .mb-20-sm,
  .my-20-sm {
    margin-bottom: 200px !important;
  }
  .ml-20-sm,
  .mx-20-sm {
    margin-left: 200px !important;
  }
  .m-sm-n20 {
    margin: -200px !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -200px !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -200px !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -200px !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -200px !important;
  }
  .p-0-sm {
    padding: 0 !important;
  }
  .pt-0-sm,
  .py-0-sm {
    padding-top: 0 !important;
  }
  .pr-0-sm,
  .px-0-sm {
    padding-right: 0 !important;
  }
  .pb-0-sm,
  .py-0-sm {
    padding-bottom: 0 !important;
  }
  .pl-0-sm,
  .px-0-sm {
    padding-left: 0 !important;
  }
  .m-sm-n0 {
    margin: 0 !important;
  }
  .mt-sm-n0,
  .my-sm-n0 {
    margin-top: 0 !important;
  }
  .mr-sm-n0,
  .mx-sm-n0 {
    margin-right: 0 !important;
  }
  .mb-sm-n0,
  .my-sm-n0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-n0,
  .mx-sm-n0 {
    margin-left: 0 !important;
  }
  .p-1-sm {
    padding: 10px !important;
  }
  .pt-1-sm,
  .py-1-sm {
    padding-top: 10px !important;
  }
  .pr-1-sm,
  .px-1-sm {
    padding-right: 10px !important;
  }
  .pb-1-sm,
  .py-1-sm {
    padding-bottom: 10px !important;
  }
  .pl-1-sm,
  .px-1-sm {
    padding-left: 10px !important;
  }
  .m-sm-n1 {
    margin: -10px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -10px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -10px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -10px !important;
  }
  .p-2-sm {
    padding: 20px !important;
  }
  .pt-2-sm,
  .py-2-sm {
    padding-top: 20px !important;
  }
  .pr-2-sm,
  .px-2-sm {
    padding-right: 20px !important;
  }
  .pb-2-sm,
  .py-2-sm {
    padding-bottom: 20px !important;
  }
  .pl-2-sm,
  .px-2-sm {
    padding-left: 20px !important;
  }
  .m-sm-n2 {
    margin: -20px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -20px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -20px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -20px !important;
  }
  .p-3-sm {
    padding: 30px !important;
  }
  .pt-3-sm,
  .py-3-sm {
    padding-top: 30px !important;
  }
  .pr-3-sm,
  .px-3-sm {
    padding-right: 30px !important;
  }
  .pb-3-sm,
  .py-3-sm {
    padding-bottom: 30px !important;
  }
  .pl-3-sm,
  .px-3-sm {
    padding-left: 30px !important;
  }
  .m-sm-n3 {
    margin: -30px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -30px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -30px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -30px !important;
  }
  .p-4-sm {
    padding: 40px !important;
  }
  .pt-4-sm,
  .py-4-sm {
    padding-top: 40px !important;
  }
  .pr-4-sm,
  .px-4-sm {
    padding-right: 40px !important;
  }
  .pb-4-sm,
  .py-4-sm {
    padding-bottom: 40px !important;
  }
  .pl-4-sm,
  .px-4-sm {
    padding-left: 40px !important;
  }
  .m-sm-n4 {
    margin: -40px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -40px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -40px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -40px !important;
  }
  .p-5-sm {
    padding: 50px !important;
  }
  .pt-5-sm,
  .py-5-sm {
    padding-top: 50px !important;
  }
  .pr-5-sm,
  .px-5-sm {
    padding-right: 50px !important;
  }
  .pb-5-sm,
  .py-5-sm {
    padding-bottom: 50px !important;
  }
  .pl-5-sm,
  .px-5-sm {
    padding-left: 50px !important;
  }
  .m-sm-n5 {
    margin: -50px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -50px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -50px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -50px !important;
  }
  .p-6-sm {
    padding: 60px !important;
  }
  .pt-6-sm,
  .py-6-sm {
    padding-top: 60px !important;
  }
  .pr-6-sm,
  .px-6-sm {
    padding-right: 60px !important;
  }
  .pb-6-sm,
  .py-6-sm {
    padding-bottom: 60px !important;
  }
  .pl-6-sm,
  .px-6-sm {
    padding-left: 60px !important;
  }
  .m-sm-n6 {
    margin: -60px !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -60px !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -60px !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -60px !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -60px !important;
  }
  .p-7-sm {
    padding: 70px !important;
  }
  .pt-7-sm,
  .py-7-sm {
    padding-top: 70px !important;
  }
  .pr-7-sm,
  .px-7-sm {
    padding-right: 70px !important;
  }
  .pb-7-sm,
  .py-7-sm {
    padding-bottom: 70px !important;
  }
  .pl-7-sm,
  .px-7-sm {
    padding-left: 70px !important;
  }
  .m-sm-n7 {
    margin: -70px !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -70px !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -70px !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -70px !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -70px !important;
  }
  .p-8-sm {
    padding: 80px !important;
  }
  .pt-8-sm,
  .py-8-sm {
    padding-top: 80px !important;
  }
  .pr-8-sm,
  .px-8-sm {
    padding-right: 80px !important;
  }
  .pb-8-sm,
  .py-8-sm {
    padding-bottom: 80px !important;
  }
  .pl-8-sm,
  .px-8-sm {
    padding-left: 80px !important;
  }
  .m-sm-n8 {
    margin: -80px !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -80px !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -80px !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -80px !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -80px !important;
  }
  .p-9-sm {
    padding: 90px !important;
  }
  .pt-9-sm,
  .py-9-sm {
    padding-top: 90px !important;
  }
  .pr-9-sm,
  .px-9-sm {
    padding-right: 90px !important;
  }
  .pb-9-sm,
  .py-9-sm {
    padding-bottom: 90px !important;
  }
  .pl-9-sm,
  .px-9-sm {
    padding-left: 90px !important;
  }
  .m-sm-n9 {
    margin: -90px !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -90px !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -90px !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -90px !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -90px !important;
  }
  .p-10-sm {
    padding: 100px !important;
  }
  .pt-10-sm,
  .py-10-sm {
    padding-top: 100px !important;
  }
  .pr-10-sm,
  .px-10-sm {
    padding-right: 100px !important;
  }
  .pb-10-sm,
  .py-10-sm {
    padding-bottom: 100px !important;
  }
  .pl-10-sm,
  .px-10-sm {
    padding-left: 100px !important;
  }
  .m-sm-n10 {
    margin: -100px !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -100px !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -100px !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -100px !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -100px !important;
  }
  .p-11-sm {
    padding: 110px !important;
  }
  .pt-11-sm,
  .py-11-sm {
    padding-top: 110px !important;
  }
  .pr-11-sm,
  .px-11-sm {
    padding-right: 110px !important;
  }
  .pb-11-sm,
  .py-11-sm {
    padding-bottom: 110px !important;
  }
  .pl-11-sm,
  .px-11-sm {
    padding-left: 110px !important;
  }
  .m-sm-n11 {
    margin: -110px !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -110px !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -110px !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -110px !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -110px !important;
  }
  .p-12-sm {
    padding: 120px !important;
  }
  .pt-12-sm,
  .py-12-sm {
    padding-top: 120px !important;
  }
  .pr-12-sm,
  .px-12-sm {
    padding-right: 120px !important;
  }
  .pb-12-sm,
  .py-12-sm {
    padding-bottom: 120px !important;
  }
  .pl-12-sm,
  .px-12-sm {
    padding-left: 120px !important;
  }
  .m-sm-n12 {
    margin: -120px !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -120px !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -120px !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -120px !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -120px !important;
  }
  .p-13-sm {
    padding: 130px !important;
  }
  .pt-13-sm,
  .py-13-sm {
    padding-top: 130px !important;
  }
  .pr-13-sm,
  .px-13-sm {
    padding-right: 130px !important;
  }
  .pb-13-sm,
  .py-13-sm {
    padding-bottom: 130px !important;
  }
  .pl-13-sm,
  .px-13-sm {
    padding-left: 130px !important;
  }
  .m-sm-n13 {
    margin: -130px !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -130px !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -130px !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -130px !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -130px !important;
  }
  .p-14-sm {
    padding: 140px !important;
  }
  .pt-14-sm,
  .py-14-sm {
    padding-top: 140px !important;
  }
  .pr-14-sm,
  .px-14-sm {
    padding-right: 140px !important;
  }
  .pb-14-sm,
  .py-14-sm {
    padding-bottom: 140px !important;
  }
  .pl-14-sm,
  .px-14-sm {
    padding-left: 140px !important;
  }
  .m-sm-n14 {
    margin: -140px !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -140px !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -140px !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -140px !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -140px !important;
  }
  .p-15-sm {
    padding: 150px !important;
  }
  .pt-15-sm,
  .py-15-sm {
    padding-top: 150px !important;
  }
  .pr-15-sm,
  .px-15-sm {
    padding-right: 150px !important;
  }
  .pb-15-sm,
  .py-15-sm {
    padding-bottom: 150px !important;
  }
  .pl-15-sm,
  .px-15-sm {
    padding-left: 150px !important;
  }
  .m-sm-n15 {
    margin: -150px !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -150px !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -150px !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -150px !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -150px !important;
  }
  .p-16-sm {
    padding: 160px !important;
  }
  .pt-16-sm,
  .py-16-sm {
    padding-top: 160px !important;
  }
  .pr-16-sm,
  .px-16-sm {
    padding-right: 160px !important;
  }
  .pb-16-sm,
  .py-16-sm {
    padding-bottom: 160px !important;
  }
  .pl-16-sm,
  .px-16-sm {
    padding-left: 160px !important;
  }
  .m-sm-n16 {
    margin: -160px !important;
  }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -160px !important;
  }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -160px !important;
  }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -160px !important;
  }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -160px !important;
  }
  .p-20-sm {
    padding: 200px !important;
  }
  .pt-20-sm,
  .py-20-sm {
    padding-top: 200px !important;
  }
  .pr-20-sm,
  .px-20-sm {
    padding-right: 200px !important;
  }
  .pb-20-sm,
  .py-20-sm {
    padding-bottom: 200px !important;
  }
  .pl-20-sm,
  .px-20-sm {
    padding-left: 200px !important;
  }
  .m-sm-n20 {
    margin: -200px !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -200px !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -200px !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -200px !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -200px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .m-0-md {
    margin: 0 !important;
  }
  .mt-0-md,
  .my-0-md {
    margin-top: 0 !important;
  }
  .mr-0-md,
  .mx-0-md {
    margin-right: 0 !important;
  }
  .mb-0-md,
  .my-0-md {
    margin-bottom: 0 !important;
  }
  .ml-0-md,
  .mx-0-md {
    margin-left: 0 !important;
  }
  .m-md-n0 {
    margin: 0 !important;
  }
  .mt-md-n0,
  .my-md-n0 {
    margin-top: 0 !important;
  }
  .mr-md-n0,
  .mx-md-n0 {
    margin-right: 0 !important;
  }
  .mb-md-n0,
  .my-md-n0 {
    margin-bottom: 0 !important;
  }
  .ml-md-n0,
  .mx-md-n0 {
    margin-left: 0 !important;
  }
  .m-1-md {
    margin: 10px !important;
  }
  .mt-1-md,
  .my-1-md {
    margin-top: 10px !important;
  }
  .mr-1-md,
  .mx-1-md {
    margin-right: 10px !important;
  }
  .mb-1-md,
  .my-1-md {
    margin-bottom: 10px !important;
  }
  .ml-1-md,
  .mx-1-md {
    margin-left: 10px !important;
  }
  .m-md-n1 {
    margin: -10px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -10px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -10px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -10px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -10px !important;
  }
  .m-2-md {
    margin: 20px !important;
  }
  .mt-2-md,
  .my-2-md {
    margin-top: 20px !important;
  }
  .mr-2-md,
  .mx-2-md {
    margin-right: 20px !important;
  }
  .mb-2-md,
  .my-2-md {
    margin-bottom: 20px !important;
  }
  .ml-2-md,
  .mx-2-md {
    margin-left: 20px !important;
  }
  .m-md-n2 {
    margin: -20px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -20px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -20px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -20px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -20px !important;
  }
  .m-3-md {
    margin: 30px !important;
  }
  .mt-3-md,
  .my-3-md {
    margin-top: 30px !important;
  }
  .mr-3-md,
  .mx-3-md {
    margin-right: 30px !important;
  }
  .mb-3-md,
  .my-3-md {
    margin-bottom: 30px !important;
  }
  .ml-3-md,
  .mx-3-md {
    margin-left: 30px !important;
  }
  .m-md-n3 {
    margin: -30px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -30px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -30px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -30px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -30px !important;
  }
  .m-4-md {
    margin: 40px !important;
  }
  .mt-4-md,
  .my-4-md {
    margin-top: 40px !important;
  }
  .mr-4-md,
  .mx-4-md {
    margin-right: 40px !important;
  }
  .mb-4-md,
  .my-4-md {
    margin-bottom: 40px !important;
  }
  .ml-4-md,
  .mx-4-md {
    margin-left: 40px !important;
  }
  .m-md-n4 {
    margin: -40px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -40px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -40px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -40px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -40px !important;
  }
  .m-5-md {
    margin: 50px !important;
  }
  .mt-5-md,
  .my-5-md {
    margin-top: 50px !important;
  }
  .mr-5-md,
  .mx-5-md {
    margin-right: 50px !important;
  }
  .mb-5-md,
  .my-5-md {
    margin-bottom: 50px !important;
  }
  .ml-5-md,
  .mx-5-md {
    margin-left: 50px !important;
  }
  .m-md-n5 {
    margin: -50px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -50px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -50px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -50px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -50px !important;
  }
  .m-6-md {
    margin: 60px !important;
  }
  .mt-6-md,
  .my-6-md {
    margin-top: 60px !important;
  }
  .mr-6-md,
  .mx-6-md {
    margin-right: 60px !important;
  }
  .mb-6-md,
  .my-6-md {
    margin-bottom: 60px !important;
  }
  .ml-6-md,
  .mx-6-md {
    margin-left: 60px !important;
  }
  .m-md-n6 {
    margin: -60px !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -60px !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -60px !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -60px !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -60px !important;
  }
  .m-7-md {
    margin: 70px !important;
  }
  .mt-7-md,
  .my-7-md {
    margin-top: 70px !important;
  }
  .mr-7-md,
  .mx-7-md {
    margin-right: 70px !important;
  }
  .mb-7-md,
  .my-7-md {
    margin-bottom: 70px !important;
  }
  .ml-7-md,
  .mx-7-md {
    margin-left: 70px !important;
  }
  .m-md-n7 {
    margin: -70px !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -70px !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -70px !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -70px !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -70px !important;
  }
  .m-8-md {
    margin: 80px !important;
  }
  .mt-8-md,
  .my-8-md {
    margin-top: 80px !important;
  }
  .mr-8-md,
  .mx-8-md {
    margin-right: 80px !important;
  }
  .mb-8-md,
  .my-8-md {
    margin-bottom: 80px !important;
  }
  .ml-8-md,
  .mx-8-md {
    margin-left: 80px !important;
  }
  .m-md-n8 {
    margin: -80px !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -80px !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -80px !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -80px !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -80px !important;
  }
  .m-9-md {
    margin: 90px !important;
  }
  .mt-9-md,
  .my-9-md {
    margin-top: 90px !important;
  }
  .mr-9-md,
  .mx-9-md {
    margin-right: 90px !important;
  }
  .mb-9-md,
  .my-9-md {
    margin-bottom: 90px !important;
  }
  .ml-9-md,
  .mx-9-md {
    margin-left: 90px !important;
  }
  .m-md-n9 {
    margin: -90px !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -90px !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -90px !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -90px !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -90px !important;
  }
  .m-10-md {
    margin: 100px !important;
  }
  .mt-10-md,
  .my-10-md {
    margin-top: 100px !important;
  }
  .mr-10-md,
  .mx-10-md {
    margin-right: 100px !important;
  }
  .mb-10-md,
  .my-10-md {
    margin-bottom: 100px !important;
  }
  .ml-10-md,
  .mx-10-md {
    margin-left: 100px !important;
  }
  .m-md-n10 {
    margin: -100px !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -100px !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -100px !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -100px !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -100px !important;
  }
  .m-11-md {
    margin: 110px !important;
  }
  .mt-11-md,
  .my-11-md {
    margin-top: 110px !important;
  }
  .mr-11-md,
  .mx-11-md {
    margin-right: 110px !important;
  }
  .mb-11-md,
  .my-11-md {
    margin-bottom: 110px !important;
  }
  .ml-11-md,
  .mx-11-md {
    margin-left: 110px !important;
  }
  .m-md-n11 {
    margin: -110px !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -110px !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -110px !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -110px !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -110px !important;
  }
  .m-12-md {
    margin: 120px !important;
  }
  .mt-12-md,
  .my-12-md {
    margin-top: 120px !important;
  }
  .mr-12-md,
  .mx-12-md {
    margin-right: 120px !important;
  }
  .mb-12-md,
  .my-12-md {
    margin-bottom: 120px !important;
  }
  .ml-12-md,
  .mx-12-md {
    margin-left: 120px !important;
  }
  .m-md-n12 {
    margin: -120px !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -120px !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -120px !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -120px !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -120px !important;
  }
  .m-13-md {
    margin: 130px !important;
  }
  .mt-13-md,
  .my-13-md {
    margin-top: 130px !important;
  }
  .mr-13-md,
  .mx-13-md {
    margin-right: 130px !important;
  }
  .mb-13-md,
  .my-13-md {
    margin-bottom: 130px !important;
  }
  .ml-13-md,
  .mx-13-md {
    margin-left: 130px !important;
  }
  .m-md-n13 {
    margin: -130px !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -130px !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -130px !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -130px !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -130px !important;
  }
  .m-14-md {
    margin: 140px !important;
  }
  .mt-14-md,
  .my-14-md {
    margin-top: 140px !important;
  }
  .mr-14-md,
  .mx-14-md {
    margin-right: 140px !important;
  }
  .mb-14-md,
  .my-14-md {
    margin-bottom: 140px !important;
  }
  .ml-14-md,
  .mx-14-md {
    margin-left: 140px !important;
  }
  .m-md-n14 {
    margin: -140px !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -140px !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -140px !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -140px !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -140px !important;
  }
  .m-15-md {
    margin: 150px !important;
  }
  .mt-15-md,
  .my-15-md {
    margin-top: 150px !important;
  }
  .mr-15-md,
  .mx-15-md {
    margin-right: 150px !important;
  }
  .mb-15-md,
  .my-15-md {
    margin-bottom: 150px !important;
  }
  .ml-15-md,
  .mx-15-md {
    margin-left: 150px !important;
  }
  .m-md-n15 {
    margin: -150px !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -150px !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -150px !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -150px !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -150px !important;
  }
  .m-16-md {
    margin: 160px !important;
  }
  .mt-16-md,
  .my-16-md {
    margin-top: 160px !important;
  }
  .mr-16-md,
  .mx-16-md {
    margin-right: 160px !important;
  }
  .mb-16-md,
  .my-16-md {
    margin-bottom: 160px !important;
  }
  .ml-16-md,
  .mx-16-md {
    margin-left: 160px !important;
  }
  .m-md-n16 {
    margin: -160px !important;
  }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -160px !important;
  }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -160px !important;
  }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -160px !important;
  }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -160px !important;
  }
  .m-20-md {
    margin: 200px !important;
  }
  .mt-20-md,
  .my-20-md {
    margin-top: 200px !important;
  }
  .mr-20-md,
  .mx-20-md {
    margin-right: 200px !important;
  }
  .mb-20-md,
  .my-20-md {
    margin-bottom: 200px !important;
  }
  .ml-20-md,
  .mx-20-md {
    margin-left: 200px !important;
  }
  .m-md-n20 {
    margin: -200px !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -200px !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -200px !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -200px !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -200px !important;
  }
  .p-0-md {
    padding: 0 !important;
  }
  .pt-0-md,
  .py-0-md {
    padding-top: 0 !important;
  }
  .pr-0-md,
  .px-0-md {
    padding-right: 0 !important;
  }
  .pb-0-md,
  .py-0-md {
    padding-bottom: 0 !important;
  }
  .pl-0-md,
  .px-0-md {
    padding-left: 0 !important;
  }
  .m-md-n0 {
    margin: 0 !important;
  }
  .mt-md-n0,
  .my-md-n0 {
    margin-top: 0 !important;
  }
  .mr-md-n0,
  .mx-md-n0 {
    margin-right: 0 !important;
  }
  .mb-md-n0,
  .my-md-n0 {
    margin-bottom: 0 !important;
  }
  .ml-md-n0,
  .mx-md-n0 {
    margin-left: 0 !important;
  }
  .p-1-md {
    padding: 10px !important;
  }
  .pt-1-md,
  .py-1-md {
    padding-top: 10px !important;
  }
  .pr-1-md,
  .px-1-md {
    padding-right: 10px !important;
  }
  .pb-1-md,
  .py-1-md {
    padding-bottom: 10px !important;
  }
  .pl-1-md,
  .px-1-md {
    padding-left: 10px !important;
  }
  .m-md-n1 {
    margin: -10px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -10px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -10px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -10px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -10px !important;
  }
  .p-2-md {
    padding: 20px !important;
  }
  .pt-2-md,
  .py-2-md {
    padding-top: 20px !important;
  }
  .pr-2-md,
  .px-2-md {
    padding-right: 20px !important;
  }
  .pb-2-md,
  .py-2-md {
    padding-bottom: 20px !important;
  }
  .pl-2-md,
  .px-2-md {
    padding-left: 20px !important;
  }
  .m-md-n2 {
    margin: -20px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -20px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -20px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -20px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -20px !important;
  }
  .p-3-md {
    padding: 30px !important;
  }
  .pt-3-md,
  .py-3-md {
    padding-top: 30px !important;
  }
  .pr-3-md,
  .px-3-md {
    padding-right: 30px !important;
  }
  .pb-3-md,
  .py-3-md {
    padding-bottom: 30px !important;
  }
  .pl-3-md,
  .px-3-md {
    padding-left: 30px !important;
  }
  .m-md-n3 {
    margin: -30px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -30px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -30px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -30px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -30px !important;
  }
  .p-4-md {
    padding: 40px !important;
  }
  .pt-4-md,
  .py-4-md {
    padding-top: 40px !important;
  }
  .pr-4-md,
  .px-4-md {
    padding-right: 40px !important;
  }
  .pb-4-md,
  .py-4-md {
    padding-bottom: 40px !important;
  }
  .pl-4-md,
  .px-4-md {
    padding-left: 40px !important;
  }
  .m-md-n4 {
    margin: -40px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -40px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -40px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -40px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -40px !important;
  }
  .p-5-md {
    padding: 50px !important;
  }
  .pt-5-md,
  .py-5-md {
    padding-top: 50px !important;
  }
  .pr-5-md,
  .px-5-md {
    padding-right: 50px !important;
  }
  .pb-5-md,
  .py-5-md {
    padding-bottom: 50px !important;
  }
  .pl-5-md,
  .px-5-md {
    padding-left: 50px !important;
  }
  .m-md-n5 {
    margin: -50px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -50px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -50px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -50px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -50px !important;
  }
  .p-6-md {
    padding: 60px !important;
  }
  .pt-6-md,
  .py-6-md {
    padding-top: 60px !important;
  }
  .pr-6-md,
  .px-6-md {
    padding-right: 60px !important;
  }
  .pb-6-md,
  .py-6-md {
    padding-bottom: 60px !important;
  }
  .pl-6-md,
  .px-6-md {
    padding-left: 60px !important;
  }
  .m-md-n6 {
    margin: -60px !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -60px !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -60px !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -60px !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -60px !important;
  }
  .p-7-md {
    padding: 70px !important;
  }
  .pt-7-md,
  .py-7-md {
    padding-top: 70px !important;
  }
  .pr-7-md,
  .px-7-md {
    padding-right: 70px !important;
  }
  .pb-7-md,
  .py-7-md {
    padding-bottom: 70px !important;
  }
  .pl-7-md,
  .px-7-md {
    padding-left: 70px !important;
  }
  .m-md-n7 {
    margin: -70px !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -70px !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -70px !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -70px !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -70px !important;
  }
  .p-8-md {
    padding: 80px !important;
  }
  .pt-8-md,
  .py-8-md {
    padding-top: 80px !important;
  }
  .pr-8-md,
  .px-8-md {
    padding-right: 80px !important;
  }
  .pb-8-md,
  .py-8-md {
    padding-bottom: 80px !important;
  }
  .pl-8-md,
  .px-8-md {
    padding-left: 80px !important;
  }
  .m-md-n8 {
    margin: -80px !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -80px !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -80px !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -80px !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -80px !important;
  }
  .p-9-md {
    padding: 90px !important;
  }
  .pt-9-md,
  .py-9-md {
    padding-top: 90px !important;
  }
  .pr-9-md,
  .px-9-md {
    padding-right: 90px !important;
  }
  .pb-9-md,
  .py-9-md {
    padding-bottom: 90px !important;
  }
  .pl-9-md,
  .px-9-md {
    padding-left: 90px !important;
  }
  .m-md-n9 {
    margin: -90px !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -90px !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -90px !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -90px !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -90px !important;
  }
  .p-10-md {
    padding: 100px !important;
  }
  .pt-10-md,
  .py-10-md {
    padding-top: 100px !important;
  }
  .pr-10-md,
  .px-10-md {
    padding-right: 100px !important;
  }
  .pb-10-md,
  .py-10-md {
    padding-bottom: 100px !important;
  }
  .pl-10-md,
  .px-10-md {
    padding-left: 100px !important;
  }
  .m-md-n10 {
    margin: -100px !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -100px !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -100px !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -100px !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -100px !important;
  }
  .p-11-md {
    padding: 110px !important;
  }
  .pt-11-md,
  .py-11-md {
    padding-top: 110px !important;
  }
  .pr-11-md,
  .px-11-md {
    padding-right: 110px !important;
  }
  .pb-11-md,
  .py-11-md {
    padding-bottom: 110px !important;
  }
  .pl-11-md,
  .px-11-md {
    padding-left: 110px !important;
  }
  .m-md-n11 {
    margin: -110px !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -110px !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -110px !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -110px !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -110px !important;
  }
  .p-12-md {
    padding: 120px !important;
  }
  .pt-12-md,
  .py-12-md {
    padding-top: 120px !important;
  }
  .pr-12-md,
  .px-12-md {
    padding-right: 120px !important;
  }
  .pb-12-md,
  .py-12-md {
    padding-bottom: 120px !important;
  }
  .pl-12-md,
  .px-12-md {
    padding-left: 120px !important;
  }
  .m-md-n12 {
    margin: -120px !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -120px !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -120px !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -120px !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -120px !important;
  }
  .p-13-md {
    padding: 130px !important;
  }
  .pt-13-md,
  .py-13-md {
    padding-top: 130px !important;
  }
  .pr-13-md,
  .px-13-md {
    padding-right: 130px !important;
  }
  .pb-13-md,
  .py-13-md {
    padding-bottom: 130px !important;
  }
  .pl-13-md,
  .px-13-md {
    padding-left: 130px !important;
  }
  .m-md-n13 {
    margin: -130px !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -130px !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -130px !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -130px !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -130px !important;
  }
  .p-14-md {
    padding: 140px !important;
  }
  .pt-14-md,
  .py-14-md {
    padding-top: 140px !important;
  }
  .pr-14-md,
  .px-14-md {
    padding-right: 140px !important;
  }
  .pb-14-md,
  .py-14-md {
    padding-bottom: 140px !important;
  }
  .pl-14-md,
  .px-14-md {
    padding-left: 140px !important;
  }
  .m-md-n14 {
    margin: -140px !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -140px !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -140px !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -140px !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -140px !important;
  }
  .p-15-md {
    padding: 150px !important;
  }
  .pt-15-md,
  .py-15-md {
    padding-top: 150px !important;
  }
  .pr-15-md,
  .px-15-md {
    padding-right: 150px !important;
  }
  .pb-15-md,
  .py-15-md {
    padding-bottom: 150px !important;
  }
  .pl-15-md,
  .px-15-md {
    padding-left: 150px !important;
  }
  .m-md-n15 {
    margin: -150px !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -150px !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -150px !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -150px !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -150px !important;
  }
  .p-16-md {
    padding: 160px !important;
  }
  .pt-16-md,
  .py-16-md {
    padding-top: 160px !important;
  }
  .pr-16-md,
  .px-16-md {
    padding-right: 160px !important;
  }
  .pb-16-md,
  .py-16-md {
    padding-bottom: 160px !important;
  }
  .pl-16-md,
  .px-16-md {
    padding-left: 160px !important;
  }
  .m-md-n16 {
    margin: -160px !important;
  }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -160px !important;
  }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -160px !important;
  }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -160px !important;
  }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -160px !important;
  }
  .p-20-md {
    padding: 200px !important;
  }
  .pt-20-md,
  .py-20-md {
    padding-top: 200px !important;
  }
  .pr-20-md,
  .px-20-md {
    padding-right: 200px !important;
  }
  .pb-20-md,
  .py-20-md {
    padding-bottom: 200px !important;
  }
  .pl-20-md,
  .px-20-md {
    padding-left: 200px !important;
  }
  .m-md-n20 {
    margin: -200px !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -200px !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -200px !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -200px !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -200px !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-0-lg {
    margin: 0 !important;
  }
  .mt-0-lg,
  .my-0-lg {
    margin-top: 0 !important;
  }
  .mr-0-lg,
  .mx-0-lg {
    margin-right: 0 !important;
  }
  .mb-0-lg,
  .my-0-lg {
    margin-bottom: 0 !important;
  }
  .ml-0-lg,
  .mx-0-lg {
    margin-left: 0 !important;
  }
  .m-lg-n0 {
    margin: 0 !important;
  }
  .mt-lg-n0,
  .my-lg-n0 {
    margin-top: 0 !important;
  }
  .mr-lg-n0,
  .mx-lg-n0 {
    margin-right: 0 !important;
  }
  .mb-lg-n0,
  .my-lg-n0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-n0,
  .mx-lg-n0 {
    margin-left: 0 !important;
  }
  .m-1-lg {
    margin: 10px !important;
  }
  .mt-1-lg,
  .my-1-lg {
    margin-top: 10px !important;
  }
  .mr-1-lg,
  .mx-1-lg {
    margin-right: 10px !important;
  }
  .mb-1-lg,
  .my-1-lg {
    margin-bottom: 10px !important;
  }
  .ml-1-lg,
  .mx-1-lg {
    margin-left: 10px !important;
  }
  .m-lg-n1 {
    margin: -10px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important;
  }
  .m-2-lg {
    margin: 20px !important;
  }
  .mt-2-lg,
  .my-2-lg {
    margin-top: 20px !important;
  }
  .mr-2-lg,
  .mx-2-lg {
    margin-right: 20px !important;
  }
  .mb-2-lg,
  .my-2-lg {
    margin-bottom: 20px !important;
  }
  .ml-2-lg,
  .mx-2-lg {
    margin-left: 20px !important;
  }
  .m-lg-n2 {
    margin: -20px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -20px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -20px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -20px !important;
  }
  .m-3-lg {
    margin: 30px !important;
  }
  .mt-3-lg,
  .my-3-lg {
    margin-top: 30px !important;
  }
  .mr-3-lg,
  .mx-3-lg {
    margin-right: 30px !important;
  }
  .mb-3-lg,
  .my-3-lg {
    margin-bottom: 30px !important;
  }
  .ml-3-lg,
  .mx-3-lg {
    margin-left: 30px !important;
  }
  .m-lg-n3 {
    margin: -30px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important;
  }
  .m-4-lg {
    margin: 40px !important;
  }
  .mt-4-lg,
  .my-4-lg {
    margin-top: 40px !important;
  }
  .mr-4-lg,
  .mx-4-lg {
    margin-right: 40px !important;
  }
  .mb-4-lg,
  .my-4-lg {
    margin-bottom: 40px !important;
  }
  .ml-4-lg,
  .mx-4-lg {
    margin-left: 40px !important;
  }
  .m-lg-n4 {
    margin: -40px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -40px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -40px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -40px !important;
  }
  .m-5-lg {
    margin: 50px !important;
  }
  .mt-5-lg,
  .my-5-lg {
    margin-top: 50px !important;
  }
  .mr-5-lg,
  .mx-5-lg {
    margin-right: 50px !important;
  }
  .mb-5-lg,
  .my-5-lg {
    margin-bottom: 50px !important;
  }
  .ml-5-lg,
  .mx-5-lg {
    margin-left: 50px !important;
  }
  .m-lg-n5 {
    margin: -50px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -50px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -50px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -50px !important;
  }
  .m-6-lg {
    margin: 60px !important;
  }
  .mt-6-lg,
  .my-6-lg {
    margin-top: 60px !important;
  }
  .mr-6-lg,
  .mx-6-lg {
    margin-right: 60px !important;
  }
  .mb-6-lg,
  .my-6-lg {
    margin-bottom: 60px !important;
  }
  .ml-6-lg,
  .mx-6-lg {
    margin-left: 60px !important;
  }
  .m-lg-n6 {
    margin: -60px !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -60px !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -60px !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -60px !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -60px !important;
  }
  .m-7-lg {
    margin: 70px !important;
  }
  .mt-7-lg,
  .my-7-lg {
    margin-top: 70px !important;
  }
  .mr-7-lg,
  .mx-7-lg {
    margin-right: 70px !important;
  }
  .mb-7-lg,
  .my-7-lg {
    margin-bottom: 70px !important;
  }
  .ml-7-lg,
  .mx-7-lg {
    margin-left: 70px !important;
  }
  .m-lg-n7 {
    margin: -70px !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -70px !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -70px !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -70px !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -70px !important;
  }
  .m-8-lg {
    margin: 80px !important;
  }
  .mt-8-lg,
  .my-8-lg {
    margin-top: 80px !important;
  }
  .mr-8-lg,
  .mx-8-lg {
    margin-right: 80px !important;
  }
  .mb-8-lg,
  .my-8-lg {
    margin-bottom: 80px !important;
  }
  .ml-8-lg,
  .mx-8-lg {
    margin-left: 80px !important;
  }
  .m-lg-n8 {
    margin: -80px !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -80px !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -80px !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -80px !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -80px !important;
  }
  .m-9-lg {
    margin: 90px !important;
  }
  .mt-9-lg,
  .my-9-lg {
    margin-top: 90px !important;
  }
  .mr-9-lg,
  .mx-9-lg {
    margin-right: 90px !important;
  }
  .mb-9-lg,
  .my-9-lg {
    margin-bottom: 90px !important;
  }
  .ml-9-lg,
  .mx-9-lg {
    margin-left: 90px !important;
  }
  .m-lg-n9 {
    margin: -90px !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -90px !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -90px !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -90px !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -90px !important;
  }
  .m-10-lg {
    margin: 100px !important;
  }
  .mt-10-lg,
  .my-10-lg {
    margin-top: 100px !important;
  }
  .mr-10-lg,
  .mx-10-lg {
    margin-right: 100px !important;
  }
  .mb-10-lg,
  .my-10-lg {
    margin-bottom: 100px !important;
  }
  .ml-10-lg,
  .mx-10-lg {
    margin-left: 100px !important;
  }
  .m-lg-n10 {
    margin: -100px !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -100px !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -100px !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -100px !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -100px !important;
  }
  .m-11-lg {
    margin: 110px !important;
  }
  .mt-11-lg,
  .my-11-lg {
    margin-top: 110px !important;
  }
  .mr-11-lg,
  .mx-11-lg {
    margin-right: 110px !important;
  }
  .mb-11-lg,
  .my-11-lg {
    margin-bottom: 110px !important;
  }
  .ml-11-lg,
  .mx-11-lg {
    margin-left: 110px !important;
  }
  .m-lg-n11 {
    margin: -110px !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -110px !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -110px !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -110px !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -110px !important;
  }
  .m-12-lg {
    margin: 120px !important;
  }
  .mt-12-lg,
  .my-12-lg {
    margin-top: 120px !important;
  }
  .mr-12-lg,
  .mx-12-lg {
    margin-right: 120px !important;
  }
  .mb-12-lg,
  .my-12-lg {
    margin-bottom: 120px !important;
  }
  .ml-12-lg,
  .mx-12-lg {
    margin-left: 120px !important;
  }
  .m-lg-n12 {
    margin: -120px !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -120px !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -120px !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -120px !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -120px !important;
  }
  .m-13-lg {
    margin: 130px !important;
  }
  .mt-13-lg,
  .my-13-lg {
    margin-top: 130px !important;
  }
  .mr-13-lg,
  .mx-13-lg {
    margin-right: 130px !important;
  }
  .mb-13-lg,
  .my-13-lg {
    margin-bottom: 130px !important;
  }
  .ml-13-lg,
  .mx-13-lg {
    margin-left: 130px !important;
  }
  .m-lg-n13 {
    margin: -130px !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -130px !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -130px !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -130px !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -130px !important;
  }
  .m-14-lg {
    margin: 140px !important;
  }
  .mt-14-lg,
  .my-14-lg {
    margin-top: 140px !important;
  }
  .mr-14-lg,
  .mx-14-lg {
    margin-right: 140px !important;
  }
  .mb-14-lg,
  .my-14-lg {
    margin-bottom: 140px !important;
  }
  .ml-14-lg,
  .mx-14-lg {
    margin-left: 140px !important;
  }
  .m-lg-n14 {
    margin: -140px !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -140px !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -140px !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -140px !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -140px !important;
  }
  .m-15-lg {
    margin: 150px !important;
  }
  .mt-15-lg,
  .my-15-lg {
    margin-top: 150px !important;
  }
  .mr-15-lg,
  .mx-15-lg {
    margin-right: 150px !important;
  }
  .mb-15-lg,
  .my-15-lg {
    margin-bottom: 150px !important;
  }
  .ml-15-lg,
  .mx-15-lg {
    margin-left: 150px !important;
  }
  .m-lg-n15 {
    margin: -150px !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -150px !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -150px !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -150px !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -150px !important;
  }
  .m-16-lg {
    margin: 160px !important;
  }
  .mt-16-lg,
  .my-16-lg {
    margin-top: 160px !important;
  }
  .mr-16-lg,
  .mx-16-lg {
    margin-right: 160px !important;
  }
  .mb-16-lg,
  .my-16-lg {
    margin-bottom: 160px !important;
  }
  .ml-16-lg,
  .mx-16-lg {
    margin-left: 160px !important;
  }
  .m-lg-n16 {
    margin: -160px !important;
  }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -160px !important;
  }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -160px !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -160px !important;
  }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -160px !important;
  }
  .m-20-lg {
    margin: 200px !important;
  }
  .mt-20-lg,
  .my-20-lg {
    margin-top: 200px !important;
  }
  .mr-20-lg,
  .mx-20-lg {
    margin-right: 200px !important;
  }
  .mb-20-lg,
  .my-20-lg {
    margin-bottom: 200px !important;
  }
  .ml-20-lg,
  .mx-20-lg {
    margin-left: 200px !important;
  }
  .m-lg-n20 {
    margin: -200px !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -200px !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -200px !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -200px !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -200px !important;
  }
  .p-0-lg {
    padding: 0 !important;
  }
  .pt-0-lg,
  .py-0-lg {
    padding-top: 0 !important;
  }
  .pr-0-lg,
  .px-0-lg {
    padding-right: 0 !important;
  }
  .pb-0-lg,
  .py-0-lg {
    padding-bottom: 0 !important;
  }
  .pl-0-lg,
  .px-0-lg {
    padding-left: 0 !important;
  }
  .m-lg-n0 {
    margin: 0 !important;
  }
  .mt-lg-n0,
  .my-lg-n0 {
    margin-top: 0 !important;
  }
  .mr-lg-n0,
  .mx-lg-n0 {
    margin-right: 0 !important;
  }
  .mb-lg-n0,
  .my-lg-n0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-n0,
  .mx-lg-n0 {
    margin-left: 0 !important;
  }
  .p-1-lg {
    padding: 10px !important;
  }
  .pt-1-lg,
  .py-1-lg {
    padding-top: 10px !important;
  }
  .pr-1-lg,
  .px-1-lg {
    padding-right: 10px !important;
  }
  .pb-1-lg,
  .py-1-lg {
    padding-bottom: 10px !important;
  }
  .pl-1-lg,
  .px-1-lg {
    padding-left: 10px !important;
  }
  .m-lg-n1 {
    margin: -10px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important;
  }
  .p-2-lg {
    padding: 20px !important;
  }
  .pt-2-lg,
  .py-2-lg {
    padding-top: 20px !important;
  }
  .pr-2-lg,
  .px-2-lg {
    padding-right: 20px !important;
  }
  .pb-2-lg,
  .py-2-lg {
    padding-bottom: 20px !important;
  }
  .pl-2-lg,
  .px-2-lg {
    padding-left: 20px !important;
  }
  .m-lg-n2 {
    margin: -20px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -20px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -20px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -20px !important;
  }
  .p-3-lg {
    padding: 30px !important;
  }
  .pt-3-lg,
  .py-3-lg {
    padding-top: 30px !important;
  }
  .pr-3-lg,
  .px-3-lg {
    padding-right: 30px !important;
  }
  .pb-3-lg,
  .py-3-lg {
    padding-bottom: 30px !important;
  }
  .pl-3-lg,
  .px-3-lg {
    padding-left: 30px !important;
  }
  .m-lg-n3 {
    margin: -30px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important;
  }
  .p-4-lg {
    padding: 40px !important;
  }
  .pt-4-lg,
  .py-4-lg {
    padding-top: 40px !important;
  }
  .pr-4-lg,
  .px-4-lg {
    padding-right: 40px !important;
  }
  .pb-4-lg,
  .py-4-lg {
    padding-bottom: 40px !important;
  }
  .pl-4-lg,
  .px-4-lg {
    padding-left: 40px !important;
  }
  .m-lg-n4 {
    margin: -40px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -40px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -40px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -40px !important;
  }
  .p-5-lg {
    padding: 50px !important;
  }
  .pt-5-lg,
  .py-5-lg {
    padding-top: 50px !important;
  }
  .pr-5-lg,
  .px-5-lg {
    padding-right: 50px !important;
  }
  .pb-5-lg,
  .py-5-lg {
    padding-bottom: 50px !important;
  }
  .pl-5-lg,
  .px-5-lg {
    padding-left: 50px !important;
  }
  .m-lg-n5 {
    margin: -50px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -50px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -50px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -50px !important;
  }
  .p-6-lg {
    padding: 60px !important;
  }
  .pt-6-lg,
  .py-6-lg {
    padding-top: 60px !important;
  }
  .pr-6-lg,
  .px-6-lg {
    padding-right: 60px !important;
  }
  .pb-6-lg,
  .py-6-lg {
    padding-bottom: 60px !important;
  }
  .pl-6-lg,
  .px-6-lg {
    padding-left: 60px !important;
  }
  .m-lg-n6 {
    margin: -60px !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -60px !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -60px !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -60px !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -60px !important;
  }
  .p-7-lg {
    padding: 70px !important;
  }
  .pt-7-lg,
  .py-7-lg {
    padding-top: 70px !important;
  }
  .pr-7-lg,
  .px-7-lg {
    padding-right: 70px !important;
  }
  .pb-7-lg,
  .py-7-lg {
    padding-bottom: 70px !important;
  }
  .pl-7-lg,
  .px-7-lg {
    padding-left: 70px !important;
  }
  .m-lg-n7 {
    margin: -70px !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -70px !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -70px !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -70px !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -70px !important;
  }
  .p-8-lg {
    padding: 80px !important;
  }
  .pt-8-lg,
  .py-8-lg {
    padding-top: 80px !important;
  }
  .pr-8-lg,
  .px-8-lg {
    padding-right: 80px !important;
  }
  .pb-8-lg,
  .py-8-lg {
    padding-bottom: 80px !important;
  }
  .pl-8-lg,
  .px-8-lg {
    padding-left: 80px !important;
  }
  .m-lg-n8 {
    margin: -80px !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -80px !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -80px !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -80px !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -80px !important;
  }
  .p-9-lg {
    padding: 90px !important;
  }
  .pt-9-lg,
  .py-9-lg {
    padding-top: 90px !important;
  }
  .pr-9-lg,
  .px-9-lg {
    padding-right: 90px !important;
  }
  .pb-9-lg,
  .py-9-lg {
    padding-bottom: 90px !important;
  }
  .pl-9-lg,
  .px-9-lg {
    padding-left: 90px !important;
  }
  .m-lg-n9 {
    margin: -90px !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -90px !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -90px !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -90px !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -90px !important;
  }
  .p-10-lg {
    padding: 100px !important;
  }
  .pt-10-lg,
  .py-10-lg {
    padding-top: 100px !important;
  }
  .pr-10-lg,
  .px-10-lg {
    padding-right: 100px !important;
  }
  .pb-10-lg,
  .py-10-lg {
    padding-bottom: 100px !important;
  }
  .pl-10-lg,
  .px-10-lg {
    padding-left: 100px !important;
  }
  .m-lg-n10 {
    margin: -100px !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -100px !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -100px !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -100px !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -100px !important;
  }
  .p-11-lg {
    padding: 110px !important;
  }
  .pt-11-lg,
  .py-11-lg {
    padding-top: 110px !important;
  }
  .pr-11-lg,
  .px-11-lg {
    padding-right: 110px !important;
  }
  .pb-11-lg,
  .py-11-lg {
    padding-bottom: 110px !important;
  }
  .pl-11-lg,
  .px-11-lg {
    padding-left: 110px !important;
  }
  .m-lg-n11 {
    margin: -110px !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -110px !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -110px !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -110px !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -110px !important;
  }
  .p-12-lg {
    padding: 120px !important;
  }
  .pt-12-lg,
  .py-12-lg {
    padding-top: 120px !important;
  }
  .pr-12-lg,
  .px-12-lg {
    padding-right: 120px !important;
  }
  .pb-12-lg,
  .py-12-lg {
    padding-bottom: 120px !important;
  }
  .pl-12-lg,
  .px-12-lg {
    padding-left: 120px !important;
  }
  .m-lg-n12 {
    margin: -120px !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -120px !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -120px !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -120px !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -120px !important;
  }
  .p-13-lg {
    padding: 130px !important;
  }
  .pt-13-lg,
  .py-13-lg {
    padding-top: 130px !important;
  }
  .pr-13-lg,
  .px-13-lg {
    padding-right: 130px !important;
  }
  .pb-13-lg,
  .py-13-lg {
    padding-bottom: 130px !important;
  }
  .pl-13-lg,
  .px-13-lg {
    padding-left: 130px !important;
  }
  .m-lg-n13 {
    margin: -130px !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -130px !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -130px !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -130px !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -130px !important;
  }
  .p-14-lg {
    padding: 140px !important;
  }
  .pt-14-lg,
  .py-14-lg {
    padding-top: 140px !important;
  }
  .pr-14-lg,
  .px-14-lg {
    padding-right: 140px !important;
  }
  .pb-14-lg,
  .py-14-lg {
    padding-bottom: 140px !important;
  }
  .pl-14-lg,
  .px-14-lg {
    padding-left: 140px !important;
  }
  .m-lg-n14 {
    margin: -140px !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -140px !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -140px !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -140px !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -140px !important;
  }
  .p-15-lg {
    padding: 150px !important;
  }
  .pt-15-lg,
  .py-15-lg {
    padding-top: 150px !important;
  }
  .pr-15-lg,
  .px-15-lg {
    padding-right: 150px !important;
  }
  .pb-15-lg,
  .py-15-lg {
    padding-bottom: 150px !important;
  }
  .pl-15-lg,
  .px-15-lg {
    padding-left: 150px !important;
  }
  .m-lg-n15 {
    margin: -150px !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -150px !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -150px !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -150px !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -150px !important;
  }
  .p-16-lg {
    padding: 160px !important;
  }
  .pt-16-lg,
  .py-16-lg {
    padding-top: 160px !important;
  }
  .pr-16-lg,
  .px-16-lg {
    padding-right: 160px !important;
  }
  .pb-16-lg,
  .py-16-lg {
    padding-bottom: 160px !important;
  }
  .pl-16-lg,
  .px-16-lg {
    padding-left: 160px !important;
  }
  .m-lg-n16 {
    margin: -160px !important;
  }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -160px !important;
  }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -160px !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -160px !important;
  }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -160px !important;
  }
  .p-20-lg {
    padding: 200px !important;
  }
  .pt-20-lg,
  .py-20-lg {
    padding-top: 200px !important;
  }
  .pr-20-lg,
  .px-20-lg {
    padding-right: 200px !important;
  }
  .pb-20-lg,
  .py-20-lg {
    padding-bottom: 200px !important;
  }
  .pl-20-lg,
  .px-20-lg {
    padding-left: 200px !important;
  }
  .m-lg-n20 {
    margin: -200px !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -200px !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -200px !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -200px !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -200px !important;
  }
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.u-mw-1 {
  max-width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-2 {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-3 {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-4 {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-5 {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-6 {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-7 {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-8 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-9 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-10 {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-12 {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-13 {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-14 {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-15 {
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-16 {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-17 {
  max-width: 170rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-18 {
  max-width: 180rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-20 {
  max-width: 200rem;
  margin-left: auto;
  margin-right: auto;
}

/*
* Set a rem font size with pixel fallback
* @Usage @include font-size(14px);
*/
/*
* Turn font anti aliasing on or off in Chrome / FF
* @Usage @include font-smoothing(on);
* @Usage on black / dark backgrounds @include font-smoothing(off);
*/
/*
* Outputs vendor-prefixed placeholders for styling. Must be nested in a rule-set.
* @usage:
    input {
      @include placeholder {
        color: red;
      }
    }
*/
/*
* Sets selection colors
* @Usage @include selection(#fff, #000);
*/
/**
* Maintain aspect ratio or fit to content
* <div><p>Test</p></div>
* @Usage div { @include aspect-ratio(16,9); }
*/
/**
* Create css triangles
* @param {Direction} $direction - Triangle direction, either `top`, `right`, `bottom` or `left`
* @param {Color} $color [currentcolor] - Triangle color
* @param {Length} $size [1em] - Triangle size
* @usage
	.foo::before {
	  @include triangle(bottom);
	  position: absolute;
	  left: 50%;
	  bottom: 100%;
	}
*/
/*
* Creates a checkbox
* @usage @include checkbox-variant('.checkbox-primary', $brand-primary);
* @usage @include checkbox-variant('.checkbox-danger', $brand-danger);
* @usage @include checkbox-variant('.checkbox-info', $brand-info);
* @usage @include checkbox-variant('.checkbox-warning', $brand-warning);
* @usage @include checkbox-variant('.checkbox-success', $brand-success);
*/
/*
* Creates a radio
* @usage @include checkbox-variant('.checkbox-primary', $brand-primary);
* @usage @include checkbox-variant('.checkbox-danger', $brand-danger);
* @usage @include checkbox-variant('.checkbox-info', $brand-info);
* @usage @include checkbox-variant('.checkbox-warning', $brand-warning);
* @usage @include checkbox-variant('.checkbox-success', $brand-success);
*/
/*
* Vendor-prefixing the CSS3 calc function. It accepts a property and a value.
* @Usage @include calc(width, "100% - 80px");
*/
/*
* Sets base for pseudo
* @Usage @extend %pseudo-base;
*/
/*
* Covers an entire block
* @Usage @extend %coverer;
*/
/*
* Centers block vertically and horizontally
* It works even when: You don't know know how big it is, You don't know how big the container is, either
* @Usage @extend %centerer;
*/
#loader .centerer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*
* Vertical align a block
* @Usage @extend %vertical-align;
*/
/*
* Reflect horizontal
* @Usage @extend %flip-horizontal;
*/
/*
* An easy way to truncate text with an ellipsis. Requires the element to be block or inline-block
* @Usage @extend %text-truncate;
*/
/*
* Provides an easy way for break-word
* @Usage @extend %word-wrap;
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* ::-webkit-selection {
  color: #fff;
  background: #4c6693;
}

* ::-moz-selection {
  color: #fff;
  background: #4c6693;
}

* ::-o-selection {
  color: #fff;
  background: #4c6693;
}

* ::selection {
  color: #fff;
  background: #4c6693;
}

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

html {
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  /* apply a natural box layout model to all elements, but allowing components to change */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 100%;
}

@media screen and (max-width: 992px) {
  body {
    margin-bottom: 0 !important;
  }
}

main {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  main {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  main {
    padding-bottom: 80px;
  }
}

a,
.btn {
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

a abbr,
.btn abbr {
  text-decoration: none;
}

time {
  font-style: italic;
  color: #e3e7ed;
}

picture {
  display: block;
}

.container,
.row {
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

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

.col-custom {
  padding-left: 10px;
  padding-right: 10px;
}

.no-result {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  color: #e3e7ed;
  margin: 50px 0;
  text-align: center;
}

.bg-responsive {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.svg-wrapper {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.fill-primary {
  fill: #3b4f71;
}

.stroke-primary {
  stroke: #3b4f71;
  fill: none;
}

.fill-success {
  fill: #5cb85c;
}

.stroke-success {
  stroke: #5cb85c;
  fill: none;
}

.fill-info {
  fill: #e3e7ed;
}

.stroke-info {
  stroke: #e3e7ed;
  fill: none;
}

.fill-warning {
  fill: #f0ad4e;
}

.stroke-warning {
  stroke: #f0ad4e;
  fill: none;
}

.fill-danger {
  fill: #d9534f;
}

.stroke-danger {
  stroke: #d9534f;
  fill: none;
}

.fill-gray-darker {
  fill: #2a2d38;
}

.stroke-gray-darker {
  stroke: #2a2d38;
  fill: none;
}

.fill-gray-dark {
  fill: #333745;
}

.stroke-gray-dark {
  stroke: #333745;
  fill: none;
}

.fill-gray {
  fill: #636363;
}

.stroke-gray {
  stroke: #636363;
  fill: none;
}

.fill-gray-light {
  fill: #e3e7ed;
}

.stroke-gray-light {
  stroke: #e3e7ed;
  fill: none;
}

.fill-gray-lighter {
  fill: #eeeeee;
}

.stroke-gray-lighter {
  stroke: #eeeeee;
  fill: none;
}

.fill-body-bg {
  fill: #fff;
}

.stroke-body-bg {
  stroke: #fff;
  fill: none;
}

/**
* fontname - fontweight
*/
/*
@font-face {
    font-family: 'fontname';
    src: url('../fonts/fontfamily/fontweight/fontname-webfont.eot');
    src: url('../fonts/fontfamily/fontweight/fontname-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontfamily/fontweight/fontname-webfont.woff2') format('woff2'),
         url('../fonts/fontfamily/fontweight/fontname-webfont.woff') format('woff'),
         url('../fonts/fontfamily/fontweight/fontname-webfont.ttf') format('truetype'),
         url('../fonts/fontfamily/fontweight/fontname-webfont.svg#fontname') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
h1,
.h1,
h2,
.h2 {
  text-rendering: optimizeLegibility;
}

h1, .h1 {
  font-size: calc(22.4px + 5.600000000000001 * ((100vw - 480px) / 720));
}

@media screen and (min-width: 1200px){
  h1, .h1{
    font-size: 28px;
  }
}

@media screen and (max-width: 480px){
  h1, .h1{
    font-size: 22.4px;
  }
}

h2, .h2 {
  font-size: calc(16.25px + 8.75 * ((100vw - 768px) / 432));
}

@media screen and (min-width: 1200px){
  h2, .h2{
    font-size: 25px;
  }
}

@media screen and (max-width: 768px){
  h2, .h2{
    font-size: 16.25px;
  }
}

h3, .h3 {
  font-size: calc(16px + 4 * ((100vw - 480px) / 720));
}

@media screen and (min-width: 1200px){
  h3, .h3{
    font-size: 20px;
  }
}

@media screen and (max-width: 480px){
  h3, .h3{
    font-size: 16px;
  }
}

h4, .h4 {
  font-size: calc(12.6px + 5.4 * ((100vw - 768px) / 432));
}

@media screen and (min-width: 1200px){
  h4, .h4{
    font-size: 18px;
  }
}

@media screen and (max-width: 768px){
  h4, .h4{
    font-size: 12.6px;
  }
}

h5, .h5 {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  color: #3b4f71;
  font-weight: 600;
}

.text-lg {
  font-size: 18px;
  font-size: 1.8rem;
}

.text-sm {
  font-size: 12px;
  font-size: 1.2rem;
}

.cms-text h1,
.cms-text h2,
.cms-text h3,
.cms-text h4,
.cms-text h5,
.cms-text ul,
.cms-text ol,
.cms-text p,
.cms-text table {
  margin-top: 0;
  margin-bottom: 20px;
}

.cms-text h1:last-child,
.cms-text h2:last-child,
.cms-text h3:last-child,
.cms-text h4:last-child,
.cms-text h5:last-child,
.cms-text ul:last-child,
.cms-text ol:last-child,
.cms-text p:last-child,
.cms-text table:last-child {
  margin-bottom: 0;
}

.cms-text p {
  color: #333745;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

.cms-text a,
.cms-text a strong,
.cms-text .btn,
.cms-text .btn strong {
  font-weight: 400;
  color: #333745;
  text-decoration: underline;
}

.cms-text a:hover, .cms-text a:focus,
.cms-text .btn:hover,
.cms-text .btn:focus {
  color: #e3e7ed;
}

.cms-text strong {
  font-weight: 600;
}

.cms-text h1,
.cms-text h2 {
  font-size: calc(16px + 4 * ((100vw - 480px) / 720));
  font-weight: 600;
}

@media screen and (min-width: 1200px){
  .cms-text h1,
.cms-text h2{
    font-size: 20px;
  }
}

@media screen and (max-width: 480px){
  .cms-text h1,
.cms-text h2{
    font-size: 16px;
  }
}

.cms-text h3 {
  font-size: calc(14.4px + 3.5999999999999996 * ((100vw - 480px) / 720));
  font-weight: 400;
}

@media screen and (min-width: 1200px){
  .cms-text h3{
    font-size: 18px;
  }
}

@media screen and (max-width: 480px){
  .cms-text h3{
    font-size: 14.4px;
  }
}

.js .carousel {
  opacity: 0;
}

.js [data-calculate-child] {
  visibility: hidden;
}

.browsehappy {
  background-color: #a94442;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  font-size: 18px;
  font-size: 1.8rem;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.browsehappy button.close {
  background: transparent;
  font-size: 30px;
  font-size: 3rem;
  line-height: 0;
  top: 3px;
  right: -34px;
  padding: 10px;
}

.browsehappy a {
  text-decoration: underline;
  font-weight: 700;
  color: #fff;
}

.browsehappy a:hover {
  color: #fff;
}

input,
textarea {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: italic;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: italic;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: italic;
}

textarea {
  resize: vertical;
}

.form-control {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus, .form-control:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .form-controlinput, .form-controlselect, .form-controltextarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.has-error .form-control {
  border: 1px solid #d9534f;
}

.has-error.checkbox label::before,
.has-error.radio label::before {
  border-color: #d9534f;
}

.js form[data-floating-labels] label:not(.fl-label):not(.no-label) {
  display: none;
}

header[aria-label="header-main"] {
  position: relative;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] {
  margin: 0;
  background-color: #fff;
  border: 0;
  border-bottom: solid 1px #eeeeee;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .nav-link {
  color: #2a2d38;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .nav-link.active, header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .nav-link:hover, header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .nav-link:focus {
  color: #3b4f71;
  text-decoration: none;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-brand {
  display: block;
  padding: 20px;
  height: auto;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-brand img {
  width: 40vw;
  max-width: 240px;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right {
  float: none !important;
  margin: 0;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right ul {
  margin: 0;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right ul li {
  padding: 0 20px;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right ul li a {
  padding: 10px 20px;
}

header[aria-label="header-main"] #offcanvas-menu {
  background-color: #e3e7ed;
  padding: 0;
}

header[aria-label="header-main"] #offcanvas-menu ul li a {
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header[aria-label="header-main"] #offcanvas-menu ul li.active a,
header[aria-label="header-main"] #offcanvas-menu ul li a:hover,
header[aria-label="header-main"] #offcanvas-menu ul li a:focus {
  padding-left: 20px;
}

header[aria-label="header-main"] #offcanvas-menu ul li.active a {
  background-color: #fff;
  color: #3b4f71;
}

header[aria-label="header-main"] #offcanvas-menu ul li + li {
  border-top: solid 1px #fff;
}

header[aria-label="header-main"] #offcanvas-menu ul.list-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: solid 1px #3b4f71;
  border-bottom: solid 1px #3b4f71;
  margin: 0;
}

header[aria-label="header-main"] #offcanvas-menu ul.list-languages li {
  border-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

header[aria-label="header-main"] #offcanvas-menu ul.list-languages li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}

header[aria-label="header-main"] #offcanvas-menu ul.list-languages li + li {
  border-top: 0;
}

header[aria-label="header-main"] #offcanvas-menu ul.list-languages li.active a,
header[aria-label="header-main"] #offcanvas-menu ul.list-languages li a:hover,
header[aria-label="header-main"] #offcanvas-menu ul.list-languages li a:focus {
  background-color: #3b4f71;
  color: #fff;
  padding: 15px 10px;
  text-decoration: none;
}

header[aria-label="header-main"] #offcanvas-menu ul.list-legal-pages {
  display: block;
  padding: 10px 0;
}

header[aria-label="header-main"] #offcanvas-menu ul.list-legal-pages li {
  display: block;
  padding: 0;
}

header[aria-label="header-main"] #offcanvas-menu ul.list-legal-pages li + li {
  border-top: 0;
}

header[aria-label="header-main"] #offcanvas-menu ul.list-legal-pages li a {
  text-transform: uppercase;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}

header[aria-label="header-main"] #offcanvas-menu ul.list-legal-pages li a:hover,
header[aria-label="header-main"] #offcanvas-menu ul.list-legal-pages li a:focus,
header[aria-label="header-main"] #offcanvas-menu ul.list-legal-pages li.active a {
  text-decoration: none;
}

footer[aria-label="footer-main"] {
  margin-bottom: 0;
  color: #eeeeee;
  padding: 40px 0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  border: 0;
}

@media screen and (min-width: 993px) {
  footer[aria-label="footer-main"].sticky {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

footer[aria-label="footer-main"] a {
  color: #e3e7ed;
}

footer[aria-label="footer-main"] a.active, footer[aria-label="footer-main"] a:focus, footer[aria-label="footer-main"] a:hover {
  color: #fff;
}

footer[aria-label="footer-main"] a:disabled {
  color: #444;
}

footer[aria-label="footer-main"] .footer-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  footer[aria-label="footer-main"] .footer-meta .footer-meta-first {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

footer[aria-label="footer-main"] .footer-meta .footer-meta-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

footer[aria-label="footer-main"] .footer-meta .footer-meta-middle ul li {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer[aria-label="footer-main"] .footer-meta .footer-meta-middle ul li:not(:last-child):after {
  content: '';
  display: block;
  height: 1px;
  width: 4px;
  background-color: #e3e7ed;
  margin: 0 8px;
}

footer[aria-label="footer-main"] .footer-meta .footer-meta-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer[aria-label="footer-main"] .footer-meta .footer-meta-last a {
  text-align: right;
}

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

.nav-wizard > li > a {
  position: relative;
}

.nav-wizard > li > a, .nav-wizard > li > a:focus {
  background-color: #fff;
}

.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #fff;
  background-color: #3b4f71;
}

.nav-wizard > li:not(:first-child) > span,
.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px;
}

.nav-wizard > li:not(:first-child) > span:before,
.nav-wizard > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.nav-wizard > li:not(:last-child) > span,
.nav-wizard > li:not(:last-child) > a {
  margin-right: 6px;
}

.nav-wizard > li:not(:last-child) > span:after,
.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fff;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.nav-wizard > li:first-child > span,
.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nav-wizard > li:last-child > span,
.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.nav-wizard > li.complete > a {
  background-color: #b8c4da;
}

.nav-wizard > li.complete > a::before {
  border-right-color: #b8c4da;
}

.nav-wizard > li.complete > a::after {
  border-left-color: #b8c4da;
}

.nav-wizard > li.complete:hover > a,
.nav-wizard > li:hover > a {
  background-color: #3b4f71;
  color: #fff;
}

.nav-wizard > li.complete:hover > a:before, .nav-wizard > li:hover > a:before {
  border-right-color: #3b4f71;
}

.nav-wizard > li.complete:hover > a:after, .nav-wizard > li:hover > a:after {
  border-left-color: #3b4f71;
}

.nav-wizard > li.active > a {
  color: #fff;
  background-color: #3b4f71;
}

.nav-wizard > li.active > a:hover, .nav-wizard > li.active > a:focus {
  color: #fff;
  background-color: #3b4f71;
}

.nav-wizard > li.active > a:after {
  border-left-color: #3b4f71;
}

.nav-wizard > li.active > a .badge {
  color: #3b4f71;
  background-color: #fff;
}

.nav-wizard > li.disabled {
  color: #e3e7ed;
  background-color: #fff;
  text-align: center;
}

.nav-wizard > li.disabled > span {
  display: inline-block;
}

.nav-wizard > li.disabled > span:hover, .nav-wizard > li.disabled > span:focus {
  color: #e3e7ed;
  text-decoration: none;
  background-color: #fff;
  cursor: default;
}

.nav-wizard > li.disabled > span:before {
  border-right-color: #fff;
}

.nav-wizard > li.disabled > span:after {
  border-left-color: #fff;
}

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

.nav-wizard.nav-justified > li > a {
  padding: 10px 15px 10px 36px;
}

@media screen and (max-width: 767px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
  }
  .nav-wizard.nav-justified > li > a:before, .nav-wizard.nav-justified > li > a:after {
    border: none !important;
  }
}

.card {
  margin: 0;
  border: 0;
  border-radius: 4px;
  background-color: #e3e7ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.card h2.h3,
.card .h3 {
  margin: 0;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.card.active, .card:hover, .card:focus {
  text-decoration: none;
  background-color: #3b4f71;
}

.card.active h2.h3,
.card.active .h3, .card:hover h2.h3,
.card:hover .h3, .card:focus h2.h3,
.card:focus .h3 {
  color: #fff;
}

#topbar {
  background-color: #e3e7ed;
  padding: 40px 0;
  margin-bottom: 40px;
}

#topbar h1 {
  margin: 0;
  font-weight: 300;
}

#topbar .btn-back {
  padding: 5px;
  background-color: #3b4f71;
  width: 30px;
}

#topbar .btn-back .icon {
  width: 12px;
  height: 12px;
  stroke-width: 2;
  stroke: #fff;
  fill: transparent;
}

@media screen and (min-width: 768px) {
  #topbar {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  #topbar {
    margin-bottom: 80px;
  }
}

#cookies-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

#cookies-notice.is-loading {
  opacity: 0;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  pointer-events: none;
}

#cookies-notice .cookie-message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: #fff;
  padding: 2rem 2rem;
  border-radius: 1rem;
  z-index: 1000;
  -webkit-box-shadow: 0 2.2px 1.7px rgba(0, 0, 0, 0.022), 0 5.3px 4px rgba(0, 0, 0, 0.028), 0 10px 7.5px rgba(0, 0, 0, 0.03), 0 17.9px 13.4px rgba(0, 0, 0, 0.033), 0 33.4px 25.1px rgba(0, 0, 0, 0.039), 0 80px 60px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2.2px 1.7px rgba(0, 0, 0, 0.022), 0 5.3px 4px rgba(0, 0, 0, 0.028), 0 10px 7.5px rgba(0, 0, 0, 0.03), 0 17.9px 13.4px rgba(0, 0, 0, 0.033), 0 33.4px 25.1px rgba(0, 0, 0, 0.039), 0 80px 60px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  font-size: 1.6rem;
  width: 80%;
}

@media screen and (min-width: 768px) {
  #cookies-notice .cookie-message {
    width: 40rem;
    padding: 4rem 4rem;
  }
}

#cookies-notice .cookie-message p {
  margin-bottom: 2rem;
}

#cookies-notice .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1rem -0.5rem 0 -0.5rem;
}

#cookies-notice .buttons-wrapper > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 1rem 0.5rem 0 0.5rem;
  white-space: nowrap;
}

#cookie-customizer-modal {
  z-index: 110000;
}

#cookie-customizer-modal table {
  margin-top: 2rem;
  width: 100%;
  overflow: auto;
  border: 0;
}

#cookie-customizer-modal table tr:first-child td {
  white-space: nowrap;
  font-size: 10px;
  font-size: 1rem;
}

#cookie-customizer-modal table tr, #cookie-customizer-modal table td {
  border-color: #3b4f71;
  font-size: 12px;
  font-size: 1.2rem;
}

#cookie-customizer-modal table tr p, #cookie-customizer-modal table td p {
  padding: 5px !important;
}

#cookie-customizer-modal table tr strong, #cookie-customizer-modal table td strong {
  text-transform: uppercase;
  letter-spacing: .5px;
}

#cookie-customizer-modal .modal-dialog {
  border-radius: 6px;
  overflow: scroll;
}

@media screen and (max-width: 767px) {
  #cookie-customizer-modal .modal-dialog {
    max-height: calc(100vh - 20px);
  }
}

@media screen and (min-width: 768px) {
  #cookie-customizer-modal .modal-dialog {
    max-height: calc(100vh - 60px);
  }
}

#cookie-customizer-modal .modal-body {
  padding: 2rem 2rem;
}

@media screen and (min-width: 768px) {
  #cookie-customizer-modal .modal-body {
    padding: 4rem 4rem;
  }
}

#cookie-customizer-modal .modal-body .h2 {
  margin-bottom: 1.6rem;
}

#cookie-customizer-modal .modal-footer {
  padding: 2rem 2rem;
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

@media screen and (min-width: 768px) {
  #cookie-customizer-modal .modal-footer {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

#cookie-customizer-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  margin: 1rem;
  z-index: 1000;
}

#cookie-customizer-modal .cookie-group {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#cookie-customizer-modal .cookie-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#cookie-customizer-modal:not(.show-backdrop) ~ .modal-backdrop.in {
  opacity: 0;
}

.breadcrumb li + li:before {
  content: ">";
}

.breadcrumb .breadcrumb-return {
  float: right;
  padding-left: 40px;
}

.breadcrumb .breadcrumb-return::before {
  content: "<";
  color: #3b4f71;
}

.btn {
  letter-spacing: 0.1rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}

.btn.btn-primary {
  background-color: #3b4f71;
  border-color: #3b4f71;
}

.btn.btn-primary:hover {
  background-color: #eaeef4;
  border-color: #eaeef4;
  color: #3b4f71;
}

.btn-none {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none !important;
}

.checkbox {
  padding-left: 20px;
  margin-bottom: 15px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding-left: 12px;
}

.checkbox label::before, .checkbox label::after {
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.checkbox label::before {
  width: 20px;
  height: 20px;
  top: -1px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

.checkbox label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%233b4f71' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  width: 18px;
  height: 18px;
  left: 1px;
  top: 0;
  margin-left: -20px;
  color: #636363;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:checked + label::before {
  border-color: #3b4f71;
}

.checkbox input[type="checkbox"]:checked + label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled:checked + label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23e3e7ed' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="checkbox"]:disabled:checked + label::before {
  border-color: #e3e7ed;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before, .checkbox.checkbox-circle label::after {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .dropdown.dropdown-panel + .dropdown.dropdown-panel {
    margin-top: 40px;
  }
}

.dropdown.dropdown-panel .dropdown-toggle {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .dropdown.dropdown-panel .dropdown-toggle {
    padding: 10px 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #ddd;
    text-align: left;
    background: #f5f5f5;
  }
}

.dropdown.dropdown-panel .dropdown-toggle .caret {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .dropdown.dropdown-panel .dropdown-menu {
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 992px) {
  .dropdown.dropdown-panel .dropdown-menu {
    display: block;
    position: static;
    margin-top: 0;
    padding: 15px;
    float: none;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #ddd;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .dropdown.dropdown-panel .dropdown-menu li > a {
    color: #3b4f71;
  }
  .dropdown.dropdown-panel .dropdown-menu li.active > a {
    color: #fff;
  }
}

.icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.icon.shape-close {
  width: 12px;
  height: 12px;
  stroke-width: 1.5;
  position: relative;
  top: -1px;
}

.icon.shape-check {
  width: 14px;
  height: 11px;
  position: relative;
  top: -1px;
}

.icon.shape-webatvantage {
  width: 100px;
  height: 17px;
  position: relative;
  top: -1px;
}

.icon.shape-social-facebook, .icon.shape-social-twitter, .icon.shape-social-youtube, .icon.shape-social-linkedin, .icon.shape-social-instagram, .icon.shape-social-pinterest {
  width: 20px;
  height: 20px;
}

.icon.stroke-brand-danger {
  stroke: #d9534f;
  fill: transparent;
}

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

@media screen and (max-width: 767px) {
  .list-chevron {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-chevron > li + li {
  margin-top: 10px;
}

.list-chevron > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border: 1px solid #ddd;
  color: #3b4f71;
  text-decoration: none;
  background: none;
}

.list-chevron > li > a .svg-wrapper {
  padding-left: 5px;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.list-chevron > li > a:focus, .list-chevron > li > a:hover {
  border-color: #3b4f71;
}

.list-chevron > li > a:focus .svg-wrapper, .list-chevron > li > a:hover .svg-wrapper {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

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

.list-border > li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 5px 0 5px;
}

.list-border > li > a {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  text-decoration: none;
}

.list-border > li > a:hover {
  border-color: #3b4f71;
}

.list-border > li.active > a {
  color: #fff;
  border-color: #3b4f71;
  background-color: #3b4f71;
}

.list-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.list-flex,
.list-flex > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-flex > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .list-filter {
    margin-bottom: 15px;
  }
  .list-filter .list-filter {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .list-filter > li:not(:first-child) {
    margin-top: 8px;
  }
}

.list-filter > li > ul {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .list-filter > li > ul > li {
    margin-top: 8px;
  }
}

.list-filter > li > a {
  display: inline-block;
  color: #000;
  letter-spacing: .5px;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.list-filter > li > a:not(.active):hover {
  border-color: #000;
}

@media screen and (max-width: 767px) {
  .list-filter, .list-filter ul, .list-filter li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .list-filter li > a {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 7px 12px;
    font-weight: 700;
    white-space: nowrap;
  }
  .list-filter li > a.active {
    border-color: #000;
  }
}

.list-filter .active {
  font-weight: 700;
}

.list-filter--outer {
  overflow: auto;
  max-height: 75vh;
}

.list-group-check .list-group-item {
  -webkit-transition: opacity 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: opacity 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.list-group-check .list-group-item:hover {
  background: rgba(59, 79, 113, 0.1) url(../img/svg/check_primary_hover.svg) no-repeat right 18px top 22px;
}

.list-group-check .list-group-item.active {
  color: #3b4f71;
  border-color: #3b4f71;
  background: transparent url(../img/svg/check_primary.svg) no-repeat right 18px top 22px;
}

.list-group-check .list-group-item.active:hover {
  background-color: rgba(59, 79, 113, 0.1);
}

#loader {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  background-color: rgba(255, 255, 255, 0.75);
}

#loader .circles {
  width: 75px;
  height: 75px;
  position: relative;
}

#loader .circles .circle-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#loader .circles .circle-child::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #3b4f71;
  border-radius: 100%;
  -webkit-animation: circleBounceDelay 1.2s infinite ease-in-out both;
          animation: circleBounceDelay 1.2s infinite ease-in-out both;
}

#loader .circles .circle1 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

#loader .circles .circle1::before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

#loader .circles .circle2 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

#loader .circles .circle2::before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

#loader .circles .circle3 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#loader .circles .circle3::before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

#loader .circles .circle4 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}

#loader .circles .circle4::before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

#loader .circles .circle5 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}

#loader .circles .circle5::before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

#loader .circles .circle6 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#loader .circles .circle6::before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

#loader .circles .circle7 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}

#loader .circles .circle7::before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

#loader .circles .circle8 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}

#loader .circles .circle8::before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

#loader .circles .circle9 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

#loader .circles .circle9::before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

#loader .circles .circle10 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}

#loader .circles .circle10::before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

#loader .circles .circle11 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}

#loader .circles .circle11::before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

#loader .circles .circle12 {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

#loader .circles .circle12::before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.pagination > li {
  display: inline-block;
}

.placeholder-product img {
  width: 100%;
}

.radio {
  padding-left: 20px;
  margin-bottom: 15px;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}

.radio label::before, .radio label::after {
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.radio label::before {
  width: 20px;
  height: 20px;
  top: -1px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}

.radio label::after {
  width: 12px;
  height: 12px;
  left: 4px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #3b4f71;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:checked + label::before {
  border-color: #3b4f71;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

/*
@include radio-variant('.radio-primary', $brand-primary);
@include radio-variant('.radio-danger', $brand-danger);
@include radio-variant('.radio-info', $brand-info);
@include radio-variant('.radio-warning', $brand-warning);
@include radio-variant('.radio-success', $brand-success);
*/
/* Container used for styling the custom select, the buttom class below adds the bg gradient, corners, etc. */
.custom-select {
  display: inline-block;
  position: relative;
  padding: 0 !important;
  width: 100%;
  background: #fff url("../img/svg/caret.svg") no-repeat right 12px center;
  -webkit-overflow-scrolling: touch;
  /* This is the native select, we're making everything but the text invisible so we can see the button styles in the wrapper */
  /* Set options to normal weight */
}

.custom-select:hover, .custom-select:focus, .custom-select:active {
  border-color: #66afe9;
}

.custom-select select {
  width: 100%;
  margin: 0;
  padding: 6px 36px 6px 12px;
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  color: #636363;
  /* Remove select styling */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  /* Font size must the 16px or larger to prevent iOS page zoom on focus */
  /*@media screen and (max-width: $screen-sm-max) {
      font-size: 16px !important;
    }*/
  /* Focus style */
}

.custom-select select:focus {
  outline: none;
  background-color: transparent;
}

.custom-select select:hover, .custom-select select:focus, .custom-select select:active {
  border: 1px solid #66afe9;
}

.custom-select option {
  font-weight: normal;
  text-shadow: none;
  color: #636363;
  padding: 6px 16px;
}

.custom-select .fl-label {
  /* Make sure the input is clickable and not the label */
  pointer-events: none;
}

/* ------------------------------------  */
/* UGLY BROWSER-SPECIFIC HACKS */
/* ----------------------------------  */
/* OPERA - Pre-Blink nix the custom arrow, go with a native select button to keep it simple. Targeted via this hack http://browserhacks.com/#hack-a3f166304aafed524566bc6814e1d5c7 */
x:-o-prefocus,
.custom-select::after {
  display: none;
}

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none;
  }
  .custom-select select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
}

/* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
/* Show only the native arrow */
@-moz-document url-prefix() {
  .custom-select {
    overflow: hidden;
  }
  .custom-select select {
    /*width: 120%;
    width: -moz-calc(100% + 3em);
    width: calc(100% + em);*/
    /* https://gist.github.com/joaocunha/6273016 */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
  }
}

/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.table {
  border: solid 1px #3b4f71;
}

.table tbody tr td {
  vertical-align: middle;
}

.table.table-responsive {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table.table-responsive {
    border: none;
  }
}

.table.table-responsive tr + tr td {
  border-top: 1px solid #3b4f71;
}

.table.table-responsive td,
.table.table-responsive th {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .table.table-responsive td,
  .table.table-responsive th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .table.table-responsive td:before,
  .table.table-responsive th:before {
    content: attr(data-th);
    display: table-cell;
    font-weight: bold;
    padding: 6px 12px 6px 0;
    text-align: right;
  }
  .table.table-responsive td:last-child:after,
  .table.table-responsive th:last-child:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .table.table-responsive thead {
    display: none;
  }
  .table.table-responsive tr {
    display: block;
    position: relative;
    border: 1px solid #3b4f71;
  }
  .table.table-responsive tr + tr {
    margin-top: 60px;
  }
}

.table.table-cart {
  border-bottom: 3px double #3b4f71;
}

.table.table-cart thead > tr > th {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .table.table-cart thead > tr > th:first-child,
  .table.table-cart tbody > tr > td:first-child {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .table.table-cart thead > tr > th:last-child,
  .table.table-cart tbody > tr > td:last-child {
    padding-right: 0;
  }
}

.table.table-cart .thumb,
.table.table-cart .td-thumb,
.table.table-cart .custom-select {
  width: 80px;
}

.table.table-cart .td-thumb {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .table.table-cart .td-thumb {
    border-top: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.table.table-cart .td-thumba img:hover {
  opacity: 0.5;
}

.table.table-cart .td-thumba svg:hover {
  opacity: 0.5;
}

.table.table-cart .td-thumb svg {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .table.table-cart .td-thumb::before,
  .table.table-cart .td-product::before {
    display: none;
  }
}

.table.table-cart .btn-cart-remove {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  padding: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e3e7ed;
}

@media screen and (max-width: 767px) {
  .table.table-cart .btn-cart-remove {
    margin-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .table.table-cart .btn-cart-remove {
    margin-top: 20px;
  }
}

.table.table-cart .no-wrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .table-flex {
    border: 0;
  }
  .table-flex tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: solid 1px #3b4f71;
  }
  .table-flex tr td {
    border: 0 !important;
    text-align: left;
  }
  .table-flex tr td .btn {
    border-radius: 0;
    padding: 10px;
  }
  .table-flex tr td:last-child {
    width: 100%;
    padding: 0;
  }
  .table-flex tr td:last-child .btn {
    width: 100%;
  }
  .table-flex tr + tr {
    margin: 20px 0 0 0;
  }
}

.tooltip {
  font-size: 12px;
  font-size: 1.2rem;
}

.tooltip .tooltip-inner {
  padding: 6px 12px;
}

.c-menu-toggler {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  padding: 0;
  background: #e3e7ed;
  border: solid 0 #e3e7ed;
  z-index: 10000;
  margin: 0 auto;
}

.c-menu-toggler .bar-wrapper {
  display: block;
  position: absolute;
  width: 20px;
  height: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.c-menu-toggler .bar {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 50%;
  background: #3b4f71;
  opacity: 1;
  border-radius: 2px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.c-menu-toggler .bar:nth-child(even) {
  left: 50%;
  border-radius: 0 2px 2px 0;
}

.c-menu-toggler .bar:nth-child(odd) {
  left: 0;
  border-radius: 2px 0 0 2px;
}

.c-menu-toggler .bar:nth-child(1), .c-menu-toggler .bar:nth-child(2) {
  top: 0;
}

.c-menu-toggler .bar:nth-child(3), .c-menu-toggler .bar:nth-child(4) {
  top: 6px;
}

.c-menu-toggler .bar:nth-child(5), .c-menu-toggler .bar:nth-child(6) {
  top: 12px;
}

.c-menu-toggler.is-open .bar:nth-child(1), .c-menu-toggler.is-open .bar:nth-child(6) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-menu-toggler.is-open .bar:nth-child(2), .c-menu-toggler.is-open .bar:nth-child(5) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-menu-toggler.is-open .bar:nth-child(1) {
  left: 2px;
  top: 3px;
}

.c-menu-toggler.is-open .bar:nth-child(2) {
  left: calc(50% - 2px);
  top: 3px;
}

.c-menu-toggler.is-open .bar:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.c-menu-toggler.is-open .bar:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.c-menu-toggler.is-open .bar:nth-child(5) {
  left: 2px;
  top: 9px;
}

.c-menu-toggler.is-open .bar:nth-child(6) {
  left: calc(50% - 2px);
  top: 9px;
}

.c-menu-toggler:hover, .c-menu-toggler:focus {
  background-color: #e3e7ed !important;
}

main[data-page="error"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10vh 10vw;
  background-color: #e6eaf0;
  min-height: calc(100vh - 52px);
}

@media screen and (min-width: 768px) {
  main[data-page="error"] {
    min-height: calc(100vh - 110px);
  }
}

@media screen and (min-width: 992px) {
  main[data-page="error"] {
    min-height: calc(100vh - 104px);
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="error"] {
    min-height: calc(100vh - 104px);
  }
}

main[data-page="error"] h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2F2F4F;
  font-weight: 900;
  font-size: calc(38.4px + 25.6 * ((100vw - 768px) / 432));
}

@media screen and (min-width: 1200px){
  main[data-page="error"] h1{
    font-size: 64px;
  }
}

@media screen and (max-width: 768px){
  main[data-page="error"] h1{
    font-size: 38.4px;
  }
}

main[data-page="error"] form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 60em;
  margin: 60px auto;
}

main[data-page="error"] form input {
  height: 72px;
  padding-left: 24px;
  padding-right: 78px;
}

main[data-page="error"] form button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 72px;
  padding-left: 24px;
  padding-right: 24px;
  z-index: 2000;
}

main[data-page="error"] form button:hover .icon {
  fill: #3b4f71;
}

main[data-page="error"] form .icon {
  width: 30px;
  height: 30px;
}

main[data-page="error"] .lead {
  margin-bottom: 60px;
}

main[data-page="error"] .error-code {
  display: block;
  position: relative;
  margin: 0;
  color: #e6eaf0;
  text-shadow: -5px -3px 8px #f6f7fa, 6px 2px 12px #c6cfdd;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1em;
  pointer-events: none;
  font-size: calc(128px + 128 * ((100vw - 768px) / 432));
}

@media screen and (min-width: 1200px){
  main[data-page="error"] .error-code{
    font-size: 256px;
  }
}

@media screen and (max-width: 768px){
  main[data-page="error"] .error-code{
    font-size: 128px;
  }
}

main[data-page="error"] .error-code span::before, main[data-page="error"] .error-code span::after {
  content: attr(data-text);
  display: inline;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-filter: blur(7.5px);
          filter: blur(7.5px);
  opacity: 0.25;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
}

main[data-page="error"] .error-code span::before {
  text-shadow: -5px -3px 3px #fefefe, 6px 2px 5px #c6cfdd;
}

main[data-page="error"] .error-code span::after {
  -webkit-text-stroke: 3px #fefefe;
  text-shadow: none;
}

main[data-page="error"] .content-wrapper {
  width: 100%;
}

main[data-page="home"] #widget-container {
  border-top: solid 1px #e3e7ed;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  main[data-page="home"] #widget-container {
    margin-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="home"] #widget-container {
    margin-top: 80px;
  }
}

main[data-page="home"] #widget-container .widget {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  main[data-page="home"] #widget-container .widget {
    padding-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="home"] #widget-container .widget {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1200px), screen and (max-width: 1199px) {
  main[data-page="seo"] #col-title {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  main[data-page="seo"] #col-title {
    float: none;
  }
}

/**
*
* This file should only contain imports and comments
* http://sass-guidelin.es/#main-file
*
**/
