/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
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: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

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

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

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:focus {
    color: black;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

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

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

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

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #000; }

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

.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: #000; }

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

.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-right: 5px;
    padding-left: 5px; }

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #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.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .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; }

@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[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

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

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 1px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .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: #777777; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .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: #666666; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    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: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #000; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #000; }
    .panel-primary > .panel-heading .badge {
      color: #000;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #000; }

.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; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  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: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

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

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

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

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

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

@-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; } }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.428571429;
      color: #000;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: black;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

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

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

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -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,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  .swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; } }

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; } }

@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; } }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

@media (min-width: 768px) {
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; } }

@media (min-width: 992px) {
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; } }

@media (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; } }

@media (min-width: 1400px) {
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; } }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

@media (min-width: 768px) {
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; } }

@media (min-width: 992px) {
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; } }

@media (min-width: 1200px) {
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; } }

@media (min-width: 1400px) {
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; } }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

@media (min-width: 768px) {
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; } }

@media (min-width: 992px) {
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; } }

@media (min-width: 1200px) {
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; } }

@media (min-width: 1400px) {
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; } }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

@media (min-width: 768px) {
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; } }

@media (min-width: 992px) {
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; } }

@media (min-width: 1200px) {
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; } }

@media (min-width: 1400px) {
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; } }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

@media (min-width: 768px) {
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; } }

@media (min-width: 992px) {
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; } }

@media (min-width: 1200px) {
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; } }

@media (min-width: 1400px) {
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; } }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

@media (min-width: 768px) {
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; } }

@media (min-width: 992px) {
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; } }

@media (min-width: 1200px) {
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; } }

@media (min-width: 1400px) {
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; } }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

@media (min-width: 768px) {
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; } }

@media (min-width: 992px) {
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; } }

@media (min-width: 1200px) {
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; } }

@media (min-width: 1400px) {
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; } }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

@media (min-width: 768px) {
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; } }

@media (min-width: 992px) {
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; } }

@media (min-width: 1200px) {
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; } }

@media (min-width: 1400px) {
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; } }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

@media (min-width: 768px) {
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1400px) {
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

.gap-0 {
  gap: 0 !important; }

.row-gap-0 {
  row-gap: 0 !important; }

.column-gap-0 {
  column-gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.row-gap-1 {
  row-gap: 0.25rem !important; }

.column-gap-1 {
  column-gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.row-gap-2 {
  row-gap: 0.5rem !important; }

.column-gap-2 {
  column-gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.row-gap-3 {
  row-gap: 1rem !important; }

.column-gap-3 {
  column-gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.row-gap-4 {
  row-gap: 1.5rem !important; }

.column-gap-4 {
  column-gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.row-gap-5 {
  row-gap: 3rem !important; }

.column-gap-5 {
  column-gap: 3rem !important; }

@media (min-width: 768px) {
  .gap-sm-0 {
    gap: 0 !important; }
  .row-gap-sm-0 {
    row-gap: 0 !important; }
  .column-gap-sm-0 {
    column-gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important; }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important; }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .row-gap-sm-3 {
    row-gap: 1rem !important; }
  .column-gap-sm-3 {
    column-gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important; }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .row-gap-sm-5 {
    row-gap: 3rem !important; }
  .column-gap-sm-5 {
    column-gap: 3rem !important; } }

@media (min-width: 992px) {
  .gap-md-0 {
    gap: 0 !important; }
  .row-gap-md-0 {
    row-gap: 0 !important; }
  .column-gap-md-0 {
    column-gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .row-gap-md-1 {
    row-gap: 0.25rem !important; }
  .column-gap-md-1 {
    column-gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .row-gap-md-2 {
    row-gap: 0.5rem !important; }
  .column-gap-md-2 {
    column-gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .row-gap-md-3 {
    row-gap: 1rem !important; }
  .column-gap-md-3 {
    column-gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .row-gap-md-4 {
    row-gap: 1.5rem !important; }
  .column-gap-md-4 {
    column-gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .row-gap-md-5 {
    row-gap: 3rem !important; }
  .column-gap-md-5 {
    column-gap: 3rem !important; } }

@media (min-width: 1200px) {
  .gap-lg-0 {
    gap: 0 !important; }
  .row-gap-lg-0 {
    row-gap: 0 !important; }
  .column-gap-lg-0 {
    column-gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important; }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important; }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .row-gap-lg-3 {
    row-gap: 1rem !important; }
  .column-gap-lg-3 {
    column-gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important; }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .row-gap-lg-5 {
    row-gap: 3rem !important; }
  .column-gap-lg-5 {
    column-gap: 3rem !important; } }

@media (min-width: 1400px) {
  .gap-xl-0 {
    gap: 0 !important; }
  .row-gap-xl-0 {
    row-gap: 0 !important; }
  .column-gap-xl-0 {
    column-gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important; }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important; }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .row-gap-xl-3 {
    row-gap: 1rem !important; }
  .column-gap-xl-3 {
    column-gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important; }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .row-gap-xl-5 {
    row-gap: 3rem !important; }
  .column-gap-xl-5 {
    column-gap: 3rem !important; } }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.d-block {
  display: block !important; }

.d-inline {
  display: inline !important; }

.d-none {
  display: none !important; }

@media (min-width: 768px) {
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-none {
    display: none !important; } }

@media (min-width: 992px) {
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-block {
    display: block !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-none {
    display: none !important; } }

@media (min-width: 1200px) {
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-none {
    display: none !important; } }

@media (min-width: 1400px) {
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-none {
    display: none !important; } }

.flex-direction-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

@media (min-width: 768px) {
  .flex-direction-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; } }

@media (min-width: 992px) {
  .flex-direction-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; } }

@media (min-width: 1200px) {
  .flex-direction-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; } }

@media (min-width: 1400px) {
  .flex-direction-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; } }

.flex-direction-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

@media (min-width: 768px) {
  .flex-direction-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; } }

@media (min-width: 992px) {
  .flex-direction-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; } }

@media (min-width: 1200px) {
  .flex-direction-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; } }

@media (min-width: 1400px) {
  .flex-direction-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; } }

.flex-direction-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

@media (min-width: 768px) {
  .flex-direction-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; } }

@media (min-width: 992px) {
  .flex-direction-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; } }

@media (min-width: 1200px) {
  .flex-direction-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; } }

@media (min-width: 1400px) {
  .flex-direction-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; } }

.flex-direction-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

@media (min-width: 768px) {
  .flex-direction-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; } }

@media (min-width: 992px) {
  .flex-direction-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; } }

@media (min-width: 1200px) {
  .flex-direction-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; } }

@media (min-width: 1400px) {
  .flex-direction-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; } }

.flex-wrap-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

@media (min-width: 768px) {
  .flex-wrap-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; } }

@media (min-width: 992px) {
  .flex-wrap-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; } }

@media (min-width: 1200px) {
  .flex-wrap-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; } }

@media (min-width: 1400px) {
  .flex-wrap-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; } }

.flex-wrap-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

@media (min-width: 768px) {
  .flex-wrap-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; } }

@media (min-width: 992px) {
  .flex-wrap-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; } }

@media (min-width: 1200px) {
  .flex-wrap-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; } }

@media (min-width: 1400px) {
  .flex-wrap-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; } }

.flex-wrap-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

@media (min-width: 768px) {
  .flex-wrap-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; } }

@media (min-width: 992px) {
  .flex-wrap-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; } }

@media (min-width: 1200px) {
  .flex-wrap-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; } }

@media (min-width: 1400px) {
  .flex-wrap-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; } }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: start !important; }

@media (min-width: 768px) {
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: start !important; } }

@media (min-width: 992px) {
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: start !important; } }

@media (min-width: 1200px) {
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: start !important; } }

@media (min-width: 1400px) {
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: start !important; } }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: end !important; }

@media (min-width: 768px) {
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: end !important; } }

@media (min-width: 992px) {
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: end !important; } }

@media (min-width: 1200px) {
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: end !important; } }

@media (min-width: 1400px) {
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: end !important; } }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

@media (min-width: 768px) {
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; } }

@media (min-width: 992px) {
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; } }

@media (min-width: 1200px) {
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; } }

@media (min-width: 1400px) {
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; } }

.justify-content-space-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

@media (min-width: 768px) {
  .justify-content-sm-space-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; } }

@media (min-width: 992px) {
  .justify-content-md-space-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; } }

@media (min-width: 1200px) {
  .justify-content-lg-space-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; } }

@media (min-width: 1400px) {
  .justify-content-xl-space-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; } }

.justify-content-around {
  -ms-flex-pack: around !important;
  justify-content: around !important; }

@media (min-width: 768px) {
  .justify-content-sm-around {
    -ms-flex-pack: around !important;
    justify-content: around !important; } }

@media (min-width: 992px) {
  .justify-content-md-around {
    -ms-flex-pack: around !important;
    justify-content: around !important; } }

@media (min-width: 1200px) {
  .justify-content-lg-around {
    -ms-flex-pack: around !important;
    justify-content: around !important; } }

@media (min-width: 1400px) {
  .justify-content-xl-around {
    -ms-flex-pack: around !important;
    justify-content: around !important; } }

.justify-content-evenly {
  -ms-flex-pack: evenly !important;
  justify-content: evenly !important; }

@media (min-width: 768px) {
  .justify-content-sm-evenly {
    -ms-flex-pack: evenly !important;
    justify-content: evenly !important; } }

@media (min-width: 992px) {
  .justify-content-md-evenly {
    -ms-flex-pack: evenly !important;
    justify-content: evenly !important; } }

@media (min-width: 1200px) {
  .justify-content-lg-evenly {
    -ms-flex-pack: evenly !important;
    justify-content: evenly !important; } }

@media (min-width: 1400px) {
  .justify-content-xl-evenly {
    -ms-flex-pack: evenly !important;
    justify-content: evenly !important; } }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: start !important; }

@media (min-width: 768px) {
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: start !important; } }

@media (min-width: 992px) {
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: start !important; } }

@media (min-width: 1200px) {
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: start !important; } }

@media (min-width: 1400px) {
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: start !important; } }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: end !important; }

@media (min-width: 768px) {
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: end !important; } }

@media (min-width: 992px) {
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: end !important; } }

@media (min-width: 1200px) {
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: end !important; } }

@media (min-width: 1400px) {
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: end !important; } }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

@media (min-width: 768px) {
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; } }

@media (min-width: 992px) {
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; } }

@media (min-width: 1200px) {
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; } }

@media (min-width: 1400px) {
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; } }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

@media (min-width: 768px) {
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; } }

@media (min-width: 992px) {
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; } }

@media (min-width: 1200px) {
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; } }

@media (min-width: 1400px) {
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; } }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

@media (min-width: 768px) {
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; } }

@media (min-width: 992px) {
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; } }

@media (min-width: 1200px) {
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; } }

@media (min-width: 1400px) {
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; } }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: start !important; }

@media (min-width: 768px) {
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: start !important; } }

@media (min-width: 992px) {
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: start !important; } }

@media (min-width: 1200px) {
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: start !important; } }

@media (min-width: 1400px) {
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: start !important; } }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: end !important; }

@media (min-width: 768px) {
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: end !important; } }

@media (min-width: 992px) {
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: end !important; } }

@media (min-width: 1200px) {
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: end !important; } }

@media (min-width: 1400px) {
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: end !important; } }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

@media (min-width: 768px) {
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; } }

@media (min-width: 992px) {
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; } }

@media (min-width: 1200px) {
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; } }

@media (min-width: 1400px) {
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; } }

.align-content-space-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

@media (min-width: 768px) {
  .align-content-sm-space-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; } }

@media (min-width: 992px) {
  .align-content-md-space-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; } }

@media (min-width: 1200px) {
  .align-content-lg-space-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; } }

@media (min-width: 1400px) {
  .align-content-xl-space-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; } }

.align-content-around {
  -ms-flex-line-pack: around !important;
  align-content: around !important; }

@media (min-width: 768px) {
  .align-content-sm-around {
    -ms-flex-line-pack: around !important;
    align-content: around !important; } }

@media (min-width: 992px) {
  .align-content-md-around {
    -ms-flex-line-pack: around !important;
    align-content: around !important; } }

@media (min-width: 1200px) {
  .align-content-lg-around {
    -ms-flex-line-pack: around !important;
    align-content: around !important; } }

@media (min-width: 1400px) {
  .align-content-xl-around {
    -ms-flex-line-pack: around !important;
    align-content: around !important; } }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

@media (min-width: 768px) {
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; } }

@media (min-width: 992px) {
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; } }

@media (min-width: 1200px) {
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; } }

@media (min-width: 1400px) {
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; } }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

@media (min-width: 768px) {
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; } }

@media (min-width: 992px) {
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; } }

@media (min-width: 1200px) {
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; } }

@media (min-width: 1400px) {
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; } }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: start !important; }

@media (min-width: 768px) {
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: start !important; } }

@media (min-width: 992px) {
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: start !important; } }

@media (min-width: 1200px) {
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: start !important; } }

@media (min-width: 1400px) {
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: start !important; } }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: end !important; }

@media (min-width: 768px) {
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: end !important; } }

@media (min-width: 992px) {
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: end !important; } }

@media (min-width: 1200px) {
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: end !important; } }

@media (min-width: 1400px) {
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: end !important; } }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

@media (min-width: 768px) {
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; } }

@media (min-width: 992px) {
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; } }

@media (min-width: 1200px) {
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; } }

@media (min-width: 1400px) {
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; } }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

@media (min-width: 768px) {
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; } }

@media (min-width: 992px) {
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; } }

@media (min-width: 1200px) {
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; } }

@media (min-width: 1400px) {
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; } }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 768px) {
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?ngfrsj");
  src: url("fonts/icomoon.eot?ngfrsj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ngfrsj") format("truetype"), url("fonts/icomoon.woff?ngfrsj") format("woff"), url("fonts/icomoon.svg?ngfrsj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], #login ul:not(#breadcrumbs) li:before, [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-star-full:before {
  content: "\e915"; }

.icon-pinterest:before {
  content: "\e914"; }

.icon-facebook:before {
  content: "\e911"; }

.icon-youtube:before {
  content: "\e912"; }

.icon-brand:before {
  content: "\e912"; }

.icon-social:before {
  content: "\e912"; }

.icon-instagram:before {
  content: "\e913"; }

.icon-brand1:before {
  content: "\e913"; }

.icon-social1:before {
  content: "\e913"; }

.icon-x:before {
  content: "\e900"; }

.icon-menu:before {
  content: "\e901"; }

.icon-check:before {
  content: "\e902"; }

.icon-search:before {
  content: "\e903"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-arrow-left:before {
  content: "\e905"; }

.icon-arrow-down:before {
  content: "\e906"; }

.icon-arrow-up:before {
  content: "\e907"; }

.icon-envelope:before {
  content: "\e908"; }

.icon-phone:before {
  content: "\e909"; }

.icon-check-circle:before {
  content: "\e90a"; }

.icon-caret-right:before {
  content: "\e90b"; }

.icon-caret-left:before {
  content: "\e90c"; }

.icon-caret-up:before {
  content: "\e90d"; }

.icon-caret-down:before {
  content: "\e90e"; }

.icon-basket:before {
  content: "\e90f"; }

.icon-user:before {
  content: "\e910"; }

.btn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 23px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  transition: all 300ms ease;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.28px;
  font-size: 14px;
  height: 54px; }
  .btn.primary {
    background: #F0A202;
    color: #121A40; }
  .btn.black {
    background: #000; }
    .btn.black:focus, .btn.black:active {
      color: #fff; }
  .btn.red {
    background: #d9534f; }
    .btn.red:hover {
      background: #d9534f; }
  .btn.green {
    background: #627651; }
  .btn.gold {
    background: #0B293C;
    border-radius: 3px; }
  .btn.no-icons {
    padding: 13px 15px; }
    .btn.no-icons:before, .btn.no-icons:after {
      display: none; }
  @media (max-width: 767px) {
    .btn.no-icons-mob {
      padding: 13px 15px; }
      .btn.no-icons-mob:before, .btn.no-icons-mob:after {
        display: none; } }
  @media (max-width: 1023px) {
    .btn.no-icons-por {
      padding: 13px 15px; }
      .btn.no-icons-por:before, .btn.no-icons-por:after {
        display: none; } }
  .btn:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: #02151A; }
  .btn:disabled {
    background: #ccc;
    color: #fff;
    cursor: not-allowed; }

.btn2,
submit {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  transition: all 300ms ease;
  border: none; }
  .btn2.black,
  submit.black {
    background: #000; }
  .btn2.green,
  submit.green {
    background: #627651; }
  .btn2.gold,
  submit.gold {
    background: #0B293C; }
  .btn2:hover,
  submit:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }

.form-group .form-control {
  height: 54px;
  border: 1px solid #eae8e1;
  border-radius: 5px; }

form.form-horizontal .control-label {
  text-align: left !important; }

form .form-group input {
  box-shadow: none;
  border: 1px solid #eae8e1;
  padding: 5px;
  height: auto;
  border-radius: 5px;
  color: #000;
  line-height: inherit !important; }
  form .form-group input:-ms-input-placeholder {
    color: #000; }
  form .form-group input::placeholder {
    color: #000; }
  form .form-group input:focus {
    box-shadow: none;
    border-color: #000; }

form .form-group textarea {
  box-shadow: none;
  border: 1px solid #0B293C;
  padding: 5px;
  height: auto;
  border-radius: 0px;
  color: #000;
  line-height: inherit !important; }
  form .form-group textarea:-ms-input-placeholder {
    color: #000; }
  form .form-group textarea::placeholder {
    color: #000; }
  form .form-group textarea:focus {
    box-shadow: none;
    border-color: #000; }

form .form-group .checkbox {
  border: none;
  box-shadow: none;
  border: 1px solid #0B293C;
  padding: 5px;
  height: auto;
  border-radius: 0px;
  color: #000;
  line-height: inherit !important; }
  form .form-group .checkbox:-ms-input-placeholder {
    color: #000; }
  form .form-group .checkbox::placeholder {
    color: #000; }
  form .form-group .checkbox:focus {
    box-shadow: none;
    border-color: #000; }

form .form-group select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  border: 1px solid #0B293C;
  border-radius: 0px;
  height: auto;
  padding: 5px;
  background: #fff url("/img/select.svg") no-repeat calc(100% - 5px) center;
  background-size: 10px auto;
  color: #000; }
  form .form-group select:focus {
    box-shadow: none; }

form .checkbox label input {
  -webkit-appearance: none;
  appearance: none;
  height: 11px;
  width: 11px;
  border: 1px solid #0B293C;
  box-shadow: none;
  outline: none; }
  form .checkbox label input:checked {
    background: #000; }
  form .checkbox label input:focus {
    box-shadow: none; }

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px; }
  .spinner .path {
    stroke: #EEE;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

* {
  outline: none; }

body {
  font-family: 'Outfit', sans-serif;
  margin-top: 80px;
  font-weight: 400;
  color: #02151A; }

.container-fluid {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px; }

.w-100 {
  width: 100% !important; }

h1,
h2,
h3,
h4 {
  color: #02151A;
  font-weight: bold;
  font-family: 'Outfit', sans-serif;
  margin-top: 0; }

h1,
h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

p {
  font-size: 16px;
  line-height: 1.6;
  color: #02151A; }

a {
  color: #F0A202; }

.d-none {
  display: none !important; }

.wrapper-gray {
  padding-bottom: 45px; }

.gray {
  background: #F8F7F4; }

.wrapper {
  padding: 30px 0; }

.float-right {
  float: right; }

a {
  transition: all 0.3s; }
  a:hover {
    color: #F0A202; }

img {
  max-width: 100%; }

.pagination .active span {
  background-color: #0B293C;
  border-color: #0B293C; }

#infobar {
  background: #000;
  padding: 15px 5px;
  margin-left: -15px;
  margin-right: -15px;
  color: #fff;
  font-size: 16px;
  border-radius: 3px 3px 0 0px; }
  #infobar a {
    color: #fff;
    text-decoration: none; }

.loader {
  display: inline-block;
  width: 18px;
  height: 18px; }
  .loader.hide {
    display: none; }
  .loader:after {
    content: " ";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid;
    border-color: #CCC transparent #CCC transparent;
    animation: loader 1.2s linear infinite; }

#age-confirmation {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: none; }
  #age-confirmation #age-confirmation-modal {
    width: 400px;
    padding: 30px;
    background-color: #ffffff; }
    #age-confirmation #age-confirmation-modal p {
      margin-bottom: 20px; }
    #age-confirmation #age-confirmation-modal div {
      float: right; }
      #age-confirmation #age-confirmation-modal div button {
        background-color: #000000;
        color: #ffffff;
        padding: 6px 15px;
        font-weight: 700;
        border: 0;
        font-family: "Open Sans", sans-serif;
        font-size: 15px; }
        #age-confirmation #age-confirmation-modal div button:first-of-type {
          margin-right: 15px; }

.stars-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .stars-wrapper span {
    margin-right: 15px; }

.stars {
  display: inline-block;
  padding: 0;
  position: relative; }
  .stars .percent {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    color: #F0A202;
    z-index: 1;
    font-size: 18px; }
  .stars .background {
    position: absolute;
    top: 0;
    left-box: 0;
    z-index: 0;
    font-size: 18px; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media (min-width: 768px) {
  ul li {
    font-size: 16px; } }

@media (min-width: 992px) {
  body {
    margin-top: 0; }
  h1,
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 22px; }
  h4 {
    font-size: 18px; }
  p {
    font-size: 18px; }
  ul li {
    font-size: 18px; }
  .wrapper {
    padding: 60px 0; } }

@media (min-width: 1200px) {
  h1,
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 20px; }
  .wrapper {
    padding: 90px 0; }
  .d-lg-block {
    display: block !important; } }

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-bottom: 1px solid #F0F0F0; }
  header .top {
    background: #0B293C;
    text-align: center;
    height: 40px; }
    header .top .top-wrapper {
      height: 100%; }
      header .top .top-wrapper .usps {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 10px; }
        header .top .top-wrapper .usps ul {
          max-width: 1440px;
          margin: 0 auto;
          width: 100%;
          list-style: none;
          padding: 5px 0; }
          header .top .top-wrapper .usps ul li {
            display: inline-block;
            font-size: 14px;
            color: #fff;
            position: relative;
            margin: 0 10px;
            padding-left: 20px; }
            header .top .top-wrapper .usps ul li::before {
              content: "\e90a";
              font-family: icomoon, sans-serif;
              position: absolute;
              left: 0;
              color: #F0A202; }
            header .top .top-wrapper .usps ul li i {
              margin-right: 5px; }
      header .top .top-wrapper > ul {
        display: none; }
  header .shipment {
    padding: 5px 0;
    background: #F0F0F0; }
  header .container-fluid {
    position: relative;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    header .container-fluid:before, header .container-fluid:after {
      content: none; }
    header .container-fluid .logo img {
      display: block;
      width: 150px;
      height: auto; }
    header .container-fluid > form {
      position: relative;
      width: 100%;
      max-width: 600px;
      margin: 0 30px 0 60px; }
      header .container-fluid > form input {
        height: 40px;
        background: #FFF;
        border: 1px solid #EAE8E1;
        border-radius: 5px;
        padding: 0 40px 0 40px;
        width: 100%;
        outline: none;
        font-size: 16px; }
        header .container-fluid > form input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #121A40; }
        header .container-fluid > form input::-moz-placeholder {
          /* Firefox 19+ */
          color: #121A40; }
        header .container-fluid > form input:-ms-input-placeholder {
          /* IE 10+ */
          color: #121A40; }
        header .container-fluid > form input:-moz-placeholder {
          /* Firefox 18- */
          color: #121A40; }
      header .container-fluid > form button {
        background: none;
        border: none;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 40px;
        color: #999; }
        header .container-fluid > form button i {
          vertical-align: -5px;
          font-size: 20px;
          color: #719FA2; }
      header .container-fluid > form ul#searchResults {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 1;
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #FFF;
        border: 1px solid #DDD;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        opacity: 0;
        transition: all 0.3s; }
        header .container-fluid > form ul#searchResults h3 {
          margin: 0;
          padding: 5px 15px;
          font-size: 24px;
          border-bottom: 2px solid #0B293C; }
        header .container-fluid > form ul#searchResults.show {
          opacity: 1; }
        header .container-fluid > form ul#searchResults i {
          margin-top: 10px;
          margin-left: 15px; }
        header .container-fluid > form ul#searchResults li a {
          display: block;
          padding: 10px 15px;
          border-bottom: 1px solid rgba(221, 221, 221, 0.5); }
        header .container-fluid > form ul#searchResults li:last-child a {
          border-bottom: 0; }
    header .container-fluid .button-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      header .container-fluid .button-wrapper .user-btn,
      header .container-fluid .button-wrapper .cart-btn,
      header .container-fluid .button-wrapper .menu-btn {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #02151A;
        margin-left: 15px;
        height: 25px; }
        header .container-fluid .button-wrapper .user-btn i,
        header .container-fluid .button-wrapper .cart-btn i,
        header .container-fluid .button-wrapper .menu-btn i {
          color: #719FA2; }
        header .container-fluid .button-wrapper .user-btn.menu-btn,
        header .container-fluid .button-wrapper .cart-btn.menu-btn,
        header .container-fluid .button-wrapper .menu-btn.menu-btn {
          display: -ms-flexbox !important;
          display: flex !important;
          -ms-flex-align: center;
          align-items: center;
          font-size: 26px; }
      header .container-fluid .button-wrapper .languages {
        margin-left: 15px;
        z-index: 1;
        height: 25px; }
        header .container-fluid .button-wrapper .languages .language-btn img {
          width: 20px;
          height: 20px;
          margin-right: 10px;
          border-radius: 50%;
          border: 1px solid #C1D5E3; }
        header .container-fluid .button-wrapper .languages .language-btn span {
          display: none; }
        header .container-fluid .button-wrapper .languages .language-btn:hover {
          cursor: pointer; }
        header .container-fluid .button-wrapper .languages .languages-dropdown {
          position: absolute;
          list-style: none;
          padding: 0;
          background: #fff;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          width: 100%;
          max-height: 0;
          overflow: hidden;
          transition: all 0.3s;
          top: 70px;
          right: 0; }
          header .container-fluid .button-wrapper .languages .languages-dropdown.active {
            max-height: unset; }
          header .container-fluid .button-wrapper .languages .languages-dropdown li {
            font-size: 14px; }
            header .container-fluid .button-wrapper .languages .languages-dropdown li:not(:last-child) {
              border-bottom: 1px solid #C1D5E3; }
            header .container-fluid .button-wrapper .languages .languages-dropdown li a {
              background: #FFF;
              color: #121A40;
              display: inline-block;
              padding: 15px;
              width: 100%; }
              header .container-fluid .button-wrapper .languages .languages-dropdown li a img {
                width: 15px;
                height: 15px;
                margin-right: 10px; }
      header .container-fluid .button-wrapper .cart-btn {
        position: relative; }
        header .container-fluid .button-wrapper .cart-btn #count {
          position: absolute;
          top: 3px;
          right: -5px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-style: normal;
          font-size: 9px;
          height: 14px;
          width: 14px;
          line-height: 1;
          background: #F0A202;
          color: #fff;
          border-radius: 7px; }
      header .container-fluid .button-wrapper .user {
        display: none; }
  header .nav-wrap {
    background-color: #F8F7F4; }
  header nav {
    position: absolute;
    display: none;
    width: 100%;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    text-align: left; }
    header nav > ul {
      padding: 0;
      margin: 0; }
      header nav > ul > li {
        list-style: none;
        position: relative; }
        header nav > ul > li a {
          display: block;
          padding: 10px 10px;
          transition: all .3s;
          color: #02151A;
          background-color: #f8f7f4; }
          header nav > ul > li a.active {
            color: #F0A202;
            text-decoration: none; }
          header nav > ul > li a:hover {
            color: #F0A202; }
        header nav > ul > li > ul {
          display: none;
          background: #F8F7F4; }
          header nav > ul > li > ul > li {
            list-style: none; }
            header nav > ul > li > ul > li a {
              white-space: nowrap;
              font-weight: normal;
              font-size: 14px; }
        header nav > ul > li.open ul {
          display: block; }

@media (min-width: 350px) {
  header .container-fluid .logo img {
    width: 180px; } }

@media (min-width: 480px) {
  header .container-fluid .logo img {
    width: 240px; } }

@media (max-width: 767px) {
  body {
    margin-top: 120px; }
  header .container-fluid {
    position: unset; }
  header ul#searchResults {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden; }
  header #searchForm {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    margin: 0;
    max-width: unset; }
    header #searchForm input {
      border: none;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
      border-top: 1px solid #C1D5E3; } }

@media (min-width: 992px) {
  header {
    border-bottom: 0;
    position: relative; }
    header.fixed {
      position: fixed;
      top: -40px;
      left: 0;
      right: 0;
      z-index: 1000; }
    header .container-fluid {
      height: 80px; }
      header .container-fluid .logo img {
        width: 320px; }
      header .container-fluid .button-wrapper {
        position: relative; }
        header .container-fluid .button-wrapper .menu-btn.menu-btn {
          display: none !important; }
        header .container-fluid .button-wrapper .user-btn,
        header .container-fluid .button-wrapper .cart-btn {
          margin-left: 30px; }
          header .container-fluid .button-wrapper .user-btn span,
          header .container-fluid .button-wrapper .cart-btn span {
            font-size: 13px;
            display: block;
            color: #719FA2;
            white-space: nowrap; }
        header .container-fluid .button-wrapper .user-btn,
        header .container-fluid .button-wrapper .cart-btn,
        header .container-fluid .button-wrapper .menu-btn,
        header .container-fluid .button-wrapper .languages {
          height: unset; }
        header .container-fluid .button-wrapper .cart-btn .cart-icon {
          width: -webkit-fit-content;
          width: fit-content;
          width: -moz-fit-content;
          margin: 0 auto;
          position: relative; }
        header .container-fluid .button-wrapper .cart-btn #count {
          right: -5px; }
        header .container-fluid .button-wrapper .languages {
          position: relative; }
          header .container-fluid .button-wrapper .languages .language-btn {
            height: 50px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 30px 0 15px;
            border-radius: 5px;
            position: relative;
            background: #FFF url("/img/select.svg") no-repeat calc(100% - 15px) center;
            background-size: 10px;
            min-width: 140px;
            border: 1px solid #EAE8E1; }
            header .container-fluid .button-wrapper .languages .language-btn span {
              display: block; }
            header .container-fluid .button-wrapper .languages .language-btn img {
              width: 15px;
              height: 15px;
              border: none; }
          header .container-fluid .button-wrapper .languages .languages-dropdown {
            top: unset; }
        header .container-fluid .button-wrapper .user {
          position: absolute;
          top: 61px;
          right: 50px;
          background: #fff;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          border: 1px solid #F0F0F0;
          display: none;
          padding: 15px;
          z-index: 1;
          left: 0;
          width: 100%; }
          header .container-fluid .button-wrapper .user .account {
            padding: 0;
            margin: 0; }
            header .container-fluid .button-wrapper .user .account li {
              list-style: none; }
          header .container-fluid .button-wrapper .user .register {
            padding: 0;
            margin: 15px 0 0 0; }
            header .container-fluid .button-wrapper .user .register li {
              list-style: none; }
    header nav {
      position: static;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      height: 60px;
      max-width: 1410px;
      margin: 0 auto;
      border: none;
      text-align: center; }
      header nav > ul {
        position: relative;
        height: 50px; }
        header nav > ul > li {
          position: relative;
          display: inline-block;
          font-size: 14px;
          line-height: 50px; }
          header nav > ul > li:first-of-type:not(header nav > ul > li:last-of-type):hover > ul {
            left: 10px;
            right: unset; }
          header nav > ul > li a {
            padding: 0 7px;
            font-weight: 500; }
            header nav > ul > li a i {
              margin-left: 10px; }
            header nav > ul > li a.active {
              color: #F0A202;
              text-decoration: none; }
          header nav > ul > li:hover > a,
          header nav > ul > li:hover > a.active {
            position: relative; }
          header nav > ul > li:hover > ul {
            position: absolute;
            top: 50px;
            right: 10px;
            margin: 0;
            padding: 0;
            background: #fff;
            text-align: left;
            display: block;
            z-index: 10000;
            overflow: hidden;
            transition: all 0.3s;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
            border-radius: 0px; }
            header nav > ul > li:hover > ul > li {
              display: block;
              border-top: none;
              line-height: 2; }
              header nav > ul > li:hover > ul > li a {
                padding: 5px 15px;
                font-weight: normal;
                color: #000;
                font-size: 16px; }
                header nav > ul > li:hover > ul > li a:hover {
                  color: #F0A202; }
                header nav > ul > li:hover > ul > li a.active {
                  color: #F0A202; } }

@media (min-width: 1200px) {
  header .top .top-wrapper {
    max-width: 1410px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    header .top .top-wrapper .usps {
      margin: 0; }
      header .top .top-wrapper .usps ul li:first-child {
        margin-left: 0; }
    header .top .top-wrapper > ul li {
      margin-left: 30px;
      font-size: 16px; }
      header .top .top-wrapper > ul li a {
        color: #FFF;
        font-weight: 400; }
        header .top .top-wrapper > ul li a:hover {
          color: #F0A202; }
  header .container-fluid {
    height: 120px; }
    header .container-fluid > form {
      margin: 0 30px; }
      header .container-fluid > form input {
        height: 50px; }
    header .container-fluid .user {
      top: 81px; }
  header nav > ul.nav-categories {
    margin-left: 5px; }
  header nav > ul.nav-pages {
    margin-right: 5px; }
  header nav > ul > li {
    font-size: 14px; }
    header nav > ul > li a {
      padding: 0 15px; } }

@media (min-width: 1250px) {
  header .top .top-wrapper > ul {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0; } }

@media (min-width: 1440px) {
  header nav > ul.nav-categories {
    margin-left: -10px; }
  header nav > ul.nav-pages {
    margin-right: -10px; }
  header nav > ul > li {
    font-size: 16px; }
    header nav > ul > li a {
      padding: 0 15px; } }

@media (min-width: 1600px) {
  header nav > ul > li:first-of-type:not(header nav > ul > li:last-of-type):hover > ul {
    left: unset;
    right: 10px; } }

#breadcrumbs {
  margin: 0;
  padding: 0; }
  #breadcrumbs li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px; }
    #breadcrumbs li a {
      color: rgba(0, 0, 0, 0.6); }
    #breadcrumbs li:after {
      content: '/';
      color: #000;
      margin-left: 15px; }
    #breadcrumbs li:last-of-type:after {
      display: none; }

.product-row {
  margin: 0 -15px; }

.product-col {
  padding: 0 15px; }

.product {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  border-radius: 5px;
  transition: all 300ms ease;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(49, 66, 89, 0.05); }
  .product .product-label {
    position: absolute;
    top: 0;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px 3px 0 3px;
    right: -5px;
    z-index: 1;
    color: #fff;
    background: #F0A202;
    padding: 5px;
    line-height: 1;
    white-space: nowrap;
    font-weight: normal; }
    .product .product-label:before {
      content: '';
      position: absolute;
      top: 100%;
      right: 0;
      border-bottom: 0 solid transparent;
      border-right: 5px solid transparent;
      border-left: 0 solid transparent;
      border-top: 5px solid #bd8002; }
    .product .product-label + figure + .content {
      padding: 15px 0 0 0; }
  .product figure {
    position: relative;
    width: 125px;
    padding: 15px; }
    .product figure img {
      display: block;
      width: 100%;
      height: auto; }
  .product .content {
    -ms-flex: 1;
    flex: 1;
    font-size: 16px; }
    .product .content .title {
      color: #0B293C;
      font-weight: bold; }
    .product .content span {
      display: block; }
      .product .content span.price {
        margin-top: 10px;
        display: -ms-flexbox;
        display: flex; }
    .product .content .sale .old {
      text-decoration: line-through;
      margin-right: 10px; }
    .product .content em {
      display: block;
      font-size: 10px; }
    .product .content i.icon {
      position: absolute;
      right: 0px;
      bottom: 12px;
      font-size: 16px;
      margin-right: 10px;
      transition: all 300ms ease;
      color: #0B293C; }
  .product:hover {
    transform: translateY(-4px);
    color: #000;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

@media (min-width: 768px) {
  .product-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .product {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px; }
    .product .product-label {
      top: 15px;
      padding: 7px; }
      .product .product-label + figure + .content {
        padding: 10px 15px; }
    .product figure {
      width: 100%; }
    .product .content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 10px 15px;
      width: 100%; } }

@media (min-width: 1200px) {
  .product-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .product .content {
    font-size: 16px; }
    .product .content em {
      display: block;
      font-size: 12px; } }

.bundle-product {
  display: block;
  border-top: 1px solid #EBEBEB;
  padding: 30px 0;
  color: #121A40; }
  .bundle-product:last-child {
    border-bottom: 1px solid #EBEBEB; }
  .bundle-product img {
    height: 100%;
    width: 100%; }
  .bundle-product .item {
    vertical-align: middle; }
  .bundle-product .name {
    font-weight: 300;
    font-size: 16px; }
  .bundle-product .price {
    font-weight: 300;
    font-size: 16px !important; }
    .bundle-product .price strong {
      font-weight: 300;
      font-size: 16px !important; }
  .bundle-product .action-buttons {
    float: left;
    margin-top: 10px; }
    .bundle-product .action-buttons .add .add-extra-product {
      font-size: 10px;
      padding: 10px; }
    .bundle-product .action-buttons .remove .delete-extra-product,
    .bundle-product .action-buttons .remove .added {
      width: 30px;
      height: 30px;
      position: relative;
      float: left;
      border: none;
      border-radius: 3px;
      color: #fff; }
      .bundle-product .action-buttons .remove .delete-extra-product i,
      .bundle-product .action-buttons .remove .added i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .bundle-product .action-buttons .remove .added {
      background: #668E44;
      margin-right: 5px; }
    .bundle-product .action-buttons .remove .delete-extra-product {
      background: #000; }

@media (min-width: 460px) {
  .bundle-product .action-buttons {
    float: right;
    margin-top: 0; } }

@media (min-width: 992px) {
  .bundle-product {
    padding: 5px 0; }
    .bundle-product .item {
      padding: 30px 15px; }
    .bundle-product .action-buttons .add .add-extra-product {
      font-size: 14px;
      padding: 10px 13px; }
    .bundle-product .action-buttons .remove .delete-extra-product,
    .bundle-product .action-buttons .remove .added {
      width: 50px;
      height: 50px; } }

#brands {
  padding: 30px 0;
  background: #f0f0f0;
  margin-top: -12px; }
  #brands .brand {
    filter: grayscale(100%);
    transition: all 300ms ease; }
    #brands .brand img {
      max-width: 100px;
      margin: 0 15px; }
    #brands .brand:hover {
      filter: grayscale(0%); }

@media (min-width: 992px) {
  #brands .brand img {
    margin: 0 45px; } }

footer .top {
  padding: 50px 0 30px;
  background-color: white;
  color: #02151A; }
  footer .top a {
    color: #02151A; }
  footer .top nav ul {
    margin: 0;
    padding: 0; }
    footer .top nav ul[class^="col-xs"] {
      padding: 0 15px; }
    footer .top nav ul li {
      list-style: none; }
      footer .top nav ul li a {
        color: #02151A; }
        footer .top nav ul li a:hover {
          color: #F0A202; }
  footer .top .item {
    margin-bottom: 30px; }
    footer .top .item p {
      color: #02151A;
      font-size: 16px;
      margin: 0 0 15px; }
    footer .top .item .title {
      display: block;
      font-size: 20px;
      margin-bottom: 15px;
      color: #0B293C;
      font-weight: bold; }
  footer .top .socials-media {
    margin-top: 15px; }
    footer .top .socials-media a {
      margin-right: 10px;
      color: #F0A202; }
      footer .top .socials-media a i {
        font-size: 16px; }
        footer .top .socials-media a i.youtube {
          font-size: 20px; }
  footer .top form {
    margin-top: 30px; }
    footer .top form input,
    footer .top form button {
      float: left;
      background: none;
      border: none;
      line-height: 40px; }
    footer .top form input {
      width: 200px;
      line-height: 36px;
      padding-left: 10px;
      border: 1px solid #f7f7f7;
      border-radius: 3px;
      height: 40px; }
    footer .top form button {
      width: 160px;
      font-weight: 700;
      background: #0B293C; }
      footer .top form button i {
        font-size: 9px;
        margin-left: 15px; }
    footer .top form .btn {
      height: 40px;
      padding: 0;
      width: 130px;
      margin-left: 10px;
      border: none; }

footer .bottom {
  padding: 15px 0; }
  footer .bottom .bottom-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px; }
  footer .bottom .logos {
    margin: 0;
    padding: 0;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; }
    footer .bottom .logos .logo {
      display: inline-block;
      list-style: none; }
      footer .bottom .logos .logo img {
        width: 30px;
        height: auto; }
  footer .bottom .copyright {
    font-size: 14px;
    font-weight: 300;
    text-align: center; }
    footer .bottom .copyright a {
      font-size: 14px;
      color: #02151A; }
      footer .bottom .copyright a:hover {
        color: #F0A202; }
    footer .bottom .copyright nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 10px; }
      footer .bottom .copyright nav ul li {
        display: inline-block; }

@media (min-width: 768px) {
  footer .bottom .bottom-wrap {
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 992px) {
  footer {
    font-size: 16px; }
    footer .top {
      padding: 60px 0 45px; }
      footer .top .item nav ul li {
        padding: 5px 0;
        font-size: 16px; }
      footer .top .copyright {
        margin-top: 30px; }
        footer .top .copyright nav {
          float: right;
          transform: translateY(-5px); } }

.mfp-bg {
  opacity: 1; }

#gallery {
  padding: 50px 0; }
  #gallery h1 {
    margin-bottom: 30px;
    text-align-last: center; }
  #gallery .slick-carousel.desktop {
    display: none; }
  #gallery .slick-carousel.mobile .image-mobile {
    max-height: 350px; }
    #gallery .slick-carousel.mobile .image-mobile img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  #gallery .slick-carousel .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0B293C;
    color: #fff;
    padding: 15px;
    font-size: 20px; }
    #gallery .slick-carousel .icon.prev {
      left: 15px;
      z-index: 1; }
    #gallery .slick-carousel .icon.next {
      right: 15px; }
    #gallery .slick-carousel .icon:hover {
      cursor: pointer; }
  #gallery .slick-carousel .item {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(8, 8vw); }
    #gallery .slick-carousel .item .lightbox {
      outline: none !important; }
    #gallery .slick-carousel .item:nth-child(even) .image-0 {
      grid-column-start: 1;
      grid-column-end: 12;
      grid-row-start: 4;
      grid-row-end: 9; }
    #gallery .slick-carousel .item:nth-child(even) .image-1 {
      grid-column-start: 1;
      grid-column-end: 6;
      grid-row-start: 1;
      grid-row-end: 4; }
    #gallery .slick-carousel .item:nth-child(even) .image-2 {
      grid-column-start: 6;
      grid-column-end: 12;
      grid-row-start: 1;
      grid-row-end: 4; }
    #gallery .slick-carousel .item:nth-child(even) .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #gallery .slick-carousel .item:nth-child(odd) .image-0 {
      grid-column-start: 1;
      grid-column-end: 12;
      grid-row-start: 1;
      grid-row-end: 6; }
    #gallery .slick-carousel .item:nth-child(odd) .image-1 {
      grid-column-start: 1;
      grid-column-end: 6;
      grid-row-start: 6;
      grid-row-end: 9; }
    #gallery .slick-carousel .item:nth-child(odd) .image-2 {
      grid-column-start: 6;
      grid-column-end: 12;
      grid-row-start: 6;
      grid-row-end: 9; }
    #gallery .slick-carousel .item:nth-child(odd) .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

@media (min-width: 992px) {
  #gallery .slick-carousel.desktop {
    display: block; }
  #gallery .slick-carousel.mobile {
    display: none; }
  #gallery .slick-carousel .item {
    grid-template-rows: repeat(8, 5vw); } }

.tp-stars {
  display: -ms-flexbox;
  display: flex; }
  .tp-stars .tp-star {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #DDDDDD;
    margin-right: 2px;
    border-radius: 3px; }
    .tp-stars .tp-star.tp-star-full {
      background: #00B67A; }
    .tp-stars .tp-star.tp-star-half {
      background: linear-gradient(90deg, #00B67A 50%, #DDDDDD 50%); }
    .tp-stars .tp-star:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e917";
      color: #FFF; }

.article {
  box-shadow: 0 3px 6px rgba(44, 27, 18, 0.05);
  border-radius: 5px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  transition: all .2s;
  height: 100%;
  background-color: white; }
  .article:hover {
    transform: translateY(-5px); }
    .article:hover .arrow {
      background-color: #0B293C;
      border: 1px solid #0B293C; }
      .article:hover .arrow i {
        color: white; }
  .article .image {
    padding-right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .article .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-width: 175px; }
  .article .text {
    padding-left: 0;
    position: relative;
    color: #000;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .article .text .inner-text {
      background: #fff;
      height: 100%;
      padding: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: start;
      justify-content: start; }
    .article .text span {
      display: block; }
      .article .text span.title {
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        margin-bottom: 10px;
        color: #0B293C; }
    .article .text .info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .article .text .info .date {
        border-radius: 3px;
        background-color: #F8F7F4;
        padding: 0 5px; }
        .article .text .info .date span {
          color: #2C1B12;
          opacity: 0.5;
          font-size: 14px; }
      .article .text .info .arrow {
        width: 39px;
        height: 39px;
        border-radius: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        box-shadow: 0 3px 6px rgba(49, 66, 89, 0.05);
        border: 1px solid #F8F7F4;
        transition: all .2s; }
    .article .text p {
      margin: 0;
      font-size: 16px; }

@media (min-width: 992px) {
  .article .text span {
    display: block; }
    .article .text span.title {
      font-size: 24px;
      line-height: 32px; }
  .article .image img {
    max-width: unset; } }

.uspbanner {
  background-color: #2F5265;
  padding: 30px 0 !important; }
  .uspbanner .usp {
    color: white;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px; }
    .uspbanner .usp span {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .uspbanner .usp i {
      color: #F0A202; }

#homepage #top {
  padding: 50px 0; }
  #homepage #top .left-block {
    position: relative;
    width: 100%;
    height: 480px;
    border-radius: 5px;
    overflow: hidden; }
    #homepage #top .left-block .overlay {
      position: absolute;
      top: 0;
      width: 100%;
      height: 50%;
      background: linear-gradient(#0B293C, rgba(10, 13, 18, 0));
      opacity: 0.4;
      mix-blend-mode: multiply;
      z-index: 1; }
    #homepage #top .left-block .content {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 10%;
      width: 100%;
      z-index: 2;
      text-align: center; }
      #homepage #top .left-block .content h1 {
        font-size: 36px;
        font-weight: bold;
        color: white; }
      #homepage #top .left-block .content p {
        font-size: 20px;
        color: white;
        font-weight: 300; }
    #homepage #top .left-block img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0; }
  #homepage #top #homeSlider {
    height: 100%;
    overflow: hidden;
    border-radius: 5px; }
    #homepage #top #homeSlider .slick-list {
      height: 100%; }
      #homepage #top #homeSlider .slick-list .slick-track {
        height: 100%; }

#homepage #slideshow {
  margin: 0 -15px;
  margin-bottom: 60px; }
  #homepage #slideshow .slick-list {
    overflow: visible; }
  #homepage #slideshow .slide {
    min-height: 500px; }
    #homepage #slideshow .slide img {
      position: absolute;
      width: 100%;
      height: auto;
      object-fit: cover; }
    #homepage #slideshow .slide .item {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      max-width: 220px;
      width: 100%;
      bottom: -70px;
      display: unset;
      height: auto;
      z-index: 0; }
    #homepage #slideshow .slide .content {
      position: absolute;
      width: 100%;
      max-width: 740px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #homepage #slideshow .slide .content h1 {
        color: #fff;
        width: 100%;
        text-align: center;
        font-size: 30px;
        margin: 0;
        font-weight: 300;
        z-index: 1;
        margin-bottom: 30px; }

#homepage #homeSlider {
  min-height: 480px; }
  #homepage #homeSlider .slide {
    height: 100%;
    width: 100%;
    display: inline-block;
    transition: none; }
    #homepage #homeSlider .slide.one img {
      width: 70%; }
    #homepage #homeSlider .slide.two img {
      width: 40%; }
    #homepage #homeSlider .slide.three img {
      width: 50%; }
    #homepage #homeSlider .slide img {
      position: absolute;
      right: 0;
      z-index: 1;
      bottom: 0;
      opacity: 0;
      transform: translateX(100%);
      transition: transform 0.6s ease-out, opacity 0.6s ease-out; }
      #homepage #homeSlider .slide img.animate-in-right {
        opacity: 1;
        transform: translateX(0); }
    #homepage #homeSlider .slide .content {
      position: absolute;
      z-index: 1;
      width: 70%;
      top: 10%;
      left: 5%;
      opacity: 0;
      transform: translateX(-100%);
      transition: transform 0.6s ease-out, opacity 0.6s ease-out; }
      #homepage #homeSlider .slide .content.animate-in-left {
        opacity: 1;
        transform: translateX(0); }
      #homepage #homeSlider .slide .content h4 {
        color: white;
        font-size: 30px; }
      #homepage #homeSlider .slide .content p {
        color: white;
        max-width: 80%;
        font-weight: 300; }
    #homepage #homeSlider .slide .top-bg {
      background-image: url(../img/chemicals/background.jpg);
      height: 75%;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0; }
    #homepage #homeSlider .slide .bottom-bg {
      background-color: #2F5265;
      height: 25%;
      width: 100%;
      position: absolute;
      bottom: 0; }
  #homepage #homeSlider .slick-dots {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    bottom: 20px;
    left: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px; }
    #homepage #homeSlider .slick-dots li button {
      display: block;
      width: 10px;
      height: 10px;
      padding: 0;
      border: none;
      border-radius: 100%;
      background-color: white;
      opacity: 0.2;
      transition: all .2s;
      text-indent: -9999px; }
    #homepage #homeSlider .slick-dots li.slick-active button {
      background-color: white;
      opacity: 1; }

#homepage #featuredSlider .slick-track {
  display: -ms-flexbox;
  display: flex; }

#homepage #featuredSlider .slick-list {
  overflow: visible;
  margin: 0 -15px; }
  #homepage #featuredSlider .slick-list .slick-slide {
    margin: 0 15px;
    height: auto; }
    #homepage #featuredSlider .slick-list .slick-slide .product {
      margin-bottom: 0;
      height: 100%; }

#homepage #content2 {
  padding: 50px 0; }

#homepage #info {
  padding: 70px 0;
  background-image: url(../img/chemicals/background.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  #homepage #info h2 {
    color: white;
    font-weight: bold; }
  #homepage #info .info-block {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    height: 200px; }
    #homepage #info .info-block ul {
      list-style: none;
      padding: 0;
      margin: 0;
      line-height: 30px; }
      #homepage #info .info-block ul li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        font-size: 16px; }
        #homepage #info .info-block ul li:before {
          content: "\e904";
          font-family: 'icomoon', sans-serif;
          color: #F0A202;
          font-size: 20px; }
        #homepage #info .info-block ul li a {
          color: #02151A; }
          #homepage #info .info-block ul li a:hover {
            color: #F0A202; }
    #homepage #info .info-block img {
      position: absolute;
      right: 20px;
      top: 20px;
      max-height: 80px; }
  #homepage #info .cursus {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    -ms-flex-direction: column;
    flex-direction: column; }
    #homepage #info .cursus h4 {
      font-weight: bold;
      color: #0B293C;
      font-size: 24px; }
    #homepage #info .cursus .content {
      padding: 20px; }

#homepage #reviewContainer {
  font-size: 16px;
  margin-top: 15px; }
  #homepage #reviewContainer h3 {
    margin-bottom: 15px; }
  #homepage #reviewContainer .trustpilot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #homepage #reviewContainer .trustpilot .score {
      margin-left: 10px; }
      #homepage #reviewContainer .trustpilot .score a {
        font-weight: bold;
        color: #00B67A; }
      #homepage #reviewContainer .trustpilot .score img {
        vertical-align: -6px;
        height: 24px; }

#homepage #products {
  margin-top: 0 !important;
  padding: 15px 0 15px;
  background: #F8F7F4;
  overflow: hidden; }
  #homepage #products .arrows i {
    width: 54px;
    height: 54px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    background-color: white;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(49, 66, 89, 0.05);
    cursor: pointer;
    transition: all .2s; }
    #homepage #products .arrows i:hover {
      box-shadow: 0 3px 6px rgba(49, 66, 89, 0.15);
      transform: translateY(-2px); }
  #homepage #products h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px; }
  #homepage #products h3 {
    margin-top: 0;
    text-align: center;
    font-family: 'Baskerville', sans-serif;
    font-style: italic;
    font-size: 24px; }

#homepage #blog {
  padding: 30px 0 30px;
  background: #F8F7F4; }
  #homepage #blog .title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
    #homepage #blog .title-wrapper h2 {
      margin: 0; }

#homepage .articles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #homepage .articles .mb {
    margin-bottom: 30px; }
  #homepage .articles .article .inside-article {
    height: 100%; }

#homepage #trustpilotContainer {
  font-size: 16px;
  margin-top: 15px; }
  #homepage #trustpilotContainer h3 {
    margin-bottom: 30px; }
  #homepage #trustpilotContainer .trustpilot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
    #homepage #trustpilotContainer .trustpilot .score {
      margin-left: 10px; }
  #homepage #trustpilotContainer a {
    font-weight: bold;
    color: #00B67A; }
  #homepage #trustpilotContainer img {
    vertical-align: -6px;
    height: 24px; }
  #homepage #trustpilotContainer #reviewSlider {
    overflow: visible;
    height: 300px;
    margin: 50px 0; }
    #homepage #trustpilotContainer #reviewSlider .swiper-wrapper {
      position: relative; }
      #homepage #trustpilotContainer #reviewSlider .swiper-wrapper .swiper-slide {
        position: absolute;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        max-width: 300px;
        opacity: 0 !important;
        transform: scale(0.75) !important;
        filter: blur(2px) !important;
        background: #fff;
        transition: all 300ms ease;
        overflow: hidden; }
        #homepage #trustpilotContainer #reviewSlider .swiper-wrapper .swiper-slide.swiper-slide-active {
          z-index: 3;
          opacity: 1 !important;
          transform: scale(1) !important;
          filter: blur(0) !important; }
          #homepage #trustpilotContainer #reviewSlider .swiper-wrapper .swiper-slide.swiper-slide-active .progress {
            width: 100%;
            opacity: 1; }
        #homepage #trustpilotContainer #reviewSlider .swiper-wrapper .swiper-slide.swiper-slide-next {
          z-index: 2;
          opacity: 1 !important;
          filter: blur(1px) !important;
          transform: scale(0.875) translateX(50px) !important; }
          #homepage #trustpilotContainer #reviewSlider .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
            z-index: 1;
            opacity: 1 !important;
            transform: scale(0.75) translateX(100px) !important; }
        #homepage #trustpilotContainer #reviewSlider .swiper-wrapper .swiper-slide .content {
          margin-top: 0; }
        #homepage #trustpilotContainer #reviewSlider .swiper-wrapper .swiper-slide .bottom {
          position: absolute;
          bottom: 40px;
          left: 30px; }
          #homepage #trustpilotContainer #reviewSlider .swiper-wrapper .swiper-slide .bottom .date {
            font-size: 90%;
            margin-top: 0; }
          #homepage #trustpilotContainer #reviewSlider .swiper-wrapper .swiper-slide .bottom .name {
            font-weight: bold;
            margin-bottom: 0; }
        #homepage #trustpilotContainer #reviewSlider .swiper-wrapper .swiper-slide .progress {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 10px;
          background: #00B67A;
          transition: width 6900ms linear 300ms, opacity 300ms ease;
          opacity: 0; }

@media (min-width: 768px) {
  #homepage section {
    padding: 0; }
  #homepage #slideshow {
    margin: 0; }
    #homepage #slideshow .slide .item {
      left: unset;
      transform: unset;
      right: 0;
      width: 35%;
      max-width: 380px; }
  #homepage #homeSlider .slide .content {
    width: 50%; }
  #homepage #info .cursus {
    height: 200px;
    -ms-flex-direction: row;
    flex-direction: row; }
    #homepage #info .cursus img {
      max-width: 45%; }
  #homepage #products {
    padding: 50px 0; }
    #homepage #products h3 {
      margin-bottom: 30px; }
  #homepage #content, #homepage #content2 {
    padding: 60px 0 60px; }
    #homepage #content p, #homepage #content2 p {
      font-size: 16px;
      line-height: 24px; }
  #homepage #trustpilotContainer #reviewSlider {
    display: block;
    margin: 50px auto 100px;
    width: 500px; }
    #homepage #trustpilotContainer #reviewSlider .swiper-wrapper .swiper-slide {
      padding: 30px;
      max-width: 400px; }
      #homepage #trustpilotContainer #reviewSlider .swiper-wrapper .swiper-slide.swiper-slide-next {
        transform: scale(0.875) translateX(100px) !important; }
        #homepage #trustpilotContainer #reviewSlider .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
          transform: scale(0.75) translateX(200px) !important; } }

@media (min-width: 992px) {
  .fixed #homepage {
    margin-top: 210px; }
  #homepage section {
    padding: 0; }
  #homepage #slideshow .slide .item {
    width: 30%;
    bottom: -50px; }
  #homepage #blog {
    padding: 50px 0; }
  #homepage #slideshow .slide img {
    position: relative; }
  #homepage #slideshow .slide .content h1 {
    font-size: 50px;
    line-height: 66px; }
  #homepage #content {
    text-align: center; } }

@media (min-width: 1200px) {
  #homepage #info .cursus {
    height: 200px;
    margin-top: 48px; }
    #homepage #info .cursus h4 {
      font-size: 16px; }
    #homepage #info .cursus .btn {
      font-size: 12px; }
    #homepage #info .cursus p {
      font-size: 14px; } }

@media (min-width: 1440px) {
  #homepage #slideshow {
    margin: 0; }
  #homepage #info .cursus h4 {
    font-size: 18px; }
  #homepage #info .cursus .btn {
    font-size: 14px; } }

#contact {
  position: relative;
  margin-top: -12px;
  padding: 30px 0;
  background: white; }
  #contact h1 {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 1rem; }
    #contact h1:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 1px;
      display: block;
      width: 75%;
      background: #0B293C;
      content: ''; }
  #contact p {
    text-align: center;
    margin-bottom: 30px; }
  #contact .extra_field {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    margin: 0; }

#contactbottom {
  padding: 30px 0;
  margin-top: 30px;
  background: #fff; }
  #contactbottom h2 {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 1rem; }
    #contactbottom h2:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 1px;
      display: block;
      width: 75%;
      background: #0B293C;
      content: ''; }
  #contactbottom p {
    text-align: center;
    margin-bottom: 30px; }

@media (min-width: 992px) {
  .fixed #contact {
    margin-top: 210px; } }

#show {
  position: relative;
  margin-top: -12px;
  margin-bottom: 30px; }
  #show #carousel {
    padding: 20px 0; }
    #show #carousel img {
      width: 100%;
      height: auto;
      max-height: 550px;
      object-fit: cover;
      border-radius: 5px; }
  #show .wrapper-gray {
    padding-top: 30px;
    background: #F8F7F4; }
  #show .content {
    background: #fff;
    border-radius: 3px;
    margin-top: 30px;
    padding: 15px; }
    #show .content h1 {
      position: relative;
      padding-bottom: 1rem; }
    #show .content h3 {
      margin: 30px 0;
      font-size: 24px; }
  #show #why h2 {
    position: relative;
    text-align: center;
    padding-bottom: 1rem; }
    #show #why h2:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 1px;
      display: block;
      width: 75%;
      background: #0B293C;
      content: ''; }
  #show #why p {
    text-align: center; }
  #show #blocks h2 {
    position: relative;
    text-align: center;
    padding-bottom: 1rem;
    font-size: 28px; }
    #show #blocks h2:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 1px;
      display: block;
      width: 75%;
      background: #0B293C;
      content: ''; }
  #show #blocks p {
    text-align: center; }
  #show #blocks .content {
    background: #F8F7F4;
    padding: 30px;
    margin: 0 -30px; }
    #show #blocks .content .btn {
      left: 30%; }
  #show #blocks .image {
    padding: 0;
    min-height: 385px;
    background-size: cover !important; }

@media (min-width: 992px) {
  .fixed #show {
    margin-top: 210px; }
  #show #carousel {
    padding: 50px 0; } }

#faq {
  position: relative;
  margin-top: -12px;
  padding: 30px 0;
  background: white; }
  #faq .questionplaceholder {
    opacity: 0; }
  #faq .questionplaceholder, #faq .subjectplaceholder {
    display: none; }
  #faq .contact {
    text-align: center;
    margin-top: 30px; }
  #faq h1,
  #faq h3 {
    margin: 30px 0;
    text-align: left; }
  #faq h3 {
    font-weight: bold; }
  #faq h1 {
    position: relative;
    text-align: center;
    padding-bottom: 1rem; }
    #faq h1:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 1px;
      display: block;
      width: 75%;
      background: #0B293C;
      content: ''; }
  #faq .faq-wrap {
    border-radius: 5px;
    border: 1px solid #0B293C; }
    #faq .faq-wrap .top {
      background-color: #0B293C;
      padding: 20px; }
      #faq .faq-wrap .top h2 {
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        margin: 0; }
    #faq .faq-wrap .bottom .block {
      background-color: #fff;
      width: 100%;
      position: relative; }
      #faq .faq-wrap .bottom .block.open {
        background-color: rgba(148, 180, 206, 0.2);
        border-right: 1px solid #94B4CE; }
      #faq .faq-wrap .bottom .block.first {
        border-right: 1px solid #94B4CE; }
        #faq .faq-wrap .bottom .block.first .group .grouplist {
          color: #0B293C;
          font-weight: bold; }
      #faq .faq-wrap .bottom .block .subjectplaceholder {
        position: absolute;
        top: 50%;
        transform: translate(50%, -50%);
        right: 0;
        z-index: 1;
        text-align: center;
        width: 185px;
        opacity: 0.4; }
      #faq .faq-wrap .bottom .block .questionplaceholder {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        z-index: 1;
        text-align: center;
        width: 185px;
        opacity: 0.4; }
      #faq .faq-wrap .bottom .block .answer {
        padding: 10px 20px;
        word-break: break-word;
        position: sticky;
        top: 220px; }
        #faq .faq-wrap .bottom .block .answer p {
          margin-top: 0; }
        #faq .faq-wrap .bottom .block .answer img {
          max-width: 100%; }
      #faq .faq-wrap .bottom .block .info {
        color: #0B293C;
        opacity: 0.4;
        text-align: center; }
      #faq .faq-wrap .bottom .block .question-list, #faq .faq-wrap .bottom .block .group-list {
        list-style: none;
        padding: 0;
        margin: 0; }
      #faq .faq-wrap .bottom .block .question, #faq .faq-wrap .bottom .block .group {
        padding: 10px 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        transition: all .1s; }
        #faq .faq-wrap .bottom .block .question.active, #faq .faq-wrap .bottom .block .group.active {
          background-color: #0f3852;
          color: #fff; }
          #faq .faq-wrap .bottom .block .question.active h2, #faq .faq-wrap .bottom .block .question.active h3, #faq .faq-wrap .bottom .block .group.active h2, #faq .faq-wrap .bottom .block .group.active h3 {
            color: #fff; }
        #faq .faq-wrap .bottom .block .question:hover, #faq .faq-wrap .bottom .block .group:hover {
          background-color: #0f3852;
          color: #fff; }
          #faq .faq-wrap .bottom .block .question:hover h2, #faq .faq-wrap .bottom .block .question:hover h3, #faq .faq-wrap .bottom .block .group:hover h2, #faq .faq-wrap .bottom .block .group:hover h3 {
            color: #fff; }
        #faq .faq-wrap .bottom .block .question:not(:last-child), #faq .faq-wrap .bottom .block .group:not(:last-child) {
          border-bottom: 1px solid #0B293C; }
        #faq .faq-wrap .bottom .block .question h2, #faq .faq-wrap .bottom .block .question h3, #faq .faq-wrap .bottom .block .group h2, #faq .faq-wrap .bottom .block .group h3 {
          font-size: 16px;
          max-width: 80%;
          margin: 0;
          font-weight: normal; }
        #faq .faq-wrap .bottom .block .question i, #faq .faq-wrap .bottom .block .group i {
          font-size: 20px; }
  #faq .intro {
    font-size: 20px;
    margin: 15px 0; }
  #faq p {
    margin: 5px 0;
    line-height: 1.5; }
  #faq ul.questions {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: left; }
    #faq ul.questions li.question {
      margin-bottom: 15px;
      outline: 0;
      font-size: 16px; }
      #faq ul.questions li.question .answer {
        display: none;
        padding: 8px 15px; }
        #faq ul.questions li.question .answer p {
          margin-bottom: 0;
          text-align: left; }
      #faq ul.questions li.question ul {
        list-style: disc;
        margin: 15px 0 0 30px;
        padding: 0; }
      #faq ul.questions li.question .heading {
        display: block;
        background: #0f3852;
        font-weight: bold;
        padding: 8px 15px;
        cursor: pointer;
        border-bottom: 1px solid #CCC;
        border-radius: 3px;
        color: #FFF; }
      #faq ul.questions li.question.show .heading {
        background: #0f3852;
        color: #FFF;
        border-bottom: 1px solid #EEEEEE; }
      #faq ul.questions li.question.show .answer {
        display: block; }

@media (min-width: 992px) {
  .fixed #faq {
    margin-top: 210px; } }

@media (min-width: 1200px) {
  #faq .questionplaceholder, #faq .subjectplaceholder {
    display: block; }
  #faq .faq-wrap .bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #faq .faq-wrap .bottom .block {
      width: 33.33333%; } }

#aboutolive {
  position: relative;
  margin-top: -12px; }
  #aboutolive .wrapper-gray {
    padding-top: 30px;
    background: #F8F7F4; }
  #aboutolive .content h1 {
    position: relative;
    text-align: center;
    padding-bottom: 1rem; }
    #aboutolive .content h1:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 1px;
      display: block;
      width: 75%;
      background: #0B293C;
      content: ''; }
  #aboutolive .content h3 {
    margin: 30px 0;
    font-family: 'Baskerville', sans-serif;
    font-style: italic;
    font-size: 24px;
    text-align: center; }
  #aboutolive .content p {
    text-align: center; }
  #aboutolive #why {
    margin: 30px 0 60px; }
    #aboutolive #why h2 {
      position: relative;
      text-align: center;
      padding-bottom: 1rem; }
      #aboutolive #why h2:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        display: block;
        width: 75%;
        background: #0B293C;
        content: ''; }
    #aboutolive #why p {
      text-align: center; }
  #aboutolive #blocks {
    margin: 30px 0; }
    #aboutolive #blocks .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #aboutolive #blocks .row > div {
        background: #F8F7F4;
        padding: 0 !important; }
    #aboutolive #blocks h2 {
      position: relative;
      text-align: center;
      padding-bottom: 1rem;
      font-size: 28px; }
      #aboutolive #blocks h2:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        display: block;
        width: 75%;
        background: #0B293C;
        content: ''; }
    #aboutolive #blocks p {
      text-align: center; }
    #aboutolive #blocks .content {
      padding: 30px; }
      #aboutolive #blocks .content p {
        margin-bottom: 0; }
      #aboutolive #blocks .content .btn {
        left: 30%; }
    #aboutolive #blocks .image {
      padding: 0;
      min-height: 385px;
      background-size: cover !important; }

@media (min-width: 992px) {
  #aboutolive #blocks .content {
    padding: 30px 50px; } }

#blogs {
  position: relative;
  margin-top: -12px;
  padding: 30px 0;
  background: #F8F7F4; }
  #blogs .content {
    background: #fff; }
  #blogs h1 {
    position: relative;
    margin-top: 0;
    text-align: center;
    padding-bottom: 1rem; }
  #blogs .blogs-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #blogs .blogs-row .mb {
      margin-bottom: 20px; }
    #blogs .blogs-row .article .inside-article {
      height: 100%; }
  #blogs .title {
    font-size: 16px;
    color: #000; }
  #blogs .blog {
    display: block;
    color: #000;
    padding: 0px 0;
    border-radius: 3px;
    background: #fff;
    margin: 15px 0; }
    #blogs .blog .image {
      position: relative;
      background: #fff; }
      #blogs .blog .image figcaption {
        position: absolute;
        top: 15px;
        left: 15px;
        color: #fff;
        background: #0B293C;
        padding: 0 6px;
        font-size: 14px;
        line-height: 25px;
        border-radius: 3px; }
      #blogs .blog .image img {
        width: 100%; }
    #blogs .blog .content {
      position: relative;
      padding: 15px 15px 20px 15px; }
      #blogs .blog .content span {
        display: block; }
      #blogs .blog .content i.icon {
        position: absolute;
        right: 0;
        bottom: 28px;
        font-size: 8px;
        margin-right: 10px; }
    #blogs .blog:hover {
      color: #0B293C;
      text-decoration: none; }

@media (min-width: 768px) {
  .fixed #blogs {
    margin-top: 100px; }
  #blogs .title {
    overflow: hidden; }
    #blogs .title h1 {
      float: left; } }

@media (min-width: 992px) {
  .fixed #blogs {
    margin-top: 210px; }
  #blogs .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

#article {
  position: relative;
  margin-top: -12px;
  padding: 30px 0;
  background: #F8F7F4; }
  #article article {
    background: #fff;
    border-radius: 3px;
    margin-top: 30px;
    padding: 15px; }
    #article article .date {
      display: block;
      color: #5F5F5F;
      margin: 30px 0; }
    #article article h1 {
      margin: 25px 0 25px; }
    #article article p {
      font-size: 16px; }
    #article article .intro {
      font-size: 16px;
      margin: 15px 0; }
    #article article li {
      font-size: 16px; }
  #article .related-products {
    padding-top: 20px; }
    #article .related-products h2 {
      font-weight: 700; }
  #article .socials-media {
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0; }
    #article .socials-media a.facebook {
      background: #3b5998; }
    #article .socials-media a i {
      font-size: 18px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #article .more-articles h2 {
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 16px;
    color: #000; }
  #article .more-articles p {
    margin: 0 0 0 10px; }
  #article .more-articles a {
    display: block;
    border-top: 1px solid #EFF1F3; }
    #article .more-articles a:last-child {
      border-bottom: 1px solid #EFF1F3; }
    #article .more-articles a > article {
      padding: 15px;
      color: #000;
      transition: all 300ms ease;
      overflow: hidden; }
      #article .more-articles a > article p {
        font-size: 14px; }
      #article .more-articles a > article img {
        float: left;
        border: 1px solid #0B293C;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-right: 15px; }
      #article .more-articles a > article:hover, #article .more-articles a > article.active {
        color: #000; }
  #article .share {
    border-bottom: 1px solid #D6DDE0; }
    #article .share ul {
      margin: 0;
      padding: 15px 0; }
      #article .share ul li {
        display: inline-block;
        padding: 0 5px;
        list-style: none; }
        #article .share ul li:first-child {
          padding-left: 0; }
        #article .share ul li a {
          color: #000;
          text-decoration: none;
          transition: all 300ms ease;
          font-size: 18px; }
          #article .share ul li a:hover {
            color: #0B293C; }

@media (min-width: 992px) {
  .fixed #article {
    margin-top: 210px; } }

#products {
  position: relative;
  padding: 60px 0; }
  #products h1 {
    position: relative;
    margin-top: 0;
    padding-bottom: 1rem; }
  #products p {
    font-size: 16px; }
  #products ul li {
    font-size: 16px; }
  #products .sale {
    display: inline-block;
    margin-right: 15px; }
    #products .sale .old {
      text-decoration: line-through; }
  #products #filter-toggle {
    position: absolute;
    left: 0;
    padding: 0 15px;
    line-height: 40px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    display: none !important; }
  #products .count {
    float: left; }
  #products .order_wrapper {
    margin-bottom: 30px; }
    #products .order_wrapper .form-group {
      overflow: hidden;
      max-width: 300px; }
      #products .order_wrapper .form-group label {
        float: left;
        width: 30%;
        font-weight: normal;
        margin: 10px 0; }
      #products .order_wrapper .form-group > div {
        float: left;
        width: 70%; }
        #products .order_wrapper .form-group > div #productOrder {
          -webkit-appearance: none;
          appearance: none;
          border: none;
          box-shadow: none;
          border: 1px solid #000;
          padding: 10px 5px;
          height: auto;
          background: url("/img/select.svg") no-repeat calc(100% - 5px) center;
          background-size: 10px auto;
          border-radius: 5px;
          margin-bottom: 10px; }

@media (min-width: 768px) {
  .fixed #products {
    margin-top: 100px; }
  #products .title {
    overflow: hidden; }
    #products .title h1 {
      float: left; }
    #products .title .order_wrapper {
      margin: 20px 0 10px;
      float: right; }
  #products p {
    font-size: 16px; }
  #products ul li, #products ol li {
    font-size: 16px; } }

@media (min-width: 992px) {
  .fixed #products {
    margin-top: 210px; } }

#product {
  background: #F8F7F4; }
  #product .top {
    background-color: white;
    padding: 50px 0 25px 0; }
    #product .top .gallery-wrap {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      min-width: 0;
      gap: 20px;
      -ms-flex-direction: column;
      flex-direction: column; }
      #product .top .gallery-wrap .gallery-wrapper {
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        border-radius: 5px;
        overflow: hidden; }
        #product .top .gallery-wrap .gallery-wrapper .gallery {
          overflow: hidden; }
      #product .top .gallery-wrap .thumbnails-wrap {
        -ms-flex: 0;
        flex: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px; }
        #product .top .gallery-wrap .thumbnails-wrap .arrow {
          width: 40px;
          height: 40px;
          border: 1px solid #F8F7F4;
          box-shadow: 0 3px 6px rgba(49, 66, 89, 0.05);
          border-radius: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          cursor: pointer;
          transition: all .2s; }
          #product .top .gallery-wrap .thumbnails-wrap .arrow i {
            font-size: 20px; }
          #product .top .gallery-wrap .thumbnails-wrap .arrow:hover {
            transform: translateY(-2px); }
        #product .top .gallery-wrap .thumbnails-wrap .thumbnail:not(:last-child) {
          margin-right: 10px;
          margin-bottom: 10px; }
    #product .top .btn_buy {
      width: 100%;
      gap: 10px; }
    #product .top #quantity {
      height: 54px;
      border: 1px solid #eae8e1;
      text-align: center;
      border-radius: 5px; }
  #product .bottom {
    padding: 30px 0; }
    #product .bottom .content {
      background-color: white;
      padding: 15px;
      border-radius: 5px; }
      #product .bottom .content h2 {
        font-size: 18px; }
      #product .bottom .content h3 {
        font-size: 16px; }
      #product .bottom .content .section {
        border-radius: 5px;
        margin-bottom: 20px;
        overflow: hidden;
        max-height: 45px;
        transition: max-height 0.5s ease-in; }
        #product .bottom .content .section:last-of-type {
          margin-bottom: 0; }
        #product .bottom .content .section .top {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-align: center;
          align-items: center;
          padding: 10px 20px;
          cursor: pointer;
          background: none;
          height: 45px;
          background: #0B293C; }
          #product .bottom .content .section .top i {
            font-size: 20px;
            color: #F0A202;
            transition: all 0.3s ease-in; }
          #product .bottom .content .section .top h2 {
            margin: 0;
            color: #fff;
            font-weight: normal; }
        #product .bottom .content .section .text {
          background: #f5f5f5;
          padding: 20px; }
        #product .bottom .content .section.open .top i {
          transform: rotate(180deg); }
      #product .bottom .content p {
        font-size: 16px; }
      #product .bottom .content ul li {
        font-size: 16px;
        line-height: 1.6;
        color: #02151A; }
  #product .price-wrapper {
    background: #fff; }
    #product .price-wrapper h1 {
      margin-top: 0; }
  #product .gallery-wrapper {
    position: relative;
    background: #fff; }
    #product .gallery-wrapper .label {
      color: #fff;
      background: #F0A202;
      padding: 3px 10px;
      font-size: 16px;
      line-height: 25px;
      border-radius: 5px;
      position: absolute;
      top: 10px;
      left: 0;
      z-index: 1;
      font-weight: 500; }
    #product .gallery-wrapper .slick-track {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
    #product .gallery-wrapper .slick-button {
      width: 30px;
      height: 30px;
      background: #0B293C;
      position: absolute;
      border-radius: 0px;
      top: 50%;
      transform: translateY(-50%); }
      #product .gallery-wrapper .slick-button:hover {
        cursor: pointer; }
      #product .gallery-wrapper .slick-button i {
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      #product .gallery-wrapper .slick-button.next {
        right: 0; }
      #product .gallery-wrapper .slick-button.prev {
        left: 0; }
      #product .gallery-wrapper .slick-button.slick-disabled {
        opacity: 0.4; }
  #product .thumbnails {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 110px; }
    #product .thumbnails .thumbnail {
      width: auto;
      height: 100px;
      background: #fff;
      max-width: 150px;
      border-radius: 3px;
      overflow: hidden;
      border: 1px solid #EAE8E1; }
      #product .thumbnails .thumbnail:hover {
        cursor: pointer; }
      #product .thumbnails .thumbnail.slick-current {
        border: 1px solid #F0A202; }
      #product .thumbnails .thumbnail img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
  #product .gallery .slide a {
    outline: none; }
  #product .gallery .slide img {
    width: 100%;
    height: auto; }
  #product h1 {
    font-size: 20px; }
  #product .price strong {
    font-size: 24px; }
  #product .price span {
    display: inline-block;
    font-size: 16px; }
  #product .sale {
    color: #ff0000; }
    #product .sale strong {
      font-size: 34px; }
  #product .socials-media {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }
    #product .socials-media a {
      width: 60px;
      height: 60px;
      color: #fff;
      position: relative; }
      #product .socials-media a.facebook {
        background: #3b5998; }
      #product .socials-media a i {
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  #product #addToCartForm.advantage .form-group .row {
    display: block; }
  #product #addToCartForm.advantage .btn.gold {
    width: unset; }
  #product #addToCartForm.advantage .quantity-chooses {
    display: inline-block;
    overflow: hidden;
    margin: 15px 0 15px;
    border: 1px solid #EAE8E1;
    border-radius: 5px; }
    #product #addToCartForm.advantage .quantity-chooses .item-wrap {
      display: -ms-flexbox;
      display: flex;
      border-radius: 5px; }
    #product #addToCartForm.advantage .quantity-chooses .choose-text {
      display: inline-block;
      width: 100%;
      position: relative;
      padding: 3px 7px;
      background-color: #F8F7F4;
      border-bottom: 1px solid #EBEBEB; }
      #product #addToCartForm.advantage .quantity-chooses .choose-text span {
        font-size: 16px;
        font-weight: bold; }
    #product #addToCartForm.advantage .quantity-chooses .item {
      width: 125px;
      display: inline-block;
      height: 65px; }
      #product #addToCartForm.advantage .quantity-chooses .item:not(:last-child) {
        border-right: 1px solid #EBEBEB; }
      #product #addToCartForm.advantage .quantity-chooses .item .quantity-choose {
        width: 100%;
        height: 100%;
        text-align: center;
        position: relative;
        border-radius: 0;
        transition: all 0.3s; }
        #product #addToCartForm.advantage .quantity-chooses .item .quantity-choose:hover {
          cursor: pointer;
          background-color: #eeece4; }
        #product #addToCartForm.advantage .quantity-chooses .item .quantity-choose.active {
          background-color: #f8f7f4; }
        #product #addToCartForm.advantage .quantity-chooses .item .quantity-choose .percentage {
          background: #668E44;
          border-radius: 0;
          position: absolute;
          top: -10px;
          right: 10px;
          color: #fff;
          font-size: 11px;
          padding: 2px 4px; }
        #product #addToCartForm.advantage .quantity-chooses .item .quantity-choose .text {
          width: 100%;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
          #product #addToCartForm.advantage .quantity-chooses .item .quantity-choose .text .quantity {
            font-size: 15px;
            font-weight: bold; }
          #product #addToCartForm.advantage .quantity-chooses .item .quantity-choose .text .total {
            font-size: 13px;
            opacity: 0.5; }
  #product #addToCartForm label {
    font-size: 14px; }
  #product #addToCartForm .form-group .row {
    display: -ms-flexbox;
    display: flex; }
  #product #addToCartForm .col-xs-5 {
    overflow: hidden; }
    #product #addToCartForm .col-xs-5 label {
      display: inline-block;
      margin-right: 10px; }
    #product #addToCartForm .col-xs-5 input {
      display: inline-block;
      background: #fff;
      border: 1px solid #eae8e1;
      box-shadow: none;
      width: 100%;
      margin-right: 5px;
      border-radius: 5px;
      text-align: center; }
    #product #addToCartForm .col-xs-5 .up,
    #product #addToCartForm .col-xs-5 .down {
      float: left;
      line-height: 18px;
      width: 18px;
      text-align: center;
      background: #F0F0F0;
      margin-right: 5px; }
      #product #addToCartForm .col-xs-5 .up:hover,
      #product #addToCartForm .col-xs-5 .down:hover {
        text-decoration: none; }
  #product #addToCartForm .btn.gold {
    width: 100%; }
  #product #addToCartForm .quantity-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 6px 10px;
    border-radius: 8px;
    width: 100%;
    font-family: sans-serif;
    height: 54px;
    margin-bottom: 15px; }
    #product #addToCartForm .quantity-container .quantity-btn {
      border: none;
      background: #eee;
      padding: 5px 12px;
      border-radius: 5px;
      font-size: 20px;
      cursor: pointer;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #product #addToCartForm .quantity-container .quantity-btn:hover {
        background: #ddd; }
    #product #addToCartForm .quantity-container input[type="number"] {
      width: 40px;
      text-align: center;
      border: none;
      background: transparent;
      font-size: 16px;
      pointer-events: none; }
    #product #addToCartForm .quantity-container input[type="number"]:focus {
      outline: none; }
  #product #selectedVariantPrice {
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 5px; }
    #product #selectedVariantPrice .sale {
      color: #2F5265; }
      #product #selectedVariantPrice .sale strong {
        font-size: 28px; }
      #product #selectedVariantPrice .sale .old {
        text-decoration: line-through;
        color: #02151A; }
  #product .widget {
    margin-top: 15px; }
    #product .widget img {
      width: 150px; }
    #product .widget .tp-stars {
      display: -ms-inline-flexbox;
      display: inline-flex; }
    #product .widget .grade-holder {
      display: inline-block;
      margin-left: 10px;
      font-size: 16px; }
  #product .savePrice {
    display: inline-block;
    background: #668E44;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px; }
  #product .options {
    margin-top: 15px;
    margin-bottom: 10px; }
    #product .options .row {
      display: -ms-flexbox;
      display: flex; }
    #product .options .title,
    #product .options .value {
      border-bottom: 1px solid #f0f0f0 !important;
      padding: 7px 0; }
      #product .options .title:last-child, #product .options .title:nth-last-child(2),
      #product .options .value:last-child,
      #product .options .value:nth-last-child(2) {
        border-bottom: none; }
    #product .options .title {
      text-transform: uppercase; }
  #product .bundle-products {
    margin-bottom: 20px; }
    #product .bundle-products p {
      font-weight: bold;
      font-size: 16px; }
    #product .bundle-products .top {
      margin-bottom: 15px; }
      #product .bundle-products .top span {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold; }
  #product .logos {
    margin-top: 30px;
    padding: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px; }
    #product .logos .logo {
      display: inline-block;
      list-style: none;
      margin: 0 15px 0 0; }
      #product .logos .logo img {
        width: 30px;
        height: auto; }
  #product .general-info {
    color: #02151A;
    margin: 20px 0; }
    #product .general-info h2 {
      color: #02151A;
      margin: 0 0 15px; }
    #product .general-info ul {
      padding: 0;
      list-style: none; }
      #product .general-info ul li {
        color: #02151A;
        font-size: 14px;
        position: relative;
        padding-left: 20px;
        line-height: 1.7; }
        #product .general-info ul li::before {
          content: "\e90a";
          font-family: icomoon, sans-serif;
          position: absolute;
          left: 0;
          font-size: 16px;
          color: #F0A202;
          top: -2px; }
    #product .general-info p {
      position: relative;
      padding-left: 25px;
      margin-top: 10px;
      color: #fff; }
      #product .general-info p i {
        position: absolute;
        top: 3px;
        left: 0; }

#productRelated {
  padding: 30px 0; }

#productinfo {
  background: #F8F7F4; }
  #productinfo ul {
    margin: 0;
    padding: 0; }
    #productinfo ul li {
      position: relative;
      list-style: none;
      padding: 5px 0;
      padding-left: 15px;
      font-size: 16px;
      line-height: 18px; }
      #productinfo ul li:before {
        position: absolute;
        content: '\e904';
        font-family: 'icomoon';
        left: 0;
        top: 5px; }
      #productinfo ul li a, #productinfo ul li:hover {
        color: #0B293C; }
  #productinfo iframe {
    width: 100% !important; }
  #productinfo .review {
    border: 1px solid #0B293C;
    margin-bottom: 15px;
    padding: 20px 15px; }
    #productinfo .review .stars {
      vertical-align: bottom;
      display: inline-block;
      padding: 0;
      position: relative; }
      #productinfo .review .stars .stars-bg {
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        color: #0B293C;
        z-index: 1;
        font-size: 18px; }
      #productinfo .review .stars .background {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        font-size: 18px; }
    #productinfo .review .rating-cijfer {
      font-size: 16px;
      vertical-align: middle;
      display: inline-block;
      letter-spacing: 2px;
      margin-left: 5px; }
      #productinfo .review .rating-cijfer span {
        color: #ccc; }
    #productinfo .review ul li {
      padding-left: 20px; }
      #productinfo .review ul li.pluspunt::before {
        color: #00CA00;
        content: "\e915"; }
      #productinfo .review ul li.minpunt::before {
        color: #ccc;
        content: "\e913"; }
      #productinfo .review ul li::before {
        position: absolute;
        font-family: icomoon; }
    #productinfo .review .text span {
      color: #ccc; }
  #productinfo .extra-products .product {
    margin-bottom: 30px; }
    #productinfo .extra-products .product figure {
      position: relative; }
      #productinfo .extra-products .product figure img {
        width: 100%; }
      #productinfo .extra-products .product figure figcaption {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff;
        background: #0B293C;
        height: 35px;
        width: 35px;
        line-height: 39px;
        text-align: center;
        border-radius: 0px; }
    #productinfo .extra-products .product .text {
      text-transform: uppercase; }
      #productinfo .extra-products .product .text .price .old {
        text-decoration: line-through; }
      #productinfo .extra-products .product .text .price .new {
        display: inline-block;
        margin-left: 10px;
        font-weight: bold;
        color: #627651; }

#reviews h3 {
  margin-bottom: 20px; }

#reviews #summary {
  overflow: hidden; }
  #reviews #summary img {
    width: 150px;
    margin-top: 15px; }
  #reviews #summary .tp-stars {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  #reviews #summary .grade-holder {
    display: inline-block;
    margin-left: 15px;
    font-size: 20px; }
  #reviews #summary .review-amount {
    display: inline-block;
    transform: translateY(-2px);
    position: relative;
    margin-left: 15px;
    padding-left: 15px; }
    #reviews #summary .review-amount:before {
      position: absolute;
      top: 50%;
      left: -3px;
      transform: translateY(-50%);
      content: ' ';
      height: 6px;
      width: 6px;
      border-radius: 50%;
      background: #777; }
  #reviews #summary .categories {
    margin-top: 30px; }
    #reviews #summary .categories .category .title {
      display: inline-block;
      font-weight: bold;
      margin-bottom: 5px; }
    #reviews #summary .categories .category .bar {
      margin-bottom: 15px; }
      #reviews #summary .categories .category .bar:after {
        content: attr(data-percentage);
        width: 12.5%;
        float: right;
        text-align: right;
        transform: translateY(-20%); }
      #reviews #summary .categories .category .bar .percentage {
        position: relative;
        height: 10px;
        background: #e4e4e4;
        border-radius: 2px;
        width: 87.5%;
        float: left; }
        #reviews #summary .categories .category .bar .percentage:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: var(--percentage);
          background: #00B67A;
          border-radius: 2px; }

#reviews .btn {
  margin-top: 15px; }

#reviews #review-holder {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #ccc;
  overflow: hidden;
  transition: all 300ms ease; }
  #reviews #review-holder .review:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 10px; }
  #reviews #review-holder .review .name {
    margin-top: 0; }
    #reviews #review-holder .review .name .date {
      float: right;
      font-weight: normal;
      margin-bottom: 10px;
      font-size: 90%; }
  #reviews #review-holder .review .tp-stars {
    float: right; }
  #reviews #review-holder .review .title {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: bold; }
  #reviews #review-holder .review .content {
    margin-top: 50px; }
  #reviews #review-holder .review .answer {
    margin: 15px 0;
    padding: 15px;
    border-left: 3px solid #00B67A;
    background: #f5f5f5; }
    #reviews #review-holder .review .answer .name {
      margin: 0 0 10px 0; }
    #reviews #review-holder .review .answer .content {
      margin-top: 0;
      margin-bottom: 0; }

#upsell {
  background: #F8F7F4; }
  #upsell h3 {
    margin-left: 15px; }
  #upsell .extra-products .default,
  #upsell .extra-products .product {
    padding: 0;
    float: left;
    width: calc(100% - 30px);
    margin: 0 15px;
    opacity: 0.6;
    transition: all 300ms ease;
    margin-bottom: 30px;
    border-radius: 0; }
    #upsell .extra-products .default.active,
    #upsell .extra-products .product.active {
      opacity: 1;
      box-shadow: 0 0 2px 1px #0B293C; }
    #upsell .extra-products .default figure,
    #upsell .extra-products .product figure {
      position: relative; }
      #upsell .extra-products .default figure img,
      #upsell .extra-products .product figure img {
        width: 100%; }
      #upsell .extra-products .default figure figcaption,
      #upsell .extra-products .product figure figcaption {
        position: absolute;
        top: 15px;
        left: 15px;
        color: #fff;
        background: #0B293C;
        line-height: 30px;
        padding: 0 7px;
        text-align: center;
        text-transform: uppercase;
        border-radius: 0px; }
    #upsell .extra-products .default .text,
    #upsell .extra-products .product .text {
      background: #fff;
      padding: 15px;
      font-size: 16px; }
      #upsell .extra-products .default .text .price .old,
      #upsell .extra-products .product .text .price .old {
        text-decoration: line-through;
        margin-right: 10px; }
      #upsell .extra-products .default .text .price .new,
      #upsell .extra-products .product .text .price .new {
        display: inline-block;
        font-weight: bold;
        color: #0B293C; }
  #upsell .extra-products .choose {
    float: left;
    padding: 0 15px;
    font-size: 18px;
    width: 100%;
    margin-bottom: 30px; }
    #upsell .extra-products .choose form label {
      position: relative;
      display: block;
      padding: 10px 0;
      padding-left: 30px;
      font-weight: normal;
      font-size: 16px; }
      #upsell .extra-products .choose form label input {
        position: absolute;
        left: 0;
        top: 8px;
        margin-right: 10px;
        -webkit-appearance: none;
        appearance: none;
        height: 20px;
        width: 20px;
        border-radius: 0px;
        border: 1px solid #E3E3E3;
        background: #fff;
        outline: none !important; }
        #upsell .extra-products .choose form label input:before {
          content: '\e909';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-family: 'icomoon';
          color: #0B293C;
          font-size: 13px;
          opacity: 0;
          transition: all 300ms ease; }
        #upsell .extra-products .choose form label input:checked:before {
          opacity: 1; }
      #upsell .extra-products .choose form label:first-child {
        padding-top: 0; }
    #upsell .extra-products .choose form .total {
      margin: 15px 0 30px;
      font-weight: bold; }

#upsellModal .modal-content .modal-header .close {
  background: #0B293C;
  color: #fff;
  height: 25px;
  width: 25px;
  float: right;
  text-align: center;
  line-height: 25px;
  cursor: pointer; }

#upsellModal .modal-body .upsell-products {
  text-align: left; }
  #upsellModal .modal-body .upsell-products .default,
  #upsellModal .modal-body .upsell-products .product {
    padding: 0;
    float: left;
    width: calc(100% - 30px);
    margin: 0 15px;
    transition: all 300ms ease;
    margin-bottom: 30px; }
    #upsellModal .modal-body .upsell-products .default figure,
    #upsellModal .modal-body .upsell-products .product figure {
      position: relative;
      text-align: center; }
      #upsellModal .modal-body .upsell-products .default figure img,
      #upsellModal .modal-body .upsell-products .product figure img {
        width: 50%; }
      #upsellModal .modal-body .upsell-products .default figure figcaption,
      #upsellModal .modal-body .upsell-products .product figure figcaption {
        position: absolute;
        top: 15px;
        left: 15px;
        color: #fff;
        background: #0B293C;
        line-height: 30px;
        padding: 0 7px;
        text-align: center;
        text-transform: uppercase;
        border-radius: 0px; }
    #upsellModal .modal-body .upsell-products .default .text,
    #upsellModal .modal-body .upsell-products .product .text {
      background: #fff;
      padding: 15px;
      font-size: 14px;
      text-align: center; }
      #upsellModal .modal-body .upsell-products .default .text .price .old,
      #upsellModal .modal-body .upsell-products .product .text .price .old {
        text-decoration: line-through; }
      #upsellModal .modal-body .upsell-products .default .text .price .new,
      #upsellModal .modal-body .upsell-products .product .text .price .new {
        display: inline-block;
        margin-left: 10px;
        font-weight: bold;
        color: #0B293C; }

#stock-notification-modal .modal-content .modal-header .close {
  background: #0B293C;
  color: #fff;
  height: 25px;
  width: 25px;
  float: right;
  text-align: center;
  line-height: 25px;
  cursor: pointer; }

#stock-notification-modal .modal-content .modal-body form .form-group .is-invalid {
  border: 1px solid red !important; }

#productCartModal .modal-content .modal-header .close {
  background: #0B293C;
  color: #fff;
  height: 25px;
  width: 25px;
  float: right;
  text-align: center;
  line-height: 25px;
  cursor: pointer; }

#productCartModal .modal-content strong {
  font-size: 14px; }

#productCartModal .modal-content .icon-check {
  color: #0B293C;
  font-size: 18px; }

#productCartModal .modal-content .modal-body h3 {
  margin-top: 0; }

#productCartModal .modal-content .modal-body .image_wrapper img {
  width: 100%; }

#productCartModal .modal-content .modal-body .options {
  padding: 10px 15px;
  margin: 15px; }
  #productCartModal .modal-content .modal-body .options .row {
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px; }
  #productCartModal .modal-content .modal-body .options .title,
  #productCartModal .modal-content .modal-body .options .value {
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 7px 0; }
    #productCartModal .modal-content .modal-body .options .title:last-child, #productCartModal .modal-content .modal-body .options .title:nth-last-child(2),
    #productCartModal .modal-content .modal-body .options .value:last-child,
    #productCartModal .modal-content .modal-body .options .value:nth-last-child(2) {
      border-bottom: none; }
  #productCartModal .modal-content .modal-body .options .title {
    text-transform: uppercase; }

#productCartModal .modal-content .modal-body .buttons {
  margin-top: 30px;
  font-size: 14px; }
  #productCartModal .modal-content .modal-body .buttons.gold {
    width: 100%; }
  #productCartModal .modal-content .modal-body .buttons .btn {
    width: 100%;
    margin-bottom: 10px; }
    #productCartModal .modal-content .modal-body .buttons .btn.black {
      width: 100%;
      float: left;
      margin-top: 3px; }
    #productCartModal .modal-content .modal-body .buttons .btn.gold {
      width: 100%; }

#productCartModal .modal-content .modal-body .bundle-product {
  display: none;
  color: #000; }
  #productCartModal .modal-content .modal-body .bundle-product.active {
    display: block; }

#productCartModal .modal-content .modal-footer {
  padding: 15px;
  text-align: left; }

#productCartModal .modal-content #selectedVariantPrice .sale {
  color: #000; }
  #productCartModal .modal-content #selectedVariantPrice .sale strong {
    font-size: 18px; }
  #productCartModal .modal-content #selectedVariantPrice .sale .old {
    text-decoration: line-through; }

#upsellModal .modal-content .modal-body .buttons {
  margin-top: 30px;
  font-size: 14px; }
  #upsellModal .modal-content .modal-body .buttons.gold {
    width: 100%;
    float: left; }
  #upsellModal .modal-content .modal-body .buttons .btn {
    width: 100%;
    margin-bottom: 10px; }
    #upsellModal .modal-content .modal-body .buttons .btn.black {
      width: 100%;
      float: left;
      margin-top: 3px; }
    #upsellModal .modal-content .modal-body .buttons .btn.gold {
      width: 100%;
      float: left;
      margin-top: 3px; }

.add-related-to-cart-form .add-to-cart-button {
  background: #F0A202;
  border: none;
  border-radius: 0px;
  height: 33px;
  width: 33px;
  border: 2px solid transparent;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: all 0.3s; }
  .add-related-to-cart-form .add-to-cart-button .icon-check {
    display: none;
    transition: all 0.3s; }
  .add-related-to-cart-form .add-to-cart-button:hover {
    background: #d79102; }
  .add-related-to-cart-form .add-to-cart-button.disabled {
    border: 2px solid #5cb85c;
    background: none; }
    .add-related-to-cart-form .add-to-cart-button.disabled .icon-basket {
      display: none; }
    .add-related-to-cart-form .add-to-cart-button.disabled .icon-check {
      display: block;
      color: #5cb85c; }

@media (min-width: 768px) {
  #reviews #summary .categories {
    margin-top: 0; }
  #upsellModal .modal-content .modal-body .upsell-products .default,
  #upsellModal .modal-content .modal-body .upsell-products .product {
    width: calc(50% - 30px); }
  #upsellModal .modal-content .buttons .btn {
    width: auto;
    margin-bottom: 0; }
  #upsell .extra-products .default,
  #upsell .extra-products .product {
    width: calc(50% - 30px); }
  #productinfo .review ul {
    columns: 2; } }

@media (min-width: 992px) {
  .fixed #product {
    margin-top: 210px; }
  #product h1 {
    font-size: 30px; }
  #product .general-info ul li {
    color: #02151A;
    font-size: 16px;
    position: relative;
    margin-bottom: 5px;
    padding-left: 25px; }
    #product .general-info ul li::before {
      content: "\e90a";
      font-family: icomoon, sans-serif;
      position: absolute;
      left: 0;
      font-size: 16px;
      color: #F0A202;
      top: 0; }
  #reviews #summary .tp-stars .tp-star {
    height: 36px;
    width: 36px;
    margin-right: 3px;
    font-size: 20px; }
  #reviews #review-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #reviews #review-holder .review {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      border-bottom: none !important;
      padding: 30px !important;
      margin-bottom: 0 !important; }
      #reviews #review-holder .review:nth-child(odd) {
        padding-right: 30px; }
      #reviews #review-holder .review:nth-child(even) {
        position: relative;
        padding-left: 30px; }
      #reviews #review-holder .review:nth-child(4n+2), #reviews #review-holder .review:nth-child(4n+3) {
        background: #f5f5f5; }
        #reviews #review-holder .review:nth-child(4n+2) .answer, #reviews #review-holder .review:nth-child(4n+3) .answer {
          background: #fff; }
      #reviews #review-holder .review .name {
        width: calc(100% - 160px);
        float: left; }
      #reviews #review-holder .review .answer {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        margin-bottom: 0; }
        #reviews #review-holder .review .answer .name {
          float: none;
          width: 100%; }
  #upsellModal .modal-body .upsell-products .default,
  #upsellModal .modal-body .upsell-products .product {
    width: calc(50% - 30px); }
  #productCartModal .modal-content .modal-body .options {
    margin: 15px 0 0 0; }
    #productCartModal .modal-content .modal-body .options .row {
      margin-right: 0; }
  #upsell {
    padding-bottom: 60px; }
    #upsell .extra-products .default,
    #upsell .extra-products .product {
      width: calc(25% - 30px); }
  .top .gallery-wrap .thumbnails-wrap .thumbnail:not(:last-child) {
    margin-right: unset;
    margin-bottom: unset; } }

@media (min-width: 1200px) {
  #product #selectedVariantPrice .sale {
    color: #02151A; }
    #product #selectedVariantPrice .sale strong {
      font-size: 30px; }
    #product #selectedVariantPrice .sale .old {
      text-decoration: line-through; }
  #product .bottom .content {
    padding: 30px; }
    #product .bottom .content h2 {
      font-size: 20px; }
    #product .bottom .content h3 {
      font-size: 18px; }
  #productCartModal .modal-content strong {
    font-size: 18px; }
  #upsellModal .modal-content .modal-body .upsell-products .default,
  #upsellModal .modal-content .modal-body .upsell-products .product {
    width: calc(33% - 30px); }
  #upsell .extra-products .default,
  #upsell .extra-products .product {
    width: calc(25% - 30px); }
  #upsell .extra-products .choose {
    width: 20%; } }

#reviews {
  position: relative;
  margin-top: -12px;
  margin-bottom: 30px; }
  #reviews .wrapper-gray {
    padding-top: 30px;
    background: #F8F7F4; }
  #reviews .content h1 {
    position: relative;
    text-align: center;
    padding-bottom: 1rem; }
    #reviews .content h1:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 1px;
      display: block;
      width: 75%;
      background: #0B293C;
      content: ''; }
  #reviews .content h3 {
    margin: 30px 0;
    font-family: 'Baskerville', sans-serif;
    font-style: italic;
    font-size: 24px;
    text-align: center; }
  #reviews .content p {
    text-align: center; }
  #reviews .reviews {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    #reviews .reviews .mid {
      margin: 20px 0 0 0;
      padding: 20px 5px;
      background: #F8F7F4; }
    #reviews .reviews .top {
      padding: 30px 0;
      text-align: center; }
      #reviews .reviews .top .eindoordeel {
        font-size: 24px;
        font-weight: bold;
        display: block;
        padding-bottom: 30px;
        position: relative; }
        #reviews .reviews .top .eindoordeel small {
          display: block;
          font-weight: normal;
          font-size: 14px; }
        #reviews .reviews .top .eindoordeel:after {
          content: "";
          width: 60%;
          height: 1px;
          background: #0B293C;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); }
      #reviews .reviews .top .subject {
        padding-top: 30px;
        margin-bottom: 20px; }
        #reviews .reviews .top .subject span {
          display: block; }
    #reviews .reviews .subject {
      text-align: center; }
      #reviews .reviews .subject:not(:last-child) {
        margin-bottom: 10px; }
      #reviews .reviews .subject .title {
        font-size: 16px;
        word-wrap: break-word; }
      #reviews .reviews .subject .stars {
        display: inline-block;
        padding: 0;
        position: relative; }
        #reviews .reviews .subject .stars .stars-bg {
          position: relative;
          overflow: hidden;
          white-space: nowrap;
          color: #0B293C;
          z-index: 1;
          font-size: 18px; }
        #reviews .reviews .subject .stars .background {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          font-size: 18px; }
  #reviews .reviews-wrapper {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    #reviews .reviews-wrapper .review {
      border: 1px solid #0B293C;
      margin-bottom: 15px;
      padding: 20px 15px; }
      #reviews .reviews-wrapper .review .stars {
        vertical-align: bottom;
        display: inline-block;
        padding: 0;
        position: relative; }
        #reviews .reviews-wrapper .review .stars .stars-bg {
          position: relative;
          overflow: hidden;
          white-space: nowrap;
          color: #0B293C;
          z-index: 1;
          font-size: 18px; }
        #reviews .reviews-wrapper .review .stars .background {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          font-size: 18px; }
      #reviews .reviews-wrapper .review .rating-cijfer {
        font-size: 16px;
        vertical-align: middle;
        display: inline-block;
        letter-spacing: 2px;
        margin-left: 5px; }
        #reviews .reviews-wrapper .review .rating-cijfer span {
          color: #ccc; }
      #reviews .reviews-wrapper .review .text span {
        color: #ccc; }

@media (min-width: 768px) {
  #reviews .reviews .top {
    text-align: left; }
    #reviews .reviews .top .eindoordeel {
      width: -webkit-fit-content;
      width: fit-content;
      float: left;
      padding-bottom: 0;
      padding-right: 50px;
      border-right: 1px solid #0B293C; }
      #reviews .reviews .top .eindoordeel:after {
        display: none; }
    #reviews .reviews .top .subject {
      padding-left: 50px;
      padding-top: 0;
      width: -webkit-fit-content;
      width: fit-content;
      float: left; }
    #reviews .reviews .top .btn {
      float: right; }
  #reviews .reviews .mid {
    padding: 40px 30px; }
  #reviews .reviews .subject {
    text-align: left; }
  #reviews .reviews-wrapper .row {
    column-count: 2; }
    #reviews .reviews-wrapper .row .review {
      /* Chrome, Safari, Opera */
      /* Firefox */
      break-inside: avoid;
      /* IE 10+ */ } }

.br-theme-icomoon-stars .br-widget {
  height: 40px;
  white-space: nowrap; }

.br-theme-icomoon-stars .br-widget a {
  content: "\e912";
  font-family: icomoon;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  font-size: 30px;
  margin-right: 2px; }

.br-theme-icomoon-stars .br-widget a:after {
  content: '\e912';
  color: #d2d2d2; }

.br-theme-icomoon-stars .br-widget a.br-active:after {
  color: #0B293C; }

.br-theme-icomoon-stars .br-widget a.br-selected:after {
  color: #0B293C; }

.br-theme-icomoon-stars .br-widget .br-current-rating {
  display: none; }

.br-theme-icomoon-stars .br-readonly a {
  cursor: default; }

@media print {
  .br-theme-icomoon-stars .br-widget a:after {
    content: '\f006';
    color: black; }
  .br-theme-icomoon-stars .br-widget a.br-active:after,
  .br-theme-icomoon-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: black; } }

#rate {
  position: relative;
  margin-top: -12px;
  margin-bottom: 30px; }
  #rate .wrapper-gray {
    padding-top: 30px;
    background: #F8F7F4; }
  #rate .content h1 {
    position: relative;
    text-align: center;
    padding-bottom: 1rem; }
    #rate .content h1:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 1px;
      display: block;
      width: 75%;
      background: #0B293C;
      content: ''; }
  #rate .content h3 {
    margin: 30px 0;
    font-family: 'Baskerville', sans-serif;
    font-style: italic;
    font-size: 24px;
    text-align: center; }
  #rate .content p {
    text-align: center; }
  #rate .form {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 760px;
    margin: 30px auto; }
    #rate .form form {
      padding: 0 15px; }
      #rate .form form .help-block {
        color: red; }

#register {
  padding: 50px 0;
  margin-top: 60px;
  background: #f7f7f7; }
  #register h1 {
    margin-bottom: 30px; }

@media (min-width: 768px) {
  .fixed #register {
    margin-top: 100px; } }

@media (min-width: 992px) {
  .fixed #register {
    margin-top: 210px; }
  #register {
    padding: 45px 0; } }

#login {
  background: #F8F7F4;
  padding: 50px 0;
  margin-top: 60px; }
  #login .btn + a {
    margin-left: 10px; }
  #login .login_wrapper h1 {
    font-size: 34px; }
  #login ul:not(#breadcrumbs) {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0; }
    #login ul:not(#breadcrumbs) li {
      position: relative;
      padding-left: 20px; }
      #login ul:not(#breadcrumbs) li:before {
        position: absolute;
        left: 0;
        top: 5px;
        color: #000;
        content: "\e918"; }
  #login .usp {
    text-align: center; }
    #login .usp span {
      display: block;
      font-size: 90px;
      color: #000;
      margin-bottom: 15px; }
    #login .usp strong {
      display: block; }
    #login .usp p {
      margin-bottom: 0; }
  #login .register_wrapper {
    margin-top: 30px; }

@media (min-width: 992px) {
  #login .login_wrapper {
    padding: 20px; }
  #login .register_wrapper {
    position: relative;
    padding-left: 32px; }
    #login .register_wrapper:before {
      position: absolute;
      left: 0;
      top: 0;
      content: ' ';
      display: block;
      width: 2px;
      height: 100%;
      background: #DDD; } }

.cart-index {
  padding-top: 0 !important; }

#cart,
#order {
  background: #fff;
  padding-bottom: 30px;
  border-radius: 3px; }
  #cart h1,
  #order h1 {
    font-weight: normal;
    font-size: 34px;
    margin: 30px 0;
    border-bottom: 1px solid #0B293C;
    padding-bottom: 1rem; }
    #cart h1 .count,
    #order h1 .count {
      color: #0B293C; }
  #cart .btn.btn-discount-coupon,
  #order .btn.btn-discount-coupon {
    height: 38px;
    padding: 8px;
    width: 38px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #cart .btn.btn-discount-coupon:before,
    #order .btn.btn-discount-coupon:before {
      display: none; }
  #cart .olfit-club,
  #order .olfit-club {
    float: right;
    line-height: 33px; }
  #cart h4,
  #order h4 {
    margin-top: 0;
    font-size: 22px; }
  #cart img,
  #order img {
    border: 1px solid #0B293C; }
  #cart table,
  #order table {
    width: 100%; }
    #cart table thead,
    #order table thead {
      display: none; }
      #cart table thead th,
      #order table thead th {
        padding: 5px 0; }
    #cart table tbody tr,
    #order table tbody tr {
      position: relative;
      display: block;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid rgba(11, 41, 60, 0.5);
      overflow: hidden; }
      #cart table tbody tr td,
      #order table tbody tr td {
        display: block;
        margin-left: 115px; }
        #cart table tbody tr td.image,
        #order table tbody tr td.image {
          float: left;
          margin-right: 15px;
          margin-left: 0; }
        #cart table tbody tr td.product a,
        #order table tbody tr td.product a {
          color: #000;
          font-size: 15px; }
        #cart table tbody tr td.product .options,
        #order table tbody tr td.product .options {
          margin-top: 5px; }
          #cart table tbody tr td.product .options .option,
          #order table tbody tr td.product .options .option {
            display: inline-block;
            position: relative;
            margin-right: 15px; }
            #cart table tbody tr td.product .options .option:after,
            #order table tbody tr td.product .options .option:after {
              content: '/';
              position: absolute;
              right: -10px; }
            #cart table tbody tr td.product .options .option:last-child:after,
            #order table tbody tr td.product .options .option:last-child:after {
              display: none; }
        #cart table tbody tr td.product:hover,
        #order table tbody tr td.product:hover {
          box-shadow: none;
          transform: none; }
        #cart table tbody tr td.delivery,
        #order table tbody tr td.delivery {
          color: #000;
          font-size: 15px;
          font-style: italic;
          margin-bottom: 10px; }
        #cart table tbody tr td.quantity form .form-group,
        #order table tbody tr td.quantity form .form-group {
          margin-bottom: 0; }
          #cart table tbody tr td.quantity form .form-group .input-group,
          #order table tbody tr td.quantity form .form-group .input-group {
            width: 120px; }
            #cart table tbody tr td.quantity form .form-group .input-group .input-group-addon,
            #order table tbody tr td.quantity form .form-group .input-group .input-group-addon {
              cursor: pointer;
              padding: 6px;
              border: 1px solid #8E8E8E;
              border-radius: 3px 0 0 3px;
              color: #8E8E8E; }
              #cart table tbody tr td.quantity form .form-group .input-group .input-group-addon:last-child,
              #order table tbody tr td.quantity form .form-group .input-group .input-group-addon:last-child {
                border-radius: 0 3px 3px 0; }
            #cart table tbody tr td.quantity form .form-group .input-group .form-control,
            #order table tbody tr td.quantity form .form-group .input-group .form-control {
              border-color: #8E8E8E; }
        #cart table tbody tr td.price,
        #order table tbody tr td.price {
          display: inline-block;
          font-size: 14px;
          margin-top: 10px; }
        #cart table tbody tr td.subtotal,
        #order table tbody tr td.subtotal {
          display: inline-block;
          font-size: 14px;
          margin-left: 15px;
          margin-top: 10px; }
        #cart table tbody tr td.actions,
        #order table tbody tr td.actions {
          position: absolute;
          top: 0;
          right: 0;
          text-align: left; }
          #cart table tbody tr td.actions .btn2,
          #order table tbody tr td.actions .btn2 {
            background: #0B293C;
            color: #fff;
            font-size: 14px;
            padding: 5px 10px; }
            #cart table tbody tr td.actions .btn2:hover,
            #order table tbody tr td.actions .btn2:hover {
              color: #000; }
      #cart table tbody tr:last-child td:last-child,
      #order table tbody tr:last-child td:last-child {
        border-bottom: 1px solid #0B293C; }
  #cart dl dt,
  #order dl dt {
    float: left;
    clear: left;
    text-align: right;
    white-space: nowrap;
    margin-right: 15px; }
  #cart .cart-loader,
  #order .cart-loader {
    padding: 50px 0; }
  #cart .empty-cart,
  #order .empty-cart {
    border: 1px solid #0B293C;
    background-color: #fff;
    padding: 30px 0; }
    #cart .empty-cart h2,
    #order .empty-cart h2 {
      font-size: 18px;
      margin: 0;
      color: #000;
      font-family: Consolas, "Liberation Mono", Courier, monospace; }
      #cart .empty-cart h2 a,
      #order .empty-cart h2 a {
        text-decoration: underline; }
  #cart .summary,
  #order .summary {
    padding: 20px 0;
    font-size: 14px; }
  #cart .discount-coupon,
  #order .discount-coupon {
    margin-bottom: 10px; }
    #cart .discount-coupon .code,
    #order .discount-coupon .code {
      font-size: 18px; }
      #cart .discount-coupon .code b,
      #order .discount-coupon .code b {
        font-family: Consolas, "Liberation Mono", Courier, monospace; }
    #cart .discount-coupon .remove,
    #order .discount-coupon .remove {
      font-size: 28px;
      font-weight: 700;
      line-height: 26px;
      color: #000; }
  #cart .free-shipping,
  #order .free-shipping {
    color: #0B293C;
    font-weight: bold;
    text-transform: uppercase; }
  #cart .separator,
  #order .separator {
    border-bottom: 1px solid #0B293C; }
  #cart .checkout,
  #order .checkout {
    padding: 20px 0;
    font-size: 14px; }
    #cart .checkout .total,
    #order .checkout .total {
      font-weight: 700;
      margin-bottom: 20px; }
  #cart input[name="quantity"],
  #order input[name="quantity"] {
    text-align: center; }

#cart-clerk {
  padding: 50px 0;
  background: #ff0000; }
  #cart-clerk .gerelateerdproduct {
    background: #fff;
    border-color: #fa0000; }

@media (min-width: 768px) {
  #cart table,
  #order table {
    width: 100%; }
    #cart table thead,
    #order table thead {
      display: table-header-group; }
      #cart table thead th,
      #order table thead th {
        padding: 15px 0 15px 15px; }
        #cart table thead th.quantity,
        #order table thead th.quantity {
          width: 150px; }
    #cart table tbody tr,
    #order table tbody tr {
      display: table-row; }
      #cart table tbody tr td,
      #order table tbody tr td {
        display: table-cell;
        padding: 15px; }
        #cart table tbody tr td.image,
        #order table tbody tr td.image {
          float: none; }
        #cart table tbody tr td.price, #cart table tbody tr td.subtotal,
        #order table tbody tr td.price,
        #order table tbody tr td.subtotal {
          margin-left: 0;
          margin-top: 0;
          display: table-cell; }
        #cart table tbody tr td.actions,
        #order table tbody tr td.actions {
          text-align: right;
          position: static; } }

#checkout {
  background: #F7F7F7;
  padding: 30px 0; }
  #checkout .d-none {
    display: none; }
  #checkout blockquote {
    background: rgba(240, 162, 2, 0.3);
    border-left: 5px solid #F0A202; }
  #checkout .steps {
    padding: 20px 0 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4; }
    #checkout .steps .step {
      display: inline-block;
      margin-right: 25px;
      text-transform: uppercase;
      font-weight: 700;
      color: #a4b3bb; }
      #checkout .steps .step .number {
        height: 25px;
        width: 25px;
        display: inline-block;
        border-radius: 50%;
        background-color: #f4f4f4;
        color: #a4b3bb;
        text-align: center;
        margin-right: 5px; }
      #checkout .steps .step.active {
        color: #0B293C; }
        #checkout .steps .step.active .number {
          background-color: #0B293C;
          color: #fff; }
  #checkout #pickup {
    background: #fff;
    padding: 15px;
    border-radius: 0px;
    border: 1px solid #0B293C; }
    #checkout #pickup .search-form {
      margin-bottom: 20px; }
      #checkout #pickup .search-form h2 {
        font-size: 24px; }
      #checkout #pickup .search-form .is-invalid {
        border: 1px solid red; }
    #checkout #pickup .pickup_locations {
      background: #fff;
      border: 2px solid #EEEEEE;
      border-radius: 0px;
      position: relative;
      margin: 0; }
      #checkout #pickup .pickup_locations .top {
        border-bottom: 1px solid #DCDCDC;
        float: none; }
        #checkout #pickup .pickup_locations .top h2 {
          font-size: 24px;
          margin: 10px 0; }
      #checkout #pickup .pickup_locations .locations-wrapper {
        max-height: 500px;
        overflow: auto; }
        #checkout #pickup .pickup_locations .locations-wrapper .location-loader {
          height: 100px; }
        #checkout #pickup .pickup_locations .locations-wrapper .location {
          width: 100%;
          min-height: 1px;
          display: block; }
          #checkout #pickup .pickup_locations .locations-wrapper .location:not(:last-child) {
            border-bottom: 1px solid #DCDCDC; }
          #checkout #pickup .pickup_locations .locations-wrapper .location label {
            position: relative; }
            #checkout #pickup .pickup_locations .locations-wrapper .location label input {
              position: absolute;
              left: 0px;
              top: 50%;
              transform: translateY(-50%); }
            #checkout #pickup .pickup_locations .locations-wrapper .location label .text {
              margin-left: 35px; }
              #checkout #pickup .pickup_locations .locations-wrapper .location label .text h3 {
                margin-bottom: 5px;
                font-size: 16px; }
              #checkout #pickup .pickup_locations .locations-wrapper .location label .text p {
                font-size: 14px;
                margin-top: 0px; }
  #checkout .row.button {
    margin-top: 15px; }
  #checkout form label {
    font-weight: 400; }
  #checkout form .form-group.has-error input,
  #checkout form .form-group.has-error select,
  #checkout form .form-group.has-error textarea {
    border-color: #a94442; }
  #checkout form .form-group.has-error .help-block {
    font-size: 12px; }
  #checkout form .address {
    background: #fff;
    border: 2px solid #DCDCDC;
    border-radius: 0px;
    padding: 10px 15px; }
    #checkout form .address .label.label-info {
      background: #000; }
  #checkout form .radiobuttons {
    margin-bottom: 15px; }
    #checkout form .radiobuttons label {
      margin-right: 15px; }
  #checkout form input[type="radio"] {
    position: relative;
    margin-right: 10px;
    -webkit-appearance: none;
    appearance: none;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid #DCDCDC;
    border-radius: 50%;
    transition: all 300ms ease;
    outline: none;
    transform: translateY(3px); }
    #checkout form input[type="radio"]:before {
      content: ' ';
      position: absolute;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff; }
    #checkout form input[type="radio"]:checked {
      background: #0B293C;
      border-color: #0B293C; }
  #checkout form .gender label {
    margin-right: 25px; }
  #checkout form .shipping-address {
    display: none; }
  #checkout h2 {
    font-size: 18px;
    font-weight: bold;
    color: #3E3E3E;
    margin: 15px 0 20px; }
  #checkout .loader {
    padding: 50px 0; }
  #checkout .method {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 0px;
    border: 2px solid #0B293C;
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 0 !important; }
    #checkout .method input[type="radio"] {
      position: relative;
      margin: 0; }
    #checkout .method .image,
    #checkout .method .description {
      margin-left: 15px; }
      #checkout .method .image small,
      #checkout .method .description small {
        color: #999; }
    #checkout .method img {
      width: 40px;
      height: 40px;
      object-fit: contain; }
  #checkout #discount {
    margin-bottom: 15px;
    background: #fff;
    border: 2px solid #f4f4f4;
    border-radius: 0px;
    padding: 15px; }
    #checkout #discount h2 {
      color: #000;
      font-size: 18px;
      margin-bottom: 15px;
      margin-top: 0; }
    #checkout #discount .form-group {
      overflow: hidden;
      margin-bottom: 0; }
      #checkout #discount .form-group input {
        width: 100%;
        float: left;
        box-shadow: none;
        background: #DCDCDC;
        border-radius: 0px;
        line-height: 40px;
        height: 40px;
        padding-left: 15px;
        border: none;
        margin-bottom: 5px; }
    #checkout #discount .discount-coupon .code {
      font-size: 18px; }
      #checkout #discount .discount-coupon .code b {
        font-family: Consolas, "Liberation Mono", Courier, monospace; }
    #checkout #discount .discount-coupon .remove {
      font-size: 28px;
      font-weight: 700;
      line-height: 26px;
      color: #000; }
  #checkout #order {
    background: #fff;
    padding: 15px;
    border: 2px solid #EEEEEE;
    border-radius: 0px; }
    #checkout #order h2 {
      margin-top: 0;
      text-align: center; }
    #checkout #order table tr {
      border-bottom: 1px solid #f4f4f4; }
      #checkout #order table tr td.quantity, #checkout #order table tr td.subtotal {
        border-bottom: none;
        float: left;
        text-align: left;
        margin-left: 0;
        margin-top: 10px;
        width: 80px; }
      #checkout #order table tr:last-child {
        border-bottom: 0; }
    #checkout #order .summary {
      border-top: 1px solid #DCDCDC; }
    #checkout #order .tax > div,
    #checkout #order .subtotal > div,
    #checkout #order .discount > div {
      margin-bottom: 15px; }
    #checkout #order .transaction > div,
    #checkout #order .gift-wrap > div {
      margin-top: 15px; }
    #checkout #order .shipping p {
      margin-bottom: 0;
      font-size: 14px; }
    #checkout #order .checkout {
      border-top: 1px solid #DCDCDC;
      padding-bottom: 0 !important; }
      #checkout #order .checkout .total {
        margin-bottom: 0; }
  #checkout #segment {
    margin-top: 15px;
    background: #E6E6E6;
    padding: 15px;
    border-radius: 0px; }
    #checkout #segment p:last-child {
      margin-bottom: 0; }
  #checkout #service {
    margin-top: 15px;
    padding: 15px;
    background: rgba(244, 244, 244, 0.1);
    border-radius: 0px; }
    #checkout #service img {
      width: 50px; }
    #checkout #service h3 {
      color: #f4f4f4;
      font-size: 18px;
      line-height: 22px;
      margin: 0 0 2px 0; }
    #checkout #service p {
      color: #8E8E8E;
      font-size: 15px;
      line-height: 18px;
      margin: 0; }
  #checkout .privacy {
    margin-bottom: 15px; }
    #checkout .privacy label {
      position: relative;
      font-size: 16px;
      padding-left: 30px;
      width: 100% !important; }
      #checkout .privacy label input[type="checkbox"] {
        position: absolute;
        left: 0;
        -webkit-appearance: none;
        appearance: none;
        height: 18px;
        width: 18px;
        border: 2px solid #DCDCDC;
        border-radius: 0px;
        background: #fff;
        top: 3px;
        margin: 0 5px 0 0;
        transition: all 300ms ease;
        outline: none; }
        #checkout .privacy label input[type="checkbox"]:before {
          content: ' ';
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border-radius: 0px;
          height: 9px;
          width: 9px;
          background: #fff;
          opacity: 0;
          transition: all 300ms ease; }
        #checkout .privacy label input[type="checkbox"]:checked {
          border-color: #f4f4f4;
          background: #f4f4f4; }
          #checkout .privacy label input[type="checkbox"]:checked:before {
            opacity: 1; }

#addressModal .modal-content .modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  #addressModal .modal-content .modal-header h2 {
    margin: 0; }
  #addressModal .modal-content .modal-header:before, #addressModal .modal-content .modal-header:after {
    display: none; }

#addressModal .modal-content .modal-body address {
  font-size: 18px; }

@media (min-width: 768px) {
  #checkout .form-group {
    overflow: hidden; }
    #checkout .form-group label,
    #checkout .form-group > div {
      float: left; }
    #checkout .form-group label {
      width: 35%; }
    #checkout .form-group > div {
      width: 65%; }
  #checkout #order h2 {
    text-align: left; }
  #checkout #order table tr td {
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
    padding: 0;
    padding-left: 5px;
    padding-bottom: 15px; }
    #checkout #order table tr td a {
      font-size: 12px; }
    #checkout #order table tr td.image img {
      width: 66px; }
    #checkout #order table tr td.quantity, #checkout #order table tr td.subtotal {
      border-bottom: none;
      width: initial;
      float: none;
      text-align: right !important; }
  #checkout #order table tr:last-child {
    border-bottom: 0; } }

@media (min-width: 992px) {
  #checkout .scroller {
    position: sticky;
    top: 30px; } }

#thanks {
  text-align: center; }
  #thanks .content {
    background: #F8F7F4;
    padding: 30px 0;
    font-size: 16px; }
    #thanks .content h1 {
      font-size: 34px;
      margin: 0 0 30px; }
      #thanks .content h1 .icon {
        display: inline-block;
        color: #000;
        margin-right: 5px; }
    #thanks .content strong.title {
      font-size: 18px; }
  #thanks .icons {
    padding: 30px 0;
    font-size: 16px; }
    #thanks .icons .icon {
      width: 105px;
      margin-bottom: 30px; }
    #thanks .icons h2,
    #thanks .icons button {
      display: block; }
    #thanks .icons h2 {
      font-size: 22px; }

@media (min-width: 768px) {
  #thanks .content,
  #thanks .icons {
    padding: 50px 0;
    font-size: 18px; }
  #thanks .icons h2,
  #thanks .icons button {
    display: inline-block; }
  #thanks .icons h2 {
    font-size: 26px;
    margin: 50px 30px 50px 0; } }

#account {
  padding-top: 30px; }
  #account .partner-content .total {
    font-size: 18px;
    margin-bottom: 20px; }
  #account .partner-content table {
    width: 100%;
    font-size: 16px; }
    #account .partner-content table thead tr {
      background-color: #314259;
      color: #fff; }
    #account .partner-content table thead th {
      padding: 10px 20px; }
    #account .partner-content table tbody tr:nth-child(even) {
      background-color: #f7f7f7; }
    #account .partner-content table tbody td {
      padding: 20px; }
  #account h1 {
    margin-top: 0; }
  #account dl {
    margin-bottom: 30px;
    overflow: hidden; }
    #account dl dt,
    #account dl dd {
      float: left;
      width: 50%;
      padding: 5px;
      height: 30px; }
      #account dl dt:nth-child(4n), #account dl dt:nth-child(4n-1),
      #account dl dd:nth-child(4n),
      #account dl dd:nth-child(4n-1) {
        background: #F8F7F4; }
  #account address {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px; }
    #account address .label.label-info {
      background: #000; }

aside {
  padding: 15px;
  background: #F8F7F4; }
  aside h3 {
    margin-top: 0; }
  aside ul {
    padding: 0;
    margin: 0; }
    aside ul li {
      padding: 5px 0;
      list-style: none; }

#partners {
  position: relative;
  padding: 30px 0; }
  #partners .content {
    background: #fff; }
  #partners h1 {
    position: relative;
    margin-top: 0;
    text-align: center;
    padding-bottom: 1rem; }
  #partners .partners-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #partners .partners-row .mb {
      margin-bottom: 30px;
      height: auto; }
  #partners .title {
    font-size: 16px;
    color: #000; }
  #partners .partner {
    color: #000;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(49, 66, 89, 0.05);
    overflow: hidden;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    #partners .partner .image {
      position: relative;
      background: #fff; }
      #partners .partner .image figcaption {
        position: absolute;
        top: 15px;
        left: 15px;
        color: #fff;
        background: #0B293C;
        padding: 0 6px;
        font-size: 14px;
        line-height: 25px;
        border-radius: 3px; }
      #partners .partner .image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 580 / 375; }
    #partners .partner .content {
      position: relative;
      padding: 20px 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 100%; }
      #partners .partner .content .btn {
        width: -webkit-max-content;
        width: max-content; }
      #partners .partner .content span {
        display: block; }
      #partners .partner .content h2 {
        color: #00494F; }
      #partners .partner .content p {
        color: #2C1B12;
        margin-bottom: 20px; }
      #partners .partner .content i.icon {
        position: absolute;
        right: 0;
        bottom: 28px;
        font-size: 8px;
        margin-right: 10px; }
    #partners .partner:hover {
      color: #0B293C;
      text-decoration: none; }
  #partners #info {
    padding: 70px 0;
    background-image: url(../img/chemicals/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px;
    border-radius: 5px; }
    #partners #info h2 {
      color: white;
      font-weight: bold; }
    #partners #info .info-block {
      background-color: white;
      border-radius: 5px;
      padding: 20px;
      position: relative;
      height: 200px; }
      #partners #info .info-block ul {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 30px; }
        #partners #info .info-block ul li {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          gap: 10px;
          font-size: 16px; }
          #partners #info .info-block ul li:before {
            content: "\e904";
            font-family: 'icomoon', sans-serif;
            color: #F0A202;
            font-size: 20px; }
          #partners #info .info-block ul li a {
            color: #02151A; }
            #partners #info .info-block ul li a:hover {
              color: #F0A202; }
      #partners #info .info-block img {
        position: absolute;
        right: 20px;
        top: 20px;
        max-height: 80px; }
    #partners #info .cursus {
      background-color: white;
      border-radius: 5px;
      overflow: hidden;
      -ms-flex-direction: column;
      flex-direction: column; }
      #partners #info .cursus h4 {
        font-weight: bold;
        color: #0B293C;
        font-size: 24px; }
      #partners #info .cursus .content {
        padding: 20px; }

@media (min-width: 768px) {
  .fixed #partners {
    margin-top: 100px; }
  #partners .title {
    overflow: hidden; }
    #partners .title h1 {
      float: left; }
  #partners #info .cursus {
    height: 200px;
    -ms-flex-direction: row;
    flex-direction: row; }
    #partners #info .cursus img {
      max-width: 45%; } }

@media (min-width: 992px) {
  .fixed #partners {
    margin-top: 210px; }
  #partners .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  #partners #info .cursus {
    height: 200px;
    margin-top: 48px; }
    #partners #info .cursus h4 {
      font-size: 16px; }
    #partners #info .cursus .btn {
      font-size: 12px; }
    #partners #info .cursus p {
      font-size: 14px; } }

@media (min-width: 1440px) {
  #partners #info .cursus h4 {
    font-size: 18px; }
  #partners #info .cursus .btn {
    font-size: 14px; } }

/*# sourceMappingURL=app.css.map */
