/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../../../../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../../../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/scss/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto);
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../../../../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../../../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/scss/main.scss (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=block);
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../../../../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../../../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/scss/main.scss (2) ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
  --blue: #0c426e;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d4021d;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #0c426e;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0c426e;
  --secondary: #d4021d;
  --success: #28a745;
  --info: #0c426e;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Custom-Font, Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace ;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /*color: #212529;*/
  color: #586067;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #0f4170 !important;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0c426e;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0c426e;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.8rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #dcdbd8;
}

small, .small, .btn-labeled, .basket-preview .totals {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.1rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.15rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-max {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1, .col-xs-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2, .col-xs-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3, .col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4, .col-xs-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5, .col-xs-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6, .col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7, .col-xs-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8, .col-xs-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9, .col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10, .col-xs-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11, .col-xs-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12, .col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th, .table-sm td {
  padding: 0.3rem;
}

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

.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6;
}

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

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > th, .table-primary > td {
  background-color: #b8dfed;
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
  border-color: #7ac4dd;
}

.table-hover .table-primary:hover {
  background-color: #a4d6e8;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #a4d6e8;
}

.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #f3b8c0;
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
  border-color: #e97b89;
}

.table-hover .table-secondary:hover {
  background-color: #efa2ad;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #efa2ad;
}

.table-success, .table-success > th, .table-success > td {
  background-color: #c3e6cb;
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

.table-info, .table-info > th, .table-info > td {
  background-color: #bee5eb;
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

.table-warning, .table-warning > th, .table-warning > td {
  background-color: #ffeeba;
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe;
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.25em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #66afe9;
  outline: 0;
  box-shadow: rgba(102, 175, 233, 0.6);
}

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

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

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

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.25;
}

.col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1.25rem;
  line-height: 1.33333;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.form-control-lg {
  height: calc(1.33333em + 1rem + 2px);
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.2rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.2rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.1rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.25em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.3125em + 0.25rem);
  background-size: calc(0.625em + 0.5rem) calc(0.625em + 0.5rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.25em + 1rem);
  background-position: top calc(0.3125em + 0.25rem) right calc(0.3125em + 0.25rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 1.6rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.625em + 0.5rem) calc(0.625em + 0.5rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.1rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.25em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.3125em + 0.25rem);
  background-size: calc(0.625em + 0.5rem) calc(0.625em + 0.5rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.25em + 1rem);
  background-position: top calc(0.3125em + 0.25rem) right calc(0.3125em + 0.25rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 1.6rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 2rem/calc(0.625em + 0.5rem) calc(0.625em + 0.5rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.btn-secondary {
  color: #fff;
  background-color: #d4021d;
  border-color: #d4021d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #ae0218;
  border-color: #a10216;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 40, 63, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #d4021d;
  border-color: #d4021d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #a10216;
  border-color: #950114;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 40, 63, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #0c426e;
  border-color: #0c426e;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem #0c426e;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0c426e;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #0c426e;
}

.btn-outline-secondary {
  color: #d4021d;
  border-color: #d4021d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #d4021d;
  border-color: #d4021d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 2, 29, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #d4021d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #d4021d;
  border-color: #d4021d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 2, 29, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #0c426e;
  border-color: #0c426e;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem #0c426e;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0c426e;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #0c426e;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0c426e;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.btn-link:hover {
  color: #0c426e;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.2rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0c426e;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1;
}

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

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

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

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

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

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

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend, .input-group-append {
  display: flex;
}

.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1rem;
}

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

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
  height: calc(1.33333em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.2rem;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 2rem;
}

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

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0c426e;
  background-color: #0c426e;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0c426e;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #66afe9;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #84c6ff;
  border-color: #84c6ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #767676;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eee;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.1rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0c426e;
  background-color: #0c426e;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #0c426e;
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #0c426e;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #0c426e;
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #0c426e;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0.8rem 2rem 0.8rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #0c426e;
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.33333em + 1rem + 2px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #66afe9;
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0c426e;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 2.5rem;
  padding: 1rem 0.5rem;
  font-weight: 400;
  line-height: 1.25;
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.25em + 1rem);
  padding: 1rem 0.5rem;
  line-height: 1.25;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border-left: inherit;
  border-radius: 0 0.1rem 0.1rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, rgba(102, 175, 233, 0.6);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, rgba(102, 175, 233, 0.6);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, rgba(102, 175, 233, 0.6);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0c426e;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #71dcff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0c426e;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #71dcff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0c426e;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #71dcff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 1.3rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

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

.nav-pills .nav-link {
  border-radius: 0.1rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0c426e;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-max {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 1.1125rem;
  padding-bottom: 1.1125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.1rem;
}

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-max {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-max {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-max {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-max {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-max {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-max {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-max {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-max {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-max {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-max {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #7a7f7f;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: #b2b1a7;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: #7a7f7f;
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%237a7f7f' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: #7a7f7f;
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card, .cmp-address-list .items > div:first-child {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1rem;
}

.card > hr, .cmp-address-list .items > div:first-child > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child, .cmp-address-list .items > div:first-child > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.card > .list-group:last-child .list-group-item:last-child, .cmp-address-list .items > div:first-child > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}

.card-body, .card-block {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.1rem - 1px) calc(0.1rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.1rem - 1px) calc(0.1rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.1rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.1rem - 1px);
  border-top-right-radius: calc(0.1rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.1rem - 1px);
  border-bottom-left-radius: calc(0.1rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card, .card-deck .cmp-address-list .items > div:first-child, .cmp-address-list .card-deck .items > div:first-child {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card, .card-deck .cmp-address-list .items > div:first-child, .cmp-address-list .card-deck .items > div:first-child {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card, .cmp-address-list .items.card-group > div:first-child {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card, .cmp-address-list .items.card-group > div:first-child {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .cmp-address-list .items.card-group > div:first-child + .card, .cmp-address-list .items.card-group > .card + div:first-child, .cmp-address-list .items.card-group > div:first-child + div:first-child {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .cmp-address-list .items.card-group > div:not(:last-child):first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .cmp-address-list .items.card-group > div:not(:last-child):first-child .card-img-top, .card-group > .card:not(:last-child) .card-header, .cmp-address-list .items.card-group > div:not(:last-child):first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .cmp-address-list .items.card-group > div:not(:last-child):first-child .card-img-bottom, .card-group > .card:not(:last-child) .card-footer, .cmp-address-list .items.card-group > div:not(:last-child):first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .cmp-address-list .items.card-group > div:not(:first-child):first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .cmp-address-list .items.card-group > div:not(:first-child):first-child .card-img-top, .card-group > .card:not(:first-child) .card-header, .cmp-address-list .items.card-group > div:not(:first-child):first-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .cmp-address-list .items.card-group > div:not(:first-child):first-child .card-img-bottom, .card-group > .card:not(:first-child) .card-footer, .cmp-address-list .items.card-group > div:not(:first-child):first-child .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card, .card-columns .cmp-address-list .items > div:first-child, .cmp-address-list .card-columns .items > div:first-child {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card, .card-columns .cmp-address-list .items > div:first-child, .cmp-address-list .card-columns .items > div:first-child {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card, .cmp-address-list .items.accordion > div:first-child {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child, .cmp-address-list .items.accordion > div:not(:first-of-type):first-child .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type), .cmp-address-list .items.accordion > div:not(:first-of-type):not(:last-of-type):first-child {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type, .cmp-address-list .items.accordion > div:first-of-type:first-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type, .cmp-address-list .items.accordion > div:last-of-type:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header, .cmp-address-list .items.accordion > div:first-child .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #efefef;
  border-radius: 0.1rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.1rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0c426e;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0c426e;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #0c426e;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}

.badge, .tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge, .tag {
    transition: none;
  }
}
a.badge:hover, a.tag:hover, a.badge:focus, a.tag:focus {
  text-decoration: none;
}

.badge:empty, .tag:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary, .tag-primary {
  color: #fff;
  background-color: #0c426e;
}

a.badge-primary:hover, a.tag-primary:hover, a.badge-primary:focus, a.tag-primary:focus {
  color: #fff;
  background-color: #0c426e;
}

a.badge-primary:focus, a.tag-primary:focus, a.badge-primary.focus, a.focus.tag-primary {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #0c426e;
}

.badge-secondary, .tag-secondary {
  color: #fff;
  background-color: #d4021d;
}

a.badge-secondary:hover, a.tag-secondary:hover, a.badge-secondary:focus, a.tag-secondary:focus {
  color: #fff;
  background-color: #a10216;
}

a.badge-secondary:focus, a.tag-secondary:focus, a.badge-secondary.focus, a.focus.tag-secondary {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(212, 2, 29, 0.5);
}

.badge-success, .tag-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.tag-success:hover, a.badge-success:focus, a.tag-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.tag-success:focus, a.badge-success.focus, a.focus.tag-success {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info, .tag-info {
  color: #fff;
  background-color: #0c426e;
}

a.badge-info:hover, a.tag-info:hover, a.badge-info:focus, a.tag-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.tag-info:focus, a.badge-info.focus, a.focus.tag-info {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #0c426e;
}

.badge-warning, .tag-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.tag-warning:hover, a.badge-warning:focus, a.tag-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.tag-warning:focus, a.badge-warning.focus, a.focus.tag-warning {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger, .tag-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.tag-danger:hover, a.badge-danger:focus, a.tag-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.tag-danger:focus, a.badge-danger.focus, a.focus.tag-danger {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.2rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.1rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004a62;
  background-color: #cce8f2;
  border-color: #b8dfed;
}

.alert-primary hr {
  border-top-color: #a4d6e8;
}

.alert-primary .alert-link {
  color: #0c426e;
}

.alert-secondary {
  color: #6e010f;
  background-color: #f6ccd2;
  border-color: #f3b8c0;
}

.alert-secondary hr {
  border-top-color: #efa2ad;
}

.alert-secondary .alert-link {
  color: #3b0108;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

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

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c426e;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

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

.alert-info .alert-link {
  color: #0c426e;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

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

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

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

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.1rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0c426e;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004a62;
  background-color: #b8dfed;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004a62;
  background-color: #a4d6e8;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004a62;
  border-color: #004a62;
}

.list-group-item-secondary {
  color: #6e010f;
  background-color: #f3b8c0;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #6e010f;
  background-color: #efa2ad;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #6e010f;
  border-color: #6e010f;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c426e;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c426e;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1080;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0px;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 0px);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 0px);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0px);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 0px);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1070;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.1rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  display: block;
  max-width: 276px;
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.2rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.2rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.2rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0c426e !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #0c426e !important;
}

.bg-secondary {
  background-color: #d4021d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #a10216 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #0c426e !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light, .bg-faded {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-faded:hover, a.bg-light:focus, a.bg-faded:focus, button.bg-light:hover, button.bg-faded:hover, button.bg-light:focus, button.bg-faded:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0c426e !important;
}

.border-secondary {
  border-color: #d4021d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #0c426e !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.15rem !important;
}

.rounded {
  border-radius: 0.1rem !important;
}

.rounded-top {
  border-top-left-radius: 0.1rem !important;
  border-top-right-radius: 0.1rem !important;
}

.rounded-right {
  border-top-right-radius: 0.1rem !important;
  border-bottom-right-radius: 0.1rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.1rem !important;
  border-bottom-left-radius: 0.1rem !important;
}

.rounded-left {
  border-top-left-radius: 0.1rem !important;
  border-bottom-left-radius: 0.1rem !important;
}

.rounded-lg {
  border-radius: 0.2rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

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

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

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left, .pull-left {
  float: left !important;
}

.float-right, .pull-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed, .pos-f-t {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

@supports (position: sticky) {
  .sticky-top {
    position: -webkit-relative;
    position: relative;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

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

.mt-0, .m-t-0, .my-0, .m-y-0 {
  margin-top: 0 !important;
}

.mr-0, .m-r-0, .mx-0, .m-x-0 {
  margin-right: 0 !important;
}

.mb-0, .m-b-0, .my-0, .m-y-0 {
  margin-bottom: 0 !important;
}

.ml-0, .m-l-0, .mx-0, .m-x-0 {
  margin-left: 0 !important;
}

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

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

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

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

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

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

.mt-2, .m-t-5, .my-2, .m-y-5 {
  margin-top: 0.5rem !important;
}

.mr-2, .m-r-5, .mx-2, .m-x-5 {
  margin-right: 0.5rem !important;
}

.mb-2, .m-b-5, .my-2, .m-y-5 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .m-l-5, .mx-2, .m-x-5 {
  margin-left: 0.5rem !important;
}

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

.mt-3, .m-t-1, .my-3, .m-y-1 {
  margin-top: 1rem !important;
}

.mr-3, .m-r-1, .mx-3, .m-x-1 {
  margin-right: 1rem !important;
}

.mb-3, .m-b-1, .my-3, .m-y-1 {
  margin-bottom: 1rem !important;
}

.ml-3, .m-l-1, .mx-3, .m-x-1 {
  margin-left: 1rem !important;
}

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

.mt-4, .m-t-2, .my-4, .m-y-2 {
  margin-top: 1.5rem !important;
}

.mr-4, .m-r-2, .mx-4, .m-x-2 {
  margin-right: 1.5rem !important;
}

.mb-4, .m-b-2, .my-4, .m-y-2 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .m-l-2, .mx-4, .m-x-2 {
  margin-left: 1.5rem !important;
}

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

.mt-5, .m-t-3, .my-5, .m-y-3 {
  margin-top: 3rem !important;
}

.mr-5, .m-r-3, .mx-5, .m-x-3 {
  margin-right: 3rem !important;
}

.mb-5, .m-b-3, .my-5, .m-y-3 {
  margin-bottom: 3rem !important;
}

.ml-5, .m-l-3, .mx-5, .m-x-3 {
  margin-left: 3rem !important;
}

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

.pt-0, .p-t-0, .py-0, .p-y-0 {
  padding-top: 0 !important;
}

.pr-0, .p-r-0, .px-0, .p-x-0 {
  padding-right: 0 !important;
}

.pb-0, .p-b-0, .py-0, .p-y-0 {
  padding-bottom: 0 !important;
}

.pl-0, .p-l-0, .px-0, .p-x-0 {
  padding-left: 0 !important;
}

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

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

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

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

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

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

.pt-2, .p-t-5, .py-2, .p-y-5 {
  padding-top: 0.5rem !important;
}

.pr-2, .p-r-5, .px-2, .p-x-5 {
  padding-right: 0.5rem !important;
}

.pb-2, .p-b-5, .py-2, .p-y-5 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .p-l-5, .px-2, .p-x-5 {
  padding-left: 0.5rem !important;
}

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

.pt-3, .p-t-1, .py-3, .p-y-1 {
  padding-top: 1rem !important;
}

.pr-3, .p-r-1, .px-3, .p-x-1 {
  padding-right: 1rem !important;
}

.pb-3, .p-b-1, .py-3, .p-y-1 {
  padding-bottom: 1rem !important;
}

.pl-3, .p-l-1, .px-3, .p-x-1 {
  padding-left: 1rem !important;
}

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

.pt-4, .p-t-2, .py-4, .p-y-2 {
  padding-top: 1.5rem !important;
}

.pr-4, .p-r-2, .px-4, .p-x-2 {
  padding-right: 1.5rem !important;
}

.pb-4, .p-b-2, .py-4, .p-y-2 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .p-l-2, .px-4, .p-x-2 {
  padding-left: 1.5rem !important;
}

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

.pt-5, .p-t-3, .py-5, .p-y-3 {
  padding-top: 3rem !important;
}

.pr-5, .p-r-3, .px-5, .p-x-3 {
  padding-right: 3rem !important;
}

.pb-5, .p-b-3, .py-5, .p-y-3 {
  padding-bottom: 3rem !important;
}

.pl-5, .p-l-3, .px-5, .p-x-3 {
  padding-left: 3rem !important;
}

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

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-auto, .my-auto, .m-y-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto, .m-x-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto, .m-y-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto, .m-x-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0c426e !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0c426e !important;
}

.text-secondary {
  color: #d4021d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #880113 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #0c426e !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #586067 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge, .tag {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../documents/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../documents/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../documents/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../documents/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../documents/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../documents/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em;
}

.flag-icon:before {
  content: " ";
}

.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-de {
  background-image: url(https://cdn02.plentymarkets.com/r3pmentklgg2/frontend/flags/de.svg);
}

.flag-icon-de.flag-icon-squared {
  background-image: url(https://cdn02.plentymarkets.com/r3pmentklgg2/frontend/flags/squared/de.svg);
}

.flag-icon-es {
  background-image: url(https://cdn02.plentymarkets.com/r3pmentklgg2/frontend/flags/es.svg);
}

.flag-icon-es.flag-icon-squared {
  background-image: url(https://cdn02.plentymarkets.com/r3pmentklgg2/frontend/flags/squared/es.svg);
}

.flag-icon-fr {
  background-image: url(https://cdn02.plentymarkets.com/r3pmentklgg2/frontend/flags/fr.svg);
}

.flag-icon-fr.flag-icon-squared {
  background-image: url(https://cdn02.plentymarkets.com/r3pmentklgg2/frontend/flags/squared/fr.svg);
}

.flag-icon-gb {
  background-image: url(https://cdn02.plentymarkets.com/r3pmentklgg2/frontend/flags/gb.svg);
}

.flag-icon-gb.flag-icon-squared {
  background-image: url(https://cdn02.plentymarkets.com/r3pmentklgg2/frontend/flags/squared/gb.svg);
}

.flag-icon-it {
  background-image: url(https://cdn02.plentymarkets.com/r3pmentklgg2/frontend/flags/it.svg);
}

.flag-icon-it.flag-icon-squared {
  background-image: url(https://cdn02.plentymarkets.com/r3pmentklgg2/frontend/flags/squared/it.svg);
}

.square-container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.square-container .square-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.center-xy {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.center-xy img {
  align-self: center;
}

.star-rating {
  border: none;
}

.star-rating::after {
  display: block;
  clear: both;
  content: "";
}

.star-rating > input {
  display: none;
}

.star-rating > label {
  margin: 0;
  padding: 0;
  color: #dcdbd8;
  float: right;
}

.star-rating > label:before {
  content: "\f005";
  font-family: FontAwesome;
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 0.25em;
}

.star-rating > label:nth-of-type(even):before {
  content: "\f089";
  position: absolute;
}

.star-rating > input:checked ~ label, .star-rating:not(:checked) > label:hover, .star-rating:not(:checked) > label:hover ~ label {
  color: #FFD700;
}

.star-rating > input:checked + label:hover, .star-rating > input:checked ~ label:hover, .star-rating > label:hover ~ input:checked ~ label, .star-rating > input:checked ~ label:hover ~ label {
  color: #FFED85;
}

.star-rating .rate-link {
  float: right;
  margin-left: 0.25em;
}

.img-cover-container {
  position: relative;
  overflow: hidden;
}

.img-cover-container > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.img-contain-container {
  position: relative;
  overflow: hidden;
}

.img-contain-container > noscript, .img-contain-container a > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.img-contain-container .owl-carousel {
  height: 100%;
}

.img-contain-container .owl-carousel .owl-stage-outer {
  height: 100%;
}

.img-contain-container .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.img-contain-container .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.img-contain-container .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.pipe {
  height: 1em;
  border-left: 1px solid #b2b1a7;
  margin: 0 0.45em 0 0.25em;
}

.prop-row {
  display: flex;
  flex-flow: row wrap;
}

.prop-row [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.prop-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.prop-xs-1-1, .prop-xs-1-2, .prop-xs-1-3, .prop-xs-1-4, .prop-xs-1-5, .prop-xs-1-6, .prop-xs-2-1, .prop-xs-2-2, .prop-xs-2-3, .prop-xs-2-4, .prop-xs-2-5, .prop-xs-2-6, .prop-xs-3-1, .prop-xs-3-2, .prop-xs-3-3, .prop-xs-3-4, .prop-xs-3-5, .prop-xs-3-6, .prop-xs-4-1, .prop-xs-4-2, .prop-xs-4-3, .prop-xs-4-4, .prop-xs-4-5, .prop-xs-4-6, .prop-xs-5-1, .prop-xs-5-2, .prop-xs-5-3, .prop-xs-5-4, .prop-xs-5-5, .prop-xs-5-6, .prop-xs-6-1, .prop-xs-6-2, .prop-xs-6-3, .prop-xs-6-4, .prop-xs-6-5, .prop-xs-6-6, .prop-sm-1-1, .prop-sm-1-2, .prop-sm-1-3, .prop-sm-1-4, .prop-sm-1-5, .prop-sm-1-6, .prop-sm-2-1, .prop-sm-2-2, .prop-sm-2-3, .prop-sm-2-4, .prop-sm-2-5, .prop-sm-2-6, .prop-sm-3-1, .prop-sm-3-2, .prop-sm-3-3, .prop-sm-3-4, .prop-sm-3-5, .prop-sm-3-6, .prop-sm-4-1, .prop-sm-4-2, .prop-sm-4-3, .prop-sm-4-4, .prop-sm-4-5, .prop-sm-4-6, .prop-sm-5-1, .prop-sm-5-2, .prop-sm-5-3, .prop-sm-5-4, .prop-sm-5-5, .prop-sm-5-6, .prop-sm-6-1, .prop-sm-6-2, .prop-sm-6-3, .prop-sm-6-4, .prop-sm-6-5, .prop-sm-6-6, .prop-md-1-1, .prop-md-1-2, .prop-md-1-3, .prop-md-1-4, .prop-md-1-5, .prop-md-1-6, .prop-md-2-1, .prop-md-2-2, .prop-md-2-3, .prop-md-2-4, .prop-md-2-5, .prop-md-2-6, .prop-md-3-1, .prop-md-3-2, .prop-md-3-3, .prop-md-3-4, .prop-md-3-5, .prop-md-3-6, .prop-md-4-1, .prop-md-4-2, .prop-md-4-3, .prop-md-4-4, .prop-md-4-5, .prop-md-4-6, .prop-md-5-1, .prop-md-5-2, .prop-md-5-3, .prop-md-5-4, .prop-md-5-5, .prop-md-5-6, .prop-md-6-1, .prop-md-6-2, .prop-md-6-3, .prop-md-6-4, .prop-md-6-5, .prop-md-6-6, .prop-lg-1-1, .prop-lg-1-2, .prop-lg-1-3, .prop-lg-1-4, .prop-lg-1-5, .prop-lg-1-6, .prop-lg-2-1, .prop-lg-2-2, .prop-lg-2-3, .prop-lg-2-4, .prop-lg-2-5, .prop-lg-2-6, .prop-lg-3-1, .prop-lg-3-2, .prop-lg-3-3, .prop-lg-3-4, .prop-lg-3-5, .prop-lg-3-6, .prop-lg-4-1, .prop-lg-4-2, .prop-lg-4-3, .prop-lg-4-4, .prop-lg-4-5, .prop-lg-4-6, .prop-lg-5-1, .prop-lg-5-2, .prop-lg-5-3, .prop-lg-5-4, .prop-lg-5-5, .prop-lg-5-6, .prop-lg-6-1, .prop-lg-6-2, .prop-lg-6-3, .prop-lg-6-4, .prop-lg-6-5, .prop-lg-6-6, .prop-xl-1-1, .prop-xl-1-2, .prop-xl-1-3, .prop-xl-1-4, .prop-xl-1-5, .prop-xl-1-6, .prop-xl-2-1, .prop-xl-2-2, .prop-xl-2-3, .prop-xl-2-4, .prop-xl-2-5, .prop-xl-2-6, .prop-xl-3-1, .prop-xl-3-2, .prop-xl-3-3, .prop-xl-3-4, .prop-xl-3-5, .prop-xl-3-6, .prop-xl-4-1, .prop-xl-4-2, .prop-xl-4-3, .prop-xl-4-4, .prop-xl-4-5, .prop-xl-4-6, .prop-xl-5-1, .prop-xl-5-2, .prop-xl-5-3, .prop-xl-5-4, .prop-xl-5-5, .prop-xl-5-6, .prop-xl-6-1, .prop-xl-6-2, .prop-xl-6-3, .prop-xl-6-4, .prop-xl-6-5, .prop-xl-6-6 {
  position: relative;
  width: 100% !important;
  height: 0 !important;
}

.sqr-xs-reset {
  height: auto;
  padding-bottom: 0;
}

.prop-xs-1-1 {
  padding-bottom: 100% !important;
  min-height: auto !important;
}

.prop-xs-1-2 {
  padding-bottom: 200% !important;
  min-height: auto !important;
}

.prop-xs-1-3 {
  padding-bottom: 300% !important;
  min-height: auto !important;
}

.prop-xs-1-4 {
  padding-bottom: 400% !important;
  min-height: auto !important;
}

.prop-xs-1-5 {
  padding-bottom: 500% !important;
  min-height: auto !important;
}

.prop-xs-1-6 {
  padding-bottom: 600% !important;
  min-height: auto !important;
}

.prop-xs-2-1 {
  padding-bottom: 50% !important;
  min-height: auto !important;
}

.prop-xs-2-2 {
  padding-bottom: 100% !important;
  min-height: auto !important;
}

.prop-xs-2-3 {
  padding-bottom: 150% !important;
  min-height: auto !important;
}

.prop-xs-2-4 {
  padding-bottom: 200% !important;
  min-height: auto !important;
}

.prop-xs-2-5 {
  padding-bottom: 250% !important;
  min-height: auto !important;
}

.prop-xs-2-6 {
  padding-bottom: 300% !important;
  min-height: auto !important;
}

.prop-xs-3-1 {
  padding-bottom: 33.33333% !important;
  min-height: auto !important;
}

.prop-xs-3-2 {
  padding-bottom: 66.66667% !important;
  min-height: auto !important;
}

.prop-xs-3-3 {
  padding-bottom: 100% !important;
  min-height: auto !important;
}

.prop-xs-3-4 {
  padding-bottom: 133.33333% !important;
  min-height: auto !important;
}

.prop-xs-3-5 {
  padding-bottom: 166.66667% !important;
  min-height: auto !important;
}

.prop-xs-3-6 {
  padding-bottom: 200% !important;
  min-height: auto !important;
}

.prop-xs-4-1 {
  padding-bottom: 25% !important;
  min-height: auto !important;
}

.prop-xs-4-2 {
  padding-bottom: 50% !important;
  min-height: auto !important;
}

.prop-xs-4-3 {
  padding-bottom: 75% !important;
  min-height: auto !important;
}

.prop-xs-4-4 {
  padding-bottom: 100% !important;
  min-height: auto !important;
}

.prop-xs-4-5 {
  padding-bottom: 125% !important;
  min-height: auto !important;
}

.prop-xs-4-6 {
  padding-bottom: 150% !important;
  min-height: auto !important;
}

.prop-xs-5-1 {
  padding-bottom: 20% !important;
  min-height: auto !important;
}

.prop-xs-5-2 {
  padding-bottom: 40% !important;
  min-height: auto !important;
}

.prop-xs-5-3 {
  padding-bottom: 60% !important;
  min-height: auto !important;
}

.prop-xs-5-4 {
  padding-bottom: 80% !important;
  min-height: auto !important;
}

.prop-xs-5-5 {
  padding-bottom: 100% !important;
  min-height: auto !important;
}

.prop-xs-5-6 {
  padding-bottom: 120% !important;
  min-height: auto !important;
}

.prop-xs-6-1 {
  padding-bottom: 16.66667% !important;
  min-height: auto !important;
}

.prop-xs-6-2 {
  padding-bottom: 33.33333% !important;
  min-height: auto !important;
}

.prop-xs-6-3 {
  padding-bottom: 50% !important;
  min-height: auto !important;
}

.prop-xs-6-4 {
  padding-bottom: 66.66667% !important;
  min-height: auto !important;
}

.prop-xs-6-5 {
  padding-bottom: 83.33333% !important;
  min-height: auto !important;
}

.prop-xs-6-6 {
  padding-bottom: 100% !important;
  min-height: auto !important;
}

@media (min-width: 576px) {
  .sqr-sm-reset {
    height: auto;
    padding-bottom: 0;
  }
  .prop-sm-1-1 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-sm-1-2 {
    padding-bottom: 200% !important;
    min-height: auto !important;
  }
  .prop-sm-1-3 {
    padding-bottom: 300% !important;
    min-height: auto !important;
  }
  .prop-sm-1-4 {
    padding-bottom: 400% !important;
    min-height: auto !important;
  }
  .prop-sm-1-5 {
    padding-bottom: 500% !important;
    min-height: auto !important;
  }
  .prop-sm-1-6 {
    padding-bottom: 600% !important;
    min-height: auto !important;
  }
  .prop-sm-2-1 {
    padding-bottom: 50% !important;
    min-height: auto !important;
  }
  .prop-sm-2-2 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-sm-2-3 {
    padding-bottom: 150% !important;
    min-height: auto !important;
  }
  .prop-sm-2-4 {
    padding-bottom: 200% !important;
    min-height: auto !important;
  }
  .prop-sm-2-5 {
    padding-bottom: 250% !important;
    min-height: auto !important;
  }
  .prop-sm-2-6 {
    padding-bottom: 300% !important;
    min-height: auto !important;
  }
  .prop-sm-3-1 {
    padding-bottom: 33.33333% !important;
    min-height: auto !important;
  }
  .prop-sm-3-2 {
    padding-bottom: 66.66667% !important;
    min-height: auto !important;
  }
  .prop-sm-3-3 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-sm-3-4 {
    padding-bottom: 133.33333% !important;
    min-height: auto !important;
  }
  .prop-sm-3-5 {
    padding-bottom: 166.66667% !important;
    min-height: auto !important;
  }
  .prop-sm-3-6 {
    padding-bottom: 200% !important;
    min-height: auto !important;
  }
  .prop-sm-4-1 {
    padding-bottom: 25% !important;
    min-height: auto !important;
  }
  .prop-sm-4-2 {
    padding-bottom: 50% !important;
    min-height: auto !important;
  }
  .prop-sm-4-3 {
    padding-bottom: 75% !important;
    min-height: auto !important;
  }
  .prop-sm-4-4 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-sm-4-5 {
    padding-bottom: 125% !important;
    min-height: auto !important;
  }
  .prop-sm-4-6 {
    padding-bottom: 150% !important;
    min-height: auto !important;
  }
  .prop-sm-5-1 {
    padding-bottom: 20% !important;
    min-height: auto !important;
  }
  .prop-sm-5-2 {
    padding-bottom: 40% !important;
    min-height: auto !important;
  }
  .prop-sm-5-3 {
    padding-bottom: 60% !important;
    min-height: auto !important;
  }
  .prop-sm-5-4 {
    padding-bottom: 80% !important;
    min-height: auto !important;
  }
  .prop-sm-5-5 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-sm-5-6 {
    padding-bottom: 120% !important;
    min-height: auto !important;
  }
  .prop-sm-6-1 {
    padding-bottom: 16.66667% !important;
    min-height: auto !important;
  }
  .prop-sm-6-2 {
    padding-bottom: 33.33333% !important;
    min-height: auto !important;
  }
  .prop-sm-6-3 {
    padding-bottom: 50% !important;
    min-height: auto !important;
  }
  .prop-sm-6-4 {
    padding-bottom: 66.66667% !important;
    min-height: auto !important;
  }
  .prop-sm-6-5 {
    padding-bottom: 83.33333% !important;
    min-height: auto !important;
  }
  .prop-sm-6-6 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
}
@media (min-width: 768px) {
  .sqr-md-reset {
    height: auto;
    padding-bottom: 0;
  }
  .prop-md-1-1 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-md-1-2 {
    padding-bottom: 200% !important;
    min-height: auto !important;
  }
  .prop-md-1-3 {
    padding-bottom: 300% !important;
    min-height: auto !important;
  }
  .prop-md-1-4 {
    padding-bottom: 400% !important;
    min-height: auto !important;
  }
  .prop-md-1-5 {
    padding-bottom: 500% !important;
    min-height: auto !important;
  }
  .prop-md-1-6 {
    padding-bottom: 600% !important;
    min-height: auto !important;
  }
  .prop-md-2-1 {
    padding-bottom: 50% !important;
    min-height: auto !important;
  }
  .prop-md-2-2 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-md-2-3 {
    padding-bottom: 150% !important;
    min-height: auto !important;
  }
  .prop-md-2-4 {
    padding-bottom: 200% !important;
    min-height: auto !important;
  }
  .prop-md-2-5 {
    padding-bottom: 250% !important;
    min-height: auto !important;
  }
  .prop-md-2-6 {
    padding-bottom: 300% !important;
    min-height: auto !important;
  }
  .prop-md-3-1 {
    padding-bottom: 33.33333% !important;
    min-height: auto !important;
  }
  .prop-md-3-2 {
    padding-bottom: 66.66667% !important;
    min-height: auto !important;
  }
  .prop-md-3-3 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-md-3-4 {
    padding-bottom: 133.33333% !important;
    min-height: auto !important;
  }
  .prop-md-3-5 {
    padding-bottom: 166.66667% !important;
    min-height: auto !important;
  }
  .prop-md-3-6 {
    padding-bottom: 200% !important;
    min-height: auto !important;
  }
  .prop-md-4-1 {
    padding-bottom: 25% !important;
    min-height: auto !important;
  }
  .prop-md-4-2 {
    padding-bottom: 50% !important;
    min-height: auto !important;
  }
  .prop-md-4-3 {
    padding-bottom: 75% !important;
    min-height: auto !important;
  }
  .prop-md-4-4 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-md-4-5 {
    padding-bottom: 125% !important;
    min-height: auto !important;
  }
  .prop-md-4-6 {
    padding-bottom: 150% !important;
    min-height: auto !important;
  }
  .prop-md-5-1 {
    padding-bottom: 20% !important;
    min-height: auto !important;
  }
  .prop-md-5-2 {
    padding-bottom: 40% !important;
    min-height: auto !important;
  }
  .prop-md-5-3 {
    padding-bottom: 60% !important;
    min-height: auto !important;
  }
  .prop-md-5-4 {
    padding-bottom: 80% !important;
    min-height: auto !important;
  }
  .prop-md-5-5 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-md-5-6 {
    padding-bottom: 120% !important;
    min-height: auto !important;
  }
  .prop-md-6-1 {
    padding-bottom: 16.66667% !important;
    min-height: auto !important;
  }
  .prop-md-6-2 {
    padding-bottom: 33.33333% !important;
    min-height: auto !important;
  }
  .prop-md-6-3 {
    padding-bottom: 50% !important;
    min-height: auto !important;
  }
  .prop-md-6-4 {
    padding-bottom: 66.66667% !important;
    min-height: auto !important;
  }
  .prop-md-6-5 {
    padding-bottom: 83.33333% !important;
    min-height: auto !important;
  }
  .prop-md-6-6 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
}
@media (min-width: 992px) {
  .sqr-lg-reset {
    height: auto;
    padding-bottom: 0;
  }
  .prop-lg-1-1 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-lg-1-2 {
    padding-bottom: 200% !important;
    min-height: auto !important;
  }
  .prop-lg-1-3 {
    padding-bottom: 300% !important;
    min-height: auto !important;
  }
  .prop-lg-1-4 {
    padding-bottom: 400% !important;
    min-height: auto !important;
  }
  .prop-lg-1-5 {
    padding-bottom: 500% !important;
    min-height: auto !important;
  }
  .prop-lg-1-6 {
    padding-bottom: 600% !important;
    min-height: auto !important;
  }
  .prop-lg-2-1 {
    padding-bottom: 50% !important;
    min-height: auto !important;
  }
  .prop-lg-2-2 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-lg-2-3 {
    padding-bottom: 150% !important;
    min-height: auto !important;
  }
  .prop-lg-2-4 {
    padding-bottom: 200% !important;
    min-height: auto !important;
  }
  .prop-lg-2-5 {
    padding-bottom: 250% !important;
    min-height: auto !important;
  }
  .prop-lg-2-6 {
    padding-bottom: 300% !important;
    min-height: auto !important;
  }
  .prop-lg-3-1 {
    padding-bottom: 33.33333% !important;
    min-height: auto !important;
  }
  .prop-lg-3-2 {
    padding-bottom: 66.66667% !important;
    min-height: auto !important;
  }
  .prop-lg-3-3 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-lg-3-4 {
    padding-bottom: 133.33333% !important;
    min-height: auto !important;
  }
  .prop-lg-3-5 {
    padding-bottom: 166.66667% !important;
    min-height: auto !important;
  }
  .prop-lg-3-6 {
    padding-bottom: 200% !important;
    min-height: auto !important;
  }
  .prop-lg-4-1 {
    padding-bottom: 25% !important;
    min-height: auto !important;
  }
  .prop-lg-4-2 {
    padding-bottom: 50% !important;
    min-height: auto !important;
  }
  .prop-lg-4-3 {
    padding-bottom: 75% !important;
    min-height: auto !important;
  }
  .prop-lg-4-4 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-lg-4-5 {
    padding-bottom: 125% !important;
    min-height: auto !important;
  }
  .prop-lg-4-6 {
    padding-bottom: 150% !important;
    min-height: auto !important;
  }
  .prop-lg-5-1 {
    padding-bottom: 20% !important;
    min-height: auto !important;
  }
  .prop-lg-5-2 {
    padding-bottom: 40% !important;
    min-height: auto !important;
  }
  .prop-lg-5-3 {
    padding-bottom: 60% !important;
    min-height: auto !important;
  }
  .prop-lg-5-4 {
    padding-bottom: 80% !important;
    min-height: auto !important;
  }
  .prop-lg-5-5 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-lg-5-6 {
    padding-bottom: 120% !important;
    min-height: auto !important;
  }
  .prop-lg-6-1 {
    padding-bottom: 16.66667% !important;
    min-height: auto !important;
  }
  .prop-lg-6-2 {
    padding-bottom: 33.33333% !important;
    min-height: auto !important;
  }
  .prop-lg-6-3 {
    padding-bottom: 50% !important;
    min-height: auto !important;
  }
  .prop-lg-6-4 {
    padding-bottom: 66.66667% !important;
    min-height: auto !important;
  }
  .prop-lg-6-5 {
    padding-bottom: 83.33333% !important;
    min-height: auto !important;
  }
  .prop-lg-6-6 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
}
@media (min-width: 1200px) {
  .sqr-xl-reset {
    height: auto;
    padding-bottom: 0;
  }
  .prop-xl-1-1 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-xl-1-2 {
    padding-bottom: 200% !important;
    min-height: auto !important;
  }
  .prop-xl-1-3 {
    padding-bottom: 300% !important;
    min-height: auto !important;
  }
  .prop-xl-1-4 {
    padding-bottom: 400% !important;
    min-height: auto !important;
  }
  .prop-xl-1-5 {
    padding-bottom: 500% !important;
    min-height: auto !important;
  }
  .prop-xl-1-6 {
    padding-bottom: 600% !important;
    min-height: auto !important;
  }
  .prop-xl-2-1 {
    padding-bottom: 50% !important;
    min-height: auto !important;
  }
  .prop-xl-2-2 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-xl-2-3 {
    padding-bottom: 150% !important;
    min-height: auto !important;
  }
  .prop-xl-2-4 {
    padding-bottom: 200% !important;
    min-height: auto !important;
  }
  .prop-xl-2-5 {
    padding-bottom: 250% !important;
    min-height: auto !important;
  }
  .prop-xl-2-6 {
    padding-bottom: 300% !important;
    min-height: auto !important;
  }
  .prop-xl-3-1 {
    padding-bottom: 33.33333% !important;
    min-height: auto !important;
  }
  .prop-xl-3-2 {
    padding-bottom: 66.66667% !important;
    min-height: auto !important;
  }
  .prop-xl-3-3 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-xl-3-4 {
    padding-bottom: 133.33333% !important;
    min-height: auto !important;
  }
  .prop-xl-3-5 {
    padding-bottom: 166.66667% !important;
    min-height: auto !important;
  }
  .prop-xl-3-6 {
    padding-bottom: 200% !important;
    min-height: auto !important;
  }
  .prop-xl-4-1 {
    padding-bottom: 25% !important;
    min-height: auto !important;
  }
  .prop-xl-4-2 {
    padding-bottom: 50% !important;
    min-height: auto !important;
  }
  .prop-xl-4-3 {
    padding-bottom: 75% !important;
    min-height: auto !important;
  }
  .prop-xl-4-4 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-xl-4-5 {
    padding-bottom: 125% !important;
    min-height: auto !important;
  }
  .prop-xl-4-6 {
    padding-bottom: 150% !important;
    min-height: auto !important;
  }
  .prop-xl-5-1 {
    padding-bottom: 20% !important;
    min-height: auto !important;
  }
  .prop-xl-5-2 {
    padding-bottom: 40% !important;
    min-height: auto !important;
  }
  .prop-xl-5-3 {
    padding-bottom: 60% !important;
    min-height: auto !important;
  }
  .prop-xl-5-4 {
    padding-bottom: 80% !important;
    min-height: auto !important;
  }
  .prop-xl-5-5 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
  .prop-xl-5-6 {
    padding-bottom: 120% !important;
    min-height: auto !important;
  }
  .prop-xl-6-1 {
    padding-bottom: 16.66667% !important;
    min-height: auto !important;
  }
  .prop-xl-6-2 {
    padding-bottom: 33.33333% !important;
    min-height: auto !important;
  }
  .prop-xl-6-3 {
    padding-bottom: 50% !important;
    min-height: auto !important;
  }
  .prop-xl-6-4 {
    padding-bottom: 66.66667% !important;
    min-height: auto !important;
  }
  .prop-xl-6-5 {
    padding-bottom: 83.33333% !important;
    min-height: auto !important;
  }
  .prop-xl-6-6 {
    padding-bottom: 100% !important;
    min-height: auto !important;
  }
}
.section-header {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dcdbd8;
}

body .wrapper-main {
  overflow-x: hidden;
}

.hidden {
  display: none;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hidden-sm {
    display: none;
  }
}
.category-contact .main .container-max {
  background-color: #fff;
  padding-top: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-content {
  padding-top: 1rem;
  background-color: #f7f7f9;
}

.page-content.basket, .page-content.checkout, .page-content.contact, .page-content.wishlist, .page-content.myaccount {
  color: #282d2f;
  margin-top: 30px;
  padding-bottom: 30px;
}

.page-content.basket:not(.checkout):not(.basket), .page-content.checkout:not(.checkout):not(.basket), .page-content.contact:not(.checkout):not(.basket), .page-content.wishlist:not(.checkout):not(.basket), .page-content.myaccount:not(.checkout):not(.basket) {
  background-color: #fff;
}

.container-max {
  max-width: 1200px;
  z-index: auto;
}

.container-max.login {
  margin-top: 2rem;
}

.page-not-found i.fa-search {
  font-size: 10em;
}

.page-not-found i.fa-home {
  margin-left: 5px;
  margin-top: 2px;
}

.page-not-found .default-not-found {
  background-color: #f7f7f9;
}

.not-found-text {
  font-size: 115px;
  text-shadow: 4px 3px 0 #F7F7F9, 9px 8px 0 rgba(218, 218, 227, 0.5);
}

.rating {
  line-height: 1;
}

.rating .tag, .rating .badge, .rating .tag {
  padding-right: 0;
  overflow: hidden;
  cursor: pointer;
}

.rating .tag .amount, .rating .badge .amount, .rating .tag .amount {
  padding: 0.1rem 0.6rem 0.1rem 0.4rem;
  margin-left: 0.2rem;
  background-color: #7a7f7f;
}

dt {
  font-weight: 400;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

.border-left {
  border-left: 1px solid #4D4F4D;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.content-center {
  margin: 0 auto;
  float: none;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.text-wrap {
  white-space: normal;
}

.is_stuck {
  z-index: 1;
}

.sticky-element.is-sticky {
  z-index: 1020 !important;
}

.inline-select {
  margin-left: -7px;
  text-decoration: underline;
  font-weight: inherit;
}

.bg-primary {
  background-color: #0c426e !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #0c426e !important;
}

.bg-primary {
  background-color: #0c426e;
  color: #fff;
}

.bg-secondary {
  background-color: #d4021d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #a10216 !important;
}

.bg-secondary {
  background-color: #d4021d;
  color: #fff;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-success {
  background-color: #28a745;
  color: #fff;
}

.bg-info {
  background-color: #0c426e !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-info {
  background-color: #0c426e;
  color: #fff;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-warning {
  background-color: #ffc107;
  color: #212529;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-danger {
  background-color: #dc3545;
  color: #fff;
}

.bg-light, .bg-faded {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-faded:hover, a.bg-light:focus, a.bg-faded:focus, button.bg-light:hover, button.bg-faded:hover, button.bg-light:focus, button.bg-faded:focus {
  background-color: #dae0e5 !important;
}

.bg-light, .bg-faded {
  background-color: #f8f9fa;
  color: #212529;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-dark {
  background-color: #343a40;
  color: #fff;
}

html {
  font-size: 14px;
}

body {
  background-color: #f7f7f9;
}

body > #vue-app, body > #vue-error {
  background-color: #f7f7f9;
}

body > #vue-app > .wrapper-top, body > #vue-app > .wrapper-left, body > #vue-app > .wrapper-right, body > #vue-app > .wrapper-bottom, body > #vue-error > .wrapper-top, body > #vue-error > .wrapper-left, body > #vue-error > .wrapper-right, body > #vue-error > .wrapper-bottom {
  position: absolute;
  z-index: 10000;
}

body > #vue-app > .wrapper-top, body > #vue-error > .wrapper-top {
  z-index: 10001;
  top: 0;
  right: 0;
  left: 0;
}

body > #vue-app .wrapper-main, body > #vue-error .wrapper-main {
  position: relative;
}

body > #vue-app .wrapper-right, body > #vue-error .wrapper-right {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 0;
  overflow: hidden;
  background-color: white;
  transform: translateX(0);
  transition: width 310ms 0ms, transform 300ms ease-in-out;
}

body > #vue-app .wrapper-right .wrapper-inner, body > #vue-error .wrapper-right .wrapper-inner {
  width: 100%;
  height: 100%;
}

body > #vue-app .wrapper-bottom, body > #vue-error .wrapper-bottom {
  z-index: 2000;
}

body > #vue-app .wrapper-left, body > #vue-error .wrapper-left {
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
}

@media (max-width: 767.98px) {
  body > #vue-app.overlay, body > #vue-app.open-right, body > #vue-app.open-left, body > #vue-app.open-top, body > #vue-app.open-bottom, body > #vue-error.overlay, body > #vue-error.open-right, body > #vue-error.open-left, body > #vue-error.open-top, body > #vue-error.open-bottom {
    margin-top: 0 !important;
  }
}
body > #vue-app.overlay::after, body > #vue-app.open-right::after, body > #vue-app.open-left::after, body > #vue-app.open-top::after, body > #vue-app.open-bottom::after, body > #vue-error.overlay::after, body > #vue-error.open-right::after, body > #vue-error.open-left::after, body > #vue-error.open-top::after, body > #vue-error.open-bottom::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1070;
  background-color: rgba(0, 0, 0, 0.5);
}

body > #vue-app.open-right, body > #vue-error.open-right {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  body > #vue-app.open-right, body > #vue-error.open-right {
    position: fixed;
  }
}
body > #vue-app.open-right .wrapper-right, body > #vue-error.open-right .wrapper-right {
  transform: translateX(-100%);
  transition: width 0ms, transform 300ms 10ms ease-in-out;
}

@media (min-width: 768px) {
  body > #vue-app.open-right .wrapper-right, body > #vue-error.open-right .wrapper-right {
    width: 100vw;
  }
}
@media (max-width: 991.98px) {
  body > #vue-app.open-right .wrapper-right, body > #vue-error.open-right .wrapper-right {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  body > #vue-app.open-hover, body > #vue-error.open-hover {
    position: fixed;
  }
}
body > #vue-app.open-hover .basket-preview-hover-wrapper, body > #vue-error.open-hover .basket-preview-hover-wrapper {
  display: block;
  transform: translateX(0%);
}

@media (min-width: 768px) {
  body > #vue-app.open-right .wrapper-right, body > #vue-error.open-right .wrapper-right {
    width: 30em;
  }
}
.modal-header {
  align-items: center;
}

.modal-footer > .fa {
  margin-top: 1px;
  margin-left: 5px;
}

@media (max-width: 575.98px) {
  html.facebook .checkout .modal.show, html.facebook .myaccount .modal.show {
    position: absolute !important;
    transform: translateZ(0);
    min-height: 100vh;
  }
  html.facebook body.modal-open {
    position: relative !important;
    overflow: auto !important;
  }
}
html.ios input, html.ios select, html.ios textarea {
  font-size: 16px !important;
}

.input-group .input-unit + .input-group-btn {
  padding-bottom: 15px;
}

.input-group .input-unit + .input-group-btn .btn {
  height: calc(2.8em + 1px);
}

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

.input-group.vert .input-group-btn .btn {
  width: 100%;
  margin: 0;
}

.input-group.vert .input-group-addon:not(:last-child), .input-group.vert .input-group-btn:not(:last-child) > .btn, .input-group.vert .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group.vert .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group.vert .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group.vert .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  border-bottom: none;
}

.input-group.vert .input-group-addon:not(:last-child) {
  border-bottom: 0;
}

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

.input-group.vert .form-control + .input-group-addon:not(:first-child) {
  border-top: 0;
}

.input-group.vert .form-control {
  display: block;
  float: none;
  border-radius: 0 !important;
}

button:focus {
  outline: none;
}

.btn-group.extended, .input-group.extended {
  display: flex;
}

.btn-group.extended .extended, .input-group.extended .extended {
  flex: 1;
}

.btn-group.extended .extended .btn, .input-group.extended .extended .btn {
  width: 100%;
}

.btn-group.extended .input-group-btn, .input-group.extended .input-group-btn {
  width: auto;
}

.btn {
  outline: 0 !important;
  word-break: break-word;
}

.btn .btn-label.btn-trans {
  background: transparent;
}

.btn > .fa {
  float: right;
}

.btn > .fa.default-float {
  float: none;
}

.btn > span + .fa {
  margin-left: 5px;
  margin-top: 1px;
}

.btn.btn-medium {
  min-width: 10rem;
}

.btn.btn-md {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.btn.btn-medium-large {
  min-width: 12rem;
}

.btn.btn-large {
  min-width: 15rem;
}

.btn.btn-block > .fa {
  line-height: inherit;
  margin-top: 0;
}

@media (max-width: 575.98px) {
  .btn-xs-max-width {
    width: 100% !important;
  }
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
  transition: all 200ms;
}

.btn-labeled .btn-label {
  position: relative;
  right: -0.5rem;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: rgba(0, 0, 0, 0.15);
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}

.btn-labeled.label-right .btn-label {
  right: auto;
  left: -0.5rem;
}

.btn-labeled.btn-link {
  padding-left: 0;
  padding-right: 0;
}

.btn-labeled.btn-link .btn-label {
  background-color: transparent;
  padding: 0.25rem 0;
}

.btn-icon {
  padding: 0.5rem;
}

.btn-icon .fa {
  width: 14px;
  text-align: center;
}

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  padding: 0.2rem;
}

.btn-icon.btn-sm .fa, .btn-group-sm > .btn-icon.btn .fa {
  width: 12px;
}

.btn-icon.btn-circle {
  border-radius: 50%;
}

.btn-default {
  color: #212529;
  background-color: #dcdbd8;
  border-color: #dcdbd8;
}

.btn-default:hover {
  color: #212529;
  background-color: #cac8c4;
  border-color: #c4c2bd;
}

.btn-default:focus, .btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 192, 190, 0.5);
}

.btn-default.disabled, .btn-default:disabled {
  color: #212529;
  background-color: #dcdbd8;
  border-color: #dcdbd8;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
  color: #212529;
  background-color: #c4c2bd;
  border-color: #bebcb6;
}

.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 192, 190, 0.5);
}

.btn-collapse {
  display: block;
  position: relative;
  z-index: 999;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 85%;
}

.btn-collapse:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5em;
  border-bottom: 1px solid #dcdbd8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.btn-collapse:after {
  content: attr(data-show-more);
  font-weight: 700;
  color: #b2b1a7;
  display: inline-block;
  position: relative;
  background-color: white;
  padding: 0 0.5em;
  top: -0.8em;
}

.btn-collapse i {
  color: #b2b1a7;
  position: absolute;
  left: 0;
  right: 0;
  top: 1.5em;
}

.btn-collapse.opened:after, .btn-collapse:not(.collapsed):after {
  content: attr(data-show-less);
}

.btn-collapse.opened i, .btn-collapse:not(.collapsed) i {
  transform: rotate(180deg);
  top: 0;
  bottom: 1.5em;
}

.btn-only-icon-xs-up {
  width: 2.2rem !important;
  padding-right: 8px;
  height: 2.2rem;
}

.btn-only-icon-xs-up span {
  display: none !important;
}

@media (max-width: 575.98px) {
  .btn-only-icon-xs-down span {
    display: none !important;
  }
  .btn-only-icon-xs-down i {
    margin: 0 !important;
    float: none !important;
  }
}
@media (min-width: 576px) {
  .btn-only-icon-sm-up {
    width: 2.2rem !important;
    padding-right: 8px;
    height: 2.2rem;
  }
  .btn-only-icon-sm-up span {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .btn-only-icon-sm-down span {
    display: none !important;
  }
  .btn-only-icon-sm-down i {
    margin: 0 !important;
    float: none !important;
  }
}
@media (min-width: 768px) {
  .btn-only-icon-md-up {
    width: 2.2rem !important;
    padding-right: 8px;
    height: 2.2rem;
  }
  .btn-only-icon-md-up span {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .btn-only-icon-md-down span {
    display: none !important;
  }
  .btn-only-icon-md-down i {
    margin: 0 !important;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .btn-only-icon-lg-up {
    width: 2.2rem !important;
    padding-right: 8px;
    height: 2.2rem;
  }
  .btn-only-icon-lg-up span {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .btn-only-icon-lg-down span {
    display: none !important;
  }
  .btn-only-icon-lg-down i {
    margin: 0 !important;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .btn-only-icon-xl-up {
    width: 2.2rem !important;
    padding-right: 8px;
    height: 2.2rem;
  }
  .btn-only-icon-xl-up span {
    display: none !important;
  }
}
.btn-only-icon-xl-down span {
  display: none !important;
}

.btn-only-icon-xl-down i {
  margin: 0 !important;
  float: none !important;
}

.bs4-progress {
  display: flex;
  height: 0.75rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.bs4-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
  background-color: #0c426e;
  color: #fff;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 50%;
  left: 0;
  float: left;
}

.lb-nav a.lb-next {
  width: 50%;
  right: 0;
  float: right;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .owl-carousel:hover .owl-single-item-nav {
    opacity: 0.3;
  }
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item a img {
  width: 99%;
  -webkit-transform-style: preserve-3d;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.single-carousel .owl-item a img {
  height: 300px;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel .owl-single-item-nav.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-prev {
  position: absolute;
  transform: translateY(-50%);
}

.owl-next {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
}

.owl-carousel .owl-item a img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0, 0, 0.26, 1), opacity 0.3s cubic-bezier(0, 0, 0.26, 1);
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
  font-size: 22px;
  margin: 5px;
  padding: 4px 7px;
  background: rgba(255, 255, 255, 0.75);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  transition: all 300ms ease;
  opacity: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-single-item-nav {
  cursor: pointer;
  opacity: 0;
  transition: opacity 300ms;
  top: 40%;
  bottom: 40%;
  max-width: 45px;
}

@media (max-width: 767.98px) {
  .owl-single-item-nav {
    display: none;
  }
}
.owl-single-item-nav:hover {
  opacity: 0.5 !important;
}

.owl-single-item-nav .owl-single-item-control {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-36%);
}

.owl-carousel .disabled {
  display: none;
}

.disabled .owl-single-item-nav {
  display: none;
}

.owl-single-item .owl-dots {
  display: none;
}

.owl-thumbs {
  display: none;
}

.owl-carousel .carousel-control {
  background-image: none !important;
  opacity: 1;
  display: block;
  text-align: left;
}

.owl-carousel .carousel-control.right {
  text-align: right;
  right: 0;
}

.owl-carousel .carousel-control.right .owl-single-item-control {
  right: 0;
}

.owl-carousel .carousel-control:hover {
  opacity: 1 !important;
}

.owl-carousel .carousel-control:hover i {
  color: #0c426e;
}

.owl-carousel .owl-single-item-control {
  color: #4D4F4D;
  text-shadow: none;
  font-size: 3rem;
}

@media (max-width: 767.98px) {
  .owl-carousel .owl-single-item-control {
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }
}
.owl-carousel .owl-dots {
  display: block;
}

#thumb-carousel .carousel-control {
  width: 5%;
}

@media (min-width: 576px) {
  .single-carousel .owl-item a img {
    height: 500px;
  }
}
.owl-thumbs {
  display: inline-block;
}

.owl-thumbs .owl-thumb {
  -o-object-fit: contain;
  object-fit: contain;
  width: 8em;
  height: 8em;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border: 1px solid transparent;
  margin: 0.5rem 0.5rem 0 0;
}

.owl-thumbs .owl-thumb.active, .owl-thumbs .owl-thumb:hover {
  border: 1px solid #0c426e;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .owl-thumbs .owl-thumb {
    height: 4em;
  }
}
@media (min-width: 992px) {
  .single-carousel .owl-item a img {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .single-carousel .owl-item a img {
    height: 700px;
  }
}
html.ie .single-carousel .owl-item a img {
  width: auto;
  display: inline-block;
}

html.ie .single-carousel .owl-item > div {
  text-align: center;
}

html.ie #thumb-carousel .owl-stage {
  display: flex;
}

html.ie #thumb-carousel .owl-stage .owl-item {
  width: auto !important;
}

html.ie #thumb-carousel .owl-stage .owl-item img {
  width: auto;
  margin-right: 0 !important;
}

.cmp-accordion .accordion-control {
  display: none;
}

.cmp-accordion .accordion-header {
  position: relative;
  display: block;
  cursor: normal;
}

.cmp-accordion .accordion-header::after {
  content: none;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.cmp-accordion .accordion-content {
  height: auto;
  max-height: none;
  overflow: hidden;
}

.cmp-accordion.active-xs-up .accordion-header {
  cursor: pointer;
}

.cmp-accordion.active-xs-up .accordion-header::after {
  content: "";
}

.cmp-accordion.active-xs-up .accordion-content {
  max-height: 0;
}

.cmp-accordion.active-xs-up .accordion-control:checked + .accordion-header::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.cmp-accordion.active-xs-up .accordion-control:checked + .accordion-header + .accordion-content {
  max-height: 100em !important;
}

@media (max-width: 575.98px) {
  .cmp-accordion.active-xs-down .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-xs-down .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-xs-down .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-xs-down .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
  .cmp-accordion.active-xs-down .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}
@media (min-width: 576px) {
  .cmp-accordion.active-sm-up .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-sm-up .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-sm-up .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-sm-up .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
  .cmp-accordion.active-sm-up .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}
@media (max-width: 767.98px) {
  .cmp-accordion.active-sm-down .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-sm-down .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-sm-down .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-sm-down .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
  .cmp-accordion.active-sm-down .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}
@media (min-width: 768px) {
  .cmp-accordion.active-md-up .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-md-up .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-md-up .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-md-up .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
  .cmp-accordion.active-md-up .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}
@media (max-width: 991.98px) {
  .cmp-accordion.active-md-down .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-md-down .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-md-down .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-md-down .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
  .cmp-accordion.active-md-down .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}
@media (min-width: 992px) {
  .cmp-accordion.active-lg-up .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-lg-up .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-lg-up .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-lg-up .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
  .cmp-accordion.active-lg-up .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}
@media (max-width: 1199.98px) {
  .cmp-accordion.active-lg-down .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-lg-down .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-lg-down .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-lg-down .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
  .cmp-accordion.active-lg-down .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}
@media (min-width: 1200px) {
  .cmp-accordion.active-xl-up .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-xl-up .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-xl-up .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-xl-up .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
  .cmp-accordion.active-xl-up .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}
.cmp-accordion.active-xl-down .accordion-header {
  cursor: pointer;
}

.cmp-accordion.active-xl-down .accordion-header::after {
  content: "";
}

.cmp-accordion.active-xl-down .accordion-content {
  max-height: 0;
}

.cmp-accordion.active-xl-down .accordion-control:checked + .accordion-header::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.cmp-accordion.active-xl-down .accordion-control:checked + .accordion-header + .accordion-content {
  max-height: 100em !important;
}

.alert-dynamic {
  position: fixed;
  display: inline-block;
  width: auto;
  top: 10rem;
  right: 0.5rem;
}

.alert {
  width: 100%;
}

@media (min-width: 576px) {
  .alert {
    width: 400px;
  }
}
.password-info {
  padding: 10px !important;
}

.password-info .info-badge {
  margin-left: 0.2rem;
}

.anicon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.anicon > * {
  display: block;
}

.anicon:hover, .anicon:focus {
  outline: none;
}

.anicon > .anicon-search-item {
  display: inline-block;
  border-radius: 0;
  transition: 0.3s;
  background: transparent;
  position: relative;
  transform: rotateZ(225deg);
  margin-bottom: 3px;
  width: 18px;
}

.anicon > .anicon-search-item:before {
  display: inline-block;
  height: 1px;
  width: 15px;
  border-radius: 2.85714px;
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.anicon > .anicon-search-item:after {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #4D4F4D;
  border: 1px solid #fff;
  transform-origin: 50% 50%;
}

@media (min-width: 768px) {
  .anicon.anicon-search-xcross[aria-expanded=false]:hover > .anicon-search-item:after {
    background: #0c426e;
  }
}
.anicon.anicon-search-xcross[aria-expanded=true] > .anicon-search-item {
  width: 15px;
  margin-left: 1px;
}

.anicon.anicon-search-xcross[aria-expanded=true] > .anicon-search-item:before {
  border-radius: 2.85714px;
  background: #fff;
}

.anicon.anicon-search-xcross[aria-expanded=true] > .anicon-search-item:after {
  border-radius: 2.85714px;
  background: #fff;
  height: 1px;
  width: 100%;
  top: 0;
  right: 0;
  border: 0;
  transform: rotate3d(0, 0, 1, 90deg);
}

.cmp {
  position: relative;
}

.cmp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1080;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 300ms, width 0ms 310ms, height 0ms 310ms;
}

.cmp::after {
  content: "Loading…";
  color: white;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1090;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 300ms, visibility 0ms 310ms;
}

.cmp.wait {
  pointer-events: none;
}

.cmp.wait::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: width 0ms, height 0ms, opacity 300ms 10ms;
}

.cmp.wait::after {
  opacity: 1;
  visibility: visible;
  transition: visibility 0ms, opacity 300ms 100ms;
}

.featured-category {
  display: block;
  height: 100%;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.featured-category > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.featured-category .featured-category-inner {
  position: absolute;
  width: auto;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 0.5rem 1rem;
  background: transparent;
}

.featured-category .featured-category-inner::after {
  display: block;
  clear: both;
  content: "";
}

.featured-category .featured-category-headline {
  font-weight: normal;
  display: block;
  padding: 1rem;
  box-shadow: none;
  align-self: flex-start;
  font-size: 1.25rem;
  margin: 1rem;
  width: auto;
  text-align: left;
  transition: all 0.3s ease;
  background-color: rgba(0, 142, 189, 0.8);
  color: #fff;
}

.featured-category .featured-category-cta {
  display: block;
  border-top: 1px solid #dcdbd8;
  max-height: 0;
  height: auto;
  transition: all 300ms;
}

.featured-category .featured-category-cta span {
  display: block;
  padding: 1rem;
}

.featured-category .featured-category-cta .fa {
  margin-left: 0.5rem;
}

.featured-category:hover .featured-category-headline {
  background: #0c426e;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .featured-category .featured-category-headline {
    font-size: 1.75rem;
    padding: 1.5rem;
  }
  .featured-category:hover .featured-category-cta {
    max-height: 5rem;
  }
}
.featured-sale-new {
  display: block;
  height: 100%;
  overflow: hidden;
  color: #fff;
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.featured-sale-new > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.featured-sale-new .featured-category-inner {
  position: absolute;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  background: rgba(212, 2, 29, 0.8);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.featured-sale-new .featured-category-headline {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0;
  text-align: left;
  font-weight: normal;
  display: inline-block;
  align-self: flex-start;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  box-shadow: none;
  background: transparent;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
}

.featured-sale-new .featured-category-cta {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.5em;
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-start;
}

.featured-sale-new .featured-category-cta .fa {
  margin-left: 0.5rem;
}

.featured-sale-new:hover .featured-category-inner {
  background: #d4021d;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .featured-sale-new .featured-category-inner {
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
  }
  .featured-sale-new .featured-category-headline {
    font-size: 4rem;
  }
}
.live-shopping-details {
  position: relative;
  padding: 0;
  margin: 0;
}

.live-shopping-details .live-shopping-item-name {
  padding: 0.8rem;
  margin: 0;
}

.live-shopping-details .live-shopping-item-name > a {
  color: #7a7f7f;
  display: block;
  font-weight: normal;
  line-height: 1.5em;
  position: relative;
  text-align: center;
}

.live-shopping-details .live-shopping-countdown {
  padding: 1rem 0.8rem;
  padding-top: 0.6rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.live-shopping-details .live-shopping-countdown .live-shopping-countdown-separator {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.live-shopping-details .live-shopping-countdown .live-shopping-countdown-heading {
  text-align: center;
  margin-bottom: 5px;
}

.live-shopping-details .live-shopping-countdown .live-shopping-countdown-thread-container {
  display: flex;
}

.live-shopping-details .live-shopping-countdown .live-shopping-countdown-thread-container:not(:last-child) {
  margin-bottom: 0.5rem;
}

.live-shopping-details .live-shopping-countdown .live-shopping-countdown-thread-container .live-shopping-countdown-thread {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.live-shopping-details .live-shopping-countdown .live-shopping-countdown-thread-container .live-shopping-countdown-thread .live-shopping-countdown-thread-number {
  line-height: 1.1;
  font-size: 2rem;
  font-weight: bold;
}

.live-shopping-details .live-shopping-prices {
  padding: 0.5rem 1rem 0.8rem 1rem;
}

.live-shopping-details .live-shopping-prices .live-shopping-prices-inner {
  display: grid;
  grid-template-areas: "top" "bottom";
}

.live-shopping-details .live-shopping-prices .live-shopping-prices-inner .live-shopping-prices-rebate {
  grid-area: bottom;
}

.live-shopping-details .live-shopping-prices .live-shopping-prices-inner .live-shopping-prices-container {
  grid-area: top;
  margin-left: 0;
}

.live-shopping-details .live-shopping-prices .live-shopping-prices-inner .live-shopping-prices-container .live-shopping-price {
  line-height: 1.1;
  font-size: 2rem;
}

.live-shopping-details .live-shopping-prices .live-shopping-prices-additional-info {
  font-size: 80%;
  font-weight: normal;
  text-align: left;
  margin-top: 0.25rem;
}

.live-shopping-details .live-shopping-prices .live-shopping-prices-additional-info a {
  color: inherit;
  font-weight: bold;
}

.live-shopping-details .live-shopping-progress:not(:last-child) {
  margin-bottom: 0.5rem;
}

.live-shopping-details .live-shopping-progress .live-shopping-progress-heading {
  text-align: center;
}

.live-shopping-details .live-shopping-progress .live-shopping-progress-heading:not(:last-child) {
  margin-bottom: 0.5rem;
}

.live-shopping-add-to-basket {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.progress-100 {
  background-color: #28a745;
}

.progress-90 {
  background-color: #3a9c45;
}

.progress-80 {
  background-color: #4c9045;
}

.progress-70 {
  background-color: #5e8545;
}

.progress-60 {
  background-color: #707945;
}

.progress-50 {
  background-color: #826e45;
}

.progress-40 {
  background-color: #946345;
}

.progress-30 {
  background-color: #a65745;
}

.progress-20 {
  background-color: #b84c45;
}

.progress-10 {
  background-color: #ca4045;
}

.progress-0 {
  background-color: #dc3545;
}

.notification-wrapper {
  position: fixed;
  right: 0.5rem;
  top: 10rem;
}

@media (max-width: 575.98px) {
  .notification-wrapper {
    width: 100%;
    padding: 0 15px;
    right: auto;
  }
}
.popover[x-placement=bottom] .arrow::after {
  border-bottom-color: #f7f7f7;
}

.tooltip {
  pointer-events: none;
}

.input-group-v .input-unit-v1 {
  margin-top: -1px;
  margin-bottom: 0;
  border-radius: 0;
}

.input-group-v > *:first-child {
  margin-top: 0;
  border-top-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}

.input-group-v > *:last-child {
  border-bottom-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}

.input-unit.textarea {
  background-color: #fff;
}

.input-unit.textarea > textarea {
  overflow-y: auto;
  white-space: normal;
}

.input-unit.textarea > label {
  background-color: #fff;
  opacity: 0.9;
}

.input-unit {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #dcdbd8;
  border-radius: 0.1rem;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .input-unit.media-xs-d {
    margin-bottom: 15px !important;
  }
}
.input-unit.no-bottom {
  margin-bottom: 0px;
}

.input-unit input[type=date] {
  max-height: 38px;
}

.input-unit input[type], .input-unit textarea, .input-unit input:not([type=checkbox]), .input-unit input:not([type=radio]), .input-unit .input-unit-preview {
  color: #4D4F4D;
  background-color: #fff;
  border: none;
  box-shadow: none;
  line-height: 1.2em !important;
  padding: 1.3rem 1rem 0.3rem 1rem;
  width: 100%;
  font-size: 1em;
  outline: none !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  transition: all 0.2s;
}

.input-unit input[type]:focus, .input-unit input[type].filled, .input-unit textarea:focus, .input-unit textarea.filled, .input-unit input:not([type=checkbox]):focus, .input-unit input:not([type=checkbox]).filled, .input-unit input:not([type=radio]):focus, .input-unit input:not([type=radio]).filled, .input-unit .input-unit-preview:focus, .input-unit .input-unit-preview.filled {
  color: #4D4F4D;
  background-color: #fff;
  border-color: #b2b1a7;
}

.input-unit input[type].disabled, .input-unit input[type]:disabled, .input-unit textarea.disabled, .input-unit textarea:disabled, .input-unit input:not([type=checkbox]).disabled, .input-unit input:not([type=checkbox]):disabled, .input-unit input:not([type=radio]).disabled, .input-unit input:not([type=radio]):disabled, .input-unit .input-unit-preview.disabled, .input-unit .input-unit-preview:disabled {
  background-color: #f7f7f9;
  border-color: #dcdbd8;
  cursor: not-allowed;
}

.input-unit input[type].disabled ~ label, .input-unit input[type]:disabled ~ label, .input-unit textarea.disabled ~ label, .input-unit textarea:disabled ~ label, .input-unit input:not([type=checkbox]).disabled ~ label, .input-unit input:not([type=checkbox]):disabled ~ label, .input-unit input:not([type=radio]).disabled ~ label, .input-unit input:not([type=radio]):disabled ~ label, .input-unit .input-unit-preview.disabled ~ label, .input-unit .input-unit-preview:disabled ~ label {
  color: #dcdbd8;
  cursor: not-allowed;
}

.input-unit input[type] + .symbol, .input-unit textarea + .symbol, .input-unit input:not([type=checkbox]) + .symbol, .input-unit input:not([type=radio]) + .symbol, .input-unit .input-unit-preview + .symbol {
  color: #7a7f7f;
  position: absolute;
  top: 1px;
  right: 1px;
  transition: all 0.2s;
}

.input-unit input[type].disabled + .symbol, .input-unit input[type]:disabled + .symbol, .input-unit textarea.disabled + .symbol, .input-unit textarea:disabled + .symbol, .input-unit input:not([type=checkbox]).disabled + .symbol, .input-unit input:not([type=checkbox]):disabled + .symbol, .input-unit input:not([type=radio]).disabled + .symbol, .input-unit input:not([type=radio]):disabled + .symbol, .input-unit .input-unit-preview.disabled + .symbol, .input-unit .input-unit-preview:disabled + .symbol {
  color: #7a7f7f;
}

.input-unit input[type].disabled + label, .input-unit input[type]:disabled + label, .input-unit textarea.disabled + label, .input-unit textarea:disabled + label, .input-unit input:not([type=checkbox]).disabled + label, .input-unit input:not([type=checkbox]):disabled + label, .input-unit input:not([type=radio]).disabled + label, .input-unit input:not([type=radio]):disabled + label, .input-unit .input-unit-preview.disabled + label, .input-unit .input-unit-preview:disabled + label {
  color: #b2b1a7 !important;
}

.input-unit label, .input-unit .input-unit-label {
  font-size: 0.65em;
  line-height: 1em !important;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 0.35rem 1rem 0;
  margin-bottom: 0;
  color: #b2b1a7;
  position: absolute;
  top: 0;
  left: 0;
  transition: color 0.15s;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.input-unit label.disabled, .input-unit label:disabled, .input-unit .input-unit-label.disabled, .input-unit .input-unit-label:disabled {
  cursor: not-allowed;
}

.input-unit i {
  font-style: normal;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f7f7f9;
  color: #dcdbd8;
  line-height: 1.2em;
  width: 1.2em;
  text-align: center;
  cursor: pointer;
  border-bottom-right-radius: 2px;
}

.input-unit.error, .input-feedback-container.has-error > .input-unit {
  z-index: 1000;
  border-color: #dc3545;
}

.input-unit.error input, .input-feedback-container.has-error > .input-unit input {
  color: #dc3545;
}

.input-unit.error label, .input-feedback-container.has-error > .input-unit label {
  color: #dc3545;
}

.input-unit.error i, .input-feedback-container.has-error > .input-unit i {
  background-color: #dc3545;
  color: white;
}

.input-unit.success, .input-feedback-container.has-success > .input-unit {
  z-index: 1000;
  border-color: #28a745;
}

.input-unit.success input, .input-feedback-container.has-success > .input-unit input {
  color: #28a745;
}

.input-unit.success label, .input-feedback-container.has-success > .input-unit label {
  color: #28a745;
}

.input-unit.success i, .input-feedback-container.has-success > .input-unit i {
  background-color: #28a745;
  color: white;
}

.input-unit .custom-select {
  padding: 1.2rem 2rem 0.4rem 1rem;
  background-position: calc(100% - 1rem) 1.2rem;
}

.file-input {
  height: 38px;
  cursor: pointer;
}

.file-input > input[type=file] {
  width: 0;
  height: 0;
  padding: 0;
  visibility: hidden;
}

.file-input > .input-unit-preview {
  height: 38px;
}

.file-input > .input-unit-btn {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #dcdbd8;
  display: block;
  right: 0;
  top: 0;
}

.file-input > .input-unit-btn i {
  margin: 10px;
  width: 18px;
  height: 18px;
  font-weight: 300;
  background-color: #dcdbd8;
  color: #212529;
}

.file-input.success .input-unit-btn, .file-input.success .input-unit-btn i {
  background-color: #28a745;
  color: #fff;
}

.file-input.error .input-unit-btn, .file-input.error .input-unit-btn i {
  background-color: #dc3545;
  color: #fff;
}

.input-unit.multiple {
  display: flex;
  flex-flow: row nowrap;
}

.input-unit.multiple > input {
  width: 70%;
}

.input-unit.multiple > select {
  width: 30%;
  border-left: 1px solid #dcdbd8;
}

.remove-disabled-coloring:disabled {
  background-color: initial !important;
}

.form-check {
  transition: all 0.3s ease;
  margin-bottom: 0.75rem;
}

.form-check.error {
  background: #dc3545 !important;
  color: #fff !important;
  border-radius: 0.1rem;
  transition: all 0.3s ease;
  padding: 0.5em 1.75rem;
}

.form-check.error a {
  color: #fff !important;
}

.form-check.error a:hover {
  color: #f4f4f4 !important;
}

.form-check.error .text-muted {
  color: #fff !important;
}

.form-check .form-check-input {
  cursor: pointer;
}

.select-unit > label {
  margin-bottom: 0.1rem;
  font-weight: bold;
}

.select-unit .form-check {
  margin-bottom: 0;
}

.select-unit.error {
  color: #dc3545;
}

.input-feedback-container {
  margin-bottom: 15px;
}

.input-feedback-container .input-unit {
  margin-bottom: 0;
}

.input-feedback-container .feedback {
  font-size: 0.8rem;
  text-align: right;
  display: none;
}

.input-feedback-container .feedback-error {
  color: #dc3545;
}

.input-feedback-container .feedback-success {
  color: #28a745;
}

.input-feedback-container.has-error .feedback-error, .input-feedback-container.has-success .feedback-success {
  display: block;
}

.unfixed {
  left: 0;
  right: 0;
}

.top-bar {
  width: 100%;
  color: #fff;
  background-color: #4D4F4D;
}

@media print {
  .top-bar {
    display: none;
  }
}
.top-bar a:not(.btn) {
  text-decoration: none;
  color: #fff;
  outline: none;
}

.top-bar .search-shown {
  display: flex;
  flex: 1;
}

@media (min-width: 768px) {
  .top-bar .search-shown {
    justify-content: space-between;
    align-items: center;
  }
  .top-bar .search-shown .controls .anicon, .top-bar .search-shown .controls a:not(.btn) {
    padding: 1rem 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .top-bar .search-shown {
    flex-direction: column-reverse;
  }
}
.top-bar .search-shown .always-visible-search {
  margin: 5px;
  background-color: #fff;
  flex: 1;
}

.top-bar .search-shown .always-visible-search .search-box-shadow-frame {
  display: flex;
  flex: 100;
}

.top-bar .search-shown .always-visible-search .search-box-shadow-frame .search-input {
  border: none;
  outline: none;
  padding: 0.4rem 1rem;
  font-size: 1.3rem;
  line-height: 1;
  flex: 1 70%;
}

.top-bar .search-shown .always-visible-search .search-box-shadow-frame .search-submit {
  color: #0c426e;
  background-color: #e9ecef;
  border: none;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.4rem 1rem;
  cursor: pointer;
}

.top-bar .account-menu {
  min-width: 100%;
}

.top-bar.fixed-top {
  position: fixed;
}

.top-bar .controls-list {
  width: 100%;
  margin-bottom: 0;
  font-size: 0;
  display: flex;
}

.top-bar .controls-list > li {
  font-size: 1rem;
  color: #dcdbd8;
  margin-right: 0;
}

.top-bar .controls-list > li a:not(.btn) {
  padding: 0.5rem 0.8rem;
  display: inline-block;
  color: #dcdbd8;
}

.top-bar .controls-list > li a:not(.btn):hover {
  background-color: #0c426e;
  color: #fff;
}

.top-bar .controls-list > li .fa:not(.qty-sign) {
  font-size: 1.2rem;
}

.top-bar .controls-list > li .basket-seperator {
  margin: 0 2px;
}

.top-bar .controls-list .control-user {
  flex: 1 0 auto;
}

.top-bar .controls-list .control-user #login-change {
  position: relative;
}

.top-bar .controls-list .control-user #login-change > .dropdown .dropdown-toggle {
  transition: all 0.1s;
}

.top-bar .controls-list .control-user #login-change > .dropdown .dropdown-toggle:after {
  margin-left: 7px;
}

.top-bar .controls-list .control-user #login-change > .dropdown.show > .dropdown-toggle {
  background-color: #282d2f;
  color: #fff;
}

.top-bar .controls-list .control-user #login-change > .dropdown.show .dropdown-menu {
  max-height: 200px;
}

@media (max-width: 991.98px) {
  .top-bar .controls-list .control-user #login-change > .dropdown.show .dropdown-menu {
    width: 105px;
  }
  .top-bar .controls-list .control-user #login-change > .dropdown.show .dropdown-menu.dropdown-menu-right {
    right: initial;
  }
}
.top-bar .controls-list .control-user #login-change > .dropdown .dropdown-menu {
  z-index: 2000;
  transition: all 0.3s;
  max-height: 0;
  display: block;
  overflow: hidden;
  border: none !important;
}

@media (max-width: 991.98px) {
  .top-bar .controls-list .control-user #login-change > .dropdown .dropdown-menu {
    width: 105px;
  }
  .top-bar .controls-list .control-user #login-change > .dropdown .dropdown-menu.dropdown-menu-right {
    right: initial;
  }
}
.top-bar .controls-list .control-user #login-change > .dropdown .dropdown-menu a {
  padding: 1rem 0.8rem;
  border: 0;
  border-top: 1px solid #dcdbd8;
  display: block;
  background-color: #282d2f;
  color: #fff;
}

.top-bar .controls-list .control-user #login-change > .dropdown .dropdown-menu a:hover {
  color: #fff;
  background-color: #0c426e;
}

.top-bar .controls-list .control-user #login-change > .dropdown .dropdown-menu a > .fa-user {
  margin-right: 5px;
}

.top-bar .controls-list .control-user #login-change > .dropdown .dropdown-menu a > .fa-sign-out {
  margin-right: 3px;
}

.top-bar .controls-list .control-wish-list a .badge-right {
  margin-right: 0.5rem;
}

.top-bar .controls-list .control-wish-list a i.fa-heart-o {
  font-size: 0.9rem;
}

.top-bar .controls-list .control-wish-list a i.fa-heart {
  margin-right: 0.2rem;
  font-size: 0.8rem;
  color: rgba(255, 0, 0, 0.67);
}

.top-bar .controls-list .control-languages a[aria-expanded=true], .top-bar .controls-list .control-search a[aria-expanded=true] {
  background: #282d2f;
}

.top-bar .controls-list .control-languages a[aria-expanded=true] > i.fa.fa-search, .top-bar .controls-list .control-search a[aria-expanded=true] > i.fa.fa-search {
  display: none;
}

.top-bar .controls-list .control-languages a[aria-expanded=true] > i.fa.fa-close, .top-bar .controls-list .control-search a[aria-expanded=true] > i.fa.fa-close {
  display: inherit;
}

.top-bar .controls-list .control-search a > i {
  min-width: 16px;
}

.top-bar .controls-list .control-search a > i.fa.fa-search {
  display: inherit;
}

.top-bar .controls-list .control-search a > i.fa.fa-close {
  display: none;
}

.top-bar .controls-list .control-basket {
  position: relative;
}

.top-bar .controls-list .control-basket .toggle-basket-preview {
  background-color: #0c426e;
  color: #fff;
}

.top-bar .controls-list .control-basket .toggle-basket-preview .badge, .top-bar .controls-list .control-basket .toggle-basket-preview .tag {
  font-size: inherit;
  padding: 0;
  line-height: inherit;
  font-weight: inherit;
  margin-left: 0.5rem;
}

.top-bar .controls-list .control-basket .toggle-basket-preview .badge-right {
  margin-right: 0.5rem;
}

.top-bar .controls-list .control-basket .toggle-basket-preview:hover {
  background-color: #0c426e;
}

@media print {
  .wrapper-main #page-body {
    margin-top: 0;
  }
}
.wrapper-main #page-header {
  background-color: #f7f7f9;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  backface-visibility: hidden;
}

.wrapper-main #page-header.top-bar {
  background-color: #4D4F4D;
}

@media (max-width: 991.98px) {
  .wrapper-main #page-header .container-max {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .wrapper-main #page-header {
    box-shadow: none;
  }
}
.wrapper-main .navbar {
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #efefef;
}

.wrapper-main .navbar a {
  color: #4D4F4D;
}

.wrapper-main .navbar a:hover {
  color: #282d2f;
}

.wrapper-main .navbar .navbar-nav .nav-item > .nav-link {
  min-width: 140px;
  border-right: 1px solid #dcdbd8;
  text-align: center;
}

.wrapper-main .navbar .navbar-nav .nav-item:last-child .nav-link {
  border-right: 0;
}

.wrapper-main .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}

.wrapper-main .navbar .navbar-nav .nav-item:hover .nav-link {
  background: transparent;
  color: #282d2f;
  cursor: pointer;
}

.wrapper-main .navbar .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
  display: none;
}

.wrapper-main .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  background: #0c426e;
  border: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  text-align: center;
}

.wrapper-main .navbar .navbar-nav .nav-item:hover .dropdown-menu::before {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-bottom: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  color: #0c426e;
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}

.wrapper-main .navbar .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 0.9rem;
  padding: 0.75rem 1rem !important;
}

.wrapper-main .navbar .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item:hover {
  background: #0c426e;
  color: #fff;
}

.navbar {
  padding: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid #dcdbd8;
}

.navbar .navbar {
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid #dcdbd8;
}

.navbar .navbar .dropdown:hover .dropdown-menu {
  display: block !important;
  margin-top: 0;
}

.brand-wrapper {
  position: relative;
  padding: 0 15px;
  display: block;
}

.navbar-brand {
  float: none;
  padding: 10px 0;
  display: inline-block;
}

.navbar-brand img {
  max-height: 3rem;
}

.navbar-nav .nav-item {
  margin: 0 !important;
}

.navbar-nav .nav-item.open {
  position: relative;
}

.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item:hover .nav-link {
  background-color: #0c426e;
  color: #fff;
}

.navbar-nav .nav-item .nav-link {
  padding: 1rem;
}

.navbar-toggler {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
}

.wrapper-main header .container-max > .row {
  flex-direction: row-reverse;
  position: relative;
}

.wrapper-main header .controls-list {
  width: auto;
}

.wrapper-main header .controls-list > li {
  font-size: 0.8rem;
}

.wrapper-main header .controls-list > li .fa:not(.qty-sign) {
  font-size: 1rem;
  line-height: 0.8rem;
}

@media (max-width: 575.98px) {
  .top-bar .controls-list > li .anicon, .top-bar .controls-list > li a:not(.btn) {
    padding: 0.5rem;
  }
  .top-bar .controls-list .pipe {
    margin: 0 0.3em 0 0;
  }
  .top-bar .controls-list .anicon-search-xcross {
    width: 2.2rem;
  }
  .top-bar .controls-list .badge-right {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .dropdown-menu {
    position: relative;
    float: none;
    background-color: #f4f4f4;
    border: none;
  }
}
@media (min-width: 768px) {
  .wrapper-main .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    text-align: left;
  }
  .sticky .header .navbar {
    max-width: 690px;
  }
  .sticky .header .navbar .navbar-brand img {
    max-width: 70%;
  }
  .sticky .header .navbar .navbar-toggler {
    top: 0.75rem;
  }
  .top-bar .list-inline .list-inline-item #login-change a span {
    display: inline-block;
  }
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .navbar .navbar-brand img {
    max-width: 100%;
  }
  .header .navbar .navbar-toggler {
    top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .navbar-nav > .nav-item > .nav-link {
    padding: 1.3rem 1rem;
  }
}
@media (min-width: 1200px) {
  .brand-wrapper {
    padding: 0;
  }
  .sticky .header .navbar {
    max-width: 1110px;
  }
}
html.ie .always-visible-search {
  min-height: 32px;
}

html.ie .navbar-brand img[src*=svg] {
  width: 100%;
  height: 100%;
}

.top-bar .cmp-search-box {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
}

.top-bar .cmp-search-box .search-box-inner {
  margin: 5px 0;
}

@media (max-width: 991.98px) {
  .top-bar .cmp-search-box .search-box-inner {
    margin: 5px 5px;
  }
}
div:not(.top-bar) > .page-header > div > .cmp-search-box {
  top: 30px;
  z-index: 1070;
  position: fixed;
  right: 0;
  left: 0;
}

@media (min-width: 992px) {
  div:not(.top-bar) > .page-header > div > .cmp-search-box .search-box-inner {
    margin: 5px auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cmp-search-box {
  background-color: #4D4F4D;
  width: 100%;
}

.cmp-search-box .search-box-inner {
  display: flex;
  flex-flow: row nowrap;
  margin: 5px 15px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .cmp-search-box .search-box-inner {
    margin: 5px 5px;
  }
}
.search-box-shadow-frame {
  display: flex;
  flex: 100;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  position: relative;
}

.search-box-shadow-frame .autocomplete-suggestions {
  position: absolute;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1070;
  max-height: 310px;
  width: 100%;
  top: 100%;
}

.search-box-shadow-frame .autocomplete-suggestions > .autocomplete-suggestion {
  padding: 5px 15px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: flex;
}

.search-box-shadow-frame .autocomplete-suggestions > .autocomplete-suggestion:hover {
  background: #dcdbd8;
}

.search-box-shadow-frame .autocomplete-suggestions > .autocomplete-suggestion.autocomplete-selected {
  background: #dcdbd8;
}

.search-box-shadow-frame .autocomplete-suggestions > .autocomplete-suggestion > .autocomplete-item-name {
  align-self: center;
  color: #4D4F4D;
  max-width: 0;
}

.search-box-shadow-frame .autocomplete-suggestions > .autocomplete-suggestion > .autocomplete-image-container {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 5px;
}

.search-box-shadow-frame .autocomplete-suggestions > .autocomplete-suggestion > .autocomplete-image-container > .autocomplete-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-height: 40px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cmp-search-box .search-input {
  flex: 1 0 70%;
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  line-height: 1;
  border: none;
  padding: 0.4rem 1rem;
  outline: none;
}

.cmp-search-box .search-submit {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  line-height: 1;
  background-color: #e9ecef;
  padding: 0.4rem 1rem;
  color: #0c426e;
  border: none;
  transition: all 300ms;
  outline: none;
}

.cmp-search-box .search-submit:hover {
  color: #004157;
}

.cmp-country-settings, .cmp-currency-select {
  background-color: #282d2f;
  color: #fff;
  border-bottom: 0;
  z-index: 1070;
  position: fixed;
  top: 30px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.cmp-country-settings.collapsing, .cmp-currency-select.collapsing {
  overflow: hidden;
}

.cmp-country-settings .shipping-settings, .cmp-country-settings .language-settings, .cmp-currency-select .shipping-settings, .cmp-currency-select .language-settings {
  width: 100%;
}

@media (max-width: 767.98px) {
  .cmp-country-settings .shipping-settings ul, .cmp-country-settings .language-settings ul, .cmp-currency-select .shipping-settings ul, .cmp-currency-select .language-settings ul {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 991.98px) {
  .cmp-country-settings .shipping-settings, .cmp-currency-select .shipping-settings {
    margin-top: 1rem;
  }
}
.cmp-country-settings ul, .cmp-currency-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
}

.cmp-country-settings ul li, .cmp-currency-select ul li {
  width: 100%;
  padding: 0;
  display: inline-block;
  float: left;
}

.cmp-country-settings ul li a, .cmp-currency-select ul li a {
  display: inline-block;
  padding: 0.4rem;
  color: #fff;
}

.cmp-country-settings ul li a:hover, .cmp-currency-select ul li a:hover {
  background-color: #0c426e;
  color: #fff;
}

.cmp-country-settings ul li a.is-disabled, .cmp-currency-select ul li a.is-disabled {
  cursor: not-allowed;
}

.cmp-country-settings ul li a.is-disabled:hover, .cmp-currency-select ul li a.is-disabled:hover {
  background-color: #4D4F4D;
  color: #fff;
}

.cmp-country-settings ul li.active a, .cmp-currency-select ul li.active a {
  background-color: #0c426e;
  color: #fff;
}

.cmp-country-settings ul li.active a.is-disabled, .cmp-currency-select ul li.active a.is-disabled {
  background-color: #4D4F4D;
  color: #fff;
}

@media (min-width: 768px) {
  .cmp-country-settings ul li, .cmp-currency-select ul li {
    width: 50%;
    padding-right: 0.8rem;
  }
}
@media (min-width: 992px) {
  .cmp-country-settings ul li, .cmp-currency-select ul li {
    width: 33.33%;
  }
}
.cmp-country-settings .currency-list ul > li, .cmp-currency-select .currency-list ul > li {
  width: 16.666667%;
}

.fixed-top .cmp-country-settings, .fixed-top .cmp-currency-select {
  top: auto;
}

.wrapper-main header .cmp-country-settings .container-max > .row, .wrapper-main header .cmp-currency-select .container-max > .row {
  flex-direction: row;
}

nav.navbar ul.nav li.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0px;
}

body.menu-is-visible {
  overflow-y: hidden;
  position: fixed;
}

nav.navbar:not(.megamenu) .nav-dropdown-inner {
  width: 100%;
}

nav.navbar:not(.megamenu) .nav-dropdown-inner li:hover {
  background: #0c426e;
}

nav.navbar .container-max {
  display: block;
}

nav.navbar .container-max > div.row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}

nav.navbar .container-max > div.row .brand-wrapper {
  flex: 0 0 auto;
  align-self: auto;
}

@media (max-width: 991.98px) {
  nav.navbar .container-max > div.row .brand-wrapper {
    width: 100%;
  }
}
nav.navbar .container-max > div.row #mainNavbarCollapsable {
  flex: 1 1 auto;
  align-self: stretch;
}

#mainNavbarCollapsable {
  font-size: 1.2em;
  opacity: 0.6;
  transition: all 0.3s ease;
}

#mainNavbarCollapsable.open {
  opacity: 1;
  transform: translateX(0);
}

#mainNavbarCollapsable ul.breadcrumb {
  background: #282d2f;
  max-width: initial;
  font-size: 0.8em;
  padding: 0 calc(15px + 0.5em) 0 15px;
}

#mainNavbarCollapsable ul.breadcrumb li {
  display: inline-block;
  cursor: pointer;
  padding: 0.8rem 0 0.75rem;
}

#mainNavbarCollapsable ul.breadcrumb li.btnClose {
  float: right;
  padding-top: 0.6em;
}

#mainNavbarCollapsable ul.breadcrumb li.btnClose:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 1.2em;
}

#mainNavbarCollapsable ul.breadcrumb li:not(:first-of-type) a:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 1rem;
  padding: 0 0.3rem;
}

#mainNavbarCollapsable ul.breadcrumb li:first-of-type a:before {
  display: none !important;
}

#mainNavbarCollapsable ul.mainmenu {
  list-style: none;
  height: 100%;
  margin: 0;
  padding: 0;
  float: right;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
}

#mainNavbarCollapsable ul.mainmenu:empty {
  min-height: 4.1rem;
}

#mainNavbarCollapsable ul.mainmenu li {
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}

#mainNavbarCollapsable ul.mainmenu li a {
  color: inherit;
  display: inline-block;
  padding: 1rem;
  flex: 1 0 80%;
}

#mainNavbarCollapsable ul.mainmenu li .nav-direction {
  padding: 1rem;
  flex: 1 0 20%;
  text-align: center;
}

#mainNavbarCollapsable ul.mainmenu li ul {
  left: 0;
  list-style: none;
  padding: 0;
}

#mainNavbarCollapsable ul.mainmenu li.ddown .nav-direction i {
  transition: transform 300ms ease-out;
  transform: rotateX(0deg);
}

#mainNavbarCollapsable ul.mainmenu li.ddown .nav-direction[aria-expanded=true] i {
  transform: rotateX(180deg);
}

@media (min-width: 576px) {
  #mainNavbarCollapsable ul.mainmenu li .nav-direction {
    padding-right: calc(4px + 0.5em);
  }
}
@media (min-width: 992px) {
  #mainNavbarCollapsable {
    background-color: transparent;
    opacity: 1;
    font-size: 1rem;
    transition: all 0.1s ease;
  }
  #mainNavbarCollapsable .breadcrumb {
    display: none !important;
  }
  #mainNavbarCollapsable ul.mainmenu {
    color: #0c426e;
    text-align: right;
  }
  #mainNavbarCollapsable ul.mainmenu .open > ul {
    display: none !important;
  }
  #mainNavbarCollapsable ul.mainmenu > li {
    display: inline-block;
    width: auto;
    position: relative;
    transition: all 300ms;
  }
  #mainNavbarCollapsable ul.mainmenu > li > a {
    padding: 1.3rem 1rem;
    width: 100%;
  }
  #mainNavbarCollapsable ul.mainmenu > li > ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s ease;
    background: #0c426e;
    height: auto;
    text-align: center;
    width: auto;
    max-width: 25em;
    min-width: 100%;
    word-wrap: break-word;
    position: absolute;
    z-index: 1;
  }
  #mainNavbarCollapsable ul.mainmenu > li > ul > li {
    background: transparent;
    color: #fff;
    transition: all 0.1s ease;
    width: 100%;
    min-width: 150px;
    text-align: left;
  }
  .no-touch #mainNavbarCollapsable ul.mainmenu > li > ul > li:hover, .touch #mainNavbarCollapsable ul.mainmenu > li > ul > li.hover {
    background: #0c426e;
    color: #fff;
    text-decoration: none;
  }
  .megamenu #mainNavbarCollapsable ul.mainmenu > li > ul > li:hover {
    background: none;
  }
  #mainNavbarCollapsable ul.mainmenu > li > ul > li > a {
    width: 100%;
  }
  .no-touch #mainNavbarCollapsable ul.mainmenu > li:hover, .touch #mainNavbarCollapsable ul.mainmenu > li.hover {
    background-color: #0c426e;
    color: #fff;
    transition: all 0.1s ease;
  }
  .no-touch #mainNavbarCollapsable ul.mainmenu > li:hover > ul, .touch #mainNavbarCollapsable ul.mainmenu > li.hover > ul {
    visibility: visible;
    opacity: 1;
    transition: all 0.1s ease;
  }
  #mainNavbarCollapsable ul.mainmenu > li.ddown > a {
    transition: all 0s;
  }
  #mainNavbarCollapsable ul.mainmenu > li.ddown > a:after {
    content: "\f0d7";
    font-size: inherit;
    padding-left: 0.5em;
    border: none;
    float: right;
    font-family: FontAwesome;
    width: 15px;
    height: 8px;
  }
  #mainNavbarCollapsable ul.mainmenu > li.ddown .ddown a:after {
    display: none;
  }
}
nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li {
  position: static;
}

.no-touch nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li:hover > ul.collapse, .touch nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li.hover > ul.collapse {
  display: block;
}

nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse {
  background-color: #fff;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  -moz-column-rule: 1px solid #dcdbd7;
  column-rule: 1px solid #dcdbd7;
  display: none;
  padding: 1em 0;
  min-height: 7em;
  max-height: 86vh;
  -moz-column-count: 5;
  column-count: 5;
  overflow-x: auto;
  overflow-y: hidden;
  -moz-column-fill: balance;
  column-fill: balance;
}

nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse li {
  display: list-item;
}

nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner {
  padding-bottom: 1em;
}

nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner > li {
  padding: 0.1px 1.5em;
  line-height: 170%;
  text-align: left;
}

nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner > li.bt-more > a {
  color: #7a7f7f;
  text-transform: lowercase;
}

nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner > li > a {
  color: #000;
  padding: 0;
}

nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner > li:hover a {
  color: #0c426e;
}

nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner .level1 > a {
  color: #0c426e;
  font-weight: bold;
}

nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner .level1:hover a {
  color: #004157;
}

nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner .level3 {
  padding-left: 2.5em;
}
@keyframes mobile-nav-placeholder {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.15;
  }
  100% {
    opacity: 0.1;
  }
}
.mobile-navigation {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0c426e;
  color: #fff;
  font-size: 1.2em;
  opacity: 0.6;
  overflow-y: auto;
  position: fixed;
  transform: translateX(100%);
  transition: all 0.3s ease;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
}

.mobile-navigation.open {
  opacity: 1;
  transform: translateX(0);
}

.mobile-navigation .sk-fading-circle .sk-circle:before, .mobile-navigation .loading-animation > div {
  background-color: #fff;
}

.mobile-navigation ul.breadcrumb {
  color: #fff;
  background: #282d2f;
  max-width: initial;
  font-size: 0.8em;
  padding: 0 calc(15px + 0.5em) 0 15px;
  display: block;
}

.mobile-navigation ul.breadcrumb li {
  display: inline-block;
  cursor: pointer;
  padding: 0.8rem 0 0.75rem;
}

.mobile-navigation ul.breadcrumb li:last-child {
  pointer-events: none;
}

.mobile-navigation ul.breadcrumb li.btn-close {
  float: right;
  padding-top: 0.6em;
}

.mobile-navigation ul.breadcrumb li.btn-close:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 1.2em;
}

.mobile-navigation ul.breadcrumb li:not(:first-of-type) a:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 1rem;
  padding: 0 0.3rem;
}

.mobile-navigation ul.breadcrumb li:first-of-type a:before {
  display: none !important;
}

.mobile-navigation ul.mainmenu {
  list-style: none;
  height: 90%;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  display: none;
}

.mobile-navigation ul.mainmenu.menu-active {
  display: block !important;
}

.mobile-navigation ul.mainmenu .btn-up {
  flex: none !important;
  transform: rotateY(180deg);
}

.mobile-navigation ul.mainmenu li {
  width: 100%;
  cursor: pointer;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.mobile-navigation ul.mainmenu li a {
  color: inherit;
  display: inline-block;
  padding: 1rem;
  flex: 1 0 80%;
}

.mobile-navigation ul.mainmenu li a:hover {
  color: inherit;
}

.mobile-navigation ul.mainmenu li .nav-direction {
  padding: 1rem;
  flex: 1 0 20%;
  text-align: center;
}

.mobile-navigation ul.mainmenu li ul {
  background: #0c426e;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.mobile-navigation ul.mainmenu li.ddown .nav-direction i {
  transition: transform 300ms ease-out;
  transform: rotateX(0deg);
}

.mobile-navigation ul.mainmenu li.ddown .nav-direction[aria-expanded=true] i {
  transform: rotateX(180deg);
}

.mobile-navigation .nav-placeholder {
  height: 25px;
  width: 200px;
  display: inline;
  background: #fff;
  margin: 1rem;
  border-radius: 3px;
  opacity: 0.1;
  animation: mobile-nav-placeholder 0.8s infinite ease-in-out;
}

html.ie nav.navbar #mainNavbarCollapsable {
  width: 100%;
}

html.ie .mobile-navigation ul.mainmenu li a {
  flex: 1 0 75%;
}

html.ie .mobile-navigation ul.mainmenu li .nav-direction {
  flex: 1 0 10%;
}

.mainmenu-[class^=animate-], .mainmenu[class*=" animate-"] {
  display: block !important;
}

.animate-outToRight .ddown {
  animation: outToRight 0.2s both cubic-bezier(0.7, 0, 0.3, 1);
}
@keyframes outToRight {
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate-outToLeft .ddown {
  animation: outToLeft 0.2s both cubic-bezier(0.7, 0, 0.3, 1);
}
@keyframes outToLeft {
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate-inFromLeft .ddown {
  animation: inFromLeft 0.2s both cubic-bezier(0.7, 0, 0.3, 1);
}
@keyframes inFromLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate-inFromRight .ddown {
  animation: inFromRight 0.2s both cubic-bezier(0.7, 0, 0.3, 1);
}
@keyframes inFromRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .wrapper-main > nav.container-max {
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    background: #efefef;
  }
  .wrapper-main .breadcrumbs {
    background: #efefef;
  }
  .wrapper-main .breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
    padding: 0.5rem 15px;
  }
}
.to-top {
  display: block;
  background-color: #4D4F4D;
  text-align: center;
  padding: 0.5rem 0.5rem;
  text-decoration: none !important;
  cursor: pointer;
  width: 100%;
}

.to-top:hover {
  background-color: #282d2f;
}

.to-top i {
  color: white;
  font-size: 1.5em;
  padding: 0.5em 0;
}

.back-to-top-center {
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.3s;
  border: 1px solid #282d2f;
  cursor: pointer;
  text-align: center;
  position: fixed;
  bottom: -17px;
  left: 50%;
  width: 94px;
  height: 50px;
  margin-left: -47px;
  z-index: 1000;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  display: none;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.back-to-top-center:hover {
  opacity: 1;
}

.back-to-top-center i {
  font-size: 29px;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 40px;
  display: block;
  z-index: 1;
}

.back-to-top {
  margin: 0;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 40px;
  height: 40px;
  z-index: 100;
  display: none;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 300ms;
  border: 1px solid #282d2f;
  background: #4D4F4D;
  border-radius: 0.1rem;
  cursor: pointer;
  text-align: center;
}

.back-to-top:hover {
  opacity: 1;
}

.back-to-top i {
  font-size: 29px;
  color: #f7f7f9;
}

.footer {
  display: block;
  background-color: #f7f7f9;
}

@media print {
  .footer {
    display: none;
  }
}
.footer a {
  color: #4D4F4D;
}

.footer .svg.plenty-brand {
  padding: 0 0.5em;
}

.footer .svg.plenty-brand path {
  fill: #4D4F4D;
}

.footer .footer-features {
  border-top: 1px solid transparent;
  background-color: #dadae3;
  color: #4D4F4D;
  max-width: 1170px;
}

.footer .footer-features i {
  color: #4D4F4D !important;
}

.footer .footer-content {
  max-width: 1170px;
}

.footer .footer-services {
  display: flex;
  flex-flow: column nowrap;
}

.footer .footer-services .services-payment, .footer .footer-services .services-shipping, .footer .footer-services .services-certificate {
  display: inline-block;
  display: inline-flex;
  flex-flow: row wrap;
  flex: 0 1 auto;
}

.footer .footer-services .services-certificate {
  flex: 1 0 auto;
}

.footer .footer-services .services-title {
  width: 100%;
}

.footer .footer-services a {
  flex: 1 1 auto;
  display: inline-block;
  max-width: 5rem;
  margin-right: 0.5rem;
}

.footer .footer-services img {
  max-height: 4rem;
}

.footer .footer-column h2 {
  font-weight: 700;
}

.footer .btn-mail {
  background-color: #7a7f7f;
  color: white;
}

.footer .btn-mail i {
  padding: 0 1rem;
}

.footer .btn-mail:hover {
  background-color: #b2b1a7;
}

@media (min-width: 576px) {
  .footer .footer-services {
    flex-flow: row nowrap;
  }
}
.plenty-brand {
  height: 30px;
  margin: 2em 0 0.2em;
}

.static-link-list a {
  color: black;
  margin-right: 10px;
}

.cmp-order-item {
  position: relative;
  margin-bottom: 1em;
}

.cmp-order-item .item-main {
  display: table;
}

.cmp-order-item .item-image {
  display: table-cell;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.cmp-order-item .item-image > noscript, .cmp-order-item .item-image a > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.cmp-order-item .item-image .owl-carousel {
  height: 100%;
}

.cmp-order-item .item-image .owl-carousel .owl-stage-outer {
  height: 100%;
}

.cmp-order-item .item-image .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.cmp-order-item .item-image .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.cmp-order-item .item-image .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.cmp-order-item .item-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 0.5rem;
}

.cmp-order-item .item-bundle {
  width: 300px;
  font-weight: 700;
  font-size: 80%;
}

.cmp-order-item .item-name {
  display: -webkit-box;
  text-overflow: ellipsis;
  max-height: 3em;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.cmp-order-item .item-name:after {
  content: "…";
  display: inline-block;
  height: 50%;
  position: absolute;
  right: 0.25em;
  bottom: 0;
  background-color: white;
}

.cmp-order-item .item-total-price {
  font-size: 1.5em;
  font-weight: 700;
  text-align: right;
}

.cmp-order-item .item-remove {
  position: absolute;
  bottom: 1em;
  right: 0;
  line-height: 1;
  color: #dcdbd8;
  cursor: pointer;
  transition: color 250ms;
}

.cmp-order-item .item-remove:hover {
  color: #dc3545;
}

@media (min-width: 576px) {
  .cmp-order-item .item-unit-price, .cmp-order-item .item-total-price {
    width: auto !important;
    text-align: right;
  }
}
.cmp-order-item .item-word-break {
  word-wrap: break-word;
}

@media (max-width: 575.98px) {
  .cmp-order-item .item-word-break {
    word-break: break-all;
  }
}
.payment-link-style {
  color: #0c426e !important;
  cursor: pointer !important;
  padding: 0 15px !important;
}

.payment-link-style span {
  text-decoration: underline !important;
}

.cmp-address-list .items {
  position: relative;
}

@media (min-width: 768px) {
  .cmp-address-list .items {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
}
.cmp-address-list .items > div:first-child {
  margin-bottom: 0;
  min-height: 115px;
}

.cmp-address-list .dropdown-toggle:after {
  position: absolute;
  top: 80%;
  right: 1.5rem;
  transform: translateY(-50%);
  z-index: 1;
}

.cmp-address-list .items.open .dropdown-toggle {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.cmp-address-list .dropdown-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
  border: 1px solid #dcdbd8;
}

.cmp-address-list ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  max-height: 500px;
  overflow-x: none;
  overflow-y: auto;
}

.cmp-address-list .item {
  padding: 0;
  border-bottom: 1px solid #dcdbd8;
  position: relative;
}

.cmp-address-list .item input {
  display: none;
}

.cmp-address-list .item input:checked + .item-inner {
  box-shadow: inset 0 0 0 0.1rem #0c426e;
  color: #000;
  background-color: #d9edf7;
}

.cmp-address-list .item:last-of-type {
  border-bottom: none;
}

.cmp-address-list .item-inner {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  padding: 1em;
  margin-bottom: 0;
}

.cmp-address-list .item-inner .item-controls {
  display: flex;
}

.cmp-address-list .item-inner .item-controls .item-edit .fa {
  padding-left: 0.1rem;
  padding-top: 0.3rem;
}

.cmp-address-list .item-inner .item-controls .item-remove .fa {
  padding-top: 0.1rem;
}

.cmp-address-list .item-inner .item-controls .fa {
  transition: all 0.2s ease-in-out;
  float: none;
}

.cmp-address-list .item-inner .item-controls .btn {
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 5px;
  padding: 0;
}

.cmp-address-list .item-content {
  display: inline-block;
  width: 100%;
  flex: 1 1 auto;
}

.cmp-address-list .item-content strong, .cmp-address-list .item-content span {
  display: block;
}

.checkout header h4 {
  line-height: 2.5rem;
}

.add-item {
  position: absolute;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .add-item {
    top: 0;
    right: 0;
    bottom: 0;
  }
  .add-item button {
    min-width: auto !important;
    width: 50px;
    height: 74px;
  }
}
@media (min-width: 576px) {
  .add-item {
    top: 1em;
    right: 1em;
  }
}
.cmp-basket-item, .cmp-order-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #dcdbd8;
}

.cmp-basket-item .toggle-description, .cmp-order-item .toggle-description, .cmp-basket-item .item-toggle, .cmp-order-item .item-toggle {
  display: none;
}

.cmp-basket-item .item-image, .cmp-order-item .item-image {
  flex: 0 1 6em;
  position: relative;
  overflow: hidden;
}

.cmp-basket-item .item-image > noscript, .cmp-order-item .item-image > noscript, .cmp-basket-item .item-image a > img, .cmp-order-item .item-image a > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.cmp-basket-item .item-image .owl-carousel, .cmp-order-item .item-image .owl-carousel {
  height: 100%;
}

.cmp-basket-item .item-image .owl-carousel .owl-stage-outer, .cmp-order-item .item-image .owl-carousel .owl-stage-outer {
  height: 100%;
}

.cmp-basket-item .item-image .owl-carousel .owl-stage-outer .owl-stage, .cmp-order-item .item-image .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.cmp-basket-item .item-image .owl-carousel .owl-stage-outer .owl-stage .owl-item, .cmp-order-item .item-image .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.cmp-basket-item .item-image .owl-carousel .owl-stage-outer .owl-stage .owl-item img, .cmp-order-item .item-image .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.cmp-basket-item .item-image img, .cmp-order-item .item-image img {
  width: 100%;
  height: auto;
}

.cmp-basket-item .item-details, .cmp-order-item .item-details {
  margin-top: 1em;
  flex: 1;
}

.cmp-basket-item .item-details > div[class^=item-], .cmp-order-item .item-details > div[class^=item-] {
  display: block;
  margin-bottom: 0.5rem;
}

.cmp-basket-item .item-details > div[class^=item-]:last-of-type, .cmp-order-item .item-details > div[class^=item-]:last-of-type {
  margin-bottom: 0;
}

.cmp-basket-item .item-name, .cmp-order-item .item-name {
  position: relative;
  display: flex;
  text-overflow: ellipsis;
  max-height: 3em;
  overflow: hidden;
  flex-direction: column;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.cmp-basket-item .item-name:after, .cmp-order-item .item-name:after {
  content: "…";
  display: inline-block;
  height: 50%;
  position: absolute;
  right: 0.25em;
  bottom: 0;
}

.cmp-basket-item .item-quantity, .cmp-order-item .item-quantity {
  position: relative;
  display: flex;
  flex: 1;
  flex-flow: column wrap;
  height: 6em;
}

.cmp-basket-item .item-quantity .item-unit-price, .cmp-order-item .item-quantity .item-unit-price {
  align-self: flex-end;
  flex: 0;
}

.cmp-basket-item .item-quantity .item-total-price, .cmp-order-item .item-quantity .item-total-price {
  flex: 0;
  font-size: 1.5em;
  font-weight: 700;
  text-align: right;
}

.cmp-basket-item .item-quantity .input-group.vert, .cmp-order-item .item-quantity .input-group.vert {
  display: block;
  padding: 0 1em;
  flex: 1;
  width: 5em;
}

.cmp-basket-item .item-quantity .btn, .cmp-order-item .item-quantity .btn {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.cmp-basket-item .item-quantity .form-control, .cmp-order-item .item-quantity .form-control {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
}

.cmp-basket-item .varianten-content, .cmp-order-item .varianten-content {
  padding-top: 0;
  transition: all 300ms;
}

.cmp-basket-item .varianten-content, .cmp-order-item .varianten-content, .cmp-basket-item .item-description, .cmp-order-item .item-description {
  max-height: 0;
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
  transition: max-height 300ms;
}

.cmp-basket-item .toggle-description:checked ~ .item-description, .cmp-order-item .toggle-description:checked ~ .item-description {
  max-height: 70em;
}

.cmp-basket-item .toggle-description:checked ~ .btn-collapse:after, .cmp-order-item .toggle-description:checked ~ .btn-collapse:after {
  content: attr(data-show-less);
}

.cmp-basket-item .toggle-variations:checked ~ .varianten-content, .cmp-order-item .toggle-variations:checked ~ .varianten-content {
  padding-top: 1em;
  max-height: 25em;
}

.cmp-basket-item .item-remove, .cmp-order-item .item-remove {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  color: #dcdbd8;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

.cmp-basket-item .item-remove.btn-link > .message, .cmp-order-item .item-remove.btn-link > .message {
  margin-right: 5px;
}

.cmp-basket-item .item-remove.btn-link > .btn-trans, .cmp-order-item .item-remove.btn-link > .btn-trans {
  right: 0;
}

.cmp-basket-item .item-remove:hover, .cmp-order-item .item-remove:hover {
  color: #dc3545;
}

.cmp-basket-item .item-remove.btn-danger:hover, .cmp-order-item .item-remove.btn-danger:hover {
  color: white;
}

.cmp-basket-item .item-remove:focus, .cmp-order-item .item-remove:focus {
  outline: none;
}

@media (min-width: 576px) {
  .cmp-basket-item, .cmp-order-item {
    flex-flow: row nowrap;
  }
  .cmp-basket-item .item-details, .cmp-order-item .item-details {
    order: 2;
    flex: 1;
    margin-top: 0;
    margin-left: 1em;
  }
  .cmp-basket-item .varianten, .cmp-order-item .varianten {
    padding-right: 1em;
  }
  .cmp-basket-item .item-quantity, .cmp-order-item .item-quantity {
    position: static;
    order: 3;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .cmp-basket-item .item-quantity .item-unit-price, .cmp-order-item .item-quantity .item-unit-price {
    align-self: flex-start;
    text-align: center;
    order: 1;
    flex: 0 1 auto;
  }
  .cmp-basket-item .item-quantity .input-group.vert, .cmp-order-item .item-quantity .input-group.vert {
    align-self: flex-start;
    flex: 0 1 auto;
    display: table;
    order: 2;
    left: 20%;
  }
  .cmp-basket-item .item-quantity .item-total-price, .cmp-order-item .item-quantity .item-total-price {
    align-self: flex-start;
    flex: 1 1 auto;
    order: 3;
  }
  .cmp-basket-item .item-remove, .cmp-order-item .item-remove {
    bottom: 1em;
  }
}
@media (min-width: 768px) {
  .cmp-basket-item .item-quantity .input-group.vert, .cmp-order-item .item-quantity .input-group.vert {
    left: 5%;
  }
}
@media (min-width: 992px) {
  .cmp-basket-item .item-quantity .input-group.vert, .cmp-order-item .item-quantity .input-group.vert {
    left: 20%;
  }
}
.cmp-basket-item .rebate-hint, .cmp-order-item .rebate-hint {
  color: #7a7f7f;
}

.img-basket-small {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.no-pointer-events {
  pointer-events: none;
}

html.ie .confirmation-order-list .cmp-order-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-basis: 84px;
}

html.ie .confirmation-order-list .cmp-order-item .item-image {
  width: 84px;
  height: auto;
}

html.ie .confirmation-order-list .cmp-order-item .item-name {
  max-height: none;
}

html.ie .confirmation-order-list .cmp-order-item .item-details {
  margin-top: 0;
  display: block;
  flex-grow: 2;
}

html.ie .confirmation-order-list .cmp-order-item .item-details .row strong:first-of-type {
  min-width: 90px;
  width: auto;
}

html.ie .confirmation-order-list .cmp-order-item .item-details .row span, html.ie .confirmation-order-list .cmp-order-item .item-details .row strong:nth-of-type(2) {
  width: auto;
}

@media (max-width: 767.98px) {
  html.ie .confirmation-order-list .cmp-order-item .item-details {
    order: 2;
    flex: 1;
  }
}
@media (min-width: 576px) {
  .main .basket .basket-list-item .basket-item-container-right {
    display: flex;
  }
  .main .basket .basket-list-item .basket-item-container-right .qty-box-container {
    margin-right: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main .checkout .basket-list-item .basket-item-container-right {
    display: flex;
  }
  .main .checkout .basket-list-item .basket-item-container-right .qty-box-container {
    margin-right: 15px;
  }
}
.top-bar .controls-list > li .basket-preview-hover .basket-item a {
  padding: 0;
  color: #0c426e;
}

.top-bar .controls-list > li .basket-preview-hover .basket-item a:hover {
  color: #0c426e;
  background-color: transparent;
}

.top-bar .controls-list > li .basket-preview-hover .fa:not(.qty-sign) {
  line-height: 1;
  font-size: 1.2rem;
}

.basket-list-item {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 0;
}

.basket-item-container:first-child {
  padding-top: 0;
}

.basket-item-container:last-child {
  padding-bottom: 0;
}

.basket-item-container:not(:last-child) {
  border-bottom: 1px solid #dcdbd8;
}

.basket-list-item .item-bundle {
  font-weight: 700;
  font-size: 80%;
}

.basket-list-item .basket-item {
  display: flex;
}

.basket-list-item .basket-item .image-container {
  width: 75px;
  flex-shrink: 0;
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .basket-list-item .basket-item .image-container {
    width: 50px;
    margin: 0 10px;
  }
}
.basket-list-item .basket-item .meta-container-wrapper {
  width: 100%;
  min-width: 0;
}

.basket-list-item .basket-item .meta-container-wrapper .meta-container-wrapper-inner {
  display: flex;
}

.basket-list-item .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container {
  width: 100%;
  min-width: 0;
}

.basket-list-item .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container > div {
  width: 100%;
  position: relative;
}

.basket-list-item .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-name {
  font-weight: 700;
  font-size: 80%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.basket-list-item .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-base-price {
  font-size: 80%;
}

.basket-list-item .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-small-prices {
  font-size: 75%;
}

.basket-list-item .basket-item .basket-item-container-right {
  display: block;
  margin-left: auto;
}

.basket-list-item .basket-item .basket-item-container-right .qty-box-container {
  margin: 0 0 0 10px;
}

@media (max-width: 767.98px) {
  .basket-list-item .basket-item .basket-item-container-right .qty-box-container {
    margin: 0 0 5px 27px;
  }
}
.basket-list-item .basket-item .basket-item-container-right .qty-box-container .qty-box {
  margin: 0 0 5px auto;
  height: 41px;
}

.basket-list-item .basket-item .basket-item-container-right .qty-box-container .qty-box .qty-input {
  margin-left: auto;
}

.basket-list-item .basket-item .basket-item-container-right .price-box {
  margin-left: auto;
}

.basket-list-item .basket-item .basket-item-container-right .item-total-price {
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}

.basket-list-item .basket-item .basket-item-container-right .item-remove-container {
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: right;
}

.basket-list-item .basket-item .basket-item-container-right .item-remove-container > .item-remove-button {
  cursor: pointer;
  padding: 0;
  background: none;
  color: #dc3545;
  border: none;
}

.basket-list-item .basket-item .basket-item-container-right .item-remove-container > .item-remove-button.disabled {
  cursor: not-allowed;
}

.basket-list-item .basket-item .item-properties {
  margin-top: 0.25em;
  font-size: 75%;
}

.basket-list-item .basket-item .item-properties .item-properties-header {
  margin-bottom: 0.25em;
  font-weight: 700;
}

.basket-list-item .basket-item .item-properties .item-property-value {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.basket-list-item .basket-item .item-properties .item-property-value > strong.colon:after {
  content: ":";
}

.basket-list-item .basket-item .item-properties ul {
  list-style: disc;
  padding: 0;
  margin-bottom: 0;
}

.basket-list-item .basket-item .item-properties ul div {
  margin-bottom: 0.25em;
}

.basket-list-item .basket-item .item-additional-information-container .item-additional-information {
  font-size: 75%;
}

html.ie .wrapper-main .basket-list-item .meta-container-wrapper-inner {
  display: block;
}

html.ie .wrapper-main .basket-list-item .meta-container-wrapper-inner .meta-container {
  float: left;
  width: 65%;
  display: block;
}

html.ie .wrapper-main .basket-list-item .basket-item-container-right {
  width: 35%;
  display: block;
}

html.ie .wrapper-main .basket-list-item .basket-item-container-right .qty-box-container .qty-box {
  margin: 0 0 5px 0;
}

html.ie .wrapper-main .basket-list-item .basket-item-container-right .qty-box-container .qty-box .qty-input {
  margin-left: auto;
}

@media (max-width: 767.98px) {
  html.ie .wrapper-main .basket-list-item .meta-container-wrapper-inner {
    display: block;
  }
  html.ie .wrapper-main .basket-list-item .meta-container-wrapper-inner .meta-container {
    margin-bottom: 10px;
    width: 100%;
  }
  html.ie .wrapper-main .basket-list-item .meta-container-wrapper-inner .basket-item-container-right {
    width: 100%;
    display: flex;
  }
  html.ie .wrapper-main .basket-list-item .meta-container-wrapper-inner .basket-item-container-right .qty-box-container {
    margin-left: auto;
  }
  html.ie .wrapper-main .basket-list-item .meta-container-wrapper-inner .basket-item-container-right .price-box {
    margin-left: 10px;
  }
}
@media (max-width: 1199.98px) {
  html.ie .wrapper-main .checkout .checkout-rightside .basket-list-item .basket-item .meta-container-wrapper-inner {
    display: block;
  }
  html.ie .wrapper-main .checkout .checkout-rightside .basket-list-item .basket-item .meta-container-wrapper-inner .meta-container {
    margin-bottom: 10px;
    width: 100%;
  }
  html.ie .wrapper-main .checkout .checkout-rightside .basket-list-item .basket-item .meta-container-wrapper-inner .basket-item-container-right {
    width: 100%;
    display: flex;
  }
  html.ie .wrapper-main .checkout .checkout-rightside .basket-list-item .basket-item .meta-container-wrapper-inner .basket-item-container-right .qty-box-container {
    margin-left: auto;
  }
  html.ie .wrapper-main .checkout .checkout-rightside .basket-list-item .basket-item .meta-container-wrapper-inner .basket-item-container-right .price-box {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .control-basket:hover .basket-preview-hover-wrapper {
    display: block;
    transform: translateX(0%);
  }
}
.basket-preview-hover-wrapper {
  position: absolute;
  width: 100vw;
  right: 0;
  z-index: 99999;
}

.basket-preview-hover-wrapper.empty {
  height: auto;
}

@media (min-width: 576px) {
  .basket-preview-hover-wrapper {
    max-width: 440px;
    max-height: 90vh;
    display: none;
  }
}
@media (max-width: 575.98px) {
  .basket-preview-hover-wrapper {
    transform: translateX(100%);
    transition: all 300ms ease-in-out;
    height: 100%;
    position: fixed;
    top: 0;
  }
}
.basket-preview-hover-wrapper .basket-preview-hover-wrapper-inner {
  position: relative;
  height: 100%;
}

.basket-preview-hover {
  position: absolute;
  width: 100%;
  max-height: 100%;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.75rem;
  color: #4D4F4D;
  font-size: 1rem;
  flex-flow: column;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
}

.basket-preview-hover.empty {
  position: relative;
}

@media (min-width: 576px) {
  .basket-preview-hover {
    max-height: 90vh;
    padding: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .basket-preview-hover:not(.empty) {
    height: 100%;
  }
}
.basket-preview-hover .basket-header {
  border-bottom: 1px solid #dcdbd8;
  padding-bottom: 0.5em;
}

.basket-preview-hover .item-list {
  flex-flow: column nowrap;
  flex: 0 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-attachment: fixed;
  -webkit-overflow-scrolling: touch;
  min-height: 150px;
}

.basket-preview-hover .basket-totals {
  flex: 1 0 auto;
}

.basket-preview-hover .basket-totals .btn {
  padding: 0.5rem 0.8rem;
}

.basket-preview-hover > .no-items {
  text-align: center;
  padding: 1rem;
}

@media (min-width: 576px) {
  html.ie .basket-preview-hover {
    height: 85vh;
    min-height: 85vh;
  }
}
.basket-preview {
  display: flex;
  flex-flow: column nowrap;
}

.basket-preview .basket-header {
  position: relative;
  flex: 0 0 auto;
  border-bottom: 1px solid #dcdbd8;
}

.basket-preview .basket-header .basket-header-caption {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .basket-preview .basket-header .basket-header-caption {
    font-size: 1.5rem;
  }
}
.basket-preview .basket-header .close {
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .basket-preview .basket-preview-content {
    flex-direction: row;
  }
}
.basket-preview .list {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto;
  overflow: auto;
  min-height: 150px;
}

.basket-preview .totals {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 auto;
  border-top: 1px solid #dcdbd8;
}

.basket-preview .totals dd, .basket-preview .totals dt {
  margin-bottom: 0;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .basket-preview .totals {
    border-top: 0;
    border-left: 1px solid #dcdbd8;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .basket-preview .totals {
    overflow-y: auto;
  }
  .basket-preview .basket-preview-content {
    overflow: hidden;
  }
}
.basket-loading-frame {
  display: table;
  width: 100%;
}

.cmp-totals dt, .cmp-totals dd {
  display: inline-block;
  vertical-align: top;
}

.cmp-totals dt {
  width: 70%;
}

.cmp-totals dd {
  text-align: right;
  width: 30%;
}

.cmp-totals .rebate-hint {
  color: #7a7f7f;
}

@media (max-width: 575.98px) {
  .cmp-totals hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.cmp-product-thumb {
  padding: 0.8rem;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 15px;
}

.cmp-product-thumb .tag-list span {
  background-color: #4D4F4D;
  text-transform: uppercase;
  cursor: default;
}

.cmp-product-thumb .prices {
  display: flex;
}

.cmp-product-thumb .crossprice {
  font-size: 1rem;
}

.cmp-product-thumb .price-view-port {
  flex: 1 0 0;
}

.cmp-product-thumb .thumb-title {
  min-height: 32px;
}

.cmp-product-thumb .add-to-basket-lg-container {
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0px 70px 70px 0;
  border-color: transparent #F7F7F9 transparent transparent;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  transition: 300ms ease-out;
  cursor: pointer;
}

.cmp-product-thumb .add-to-basket-lg-container > i {
  right: -56px;
  top: 11px;
  position: absolute;
  transition: 300ms ease-out;
}

.cmp-product-thumb .add-to-basket-lg-container:hover {
  border-color: transparent #0c426e transparent transparent;
}

.cmp-product-thumb .add-to-basket-lg-container:hover > i {
  color: #fff;
}

.cmp-product-thumb .category-list-view-port {
  display: none;
}

.cmp-product-thumb .thumb-background {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -2px;
  left: -1px;
  background-color: #fff;
  box-shadow: 0 0 0 0 transparent;
  border: 1px solid transparent;
  transform-origin: top right;
  transform: scaleX(1) scaleY(1);
  transition: all 200ms ease-in-out;
}

.cmp-product-thumb .thumb-inner {
  position: relative;
  height: 100%;
  transition: all 400ms;
}

.cmp-product-thumb .thumb-image {
  position: relative;
  width: 120px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.cmp-product-thumb .main-image {
  position: relative;
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.cmp-product-thumb .main-image > noscript, .cmp-product-thumb .main-image a img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.cmp-product-thumb .main-image .owl-carousel {
  height: 100%;
}

.cmp-product-thumb .main-image .owl-carousel .owl-stage-outer {
  height: 100%;
}

.cmp-product-thumb .main-image .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.cmp-product-thumb .main-image .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.cmp-product-thumb .main-image .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.cmp-product-thumb .special-tags {
  z-index: 100;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  padding: 0.5rem;
}

.cmp-product-thumb .special-tags .special-tag, .cmp-product-thumb .special-tags .tag, .cmp-product-thumb .special-tags .badge, .cmp-product-thumb .special-tags .tag {
  display: block;
  padding: 0.3em 0.5em 0.2rem;
  font-size: 0.9rem;
  font-weight: 300;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 5px;
}

.cmp-product-thumb .thumb-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 120px);
  height: auto;
  padding: 0 0.8rem;
  margin-left: -0.3em;
  background-color: #fff;
  transition: all 200ms ease-in-out;
}

.cmp-product-thumb .thumb-title {
  display: block;
  position: relative;
  text-align: left;
  font-weight: 700;
  color: #7a7f7f;
  line-height: 1.1em;
}

.cmp-product-thumb .thumb-meta {
  margin-top: 0.5rem;
  text-align: left;
}

.cmp-product-thumb .thumb-meta .vat-porto-info {
  display: block;
  white-space: nowrap;
  margin-top: 5px;
}

.cmp-product-thumb .crossprice {
  font-size: 0.81em;
  font-weight: 700;
  color: #b2b1a7;
}

.cmp-product-thumb .price {
  color: #7a7f7f;
  line-height: 1.1;
  font-weight: 700;
  font-size: 1.2rem;
  min-height: 21px;
}

.cmp-product-thumb .category-unit-price {
  font-size: 0.81em;
  color: #b2b1a7;
}

.cmp-product-thumb .thumb-buy {
  display: block;
}

.cmp-product-thumb .btn-group {
  position: absolute;
  bottom: 0;
  left: calc(120px + 0.8rem);
  z-index: 1000;
  transition: all 0.3s ease;
  opacity: 1;
}

.cmp-product-thumb .mobile-text-only {
  display: none;
}

@media (min-width: 992px) {
  .cmp-product-thumb .btn-group {
    right: 15px;
    position: absolute;
  }
}
@media (max-width: 575.98px) {
  .cmp-product-thumb .btn-group {
    width: 52%;
  }
  .cmp-product-thumb .mobile-icon-right {
    display: none;
  }
  .cmp-product-thumb .vat-porto-info {
    white-space: normal !important;
  }
  .cmp-product-thumb .thumb-image {
    float: left;
  }
}
@media (max-width: 991.98px) {
  .cmp-product-thumb .btn-group {
    margin-top: 5px;
    position: inherit;
    width: 100%;
  }
  .cmp-product-thumb .mobile-text-only {
    display: inline;
    margin-left: -8px;
  }
  .cmp-product-thumb .mobile-width-button {
    width: 100%;
  }
  .cmp-product-thumb .mobile-icon-right {
    float: right;
  }
  .cmp-product-thumb .thumb-title {
    min-height: 32px;
  }
  .cmp-product-thumb .category-list-view-port {
    display: inline;
  }
}
@media (min-width: 576px) {
  .cmp-product-thumb {
    padding: 0;
    margin-bottom: 30px;
  }
  .cmp-product-thumb .thumb-background {
    display: block;
  }
  .cmp-product-thumb .thumb-scroll-cmd {
    flex: 0 0 auto;
    text-align: center;
    padding: 0.4rem;
  }
  .cmp-product-thumb .thumb-btn-buy {
    min-height: 2rem;
  }
  .cmp-product-thumb .thumb-content {
    padding: 0.8rem;
    width: 100%;
    margin: 0;
  }
  .cmp-product-thumb .btn-group {
    bottom: 2.5rem;
    left: auto;
    right: 0.8rem;
  }
  .cmp-product-thumb .thumb-title {
    font-weight: 400;
    line-height: 1.5em;
  }
  .cmp-product-thumb .thumb-image {
    width: 100%;
  }
  .cmp-product-thumb .img-fluid {
    transition: transform 0.4s cubic-bezier(0, 0, 0.26, 1), opacity 0.3s cubic-bezier(0, 0, 0.26, 1);
  }
  .cmp-product-thumb:hover {
    z-index: 1000;
  }
  .cmp-product-thumb:hover .img-fluid {
    transform: scale(1.05);
  }
  .cmp-product-thumb:hover .owl-nav [class*=owl-] {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .cmp-product-thumb .btn-group {
    bottom: 0.8rem;
  }
  .cmp-product-thumb .btn-group {
    transition: all 0.3s ease;
    opacity: 0;
  }
  .cmp-product-thumb:hover .btn-group {
    transition: all 0.3s ease;
    opacity: 1;
  }
}
.cmp-filters .filters-header {
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cmp-filters .filters-header .title {
  flex: 1;
}

.cmp-filters .filters-section {
  border-bottom: 1px solid #dcdbd8;
}

.cmp-filters .filters-section:last-of-type {
  border-bottom: none;
}

.cmp-filters .filter-group {
  z-index: 1;
}

.cmp-filters .filter-group .input-unit {
  margin-bottom: 0;
}

.cmp-filters .filter-group .filter-content {
  position: absolute;
  transform: translateY(-1px);
}

.cmp-filters .filters-colors {
  font-size: 0;
  line-height: 0;
}

.cmp-filters .filters-colors input {
  display: none;
}

.cmp-filters .filters-colors input:checked + .color:before, .cmp-filters .filters-colors input:checked + .color:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 80%;
  height: 4px;
  background-color: white;
  transform-origin: 0 center;
  transform: rotate(45deg) translate(-55%, -55%);
}

.cmp-filters .filters-colors input:checked + .color:after {
  transform: rotate(-45deg) translate(-45%, -45%);
}

.cmp-filters .filters-colors .color {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.4rem;
}

.cmp-filters .filters-colors .color[data-color=red] {
  background-color: red;
}

.cmp-filters .filters-colors .color[data-color=green] {
  background-color: green;
}

.cmp-filters .filters-colors .color[data-color=blue] {
  background-color: blue;
}

.cmp-filters .filters-colors .color[data-color=black] {
  background-color: black;
}

.cmp-filters .filters-colors .color[data-color=yellow] {
  background-color: yellow;
}

.cmp-filters .filters-colors .color[data-color=pink] {
  background-color: pink;
}

.cmp-filters .filters-colors .color[data-color=gray] {
  background-color: gray;
}

.cmp-filters .filters-colors .color[data-color=purple] {
  background-color: purple;
}

.navbar-toggler i.fa.fa-caret-down {
  color: #fff;
}

.cmp-contact .re-captcha-container {
  z-index: 1001;
}

.cmp-contact .jumbotron-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}

.cmp-contact .jumbotron small {
  color: #FFF;
}

.cmp-contact .h1 small {
  font-size: 24px;
}

.cmp-contact .flex-style {
  display: flex;
}

.cmp-contact .no-resize {
  resize: none;
}

.cmp-contact textarea:focus {
  border-color: rgba(0, 0, 0, 0.15);
}

.cmp-contact .contact-card p.contact-address span, .cmp-contact .contact-card p.contact-vat-number span {
  line-height: 1;
}

.cmp-contact .contact-card p.contact-address span:not(:nth-child(2)), .cmp-contact .contact-card p.contact-vat-number span:not(:nth-child(2)) {
  margin-left: 27px;
}

.cmp-contact .contact-card p.contact-address span.vat-number-field, .cmp-contact .contact-card p.contact-vat-number span.vat-number-field {
  font-weight: bold;
}

.cmp-contact .contact-card p span {
  line-height: 1.8;
}

.cmp-contact .contact-card p a {
  color: #4D4F4D;
  text-decoration: none;
  cursor: pointer;
}

.cmp-contact .contact-card i {
  vertical-align: baseline;
  margin-right: 5px;
}

.cmp-contact #contact-map {
  min-height: 300px;
  height: auto;
}

.cmp-contact #contact-form .input-unit + .error-feedback {
  display: none;
  color: #d9534f;
  font-size: 12px;
  margin-bottom: 15px;
  position: relative;
}

.cmp-contact #contact-form .input-unit.error {
  margin-bottom: 0;
}

.cmp-contact #contact-form .input-unit.error + .error-feedback {
  display: block;
}

@media (min-width: 768px) {
  .cmp-contact #contact-form .input-unit.error {
    margin-bottom: 0;
  }
  .cmp-contact #contact-form .input-unit.error + .error-feedback {
    margin-bottom: 0;
  }
  .cmp-contact #contact-form .input-unit.error.input-name-field + .error-feedback {
    margin-bottom: -3px;
  }
}
.cmp-contact .send-mail i {
  margin-right: 5px;
}

.login-pwd-reset .login-container .send-login-btn {
  display: block;
  margin-top: 10px;
  width: 100%;
}

.login-pwd-reset .login-container .send-login-btn i {
  margin-right: 5px;
}

@media (min-width: 576px) {
  .login-pwd-reset .login-container .send-login-btn {
    display: inline-block;
    margin-top: auto;
    width: auto;
  }
}
.login-pwd-reset .reset-pwd-container {
  display: none;
}

.login-pwd-reset .reset-pwd-container .cancel-reset-pwd-btn {
  display: block;
  outline: none;
  margin-bottom: 10px;
}

.login-pwd-reset .reset-pwd-container .send-reset-pwd-btn {
  display: block;
  outline: none;
}

.login-pwd-reset .reset-pwd-container .send-reset-pwd-btn i {
  vertical-align: middle;
  margin-right: 5px;
}

@media (min-width: 576px) {
  .login-pwd-reset .reset-pwd-container .cancel-reset-pwd-btn {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: auto;
  }
  .login-pwd-reset .reset-pwd-container .send-reset-pwd-btn {
    display: inline-block;
  }
}
.login-pwd-reset .input-unit + .error-msg {
  display: none;
  font-size: 12px;
  color: #d9534f;
  margin-bottom: 10px;
}

.login-pwd-reset .input-unit.has-login-error {
  z-index: 1000;
  border-color: #d9534f;
}

.login-pwd-reset .input-unit.has-login-error input {
  color: #d9534f;
}

.login-pwd-reset .input-unit.has-login-error label {
  color: #d9534f;
}

.login-pwd-reset .input-unit.error {
  margin-bottom: 2px;
}

.login-pwd-reset .input-unit.error + .error-msg {
  display: block;
}

.cmp-hero .hero-category {
  position: relative;
  display: block;
  color: #4D4F4D;
}

.cmp-hero .hero-category .hero-image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cmp-hero .hero-category .hero-image.contain {
  background-size: contain;
}

.cmp-hero .hero-category .hero-category-inner {
  position: absolute;
  width: 100%;
}

.cmp-hero .hero-category .hero-category-headline {
  font-weight: 700;
}

.cmp-hero .hero-category .hero-category-cta {
  display: inline-block;
}

.cmp-hero .hero-category .hero-category-cta .fa {
  margin-left: 0.5rem;
}

.cmp-hero .hero-main {
  margin-bottom: 1rem;
}

.cmp-hero .hero-main .carousel-inner > .carousel-item > a > img, .cmp-hero .hero-main .carousel-inner > .carousel-item > img {
  width: 100%;
}

.cmp-hero .hero-main .carousel-indicators {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  margin-left: auto;
  width: auto;
  background-color: rgba(0, 0, 0, 0.03);
  text-align: right;
}

.cmp-hero .hero-main .hero-category .img-fluid {
  width: 100%;
}

.cmp-hero .hero-main .hero-category .hero-category-inner {
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.cmp-hero .hero-main .hero-category .hero-category-inner::after {
  display: block;
  clear: both;
  content: "";
}

.cmp-hero .hero-main .hero-category .hero-category-headline {
  display: inline-block;
  padding: 1rem;
  font-size: 1rem;
  float: left;
  margin-bottom: 0;
}

.cmp-hero .hero-main .hero-category .hero-category-cta {
  padding: 1rem;
  border-left: 1px solid #dcdbd8;
  float: right;
}

.cmp-hero .hero-xtras .hero-category {
  margin-bottom: 1rem;
  min-height: 13rem;
  position: relative;
  overflow: hidden;
}

.cmp-hero .hero-xtras .hero-category > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.cmp-hero .hero-xtras .hero-category-inner {
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding: 1.5rem;
}

.cmp-hero .hero-xtras .hero-category-headline {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.5em;
  text-align: right;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.cmp-hero .hero-xtras .hero-category-cta {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.5em;
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
}

@media (min-width: 768px) {
  .cmp-hero .hero-main .hero-category {
    margin-bottom: 0;
  }
  .cmp-hero .hero-main .hero-category-headline {
    padding: 1.5rem;
    font-size: 1.25rem;
  }
  .cmp-hero .hero-main .hero-category-cta {
    padding: 1rem;
  }
  .cmp-hero .hero-xtras {
    display: flex;
    flex-flow: row nowrap;
  }
  .cmp-hero .hero-category {
    flex: 1 1 auto;
    min-height: 15rem;
  }
  .cmp-hero .hero-category:nth-last-child(n+2):nth-last-child(-n+2):first-child {
    border-right: 0.5rem solid white;
  }
  .cmp-hero .hero-category:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ .hero-category {
    border-left: 0.5rem solid white;
  }
}
@media (min-width: 992px) {
  .cmp-hero {
    display: flex;
    flex-flow: row nowrap;
  }
  .cmp-hero .hero-main {
    flex: 1 0 66%;
  }
  .cmp-hero .hero-xtras {
    flex-flow: column nowrap;
    flex: 1 0 24%;
  }
  .cmp-hero .hero-category {
    min-height: 0;
  }
  .cmp-hero .hero-category:nth-last-child(n+2):nth-last-child(-n+2):first-child {
    border-right: none;
  }
  .cmp-hero .hero-category:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ .hero-category {
    border-left: none;
  }
}
.component-loading {
  position: relative;
}

.component-loading:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #f7f7f9;
  border-radius: 1px;
  opacity: 0;
  transition: opacity 0.1s ease-out;
  visibility: hidden;
  z-index: 1;
}

.component-loading.with-icon:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  display: flex;
  align-items: center;
  font-size: 2rem;
  justify-content: center;
  animation: fa-spin 1.5s infinite linear;
  color: #7a7f7f;
  opacity: 0;
  transition: opacity 0.1s ease-out;
  visibility: hidden;
  z-index: 10;
}

.component-loading.with-icon.refreshing:after {
  content: "\f021";
}

.component-loading.with-icon.sending:after {
  content: "\f1ce";
  animation: fa-spin 1s infinite linear;
}

.component-loading.isLoading {
  cursor: not-allowed;
}

.component-loading.isLoading:before {
  opacity: 0.5;
  visibility: visible;
}

.component-loading.isLoading:after {
  opacity: 1;
  visibility: visible;
}

.qty-box {
  display: flex;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}

.qty-box .qty-input {
  outline: none;
  height: 100%;
  min-height: 27px;
  width: 48px;
  padding: 0;
  text-align: center;
  transition: all 0.2s cubic-bezier(0, 0, 0.26, 1);
  border: 1px solid #dcdbd8;
  border-radius: 0.1rem 0 0 0.1rem;
}

.qty-box .qty-input:focus {
  background: #f7f7f9;
}

.qty-box .qty-btn-container {
  width: 25px;
  position: relative;
  background: #f4f4f4;
  border: 1px solid #dcdbd8;
  border-left: none;
  border-radius: 0 0.1rem 0.1rem 0;
  overflow: hidden;
  height: 100%;
}

.qty-box .qty-btn-container .qty-btn {
  width: 100%;
  height: calc(50% - 0.5px);
  min-height: 12px;
  text-align: center;
  transition: all 0.2s cubic-bezier(0, 0, 0.26, 1);
  border-radius: 0.1rem;
  cursor: pointer;
  position: relative;
}

.qty-box .qty-btn-container .qty-btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.qty-box .qty-btn-container .qty-btn:not(.disabled):hover {
  background: #c4c2bd;
}

.qty-box .qty-btn-container .qty-btn > .qty-sign {
  color: #7a7f7f;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.qty-box .qty-btn-container .qty-btn-seperator {
  height: 1px;
  background: #dcdbd8;
}

.cmp-paginator {
  line-height: 1;
  min-height: calc(2rem + 2px);
}

html.ie .cmp-paginator {
  display: block !important;
}

@media (max-width: 575.98px) {
  .history .xs-center {
    float: none !important;
    text-align: center;
  }
}
.cmp-ratings-roll {
  height: 12.6em;
  overflow: auto;
}

.rating-form .input-unit #ratingText {
  width: 100%;
  padding: 0 1rem 1.25rem;
  margin-top: 1.3rem;
  border: 0;
}

.rating-form .input-unit #ratingText:focus {
  outline: none;
}

.order-history-list .order-list > div:nth-child(odd) > div.container-clickable, .order-history-list .order-item > div:nth-child(odd) > div.container-clickable, .order-return-history-list .order-list > div:nth-child(odd) > div.container-clickable, .order-return-history-list .order-item > div:nth-child(odd) > div.container-clickable {
  background: #f7f7f9;
}

.order-history-list .container-header > div, .order-return-history-list .container-header > div {
  display: inline-block;
  text-align: right;
}

.order-history-list .container-clickable, .order-return-history-list .container-clickable {
  cursor: pointer;
}

.order-history-list .container-clickable.collapsed .fa-chevron-up, .order-return-history-list .container-clickable.collapsed .fa-chevron-up {
  transform: scaleY(-1);
  top: 2px;
}

.order-history-list .container-clickable .fa-chevron-up, .order-return-history-list .container-clickable .fa-chevron-up {
  position: absolute;
  left: 1.25rem;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .order-history-list .container-clickable, .order-return-history-list .container-clickable {
    text-align: right;
  }
  .order-history-list .container-clickable .row div span:first-child, .order-return-history-list .container-clickable .row div span:first-child {
    display: none;
  }
  .order-history-list .container-clickable .icons, .order-return-history-list .container-clickable .icons {
    margin-top: -5px;
  }
  .order-history-list .container-clickable .icons .fa, .order-return-history-list .container-clickable .icons .fa {
    font-size: 2rem;
    vertical-align: middle;
    margin-bottom: -6px;
  }
}
@media (max-width: 767.98px) {
  .order-history-list .container-clickable .row div span:first-child, .order-return-history-list .container-clickable .row div span:first-child {
    text-align: left;
  }
  .order-history-list .container-clickable .fa-chevron-up, .order-return-history-list .container-clickable .fa-chevron-up {
    right: 1.15rem;
    top: 0;
    left: auto;
  }
}
.order-history-list .container-middle .item img, .order-return-history-list .container-middle .item img {
  height: 80px;
  width: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
}

.order-history-list .container-middle .item .item-description, .order-return-history-list .container-middle .item .item-description {
  text-align: left;
  vertical-align: middle;
}

.order-history-list .container-middle .item:first-child > div, .order-return-history-list .container-middle .item:first-child > div {
  border-top: 0 !important;
}

.order-history-list .container-middle .order-item .row div:first-child, .order-return-history-list .container-middle .order-item .row div:first-child {
  border-top: 0 !important;
}

@media (min-width: 768px) {
  .order-history-list .container-middle .order-item, .order-return-history-list .container-middle .order-item {
    border-bottom: 0 !important;
  }
}
.order-history-list .container-bottom .address-list span, .order-history-list .container-bottom .address-list strong, .order-return-history-list .container-bottom .address-list span, .order-return-history-list .container-bottom .address-list strong {
  display: block;
}

@media (max-width: 767.98px) {
  .order-history-list .container-middle .products {
    border-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .order-history-list .container-middle .products {
    border-bottom: 0 !important;
  }
}
.order-history-list .container-bottom {
  background: #f7f7f9;
}

.order-history-list .container-bottom .button-spacer {
  margin-top: auto;
}

.order-history-list .container-bottom .payment-change-box-item .cannot-change-payment {
  width: 100%;
  margin-bottom: auto;
}

@media (max-width: 767.98px) {
  .order-history-list .container-bottom .button-container {
    margin-top: 0.5rem;
  }
}
.cmp-order-item {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dcdbd8;
}

@media (min-width: 576px) {
  .cmp-order-item .item-name:after {
    content: none !important;
  }
  .cmp-order-item .item-unit-price, .cmp-order-item .item-total-price {
    width: auto !important;
    text-align: right;
  }
}
.order-return-history-item {
  display: flex;
  flex-direction: row;
}

.order-return-history-item .order-return-history-image-container {
  height: 80px;
}

.order-return-history-item .col-md-8 {
  display: flex;
  align-items: center;
}

.cmp-method-list .method-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.cmp-method-list .method-list-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
  margin-left: -1px;
}

.cmp-method-list .method-list-item > input:disabled ~ label, .cmp-method-list .method-list-item > input:disabled ~ .label {
  opacity: 0.5;
  cursor: not-allowed;
}

.cmp-method-list .method-list-item input {
  display: none;
  transition: box-shadow 2s;
}

.cmp-method-list .method-list-item input:checked + label, .cmp-method-list .method-list-item input:checked + .label {
  box-shadow: inset 0 0 0 0.1rem #0c426e;
}

.cmp-method-list .method-list-item label, .cmp-method-list .method-list-item .label {
  border: 1px solid #dcdbd8;
  border-radius: 0.1rem;
  cursor: pointer;
  height: 5rem;
  padding: 0.5em;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.cmp-method-list .method-list-item.has-error label, .cmp-method-list .method-list-item.has-error .label {
  box-shadow: inset 0 0 0 0.1rem #721c24;
  color: #721c24;
  background-color: #f8d7da;
}

.cmp-method-list .method-list-item .content, .cmp-method-list .method-list-item .icon {
  display: inline-block;
  vertical-align: middle;
}

.cmp-method-list .method-list-item .content {
  width: calc(100% - 3.5rem);
  padding-left: 0.5rem;
}

.cmp-method-list.list .method-list-item:not(:last-child) {
  margin-bottom: 1em;
}

.cmp-method-list.list .content {
  width: calc(100% - 4rem);
  padding-left: 0.5rem;
  position: relative;
}

.cmp-method-list.list .icon {
  width: 4rem;
}

.cmp-method-list.list .icon img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .cmp-method-list .method-list {
    display: flex;
    flex-flow: row wrap;
  }
  .cmp-method-list .method-list-item {
    width: 50%;
    display: flex;
    flex-flow: row nowrap;
  }
  .cmp-method-list.list .method-list-item {
    width: 100%;
  }
}
.toggle-list-view .fa {
  display: block;
  transition: color 200ms;
}

.toggle-list-view .fa:nth-of-type(1) {
  color: #0c426e;
  font-size: 1.5rem;
}

.toggle-list-view .fa:nth-of-type(2) {
  color: #b2b1a7;
  font-size: 1.5rem;
}

.toggle-list-view.grid .fa:nth-of-type(1) {
  color: #b2b1a7;
}

.toggle-list-view.grid .fa:nth-of-type(2) {
  color: #0c426e;
}

.add-to-wish-list {
  cursor: pointer;
}

.add-to-wish-list i {
  margin-right: 5px;
}

.add-to-wish-list i.fa-circle-o-notch {
  color: inherit !important;
}

.add-to-wish-list:not(.active) i {
  color: #0c426e;
}

.add-to-wish-list:hover {
  text-decoration: none;
}

.add-to-wish-list:hover i {
  color: white;
  background: #0c426e;
}

.add-to-wish-list:hover i.fa-circle-o-notch {
  color: white !important;
}

.add-to-wish-list.active i {
  color: inherit;
}

.wish-list-no-items-transition-enter-active, .wish-list-no-items-transition-leave-active {
  transition: margin 0.1s;
}

.wish-list-no-items-transition-enter, .wish-list-no-items-transition-leave-to {
  margin: 0 !important;
}

.wish-list-item-transition-leave-active {
  animation-name: wish-list-item-leaving;
  animation-duration: 0.175s;
  animation-delay: 0.175s;
  animation-fill-mode: forwards;
}
@keyframes wish-list-item-leaving {
  from {
    max-height: 130px;
    padding: 10px 0;
  }
  to {
    max-height: 0px;
    padding: 0;
    border: none;
  }
}
@media (max-width: 991.98px) {
  .wish-list-item-transition-leave-active > div.row {
    transform: translateX(-200%);
    transition: transform 200ms cubic-bezier(0, 0, 0.82, 0.1);
  }
}
.wish-list-no-items-label {
  text-align: center;
  margin: 75px 0 100px 0;
}

.page-infos {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.page-infos .product-count {
  flex: 1;
}

.product-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-flow: row wrap;
}

category-item {
  display: block;
  height: 145px;
  width: 100%;
  margin-bottom: 15px;
  background-color: #fff;
}

category-item a {
  padding-top: 100%;
  display: block;
  color: #7a7f7f;
}

category-item a:hover {
  color: #7a7f7f;
}

category-item a span {
  padding: 0.8rem 0.8rem 74px 0.8rem;
  display: block;
}

category-item .fa {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  font-size: 160px;
  text-align: center;
  color: #f7f7f9;
}

@media (min-width: 576px) {
  category-item {
    margin-bottom: 30px;
    height: unset;
  }
}
.lazy {
  display: none;
}

@media (min-width: 576px) {
  .product-list li {
    display: flex;
  }
  .product-list.grid li {
    box-shadow: none;
    display: flex;
  }
}
@media (min-width: 768px) {
  .product-list.grid li {
    display: flex;
  }
}
@media (min-width: 992px) {
  .product-list.grid li {
    display: flex;
  }
}
.item-list-frame.loading:not(.blur-effect) > ul {
  display: none;
}

.parallax-img-container {
  height: auto;
  max-width: none;
  position: relative;
  width: 100%;
}

.parallax-img-container .parallax-text-container {
  position: inherit;
}

.parallax-img-container .parallax-text-container h1 {
  margin-bottom: 0;
  word-wrap: break-word;
}

.parallax-img-container .parallax-text-container .category-description {
  word-wrap: break-word;
}

.parallax-img-container .parallax-img-container-inner[style^=background-image] {
  height: 300px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (min-width: 576px) {
  .parallax-img-container .parallax-img-container-inner[style^=background-image] {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .parallax-img-container .parallax-img-container-inner[style^=background-image] {
    height: 400px;
  }
}
.parallax-img-container .parallax-img-container-inner[style^=background-image] .parallax-text-container {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  padding-right: 30px;
}

@media (min-width: 1200px) {
  .parallax-img-container .parallax-img-container-inner[style^=background-image] .parallax-text-container {
    max-width: 1200px;
  }
}
.parallax-img-container .parallax-img-container-inner[style^=background-image] .parallax-text-container h1 {
  color: #fff;
  font-size: 300%;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.75);
  bottom: 0;
  width: 100%;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

@media (min-width: 576px) {
  .parallax-img-container .parallax-img-container-inner[style^=background-image] .parallax-text-container h1 {
    font-size: 400%;
    margin: 0 0 1rem;
  }
}
@media (min-width: 768px) {
  .parallax-img-container .parallax-img-container-inner[style^=background-image] .parallax-text-container h1 {
    font-size: 500%;
  }
}
.parallax-img-container .parallax-img-container-inner[style^=background-image] .parallax-text-container .category-description {
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.75);
  letter-spacing: 1px;
}

@media (min-width: 576px) {
  .parallax-img-container .parallax-img-container-inner[style^=background-image] .parallax-text-container .category-description {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .parallax-img-container .parallax-img-container-inner[style^=background-image] .parallax-text-container .category-description {
    font-size: 2rem;
  }
}
html.ios .parallax-img-container .parallax-img-container-inner[style^=background-image], html.crios .parallax-img-container .parallax-img-container-inner[style^=background-image] {
  background-size: cover;
  background-attachment: scroll;
}

.list-controls {
  position: relative;
}

.list-controls .list-controls-inner {
  background: #efefef;
  padding: 0.5em;
}

.list-controls .list-sort, .list-controls .list-itemsperpage {
  display: block;
  padding: 0.5em;
}

.list-controls .selected-filters {
  display: inline-block;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.list-controls .selected-filters .selected-filter {
  font-size: 0.8rem;
  padding: 5px 10px;
  background-color: #efefef;
  color: #0c426e;
  cursor: pointer;
}

.list-controls .selected-filters .selected-filter:hover {
  color: #dc3545;
}

.list-controls .selected-filters .selected-filter.reset-all {
  background-color: #0c426e;
  color: #fff;
}

.list-controls .selected-filters .selected-filter.reset-all:hover {
  background-color: #0c426e;
}

.list-controls .filter-toggle {
  text-decoration: none;
}

.list-controls .filter-toggle i {
  transition: all 0.3s ease;
}

.list-controls .filter-toggle[aria-expanded=true] i {
  transform: rotate(-90deg);
}

.list-controls #filterCollapse {
  position: absolute;
  z-index: 1050;
  width: 100%;
  margin-left: -15px;
  padding-right: 15px;
  top: 100%;
}

.list-controls #filterCollapse .page-content {
  background: #fff;
  padding: 2em !important;
  border: 1px solid #f4f4f4;
  margin: 0 7.5px;
}

.list-controls #filterCollapse .page-content .card, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child {
  background-color: transparent;
  border: 0;
  padding-right: 0;
}

.list-controls #filterCollapse .page-content .card h3, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child h3, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  border-bottom: 1px solid #b2b1a7;
  padding-bottom: 0.5rem;
  font-weight: bold;
  color: #4D4F4D;
}

.list-controls #filterCollapse .page-content .card .form-check, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check {
  padding-left: 0;
}

.list-controls #filterCollapse .page-content .card .form-check .form-check-input:checked + label, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check .form-check-input:checked + label, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check .form-check-input:checked + label {
  background: #f4f4f4;
  color: #282d2f;
  padding-left: 1.75rem;
}

.list-controls #filterCollapse .page-content .card .form-check .form-check-input:checked + label::before, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check .form-check-input:checked + label::before, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check .form-check-input:checked + label::before {
  font-family: "FontAwesome";
  content: "\f046";
  opacity: 1;
}

.list-controls #filterCollapse .page-content .card .form-check .form-check-input:disabled + label, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check .form-check-input:disabled + label, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check .form-check-input:disabled + label {
  cursor: not-allowed;
}

.list-controls #filterCollapse .page-content .card .form-check .form-check-label, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check .form-check-label, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check .form-check-label {
  padding: 0.5rem 0;
  color: #4D4F4D;
  display: block;
  transition: all 0.1s ease;
}

.list-controls #filterCollapse .page-content .card .form-check .form-check-label:hover, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check .form-check-label:hover, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check .form-check-label:hover {
  background: #f7f7f9;
  color: #4D4F4D;
  transition: all 0.1s ease;
  padding-left: 0.5rem;
}

.list-controls #filterCollapse .page-content .card .form-check .form-check-label::before, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check .form-check-label::before, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check .form-check-label::before {
  font-family: "FontAwesome";
  content: "\f046";
  opacity: 0;
  position: absolute;
  left: 0.5rem;
}

.list-controls #filterCollapse .page-content .card .form-check .filter-badge, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check .filter-badge, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check .filter-badge {
  position: absolute;
  display: inline-block;
  font-size: 0.85rem;
  background: #f4f4f4;
  padding: 0.1rem 0;
  color: #7a7f7f;
  right: 0.5rem;
  text-align: center;
  min-width: 3em;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .list-controls .list-sort, .list-controls .list-itemsperpage {
    display: inline-block;
  }
  .list-controls .filter-toggle {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0.5em;
  }
}
@media (min-width: 768px) {
  .list-controls #filterCollapse .page-content .card, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child {
    padding-right: 2em;
  }
}
.sidebar-categories {
  background: #fff;
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
}

.sidebar-categories .category-title {
  background: #efefef;
  padding: 1.2rem 2rem;
  text-transform: uppercase;
}

.sidebar-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-categories ul li.first-level {
  display: none;
}

.sidebar-categories ul li.first-level.active {
  display: list-item;
}

.sidebar-categories ul li a {
  display: block;
  color: #4D4F4D;
  padding: 0.75rem 15px;
  font-size: 1rem;
  cursor: pointer;
}

.sidebar-categories ul li a:hover {
  color: #282d2f;
  background: #f7f7f9;
}

.sidebar-categories ul li ul {
  display: none;
}

.sidebar-categories ul li.active > ul {
  display: block;
}

.sidebar-categories ul li.active ul li a {
  padding-left: 1.5rem;
}

.sidebar-categories ul li.active ul li ul li a {
  padding-left: 3.5rem;
}

.sidebar-categories ul li.active ul li ul li ul li a {
  padding-left: 5.5rem;
}

.sidebar-categories ul li.active > a {
  background: #f4f4f4;
}

.homepage-title {
  padding: 1rem 1.5rem;
  border-bottom: 0;
  background: #0c426e;
  position: relative;
  display: flex;
}

.homepage-title > h1 {
  margin: 0.5rem auto;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 0 0 0.5rem;
  font-size: 2.5rem;
  letter-spacing: 1.25px;
}

.home .product-list .col-12, .home .product-list .col-xs-12 {
  margin: 0 15px;
}

.cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption {
  bottom: 0;
  padding-bottom: 10px;
}

.cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h3, .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h2, .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h1 {
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
  text-shadow: none;
  color: #fff;
  background: rgba(0, 142, 189, 0.8);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  display: inline-block;
  margin: 0;
  transition: all 0.3s ease;
}

.cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h3 {
  text-transform: uppercase;
  font-size: 1rem;
}

.cmp-hero .hero-main .carousel .carousel-inner .carousel-item .hero-category:hover h3, .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .hero-category:hover h2, .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .hero-category:hover h1 {
  background: #0c426e;
  transition: all 0.3s ease;
}

.cmp-hero .hero-main .carousel .carousel-indicators {
  background: transparent;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
}

.cmp-hero .hero-main .carousel .carousel-indicators li {
  border-color: #0c426e;
}

.cmp-hero .hero-main .carousel .carousel-indicators li.active {
  background: #0c426e;
}

.cmp-hero .hero-main .carousel .carousel-control {
  background-image: none;
}

.cmp-hero .hero-main .carousel .carousel-control span {
  text-shadow: none;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.cmp-hero .hero-main .carousel .carousel-control span:before {
  font-family: "FontAwesome";
  content: "\f053";
  color: #0c426e;
}

.cmp-hero .hero-main .carousel .carousel-control .icon-next:before {
  content: "\f054";
}

.cmp-hero .hero-xtras .hero-category .hero-category-inner {
  padding: 0.5rem 1rem;
}

.cmp-hero .hero-xtras .hero-category .hero-category-inner .hero-category-headline {
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
  padding: 1rem;
  box-shadow: none;
  align-self: flex-start;
  font-weight: normal;
  font-size: 1.25rem;
  background: rgba(0, 142, 189, 0.8);
  margin: 1rem;
  display: block;
  width: auto;
  text-align: left;
  color: #fff;
  transition: all 0.3s ease;
}

.cmp-hero .hero-xtras .hero-category:hover .hero-category-headline {
  background: #0c426e;
  transition: all 0.3s ease;
}

.featured-categories .col-md-8 .prop-inner, .featured-categories .col-md-4 .prop-inner {
  padding: 15px 0;
  width: calc(100% - 15px);
}

.featured-categories .featured-image {
  height: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-categories .featured-image.contain {
  background-size: contain;
}

.sale-new .col-6 .prop-inner, .sale-new .col-xs-6 .prop-inner {
  padding: 15px 0;
  left: 15px;
  width: calc(100% - 15px);
}

.sale-new .col-6:last-child .prop-inner, .sale-new .col-xs-6:last-child .prop-inner {
  left: 0;
}

.section-header {
  padding: 1rem 1.5rem;
  border-bottom: 0;
  background: #0c426e;
  position: relative;
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
}

.section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5, .section-header h6 {
  padding: 0.2rem 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.75rem;
  color: #fff;
}

.section-header a.section-link-all {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  color: #fff;
}

.section-header a.section-link-all:hover {
  color: #282d2f;
}

@media (min-width: 576px) {
  .home .product-list {
    margin: 0;
  }
  .home .product-list .col-12, .home .product-list .col-xs-12 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .home .product-list {
    margin: 0;
  }
  .featured-categories .col-md-8 .prop-inner {
    padding: 15px;
    padding-right: 7.5px;
  }
  .featured-categories .col-md-4 .prop-inner {
    padding: 15px 0 15px 7.5px;
  }
  .sale-new .col-6 .prop-inner, .sale-new .col-xs-6 .prop-inner {
    padding: 15px 7.5px 15px 15px;
    left: 0;
    width: 100%;
  }
  .sale-new .col-6:last-child .prop-inner, .sale-new .col-xs-6:last-child .prop-inner {
    left: 0;
    padding: 15px 15px 15px 7.5px;
  }
}
@media (min-width: 992px) {
  .home .product-list {
    margin: 0;
  }
  .cmp-hero {
    margin: 0;
  }
  .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption {
    bottom: 20px;
    padding-bottom: 20px;
  }
  .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h3, .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h2, .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 3rem;
  }
  .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 2rem;
  }
  .cmp-hero .hero-main .carousel .carousel-indicators {
    bottom: 0;
    top: auto;
  }
  .cmp-hero .hero-main .carousel .carousel-indicators li {
    border-color: #0c426e;
  }
  .cmp-hero .hero-main .carousel .carousel-indicators li.active {
    background: #0c426e;
  }
  .cmp-hero .hero-main .carousel .carousel-control span {
    font-size: 60px;
    bottom: 10%;
    top: auto;
  }
  .cmp-hero .hero-main .carousel .carousel-control span:before {
    color: #0c426e;
  }
  .cmp-hero .hero-xtras .hero-category .hero-category-inner {
    padding: 0;
  }
  .cmp-hero .hero-xtras .hero-category .hero-category-inner .hero-category-headline {
    margin: 0;
    width: 100%;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .home .product-list {
    margin: 0 -15px;
  }
}
[v-cloak] {
  display: none;
}

.unkown-os body.modal-open, .ios body.modal-open {
  position: fixed;
  width: 100%;
}

.mkt-homepage {
  margin-bottom: 2rem;
}

.mkt-homepage .carousel-inner > .item > img, .mkt-homepage .carousel-inner > .item > a > img {
  width: 70%;
  margin: auto;
}

.mkt-homepage .flex-item {
  position: relative;
  background: #fff;
  padding: 0;
  width: 180px;
  height: 180px;
  margin-top: 15px;
  overflow: hidden;
}

.mkt-homepage .flex-item:hover a .flex-align-bottom {
  background: #0c426e;
  padding-bottom: 0.4em;
}

.mkt-homepage .flex-item:hover a .flex-align-bottom .flex-text {
  transform: scale(1, 1);
  line-height: 110%;
  transition: transform 1s, line-height 1s, color 1s;
  font-size: 14px;
  color: #fff;
}

.mkt-homepage .flex-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mkt-homepage .flex-align-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  background: rgba(0, 142, 189, 0.7);
  text-align: left;
  padding: 0;
  padding-left: 0.3em;
  padding-right: 0.3em;
  box-sizing: border-box;
  line-height: 101%;
  font-size: 14px;
  transition: all 1s;
}

.mkt-homepage .flex-title {
  font-size: 17px;
  margin: 0;
  line-height: 1.6em;
  height: 1.6em;
  font-weight: normal;
  text-align: center;
  color: #fff;
  display: block;
}

.mkt-homepage .flex-text {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
  line-height: 0%;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  font-size: 0;
  transition: transform 1s, line-height 1s, font-size 1s;
  color: rgba(0, 142, 189, 0);
}

.mkt-homepage .flex-container {
  margin: 0 30px 25px;
  padding: 0;
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-around;
}

.mkt-homepage #welcome-text {
  font-size: 3rem;
}

.mkt-homepage #recommend-text {
  text-align: center;
}

.mkt-homepage .mt-xs-0_5 {
  margin-top: 6px;
}

.mkt-homepage .row {
  margin-left: -15px;
  margin-right: -15px;
}

.checkout .basket-items-list .item {
  padding-left: 0;
  padding-right: 0;
}

.checkout .login-register-title {
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
}

.checkout .cmp-address-list {
  transition: all 0.3s ease;
}

.my-account-no-line {
  padding-bottom: 15px;
}

.payment-change-text {
  color: #b2b1a7;
  padding-top: 15px;
}

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

.payment-change-box {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .payment-change-box {
    margin-top: 15px;
  }
}
.payment-change-box .payment-change-box-item:nth-child(2) {
  order: 1;
}

.payment-change-box .cannot-change-payment {
  font-size: 1rem;
  padding: 5px;
  width: 100%;
}

.payment-change-box .cannot-change-payment .info-badge {
  margin-left: 0.2rem;
}

.single .list-item-carousel .list-control-special, .page-singleitem .list-item-carousel .list-control-special {
  width: 5%;
  height: 5%;
  position: absolute;
  top: 40%;
}

.single .single-carousel, .page-singleitem .single-carousel {
  background: #fff;
}

.single .main-image img, .page-singleitem .main-image img {
  width: 100%;
}

.single .title, .page-singleitem .title {
  line-height: 1.2;
}

.single .title-outer h1, .page-singleitem .title-outer h1 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.single .producer, .page-singleitem .producer {
  line-height: 1.1;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}

.single .single-description, .page-singleitem .single-description {
  font-size: 0.85rem;
}

.single .price, .page-singleitem .price {
  display: block;
  font-weight: bold;
  line-height: 1;
}

.single .input-number, .page-singleitem .input-number {
  text-align: center;
}

.single .vat, .page-singleitem .vat {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #020260;
}

.single .crosssellers img, .page-singleitem .crosssellers img {
  max-width: 100%;
  width: auto;
}

.single .crosssellers .special-tags, .page-singleitem .crosssellers .special-tags {
  padding: 0.3rem;
}

@media (max-width: 575.98px) {
  .single .nav-tabs, .page-singleitem .nav-tabs {
    display: block;
  }
}
.single .nav-tabs .nav-item, .page-singleitem .nav-tabs .nav-item {
  cursor: pointer;
  float: none;
}

.single .nav-tabs .nav-item .nav-link, .page-singleitem .nav-tabs .nav-item .nav-link {
  border: 1px solid #ddd;
}

.single .nav-tabs .nav-item .nav-link.active, .single .nav-tabs .nav-item .nav-link:hover, .page-singleitem .nav-tabs .nav-item .nav-link.active, .page-singleitem .nav-tabs .nav-item .nav-link:hover {
  border: 1px solid #ddd;
  color: #282d2f;
  background: #f4f4f4;
}

.single .nav-tabs .nav-item + .nav-item, .page-singleitem .nav-tabs .nav-item + .nav-item {
  margin-left: 0;
}

.single .tab-content img, .page-singleitem .tab-content img {
  max-width: 100%;
}

.single .graduated-prices-table td:first-child, .page-singleitem .graduated-prices-table td:first-child {
  padding-right: 1rem;
  font-style: italic;
}

.single .graduated-prices-table i, .page-singleitem .graduated-prices-table i {
  color: #28a745;
}

.single .fade-enter-active, .single .fade-leave-active, .page-singleitem .fade-enter-active, .page-singleitem .fade-leave-active {
  transition: opacity 0.3s ease-out;
}

.single .fade-enter, .single .fade-leave-to, .page-singleitem .fade-enter, .page-singleitem .fade-leave-to {
  opacity: 0;
}

.single .order-property-input, .page-singleitem .order-property-input {
  transition: border-color 0.3s ease-out;
}

.single .order-property-input.active, .page-singleitem .order-property-input.active {
  border-color: #28a745;
}

.single .order-property-selection-info-popper button.btn, .page-singleitem .order-property-selection-info-popper button.btn {
  margin: 5px;
}

.availability_1 {
  background-color: #28a745;
  color: #fff;
}

.availability_2 {
  background-color: #28a745;
  color: #fff;
}

.availability_3 {
  background-color: #ffc107;
  color: #212529;
}

.availability_4 {
  background-color: #ffc107;
  color: #212529;
}

.availability_5 {
  background-color: #dc3545;
  color: #fff;
}

.availability_6 {
  background-color: #dc3545;
  color: #fff;
}

.availability_7 {
  background-color: #dc3545;
  color: #fff;
}

.availability_8 {
  background-color: #dc3545;
  color: #fff;
}

.availability_9 {
  background-color: #4D4F4D;
  color: #fff;
}

.availability_10 {
  background-color: #4D4F4D;
  color: #fff;
}

.rating .tag, .rating .badge, .rating .tag {
  padding-right: 0;
  overflow: hidden;
  cursor: pointer;
}

.rating .tag .amount, .rating .badge .amount, .rating .tag .amount {
  padding: 0.2rem 0.6rem 0.2rem 0.4rem;
  margin-left: 0.2rem;
  background-color: #4d5154;
}

.rezension {
  display: inline-block;
}

.img-thumbnail {
  border: none;
  border-radius: none;
  padding: 0.75rem 0.45rem 0.25rem 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single .price {
    float: right;
  }
}
@media (min-width: 768px) {
  .single .nav-tabs .nav-item {
    float: left;
  }
  .single .nav-tabs .nav-item .nav-link {
    border: 1px solid #ddd;
  }
  .single .nav-tabs .nav-item .nav-link.active, .single .nav-tabs .nav-item .nav-link:hover {
    border: 1px solid #ddd;
    color: #7a7f7f;
    background: white;
  }
  .single .nav-tabs .nav-item .nav-link.active {
    border-bottom: 1px solid transparent;
  }
  .single .nav-tabs .nav-item + .nav-item {
    margin-left: -1px;
  }
}
.order-property-slider {
  overflow: hidden;
}

.order-property-slider .order-property-slider-inner {
  white-space: nowrap;
  transition: transform 300ms ease;
}

.order-property-slider .order-property-slider-inner > div {
  display: inline-block;
  width: 100%;
  visibility: hidden;
}

.order-property-slider .order-property-slider-inner > div.active {
  visibility: visible;
}

.order-property-slider .order-property-slider-controls {
  display: flex;
  flex-direction: row;
}

.order-property-slider .order-property-slider-controls .slider-nav {
  flex: 1;
  text-align: center;
}

.order-property-slider .order-property-slider-controls .slider-nav span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #dcdbd8;
  background-color: #fff;
  margin: 12px 5px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.order-property-slider .order-property-slider-controls .slider-nav span.active {
  background-color: #dcdbd8;
}

.order-property-slider .order-property-slider-controls .slider-nav span.active.error {
  background-color: #dc888f;
  border-color: #e5bec1;
}

.order-property-slider .order-property-slider-controls .slider-nav span.highlight {
  background-color: #0c426e;
  border-color: #3ecfff;
}

.order-property-slider .order-property-slider-controls .slider-nav span.error {
  background-color: #dc3545;
  border-color: #efa2a9;
}

.add-to-basket-container {
  display: flex;
}

.add-to-basket-container .quantity-input-container {
  margin-right: 15px;
}

.v-s-boxes {
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.v-s-boxes .v-s-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #dcdbd8;
  border-radius: 0.1rem;
  cursor: pointer;
}

.v-s-boxes .v-s-box.active {
  color: #0c426e;
  border: 1px solid #0c426e;
}

.v-s-boxes .v-s-box.invalid {
  position: relative;
  border-style: dashed;
}

.v-s-boxes .v-s-box.invalid > span, .v-s-boxes .v-s-box.invalid img {
  opacity: 0.5;
}

.v-s-boxes .v-s-box.invalid:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top left, transparent 0%, transparent calc(50% - 0.8px), #dcdbd8 50%, transparent calc(50% + 0.8px), transparent 100%);
}

.v-s-boxes.images .v-s-box:not(.empty-option) {
  height: 40px;
  width: 40px;
}

.v-s-boxes.images .v-s-box:not(.empty-option) > img {
  height: 100%;
  width: 100%;
  border-radius: 0.1rem;
  -o-object-fit: contain;
  object-fit: contain;
}

html.ie .v-s-boxes .v-s-box.invalid:after {
  background: rgba(255, 255, 255, 0.7);
}

.loading .loading-animation-frame {
  display: block;
}

.loading-animation-frame {
  min-height: 200px;
  padding-top: 50px;
  width: 100%;
  position: relative;
  z-index: 1000;
  display: none;
}

.loading-animation {
  margin: auto;
  width: 150px;
  height: 120px;
  text-align: center;
  font-size: 15px;
}

.loading-animation > div {
  background-color: #0c426e;
  height: 100%;
  width: 18px;
  display: inline-block;
  margin: 0 0.1rem;
  animation: sk-stretchdelay 0.8s infinite ease-in-out;
}

.loading-animation .rect2 {
  animation-delay: -0.7s;
}

.loading-animation .rect3 {
  animation-delay: -0.6s;
}

.loading-animation .rect4 {
  animation-delay: -0.5s;
}

.loading-animation .rect5 {
  animation-delay: -0.4s;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.2);
    -webkit-transform: scaleY(0.2);
  }
  20% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
}
.sk-fading-circle {
  margin: 100px auto;
  width: 100px;
  height: 100px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #0c426e;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.static-page-plain-text {
  white-space: pre-line;
}

@media print {
  .no-print {
    display: none;
  }
  .print-header {
    text-align: center;
    margin-top: 15px;
  }
  @page {
    size: auto;
    margin: 0mm;
  }
  html {
    background-color: #FFFFFF;
    margin: 0px;
  }
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.button-spacer {
  margin-top: 0.5rem;
}

.modal-address {
  display: grid;
}

.cannot-change-payment {
  font-size: 1rem;
  padding: 5px;
  cursor: default;
}

.cannot-change-payment .info-badge {
  margin-left: 0.2rem;
}

.history-pagination {
  margin-top: 15px;
}

.gradient-hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent, #DCDBD7, transparent);
}

.show-more-returns {
  position: absolute;
  bottom: 22px;
  left: 40%;
  background-color: #fff;
  width: 96px;
  text-align: center;
}

.order-return-history-image-container {
  max-width: 100%;
  width: 100%;
  position: relative;
  position: relative;
  overflow: hidden;
}

.order-return-history-image-container > noscript, .order-return-history-image-container a > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.order-return-history-image-container .owl-carousel {
  height: 100%;
}

.order-return-history-image-container .owl-carousel .owl-stage-outer {
  height: 100%;
}

.order-return-history-image-container .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.order-return-history-image-container .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.order-return-history-image-container .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.order-return-history-count {
  color: #7a7f7f;
  margin-top: 15px;
}

.switchable-warning {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  margin-bottom: 10px;
  border-width: 1px;
  border-style: solid;
}

.warning-triangle {
  margin: auto;
  font-size: large;
}

.warning-text {
  text-align: justify;
  width: 85%;
  margin: auto;
}

.current-payment-text {
  border: 1px solid #dcdbd8;
  border-radius: 0.1rem;
}

.current-payment-width {
  width: 100% !important;
}

.card-body, .card-block {
  padding: 1rem;
}

@media (max-width: 575.98px) {
  .card-body .add-item .item-edit, .card-block .add-item .item-edit {
    height: 45%;
    margin-bottom: 0 !important;
  }
  .card-body .add-item span.item-edit:nth-of-type(2), .card-block .add-item span.item-edit:nth-of-type(2) {
    bottom: 0;
    position: absolute;
  }
  .card-body .add-item button, .card-block .add-item button {
    height: 100%;
  }
}
.widget-account-settings .card, .widget-account-settings .cmp-address-list .items > div:first-child, .cmp-address-list .widget-account-settings .items > div:first-child {
  min-height: 115px;
}

.widget-provider-select.widget-primary input:checked + .provider-select-label {
  box-shadow: inset 0 0 0 0.1rem #0c426e;
}

.widget-provider-select.widget-secondary input:checked + .provider-select-label {
  box-shadow: inset 0 0 0 0.1rem #d4021d;
}

.widget-provider-select.widget-success input:checked + .provider-select-label {
  box-shadow: inset 0 0 0 0.1rem #28a745;
}

.widget-provider-select.widget-info input:checked + .provider-select-label {
  box-shadow: inset 0 0 0 0.1rem #0c426e;
}

.widget-provider-select.widget-warning input:checked + .provider-select-label {
  box-shadow: inset 0 0 0 0.1rem #ffc107;
}

.widget-provider-select.widget-danger input:checked + .provider-select-label {
  box-shadow: inset 0 0 0 0.1rem #dc3545;
}

.widget.accordion div.card:first-of-type, .widget.accordion .cmp-address-list .items > div:first-of-type:first-child, .cmp-address-list .widget.accordion .items > div:first-of-type:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.widget.accordion div.card:nth-of-type(2), .widget.accordion .cmp-address-list .items > div:nth-of-type(2):first-child, .cmp-address-list .widget.accordion .items > div:nth-of-type(2):first-child {
  border-top: 0;
}

.widget.accordion div.card button.collapsed h5 > .fa, .widget.accordion .cmp-address-list .items > div:first-child button.collapsed h5 > .fa, .cmp-address-list .widget.accordion .items > div:first-child button.collapsed h5 > .fa {
  transform: scaleY(1);
}

.widget.accordion div.card button, .widget.accordion .cmp-address-list .items > div:first-child button, .cmp-address-list .widget.accordion .items > div:first-child button {
  text-align: left;
  padding: 1.25rem;
  border-top-width: 0;
}

.widget.accordion div.card button h5, .widget.accordion .cmp-address-list .items > div:first-child button h5, .cmp-address-list .widget.accordion .items > div:first-child button h5 {
  font-weight: bold;
  position: relative;
}

.widget.accordion div.card button h5 > .fa, .widget.accordion .cmp-address-list .items > div:first-child button h5 > .fa, .cmp-address-list .widget.accordion .items > div:first-child button h5 > .fa {
  position: absolute;
  right: 0;
  top: -4px;
  font-size: 1.5rem;
  transform: scaleY(-1);
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transform-origin: 50% 60%;
}

.widget.accordion div.card button:hover, .widget.accordion .cmp-address-list .items > div:first-child button:hover, .cmp-address-list .widget.accordion .items > div:first-child button:hover, .widget.accordion div.card button:focus, .widget.accordion .cmp-address-list .items > div:first-child button:focus, .cmp-address-list .widget.accordion .items > div:first-child button:focus {
  color: black;
}

.widget.accordion div.card div .card-body, .widget.accordion .cmp-address-list .items > div:first-child div .card-body, .cmp-address-list .widget.accordion .items > div:first-child div .card-body, .widget.accordion div.card div .card-block, .widget.accordion .cmp-address-list .items > div:first-child div .card-block, .cmp-address-list .widget.accordion .items > div:first-child div .card-block {
  margin-top: 1px;
}

.widget.accordion div.card div .card-body p, .widget.accordion .cmp-address-list .items > div:first-child div .card-body p, .cmp-address-list .widget.accordion .items > div:first-child div .card-body p, .widget.accordion div.card div .card-block p, .widget.accordion .cmp-address-list .items > div:first-child div .card-block p, .cmp-address-list .widget.accordion .items > div:first-child div .card-block p {
  margin: 0;
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  .widget.widget-image-box {
    padding-bottom: 0;
    min-height: 10rem;
  }
}
.widget.widget-image-box > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.widget.widget-image-box > img.img-cover {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget.widget-image-box > .widget-inner {
  padding: 1.5rem;
  display: flex;
}

.widget.widget-image-box > .widget-inner .widget-caption {
  transition: 300ms all ease;
  word-break: break-word;
}

.widget.widget-image-box > .widget-inner .widget-caption h2, .widget.widget-image-box > .widget-inner .widget-caption .h2 {
  margin: 0;
  font-size: 1.75rem;
}

.widget.widget-image-box.widget-image-box-fullwidth > .widget-inner .widget-caption {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
}

.widget.widget-image-box.widget-image-box-fullwidth > .widget-inner .widget-caption > div {
  display: block;
  width: 100%;
}

.widget.widget-image-box.widget-image-box-inline-caption > .widget-inner {
  align-items: flex-end;
}

.widget.widget-image-box.widget-image-box-inline-caption > .widget-inner .widget-caption {
  padding: 0 1.5rem;
}

.widget.widget-image-box.widget-image-box-block-caption > .widget-inner {
  padding: 0;
}

.widget.widget-image-box.widget-image-box-block-caption > .widget-inner .widget-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  max-height: 100%;
}

.widget.widget-image-box.widget-image-box-no-caption > .widget-inner .widget-caption {
  display: none;
}

.widget.widget-image-box.widget-primary .widget-caption {
  color: #fff;
  background-color: rgba(0, 142, 189, 0.8);
}

.widget.widget-image-box.widget-primary .widget-caption a {
  color: #fff;
}

.widget.widget-image-box.widget-primary a[href].widget-inner:hover .widget-caption {
  color: #fff;
  background-color: rgba(0, 142, 189, 0.9);
}

.widget.widget-image-box.widget-primary a[href].widget-inner:hover .widget-caption a {
  color: #fff;
}

.widget.widget-image-box.widget-secondary .widget-caption {
  color: #fff;
  background-color: rgba(212, 2, 29, 0.8);
}

.widget.widget-image-box.widget-secondary .widget-caption a {
  color: #fff;
}

.widget.widget-image-box.widget-secondary a[href].widget-inner:hover .widget-caption {
  color: #fff;
  background-color: rgba(212, 2, 29, 0.9);
}

.widget.widget-image-box.widget-secondary a[href].widget-inner:hover .widget-caption a {
  color: #fff;
}

.widget.widget-image-box.widget-success .widget-caption {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
}

.widget.widget-image-box.widget-success .widget-caption a {
  color: #fff;
}

.widget.widget-image-box.widget-success a[href].widget-inner:hover .widget-caption {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.widget.widget-image-box.widget-success a[href].widget-inner:hover .widget-caption a {
  color: #fff;
}

.widget.widget-image-box.widget-info .widget-caption {
  color: #fff;
  background-color: rgba(23, 162, 184, 0.8);
}

.widget.widget-image-box.widget-info .widget-caption a {
  color: #fff;
}

.widget.widget-image-box.widget-info a[href].widget-inner:hover .widget-caption {
  color: #fff;
  background-color: rgba(23, 162, 184, 0.9);
}

.widget.widget-image-box.widget-info a[href].widget-inner:hover .widget-caption a {
  color: #fff;
}

.widget.widget-image-box.widget-warning .widget-caption {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.8);
}

.widget.widget-image-box.widget-warning .widget-caption a {
  color: #212529;
}

.widget.widget-image-box.widget-warning a[href].widget-inner:hover .widget-caption {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.9);
}

.widget.widget-image-box.widget-warning a[href].widget-inner:hover .widget-caption a {
  color: #212529;
}

.widget.widget-image-box.widget-danger .widget-caption {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
}

.widget.widget-image-box.widget-danger .widget-caption a {
  color: #fff;
}

.widget.widget-image-box.widget-danger a[href].widget-inner:hover .widget-caption {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

.widget.widget-image-box.widget-danger a[href].widget-inner:hover .widget-caption a {
  color: #fff;
}

.widget-grid .widget-image-box-fullwidth .widget-inner .widget-caption h2 {
  font-size: 2rem;
}

.widget-image-box-caption h1, .widget-image-box-caption h2, .widget-image-box-caption h3, .widget-image-box-caption p {
  margin: 0;
}

.widget-image-box-caption h1 {
  font-size: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.widget-image-box-caption h2 {
  font-size: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.widget-image-box-caption h3 {
  font-size: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.widget-image-box-caption p {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.widget-image-box-caption.fullwidth h1, .widget-image-box-caption.fullwidth h2, .widget-image-box-caption.fullwidth h3 {
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .widget-image-box-caption.fullwidth h1 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .widget-image-box-caption.fullwidth h1 {
    font-size: 6rem;
  }
}
@media (min-width: 576px) {
  .widget-image-box-caption.fullwidth h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .widget-image-box-caption.fullwidth h2 {
    font-size: 4rem;
  }
}
@media (min-width: 576px) {
  .widget-image-box-caption.fullwidth h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .widget-image-box-caption.fullwidth h3 {
    font-size: 2.5rem;
  }
}
.widget-image-carousel .widget-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.widget-image-carousel .widget-inner .widget-caption {
  position: absolute;
  text-align: center;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}

.widget-image-carousel .widget-inner .widget-caption h2, .widget-image-carousel .widget-inner .widget-caption .h2 {
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  margin: 0;
  display: inline-block;
  transition: 300ms all ease;
}

@media (min-width: 768px) {
  .widget-image-carousel .widget-inner .widget-caption h2, .widget-image-carousel .widget-inner .widget-caption .h2 {
    font-size: 3rem;
  }
}
.widget-image-carousel .widget-inner .carousel-inner {
  display: flex;
  height: 100%;
}

.widget-image-carousel .widget-inner .carousel-item {
  width: 100%;
  height: 100%;
}

.widget-image-carousel .widget-inner .carousel-item img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.widget-image-carousel .widget-inner .carousel-item img.img-cover {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget-image-carousel .widget-inner .carousel-indicators {
  bottom: 0;
  padding: 0.5rem 1rem;
}

.widget-image-carousel .widget-inner .carousel-indicators li {
  box-sizing: border-box;
  border-radius: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  margin: 2px;
  border: 1px solid #fff;
  background-color: transparent;
}

.widget-image-carousel .widget-inner .carousel-control {
  background-image: none;
  transition: 300ms all ease;
}

.widget-image-carousel .widget-inner .carousel-control .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
}

@media (min-width: 768px) {
  .widget-inner-stacked .widget-image-carousel .widget-caption h2, .widget-inner-stacked .widget-image-carousel .widget-caption .h2 {
    padding: 0.5rem 1rem;
    font-size: 1.75rem;
    margin: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .widget-inner-stacked .widget-image-carousel .widget-caption h2, .widget-inner-stacked .widget-image-carousel .widget-caption .h2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .widget-inner-stacked .widget-image-carousel .carousel-control .fa {
    font-size: 1.5rem;
  }
}
html.ie .widget-image-carousel .widget-inner .carousel-item .img-cover {
  min-height: auto;
  min-width: auto;
}

.widget-image-carousel.widget-primary .widget-caption h2, .widget-image-carousel.widget-primary .widget-caption .h2 {
  color: #fff;
  background-color: rgba(0, 142, 189, 0.8);
}

.widget-image-carousel.widget-primary .widget-caption h2 a, .widget-image-carousel.widget-primary .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-primary:hover .widget-caption h2, .widget-image-carousel.widget-primary:hover .widget-caption .h2 {
  color: #fff;
  background-color: rgba(0, 142, 189, 0.9);
}

.widget-image-carousel.widget-primary:hover .widget-caption h2 a, .widget-image-carousel.widget-primary:hover .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-primary .carousel-indicators li {
  border-color: #0c426e;
}

.widget-image-carousel.widget-primary .carousel-indicators li.active {
  background-color: #0c426e;
}

.widget-image-carousel.widget-primary .carousel-control .fa {
  color: #0c426e;
}

.widget-image-carousel.widget-secondary .widget-caption h2, .widget-image-carousel.widget-secondary .widget-caption .h2 {
  color: #fff;
  background-color: rgba(212, 2, 29, 0.8);
}

.widget-image-carousel.widget-secondary .widget-caption h2 a, .widget-image-carousel.widget-secondary .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-secondary:hover .widget-caption h2, .widget-image-carousel.widget-secondary:hover .widget-caption .h2 {
  color: #fff;
  background-color: rgba(212, 2, 29, 0.9);
}

.widget-image-carousel.widget-secondary:hover .widget-caption h2 a, .widget-image-carousel.widget-secondary:hover .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-secondary .carousel-indicators li {
  border-color: #d4021d;
}

.widget-image-carousel.widget-secondary .carousel-indicators li.active {
  background-color: #d4021d;
}

.widget-image-carousel.widget-secondary .carousel-control .fa {
  color: #d4021d;
}

.widget-image-carousel.widget-success .widget-caption h2, .widget-image-carousel.widget-success .widget-caption .h2 {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
}

.widget-image-carousel.widget-success .widget-caption h2 a, .widget-image-carousel.widget-success .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-success:hover .widget-caption h2, .widget-image-carousel.widget-success:hover .widget-caption .h2 {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.widget-image-carousel.widget-success:hover .widget-caption h2 a, .widget-image-carousel.widget-success:hover .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-success .carousel-indicators li {
  border-color: #28a745;
}

.widget-image-carousel.widget-success .carousel-indicators li.active {
  background-color: #28a745;
}

.widget-image-carousel.widget-success .carousel-control .fa {
  color: #28a745;
}

.widget-image-carousel.widget-info .widget-caption h2, .widget-image-carousel.widget-info .widget-caption .h2 {
  color: #fff;
  background-color: rgba(23, 162, 184, 0.8);
}

.widget-image-carousel.widget-info .widget-caption h2 a, .widget-image-carousel.widget-info .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-info:hover .widget-caption h2, .widget-image-carousel.widget-info:hover .widget-caption .h2 {
  color: #fff;
  background-color: rgba(23, 162, 184, 0.9);
}

.widget-image-carousel.widget-info:hover .widget-caption h2 a, .widget-image-carousel.widget-info:hover .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-info .carousel-indicators li {
  border-color: #0c426e;
}

.widget-image-carousel.widget-info .carousel-indicators li.active {
  background-color: #0c426e;
}

.widget-image-carousel.widget-info .carousel-control .fa {
  color: #0c426e;
}

.widget-image-carousel.widget-warning .widget-caption h2, .widget-image-carousel.widget-warning .widget-caption .h2 {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.8);
}

.widget-image-carousel.widget-warning .widget-caption h2 a, .widget-image-carousel.widget-warning .widget-caption .h2 a {
  color: #212529;
}

.widget-image-carousel.widget-warning:hover .widget-caption h2, .widget-image-carousel.widget-warning:hover .widget-caption .h2 {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.9);
}

.widget-image-carousel.widget-warning:hover .widget-caption h2 a, .widget-image-carousel.widget-warning:hover .widget-caption .h2 a {
  color: #212529;
}

.widget-image-carousel.widget-warning .carousel-indicators li {
  border-color: #ffc107;
}

.widget-image-carousel.widget-warning .carousel-indicators li.active {
  background-color: #ffc107;
}

.widget-image-carousel.widget-warning .carousel-control .fa {
  color: #ffc107;
}

.widget-image-carousel.widget-danger .widget-caption h2, .widget-image-carousel.widget-danger .widget-caption .h2 {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
}

.widget-image-carousel.widget-danger .widget-caption h2 a, .widget-image-carousel.widget-danger .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-danger:hover .widget-caption h2, .widget-image-carousel.widget-danger:hover .widget-caption .h2 {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

.widget-image-carousel.widget-danger:hover .widget-caption h2 a, .widget-image-carousel.widget-danger:hover .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-danger .carousel-indicators li {
  border-color: #dc3545;
}

.widget-image-carousel.widget-danger .carousel-indicators li.active {
  background-color: #dc3545;
}

.widget-image-carousel.widget-danger .carousel-control .fa {
  color: #dc3545;
}

.widget-item-list .widget-inner {
  padding-left: 0;
  padding-right: 0;
}

.widget-item-list .widget-caption {
  padding: 0.25rem 1.5rem;
  display: flex;
  align-items: center;
}

.widget-item-list .widget-caption > div {
  flex: 1;
}

.widget-item-list-caption h1, .widget-item-list-caption h2, .widget-item-list-caption h3, .widget-item-list-caption p {
  margin: 0;
  text-transform: uppercase;
}

.widget-item-list-caption h1 {
  font-size: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.widget-item-list-caption h2 {
  font-size: 1.75rem;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
}

.widget-item-list-caption h3 {
  font-size: 1.5rem;
  padding-top: 0.4rem;
  padding-bottom: 0.1rem;
}

.widget-item-list-caption .widget-item-list-inline-caption * {
  text-transform: unset !important;
}

.widget-legal-information a {
  color: black;
  margin-right: 10px;
}

.widget-list .widget-inner .list-container, .widget-list .widget-inner .list-centered, .widget-link-list .widget-inner .list-container, .widget-link-list .widget-inner .list-centered {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.widget-list .widget-inner ul, .widget-link-list .widget-inner ul {
  margin-bottom: 0;
}

.widget-list .widget-inner a, .widget-link-list .widget-inner a {
  color: #4D4F4D;
}

@media (max-width: 575.98px) {
  .widget-live-shopping .thumb-inner .thumb-image {
    float: none;
    width: 100%;
  }
  .widget-live-shopping .thumb-inner .thumb-image > .square-container {
    padding-bottom: 50%;
  }
  .widget-live-shopping .thumb-inner .live-shopping {
    width: 100%;
  }
  .widget-live-shopping .thumb-inner .live-shopping .live-shopping-item-name > a {
    font-weight: normal;
  }
}
.widget-newsletter > .widget-inner {
  padding-left: 0;
  padding-right: 0;
}

.widget-text .widget-inner {
  padding: 1rem 1.5rem;
}

.widget-title-bar .widget-inner {
  padding: 1rem 1.5rem;
  word-break: break-word;
}

.widget-title-bar .h1, .widget-title-bar h1, .widget-title-bar .h2, .widget-title-bar h2, .widget-title-bar .h3, .widget-title-bar h3 {
  margin: 0.5rem auto;
  font-size: 2.5rem;
  letter-spacing: 1.25px;
  display: block;
}

.widget-title-bar .h2, .widget-title-bar h2 {
  margin: 0.4rem 0;
  font-size: 2.25rem;
}

.widget-title-bar .h3, .widget-title-bar h3 {
  margin: 0.25rem 0;
  font-size: 2rem;
}

.widget-grid > .widget-inner {
  display: flex;
}

.widget-grid > .widget-inner > div {
  flex: 1;
  max-width: 100%;
}

.widget-grid .widget-inner-stacked {
  display: flex;
  flex-direction: column;
}

.widget-grid .widget-inner-stacked > .widget-inner {
  max-width: none;
}

.widget-grid .widget-inner-stacked > .widget-inner [data-builder-child-container] {
  min-height: 100px;
}

@media (min-width: 768px) {
  .widget-grid .widget-inner-stacked > .widget-inner .widget-proportional {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .widget-grid .widget-inner-stacked > .widget-inner:first-child {
    padding-bottom: 2rem;
  }
}
.footer .widget-grid .widget-inner .widget-list {
  position: relative;
  height: 100%;
  color: #4D4F4D;
  background-color: #dadae3;
  box-sizing: content-box;
  margin-bottom: 0;
}

.footer .widget-grid .widget-inner .widget-list .widget-inner {
  padding: 1rem;
}

@media (min-width: 768px) {
  .footer .widget-grid .widget-inner .widget-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .widget-grid .widget-inner:first-child .widget-list {
    margin-left: 0;
    padding-left: 0;
  }
  .footer .widget-grid .widget-inner:last-child .widget-list {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .footer .widget-grid .widget-inner:not(:last-child) .widget-list .widget-inner {
    padding-bottom: 0;
  }
}
.checkout .widget-grid > .widget-inner > div {
  background-color: #fff;
  padding: 1rem;
}

html.ie .widget-grid .widget-inner-stacked {
  display: block;
}

.nav-link.text-appearance.active {
  color: #495057 !important;
}

.widget {
  margin-bottom: 2rem;
}

.widget .widget-inner {
  position: relative;
}

.widget .widget-inner .widget {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .widget {
    margin-bottom: 2rem;
  }
  .widget.widget-grid:not(.widget-two-col) {
    margin-bottom: 0;
  }
  .widget:not(.widget-two-col) .widget-inner:not(.widget-stacked) .widget:not(.widget-grid) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575.98px) {
  .widget {
    margin-bottom: 1rem;
  }
  .widget:not(.widget-two-col) .widget-inner:not(.widget-stacked) .widget:not(.widget-grid) {
    margin-bottom: 1rem;
  }
}
#page-header-parent > .widget {
  max-width: 1200px;
  width: 100%;
  background-color: #f7f7f9;
}

#page-header-parent > .widget:not(.widget-grid) {
  max-width: 1170px;
}

header .widget {
  margin-bottom: 0;
}

.widget-fw {
  position: relative;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
}

.widget-proportional {
  position: relative;
  padding-bottom: 33.33333%;
  overflow: hidden;
}

.widget-proportional .widget-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.widget-prop-1-1 .widget-proportional {
  padding-bottom: 100%;
}

.widget-proportional.widget-prop-1-1 {
  padding-bottom: 100% !important;
}

.widget-prop-1-2 .widget-proportional {
  padding-bottom: 200%;
}

.widget-proportional.widget-prop-1-2 {
  padding-bottom: 200% !important;
}

.widget-prop-1-3 .widget-proportional {
  padding-bottom: 300%;
}

.widget-proportional.widget-prop-1-3 {
  padding-bottom: 300% !important;
}

.widget-prop-1-4 .widget-proportional {
  padding-bottom: 400%;
}

.widget-proportional.widget-prop-1-4 {
  padding-bottom: 400% !important;
}

.widget-prop-2-1 .widget-proportional {
  padding-bottom: 50%;
}

.widget-proportional.widget-prop-2-1 {
  padding-bottom: 50% !important;
}

.widget-prop-2-2 .widget-proportional {
  padding-bottom: 100%;
}

.widget-proportional.widget-prop-2-2 {
  padding-bottom: 100% !important;
}

.widget-prop-2-3 .widget-proportional {
  padding-bottom: 150%;
}

.widget-proportional.widget-prop-2-3 {
  padding-bottom: 150% !important;
}

.widget-prop-2-4 .widget-proportional {
  padding-bottom: 200%;
}

.widget-proportional.widget-prop-2-4 {
  padding-bottom: 200% !important;
}

.widget-prop-3-1 .widget-proportional {
  padding-bottom: 33.33333%;
}

.widget-proportional.widget-prop-3-1 {
  padding-bottom: 33.33333% !important;
}

.widget-prop-3-2 .widget-proportional {
  padding-bottom: 66.66667%;
}

.widget-proportional.widget-prop-3-2 {
  padding-bottom: 66.66667% !important;
}

.widget-prop-3-3 .widget-proportional {
  padding-bottom: 100%;
}

.widget-proportional.widget-prop-3-3 {
  padding-bottom: 100% !important;
}

.widget-prop-3-4 .widget-proportional {
  padding-bottom: 133.33333%;
}

.widget-proportional.widget-prop-3-4 {
  padding-bottom: 133.33333% !important;
}

.widget-prop-4-1 .widget-proportional {
  padding-bottom: 25%;
}

.widget-proportional.widget-prop-4-1 {
  padding-bottom: 25% !important;
}

.widget-prop-4-2 .widget-proportional {
  padding-bottom: 50%;
}

.widget-proportional.widget-prop-4-2 {
  padding-bottom: 50% !important;
}

.widget-prop-4-3 .widget-proportional {
  padding-bottom: 75%;
}

.widget-proportional.widget-prop-4-3 {
  padding-bottom: 75% !important;
}

.widget-prop-4-4 .widget-proportional {
  padding-bottom: 100%;
}

.widget-proportional.widget-prop-4-4 {
  padding-bottom: 100% !important;
}

@media (max-width: 575.98px) {
  .widget-prop-auto > div > .widget-proportional {
    padding-bottom: 0;
    min-height: 100%;
  }
}
@media (min-width: 576px) {
  .widget-prop-sm-1-1 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-sm-1-1 {
    padding-bottom: 100% !important;
  }
  .widget-prop-sm-1-2 .widget-proportional {
    padding-bottom: 200%;
  }
  .widget-proportional.widget-prop-sm-1-2 {
    padding-bottom: 200% !important;
  }
  .widget-prop-sm-1-3 .widget-proportional {
    padding-bottom: 300%;
  }
  .widget-proportional.widget-prop-sm-1-3 {
    padding-bottom: 300% !important;
  }
  .widget-prop-sm-1-4 .widget-proportional {
    padding-bottom: 400%;
  }
  .widget-proportional.widget-prop-sm-1-4 {
    padding-bottom: 400% !important;
  }
  .widget-prop-sm-2-1 .widget-proportional {
    padding-bottom: 50%;
  }
  .widget-proportional.widget-prop-sm-2-1 {
    padding-bottom: 50% !important;
  }
  .widget-prop-sm-2-2 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-sm-2-2 {
    padding-bottom: 100% !important;
  }
  .widget-prop-sm-2-3 .widget-proportional {
    padding-bottom: 150%;
  }
  .widget-proportional.widget-prop-sm-2-3 {
    padding-bottom: 150% !important;
  }
  .widget-prop-sm-2-4 .widget-proportional {
    padding-bottom: 200%;
  }
  .widget-proportional.widget-prop-sm-2-4 {
    padding-bottom: 200% !important;
  }
  .widget-prop-sm-3-1 .widget-proportional {
    padding-bottom: 33.33333%;
  }
  .widget-proportional.widget-prop-sm-3-1 {
    padding-bottom: 33.33333% !important;
  }
  .widget-prop-sm-3-2 .widget-proportional {
    padding-bottom: 66.66667%;
  }
  .widget-proportional.widget-prop-sm-3-2 {
    padding-bottom: 66.66667% !important;
  }
  .widget-prop-sm-3-3 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-sm-3-3 {
    padding-bottom: 100% !important;
  }
  .widget-prop-sm-3-4 .widget-proportional {
    padding-bottom: 133.33333%;
  }
  .widget-proportional.widget-prop-sm-3-4 {
    padding-bottom: 133.33333% !important;
  }
  .widget-prop-sm-4-1 .widget-proportional {
    padding-bottom: 25%;
  }
  .widget-proportional.widget-prop-sm-4-1 {
    padding-bottom: 25% !important;
  }
  .widget-prop-sm-4-2 .widget-proportional {
    padding-bottom: 50%;
  }
  .widget-proportional.widget-prop-sm-4-2 {
    padding-bottom: 50% !important;
  }
  .widget-prop-sm-4-3 .widget-proportional {
    padding-bottom: 75%;
  }
  .widget-proportional.widget-prop-sm-4-3 {
    padding-bottom: 75% !important;
  }
  .widget-prop-sm-4-4 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-sm-4-4 {
    padding-bottom: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .widget-prop-sm-auto > div > .widget-proportional {
    padding-bottom: 0;
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  .widget-prop-md-1-1 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-md-1-1 {
    padding-bottom: 100% !important;
  }
  .widget-prop-md-1-2 .widget-proportional {
    padding-bottom: 200%;
  }
  .widget-proportional.widget-prop-md-1-2 {
    padding-bottom: 200% !important;
  }
  .widget-prop-md-1-3 .widget-proportional {
    padding-bottom: 300%;
  }
  .widget-proportional.widget-prop-md-1-3 {
    padding-bottom: 300% !important;
  }
  .widget-prop-md-1-4 .widget-proportional {
    padding-bottom: 400%;
  }
  .widget-proportional.widget-prop-md-1-4 {
    padding-bottom: 400% !important;
  }
  .widget-prop-md-2-1 .widget-proportional {
    padding-bottom: 50%;
  }
  .widget-proportional.widget-prop-md-2-1 {
    padding-bottom: 50% !important;
  }
  .widget-prop-md-2-2 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-md-2-2 {
    padding-bottom: 100% !important;
  }
  .widget-prop-md-2-3 .widget-proportional {
    padding-bottom: 150%;
  }
  .widget-proportional.widget-prop-md-2-3 {
    padding-bottom: 150% !important;
  }
  .widget-prop-md-2-4 .widget-proportional {
    padding-bottom: 200%;
  }
  .widget-proportional.widget-prop-md-2-4 {
    padding-bottom: 200% !important;
  }
  .widget-prop-md-3-1 .widget-proportional {
    padding-bottom: 33.33333%;
  }
  .widget-proportional.widget-prop-md-3-1 {
    padding-bottom: 33.33333% !important;
  }
  .widget-prop-md-3-2 .widget-proportional {
    padding-bottom: 66.66667%;
  }
  .widget-proportional.widget-prop-md-3-2 {
    padding-bottom: 66.66667% !important;
  }
  .widget-prop-md-3-3 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-md-3-3 {
    padding-bottom: 100% !important;
  }
  .widget-prop-md-3-4 .widget-proportional {
    padding-bottom: 133.33333%;
  }
  .widget-proportional.widget-prop-md-3-4 {
    padding-bottom: 133.33333% !important;
  }
  .widget-prop-md-4-1 .widget-proportional {
    padding-bottom: 25%;
  }
  .widget-proportional.widget-prop-md-4-1 {
    padding-bottom: 25% !important;
  }
  .widget-prop-md-4-2 .widget-proportional {
    padding-bottom: 50%;
  }
  .widget-proportional.widget-prop-md-4-2 {
    padding-bottom: 50% !important;
  }
  .widget-prop-md-4-3 .widget-proportional {
    padding-bottom: 75%;
  }
  .widget-proportional.widget-prop-md-4-3 {
    padding-bottom: 75% !important;
  }
  .widget-prop-md-4-4 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-md-4-4 {
    padding-bottom: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .widget-prop-md-auto > div > .widget-proportional {
    padding-bottom: 0;
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .widget-prop-lg-1-1 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-lg-1-1 {
    padding-bottom: 100% !important;
  }
  .widget-prop-lg-1-2 .widget-proportional {
    padding-bottom: 200%;
  }
  .widget-proportional.widget-prop-lg-1-2 {
    padding-bottom: 200% !important;
  }
  .widget-prop-lg-1-3 .widget-proportional {
    padding-bottom: 300%;
  }
  .widget-proportional.widget-prop-lg-1-3 {
    padding-bottom: 300% !important;
  }
  .widget-prop-lg-1-4 .widget-proportional {
    padding-bottom: 400%;
  }
  .widget-proportional.widget-prop-lg-1-4 {
    padding-bottom: 400% !important;
  }
  .widget-prop-lg-2-1 .widget-proportional {
    padding-bottom: 50%;
  }
  .widget-proportional.widget-prop-lg-2-1 {
    padding-bottom: 50% !important;
  }
  .widget-prop-lg-2-2 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-lg-2-2 {
    padding-bottom: 100% !important;
  }
  .widget-prop-lg-2-3 .widget-proportional {
    padding-bottom: 150%;
  }
  .widget-proportional.widget-prop-lg-2-3 {
    padding-bottom: 150% !important;
  }
  .widget-prop-lg-2-4 .widget-proportional {
    padding-bottom: 200%;
  }
  .widget-proportional.widget-prop-lg-2-4 {
    padding-bottom: 200% !important;
  }
  .widget-prop-lg-3-1 .widget-proportional {
    padding-bottom: 33.33333%;
  }
  .widget-proportional.widget-prop-lg-3-1 {
    padding-bottom: 33.33333% !important;
  }
  .widget-prop-lg-3-2 .widget-proportional {
    padding-bottom: 66.66667%;
  }
  .widget-proportional.widget-prop-lg-3-2 {
    padding-bottom: 66.66667% !important;
  }
  .widget-prop-lg-3-3 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-lg-3-3 {
    padding-bottom: 100% !important;
  }
  .widget-prop-lg-3-4 .widget-proportional {
    padding-bottom: 133.33333%;
  }
  .widget-proportional.widget-prop-lg-3-4 {
    padding-bottom: 133.33333% !important;
  }
  .widget-prop-lg-4-1 .widget-proportional {
    padding-bottom: 25%;
  }
  .widget-proportional.widget-prop-lg-4-1 {
    padding-bottom: 25% !important;
  }
  .widget-prop-lg-4-2 .widget-proportional {
    padding-bottom: 50%;
  }
  .widget-proportional.widget-prop-lg-4-2 {
    padding-bottom: 50% !important;
  }
  .widget-prop-lg-4-3 .widget-proportional {
    padding-bottom: 75%;
  }
  .widget-proportional.widget-prop-lg-4-3 {
    padding-bottom: 75% !important;
  }
  .widget-prop-lg-4-4 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-lg-4-4 {
    padding-bottom: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .widget-prop-lg-auto > div > .widget-proportional {
    padding-bottom: 0;
    min-height: 100%;
  }
}
@media (min-width: 1200px) {
  .widget-prop-xl-1-1 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-xl-1-1 {
    padding-bottom: 100% !important;
  }
  .widget-prop-xl-1-2 .widget-proportional {
    padding-bottom: 200%;
  }
  .widget-proportional.widget-prop-xl-1-2 {
    padding-bottom: 200% !important;
  }
  .widget-prop-xl-1-3 .widget-proportional {
    padding-bottom: 300%;
  }
  .widget-proportional.widget-prop-xl-1-3 {
    padding-bottom: 300% !important;
  }
  .widget-prop-xl-1-4 .widget-proportional {
    padding-bottom: 400%;
  }
  .widget-proportional.widget-prop-xl-1-4 {
    padding-bottom: 400% !important;
  }
  .widget-prop-xl-2-1 .widget-proportional {
    padding-bottom: 50%;
  }
  .widget-proportional.widget-prop-xl-2-1 {
    padding-bottom: 50% !important;
  }
  .widget-prop-xl-2-2 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-xl-2-2 {
    padding-bottom: 100% !important;
  }
  .widget-prop-xl-2-3 .widget-proportional {
    padding-bottom: 150%;
  }
  .widget-proportional.widget-prop-xl-2-3 {
    padding-bottom: 150% !important;
  }
  .widget-prop-xl-2-4 .widget-proportional {
    padding-bottom: 200%;
  }
  .widget-proportional.widget-prop-xl-2-4 {
    padding-bottom: 200% !important;
  }
  .widget-prop-xl-3-1 .widget-proportional {
    padding-bottom: 33.33333%;
  }
  .widget-proportional.widget-prop-xl-3-1 {
    padding-bottom: 33.33333% !important;
  }
  .widget-prop-xl-3-2 .widget-proportional {
    padding-bottom: 66.66667%;
  }
  .widget-proportional.widget-prop-xl-3-2 {
    padding-bottom: 66.66667% !important;
  }
  .widget-prop-xl-3-3 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-xl-3-3 {
    padding-bottom: 100% !important;
  }
  .widget-prop-xl-3-4 .widget-proportional {
    padding-bottom: 133.33333%;
  }
  .widget-proportional.widget-prop-xl-3-4 {
    padding-bottom: 133.33333% !important;
  }
  .widget-prop-xl-4-1 .widget-proportional {
    padding-bottom: 25%;
  }
  .widget-proportional.widget-prop-xl-4-1 {
    padding-bottom: 25% !important;
  }
  .widget-prop-xl-4-2 .widget-proportional {
    padding-bottom: 50%;
  }
  .widget-proportional.widget-prop-xl-4-2 {
    padding-bottom: 50% !important;
  }
  .widget-prop-xl-4-3 .widget-proportional {
    padding-bottom: 75%;
  }
  .widget-proportional.widget-prop-xl-4-3 {
    padding-bottom: 75% !important;
  }
  .widget-prop-xl-4-4 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-xl-4-4 {
    padding-bottom: 100% !important;
  }
}
@media (min-width: 1200px) {
  .widget-prop-xl-auto > div > .widget-proportional {
    padding-bottom: 0;
    min-height: 100%;
  }
}
@media (max-width: 767.98px) {
  .widget-grid .widget-inner.col-12.widget-stacked-mobile, .widget-grid .widget-inner.widget-stacked-mobile.col-xs-12 {
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .widget-grid .widget-inner.col-md-12.widget-stacked-tablet {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .widget-grid .widget-inner.col-lg-12.widget-stacked {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .widget-grid > .widget-inner.widget-prop-md-auto.col-md-3 > div > .widget-proportional {
    padding-bottom: calc(100% + 15px);
  }
}
.widget-editable-min-height {
  min-height: 40px;
  padding-bottom: 0.1px;
}

.color-primary {
  color: #0c426e !important;
}

.bg-primary {
  background-color: #0c426e;
  color: #fff;
}

.color-secondary {
  color: #d4021d !important;
}

.bg-secondary {
  background-color: #d4021d;
  color: #fff;
}

.color-success {
  color: #28a745 !important;
}

.bg-success {
  background-color: #28a745;
  color: #fff;
}

.color-info {
  color: #0c426e !important;
}

.bg-info {
  background-color: #0c426e;
  color: #fff;
}

.color-warning {
  color: #ffc107 !important;
}

.bg-warning {
  background-color: #ffc107;
  color: #212529;
}

.color-danger {
  color: #dc3545 !important;
}

.bg-danger {
  background-color: #dc3545;
  color: #fff;
}

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

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

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

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

.widget-primary .text-appearance {
  color: #0c426e !important;
}

.widget-primary a.text-appearance:hover, .widget-primary a.text-appearance:focus {
  color: #0c426e !important;
}

.widget-primary .bg-appearance {
  background-color: #0c426e !important;
  color: #fff !important;
}

.widget-primary .bg-appearance a {
  color: #fff !important;
}

.widget-primary a.bg-appearance:hover, .widget-primary button.bg-appearance:hover {
  background-color: #0c426e !important;
  color: #fff !important;
}

.widget-primary .btn-appearance {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.widget-primary .btn-appearance:hover {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.widget-primary .btn-appearance:focus, .widget-primary .btn-appearance.focus {
  box-shadow: 0 0 0 0.2rem #0c426e;
}

.widget-primary .btn-appearance.disabled, .widget-primary .btn-appearance:disabled {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.widget-primary .btn-appearance:not(:disabled):not(.disabled):active, .widget-primary .btn-appearance:not(:disabled):not(.disabled).active, .show > .widget-primary .btn-appearance.dropdown-toggle {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.widget-primary .btn-appearance:not(:disabled):not(.disabled):active:focus, .widget-primary .btn-appearance:not(:disabled):not(.disabled).active:focus, .show > .widget-primary .btn-appearance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #0c426e;
}

.widget-primary .btn-outline-appearance {
  color: #0c426e;
  border-color: #0c426e;
}

.widget-primary .btn-outline-appearance:hover {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.widget-primary .btn-outline-appearance:focus, .widget-primary .btn-outline-appearance.focus {
  box-shadow: 0 0 0 0.2rem #0c426e;
}

.widget-primary .btn-outline-appearance.disabled, .widget-primary .btn-outline-appearance:disabled {
  color: #0c426e;
  background-color: transparent;
}

.widget-primary .btn-outline-appearance:not(:disabled):not(.disabled):active, .widget-primary .btn-outline-appearance:not(:disabled):not(.disabled).active, .show > .widget-primary .btn-outline-appearance.dropdown-toggle {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.widget-primary .btn-outline-appearance:not(:disabled):not(.disabled):active:focus, .widget-primary .btn-outline-appearance:not(:disabled):not(.disabled).active:focus, .show > .widget-primary .btn-outline-appearance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #0c426e;
}

.widget-primary a.text-appearance, .widget-primary .btn-appearance {
  text-decoration-color: #0c426e;
}

.widget-primary a.text-appearance:hover, .widget-primary a.text-appearance:focus, .widget-primary .btn-appearance:hover, .widget-primary .btn-appearance:focus {
  text-decoration-color: #0c426e;
}

.widget-primary a:hover i.text-appearance {
  color: #0c426e !important;
}

.widget-primary .border-appearance.active, .widget-primary .border-appearance:hover {
  border-color: #0c426e;
}

.widget-primary .pagination .page-item .page-link {
  color: #0c426e;
}

.widget-primary .pagination .page-item .page-link:hover, .widget-primary .pagination .page-item .page-link:focus {
  color: #0c426e;
}

.widget-primary .pagination .page-item.active .page-link {
  border-color: #0c426e;
  background-color: #0c426e;
  color: #fff;
}

.widget-secondary .text-appearance {
  color: #d4021d !important;
}

.widget-secondary a.text-appearance:hover, .widget-secondary a.text-appearance:focus {
  color: #880113 !important;
}

.widget-secondary .bg-appearance {
  background-color: #d4021d !important;
  color: #fff !important;
}

.widget-secondary .bg-appearance a {
  color: #fff !important;
}

.widget-secondary a.bg-appearance:hover, .widget-secondary button.bg-appearance:hover {
  background-color: #a10216 !important;
  color: #fff !important;
}

.widget-secondary .btn-appearance {
  color: #fff;
  background-color: #d4021d;
  border-color: #d4021d;
}

.widget-secondary .btn-appearance:hover {
  color: #fff;
  background-color: #ae0218;
  border-color: #a10216;
}

.widget-secondary .btn-appearance:focus, .widget-secondary .btn-appearance.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 40, 63, 0.5);
}

.widget-secondary .btn-appearance.disabled, .widget-secondary .btn-appearance:disabled {
  color: #fff;
  background-color: #d4021d;
  border-color: #d4021d;
}

.widget-secondary .btn-appearance:not(:disabled):not(.disabled):active, .widget-secondary .btn-appearance:not(:disabled):not(.disabled).active, .show > .widget-secondary .btn-appearance.dropdown-toggle {
  color: #fff;
  background-color: #a10216;
  border-color: #950114;
}

.widget-secondary .btn-appearance:not(:disabled):not(.disabled):active:focus, .widget-secondary .btn-appearance:not(:disabled):not(.disabled).active:focus, .show > .widget-secondary .btn-appearance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 40, 63, 0.5);
}

.widget-secondary .btn-outline-appearance {
  color: #d4021d;
  border-color: #d4021d;
}

.widget-secondary .btn-outline-appearance:hover {
  color: #fff;
  background-color: #d4021d;
  border-color: #d4021d;
}

.widget-secondary .btn-outline-appearance:focus, .widget-secondary .btn-outline-appearance.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 2, 29, 0.5);
}

.widget-secondary .btn-outline-appearance.disabled, .widget-secondary .btn-outline-appearance:disabled {
  color: #d4021d;
  background-color: transparent;
}

.widget-secondary .btn-outline-appearance:not(:disabled):not(.disabled):active, .widget-secondary .btn-outline-appearance:not(:disabled):not(.disabled).active, .show > .widget-secondary .btn-outline-appearance.dropdown-toggle {
  color: #fff;
  background-color: #d4021d;
  border-color: #d4021d;
}

.widget-secondary .btn-outline-appearance:not(:disabled):not(.disabled):active:focus, .widget-secondary .btn-outline-appearance:not(:disabled):not(.disabled).active:focus, .show > .widget-secondary .btn-outline-appearance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 2, 29, 0.5);
}

.widget-secondary a.text-appearance, .widget-secondary .btn-appearance {
  text-decoration-color: #d4021d;
}

.widget-secondary a.text-appearance:hover, .widget-secondary a.text-appearance:focus, .widget-secondary .btn-appearance:hover, .widget-secondary .btn-appearance:focus {
  text-decoration-color: #ae0218;
}

.widget-secondary a:hover i.text-appearance {
  color: #ae0218 !important;
}

.widget-secondary .border-appearance.active, .widget-secondary .border-appearance:hover {
  border-color: #d4021d;
}

.widget-secondary .pagination .page-item .page-link {
  color: #d4021d;
}

.widget-secondary .pagination .page-item .page-link:hover, .widget-secondary .pagination .page-item .page-link:focus {
  color: #880113;
}

.widget-secondary .pagination .page-item.active .page-link {
  border-color: #d4021d;
  background-color: #d4021d;
  color: #fff;
}

.widget-success .text-appearance {
  color: #28a745 !important;
}

.widget-success a.text-appearance:hover, .widget-success a.text-appearance:focus {
  color: #19692c !important;
}

.widget-success .bg-appearance {
  background-color: #28a745 !important;
  color: #fff !important;
}

.widget-success .bg-appearance a {
  color: #fff !important;
}

.widget-success a.bg-appearance:hover, .widget-success button.bg-appearance:hover {
  background-color: #1e7e34 !important;
  color: #fff !important;
}

.widget-success .btn-appearance {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.widget-success .btn-appearance:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.widget-success .btn-appearance:focus, .widget-success .btn-appearance.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.widget-success .btn-appearance.disabled, .widget-success .btn-appearance:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.widget-success .btn-appearance:not(:disabled):not(.disabled):active, .widget-success .btn-appearance:not(:disabled):not(.disabled).active, .show > .widget-success .btn-appearance.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.widget-success .btn-appearance:not(:disabled):not(.disabled):active:focus, .widget-success .btn-appearance:not(:disabled):not(.disabled).active:focus, .show > .widget-success .btn-appearance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.widget-success .btn-outline-appearance {
  color: #28a745;
  border-color: #28a745;
}

.widget-success .btn-outline-appearance:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.widget-success .btn-outline-appearance:focus, .widget-success .btn-outline-appearance.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.widget-success .btn-outline-appearance.disabled, .widget-success .btn-outline-appearance:disabled {
  color: #28a745;
  background-color: transparent;
}

.widget-success .btn-outline-appearance:not(:disabled):not(.disabled):active, .widget-success .btn-outline-appearance:not(:disabled):not(.disabled).active, .show > .widget-success .btn-outline-appearance.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.widget-success .btn-outline-appearance:not(:disabled):not(.disabled):active:focus, .widget-success .btn-outline-appearance:not(:disabled):not(.disabled).active:focus, .show > .widget-success .btn-outline-appearance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.widget-success a.text-appearance, .widget-success .btn-appearance {
  text-decoration-color: #28a745;
}

.widget-success a.text-appearance:hover, .widget-success a.text-appearance:focus, .widget-success .btn-appearance:hover, .widget-success .btn-appearance:focus {
  text-decoration-color: #218838;
}

.widget-success a:hover i.text-appearance {
  color: #218838 !important;
}

.widget-success .border-appearance.active, .widget-success .border-appearance:hover {
  border-color: #28a745;
}

.widget-success .pagination .page-item .page-link {
  color: #28a745;
}

.widget-success .pagination .page-item .page-link:hover, .widget-success .pagination .page-item .page-link:focus {
  color: #19692c;
}

.widget-success .pagination .page-item.active .page-link {
  border-color: #28a745;
  background-color: #28a745;
  color: #fff;
}

.widget-info .text-appearance {
  color: #0c426e !important;
}

.widget-info a.text-appearance:hover, .widget-info a.text-appearance:focus {
  color: #0f6674 !important;
}

.widget-info .bg-appearance {
  background-color: #0c426e !important;
  color: #fff !important;
}

.widget-info .bg-appearance a {
  color: #fff !important;
}

.widget-info a.bg-appearance:hover, .widget-info button.bg-appearance:hover {
  background-color: #117a8b !important;
  color: #fff !important;
}

.widget-info .btn-appearance {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.widget-info .btn-appearance:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.widget-info .btn-appearance:focus, .widget-info .btn-appearance.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.widget-info .btn-appearance.disabled, .widget-info .btn-appearance:disabled {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.widget-info .btn-appearance:not(:disabled):not(.disabled):active, .widget-info .btn-appearance:not(:disabled):not(.disabled).active, .show > .widget-info .btn-appearance.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.widget-info .btn-appearance:not(:disabled):not(.disabled):active:focus, .widget-info .btn-appearance:not(:disabled):not(.disabled).active:focus, .show > .widget-info .btn-appearance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.widget-info .btn-outline-appearance {
  color: #0c426e;
  border-color: #0c426e;
}

.widget-info .btn-outline-appearance:hover {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.widget-info .btn-outline-appearance:focus, .widget-info .btn-outline-appearance.focus {
  box-shadow: 0 0 0 0.2rem #0c426e;
}

.widget-info .btn-outline-appearance.disabled, .widget-info .btn-outline-appearance:disabled {
  color: #0c426e;
  background-color: transparent;
}

.widget-info .btn-outline-appearance:not(:disabled):not(.disabled):active, .widget-info .btn-outline-appearance:not(:disabled):not(.disabled).active, .show > .widget-info .btn-outline-appearance.dropdown-toggle {
  color: #fff;
  background-color: #0c426e;
  border-color: #0c426e;
}

.widget-info .btn-outline-appearance:not(:disabled):not(.disabled):active:focus, .widget-info .btn-outline-appearance:not(:disabled):not(.disabled).active:focus, .show > .widget-info .btn-outline-appearance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #0c426e;
}

.widget-info a.text-appearance, .widget-info .btn-appearance {
  text-decoration-color: #0c426e;
}

.widget-info a.text-appearance:hover, .widget-info a.text-appearance:focus, .widget-info .btn-appearance:hover, .widget-info .btn-appearance:focus {
  text-decoration-color: #138496;
}

.widget-info a:hover i.text-appearance {
  color: #138496 !important;
}

.widget-info .border-appearance.active, .widget-info .border-appearance:hover {
  border-color: #0c426e;
}

.widget-info .pagination .page-item .page-link {
  color: #0c426e;
}

.widget-info .pagination .page-item .page-link:hover, .widget-info .pagination .page-item .page-link:focus {
  color: #0f6674;
}

.widget-info .pagination .page-item.active .page-link {
  border-color: #0c426e;
  background-color: #0c426e;
  color: #fff;
}

.widget-warning .text-appearance {
  color: #ffc107 !important;
}

.widget-warning a.text-appearance:hover, .widget-warning a.text-appearance:focus {
  color: #ba8b00 !important;
}

.widget-warning .bg-appearance {
  background-color: #ffc107 !important;
  color: #212529 !important;
}

.widget-warning .bg-appearance a {
  color: #212529 !important;
}

.widget-warning a.bg-appearance:hover, .widget-warning button.bg-appearance:hover {
  background-color: #d39e00 !important;
  color: #fff !important;
}

.widget-warning .btn-appearance {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.widget-warning .btn-appearance:hover {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
}

.widget-warning .btn-appearance:focus, .widget-warning .btn-appearance.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.widget-warning .btn-appearance.disabled, .widget-warning .btn-appearance:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.widget-warning .btn-appearance:not(:disabled):not(.disabled):active, .widget-warning .btn-appearance:not(:disabled):not(.disabled).active, .show > .widget-warning .btn-appearance.dropdown-toggle {
  color: #fff;
  background-color: #d39e00;
  border-color: #c69500;
}

.widget-warning .btn-appearance:not(:disabled):not(.disabled):active:focus, .widget-warning .btn-appearance:not(:disabled):not(.disabled).active:focus, .show > .widget-warning .btn-appearance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.widget-warning .btn-outline-appearance {
  color: #ffc107;
  border-color: #ffc107;
}

.widget-warning .btn-outline-appearance:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.widget-warning .btn-outline-appearance:focus, .widget-warning .btn-outline-appearance.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.widget-warning .btn-outline-appearance.disabled, .widget-warning .btn-outline-appearance:disabled {
  color: #ffc107;
  background-color: transparent;
}

.widget-warning .btn-outline-appearance:not(:disabled):not(.disabled):active, .widget-warning .btn-outline-appearance:not(:disabled):not(.disabled).active, .show > .widget-warning .btn-outline-appearance.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.widget-warning .btn-outline-appearance:not(:disabled):not(.disabled):active:focus, .widget-warning .btn-outline-appearance:not(:disabled):not(.disabled).active:focus, .show > .widget-warning .btn-outline-appearance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.widget-warning a.text-appearance, .widget-warning .btn-appearance {
  text-decoration-color: #ffc107;
}

.widget-warning a.text-appearance:hover, .widget-warning a.text-appearance:focus, .widget-warning .btn-appearance:hover, .widget-warning .btn-appearance:focus {
  text-decoration-color: #e0a800;
}

.widget-warning a:hover i.text-appearance {
  color: #e0a800 !important;
}

.widget-warning .border-appearance.active, .widget-warning .border-appearance:hover {
  border-color: #ffc107;
}

.widget-warning .pagination .page-item .page-link {
  color: #ffc107;
}

.widget-warning .pagination .page-item .page-link:hover, .widget-warning .pagination .page-item .page-link:focus {
  color: #ba8b00;
}

.widget-warning .pagination .page-item.active .page-link {
  border-color: #ffc107;
  background-color: #ffc107;
  color: #212529;
}

.widget-danger .text-appearance {
  color: #dc3545 !important;
}

.widget-danger a.text-appearance:hover, .widget-danger a.text-appearance:focus {
  color: #a71d2a !important;
}

.widget-danger .bg-appearance {
  background-color: #dc3545 !important;
  color: #fff !important;
}

.widget-danger .bg-appearance a {
  color: #fff !important;
}

.widget-danger a.bg-appearance:hover, .widget-danger button.bg-appearance:hover {
  background-color: #bd2130 !important;
  color: #fff !important;
}

.widget-danger .btn-appearance {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.widget-danger .btn-appearance:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.widget-danger .btn-appearance:focus, .widget-danger .btn-appearance.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.widget-danger .btn-appearance.disabled, .widget-danger .btn-appearance:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.widget-danger .btn-appearance:not(:disabled):not(.disabled):active, .widget-danger .btn-appearance:not(:disabled):not(.disabled).active, .show > .widget-danger .btn-appearance.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.widget-danger .btn-appearance:not(:disabled):not(.disabled):active:focus, .widget-danger .btn-appearance:not(:disabled):not(.disabled).active:focus, .show > .widget-danger .btn-appearance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.widget-danger .btn-outline-appearance {
  color: #dc3545;
  border-color: #dc3545;
}

.widget-danger .btn-outline-appearance:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.widget-danger .btn-outline-appearance:focus, .widget-danger .btn-outline-appearance.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.widget-danger .btn-outline-appearance.disabled, .widget-danger .btn-outline-appearance:disabled {
  color: #dc3545;
  background-color: transparent;
}

.widget-danger .btn-outline-appearance:not(:disabled):not(.disabled):active, .widget-danger .btn-outline-appearance:not(:disabled):not(.disabled).active, .show > .widget-danger .btn-outline-appearance.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.widget-danger .btn-outline-appearance:not(:disabled):not(.disabled):active:focus, .widget-danger .btn-outline-appearance:not(:disabled):not(.disabled).active:focus, .show > .widget-danger .btn-outline-appearance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.widget-danger a.text-appearance, .widget-danger .btn-appearance {
  text-decoration-color: #dc3545;
}

.widget-danger a.text-appearance:hover, .widget-danger a.text-appearance:focus, .widget-danger .btn-appearance:hover, .widget-danger .btn-appearance:focus {
  text-decoration-color: #c82333;
}

.widget-danger a:hover i.text-appearance {
  color: #c82333 !important;
}

.widget-danger .border-appearance.active, .widget-danger .border-appearance:hover {
  border-color: #dc3545;
}

.widget-danger .pagination .page-item .page-link {
  color: #dc3545;
}

.widget-danger .pagination .page-item .page-link:hover, .widget-danger .pagination .page-item .page-link:focus {
  color: #a71d2a;
}

.widget-danger .pagination .page-item.active .page-link {
  border-color: #dc3545;
  background-color: #dc3545;
  color: #fff;
}

.widget-placeholder {
  background-color: #dcdbd8;
  text-align: center;
  padding: 0;
}

.widget-placeholder.proportional-placeholder > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.widget-placeholder > div {
  padding: 1rem;
}

.widget-placeholder > div > p.title {
  font-weight: bold;
}

.widget-placeholder > div > p.description {
  font-size: 0.9rem;
  margin-bottom: 0;
  font-style: italic;
}

.widget-attribute.widget-primary .v-s-boxes .v-s-box.active {
  color: #0c426e !important;
  border-color: #0c426e !important;
}

.widget-attribute.widget-secondary .v-s-boxes .v-s-box.active {
  color: #d4021d !important;
  border-color: #d4021d !important;
}

.widget-attribute.widget-success .v-s-boxes .v-s-box.active {
  color: #28a745 !important;
  border-color: #28a745 !important;
}

.widget-attribute.widget-info .v-s-boxes .v-s-box.active {
  color: #0c426e !important;
  border-color: #0c426e !important;
}

.widget-attribute.widget-warning .v-s-boxes .v-s-box.active {
  color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.widget-attribute.widget-danger .v-s-boxes .v-s-box.active {
  color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.widget-wish-list .category-list-view-port button, .page-wish-list .category-list-view-port button {
  white-space: nowrap;
  display: flex;
  flex-direction: row-reverse;
}

.widget-wish-list .category-list-view-port button i.fa, .page-wish-list .category-list-view-port button i.fa {
  font-size: inherit;
  line-height: inherit;
  margin-left: 0.25rem;
}

.widget-wish-list .item-additional-information .badge, .widget-wish-list .item-additional-information .tag, .page-wish-list .item-additional-information .badge, .page-wish-list .item-additional-information .tag {
  font-size: 85%;
}

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}

.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (min-width: 576px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .hidden-sm-up {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .hidden-md-up {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .hidden-lg-up {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .hidden-xl-up {
    display: none !important;
  }
}
.tag {
  color: #fff;
}

.tag-primary {
  color: #fff;
}

.tag-secondary {
  color: #fff;
}

.tag-success {
  color: #fff;
}

.tag-info {
  color: #fff;
}

.tag-warning {
  color: #fff;
}

.tag-danger {
  color: #fff;
}

.modal-header .close {
  order: 999;
}

@font-face {
  font-family: "fontello";
  src: url("../documents/fonts/fontello/fontello.eot?50996983");
  src: url("../documents/fonts/fontello/fontello.eot?50996983#iefix") format("embedded-opentype"), url("../documents/fonts/fontello/fontello.woff2?50996983") format("woff2"), url("../documents/fonts/fontello/fontello.woff?50996983") format("woff"), url("../documents/fonts/fontello/fontello.ttf?50996983") format("truetype"), url("../documents/fonts/fontello/fontello.svg?50996983#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?50996983#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-glass:before {
  content: "\e800";
} /* '' */
.icon-music:before {
  content: "\e801";
} /* '' */
.icon-search:before {
  content: "\e802";
} /* '' */
.icon-mail:before {
  content: "\e803";
} /* '' */
.icon-heart:before {
  content: "\e804";
} /* '' */
.icon-heart-empty:before {
  content: "\e805";
} /* '' */
.icon-star:before {
  content: "\e806";
} /* '' */
.icon-star-empty:before {
  content: "\e807";
} /* '' */
.icon-star-half:before {
  content: "\e808";
} /* '' */
.icon-user:before {
  content: "\e809";
} /* '' */
.icon-users:before {
  content: "\e80a";
} /* '' */
.icon-video:before {
  content: "\e80b";
} /* '' */
.icon-videocam:before {
  content: "\e80c";
} /* '' */
.icon-picture:before {
  content: "\e80d";
} /* '' */
.icon-camera:before {
  content: "\e80e";
} /* '' */
.icon-camera-alt:before {
  content: "\e80f";
} /* '' */
.icon-th-large:before {
  content: "\e810";
} /* '' */
.icon-th:before {
  content: "\e811";
} /* '' */
.icon-th-list:before {
  content: "\e812";
} /* '' */
.icon-ok:before {
  content: "\e813";
} /* '' */
.icon-ok-circled:before {
  content: "\e814";
} /* '' */
.icon-ok-circled2:before {
  content: "\e815";
} /* '' */
.icon-cancel:before {
  content: "\e816";
} /* '' */
.icon-cancel-circled:before {
  content: "\e817";
} /* '' */
.icon-cancel-circled2:before {
  content: "\e818";
} /* '' */
.icon-plus:before {
  content: "\e819";
} /* '' */
.icon-plus-circled:before {
  content: "\e81a";
} /* '' */
.icon-minus:before {
  content: "\e81b";
} /* '' */
.icon-minus-circled:before {
  content: "\e81c";
} /* '' */
.icon-help-circled:before {
  content: "\e81d";
} /* '' */
.icon-info-circled:before {
  content: "\e81e";
} /* '' */
.icon-home:before {
  content: "\e81f";
} /* '' */
.icon-link:before {
  content: "\e820";
} /* '' */
.icon-attach:before {
  content: "\e821";
} /* '' */
.icon-lock:before {
  content: "\e822";
} /* '' */
.icon-lock-open:before {
  content: "\e823";
} /* '' */
.icon-pin:before {
  content: "\e824";
} /* '' */
.icon-eye:before {
  content: "\e825";
} /* '' */
.icon-eye-off:before {
  content: "\e826";
} /* '' */
.icon-tag:before {
  content: "\e827";
} /* '' */
.icon-tags:before {
  content: "\e828";
} /* '' */
.icon-bookmark:before {
  content: "\e829";
} /* '' */
.icon-flag:before {
  content: "\e82a";
} /* '' */
.icon-thumbs-up:before {
  content: "\e82b";
} /* '' */
.icon-thumbs-down:before {
  content: "\e82c";
} /* '' */
.icon-download:before {
  content: "\e82d";
} /* '' */
.icon-upload:before {
  content: "\e82e";
} /* '' */
.icon-forward:before {
  content: "\e82f";
} /* '' */
.icon-export:before {
  content: "\e830";
} /* '' */
.icon-pencil:before {
  content: "\e831";
} /* '' */
.icon-edit:before {
  content: "\e832";
} /* '' */
.icon-print:before {
  content: "\e833";
} /* '' */
.icon-retweet:before {
  content: "\e834";
} /* '' */
.icon-comment:before {
  content: "\e835";
} /* '' */
.icon-chat:before {
  content: "\e836";
} /* '' */
.icon-bell:before {
  content: "\e837";
} /* '' */
.icon-attention:before {
  content: "\e838";
} /* '' */
.icon-attention-circled:before {
  content: "\e839";
} /* '' */
.icon-location:before {
  content: "\e83a";
} /* '' */
.icon-trash-empty:before {
  content: "\e83b";
} /* '' */
.icon-doc:before {
  content: "\e83c";
} /* '' */
.icon-folder:before {
  content: "\e83d";
} /* '' */
.icon-folder-open:before {
  content: "\e83e";
} /* '' */
.icon-phone:before {
  content: "\e83f";
} /* '' */
.icon-cog:before {
  content: "\e840";
} /* '' */
.icon-cog-alt:before {
  content: "\e841";
} /* '' */
.icon-wrench:before {
  content: "\e842";
} /* '' */
.icon-basket:before {
  content: "\e843";
} /* '' */
.icon-calendar:before {
  content: "\e844";
} /* '' */
.icon-login:before {
  content: "\e845";
} /* '' */
.icon-logout:before {
  content: "\e846";
} /* '' */
.icon-volume-off:before {
  content: "\e847";
} /* '' */
.icon-volume-down:before {
  content: "\e848";
} /* '' */
.icon-volume-up:before {
  content: "\e849";
} /* '' */
.icon-headphones:before {
  content: "\e84a";
} /* '' */
.icon-clock:before {
  content: "\e84b";
} /* '' */
.icon-block:before {
  content: "\e84c";
} /* '' */
.icon-resize-full:before {
  content: "\e84d";
} /* '' */
.icon-resize-small:before {
  content: "\e84e";
} /* '' */
.icon-resize-vertical:before {
  content: "\e84f";
} /* '' */
.icon-resize-horizontal:before {
  content: "\e850";
} /* '' */
.icon-zoom-in:before {
  content: "\e851";
} /* '' */
.icon-zoom-out:before {
  content: "\e852";
} /* '' */
.icon-down-circled2:before {
  content: "\e853";
} /* '' */
.icon-up-circled2:before {
  content: "\e854";
} /* '' */
.icon-down-dir:before {
  content: "\e855";
} /* '' */
.icon-up-dir:before {
  content: "\e856";
} /* '' */
.icon-left-dir:before {
  content: "\e857";
} /* '' */
.icon-right-dir:before {
  content: "\e858";
} /* '' */
.icon-down-open:before {
  content: "\e859";
} /* '' */
.icon-left-open:before {
  content: "\e85a";
} /* '' */
.icon-right-open:before {
  content: "\e85b";
} /* '' */
.icon-up-open:before {
  content: "\e85c";
} /* '' */
.icon-down-big:before {
  content: "\e85d";
} /* '' */
.icon-left-big:before {
  content: "\e85e";
} /* '' */
.icon-right-big:before {
  content: "\e85f";
} /* '' */
.icon-up-big:before {
  content: "\e860";
} /* '' */
.icon-right-hand:before {
  content: "\e861";
} /* '' */
.icon-left-hand:before {
  content: "\e862";
} /* '' */
.icon-up-hand:before {
  content: "\e863";
} /* '' */
.icon-down-hand:before {
  content: "\e864";
} /* '' */
.icon-cw:before {
  content: "\e865";
} /* '' */
.icon-ccw:before {
  content: "\e866";
} /* '' */
.icon-arrows-cw:before {
  content: "\e867";
} /* '' */
.icon-shuffle:before {
  content: "\e868";
} /* '' */
.icon-play:before {
  content: "\e869";
} /* '' */
.icon-play-circled2:before {
  content: "\e86a";
} /* '' */
.icon-stop:before {
  content: "\e86b";
} /* '' */
.icon-pause:before {
  content: "\e86c";
} /* '' */
.icon-to-end:before {
  content: "\e86d";
} /* '' */
.icon-to-end-alt:before {
  content: "\e86e";
} /* '' */
.icon-to-start:before {
  content: "\e86f";
} /* '' */
.icon-to-start-alt:before {
  content: "\e870";
} /* '' */
.icon-fast-fw:before {
  content: "\e871";
} /* '' */
.icon-fast-bw:before {
  content: "\e872";
} /* '' */
.icon-eject:before {
  content: "\e873";
} /* '' */
.icon-target:before {
  content: "\e874";
} /* '' */
.icon-signal:before {
  content: "\e875";
} /* '' */
.icon-award:before {
  content: "\e876";
} /* '' */
.icon-inbox:before {
  content: "\e877";
} /* '' */
.icon-globe:before {
  content: "\e878";
} /* '' */
.icon-cloud:before {
  content: "\e879";
} /* '' */
.icon-flash:before {
  content: "\e87a";
} /* '' */
.icon-umbrella:before {
  content: "\e87b";
} /* '' */
.icon-flight:before {
  content: "\e87c";
} /* '' */
.icon-leaf:before {
  content: "\e87d";
} /* '' */
.icon-font:before {
  content: "\e87e";
} /* '' */
.icon-bold:before {
  content: "\e87f";
} /* '' */
.icon-italic:before {
  content: "\e880";
} /* '' */
.icon-text-height:before {
  content: "\e881";
} /* '' */
.icon-text-width:before {
  content: "\e882";
} /* '' */
.icon-align-left:before {
  content: "\e883";
} /* '' */
.icon-align-center:before {
  content: "\e884";
} /* '' */
.icon-align-right:before {
  content: "\e885";
} /* '' */
.icon-align-justify:before {
  content: "\e886";
} /* '' */
.icon-list:before {
  content: "\e887";
} /* '' */
.icon-indent-left:before {
  content: "\e888";
} /* '' */
.icon-indent-right:before {
  content: "\e889";
} /* '' */
.icon-scissors:before {
  content: "\e88a";
} /* '' */
.icon-briefcase:before {
  content: "\e88b";
} /* '' */
.icon-off:before {
  content: "\e88c";
} /* '' */
.icon-road:before {
  content: "\e88d";
} /* '' */
.icon-list-alt:before {
  content: "\e88e";
} /* '' */
.icon-qrcode:before {
  content: "\e88f";
} /* '' */
.icon-barcode:before {
  content: "\e890";
} /* '' */
.icon-book:before {
  content: "\e891";
} /* '' */
.icon-adjust:before {
  content: "\e892";
} /* '' */
.icon-tint:before {
  content: "\e893";
} /* '' */
.icon-check:before {
  content: "\e894";
} /* '' */
.icon-asterisk:before {
  content: "\e895";
} /* '' */
.icon-gift:before {
  content: "\e896";
} /* '' */
.icon-fire:before {
  content: "\e897";
} /* '' */
.icon-magnet:before {
  content: "\e898";
} /* '' */
.icon-chart-bar:before {
  content: "\e899";
} /* '' */
.icon-credit-card:before {
  content: "\e89a";
} /* '' */
.icon-floppy:before {
  content: "\e89b";
} /* '' */
.icon-megaphone:before {
  content: "\e89c";
} /* '' */
.icon-key:before {
  content: "\e89d";
} /* '' */
.icon-truck:before {
  content: "\e89e";
} /* '' */
.icon-hammer:before {
  content: "\e89f";
} /* '' */
.icon-lemon:before {
  content: "\e8a0";
} /* '' */
.icon-note:before {
  content: "\e8a1";
} /* '' */
.icon-note-beamed:before {
  content: "\e8a2";
} /* '' */
.icon-music-1:before {
  content: "\e8a3";
} /* '' */
.icon-search-1:before {
  content: "\e8a4";
} /* '' */
.icon-flashlight:before {
  content: "\e8a5";
} /* '' */
.icon-mail-1:before {
  content: "\e8a6";
} /* '' */
.icon-heart-1:before {
  content: "\e8a7";
} /* '' */
.icon-heart-empty-1:before {
  content: "\e8a8";
} /* '' */
.icon-star-1:before {
  content: "\e8a9";
} /* '' */
.icon-star-empty-1:before {
  content: "\e8aa";
} /* '' */
.icon-user-1:before {
  content: "\e8ab";
} /* '' */
.icon-users-1:before {
  content: "\e8ac";
} /* '' */
.icon-user-add:before {
  content: "\e8ad";
} /* '' */
.icon-video-1:before {
  content: "\e8ae";
} /* '' */
.icon-picture-1:before {
  content: "\e8af";
} /* '' */
.icon-camera-1:before {
  content: "\e8b0";
} /* '' */
.icon-layout:before {
  content: "\e8b1";
} /* '' */
.icon-menu-1:before {
  content: "\e8b2";
} /* '' */
.icon-check-1:before {
  content: "\e8b3";
} /* '' */
.icon-cancel-1:before {
  content: "\e8b4";
} /* '' */
.icon-cancel-circled-1:before {
  content: "\e8b5";
} /* '' */
.icon-cancel-squared:before {
  content: "\e8b6";
} /* '' */
.icon-plus-1:before {
  content: "\e8b7";
} /* '' */
.icon-plus-circled-1:before {
  content: "\e8b8";
} /* '' */
.icon-plus-squared-1:before {
  content: "\e8b9";
} /* '' */
.icon-minus-1:before {
  content: "\e8ba";
} /* '' */
.icon-minus-circled-1:before {
  content: "\e8bb";
} /* '' */
.icon-minus-squared-1:before {
  content: "\e8bc";
} /* '' */
.icon-help-1:before {
  content: "\e8bd";
} /* '' */
.icon-help-circled-1:before {
  content: "\e8be";
} /* '' */
.icon-info-1:before {
  content: "\e8bf";
} /* '' */
.icon-info-circled-1:before {
  content: "\e8c0";
} /* '' */
.icon-back:before {
  content: "\e8c1";
} /* '' */
.icon-home-1:before {
  content: "\e8c2";
} /* '' */
.icon-link-1:before {
  content: "\e8c3";
} /* '' */
.icon-attach-1:before {
  content: "\e8c4";
} /* '' */
.icon-lock-1:before {
  content: "\e8c5";
} /* '' */
.icon-lock-open-1:before {
  content: "\e8c6";
} /* '' */
.icon-eye-1:before {
  content: "\e8c7";
} /* '' */
.icon-tag-1:before {
  content: "\e8c8";
} /* '' */
.icon-bookmark-1:before {
  content: "\e8c9";
} /* '' */
.icon-bookmarks:before {
  content: "\e8ca";
} /* '' */
.icon-flag-1:before {
  content: "\e8cb";
} /* '' */
.icon-thumbs-up-1:before {
  content: "\e8cc";
} /* '' */
.icon-thumbs-down-1:before {
  content: "\e8cd";
} /* '' */
.icon-download-1:before {
  content: "\e8ce";
} /* '' */
.icon-upload-1:before {
  content: "\e8cf";
} /* '' */
.icon-upload-cloud-1:before {
  content: "\e8d0";
} /* '' */
.icon-reply-1:before {
  content: "\e8d1";
} /* '' */
.icon-reply-all-1:before {
  content: "\e8d2";
} /* '' */
.icon-forward-1:before {
  content: "\e8d3";
} /* '' */
.icon-quote:before {
  content: "\e8d4";
} /* '' */
.icon-code-1:before {
  content: "\e8d5";
} /* '' */
.icon-export-1:before {
  content: "\e8d6";
} /* '' */
.icon-pencil-1:before {
  content: "\e8d7";
} /* '' */
.icon-feather:before {
  content: "\e8d8";
} /* '' */
.icon-print-1:before {
  content: "\e8d9";
} /* '' */
.icon-retweet-1:before {
  content: "\e8da";
} /* '' */
.icon-keyboard-1:before {
  content: "\e8db";
} /* '' */
.icon-comment-1:before {
  content: "\e8dc";
} /* '' */
.icon-chat-1:before {
  content: "\e8dd";
} /* '' */
.icon-bell-1:before {
  content: "\e8de";
} /* '' */
.icon-attention-1:before {
  content: "\e8df";
} /* '' */
.icon-alert:before {
  content: "\e8e0";
} /* '' */
.icon-vcard:before {
  content: "\e8e1";
} /* '' */
.icon-address:before {
  content: "\e8e2";
} /* '' */
.icon-location-1:before {
  content: "\e8e3";
} /* '' */
.icon-map-1:before {
  content: "\e8e4";
} /* '' */
.icon-direction-1:before {
  content: "\e8e5";
} /* '' */
.icon-compass-1:before {
  content: "\e8e6";
} /* '' */
.icon-cup:before {
  content: "\e8e7";
} /* '' */
.icon-trash-1:before {
  content: "\e8e8";
} /* '' */
.icon-doc-1:before {
  content: "\e8e9";
} /* '' */
.icon-docs-1:before {
  content: "\e8ea";
} /* '' */
.icon-doc-landscape:before {
  content: "\e8eb";
} /* '' */
.icon-doc-text-1:before {
  content: "\e8ec";
} /* '' */
.icon-doc-text-inv-1:before {
  content: "\e8ed";
} /* '' */
.icon-newspaper-1:before {
  content: "\e8ee";
} /* '' */
.icon-book-open:before {
  content: "\e8ef";
} /* '' */
.icon-book-1:before {
  content: "\e8f0";
} /* '' */
.icon-folder-1:before {
  content: "\e8f1";
} /* '' */
.icon-archive:before {
  content: "\e8f2";
} /* '' */
.icon-box-1:before {
  content: "\e8f3";
} /* '' */
.icon-rss-1:before {
  content: "\e8f4";
} /* '' */
.icon-phone-1:before {
  content: "\e8f5";
} /* '' */
.icon-cog-1:before {
  content: "\e8f6";
} /* '' */
.icon-tools:before {
  content: "\e8f7";
} /* '' */
.icon-share-1:before {
  content: "\e8f8";
} /* '' */
.icon-shareable:before {
  content: "\e8f9";
} /* '' */
.icon-basket-1:before {
  content: "\e8fa";
} /* '' */
.icon-bag:before {
  content: "\e8fb";
} /* '' */
.icon-calendar-1:before {
  content: "\e8fc";
} /* '' */
.icon-login-1:before {
  content: "\e8fd";
} /* '' */
.icon-logout-1:before {
  content: "\e8fe";
} /* '' */
.icon-mic-1:before {
  content: "\e8ff";
} /* '' */
.icon-mute-1:before {
  content: "\e900";
} /* '' */
.icon-sound:before {
  content: "\e901";
} /* '' */
.icon-volume:before {
  content: "\e902";
} /* '' */
.icon-clock-1:before {
  content: "\e903";
} /* '' */
.icon-hourglass-4:before {
  content: "\e904";
} /* '' */
.icon-lamp:before {
  content: "\e905";
} /* '' */
.icon-light-down:before {
  content: "\e906";
} /* '' */
.icon-light-up:before {
  content: "\e907";
} /* '' */
.icon-adjust-1:before {
  content: "\e908";
} /* '' */
.icon-block-1:before {
  content: "\e909";
} /* '' */
.icon-resize-full-1:before {
  content: "\e90a";
} /* '' */
.icon-resize-small-1:before {
  content: "\e90b";
} /* '' */
.icon-popup:before {
  content: "\e90c";
} /* '' */
.icon-publish:before {
  content: "\e90d";
} /* '' */
.icon-window:before {
  content: "\e90e";
} /* '' */
.icon-arrow-combo:before {
  content: "\e90f";
} /* '' */
.icon-down-circled-1:before {
  content: "\e910";
} /* '' */
.icon-left-circled-1:before {
  content: "\e911";
} /* '' */
.icon-right-circled-1:before {
  content: "\e912";
} /* '' */
.icon-up-circled-1:before {
  content: "\e913";
} /* '' */
.icon-down-open-1:before {
  content: "\e914";
} /* '' */
.icon-left-open-1:before {
  content: "\e915";
} /* '' */
.icon-right-open-1:before {
  content: "\e916";
} /* '' */
.icon-up-open-1:before {
  content: "\e917";
} /* '' */
.icon-down-open-mini:before {
  content: "\e918";
} /* '' */
.icon-left-open-mini:before {
  content: "\e919";
} /* '' */
.icon-right-open-mini:before {
  content: "\e91a";
} /* '' */
.icon-up-open-mini:before {
  content: "\e91b";
} /* '' */
.icon-down-open-big:before {
  content: "\e91c";
} /* '' */
.icon-left-open-big:before {
  content: "\e91d";
} /* '' */
.icon-right-open-big:before {
  content: "\e91e";
} /* '' */
.icon-up-open-big:before {
  content: "\e91f";
} /* '' */
.icon-down-1:before {
  content: "\e920";
} /* '' */
.icon-left-1:before {
  content: "\e921";
} /* '' */
.icon-right-1:before {
  content: "\e922";
} /* '' */
.icon-up-1:before {
  content: "\e923";
} /* '' */
.icon-down-dir-1:before {
  content: "\e924";
} /* '' */
.icon-left-dir-1:before {
  content: "\e925";
} /* '' */
.icon-right-dir-1:before {
  content: "\e926";
} /* '' */
.icon-up-dir-1:before {
  content: "\e927";
} /* '' */
.icon-down-bold:before {
  content: "\e928";
} /* '' */
.icon-left-bold:before {
  content: "\e929";
} /* '' */
.icon-right-bold:before {
  content: "\e92a";
} /* '' */
.icon-up-bold:before {
  content: "\e92b";
} /* '' */
.icon-down-thin:before {
  content: "\e92c";
} /* '' */
.icon-left-thin:before {
  content: "\e92d";
} /* '' */
.icon-right-thin:before {
  content: "\e92e";
} /* '' */
.icon-up-thin:before {
  content: "\e92f";
} /* '' */
.icon-ccw-1:before {
  content: "\e930";
} /* '' */
.icon-cw-1:before {
  content: "\e931";
} /* '' */
.icon-arrows-ccw:before {
  content: "\e932";
} /* '' */
.icon-level-down-1:before {
  content: "\e933";
} /* '' */
.icon-level-up-1:before {
  content: "\e934";
} /* '' */
.icon-shuffle-1:before {
  content: "\e935";
} /* '' */
.icon-loop:before {
  content: "\e936";
} /* '' */
.icon-switch:before {
  content: "\e937";
} /* '' */
.icon-play-1:before {
  content: "\e938";
} /* '' */
.icon-stop-1:before {
  content: "\e939";
} /* '' */
.icon-pause-1:before {
  content: "\e93a";
} /* '' */
.icon-record:before {
  content: "\e93b";
} /* '' */
.icon-to-end-1:before {
  content: "\e93c";
} /* '' */
.icon-to-start-1:before {
  content: "\e93d";
} /* '' */
.icon-fast-forward:before {
  content: "\e93e";
} /* '' */
.icon-fast-backward:before {
  content: "\e93f";
} /* '' */
.icon-progress-0:before {
  content: "\e940";
} /* '' */
.icon-progress-1:before {
  content: "\e941";
} /* '' */
.icon-progress-2:before {
  content: "\e942";
} /* '' */
.icon-progress-3:before {
  content: "\e943";
} /* '' */
.icon-target-1:before {
  content: "\e944";
} /* '' */
.icon-palette:before {
  content: "\e945";
} /* '' */
.icon-list-1:before {
  content: "\e946";
} /* '' */
.icon-list-add:before {
  content: "\e947";
} /* '' */
.icon-signal-1:before {
  content: "\e948";
} /* '' */
.icon-trophy:before {
  content: "\e949";
} /* '' */
.icon-battery:before {
  content: "\e94a";
} /* '' */
.icon-back-in-time:before {
  content: "\e94b";
} /* '' */
.icon-monitor:before {
  content: "\e94c";
} /* '' */
.icon-mobile-1:before {
  content: "\e94d";
} /* '' */
.icon-network:before {
  content: "\e94e";
} /* '' */
.icon-cd:before {
  content: "\e94f";
} /* '' */
.icon-inbox-1:before {
  content: "\e950";
} /* '' */
.icon-install:before {
  content: "\e951";
} /* '' */
.icon-globe-1:before {
  content: "\e952";
} /* '' */
.icon-cloud-1:before {
  content: "\e953";
} /* '' */
.icon-cloud-thunder:before {
  content: "\e954";
} /* '' */
.icon-flash-1:before {
  content: "\e955";
} /* '' */
.icon-moon-1:before {
  content: "\e956";
} /* '' */
.icon-flight-1:before {
  content: "\e957";
} /* '' */
.icon-paper-plane-1:before {
  content: "\e958";
} /* '' */
.icon-leaf-1:before {
  content: "\e959";
} /* '' */
.icon-lifebuoy-1:before {
  content: "\e95a";
} /* '' */
.icon-mouse:before {
  content: "\e95b";
} /* '' */
.icon-briefcase-1:before {
  content: "\e95c";
} /* '' */
.icon-suitcase-1:before {
  content: "\e95d";
} /* '' */
.icon-dot:before {
  content: "\e95e";
} /* '' */
.icon-dot-2:before {
  content: "\e95f";
} /* '' */
.icon-dot-3:before {
  content: "\e960";
} /* '' */
.icon-brush-1:before {
  content: "\e961";
} /* '' */
.icon-magnet-1:before {
  content: "\e962";
} /* '' */
.icon-infinity:before {
  content: "\e963";
} /* '' */
.icon-erase:before {
  content: "\e964";
} /* '' */
.icon-chart-pie-1:before {
  content: "\e965";
} /* '' */
.icon-chart-line-1:before {
  content: "\e966";
} /* '' */
.icon-chart-bar-1:before {
  content: "\e967";
} /* '' */
.icon-chart-area-1:before {
  content: "\e968";
} /* '' */
.icon-tape:before {
  content: "\e969";
} /* '' */
.icon-graduation-cap-1:before {
  content: "\e96a";
} /* '' */
.icon-language-1:before {
  content: "\e96b";
} /* '' */
.icon-ticket-1:before {
  content: "\e96c";
} /* '' */
.icon-water:before {
  content: "\e96d";
} /* '' */
.icon-droplet:before {
  content: "\e96e";
} /* '' */
.icon-air:before {
  content: "\e96f";
} /* '' */
.icon-credit-card-1:before {
  content: "\e970";
} /* '' */
.icon-floppy-1:before {
  content: "\e971";
} /* '' */
.icon-clipboard:before {
  content: "\e972";
} /* '' */
.icon-megaphone-1:before {
  content: "\e973";
} /* '' */
.icon-database-1:before {
  content: "\e974";
} /* '' */
.icon-drive:before {
  content: "\e975";
} /* '' */
.icon-bucket:before {
  content: "\e976";
} /* '' */
.icon-thermometer-1:before {
  content: "\e977";
} /* '' */
.icon-key-1:before {
  content: "\e978";
} /* '' */
.icon-flow-cascade:before {
  content: "\e979";
} /* '' */
.icon-flow-branch:before {
  content: "\e97a";
} /* '' */
.icon-flow-tree:before {
  content: "\e97b";
} /* '' */
.icon-flow-line:before {
  content: "\e97c";
} /* '' */
.icon-flow-parallel:before {
  content: "\e97d";
} /* '' */
.icon-rocket-1:before {
  content: "\e97e";
} /* '' */
.icon-gauge-1:before {
  content: "\e97f";
} /* '' */
.icon-traffic-cone:before {
  content: "\e980";
} /* '' */
.icon-cc-1:before {
  content: "\e981";
} /* '' */
.icon-cc-by:before {
  content: "\e982";
} /* '' */
.icon-cc-nc:before {
  content: "\e983";
} /* '' */
.icon-cc-nc-eu:before {
  content: "\e984";
} /* '' */
.icon-cc-nc-jp:before {
  content: "\e985";
} /* '' */
.icon-cc-sa:before {
  content: "\e986";
} /* '' */
.icon-cc-nd:before {
  content: "\e987";
} /* '' */
.icon-cc-pd:before {
  content: "\e988";
} /* '' */
.icon-cc-zero:before {
  content: "\e989";
} /* '' */
.icon-cc-share:before {
  content: "\e98a";
} /* '' */
.icon-cc-remix:before {
  content: "\e98b";
} /* '' */
.icon-github-1:before {
  content: "\e98c";
} /* '' */
.icon-flickr-circled:before {
  content: "\e98d";
} /* '' */
.icon-facebook-1:before {
  content: "\e98e";
} /* '' */
.icon-music-outline:before {
  content: "\e98f";
} /* '' */
.icon-music-2:before {
  content: "\e990";
} /* '' */
.icon-search-outline:before {
  content: "\e991";
} /* '' */
.icon-search-2:before {
  content: "\e992";
} /* '' */
.icon-mail-2:before {
  content: "\e993";
} /* '' */
.icon-heart-2:before {
  content: "\e994";
} /* '' */
.icon-heart-filled:before {
  content: "\e995";
} /* '' */
.icon-star-2:before {
  content: "\e996";
} /* '' */
.icon-star-filled:before {
  content: "\e997";
} /* '' */
.icon-user-outline:before {
  content: "\e998";
} /* '' */
.icon-user-2:before {
  content: "\e999";
} /* '' */
.icon-users-outline:before {
  content: "\e99a";
} /* '' */
.icon-users-2:before {
  content: "\e99b";
} /* '' */
.icon-user-add-outline:before {
  content: "\e99c";
} /* '' */
.icon-user-add-1:before {
  content: "\e99d";
} /* '' */
.icon-user-delete-outline:before {
  content: "\e99e";
} /* '' */
.icon-user-delete:before {
  content: "\e99f";
} /* '' */
.icon-video-2:before {
  content: "\e9a0";
} /* '' */
.icon-videocam-outline:before {
  content: "\e9a1";
} /* '' */
.icon-videocam-1:before {
  content: "\e9a2";
} /* '' */
.icon-picture-outline:before {
  content: "\e9a3";
} /* '' */
.icon-picture-2:before {
  content: "\e9a4";
} /* '' */
.icon-camera-outline:before {
  content: "\e9a5";
} /* '' */
.icon-camera-2:before {
  content: "\e9a6";
} /* '' */
.icon-th-outline:before {
  content: "\e9a7";
} /* '' */
.icon-th-1:before {
  content: "\e9a8";
} /* '' */
.icon-th-large-outline:before {
  content: "\e9a9";
} /* '' */
.icon-th-large-1:before {
  content: "\e9aa";
} /* '' */
.icon-th-list-outline:before {
  content: "\e9ab";
} /* '' */
.icon-th-list-1:before {
  content: "\e9ac";
} /* '' */
.icon-ok-outline:before {
  content: "\e9ad";
} /* '' */
.icon-ok-1:before {
  content: "\e9ae";
} /* '' */
.icon-cancel-outline:before {
  content: "\e9af";
} /* '' */
.icon-cancel-2:before {
  content: "\e9b0";
} /* '' */
.icon-cancel-alt:before {
  content: "\e9b1";
} /* '' */
.icon-cancel-alt-filled:before {
  content: "\e9b2";
} /* '' */
.icon-cancel-circled-outline:before {
  content: "\e9b3";
} /* '' */
.icon-cancel-circled-2:before {
  content: "\e9b4";
} /* '' */
.icon-plus-outline:before {
  content: "\e9b5";
} /* '' */
.icon-plus-2:before {
  content: "\e9b6";
} /* '' */
.icon-minus-outline:before {
  content: "\e9b7";
} /* '' */
.icon-minus-2:before {
  content: "\e9b8";
} /* '' */
.icon-divide-outline:before {
  content: "\e9b9";
} /* '' */
.icon-divide:before {
  content: "\e9ba";
} /* '' */
.icon-eq-outline:before {
  content: "\e9bb";
} /* '' */
.icon-eq:before {
  content: "\e9bc";
} /* '' */
.icon-info-outline:before {
  content: "\e9bd";
} /* '' */
.icon-info-2:before {
  content: "\e9be";
} /* '' */
.icon-home-outline:before {
  content: "\e9bf";
} /* '' */
.icon-home-2:before {
  content: "\e9c0";
} /* '' */
.icon-link-outline:before {
  content: "\e9c1";
} /* '' */
.icon-link-2:before {
  content: "\e9c2";
} /* '' */
.icon-attach-outline:before {
  content: "\e9c3";
} /* '' */
.icon-attach-2:before {
  content: "\e9c4";
} /* '' */
.icon-lock-2:before {
  content: "\e9c5";
} /* '' */
.icon-lock-filled:before {
  content: "\e9c6";
} /* '' */
.icon-lock-open-2:before {
  content: "\e9c7";
} /* '' */
.icon-lock-open-filled:before {
  content: "\e9c8";
} /* '' */
.icon-pin-outline:before {
  content: "\e9c9";
} /* '' */
.icon-pin-1:before {
  content: "\e9ca";
} /* '' */
.icon-eye-outline:before {
  content: "\e9cb";
} /* '' */
.icon-eye-2:before {
  content: "\e9cc";
} /* '' */
.icon-tag-2:before {
  content: "\e9cd";
} /* '' */
.icon-tags-1:before {
  content: "\e9ce";
} /* '' */
.icon-bookmark-2:before {
  content: "\e9cf";
} /* '' */
.icon-flag-2:before {
  content: "\e9d0";
} /* '' */
.icon-flag-filled:before {
  content: "\e9d1";
} /* '' */
.icon-thumbs-up-2:before {
  content: "\e9d2";
} /* '' */
.icon-thumbs-down-2:before {
  content: "\e9d3";
} /* '' */
.icon-download-outline:before {
  content: "\e9d4";
} /* '' */
.icon-download-2:before {
  content: "\e9d5";
} /* '' */
.icon-upload-outline:before {
  content: "\e9d6";
} /* '' */
.icon-upload-2:before {
  content: "\e9d7";
} /* '' */
.icon-upload-cloud-outline:before {
  content: "\e9d8";
} /* '' */
.icon-upload-cloud-2:before {
  content: "\e9d9";
} /* '' */
.icon-reply-outline:before {
  content: "\e9da";
} /* '' */
.icon-reply-2:before {
  content: "\e9db";
} /* '' */
.icon-forward-outline:before {
  content: "\e9dc";
} /* '' */
.icon-forward-2:before {
  content: "\e9dd";
} /* '' */
.icon-code-outline:before {
  content: "\e9de";
} /* '' */
.icon-code-2:before {
  content: "\e9df";
} /* '' */
.icon-export-outline:before {
  content: "\e9e0";
} /* '' */
.icon-export-2:before {
  content: "\e9e1";
} /* '' */
.icon-pencil-2:before {
  content: "\e9e2";
} /* '' */
.icon-pen:before {
  content: "\e9e3";
} /* '' */
.icon-feather-1:before {
  content: "\e9e4";
} /* '' */
.icon-edit-1:before {
  content: "\e9e5";
} /* '' */
.icon-print-2:before {
  content: "\e9e6";
} /* '' */
.icon-comment-2:before {
  content: "\e9e7";
} /* '' */
.icon-chat-2:before {
  content: "\e9e8";
} /* '' */
.icon-chat-alt:before {
  content: "\e9e9";
} /* '' */
.icon-bell-2:before {
  content: "\e9ea";
} /* '' */
.icon-attention-2:before {
  content: "\e9eb";
} /* '' */
.icon-attention-filled:before {
  content: "\e9ec";
} /* '' */
.icon-warning-empty:before {
  content: "\e9ed";
} /* '' */
.icon-warning:before {
  content: "\e9ee";
} /* '' */
.icon-contacts:before {
  content: "\e9ef";
} /* '' */
.icon-vcard-1:before {
  content: "\e9f0";
} /* '' */
.icon-address-1:before {
  content: "\e9f1";
} /* '' */
.icon-location-outline:before {
  content: "\e9f2";
} /* '' */
.icon-location-2:before {
  content: "\e9f3";
} /* '' */
.icon-map-2:before {
  content: "\e9f4";
} /* '' */
.icon-direction-outline:before {
  content: "\e9f5";
} /* '' */
.icon-direction-2:before {
  content: "\e9f6";
} /* '' */
.icon-compass-2:before {
  content: "\e9f7";
} /* '' */
.icon-trash-2:before {
  content: "\e9f8";
} /* '' */
.icon-doc-2:before {
  content: "\e9f9";
} /* '' */
.icon-doc-text-2:before {
  content: "\e9fa";
} /* '' */
.icon-doc-add:before {
  content: "\e9fb";
} /* '' */
.icon-doc-remove:before {
  content: "\e9fc";
} /* '' */
.icon-news:before {
  content: "\e9fd";
} /* '' */
.icon-folder-2:before {
  content: "\e9fe";
} /* '' */
.icon-folder-add:before {
  content: "\e9ff";
} /* '' */
.icon-folder-delete:before {
  content: "\ea00";
} /* '' */
.icon-archive-1:before {
  content: "\ea01";
} /* '' */
.icon-box-2:before {
  content: "\ea02";
} /* '' */
.icon-rss-outline:before {
  content: "\ea03";
} /* '' */
.icon-rss-2:before {
  content: "\ea04";
} /* '' */
.icon-phone-outline:before {
  content: "\ea05";
} /* '' */
.icon-phone-2:before {
  content: "\ea06";
} /* '' */
.icon-menu-outline:before {
  content: "\ea07";
} /* '' */
.icon-menu-2:before {
  content: "\ea08";
} /* '' */
.icon-cog-outline:before {
  content: "\ea09";
} /* '' */
.icon-cog-2:before {
  content: "\ea0a";
} /* '' */
.icon-wrench-outline:before {
  content: "\ea0b";
} /* '' */
.icon-wrench-1:before {
  content: "\ea0c";
} /* '' */
.icon-basket-2:before {
  content: "\ea0d";
} /* '' */
.icon-calendar-outlilne:before {
  content: "\ea0e";
} /* '' */
.icon-calendar-2:before {
  content: "\ea0f";
} /* '' */
.icon-mic-outline:before {
  content: "\ea10";
} /* '' */
.icon-mic-2:before {
  content: "\ea11";
} /* '' */
.icon-volume-off-1:before {
  content: "\ea12";
} /* '' */
.icon-volume-low:before {
  content: "\ea13";
} /* '' */
.icon-volume-middle:before {
  content: "\ea14";
} /* '' */
.icon-volume-high:before {
  content: "\ea15";
} /* '' */
.icon-headphones-1:before {
  content: "\ea16";
} /* '' */
.icon-clock-2:before {
  content: "\ea17";
} /* '' */
.icon-wristwatch:before {
  content: "\ea18";
} /* '' */
.icon-stopwatch:before {
  content: "\ea19";
} /* '' */
.icon-lightbulb-1:before {
  content: "\ea1a";
} /* '' */
.icon-block-outline:before {
  content: "\ea1b";
} /* '' */
.icon-block-2:before {
  content: "\ea1c";
} /* '' */
.icon-resize-full-outline:before {
  content: "\ea1d";
} /* '' */
.icon-resize-full-2:before {
  content: "\ea1e";
} /* '' */
.icon-resize-normal-outline:before {
  content: "\ea1f";
} /* '' */
.icon-resize-normal:before {
  content: "\ea20";
} /* '' */
.icon-move-outline:before {
  content: "\ea21";
} /* '' */
.icon-move-1:before {
  content: "\ea22";
} /* '' */
.icon-popup-1:before {
  content: "\ea23";
} /* '' */
.icon-zoom-in-outline:before {
  content: "\ea24";
} /* '' */
.icon-zoom-in-1:before {
  content: "\ea25";
} /* '' */
.icon-zoom-out-outline:before {
  content: "\ea26";
} /* '' */
.icon-zoom-out-1:before {
  content: "\ea27";
} /* '' */
.icon-popup-2:before {
  content: "\ea28";
} /* '' */
.icon-left-open-outline:before {
  content: "\ea29";
} /* '' */
.icon-left-open-2:before {
  content: "\ea2a";
} /* '' */
.icon-right-open-outline:before {
  content: "\ea2b";
} /* '' */
.icon-right-open-2:before {
  content: "\ea2c";
} /* '' */
.icon-down-2:before {
  content: "\ea2d";
} /* '' */
.icon-left-2:before {
  content: "\ea2e";
} /* '' */
.icon-right-2:before {
  content: "\ea2f";
} /* '' */
.icon-up-2:before {
  content: "\ea30";
} /* '' */
.icon-down-outline:before {
  content: "\ea31";
} /* '' */
.icon-left-outline:before {
  content: "\ea32";
} /* '' */
.icon-right-outline:before {
  content: "\ea33";
} /* '' */
.icon-up-outline:before {
  content: "\ea34";
} /* '' */
.icon-down-small:before {
  content: "\ea35";
} /* '' */
.icon-left-small:before {
  content: "\ea36";
} /* '' */
.icon-right-small:before {
  content: "\ea37";
} /* '' */
.icon-up-small:before {
  content: "\ea38";
} /* '' */
.icon-cw-outline:before {
  content: "\ea39";
} /* '' */
.icon-cw-2:before {
  content: "\ea3a";
} /* '' */
.icon-arrows-cw-outline:before {
  content: "\ea3b";
} /* '' */
.icon-arrows-cw-1:before {
  content: "\ea3c";
} /* '' */
.icon-loop-outline:before {
  content: "\ea3d";
} /* '' */
.icon-loop-1:before {
  content: "\ea3e";
} /* '' */
.icon-loop-alt-outline:before {
  content: "\ea3f";
} /* '' */
.icon-loop-alt:before {
  content: "\ea40";
} /* '' */
.icon-shuffle-2:before {
  content: "\ea41";
} /* '' */
.icon-play-outline:before {
  content: "\ea42";
} /* '' */
.icon-play-2:before {
  content: "\ea43";
} /* '' */
.icon-stop-outline:before {
  content: "\ea44";
} /* '' */
.icon-stop-2:before {
  content: "\ea45";
} /* '' */
.icon-pause-outline:before {
  content: "\ea46";
} /* '' */
.icon-pause-2:before {
  content: "\ea47";
} /* '' */
.icon-fast-fw-outline:before {
  content: "\ea48";
} /* '' */
.icon-fast-fw-1:before {
  content: "\ea49";
} /* '' */
.icon-rewind-outline:before {
  content: "\ea4a";
} /* '' */
.icon-rewind:before {
  content: "\ea4b";
} /* '' */
.icon-record-outline:before {
  content: "\ea4c";
} /* '' */
.icon-record-1:before {
  content: "\ea4d";
} /* '' */
.icon-eject-outline:before {
  content: "\ea4e";
} /* '' */
.icon-eject-1:before {
  content: "\ea4f";
} /* '' */
.icon-eject-alt-outline:before {
  content: "\ea50";
} /* '' */
.icon-eject-alt:before {
  content: "\ea51";
} /* '' */
.icon-bat1:before {
  content: "\ea52";
} /* '' */
.icon-bat2:before {
  content: "\ea53";
} /* '' */
.icon-bat3:before {
  content: "\ea54";
} /* '' */
.icon-bat4:before {
  content: "\ea55";
} /* '' */
.icon-bat-charge:before {
  content: "\ea56";
} /* '' */
.icon-plug-1:before {
  content: "\ea57";
} /* '' */
.icon-target-outline:before {
  content: "\ea58";
} /* '' */
.icon-target-2:before {
  content: "\ea59";
} /* '' */
.icon-wifi-outline:before {
  content: "\ea5a";
} /* '' */
.icon-wifi-1:before {
  content: "\ea5b";
} /* '' */
.icon-desktop-1:before {
  content: "\ea5c";
} /* '' */
.icon-laptop-1:before {
  content: "\ea5d";
} /* '' */
.icon-tablet-1:before {
  content: "\ea5e";
} /* '' */
.icon-mobile-2:before {
  content: "\ea5f";
} /* '' */
.icon-contrast:before {
  content: "\ea60";
} /* '' */
.icon-globe-outline:before {
  content: "\ea61";
} /* '' */
.icon-globe-2:before {
  content: "\ea62";
} /* '' */
.icon-globe-alt-outline:before {
  content: "\ea63";
} /* '' */
.icon-globe-alt:before {
  content: "\ea64";
} /* '' */
.icon-sun-1:before {
  content: "\ea65";
} /* '' */
.icon-sun-filled:before {
  content: "\ea66";
} /* '' */
.icon-cloud-2:before {
  content: "\ea67";
} /* '' */
.icon-flash-outline:before {
  content: "\ea68";
} /* '' */
.icon-flash-2:before {
  content: "\ea69";
} /* '' */
.icon-moon-2:before {
  content: "\ea6a";
} /* '' */
.icon-waves-outline:before {
  content: "\ea6b";
} /* '' */
.icon-waves:before {
  content: "\ea6c";
} /* '' */
.icon-rain:before {
  content: "\ea6d";
} /* '' */
.icon-cloud-sun:before {
  content: "\ea6e";
} /* '' */
.icon-drizzle:before {
  content: "\ea6f";
} /* '' */
.icon-snow:before {
  content: "\ea70";
} /* '' */
.icon-cloud-flash:before {
  content: "\ea71";
} /* '' */
.icon-cloud-wind:before {
  content: "\ea72";
} /* '' */
.icon-wind:before {
  content: "\ea73";
} /* '' */
.icon-plane-outline:before {
  content: "\ea74";
} /* '' */
.icon-plane:before {
  content: "\ea75";
} /* '' */
.icon-leaf-2:before {
  content: "\ea76";
} /* '' */
.icon-lifebuoy-2:before {
  content: "\ea77";
} /* '' */
.icon-briefcase-2:before {
  content: "\ea78";
} /* '' */
.icon-brush-2:before {
  content: "\ea79";
} /* '' */
.icon-pipette:before {
  content: "\ea7a";
} /* '' */
.icon-power-outline:before {
  content: "\ea7b";
} /* '' */
.icon-power:before {
  content: "\ea7c";
} /* '' */
.icon-check-outline:before {
  content: "\ea7d";
} /* '' */
.icon-check-2:before {
  content: "\ea7e";
} /* '' */
.icon-gift-1:before {
  content: "\ea7f";
} /* '' */
.icon-temperatire:before {
  content: "\ea80";
} /* '' */
.icon-chart-outline:before {
  content: "\ea81";
} /* '' */
.icon-chart:before {
  content: "\ea82";
} /* '' */
.icon-chart-alt-outline:before {
  content: "\ea83";
} /* '' */
.icon-chart-alt:before {
  content: "\ea84";
} /* '' */
.icon-chart-bar-outline:before {
  content: "\ea85";
} /* '' */
.icon-chart-bar-2:before {
  content: "\ea86";
} /* '' */
.icon-chart-pie-outline:before {
  content: "\ea87";
} /* '' */
.icon-chart-pie-2:before {
  content: "\ea88";
} /* '' */
.icon-ticket-2:before {
  content: "\ea89";
} /* '' */
.icon-credit-card-2:before {
  content: "\ea8a";
} /* '' */
.icon-clipboard-1:before {
  content: "\ea8b";
} /* '' */
.icon-database-2:before {
  content: "\ea8c";
} /* '' */
.icon-key-outline:before {
  content: "\ea8d";
} /* '' */
.icon-key-2:before {
  content: "\ea8e";
} /* '' */
.icon-flow-split:before {
  content: "\ea8f";
} /* '' */
.icon-flow-merge:before {
  content: "\ea90";
} /* '' */
.icon-flow-parallel-1:before {
  content: "\ea91";
} /* '' */
.icon-flow-cross:before {
  content: "\ea92";
} /* '' */
.icon-certificate-outline:before {
  content: "\ea93";
} /* '' */
.icon-certificate-1:before {
  content: "\ea94";
} /* '' */
.icon-scissors-outline:before {
  content: "\ea95";
} /* '' */
.icon-scissors-1:before {
  content: "\ea96";
} /* '' */
.icon-flask:before {
  content: "\ea97";
} /* '' */
.icon-wine:before {
  content: "\ea98";
} /* '' */
.icon-coffee-1:before {
  content: "\ea99";
} /* '' */
.icon-beer-1:before {
  content: "\ea9a";
} /* '' */
.icon-anchor-outline:before {
  content: "\ea9b";
} /* '' */
.icon-anchor-1:before {
  content: "\ea9c";
} /* '' */
.icon-puzzle-outline:before {
  content: "\ea9d";
} /* '' */
.icon-puzzle-1:before {
  content: "\ea9e";
} /* '' */
.icon-tree-1:before {
  content: "\ea9f";
} /* '' */
.icon-calculator:before {
  content: "\eaa0";
} /* '' */
.icon-infinity-outline:before {
  content: "\eaa1";
} /* '' */
.icon-infinity-1:before {
  content: "\eaa2";
} /* '' */
.icon-pi-outline:before {
  content: "\eaa3";
} /* '' */
.icon-pi:before {
  content: "\eaa4";
} /* '' */
.icon-at-1:before {
  content: "\eaa5";
} /* '' */
.icon-at-circled:before {
  content: "\eaa6";
} /* '' */
.icon-looped-square-outline:before {
  content: "\eaa7";
} /* '' */
.icon-looped-square-interest:before {
  content: "\eaa8";
} /* '' */
.icon-sort-alphabet-outline:before {
  content: "\eaa9";
} /* '' */
.icon-sort-alphabet:before {
  content: "\eaaa";
} /* '' */
.icon-sort-numeric-outline:before {
  content: "\eaab";
} /* '' */
.icon-sort-numeric:before {
  content: "\eaac";
} /* '' */
.icon-dribbble-circled-1:before {
  content: "\eaad";
} /* '' */
.icon-dribbble-2:before {
  content: "\eaae";
} /* '' */
.icon-facebook-circled-1:before {
  content: "\eaaf";
} /* '' */
.icon-facebook-2:before {
  content: "\eab0";
} /* '' */
.icon-flickr-circled-1:before {
  content: "\eab1";
} /* '' */
.icon-flickr-2:before {
  content: "\eab2";
} /* '' */
.icon-github-circled-2:before {
  content: "\eab3";
} /* '' */
.icon-github-2:before {
  content: "\eab4";
} /* '' */
.icon-lastfm-circled-1:before {
  content: "\eab5";
} /* '' */
.icon-lastfm-2:before {
  content: "\eab6";
} /* '' */
.icon-linkedin-circled-1:before {
  content: "\eab7";
} /* '' */
.icon-linkedin-2:before {
  content: "\eab8";
} /* '' */
.icon-pinterest-circled-2:before {
  content: "\eab9";
} /* '' */
.icon-pinterest-2:before {
  content: "\eaba";
} /* '' */
.icon-skype-outline:before {
  content: "\eabb";
} /* '' */
.icon-skype-2:before {
  content: "\eabc";
} /* '' */
.icon-tumbler-circled:before {
  content: "\eabd";
} /* '' */
.icon-tumbler:before {
  content: "\eabe";
} /* '' */
.icon-twitter-circled-1:before {
  content: "\eabf";
} /* '' */
.icon-twitter-2:before {
  content: "\eac0";
} /* '' */
.icon-vimeo-circled-1:before {
  content: "\eac1";
} /* '' */
.icon-vimeo-2:before {
  content: "\eac2";
} /* '' */
.icon-search-3:before {
  content: "\eac3";
} /* '' */
.icon-mail-3:before {
  content: "\eac4";
} /* '' */
.icon-heart-3:before {
  content: "\eac5";
} /* '' */
.icon-heart-empty-2:before {
  content: "\eac6";
} /* '' */
.icon-star-3:before {
  content: "\eac7";
} /* '' */
.icon-user-3:before {
  content: "\eac8";
} /* '' */
.icon-video-3:before {
  content: "\eac9";
} /* '' */
.icon-picture-3:before {
  content: "\eaca";
} /* '' */
.icon-camera-3:before {
  content: "\eacb";
} /* '' */
.icon-ok-2:before {
  content: "\eacc";
} /* '' */
.icon-ok-circle:before {
  content: "\eacd";
} /* '' */
.icon-cancel-3:before {
  content: "\eace";
} /* '' */
.icon-cancel-circle:before {
  content: "\eacf";
} /* '' */
.icon-plus-3:before {
  content: "\ead0";
} /* '' */
.icon-plus-circle:before {
  content: "\ead1";
} /* '' */
.icon-minus-3:before {
  content: "\ead2";
} /* '' */
.icon-minus-circle:before {
  content: "\ead3";
} /* '' */
.icon-help-2:before {
  content: "\ead4";
} /* '' */
.icon-info-3:before {
  content: "\ead5";
} /* '' */
.icon-home-3:before {
  content: "\ead6";
} /* '' */
.icon-link-3:before {
  content: "\ead7";
} /* '' */
.icon-attach-3:before {
  content: "\ead8";
} /* '' */
.icon-lock-3:before {
  content: "\ead9";
} /* '' */
.icon-lock-empty:before {
  content: "\eada";
} /* '' */
.icon-lock-open-3:before {
  content: "\eadb";
} /* '' */
.icon-lock-open-empty:before {
  content: "\eadc";
} /* '' */
.icon-pin-2:before {
  content: "\eadd";
} /* '' */
.icon-eye-3:before {
  content: "\eade";
} /* '' */
.icon-tag-3:before {
  content: "\eadf";
} /* '' */
.icon-tag-empty:before {
  content: "\eae0";
} /* '' */
.icon-download-3:before {
  content: "\eae1";
} /* '' */
.icon-upload-3:before {
  content: "\eae2";
} /* '' */
.icon-download-cloud-1:before {
  content: "\eae3";
} /* '' */
.icon-upload-cloud-3:before {
  content: "\eae4";
} /* '' */
.icon-quote-left-1:before {
  content: "\eae5";
} /* '' */
.icon-quote-right-1:before {
  content: "\eae6";
} /* '' */
.icon-quote-left-alt:before {
  content: "\eae7";
} /* '' */
.icon-quote-right-alt:before {
  content: "\eae8";
} /* '' */
.icon-pencil-3:before {
  content: "\eae9";
} /* '' */
.icon-pencil-neg:before {
  content: "\eaea";
} /* '' */
.icon-pencil-alt:before {
  content: "\eaeb";
} /* '' */
.icon-undo:before {
  content: "\eaec";
} /* '' */
.icon-comment-3:before {
  content: "\eaed";
} /* '' */
.icon-comment-inv:before {
  content: "\eaee";
} /* '' */
.icon-comment-alt:before {
  content: "\eaef";
} /* '' */
.icon-comment-inv-alt:before {
  content: "\eaf0";
} /* '' */
.icon-comment-alt2:before {
  content: "\eaf1";
} /* '' */
.icon-comment-inv-alt2:before {
  content: "\eaf2";
} /* '' */
.icon-chat-3:before {
  content: "\eaf3";
} /* '' */
.icon-chat-inv:before {
  content: "\eaf4";
} /* '' */
.icon-location-3:before {
  content: "\eaf5";
} /* '' */
.icon-location-inv:before {
  content: "\eaf6";
} /* '' */
.icon-location-alt:before {
  content: "\eaf7";
} /* '' */
.icon-compass-3:before {
  content: "\eaf8";
} /* '' */
.icon-trash-3:before {
  content: "\eaf9";
} /* '' */
.icon-trash-empty-1:before {
  content: "\eafa";
} /* '' */
.icon-doc-3:before {
  content: "\eafb";
} /* '' */
.icon-doc-inv-1:before {
  content: "\eafc";
} /* '' */
.icon-doc-alt:before {
  content: "\eafd";
} /* '' */
.icon-doc-inv-alt:before {
  content: "\eafe";
} /* '' */
.icon-article:before {
  content: "\eaff";
} /* '' */
.icon-article-alt:before {
  content: "\eb00";
} /* '' */
.icon-book-open-1:before {
  content: "\eb01";
} /* '' */
.icon-folder-3:before {
  content: "\eb02";
} /* '' */
.icon-folder-empty-1:before {
  content: "\eb03";
} /* '' */
.icon-box-3:before {
  content: "\eb04";
} /* '' */
.icon-rss-3:before {
  content: "\eb05";
} /* '' */
.icon-rss-alt:before {
  content: "\eb06";
} /* '' */
.icon-cog-3:before {
  content: "\eb07";
} /* '' */
.icon-wrench-2:before {
  content: "\eb08";
} /* '' */
.icon-share-2:before {
  content: "\eb09";
} /* '' */
.icon-calendar-3:before {
  content: "\eb0a";
} /* '' */
.icon-calendar-inv:before {
  content: "\eb0b";
} /* '' */
.icon-calendar-alt:before {
  content: "\eb0c";
} /* '' */
.icon-mic-3:before {
  content: "\eb0d";
} /* '' */
.icon-volume-off-2:before {
  content: "\eb0e";
} /* '' */
.icon-volume-up-1:before {
  content: "\eb0f";
} /* '' */
.icon-headphones-2:before {
  content: "\eb10";
} /* '' */
.icon-clock-3:before {
  content: "\eb11";
} /* '' */
.icon-lamp-1:before {
  content: "\eb12";
} /* '' */
.icon-block-3:before {
  content: "\eb13";
} /* '' */
.icon-resize-full-3:before {
  content: "\eb14";
} /* '' */
.icon-resize-full-alt-1:before {
  content: "\eb15";
} /* '' */
.icon-resize-small-2:before {
  content: "\eb16";
} /* '' */
.icon-resize-small-alt:before {
  content: "\eb17";
} /* '' */
.icon-resize-vertical-1:before {
  content: "\eb18";
} /* '' */
.icon-resize-horizontal-1:before {
  content: "\eb19";
} /* '' */
.icon-move-2:before {
  content: "\eb1a";
} /* '' */
.icon-popup-3:before {
  content: "\eb1b";
} /* '' */
.icon-down-3:before {
  content: "\eb1c";
} /* '' */
.icon-left-3:before {
  content: "\eb1d";
} /* '' */
.icon-right-3:before {
  content: "\eb1e";
} /* '' */
.icon-up-3:before {
  content: "\eb1f";
} /* '' */
.icon-down-circle:before {
  content: "\eb20";
} /* '' */
.icon-left-circle:before {
  content: "\eb21";
} /* '' */
.icon-right-circle:before {
  content: "\eb22";
} /* '' */
.icon-up-circle:before {
  content: "\eb23";
} /* '' */
.icon-cw-3:before {
  content: "\eb24";
} /* '' */
.icon-loop-2:before {
  content: "\eb25";
} /* '' */
.icon-loop-alt-1:before {
  content: "\eb26";
} /* '' */
.icon-exchange-1:before {
  content: "\eb27";
} /* '' */
.icon-split:before {
  content: "\eb28";
} /* '' */
.icon-arrow-curved:before {
  content: "\eb29";
} /* '' */
.icon-play-3:before {
  content: "\eb2a";
} /* '' */
.icon-play-circle2:before {
  content: "\eb2b";
} /* '' */
.icon-stop-3:before {
  content: "\eb2c";
} /* '' */
.icon-pause-3:before {
  content: "\eb2d";
} /* '' */
.icon-to-start-2:before {
  content: "\eb2e";
} /* '' */
.icon-to-end-2:before {
  content: "\eb2f";
} /* '' */
.icon-eject-2:before {
  content: "\eb30";
} /* '' */
.icon-target-3:before {
  content: "\eb31";
} /* '' */
.icon-signal-2:before {
  content: "\eb32";
} /* '' */
.icon-award-1:before {
  content: "\eb33";
} /* '' */
.icon-award-empty:before {
  content: "\eb34";
} /* '' */
.icon-list-2:before {
  content: "\eb35";
} /* '' */
.icon-list-nested:before {
  content: "\eb36";
} /* '' */
.icon-bat-empty:before {
  content: "\eb37";
} /* '' */
.icon-bat-half:before {
  content: "\eb38";
} /* '' */
.icon-bat-full:before {
  content: "\eb39";
} /* '' */
.icon-bat-charge-1:before {
  content: "\eb3a";
} /* '' */
.icon-mobile-3:before {
  content: "\eb3b";
} /* '' */
.icon-cd-1:before {
  content: "\eb3c";
} /* '' */
.icon-equalizer:before {
  content: "\eb3d";
} /* '' */
.icon-cursor:before {
  content: "\eb3e";
} /* '' */
.icon-aperture:before {
  content: "\eb3f";
} /* '' */
.icon-aperture-alt:before {
  content: "\eb40";
} /* '' */
.icon-steering-wheel:before {
  content: "\eb41";
} /* '' */
.icon-book-2:before {
  content: "\eb42";
} /* '' */
.icon-book-alt:before {
  content: "\eb43";
} /* '' */
.icon-brush-3:before {
  content: "\eb44";
} /* '' */
.icon-brush-alt:before {
  content: "\eb45";
} /* '' */
.icon-eyedropper-1:before {
  content: "\eb46";
} /* '' */
.icon-layers:before {
  content: "\eb47";
} /* '' */
.icon-layers-alt:before {
  content: "\eb48";
} /* '' */
.icon-sun-2:before {
  content: "\eb49";
} /* '' */
.icon-sun-inv:before {
  content: "\eb4a";
} /* '' */
.icon-cloud-3:before {
  content: "\eb4b";
} /* '' */
.icon-rain-1:before {
  content: "\eb4c";
} /* '' */
.icon-flash-3:before {
  content: "\eb4d";
} /* '' */
.icon-moon-3:before {
  content: "\eb4e";
} /* '' */
.icon-moon-inv:before {
  content: "\eb4f";
} /* '' */
.icon-umbrella-1:before {
  content: "\eb50";
} /* '' */
.icon-chart-bar-3:before {
  content: "\eb51";
} /* '' */
.icon-chart-pie-3:before {
  content: "\eb52";
} /* '' */
.icon-chart-pie-alt:before {
  content: "\eb53";
} /* '' */
.icon-key-3:before {
  content: "\eb54";
} /* '' */
.icon-key-inv:before {
  content: "\eb55";
} /* '' */
.icon-hash:before {
  content: "\eb56";
} /* '' */
.icon-at-2:before {
  content: "\eb57";
} /* '' */
.icon-pilcrow:before {
  content: "\eb58";
} /* '' */
.icon-dial:before {
  content: "\eb59";
} /* '' */
.icon-search-4:before {
  content: "\eb5a";
} /* '' */
.icon-mail-4:before {
  content: "\eb5b";
} /* '' */
.icon-heart-4:before {
  content: "\eb5c";
} /* '' */
.icon-star-4:before {
  content: "\eb5d";
} /* '' */
.icon-user-4:before {
  content: "\eb5e";
} /* '' */
.icon-user-woman:before {
  content: "\eb5f";
} /* '' */
.icon-user-pair:before {
  content: "\eb60";
} /* '' */
.icon-video-alt:before {
  content: "\eb61";
} /* '' */
.icon-videocam-2:before {
  content: "\eb62";
} /* '' */
.icon-videocam-alt:before {
  content: "\eb63";
} /* '' */
.icon-camera-4:before {
  content: "\eb64";
} /* '' */
.icon-th-2:before {
  content: "\eb65";
} /* '' */
.icon-th-list-2:before {
  content: "\eb66";
} /* '' */
.icon-ok-3:before {
  content: "\eb67";
} /* '' */
.icon-cancel-4:before {
  content: "\eb68";
} /* '' */
.icon-cancel-circle-1:before {
  content: "\eb69";
} /* '' */
.icon-plus-4:before {
  content: "\eb6a";
} /* '' */
.icon-home-4:before {
  content: "\eb6b";
} /* '' */
.icon-lock-4:before {
  content: "\eb6c";
} /* '' */
.icon-lock-open-4:before {
  content: "\eb6d";
} /* '' */
.icon-eye-4:before {
  content: "\eb6e";
} /* '' */
.icon-tag-4:before {
  content: "\eb6f";
} /* '' */
.icon-thumbs-up-3:before {
  content: "\eb70";
} /* '' */
.icon-thumbs-down-3:before {
  content: "\eb71";
} /* '' */
.icon-download-4:before {
  content: "\eb72";
} /* '' */
.icon-export-3:before {
  content: "\eb73";
} /* '' */
.icon-pencil-4:before {
  content: "\eb74";
} /* '' */
.icon-pencil-alt-1:before {
  content: "\eb75";
} /* '' */
.icon-edit-2:before {
  content: "\eb76";
} /* '' */
.icon-chat-4:before {
  content: "\eb77";
} /* '' */
.icon-print-3:before {
  content: "\eb78";
} /* '' */
.icon-bell-3:before {
  content: "\eb79";
} /* '' */
.icon-attention-3:before {
  content: "\eb7a";
} /* '' */
.icon-info-4:before {
  content: "\eb7b";
} /* '' */
.icon-question:before {
  content: "\eb7c";
} /* '' */
.icon-location-4:before {
  content: "\eb7d";
} /* '' */
.icon-trash-4:before {
  content: "\eb7e";
} /* '' */
.icon-doc-4:before {
  content: "\eb7f";
} /* '' */
.icon-article-1:before {
  content: "\eb80";
} /* '' */
.icon-article-alt-1:before {
  content: "\eb81";
} /* '' */
.icon-rss-4:before {
  content: "\eb82";
} /* '' */
.icon-wrench-3:before {
  content: "\eb83";
} /* '' */
.icon-basket-3:before {
  content: "\eb84";
} /* '' */
.icon-basket-alt:before {
  content: "\eb85";
} /* '' */
.icon-calendar-4:before {
  content: "\eb86";
} /* '' */
.icon-calendar-alt-1:before {
  content: "\eb87";
} /* '' */
.icon-volume-off-3:before {
  content: "\eb88";
} /* '' */
.icon-volume-down-1:before {
  content: "\eb89";
} /* '' */
.icon-volume-up-2:before {
  content: "\eb8a";
} /* '' */
.icon-bullhorn:before {
  content: "\eb8b";
} /* '' */
.icon-clock-4:before {
  content: "\eb8c";
} /* '' */
.icon-clock-alt:before {
  content: "\eb8d";
} /* '' */
.icon-stop-4:before {
  content: "\eb8e";
} /* '' */
.icon-resize-full-4:before {
  content: "\eb8f";
} /* '' */
.icon-resize-small-3:before {
  content: "\eb90";
} /* '' */
.icon-zoom-in-2:before {
  content: "\eb91";
} /* '' */
.icon-zoom-out-2:before {
  content: "\eb92";
} /* '' */
.icon-popup-4:before {
  content: "\eb93";
} /* '' */
.icon-down-dir-2:before {
  content: "\eb94";
} /* '' */
.icon-left-dir-2:before {
  content: "\eb95";
} /* '' */
.icon-right-dir-2:before {
  content: "\eb96";
} /* '' */
.icon-up-dir-2:before {
  content: "\eb97";
} /* '' */
.icon-down-4:before {
  content: "\eb98";
} /* '' */
.icon-up-4:before {
  content: "\eb99";
} /* '' */
.icon-cw-4:before {
  content: "\eb9a";
} /* '' */
.icon-signal-3:before {
  content: "\eb9b";
} /* '' */
.icon-award-2:before {
  content: "\eb9c";
} /* '' */
.icon-mobile-4:before {
  content: "\eb9d";
} /* '' */
.icon-mobile-alt:before {
  content: "\eb9e";
} /* '' */
.icon-tablet-2:before {
  content: "\eb9f";
} /* '' */
.icon-ipod:before {
  content: "\eba0";
} /* '' */
.icon-cd-2:before {
  content: "\eba1";
} /* '' */
.icon-grid:before {
  content: "\eba2";
} /* '' */
.icon-book-3:before {
  content: "\eba3";
} /* '' */
.icon-easel:before {
  content: "\eba4";
} /* '' */
.icon-globe-3:before {
  content: "\eba5";
} /* '' */
.icon-chart-1:before {
  content: "\eba6";
} /* '' */
.icon-chart-bar-4:before {
  content: "\eba7";
} /* '' */
.icon-chart-pie-4:before {
  content: "\eba8";
} /* '' */
.icon-dollar-1:before {
  content: "\eba9";
} /* '' */
.icon-at-3:before {
  content: "\ebaa";
} /* '' */
.icon-colon:before {
  content: "\ebab";
} /* '' */
.icon-semicolon:before {
  content: "\ebac";
} /* '' */
.icon-squares:before {
  content: "\ebad";
} /* '' */
.icon-money-1:before {
  content: "\ebae";
} /* '' */
.icon-facebook-3:before {
  content: "\ebaf";
} /* '' */
.icon-facebook-rect:before {
  content: "\ebb0";
} /* '' */
.icon-twitter-bird:before {
  content: "\ebb1";
} /* '' */
.icon-youtube-1:before {
  content: "\ebb2";
} /* '' */
.icon-windy-rain-inv:before {
  content: "\ebb3";
} /* '' */
.icon-snow-inv:before {
  content: "\ebb4";
} /* '' */
.icon-snow-heavy-inv:before {
  content: "\ebb5";
} /* '' */
.icon-hail-inv:before {
  content: "\ebb6";
} /* '' */
.icon-clouds-inv:before {
  content: "\ebb7";
} /* '' */
.icon-clouds-flash-inv:before {
  content: "\ebb8";
} /* '' */
.icon-temperature:before {
  content: "\ebb9";
} /* '' */
.icon-compass-4:before {
  content: "\ebba";
} /* '' */
.icon-na:before {
  content: "\ebbb";
} /* '' */
.icon-celcius:before {
  content: "\ebbc";
} /* '' */
.icon-fahrenheit:before {
  content: "\ebbd";
} /* '' */
.icon-clouds-flash-alt:before {
  content: "\ebbe";
} /* '' */
.icon-sun-inv-1:before {
  content: "\ebbf";
} /* '' */
.icon-moon-inv-1:before {
  content: "\ebc0";
} /* '' */
.icon-cloud-sun-inv:before {
  content: "\ebc1";
} /* '' */
.icon-cloud-moon-inv:before {
  content: "\ebc2";
} /* '' */
.icon-cloud-inv:before {
  content: "\ebc3";
} /* '' */
.icon-cloud-flash-inv:before {
  content: "\ebc4";
} /* '' */
.icon-drizzle-inv:before {
  content: "\ebc5";
} /* '' */
.icon-rain-inv:before {
  content: "\ebc6";
} /* '' */
.icon-windy-inv:before {
  content: "\ebc7";
} /* '' */
.icon-sunrise:before {
  content: "\ebc8";
} /* '' */
.icon-sun-3:before {
  content: "\ebc9";
} /* '' */
.icon-moon-4:before {
  content: "\ebca";
} /* '' */
.icon-eclipse:before {
  content: "\ebcb";
} /* '' */
.icon-mist:before {
  content: "\ebcc";
} /* '' */
.icon-wind-1:before {
  content: "\ebcd";
} /* '' */
.icon-snowflake:before {
  content: "\ebce";
} /* '' */
.icon-cloud-sun-1:before {
  content: "\ebcf";
} /* '' */
.icon-cloud-moon:before {
  content: "\ebd0";
} /* '' */
.icon-fog-sun:before {
  content: "\ebd1";
} /* '' */
.icon-fog-moon:before {
  content: "\ebd2";
} /* '' */
.icon-fog-cloud:before {
  content: "\ebd3";
} /* '' */
.icon-fog:before {
  content: "\ebd4";
} /* '' */
.icon-cloud-4:before {
  content: "\ebd5";
} /* '' */
.icon-cloud-flash-1:before {
  content: "\ebd6";
} /* '' */
.icon-cloud-flash-alt:before {
  content: "\ebd7";
} /* '' */
.icon-drizzle-1:before {
  content: "\ebd8";
} /* '' */
.icon-rain-2:before {
  content: "\ebd9";
} /* '' */
.icon-windy:before {
  content: "\ebda";
} /* '' */
.icon-windy-rain:before {
  content: "\ebdb";
} /* '' */
.icon-snow-1:before {
  content: "\ebdc";
} /* '' */
.icon-snow-alt:before {
  content: "\ebdd";
} /* '' */
.icon-snow-heavy:before {
  content: "\ebde";
} /* '' */
.icon-hail:before {
  content: "\ebdf";
} /* '' */
.icon-clouds:before {
  content: "\ebe0";
} /* '' */
.icon-clouds-flash:before {
  content: "\ebe1";
} /* '' */
.icon-mail-5:before {
  content: "\ebe2";
} /* '' */
.icon-heart-5:before {
  content: "\ebe3";
} /* '' */
.icon-star-5:before {
  content: "\ebe4";
} /* '' */
.icon-star-empty-2:before {
  content: "\ebe5";
} /* '' */
.icon-ok-4:before {
  content: "\ebe6";
} /* '' */
.icon-cancel-5:before {
  content: "\ebe7";
} /* '' */
.icon-plus-5:before {
  content: "\ebe8";
} /* '' */
.icon-help-circled-2:before {
  content: "\ebe9";
} /* '' */
.icon-help-circled-alt:before {
  content: "\ebea";
} /* '' */
.icon-home-5:before {
  content: "\ebeb";
} /* '' */
.icon-pencil-5:before {
  content: "\ebec";
} /* '' */
.icon-attention-4:before {
  content: "\ebed";
} /* '' */
.icon-attention-alt-1:before {
  content: "\ebee";
} /* '' */
.icon-cog-4:before {
  content: "\ebef";
} /* '' */
.icon-mic-off:before {
  content: "\ebf0";
} /* '' */
.icon-clock-5:before {
  content: "\ebf1";
} /* '' */
.icon-stopwatch-1:before {
  content: "\ebf2";
} /* '' */
.icon-hourglass-5:before {
  content: "\ebf3";
} /* '' */
.icon-down-5:before {
  content: "\ebf4";
} /* '' */
.icon-left-4:before {
  content: "\ebf5";
} /* '' */
.icon-right-4:before {
  content: "\ebf6";
} /* '' */
.icon-up-5:before {
  content: "\ebf7";
} /* '' */
.icon-down-bold-1:before {
  content: "\ebf8";
} /* '' */
.icon-left-bold-1:before {
  content: "\ebf9";
} /* '' */
.icon-right-bold-1:before {
  content: "\ebfa";
} /* '' */
.icon-up-bold-1:before {
  content: "\ebfb";
} /* '' */
.icon-down-fat:before {
  content: "\ebfc";
} /* '' */
.icon-left-fat:before {
  content: "\ebfd";
} /* '' */
.icon-right-fat:before {
  content: "\ebfe";
} /* '' */
.icon-up-fat:before {
  content: "\ebff";
} /* '' */
.icon-flash-4:before {
  content: "\ec00";
} /* '' */
.icon-cloud-5:before {
  content: "\ec01";
} /* '' */
.icon-vector-pencil:before {
  content: "\ec02";
} /* '' */
.icon-at-4:before {
  content: "\ec03";
} /* '' */
.icon-female-1:before {
  content: "\ec04";
} /* '' */
.icon-male-1:before {
  content: "\ec05";
} /* '' */
.icon-king:before {
  content: "\ec06";
} /* '' */
.icon-anchor-2:before {
  content: "\ec07";
} /* '' */
.icon-aboveground-rail:before {
  content: "\ec08";
} /* '' */
.icon-airfield:before {
  content: "\ec09";
} /* '' */
.icon-airport:before {
  content: "\ec0a";
} /* '' */
.icon-art-gallery:before {
  content: "\ec0b";
} /* '' */
.icon-bar:before {
  content: "\ec0c";
} /* '' */
.icon-baseball:before {
  content: "\ec0d";
} /* '' */
.icon-basketball:before {
  content: "\ec0e";
} /* '' */
.icon-beer-2:before {
  content: "\ec0f";
} /* '' */
.icon-belowground-rail:before {
  content: "\ec10";
} /* '' */
.icon-bicycle-1:before {
  content: "\ec11";
} /* '' */
.icon-bus-1:before {
  content: "\ec12";
} /* '' */
.icon-cafe:before {
  content: "\ec13";
} /* '' */
.icon-campsite:before {
  content: "\ec14";
} /* '' */
.icon-cemetery:before {
  content: "\ec15";
} /* '' */
.icon-cinema:before {
  content: "\ec16";
} /* '' */
.icon-college:before {
  content: "\ec17";
} /* '' */
.icon-commerical-building:before {
  content: "\ec18";
} /* '' */
.icon-credit-card-3:before {
  content: "\ec19";
} /* '' */
.icon-cricket:before {
  content: "\ec1a";
} /* '' */
.icon-embassy:before {
  content: "\ec1b";
} /* '' */
.icon-fast-food:before {
  content: "\ec1c";
} /* '' */
.icon-ferry:before {
  content: "\ec1d";
} /* '' */
.icon-fire-station:before {
  content: "\ec1e";
} /* '' */
.icon-football:before {
  content: "\ec1f";
} /* '' */
.icon-fuel:before {
  content: "\ec20";
} /* '' */
.icon-garden:before {
  content: "\ec21";
} /* '' */
.icon-giraffe:before {
  content: "\ec22";
} /* '' */
.icon-golf:before {
  content: "\ec23";
} /* '' */
.icon-grocery-store:before {
  content: "\ec24";
} /* '' */
.icon-harbor:before {
  content: "\ec25";
} /* '' */
.icon-heliport:before {
  content: "\ec26";
} /* '' */
.icon-hospital-1:before {
  content: "\ec27";
} /* '' */
.icon-industrial-building:before {
  content: "\ec28";
} /* '' */
.icon-library:before {
  content: "\ec29";
} /* '' */
.icon-lodging:before {
  content: "\ec2a";
} /* '' */
.icon-london-underground:before {
  content: "\ec2b";
} /* '' */
.icon-minefield:before {
  content: "\ec2c";
} /* '' */
.icon-monument:before {
  content: "\ec2d";
} /* '' */
.icon-museum:before {
  content: "\ec2e";
} /* '' */
.icon-pharmacy:before {
  content: "\ec2f";
} /* '' */
.icon-pitch:before {
  content: "\ec30";
} /* '' */
.icon-police:before {
  content: "\ec31";
} /* '' */
.icon-post:before {
  content: "\ec32";
} /* '' */
.icon-prison:before {
  content: "\ec33";
} /* '' */
.icon-rail:before {
  content: "\ec34";
} /* '' */
.icon-religious-christian:before {
  content: "\ec35";
} /* '' */
.icon-religious-islam:before {
  content: "\ec36";
} /* '' */
.icon-religious-jewish:before {
  content: "\ec37";
} /* '' */
.icon-restaurant:before {
  content: "\ec38";
} /* '' */
.icon-roadblock:before {
  content: "\ec39";
} /* '' */
.icon-school:before {
  content: "\ec3a";
} /* '' */
.icon-shop:before {
  content: "\ec3b";
} /* '' */
.icon-skiing:before {
  content: "\ec3c";
} /* '' */
.icon-soccer:before {
  content: "\ec3d";
} /* '' */
.icon-swimming:before {
  content: "\ec3e";
} /* '' */
.icon-tennis:before {
  content: "\ec3f";
} /* '' */
.icon-theatre:before {
  content: "\ec40";
} /* '' */
.icon-toilet:before {
  content: "\ec41";
} /* '' */
.icon-town-hall:before {
  content: "\ec42";
} /* '' */
.icon-trash-6:before {
  content: "\ec43";
} /* '' */
.icon-tree-2:before {
  content: "\ec44";
} /* '' */
.icon-tree-3:before {
  content: "\ec45";
} /* '' */
.icon-warehouse:before {
  content: "\ec46";
} /* '' */
.icon-duckduckgo:before {
  content: "\ec47";
} /* '' */
.icon-aim:before {
  content: "\ec48";
} /* '' */
.icon-delicious-1:before {
  content: "\ec49";
} /* '' */
.icon-paypal-2:before {
  content: "\ec4a";
} /* '' */
.icon-flattr-1:before {
  content: "\ec4b";
} /* '' */
.icon-android-1:before {
  content: "\ec4c";
} /* '' */
.icon-eventful:before {
  content: "\ec4d";
} /* '' */
.icon-smashmag:before {
  content: "\ec4e";
} /* '' */
.icon-gplus-3:before {
  content: "\ec4f";
} /* '' */
.icon-wikipedia:before {
  content: "\ec50";
} /* '' */
.icon-lanyrd:before {
  content: "\ec51";
} /* '' */
.icon-calendar-6:before {
  content: "\ec52";
} /* '' */
.icon-stumbleupon-2:before {
  content: "\ec53";
} /* '' */
.icon-fivehundredpx:before {
  content: "\ec54";
} /* '' */
.icon-pinterest-3:before {
  content: "\ec55";
} /* '' */
.icon-bitcoin-1:before {
  content: "\ec56";
} /* '' */
.icon-w3c:before {
  content: "\ec57";
} /* '' */
.icon-foursquare-1:before {
  content: "\ec58";
} /* '' */
.icon-html5-1:before {
  content: "\ec59";
} /* '' */
.icon-ie:before {
  content: "\ec5a";
} /* '' */
.icon-call:before {
  content: "\ec5b";
} /* '' */
.icon-grooveshark:before {
  content: "\ec5c";
} /* '' */
.icon-ninetyninedesigns:before {
  content: "\ec5d";
} /* '' */
.icon-forrst:before {
  content: "\ec5e";
} /* '' */
.icon-digg-1:before {
  content: "\ec5f";
} /* '' */
.icon-spotify-2:before {
  content: "\ec60";
} /* '' */
.icon-reddit-1:before {
  content: "\ec61";
} /* '' */
.icon-guest:before {
  content: "\ec62";
} /* '' */
.icon-gowalla:before {
  content: "\ec63";
} /* '' */
.icon-appstore:before {
  content: "\ec64";
} /* '' */
.icon-blogger:before {
  content: "\ec65";
} /* '' */
.icon-cc-2:before {
  content: "\ec66";
} /* '' */
.icon-dribbble-4:before {
  content: "\ec67";
} /* '' */
.icon-evernote-1:before {
  content: "\ec68";
} /* '' */
.icon-flickr-3:before {
  content: "\ec69";
} /* '' */
.icon-google-1:before {
  content: "\ec6a";
} /* '' */
.icon-viadeo-1:before {
  content: "\ec6b";
} /* '' */
.icon-instapaper:before {
  content: "\ec6c";
} /* '' */
.icon-weibo-1:before {
  content: "\ec6d";
} /* '' */
.icon-klout:before {
  content: "\ec6e";
} /* '' */
.icon-linkedin-4:before {
  content: "\ec6f";
} /* '' */
.icon-meetup-1:before {
  content: "\ec70";
} /* '' */
.icon-vk:before {
  content: "\ec71";
} /* '' */
.icon-plancast:before {
  content: "\ec72";
} /* '' */
.icon-disqus:before {
  content: "\ec73";
} /* '' */
.icon-rss-5:before {
  content: "\ec74";
} /* '' */
.icon-skype-3:before {
  content: "\ec75";
} /* '' */
.icon-twitter-5:before {
  content: "\ec76";
} /* '' */
.icon-youtube-2:before {
  content: "\ec77";
} /* '' */
.icon-vimeo-3:before {
  content: "\ec78";
} /* '' */
.icon-windows-1:before {
  content: "\ec79";
} /* '' */
.icon-xing-1:before {
  content: "\ec7a";
} /* '' */
.icon-yahoo-1:before {
  content: "\ec7b";
} /* '' */
.icon-chrome-1:before {
  content: "\ec7c";
} /* '' */
.icon-email:before {
  content: "\ec7d";
} /* '' */
.icon-macstore:before {
  content: "\ec7e";
} /* '' */
.icon-myspace:before {
  content: "\ec7f";
} /* '' */
.icon-podcast-1:before {
  content: "\ec80";
} /* '' */
.icon-amazon-1:before {
  content: "\ec81";
} /* '' */
.icon-steam-1:before {
  content: "\ec82";
} /* '' */
.icon-cloudapp:before {
  content: "\ec83";
} /* '' */
.icon-dropbox-2:before {
  content: "\ec84";
} /* '' */
.icon-ebay:before {
  content: "\ec85";
} /* '' */
.icon-facebook-5:before {
  content: "\ec86";
} /* '' */
.icon-github-4:before {
  content: "\ec87";
} /* '' */
.icon-github-circled-4:before {
  content: "\ec88";
} /* '' */
.icon-googleplay:before {
  content: "\ec89";
} /* '' */
.icon-itunes:before {
  content: "\ec8a";
} /* '' */
.icon-plurk:before {
  content: "\ec8b";
} /* '' */
.icon-songkick:before {
  content: "\ec8c";
} /* '' */
.icon-lastfm-3:before {
  content: "\ec8d";
} /* '' */
.icon-gmail:before {
  content: "\ec8e";
} /* '' */
.icon-pinboard:before {
  content: "\ec8f";
} /* '' */
.icon-openid-1:before {
  content: "\ec90";
} /* '' */
.icon-quora-1:before {
  content: "\ec91";
} /* '' */
.icon-soundcloud-3:before {
  content: "\ec92";
} /* '' */
.icon-tumblr-2:before {
  content: "\ec93";
} /* '' */
.icon-eventasaurus:before {
  content: "\ec94";
} /* '' */
.icon-wordpress-1:before {
  content: "\ec95";
} /* '' */
.icon-yelp-1:before {
  content: "\ec96";
} /* '' */
.icon-intensedebate:before {
  content: "\ec97";
} /* '' */
.icon-eventbrite:before {
  content: "\ec98";
} /* '' */
.icon-scribd-1:before {
  content: "\ec99";
} /* '' */
.icon-posterous:before {
  content: "\ec9a";
} /* '' */
.icon-stripe:before {
  content: "\ec9b";
} /* '' */
.icon-opentable:before {
  content: "\ec9c";
} /* '' */
.icon-cart:before {
  content: "\ec9d";
} /* '' */
.icon-print-5:before {
  content: "\ec9e";
} /* '' */
.icon-angellist-1:before {
  content: "\ec9f";
} /* '' */
.icon-instagram-3:before {
  content: "\eca0";
} /* '' */
.icon-dwolla:before {
  content: "\eca1";
} /* '' */
.icon-appnet:before {
  content: "\eca2";
} /* '' */
.icon-statusnet:before {
  content: "\eca3";
} /* '' */
.icon-acrobat:before {
  content: "\eca4";
} /* '' */
.icon-drupal-1:before {
  content: "\eca5";
} /* '' */
.icon-buffer:before {
  content: "\eca6";
} /* '' */
.icon-pocket:before {
  content: "\eca7";
} /* '' */
.icon-bitbucket-1:before {
  content: "\eca8";
} /* '' */
.icon-lego:before {
  content: "\eca9";
} /* '' */
.icon-login-3:before {
  content: "\ecaa";
} /* '' */
.icon-stackoverflow-1:before {
  content: "\ecab";
} /* '' */
.icon-hackernews:before {
  content: "\ecac";
} /* '' */
.icon-lkdto:before {
  content: "\ecad";
} /* '' */
.icon-facebook-6:before {
  content: "\ecae";
} /* '' */
.icon-facebook-rect-1:before {
  content: "\ecaf";
} /* '' */
.icon-twitter-6:before {
  content: "\ecb0";
} /* '' */
.icon-twitter-bird-1:before {
  content: "\ecb1";
} /* '' */
.icon-vimeo-4:before {
  content: "\ecb2";
} /* '' */
.icon-vimeo-rect:before {
  content: "\ecb3";
} /* '' */
.icon-tumblr-rect:before {
  content: "\ecb4";
} /* '' */
.icon-googleplus-rect:before {
  content: "\ecb5";
} /* '' */
.icon-github-text:before {
  content: "\ecb6";
} /* '' */
.icon-github-5:before {
  content: "\ecb7";
} /* '' */
.icon-icq:before {
  content: "\ecb8";
} /* '' */
.icon-yandex-rect:before {
  content: "\ecb9";
} /* '' */
.icon-vkontakte-rect:before {
  content: "\ecba";
} /* '' */
.icon-odnoklassniki-1:before {
  content: "\ecbb";
} /* '' */
.icon-odnoklassniki-rect:before {
  content: "\ecbc";
} /* '' */
.icon-friendfeed:before {
  content: "\ecbd";
} /* '' */
.icon-friendfeed-rect:before {
  content: "\ecbe";
} /* '' */
.icon-blogger-1:before {
  content: "\ecbf";
} /* '' */
.icon-blogger-rect:before {
  content: "\ecc0";
} /* '' */
.icon-deviantart-1:before {
  content: "\ecc1";
} /* '' */
.icon-lastfm-4:before {
  content: "\ecc2";
} /* '' */
.icon-lastfm-rect:before {
  content: "\ecc3";
} /* '' */
.icon-linkedin-rect:before {
  content: "\ecc4";
} /* '' */
.icon-picasa-1:before {
  content: "\ecc5";
} /* '' */
.icon-instagram-4:before {
  content: "\ecc6";
} /* '' */
.icon-instagram-filled:before {
  content: "\ecc7";
} /* '' */
.icon-box-4:before {
  content: "\ecc8";
} /* '' */
.icon-box-rect:before {
  content: "\ecc9";
} /* '' */
.icon-youku:before {
  content: "\ecca";
} /* '' */
.icon-win8:before {
  content: "\eccb";
} /* '' */
.icon-discover:before {
  content: "\eccc";
} /* '' */
.icon-visa:before {
  content: "\eccd";
} /* '' */
.icon-houzz-1:before {
  content: "\ecce";
} /* '' */
.icon-glass-1:before {
  content: "\eccf";
} /* '' */
.icon-music-3:before {
  content: "\ecd0";
} /* '' */
.icon-search-6:before {
  content: "\ecd1";
} /* '' */
.icon-search-circled:before {
  content: "\ecd2";
} /* '' */
.icon-mail-6:before {
  content: "\ecd3";
} /* '' */
.icon-mail-circled:before {
  content: "\ecd4";
} /* '' */
.icon-heart-6:before {
  content: "\ecd5";
} /* '' */
.icon-heart-circled:before {
  content: "\ecd6";
} /* '' */
.icon-heart-empty-3:before {
  content: "\ecd7";
} /* '' */
.icon-star-6:before {
  content: "\ecd8";
} /* '' */
.icon-star-circled:before {
  content: "\ecd9";
} /* '' */
.icon-star-empty-3:before {
  content: "\ecda";
} /* '' */
.icon-user-6:before {
  content: "\ecdb";
} /* '' */
.icon-group:before {
  content: "\ecdc";
} /* '' */
.icon-group-circled:before {
  content: "\ecdd";
} /* '' */
.icon-torso:before {
  content: "\ecde";
} /* '' */
.icon-video-4:before {
  content: "\ecdf";
} /* '' */
.icon-video-circled:before {
  content: "\ece0";
} /* '' */
.icon-video-alt-1:before {
  content: "\ece1";
} /* '' */
.icon-videocam-4:before {
  content: "\ece2";
} /* '' */
.icon-video-chat:before {
  content: "\ece3";
} /* '' */
.icon-picture-4:before {
  content: "\ece4";
} /* '' */
.icon-camera-6:before {
  content: "\ece5";
} /* '' */
.icon-photo:before {
  content: "\ece6";
} /* '' */
.icon-photo-circled:before {
  content: "\ece7";
} /* '' */
.icon-th-large-2:before {
  content: "\ece8";
} /* '' */
.icon-th-3:before {
  content: "\ece9";
} /* '' */
.icon-th-list-4:before {
  content: "\ecea";
} /* '' */
.icon-view-mode:before {
  content: "\eceb";
} /* '' */
.icon-ok-5:before {
  content: "\ecec";
} /* '' */
.icon-ok-circled-2:before {
  content: "\eced";
} /* '' */
.icon-ok-circled2-1:before {
  content: "\ecee";
} /* '' */
.icon-cancel-6:before {
  content: "\ecef";
} /* '' */
.icon-cancel-circled-4:before {
  content: "\ecf0";
} /* '' */
.icon-cancel-circled2-1:before {
  content: "\ecf1";
} /* '' */
.icon-plus-6:before {
  content: "\ecf2";
} /* '' */
.icon-plus-circled-2:before {
  content: "\ecf3";
} /* '' */
.icon-minus-4:before {
  content: "\ecf4";
} /* '' */
.icon-minus-circled-2:before {
  content: "\ecf5";
} /* '' */
.icon-help-3:before {
  content: "\ecf6";
} /* '' */
.icon-help-circled-3:before {
  content: "\ecf7";
} /* '' */
.icon-info-circled-3:before {
  content: "\ecf8";
} /* '' */
.icon-home-6:before {
  content: "\ecf9";
} /* '' */
.icon-home-circled:before {
  content: "\ecfa";
} /* '' */
.icon-website:before {
  content: "\ecfb";
} /* '' */
.icon-website-circled:before {
  content: "\ecfc";
} /* '' */
.icon-attach-5:before {
  content: "\ecfd";
} /* '' */
.icon-attach-circled:before {
  content: "\ecfe";
} /* '' */
.icon-lock-6:before {
  content: "\ecff";
} /* '' */
.icon-lock-circled:before {
  content: "\ed00";
} /* '' */
.icon-lock-open-6:before {
  content: "\ed01";
} /* '' */
.icon-lock-open-alt-2:before {
  content: "\ed02";
} /* '' */
.icon-eye-6:before {
  content: "\ed03";
} /* '' */
.icon-eye-off-1:before {
  content: "\ed04";
} /* '' */
.icon-tag-5:before {
  content: "\ed05";
} /* '' */
.icon-tags-2:before {
  content: "\ed06";
} /* '' */
.icon-bookmark-3:before {
  content: "\ed07";
} /* '' */
.icon-bookmark-empty-1:before {
  content: "\ed08";
} /* '' */
.icon-flag-3:before {
  content: "\ed09";
} /* '' */
.icon-flag-circled:before {
  content: "\ed0a";
} /* '' */
.icon-thumbs-up-4:before {
  content: "\ed0b";
} /* '' */
.icon-thumbs-down-4:before {
  content: "\ed0c";
} /* '' */
.icon-download-6:before {
  content: "\ed0d";
} /* '' */
.icon-download-alt:before {
  content: "\ed0e";
} /* '' */
.icon-upload-5:before {
  content: "\ed0f";
} /* '' */
.icon-share-3:before {
  content: "\ed10";
} /* '' */
.icon-quote-1:before {
  content: "\ed11";
} /* '' */
.icon-quote-circled:before {
  content: "\ed12";
} /* '' */
.icon-export-5:before {
  content: "\ed13";
} /* '' */
.icon-pencil-6:before {
  content: "\ed14";
} /* '' */
.icon-pencil-circled:before {
  content: "\ed15";
} /* '' */
.icon-edit-3:before {
  content: "\ed16";
} /* '' */
.icon-edit-circled:before {
  content: "\ed17";
} /* '' */
.icon-edit-alt:before {
  content: "\ed18";
} /* '' */
.icon-print-6:before {
  content: "\ed19";
} /* '' */
.icon-retweet-3:before {
  content: "\ed1a";
} /* '' */
.icon-comment-5:before {
  content: "\ed1b";
} /* '' */
.icon-comment-alt-1:before {
  content: "\ed1c";
} /* '' */
.icon-bell-5:before {
  content: "\ed1d";
} /* '' */
.icon-warning-1:before {
  content: "\ed1e";
} /* '' */
.icon-exclamation:before {
  content: "\ed1f";
} /* '' */
.icon-error:before {
  content: "\ed20";
} /* '' */
.icon-error-alt:before {
  content: "\ed21";
} /* '' */
.icon-location-6:before {
  content: "\ed22";
} /* '' */
.icon-location-circled:before {
  content: "\ed23";
} /* '' */
.icon-compass-5:before {
  content: "\ed24";
} /* '' */
.icon-compass-circled:before {
  content: "\ed25";
} /* '' */
.icon-trash-7:before {
  content: "\ed26";
} /* '' */
.icon-trash-circled:before {
  content: "\ed27";
} /* '' */
.icon-doc-6:before {
  content: "\ed28";
} /* '' */
.icon-doc-circled:before {
  content: "\ed29";
} /* '' */
.icon-doc-new:before {
  content: "\ed2a";
} /* '' */
.icon-doc-new-circled:before {
  content: "\ed2b";
} /* '' */
.icon-folder-5:before {
  content: "\ed2c";
} /* '' */
.icon-folder-circled:before {
  content: "\ed2d";
} /* '' */
.icon-folder-close:before {
  content: "\ed2e";
} /* '' */
.icon-folder-open-2:before {
  content: "\ed2f";
} /* '' */
.icon-rss-6:before {
  content: "\ed30";
} /* '' */
.icon-phone-3:before {
  content: "\ed31";
} /* '' */
.icon-phone-circled:before {
  content: "\ed32";
} /* '' */
.icon-cog-5:before {
  content: "\ed33";
} /* '' */
.icon-cog-circled:before {
  content: "\ed34";
} /* '' */
.icon-cogs:before {
  content: "\ed35";
} /* '' */
.icon-wrench-4:before {
  content: "\ed36";
} /* '' */
.icon-wrench-circled:before {
  content: "\ed37";
} /* '' */
.icon-basket-4:before {
  content: "\ed38";
} /* '' */
.icon-basket-circled:before {
  content: "\ed39";
} /* '' */
.icon-calendar-7:before {
  content: "\ed3a";
} /* '' */
.icon-calendar-circled:before {
  content: "\ed3b";
} /* '' */
.icon-mic-5:before {
  content: "\ed3c";
} /* '' */
.icon-mic-circled:before {
  content: "\ed3d";
} /* '' */
.icon-volume-off-4:before {
  content: "\ed3e";
} /* '' */
.icon-volume-down-2:before {
  content: "\ed3f";
} /* '' */
.icon-volume-1:before {
  content: "\ed40";
} /* '' */
.icon-volume-up-3:before {
  content: "\ed41";
} /* '' */
.icon-headphones-3:before {
  content: "\ed42";
} /* '' */
.icon-clock-6:before {
  content: "\ed43";
} /* '' */
.icon-clock-circled:before {
  content: "\ed44";
} /* '' */
.icon-lightbulb-2:before {
  content: "\ed45";
} /* '' */
.icon-lightbulb-alt:before {
  content: "\ed46";
} /* '' */
.icon-block-4:before {
  content: "\ed47";
} /* '' */
.icon-resize-full-5:before {
  content: "\ed48";
} /* '' */
.icon-resize-full-alt-2:before {
  content: "\ed49";
} /* '' */
.icon-resize-small-4:before {
  content: "\ed4a";
} /* '' */
.icon-resize-vertical-2:before {
  content: "\ed4b";
} /* '' */
.icon-resize-horizontal-2:before {
  content: "\ed4c";
} /* '' */
.icon-move-3:before {
  content: "\ed4d";
} /* '' */
.icon-zoom-in-4:before {
  content: "\ed4e";
} /* '' */
.icon-zoom-out-4:before {
  content: "\ed4f";
} /* '' */
.icon-down-open-3:before {
  content: "\ed50";
} /* '' */
.icon-left-open-4:before {
  content: "\ed51";
} /* '' */
.icon-right-open-4:before {
  content: "\ed52";
} /* '' */
.icon-up-open-3:before {
  content: "\ed53";
} /* '' */
.icon-down-6:before {
  content: "\ed54";
} /* '' */
.icon-left-5:before {
  content: "\ed55";
} /* '' */
.icon-right-5:before {
  content: "\ed56";
} /* '' */
.icon-up-6:before {
  content: "\ed57";
} /* '' */
.icon-down-circled-2:before {
  content: "\ed58";
} /* '' */
.icon-left-circled-2:before {
  content: "\ed59";
} /* '' */
.icon-right-circled-2:before {
  content: "\ed5a";
} /* '' */
.icon-up-circled-2:before {
  content: "\ed5b";
} /* '' */
.icon-down-hand-1:before {
  content: "\ed5c";
} /* '' */
.icon-left-hand-1:before {
  content: "\ed5d";
} /* '' */
.icon-right-hand-1:before {
  content: "\ed5e";
} /* '' */
.icon-up-hand-1:before {
  content: "\ed5f";
} /* '' */
.icon-cw-5:before {
  content: "\ed60";
} /* '' */
.icon-cw-circled:before {
  content: "\ed61";
} /* '' */
.icon-arrows-cw-2:before {
  content: "\ed62";
} /* '' */
.icon-shuffle-4:before {
  content: "\ed63";
} /* '' */
.icon-play-5:before {
  content: "\ed64";
} /* '' */
.icon-play-circled-1:before {
  content: "\ed65";
} /* '' */
.icon-play-circled2-1:before {
  content: "\ed66";
} /* '' */
.icon-stop-6:before {
  content: "\ed67";
} /* '' */
.icon-stop-circled:before {
  content: "\ed68";
} /* '' */
.icon-pause-5:before {
  content: "\ed69";
} /* '' */
.icon-pause-circled:before {
  content: "\ed6a";
} /* '' */
.icon-record-2:before {
  content: "\ed6b";
} /* '' */
.icon-eject-3:before {
  content: "\ed6c";
} /* '' */
.icon-backward:before {
  content: "\ed6d";
} /* '' */
.icon-backward-circled:before {
  content: "\ed6e";
} /* '' */
.icon-fast-backward-2:before {
  content: "\ed6f";
} /* '' */
.icon-fast-forward-2:before {
  content: "\ed70";
} /* '' */
.icon-forward-3:before {
  content: "\ed71";
} /* '' */
.icon-forward-circled:before {
  content: "\ed72";
} /* '' */
.icon-step-backward:before {
  content: "\ed73";
} /* '' */
.icon-step-forward:before {
  content: "\ed74";
} /* '' */
.icon-target-4:before {
  content: "\ed75";
} /* '' */
.icon-signal-4:before {
  content: "\ed76";
} /* '' */
.icon-desktop-2:before {
  content: "\ed77";
} /* '' */
.icon-desktop-circled:before {
  content: "\ed78";
} /* '' */
.icon-laptop-2:before {
  content: "\ed79";
} /* '' */
.icon-laptop-circled:before {
  content: "\ed7a";
} /* '' */
.icon-network-1:before {
  content: "\ed7b";
} /* '' */
.icon-inbox-3:before {
  content: "\ed7c";
} /* '' */
.icon-inbox-circled:before {
  content: "\ed7d";
} /* '' */
.icon-inbox-alt:before {
  content: "\ed7e";
} /* '' */
.icon-globe-5:before {
  content: "\ed7f";
} /* '' */
.icon-globe-alt-1:before {
  content: "\ed80";
} /* '' */
.icon-cloud-6:before {
  content: "\ed81";
} /* '' */
.icon-cloud-circled:before {
  content: "\ed82";
} /* '' */
.icon-flight-2:before {
  content: "\ed83";
} /* '' */
.icon-leaf-3:before {
  content: "\ed84";
} /* '' */
.icon-font-1:before {
  content: "\ed85";
} /* '' */
.icon-fontsize-1:before {
  content: "\ed86";
} /* '' */
.icon-bold-1:before {
  content: "\ed87";
} /* '' */
.icon-italic-1:before {
  content: "\ed88";
} /* '' */
.icon-text-height-1:before {
  content: "\ed89";
} /* '' */
.icon-text-width-1:before {
  content: "\ed8a";
} /* '' */
.icon-align-left-1:before {
  content: "\ed8b";
} /* '' */
.icon-align-center-1:before {
  content: "\ed8c";
} /* '' */
.icon-align-right-1:before {
  content: "\ed8d";
} /* '' */
.icon-align-justify-1:before {
  content: "\ed8e";
} /* '' */
.icon-list-3:before {
  content: "\ed8f";
} /* '' */
.icon-indent-left-1:before {
  content: "\ed90";
} /* '' */
.icon-indent-right-1:before {
  content: "\ed91";
} /* '' */
.icon-briefcase-3:before {
  content: "\ed92";
} /* '' */
.icon-off-1:before {
  content: "\ed93";
} /* '' */
.icon-road-1:before {
  content: "\ed94";
} /* '' */
.icon-qrcode-1:before {
  content: "\ed95";
} /* '' */
.icon-barcode-1:before {
  content: "\ed96";
} /* '' */
.icon-braille-1:before {
  content: "\ed97";
} /* '' */
.icon-book-4:before {
  content: "\ed98";
} /* '' */
.icon-adjust-2:before {
  content: "\ed99";
} /* '' */
.icon-tint-1:before {
  content: "\ed9a";
} /* '' */
.icon-check-3:before {
  content: "\ed9b";
} /* '' */
.icon-check-empty-1:before {
  content: "\ed9c";
} /* '' */
.icon-asterisk-1:before {
  content: "\ed9d";
} /* '' */
.icon-gift-2:before {
  content: "\ed9e";
} /* '' */
.icon-fire-2:before {
  content: "\ed9f";
} /* '' */
.icon-magnet-2:before {
  content: "\eda0";
} /* '' */
.icon-chart-2:before {
  content: "\eda1";
} /* '' */
.icon-chart-circled:before {
  content: "\eda2";
} /* '' */
.icon-credit-card-4:before {
  content: "\eda3";
} /* '' */
.icon-megaphone-2:before {
  content: "\eda4";
} /* '' */
.icon-clipboard-2:before {
  content: "\eda5";
} /* '' */
.icon-hdd-2:before {
  content: "\eda6";
} /* '' */
.icon-key-4:before {
  content: "\eda7";
} /* '' */
.icon-certificate-2:before {
  content: "\eda8";
} /* '' */
.icon-tasks-1:before {
  content: "\eda9";
} /* '' */
.icon-filter-1:before {
  content: "\edaa";
} /* '' */
.icon-gauge-2:before {
  content: "\edab";
} /* '' */
.icon-smiley:before {
  content: "\edac";
} /* '' */
.icon-smiley-circled:before {
  content: "\edad";
} /* '' */
.icon-address-book-1:before {
  content: "\edae";
} /* '' */
.icon-address-book-alt:before {
  content: "\edaf";
} /* '' */
.icon-asl:before {
  content: "\edb0";
} /* '' */
.icon-glasses:before {
  content: "\edb1";
} /* '' */
.icon-hearing-impaired:before {
  content: "\edb2";
} /* '' */
.icon-iphone-home:before {
  content: "\edb3";
} /* '' */
.icon-person:before {
  content: "\edb4";
} /* '' */
.icon-adult:before {
  content: "\edb5";
} /* '' */
.icon-child-1:before {
  content: "\edb6";
} /* '' */
.icon-blind-1:before {
  content: "\edb7";
} /* '' */
.icon-guidedog:before {
  content: "\edb8";
} /* '' */
.icon-accessibility:before {
  content: "\edb9";
} /* '' */
.icon-universal-access-1:before {
  content: "\edba";
} /* '' */
.icon-male-2:before {
  content: "\edbb";
} /* '' */
.icon-female-2:before {
  content: "\edbc";
} /* '' */
.icon-behance-2:before {
  content: "\edbd";
} /* '' */
.icon-blogger-2:before {
  content: "\edbe";
} /* '' */
.icon-cc-3:before {
  content: "\edbf";
} /* '' */
.icon-css:before {
  content: "\edc0";
} /* '' */
.icon-delicious-2:before {
  content: "\edc1";
} /* '' */
.icon-deviantart-2:before {
  content: "\edc2";
} /* '' */
.icon-digg-2:before {
  content: "\edc3";
} /* '' */
.icon-dribbble-5:before {
  content: "\edc4";
} /* '' */
.icon-facebook-7:before {
  content: "\edc5";
} /* '' */
.icon-flickr-4:before {
  content: "\edc6";
} /* '' */
.icon-foursquare-2:before {
  content: "\edc7";
} /* '' */
.icon-friendfeed-1:before {
  content: "\edc8";
} /* '' */
.icon-friendfeed-rect-1:before {
  content: "\edc9";
} /* '' */
.icon-github-6:before {
  content: "\edca";
} /* '' */
.icon-github-text-1:before {
  content: "\edcb";
} /* '' */
.icon-googleplus:before {
  content: "\edcc";
} /* '' */
.icon-instagram-5:before {
  content: "\edcd";
} /* '' */
.icon-linkedin-6:before {
  content: "\edce";
} /* '' */
.icon-path:before {
  content: "\edcf";
} /* '' */
.icon-picasa-2:before {
  content: "\edd0";
} /* '' */
.icon-pinterest-4:before {
  content: "\edd1";
} /* '' */
.icon-reddit-2:before {
  content: "\edd2";
} /* '' */
.icon-skype-5:before {
  content: "\edd3";
} /* '' */
.icon-slideshare-1:before {
  content: "\edd4";
} /* '' */
.icon-stackoverflow-2:before {
  content: "\edd5";
} /* '' */
.icon-stumbleupon-3:before {
  content: "\edd6";
} /* '' */
.icon-twitter-7:before {
  content: "\edd7";
} /* '' */
.icon-tumblr-4:before {
  content: "\edd8";
} /* '' */
.icon-vimeo-5:before {
  content: "\edd9";
} /* '' */
.icon-vkontakte-2:before {
  content: "\edda";
} /* '' */
.icon-w3c-1:before {
  content: "\eddb";
} /* '' */
.icon-wordpress-3:before {
  content: "\eddc";
} /* '' */
.icon-youtube-3:before {
  content: "\eddd";
} /* '' */
.icon-music-4:before {
  content: "\edde";
} /* '' */
.icon-search-7:before {
  content: "\eddf";
} /* '' */
.icon-mail-7:before {
  content: "\ede0";
} /* '' */
.icon-heart-7:before {
  content: "\ede1";
} /* '' */
.icon-star-7:before {
  content: "\ede2";
} /* '' */
.icon-user-7:before {
  content: "\ede3";
} /* '' */
.icon-videocam-5:before {
  content: "\ede4";
} /* '' */
.icon-camera-7:before {
  content: "\ede5";
} /* '' */
.icon-photo-1:before {
  content: "\ede6";
} /* '' */
.icon-attach-6:before {
  content: "\ede7";
} /* '' */
.icon-lock-7:before {
  content: "\ede8";
} /* '' */
.icon-eye-7:before {
  content: "\ede9";
} /* '' */
.icon-tag-6:before {
  content: "\edea";
} /* '' */
.icon-thumbs-up-5:before {
  content: "\edeb";
} /* '' */
.icon-pencil-7:before {
  content: "\edec";
} /* '' */
.icon-comment-6:before {
  content: "\eded";
} /* '' */
.icon-location-7:before {
  content: "\edee";
} /* '' */
.icon-cup-1:before {
  content: "\edef";
} /* '' */
.icon-trash-8:before {
  content: "\edf0";
} /* '' */
.icon-doc-7:before {
  content: "\edf1";
} /* '' */
.icon-note-1:before {
  content: "\edf2";
} /* '' */
.icon-cog-6:before {
  content: "\edf3";
} /* '' */
.icon-params:before {
  content: "\edf4";
} /* '' */
.icon-calendar-8:before {
  content: "\edf5";
} /* '' */
.icon-sound-1:before {
  content: "\edf6";
} /* '' */
.icon-clock-7:before {
  content: "\edf7";
} /* '' */
.icon-lightbulb-3:before {
  content: "\edf8";
} /* '' */
.icon-tv:before {
  content: "\edf9";
} /* '' */
.icon-desktop-3:before {
  content: "\edfa";
} /* '' */
.icon-mobile-6:before {
  content: "\edfb";
} /* '' */
.icon-cd-3:before {
  content: "\edfc";
} /* '' */
.icon-inbox-4:before {
  content: "\edfd";
} /* '' */
.icon-globe-6:before {
  content: "\edfe";
} /* '' */
.icon-cloud-7:before {
  content: "\edff";
} /* '' */
.icon-paper-plane-3:before {
  content: "\ee00";
} /* '' */
.icon-fire-3:before {
  content: "\ee01";
} /* '' */
.icon-graduation-cap-2:before {
  content: "\ee02";
} /* '' */
.icon-megaphone-3:before {
  content: "\ee03";
} /* '' */
.icon-database-3:before {
  content: "\ee04";
} /* '' */
.icon-key-5:before {
  content: "\ee05";
} /* '' */
.icon-beaker-1:before {
  content: "\ee06";
} /* '' */
.icon-truck-1:before {
  content: "\ee07";
} /* '' */
.icon-money-2:before {
  content: "\ee08";
} /* '' */
.icon-food-1:before {
  content: "\ee09";
} /* '' */
.icon-shop-1:before {
  content: "\ee0a";
} /* '' */
.icon-diamond-1:before {
  content: "\ee0b";
} /* '' */
.icon-t-shirt:before {
  content: "\ee0c";
} /* '' */
.icon-wallet:before {
  content: "\ee0d";
} /* '' */
.icon-search-8:before {
  content: "\ee0e";
} /* '' */
.icon-mail-8:before {
  content: "\ee0f";
} /* '' */
.icon-heart-8:before {
  content: "\ee10";
} /* '' */
.icon-heart-empty-4:before {
  content: "\ee11";
} /* '' */
.icon-star-8:before {
  content: "\ee12";
} /* '' */
.icon-user-8:before {
  content: "\ee13";
} /* '' */
.icon-video-5:before {
  content: "\ee14";
} /* '' */
.icon-picture-5:before {
  content: "\ee15";
} /* '' */
.icon-th-large-3:before {
  content: "\ee16";
} /* '' */
.icon-th-4:before {
  content: "\ee17";
} /* '' */
.icon-th-list-5:before {
  content: "\ee18";
} /* '' */
.icon-ok-6:before {
  content: "\ee19";
} /* '' */
.icon-ok-circle-1:before {
  content: "\ee1a";
} /* '' */
.icon-cancel-7:before {
  content: "\ee1b";
} /* '' */
.icon-cancel-circle-2:before {
  content: "\ee1c";
} /* '' */
.icon-plus-circle-1:before {
  content: "\ee1d";
} /* '' */
.icon-minus-circle-1:before {
  content: "\ee1e";
} /* '' */
.icon-link-5:before {
  content: "\ee1f";
} /* '' */
.icon-attach-7:before {
  content: "\ee20";
} /* '' */
.icon-lock-8:before {
  content: "\ee21";
} /* '' */
.icon-lock-open-7:before {
  content: "\ee22";
} /* '' */
.icon-tag-7:before {
  content: "\ee23";
} /* '' */
.icon-reply-4:before {
  content: "\ee24";
} /* '' */
.icon-reply-all-2:before {
  content: "\ee25";
} /* '' */
.icon-forward-4:before {
  content: "\ee26";
} /* '' */
.icon-code-3:before {
  content: "\ee27";
} /* '' */
.icon-retweet-4:before {
  content: "\ee28";
} /* '' */
.icon-comment-7:before {
  content: "\ee29";
} /* '' */
.icon-comment-alt-2:before {
  content: "\ee2a";
} /* '' */
.icon-chat-6:before {
  content: "\ee2b";
} /* '' */
.icon-attention-5:before {
  content: "\ee2c";
} /* '' */
.icon-location-8:before {
  content: "\ee2d";
} /* '' */
.icon-doc-8:before {
  content: "\ee2e";
} /* '' */
.icon-docs-landscape:before {
  content: "\ee2f";
} /* '' */
.icon-folder-6:before {
  content: "\ee30";
} /* '' */
.icon-archive-2:before {
  content: "\ee31";
} /* '' */
.icon-rss-7:before {
  content: "\ee32";
} /* '' */
.icon-rss-alt-1:before {
  content: "\ee33";
} /* '' */
.icon-cog-7:before {
  content: "\ee34";
} /* '' */
.icon-logout-3:before {
  content: "\ee35";
} /* '' */
.icon-clock-8:before {
  content: "\ee36";
} /* '' */
.icon-block-5:before {
  content: "\ee37";
} /* '' */
.icon-resize-full-6:before {
  content: "\ee38";
} /* '' */
.icon-resize-full-circle:before {
  content: "\ee39";
} /* '' */
.icon-popup-5:before {
  content: "\ee3a";
} /* '' */
.icon-left-open-5:before {
  content: "\ee3b";
} /* '' */
.icon-right-open-5:before {
  content: "\ee3c";
} /* '' */
.icon-down-circle-1:before {
  content: "\ee3d";
} /* '' */
.icon-left-circle-1:before {
  content: "\ee3e";
} /* '' */
.icon-right-circle-1:before {
  content: "\ee3f";
} /* '' */
.icon-up-circle-1:before {
  content: "\ee40";
} /* '' */
.icon-down-dir-3:before {
  content: "\ee41";
} /* '' */
.icon-right-dir-3:before {
  content: "\ee42";
} /* '' */
.icon-down-micro:before {
  content: "\ee43";
} /* '' */
.icon-up-micro:before {
  content: "\ee44";
} /* '' */
.icon-cw-circle:before {
  content: "\ee45";
} /* '' */
.icon-arrows-cw-3:before {
  content: "\ee46";
} /* '' */
.icon-updown-circle:before {
  content: "\ee47";
} /* '' */
.icon-target-5:before {
  content: "\ee48";
} /* '' */
.icon-signal-5:before {
  content: "\ee49";
} /* '' */
.icon-progress-4:before {
  content: "\ee4a";
} /* '' */
.icon-progress-5:before {
  content: "\ee4b";
} /* '' */
.icon-progress-6:before {
  content: "\ee4c";
} /* '' */
.icon-progress-7:before {
  content: "\ee4d";
} /* '' */
.icon-progress-8:before {
  content: "\ee4e";
} /* '' */
.icon-progress-9:before {
  content: "\ee4f";
} /* '' */
.icon-progress-10:before {
  content: "\ee50";
} /* '' */
.icon-progress-11:before {
  content: "\ee51";
} /* '' */
.icon-font-2:before {
  content: "\ee52";
} /* '' */
.icon-list-4:before {
  content: "\ee53";
} /* '' */
.icon-list-numbered-1:before {
  content: "\ee54";
} /* '' */
.icon-indent-left-2:before {
  content: "\ee55";
} /* '' */
.icon-indent-right-2:before {
  content: "\ee56";
} /* '' */
.icon-cloud-8:before {
  content: "\ee57";
} /* '' */
.icon-terminal-1:before {
  content: "\ee58";
} /* '' */
.icon-facebook-rect-2:before {
  content: "\ee59";
} /* '' */
.icon-twitter-bird-2:before {
  content: "\ee5a";
} /* '' */
.icon-vimeo-rect-1:before {
  content: "\ee5b";
} /* '' */
.icon-tumblr-rect-1:before {
  content: "\ee5c";
} /* '' */
.icon-googleplus-rect-1:before {
  content: "\ee5d";
} /* '' */
.icon-linkedin-rect-1:before {
  content: "\ee5e";
} /* '' */
.icon-skype-6:before {
  content: "\ee5f";
} /* '' */
.icon-vkontakte-rect-1:before {
  content: "\ee60";
} /* '' */
.icon-youtube-4:before {
  content: "\ee61";
} /* '' */
.icon-odnoklassniki-rect-1:before {
  content: "\ee62";
} /* '' */
.icon-ms-basket:before {
  content: "\ee63";
} /* '' */
.icon-ms-heart:before {
  content: "\ee64";
} /* '' */
.icon-ms-play:before {
  content: "\ee65";
} /* '' */
.icon-ms-search:before {
  content: "\ee66";
} /* '' */
.icon-ms-user:before {
  content: "\ee67";
} /* '' */
.icon-ms-menu:before {
  content: "\ee68";
} /* '' */
.icon-down-open-2:before {
  content: "\f004";
} /* '' */
.icon-up-open-2:before {
  content: "\f005";
} /* '' */
.icon-right-open-3:before {
  content: "\f006";
} /* '' */
.icon-left-open-3:before {
  content: "\f007";
} /* '' */
.icon-menu-3:before {
  content: "\f008";
} /* '' */
.icon-th-list-3:before {
  content: "\f009";
} /* '' */
.icon-th-thumb:before {
  content: "\f00a";
} /* '' */
.icon-th-thumb-empty:before {
  content: "\f00b";
} /* '' */
.icon-coverflow:before {
  content: "\f00c";
} /* '' */
.icon-coverflow-empty:before {
  content: "\f00d";
} /* '' */
.icon-pause-4:before {
  content: "\f00e";
} /* '' */
.icon-play-4:before {
  content: "\f00f";
} /* '' */
.icon-to-end-3:before {
  content: "\f010";
} /* '' */
.icon-to-start-3:before {
  content: "\f011";
} /* '' */
.icon-fast-forward-1:before {
  content: "\f012";
} /* '' */
.icon-fast-backward-1:before {
  content: "\f013";
} /* '' */
.icon-upload-cloud-4:before {
  content: "\f014";
} /* '' */
.icon-download-cloud-2:before {
  content: "\f015";
} /* '' */
.icon-data-science:before {
  content: "\f016";
} /* '' */
.icon-data-science-inv:before {
  content: "\f017";
} /* '' */
.icon-globe-4:before {
  content: "\f018";
} /* '' */
.icon-globe-inv:before {
  content: "\f019";
} /* '' */
.icon-math:before {
  content: "\f01a";
} /* '' */
.icon-math-circled-empty:before {
  content: "\f01b";
} /* '' */
.icon-math-circled:before {
  content: "\f01c";
} /* '' */
.icon-paper-plane-2:before {
  content: "\f01d";
} /* '' */
.icon-paper-plane-alt2:before {
  content: "\f01e";
} /* '' */
.icon-paper-plane-alt:before {
  content: "\f01f";
} /* '' */
.icon-color-adjust:before {
  content: "\f020";
} /* '' */
.icon-star-half-1:before {
  content: "\f022";
} /* '' */
.icon-star-half_empty:before {
  content: "\f024";
} /* '' */
.icon-ccw-2:before {
  content: "\f025";
} /* '' */
.icon-heart-broken:before {
  content: "\f028";
} /* '' */
.icon-hash-1:before {
  content: "\f029";
} /* '' */
.icon-reply-3:before {
  content: "\f02a";
} /* '' */
.icon-retweet-2:before {
  content: "\f02b";
} /* '' */
.icon-login-2:before {
  content: "\f02c";
} /* '' */
.icon-logout-2:before {
  content: "\f02d";
} /* '' */
.icon-download-5:before {
  content: "\f02e";
} /* '' */
.icon-upload-4:before {
  content: "\f02f";
} /* '' */
.icon-location-5:before {
  content: "\f031";
} /* '' */
.icon-monitor-1:before {
  content: "\f032";
} /* '' */
.icon-tablet-3:before {
  content: "\f033";
} /* '' */
.icon-mobile-5:before {
  content: "\f034";
} /* '' */
.icon-connected-object:before {
  content: "\f035";
} /* '' */
.icon-isight:before {
  content: "\f039";
} /* '' */
.icon-videocam-3:before {
  content: "\f03a";
} /* '' */
.icon-shuffle-3:before {
  content: "\f03b";
} /* '' */
.icon-chat-5:before {
  content: "\f03d";
} /* '' */
.icon-bell-4:before {
  content: "\f03f";
} /* '' */
.icon-movie:before {
  content: "\f040";
} /* '' */
.icon-ruler:before {
  content: "\f044";
} /* '' */
.icon-vector:before {
  content: "\f045";
} /* '' */
.icon-move:before {
  content: "\f047";
} /* '' */
.icon-mic-4:before {
  content: "\f048";
} /* '' */
.icon-doc-5:before {
  content: "\f04a";
} /* '' */
.icon-dribbble-circled-2:before {
  content: "\f04f";
} /* '' */
.icon-dribbble-3:before {
  content: "\f050";
} /* '' */
.icon-facebook-circled-2:before {
  content: "\f051";
} /* '' */
.icon-facebook-4:before {
  content: "\f052";
} /* '' */
.icon-github-circled-alt:before {
  content: "\f053";
} /* '' */
.icon-github-circled-3:before {
  content: "\f054";
} /* '' */
.icon-github-3:before {
  content: "\f055";
} /* '' */
.icon-github-circled-alt2:before {
  content: "\f056";
} /* '' */
.icon-twitter-circled-2:before {
  content: "\f057";
} /* '' */
.icon-twitter-4:before {
  content: "\f058";
} /* '' */
.icon-gplus-circled-1:before {
  content: "\f059";
} /* '' */
.icon-gplus-2:before {
  content: "\f05a";
} /* '' */
.icon-linkedin-circled-2:before {
  content: "\f05b";
} /* '' */
.icon-linkedin-3:before {
  content: "\f05c";
} /* '' */
.icon-instagram-2:before {
  content: "\f05d";
} /* '' */
.icon-instagram-circled:before {
  content: "\f05e";
} /* '' */
.icon-mfg-logo:before {
  content: "\f05f";
} /* '' */
.icon-mfg-logo-circled:before {
  content: "\f060";
} /* '' */
.icon-user-5:before {
  content: "\f061";
} /* '' */
.icon-user-male:before {
  content: "\f062";
} /* '' */
.icon-user-female:before {
  content: "\f063";
} /* '' */
.icon-users-3:before {
  content: "\f064";
} /* '' */
.icon-folder-4:before {
  content: "\f067";
} /* '' */
.icon-folder-open-1:before {
  content: "\f068";
} /* '' */
.icon-folder-empty-2:before {
  content: "\f069";
} /* '' */
.icon-attach-4:before {
  content: "\f06a";
} /* '' */
.icon-ok-circled-1:before {
  content: "\f06d";
} /* '' */
.icon-cancel-circled-3:before {
  content: "\f06e";
} /* '' */
.icon-inbox-2:before {
  content: "\f070";
} /* '' */
.icon-trophy-1:before {
  content: "\f074";
} /* '' */
.icon-lock-open-alt-1:before {
  content: "\f075";
} /* '' */
.icon-link-4:before {
  content: "\f07b";
} /* '' */
.icon-zoom-in-3:before {
  content: "\f07e";
} /* '' */
.icon-zoom-out-3:before {
  content: "\f07f";
} /* '' */
.icon-stop-5:before {
  content: "\f080";
} /* '' */
.icon-export-4:before {
  content: "\f081";
} /* '' */
.icon-eye-5:before {
  content: "\f082";
} /* '' */
.icon-trash-5:before {
  content: "\f083";
} /* '' */
.icon-hdd-1:before {
  content: "\f084";
} /* '' */
.icon-info-circled-2:before {
  content: "\f085";
} /* '' */
.icon-info-circled-alt:before {
  content: "\f086";
} /* '' */
.icon-print-4:before {
  content: "\f087";
} /* '' */
.icon-fontsize:before {
  content: "\f088";
} /* '' */
.icon-soundcloud-2:before {
  content: "\f089";
} /* '' */
.icon-soundcloud-circled:before {
  content: "\f08a";
} /* '' */
.icon-link-ext:before {
  content: "\f08e";
} /* '' */
.icon-check-empty:before {
  content: "\f096";
} /* '' */
.icon-bookmark-empty:before {
  content: "\f097";
} /* '' */
.icon-phone-squared:before {
  content: "\f098";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-github-circled:before {
  content: "\f09b";
} /* '' */
.icon-rss:before {
  content: "\f09e";
} /* '' */
.icon-hdd:before {
  content: "\f0a0";
} /* '' */
.icon-certificate:before {
  content: "\f0a3";
} /* '' */
.icon-left-circled:before {
  content: "\f0a8";
} /* '' */
.icon-right-circled:before {
  content: "\f0a9";
} /* '' */
.icon-up-circled:before {
  content: "\f0aa";
} /* '' */
.icon-down-circled:before {
  content: "\f0ab";
} /* '' */
.icon-tasks:before {
  content: "\f0ae";
} /* '' */
.icon-filter:before {
  content: "\f0b0";
} /* '' */
.icon-resize-full-alt:before {
  content: "\f0b2";
} /* '' */
.icon-beaker:before {
  content: "\f0c3";
} /* '' */
.icon-docs:before {
  content: "\f0c5";
} /* '' */
.icon-blank:before {
  content: "\f0c8";
} /* '' */
.icon-menu:before {
  content: "\f0c9";
} /* '' */
.icon-list-bullet:before {
  content: "\f0ca";
} /* '' */
.icon-list-numbered:before {
  content: "\f0cb";
} /* '' */
.icon-strike:before {
  content: "\f0cc";
} /* '' */
.icon-underline:before {
  content: "\f0cd";
} /* '' */
.icon-table:before {
  content: "\f0ce";
} /* '' */
.icon-magic:before {
  content: "\f0d0";
} /* '' */
.icon-pinterest-circled:before {
  content: "\f0d2";
} /* '' */
.icon-pinterest-squared:before {
  content: "\f0d3";
} /* '' */
.icon-gplus-squared:before {
  content: "\f0d4";
} /* '' */
.icon-gplus:before {
  content: "\f0d5";
} /* '' */
.icon-money:before {
  content: "\f0d6";
} /* '' */
.icon-columns:before {
  content: "\f0db";
} /* '' */
.icon-sort:before {
  content: "\f0dc";
} /* '' */
.icon-sort-down:before {
  content: "\f0dd";
} /* '' */
.icon-sort-up:before {
  content: "\f0de";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-gauge:before {
  content: "\f0e4";
} /* '' */
.icon-comment-empty:before {
  content: "\f0e5";
} /* '' */
.icon-chat-empty:before {
  content: "\f0e6";
} /* '' */
.icon-sitemap:before {
  content: "\f0e8";
} /* '' */
.icon-paste:before {
  content: "\f0ea";
} /* '' */
.icon-lightbulb:before {
  content: "\f0eb";
} /* '' */
.icon-exchange:before {
  content: "\f0ec";
} /* '' */
.icon-download-cloud:before {
  content: "\f0ed";
} /* '' */
.icon-upload-cloud:before {
  content: "\f0ee";
} /* '' */
.icon-user-md:before {
  content: "\f0f0";
} /* '' */
.icon-stethoscope:before {
  content: "\f0f1";
} /* '' */
.icon-suitcase:before {
  content: "\f0f2";
} /* '' */
.icon-bell-alt:before {
  content: "\f0f3";
} /* '' */
.icon-coffee:before {
  content: "\f0f4";
} /* '' */
.icon-food:before {
  content: "\f0f5";
} /* '' */
.icon-doc-text:before {
  content: "\f0f6";
} /* '' */
.icon-building:before {
  content: "\f0f7";
} /* '' */
.icon-hospital:before {
  content: "\f0f8";
} /* '' */
.icon-ambulance:before {
  content: "\f0f9";
} /* '' */
.icon-medkit:before {
  content: "\f0fa";
} /* '' */
.icon-fighter-jet:before {
  content: "\f0fb";
} /* '' */
.icon-beer:before {
  content: "\f0fc";
} /* '' */
.icon-h-sigh:before {
  content: "\f0fd";
} /* '' */
.icon-plus-squared:before {
  content: "\f0fe";
} /* '' */
.icon-angle-double-left:before {
  content: "\f100";
} /* '' */
.icon-angle-double-right:before {
  content: "\f101";
} /* '' */
.icon-angle-double-up:before {
  content: "\f102";
} /* '' */
.icon-angle-double-down:before {
  content: "\f103";
} /* '' */
.icon-angle-left:before {
  content: "\f104";
} /* '' */
.icon-angle-right:before {
  content: "\f105";
} /* '' */
.icon-angle-up:before {
  content: "\f106";
} /* '' */
.icon-angle-down:before {
  content: "\f107";
} /* '' */
.icon-desktop:before {
  content: "\f108";
} /* '' */
.icon-laptop:before {
  content: "\f109";
} /* '' */
.icon-tablet:before {
  content: "\f10a";
} /* '' */
.icon-mobile:before {
  content: "\f10b";
} /* '' */
.icon-circle-empty:before {
  content: "\f10c";
} /* '' */
.icon-quote-left:before {
  content: "\f10d";
} /* '' */
.icon-quote-right:before {
  content: "\f10e";
} /* '' */
.icon-spinner:before {
  content: "\f110";
} /* '' */
.icon-circle:before {
  content: "\f111";
} /* '' */
.icon-reply:before {
  content: "\f112";
} /* '' */
.icon-github:before {
  content: "\f113";
} /* '' */
.icon-folder-empty:before {
  content: "\f114";
} /* '' */
.icon-folder-open-empty:before {
  content: "\f115";
} /* '' */
.icon-smile:before {
  content: "\f118";
} /* '' */
.icon-frown:before {
  content: "\f119";
} /* '' */
.icon-meh:before {
  content: "\f11a";
} /* '' */
.icon-gamepad:before {
  content: "\f11b";
} /* '' */
.icon-keyboard:before {
  content: "\f11c";
} /* '' */
.icon-flag-empty:before {
  content: "\f11d";
} /* '' */
.icon-flag-checkered:before {
  content: "\f11e";
} /* '' */
.icon-terminal:before {
  content: "\f120";
} /* '' */
.icon-code:before {
  content: "\f121";
} /* '' */
.icon-reply-all:before {
  content: "\f122";
} /* '' */
.icon-star-half-alt:before {
  content: "\f123";
} /* '' */
.icon-direction:before {
  content: "\f124";
} /* '' */
.icon-crop:before {
  content: "\f125";
} /* '' */
.icon-fork:before {
  content: "\f126";
} /* '' */
.icon-unlink:before {
  content: "\f127";
} /* '' */
.icon-help:before {
  content: "\f128";
} /* '' */
.icon-info:before {
  content: "\f129";
} /* '' */
.icon-attention-alt:before {
  content: "\f12a";
} /* '' */
.icon-superscript:before {
  content: "\f12b";
} /* '' */
.icon-subscript:before {
  content: "\f12c";
} /* '' */
.icon-eraser:before {
  content: "\f12d";
} /* '' */
.icon-puzzle:before {
  content: "\f12e";
} /* '' */
.icon-mic:before {
  content: "\f130";
} /* '' */
.icon-mute:before {
  content: "\f131";
} /* '' */
.icon-shield:before {
  content: "\f132";
} /* '' */
.icon-calendar-empty:before {
  content: "\f133";
} /* '' */
.icon-extinguisher:before {
  content: "\f134";
} /* '' */
.icon-rocket:before {
  content: "\f135";
} /* '' */
.icon-maxcdn:before {
  content: "\f136";
} /* '' */
.icon-angle-circled-left:before {
  content: "\f137";
} /* '' */
.icon-angle-circled-right:before {
  content: "\f138";
} /* '' */
.icon-angle-circled-up:before {
  content: "\f139";
} /* '' */
.icon-angle-circled-down:before {
  content: "\f13a";
} /* '' */
.icon-html5:before {
  content: "\f13b";
} /* '' */
.icon-css3:before {
  content: "\f13c";
} /* '' */
.icon-anchor:before {
  content: "\f13d";
} /* '' */
.icon-lock-open-alt:before {
  content: "\f13e";
} /* '' */
.icon-bullseye:before {
  content: "\f140";
} /* '' */
.icon-ellipsis:before {
  content: "\f141";
} /* '' */
.icon-ellipsis-vert:before {
  content: "\f142";
} /* '' */
.icon-rss-squared:before {
  content: "\f143";
} /* '' */
.icon-play-circled:before {
  content: "\f144";
} /* '' */
.icon-ticket:before {
  content: "\f145";
} /* '' */
.icon-minus-squared:before {
  content: "\f146";
} /* '' */
.icon-minus-squared-alt:before {
  content: "\f147";
} /* '' */
.icon-level-up:before {
  content: "\f148";
} /* '' */
.icon-level-down:before {
  content: "\f149";
} /* '' */
.icon-ok-squared:before {
  content: "\f14a";
} /* '' */
.icon-pencil-squared:before {
  content: "\f14b";
} /* '' */
.icon-link-ext-alt:before {
  content: "\f14c";
} /* '' */
.icon-export-alt:before {
  content: "\f14d";
} /* '' */
.icon-compass:before {
  content: "\f14e";
} /* '' */
.icon-expand:before {
  content: "\f150";
} /* '' */
.icon-collapse:before {
  content: "\f151";
} /* '' */
.icon-expand-right:before {
  content: "\f152";
} /* '' */
.icon-euro:before {
  content: "\f153";
} /* '' */
.icon-pound:before {
  content: "\f154";
} /* '' */
.icon-dollar:before {
  content: "\f155";
} /* '' */
.icon-rupee:before {
  content: "\f156";
} /* '' */
.icon-yen:before {
  content: "\f157";
} /* '' */
.icon-rouble:before {
  content: "\f158";
} /* '' */
.icon-won:before {
  content: "\f159";
} /* '' */
.icon-bitcoin:before {
  content: "\f15a";
} /* '' */
.icon-doc-inv:before {
  content: "\f15b";
} /* '' */
.icon-doc-text-inv:before {
  content: "\f15c";
} /* '' */
.icon-sort-name-up:before {
  content: "\f15d";
} /* '' */
.icon-sort-name-down:before {
  content: "\f15e";
} /* '' */
.icon-sort-alt-up:before {
  content: "\f160";
} /* '' */
.icon-sort-alt-down:before {
  content: "\f161";
} /* '' */
.icon-sort-number-up:before {
  content: "\f162";
} /* '' */
.icon-sort-number-down:before {
  content: "\f163";
} /* '' */
.icon-thumbs-up-alt:before {
  content: "\f164";
} /* '' */
.icon-thumbs-down-alt:before {
  content: "\f165";
} /* '' */
.icon-youtube-squared:before {
  content: "\f166";
} /* '' */
.icon-youtube:before {
  content: "\f167";
} /* '' */
.icon-xing:before {
  content: "\f168";
} /* '' */
.icon-xing-squared:before {
  content: "\f169";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-dropbox:before {
  content: "\f16b";
} /* '' */
.icon-stackoverflow:before {
  content: "\f16c";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-flickr:before {
  content: "\f16e";
} /* '' */
.icon-adn:before {
  content: "\f170";
} /* '' */
.icon-bitbucket:before {
  content: "\f171";
} /* '' */
.icon-bitbucket-squared:before {
  content: "\f172";
} /* '' */
.icon-tumblr:before {
  content: "\f173";
} /* '' */
.icon-tumblr-squared:before {
  content: "\f174";
} /* '' */
.icon-down:before {
  content: "\f175";
} /* '' */
.icon-up:before {
  content: "\f176";
} /* '' */
.icon-left:before {
  content: "\f177";
} /* '' */
.icon-right:before {
  content: "\f178";
} /* '' */
.icon-apple:before {
  content: "\f179";
} /* '' */
.icon-windows:before {
  content: "\f17a";
} /* '' */
.icon-android:before {
  content: "\f17b";
} /* '' */
.icon-linux:before {
  content: "\f17c";
} /* '' */
.icon-dribbble:before {
  content: "\f17d";
} /* '' */
.icon-skype:before {
  content: "\f17e";
} /* '' */
.icon-foursquare:before {
  content: "\f180";
} /* '' */
.icon-trello:before {
  content: "\f181";
} /* '' */
.icon-female:before {
  content: "\f182";
} /* '' */
.icon-male:before {
  content: "\f183";
} /* '' */
.icon-gittip:before {
  content: "\f184";
} /* '' */
.icon-sun:before {
  content: "\f185";
} /* '' */
.icon-moon:before {
  content: "\f186";
} /* '' */
.icon-box:before {
  content: "\f187";
} /* '' */
.icon-bug:before {
  content: "\f188";
} /* '' */
.icon-vkontakte:before {
  content: "\f189";
} /* '' */
.icon-weibo:before {
  content: "\f18a";
} /* '' */
.icon-renren:before {
  content: "\f18b";
} /* '' */
.icon-pagelines:before {
  content: "\f18c";
} /* '' */
.icon-stackexchange:before {
  content: "\f18d";
} /* '' */
.icon-right-circled2:before {
  content: "\f18e";
} /* '' */
.icon-left-circled2:before {
  content: "\f190";
} /* '' */
.icon-collapse-left:before {
  content: "\f191";
} /* '' */
.icon-dot-circled:before {
  content: "\f192";
} /* '' */
.icon-wheelchair:before {
  content: "\f193";
} /* '' */
.icon-vimeo-squared:before {
  content: "\f194";
} /* '' */
.icon-try:before {
  content: "\f195";
} /* '' */
.icon-plus-squared-alt:before {
  content: "\f196";
} /* '' */
.icon-space-shuttle:before {
  content: "\f197";
} /* '' */
.icon-slack:before {
  content: "\f198";
} /* '' */
.icon-mail-squared:before {
  content: "\f199";
} /* '' */
.icon-wordpress:before {
  content: "\f19a";
} /* '' */
.icon-openid:before {
  content: "\f19b";
} /* '' */
.icon-bank:before {
  content: "\f19c";
} /* '' */
.icon-graduation-cap:before {
  content: "\f19d";
} /* '' */
.icon-yahoo:before {
  content: "\f19e";
} /* '' */
.icon-google:before {
  content: "\f1a0";
} /* '' */
.icon-reddit:before {
  content: "\f1a1";
} /* '' */
.icon-reddit-squared:before {
  content: "\f1a2";
} /* '' */
.icon-stumbleupon-circled:before {
  content: "\f1a3";
} /* '' */
.icon-stumbleupon:before {
  content: "\f1a4";
} /* '' */
.icon-delicious:before {
  content: "\f1a5";
} /* '' */
.icon-digg:before {
  content: "\f1a6";
} /* '' */
.icon-pied-piper-squared:before {
  content: "\f1a7";
} /* '' */
.icon-pied-piper-alt:before {
  content: "\f1a8";
} /* '' */
.icon-drupal:before {
  content: "\f1a9";
} /* '' */
.icon-joomla:before {
  content: "\f1aa";
} /* '' */
.icon-language:before {
  content: "\f1ab";
} /* '' */
.icon-fax:before {
  content: "\f1ac";
} /* '' */
.icon-building-filled:before {
  content: "\f1ad";
} /* '' */
.icon-child:before {
  content: "\f1ae";
} /* '' */
.icon-paw:before {
  content: "\f1b0";
} /* '' */
.icon-spoon:before {
  content: "\f1b1";
} /* '' */
.icon-cube:before {
  content: "\f1b2";
} /* '' */
.icon-cubes:before {
  content: "\f1b3";
} /* '' */
.icon-behance:before {
  content: "\f1b4";
} /* '' */
.icon-behance-squared:before {
  content: "\f1b5";
} /* '' */
.icon-steam:before {
  content: "\f1b6";
} /* '' */
.icon-steam-squared:before {
  content: "\f1b7";
} /* '' */
.icon-recycle:before {
  content: "\f1b8";
} /* '' */
.icon-cab:before {
  content: "\f1b9";
} /* '' */
.icon-taxi:before {
  content: "\f1ba";
} /* '' */
.icon-tree:before {
  content: "\f1bb";
} /* '' */
.icon-spotify:before {
  content: "\f1bc";
} /* '' */
.icon-deviantart:before {
  content: "\f1bd";
} /* '' */
.icon-soundcloud:before {
  content: "\f1be";
} /* '' */
.icon-database:before {
  content: "\f1c0";
} /* '' */
.icon-file-pdf:before {
  content: "\f1c1";
} /* '' */
.icon-file-word:before {
  content: "\f1c2";
} /* '' */
.icon-file-excel:before {
  content: "\f1c3";
} /* '' */
.icon-file-powerpoint:before {
  content: "\f1c4";
} /* '' */
.icon-file-image:before {
  content: "\f1c5";
} /* '' */
.icon-file-archive:before {
  content: "\f1c6";
} /* '' */
.icon-file-audio:before {
  content: "\f1c7";
} /* '' */
.icon-file-video:before {
  content: "\f1c8";
} /* '' */
.icon-file-code:before {
  content: "\f1c9";
} /* '' */
.icon-vine:before {
  content: "\f1ca";
} /* '' */
.icon-codeopen:before {
  content: "\f1cb";
} /* '' */
.icon-jsfiddle:before {
  content: "\f1cc";
} /* '' */
.icon-lifebuoy:before {
  content: "\f1cd";
} /* '' */
.icon-circle-notch:before {
  content: "\f1ce";
} /* '' */
.icon-rebel:before {
  content: "\f1d0";
} /* '' */
.icon-empire:before {
  content: "\f1d1";
} /* '' */
.icon-git-squared:before {
  content: "\f1d2";
} /* '' */
.icon-git:before {
  content: "\f1d3";
} /* '' */
.icon-hacker-news:before {
  content: "\f1d4";
} /* '' */
.icon-tencent-weibo:before {
  content: "\f1d5";
} /* '' */
.icon-qq:before {
  content: "\f1d6";
} /* '' */
.icon-wechat:before {
  content: "\f1d7";
} /* '' */
.icon-paper-plane:before {
  content: "\f1d8";
} /* '' */
.icon-paper-plane-empty:before {
  content: "\f1d9";
} /* '' */
.icon-history:before {
  content: "\f1da";
} /* '' */
.icon-circle-thin:before {
  content: "\f1db";
} /* '' */
.icon-header:before {
  content: "\f1dc";
} /* '' */
.icon-paragraph:before {
  content: "\f1dd";
} /* '' */
.icon-sliders:before {
  content: "\f1de";
} /* '' */
.icon-share:before {
  content: "\f1e0";
} /* '' */
.icon-share-squared:before {
  content: "\f1e1";
} /* '' */
.icon-bomb:before {
  content: "\f1e2";
} /* '' */
.icon-soccer-ball:before {
  content: "\f1e3";
} /* '' */
.icon-tty:before {
  content: "\f1e4";
} /* '' */
.icon-binoculars:before {
  content: "\f1e5";
} /* '' */
.icon-plug:before {
  content: "\f1e6";
} /* '' */
.icon-slideshare:before {
  content: "\f1e7";
} /* '' */
.icon-twitch:before {
  content: "\f1e8";
} /* '' */
.icon-yelp:before {
  content: "\f1e9";
} /* '' */
.icon-newspaper:before {
  content: "\f1ea";
} /* '' */
.icon-wifi:before {
  content: "\f1eb";
} /* '' */
.icon-calc:before {
  content: "\f1ec";
} /* '' */
.icon-paypal:before {
  content: "\f1ed";
} /* '' */
.icon-gwallet:before {
  content: "\f1ee";
} /* '' */
.icon-cc-visa:before {
  content: "\f1f0";
} /* '' */
.icon-cc-mastercard:before {
  content: "\f1f1";
} /* '' */
.icon-cc-discover:before {
  content: "\f1f2";
} /* '' */
.icon-cc-amex:before {
  content: "\f1f3";
} /* '' */
.icon-cc-paypal:before {
  content: "\f1f4";
} /* '' */
.icon-cc-stripe:before {
  content: "\f1f5";
} /* '' */
.icon-bell-off:before {
  content: "\f1f6";
} /* '' */
.icon-bell-off-empty:before {
  content: "\f1f7";
} /* '' */
.icon-trash:before {
  content: "\f1f8";
} /* '' */
.icon-copyright:before {
  content: "\f1f9";
} /* '' */
.icon-at:before {
  content: "\f1fa";
} /* '' */
.icon-eyedropper:before {
  content: "\f1fb";
} /* '' */
.icon-brush:before {
  content: "\f1fc";
} /* '' */
.icon-birthday:before {
  content: "\f1fd";
} /* '' */
.icon-chart-area:before {
  content: "\f1fe";
} /* '' */
.icon-chart-pie:before {
  content: "\f200";
} /* '' */
.icon-chart-line:before {
  content: "\f201";
} /* '' */
.icon-lastfm:before {
  content: "\f202";
} /* '' */
.icon-lastfm-squared:before {
  content: "\f203";
} /* '' */
.icon-toggle-off:before {
  content: "\f204";
} /* '' */
.icon-toggle-on:before {
  content: "\f205";
} /* '' */
.icon-bicycle:before {
  content: "\f206";
} /* '' */
.icon-bus:before {
  content: "\f207";
} /* '' */
.icon-ioxhost:before {
  content: "\f208";
} /* '' */
.icon-angellist:before {
  content: "\f209";
} /* '' */
.icon-cc:before {
  content: "\f20a";
} /* '' */
.icon-shekel:before {
  content: "\f20b";
} /* '' */
.icon-meanpath:before {
  content: "\f20c";
} /* '' */
.icon-buysellads:before {
  content: "\f20d";
} /* '' */
.icon-connectdevelop:before {
  content: "\f20e";
} /* '' */
.icon-dashcube:before {
  content: "\f210";
} /* '' */
.icon-forumbee:before {
  content: "\f211";
} /* '' */
.icon-leanpub:before {
  content: "\f212";
} /* '' */
.icon-sellsy:before {
  content: "\f213";
} /* '' */
.icon-shirtsinbulk:before {
  content: "\f214";
} /* '' */
.icon-simplybuilt:before {
  content: "\f215";
} /* '' */
.icon-skyatlas:before {
  content: "\f216";
} /* '' */
.icon-cart-plus:before {
  content: "\f217";
} /* '' */
.icon-cart-arrow-down:before {
  content: "\f218";
} /* '' */
.icon-diamond:before {
  content: "\f219";
} /* '' */
.icon-ship:before {
  content: "\f21a";
} /* '' */
.icon-user-secret:before {
  content: "\f21b";
} /* '' */
.icon-motorcycle:before {
  content: "\f21c";
} /* '' */
.icon-street-view:before {
  content: "\f21d";
} /* '' */
.icon-heartbeat:before {
  content: "\f21e";
} /* '' */
.icon-venus:before {
  content: "\f221";
} /* '' */
.icon-mars:before {
  content: "\f222";
} /* '' */
.icon-mercury:before {
  content: "\f223";
} /* '' */
.icon-transgender:before {
  content: "\f224";
} /* '' */
.icon-transgender-alt:before {
  content: "\f225";
} /* '' */
.icon-venus-double:before {
  content: "\f226";
} /* '' */
.icon-mars-double:before {
  content: "\f227";
} /* '' */
.icon-venus-mars:before {
  content: "\f228";
} /* '' */
.icon-mars-stroke:before {
  content: "\f229";
} /* '' */
.icon-mars-stroke-v:before {
  content: "\f22a";
} /* '' */
.icon-mars-stroke-h:before {
  content: "\f22b";
} /* '' */
.icon-neuter:before {
  content: "\f22c";
} /* '' */
.icon-genderless:before {
  content: "\f22d";
} /* '' */
.icon-facebook-official:before {
  content: "\f230";
} /* '' */
.icon-pinterest:before {
  content: "\f231";
} /* '' */
.icon-whatsapp:before {
  content: "\f232";
} /* '' */
.icon-server:before {
  content: "\f233";
} /* '' */
.icon-user-plus:before {
  content: "\f234";
} /* '' */
.icon-user-times:before {
  content: "\f235";
} /* '' */
.icon-bed:before {
  content: "\f236";
} /* '' */
.icon-viacoin:before {
  content: "\f237";
} /* '' */
.icon-train:before {
  content: "\f238";
} /* '' */
.icon-subway:before {
  content: "\f239";
} /* '' */
.icon-medium:before {
  content: "\f23a";
} /* '' */
.icon-y-combinator:before {
  content: "\f23b";
} /* '' */
.icon-optin-monster:before {
  content: "\f23c";
} /* '' */
.icon-opencart:before {
  content: "\f23d";
} /* '' */
.icon-expeditedssl:before {
  content: "\f23e";
} /* '' */
.icon-battery-4:before {
  content: "\f240";
} /* '' */
.icon-battery-3:before {
  content: "\f241";
} /* '' */
.icon-battery-2:before {
  content: "\f242";
} /* '' */
.icon-battery-1:before {
  content: "\f243";
} /* '' */
.icon-battery-0:before {
  content: "\f244";
} /* '' */
.icon-mouse-pointer:before {
  content: "\f245";
} /* '' */
.icon-i-cursor:before {
  content: "\f246";
} /* '' */
.icon-object-group:before {
  content: "\f247";
} /* '' */
.icon-object-ungroup:before {
  content: "\f248";
} /* '' */
.icon-sticky-note:before {
  content: "\f249";
} /* '' */
.icon-sticky-note-o:before {
  content: "\f24a";
} /* '' */
.icon-cc-jcb:before {
  content: "\f24b";
} /* '' */
.icon-cc-diners-club:before {
  content: "\f24c";
} /* '' */
.icon-clone:before {
  content: "\f24d";
} /* '' */
.icon-balance-scale:before {
  content: "\f24e";
} /* '' */
.icon-hourglass-o:before {
  content: "\f250";
} /* '' */
.icon-hourglass-1:before {
  content: "\f251";
} /* '' */
.icon-hourglass-2:before {
  content: "\f252";
} /* '' */
.icon-hourglass-3:before {
  content: "\f253";
} /* '' */
.icon-hourglass:before {
  content: "\f254";
} /* '' */
.icon-hand-grab-o:before {
  content: "\f255";
} /* '' */
.icon-hand-paper-o:before {
  content: "\f256";
} /* '' */
.icon-hand-scissors-o:before {
  content: "\f257";
} /* '' */
.icon-hand-lizard-o:before {
  content: "\f258";
} /* '' */
.icon-hand-spock-o:before {
  content: "\f259";
} /* '' */
.icon-hand-pointer-o:before {
  content: "\f25a";
} /* '' */
.icon-hand-peace-o:before {
  content: "\f25b";
} /* '' */
.icon-trademark:before {
  content: "\f25c";
} /* '' */
.icon-registered:before {
  content: "\f25d";
} /* '' */
.icon-creative-commons:before {
  content: "\f25e";
} /* '' */
.icon-gg:before {
  content: "\f260";
} /* '' */
.icon-gg-circle:before {
  content: "\f261";
} /* '' */
.icon-tripadvisor:before {
  content: "\f262";
} /* '' */
.icon-odnoklassniki:before {
  content: "\f263";
} /* '' */
.icon-odnoklassniki-square:before {
  content: "\f264";
} /* '' */
.icon-get-pocket:before {
  content: "\f265";
} /* '' */
.icon-wikipedia-w:before {
  content: "\f266";
} /* '' */
.icon-safari:before {
  content: "\f267";
} /* '' */
.icon-chrome:before {
  content: "\f268";
} /* '' */
.icon-firefox:before {
  content: "\f269";
} /* '' */
.icon-opera:before {
  content: "\f26a";
} /* '' */
.icon-internet-explorer:before {
  content: "\f26b";
} /* '' */
.icon-television:before {
  content: "\f26c";
} /* '' */
.icon-contao:before {
  content: "\f26d";
} /* '' */
.icon-500px:before {
  content: "\f26e";
} /* '' */
.icon-amazon:before {
  content: "\f270";
} /* '' */
.icon-calendar-plus-o:before {
  content: "\f271";
} /* '' */
.icon-calendar-minus-o:before {
  content: "\f272";
} /* '' */
.icon-calendar-times-o:before {
  content: "\f273";
} /* '' */
.icon-calendar-check-o:before {
  content: "\f274";
} /* '' */
.icon-industry:before {
  content: "\f275";
} /* '' */
.icon-map-pin:before {
  content: "\f276";
} /* '' */
.icon-map-signs:before {
  content: "\f277";
} /* '' */
.icon-map-o:before {
  content: "\f278";
} /* '' */
.icon-map:before {
  content: "\f279";
} /* '' */
.icon-commenting:before {
  content: "\f27a";
} /* '' */
.icon-commenting-o:before {
  content: "\f27b";
} /* '' */
.icon-houzz:before {
  content: "\f27c";
} /* '' */
.icon-vimeo:before {
  content: "\f27d";
} /* '' */
.icon-black-tie:before {
  content: "\f27e";
} /* '' */
.icon-fonticons:before {
  content: "\f280";
} /* '' */
.icon-reddit-alien:before {
  content: "\f281";
} /* '' */
.icon-edge:before {
  content: "\f282";
} /* '' */
.icon-credit-card-alt:before {
  content: "\f283";
} /* '' */
.icon-codiepie:before {
  content: "\f284";
} /* '' */
.icon-modx:before {
  content: "\f285";
} /* '' */
.icon-fort-awesome:before {
  content: "\f286";
} /* '' */
.icon-usb:before {
  content: "\f287";
} /* '' */
.icon-product-hunt:before {
  content: "\f288";
} /* '' */
.icon-mixcloud:before {
  content: "\f289";
} /* '' */
.icon-scribd:before {
  content: "\f28a";
} /* '' */
.icon-pause-circle:before {
  content: "\f28b";
} /* '' */
.icon-pause-circle-o:before {
  content: "\f28c";
} /* '' */
.icon-stop-circle:before {
  content: "\f28d";
} /* '' */
.icon-stop-circle-o:before {
  content: "\f28e";
} /* '' */
.icon-shopping-bag:before {
  content: "\f290";
} /* '' */
.icon-shopping-basket:before {
  content: "\f291";
} /* '' */
.icon-hashtag:before {
  content: "\f292";
} /* '' */
.icon-bluetooth:before {
  content: "\f293";
} /* '' */
.icon-bluetooth-b:before {
  content: "\f294";
} /* '' */
.icon-percent:before {
  content: "\f295";
} /* '' */
.icon-gitlab:before {
  content: "\f296";
} /* '' */
.icon-wpbeginner:before {
  content: "\f297";
} /* '' */
.icon-wpforms:before {
  content: "\f298";
} /* '' */
.icon-envira:before {
  content: "\f299";
} /* '' */
.icon-universal-access:before {
  content: "\f29a";
} /* '' */
.icon-wheelchair-alt:before {
  content: "\f29b";
} /* '' */
.icon-question-circle-o:before {
  content: "\f29c";
} /* '' */
.icon-blind:before {
  content: "\f29d";
} /* '' */
.icon-audio-description:before {
  content: "\f29e";
} /* '' */
.icon-volume-control-phone:before {
  content: "\f2a0";
} /* '' */
.icon-braille:before {
  content: "\f2a1";
} /* '' */
.icon-assistive-listening-systems:before {
  content: "\f2a2";
} /* '' */
.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
} /* '' */
.icon-asl-interpreting:before {
  content: "\f2a4";
} /* '' */
.icon-glide:before {
  content: "\f2a5";
} /* '' */
.icon-glide-g:before {
  content: "\f2a6";
} /* '' */
.icon-sign-language:before {
  content: "\f2a7";
} /* '' */
.icon-low-vision:before {
  content: "\f2a8";
} /* '' */
.icon-viadeo:before {
  content: "\f2a9";
} /* '' */
.icon-viadeo-square:before {
  content: "\f2aa";
} /* '' */
.icon-snapchat:before {
  content: "\f2ab";
} /* '' */
.icon-snapchat-ghost:before {
  content: "\f2ac";
} /* '' */
.icon-snapchat-square:before {
  content: "\f2ad";
} /* '' */
.icon-pied-piper:before {
  content: "\f2ae";
} /* '' */
.icon-first-order:before {
  content: "\f2b0";
} /* '' */
.icon-yoast:before {
  content: "\f2b1";
} /* '' */
.icon-themeisle:before {
  content: "\f2b2";
} /* '' */
.icon-google-plus-circle:before {
  content: "\f2b3";
} /* '' */
.icon-font-awesome:before {
  content: "\f2b4";
} /* '' */
.icon-handshake-o:before {
  content: "\f2b5";
} /* '' */
.icon-envelope-open:before {
  content: "\f2b6";
} /* '' */
.icon-envelope-open-o:before {
  content: "\f2b7";
} /* '' */
.icon-linode:before {
  content: "\f2b8";
} /* '' */
.icon-address-book:before {
  content: "\f2b9";
} /* '' */
.icon-address-book-o:before {
  content: "\f2ba";
} /* '' */
.icon-address-card:before {
  content: "\f2bb";
} /* '' */
.icon-address-card-o:before {
  content: "\f2bc";
} /* '' */
.icon-user-circle:before {
  content: "\f2bd";
} /* '' */
.icon-user-circle-o:before {
  content: "\f2be";
} /* '' */
.icon-user-o:before {
  content: "\f2c0";
} /* '' */
.icon-id-badge:before {
  content: "\f2c1";
} /* '' */
.icon-id-card:before {
  content: "\f2c2";
} /* '' */
.icon-id-card-o:before {
  content: "\f2c3";
} /* '' */
.icon-quora:before {
  content: "\f2c4";
} /* '' */
.icon-free-code-camp:before {
  content: "\f2c5";
} /* '' */
.icon-telegram:before {
  content: "\f2c6";
} /* '' */
.icon-thermometer:before {
  content: "\f2c7";
} /* '' */
.icon-thermometer-3:before {
  content: "\f2c8";
} /* '' */
.icon-thermometer-2:before {
  content: "\f2c9";
} /* '' */
.icon-thermometer-quarter:before {
  content: "\f2ca";
} /* '' */
.icon-thermometer-0:before {
  content: "\f2cb";
} /* '' */
.icon-shower:before {
  content: "\f2cc";
} /* '' */
.icon-bath:before {
  content: "\f2cd";
} /* '' */
.icon-podcast:before {
  content: "\f2ce";
} /* '' */
.icon-window-maximize:before {
  content: "\f2d0";
} /* '' */
.icon-window-minimize:before {
  content: "\f2d1";
} /* '' */
.icon-window-restore:before {
  content: "\f2d2";
} /* '' */
.icon-window-close:before {
  content: "\f2d3";
} /* '' */
.icon-window-close-o:before {
  content: "\f2d4";
} /* '' */
.icon-bandcamp:before {
  content: "\f2d5";
} /* '' */
.icon-grav:before {
  content: "\f2d6";
} /* '' */
.icon-etsy:before {
  content: "\f2d7";
} /* '' */
.icon-imdb:before {
  content: "\f2d8";
} /* '' */
.icon-ravelry:before {
  content: "\f2d9";
} /* '' */
.icon-eercast:before {
  content: "\f2da";
} /* '' */
.icon-microchip:before {
  content: "\f2db";
} /* '' */
.icon-snowflake-o:before {
  content: "\f2dc";
} /* '' */
.icon-superpowers:before {
  content: "\f2dd";
} /* '' */
.icon-wpexplorer:before {
  content: "\f2de";
} /* '' */
.icon-meetup:before {
  content: "\f2e0";
} /* '' */
.icon-github-squared:before {
  content: "\f300";
} /* '' */
.icon-github-circled-1:before {
  content: "\f301";
} /* '' */
.icon-twitter-3:before {
  content: "\f302";
} /* '' */
.icon-flickr-1:before {
  content: "\f303";
} /* '' */
.icon-twitter-squared:before {
  content: "\f304";
} /* '' */
.icon-yandex:before {
  content: "\f305";
} /* '' */
.icon-vimeo-1:before {
  content: "\f306";
} /* '' */
.icon-vimeo-circled:before {
  content: "\f307";
} /* '' */
.icon-facebook-squared:before {
  content: "\f308";
} /* '' */
.icon-twitter-1:before {
  content: "\f309";
} /* '' */
.icon-twitter-circled:before {
  content: "\f30a";
} /* '' */
.icon-skype-4:before {
  content: "\f30b";
} /* '' */
.icon-linkedin-squared:before {
  content: "\f30c";
} /* '' */
.icon-facebook-circled:before {
  content: "\f30d";
} /* '' */
.icon-facebook-squared-1:before {
  content: "\f30e";
} /* '' */
.icon-gplus-1:before {
  content: "\f30f";
} /* '' */
.icon-gplus-circled:before {
  content: "\f310";
} /* '' */
.icon-tumblr-3:before {
  content: "\f311";
} /* '' */
.icon-pinterest-1:before {
  content: "\f312";
} /* '' */
.icon-pinterest-circled-1:before {
  content: "\f313";
} /* '' */
.icon-twitter-rect:before {
  content: "\f314";
} /* '' */
.icon-tumblr-1:before {
  content: "\f315";
} /* '' */
.icon-tumblr-circled:before {
  content: "\f316";
} /* '' */
.icon-jabber:before {
  content: "\f317";
} /* '' */
.icon-linkedin-1:before {
  content: "\f318";
} /* '' */
.icon-linkedin-circled:before {
  content: "\f319";
} /* '' */
.icon-linkedin-5:before {
  content: "\f31a";
} /* '' */
.icon-dribbble-1:before {
  content: "\f31b";
} /* '' */
.icon-dribbble-circled:before {
  content: "\f31c";
} /* '' */
.icon-wordpress-2:before {
  content: "\f31d";
} /* '' */
.icon-stumbleupon-1:before {
  content: "\f31e";
} /* '' */
.icon-stumbleupon-circled-1:before {
  content: "\f31f";
} /* '' */
.icon-diigo:before {
  content: "\f320";
} /* '' */
.icon-lastfm-1:before {
  content: "\f321";
} /* '' */
.icon-lastfm-circled:before {
  content: "\f322";
} /* '' */
.icon-tudou:before {
  content: "\f323";
} /* '' */
.icon-rdio:before {
  content: "\f324";
} /* '' */
.icon-rdio-circled:before {
  content: "\f325";
} /* '' */
.icon-amex:before {
  content: "\f326";
} /* '' */
.icon-spotify-1:before {
  content: "\f327";
} /* '' */
.icon-spotify-circled:before {
  content: "\f328";
} /* '' */
.icon-mastercard:before {
  content: "\f329";
} /* '' */
.icon-qq-1:before {
  content: "\f32a";
} /* '' */
.icon-bandcamp-1:before {
  content: "\f32b";
} /* '' */
.icon-codepen:before {
  content: "\f32c";
} /* '' */
.icon-instagram-1:before {
  content: "\f32d";
} /* '' */
.icon-dropbox-1:before {
  content: "\f330";
} /* '' */
.icon-evernote:before {
  content: "\f333";
} /* '' */
.icon-flattr:before {
  content: "\f336";
} /* '' */
.icon-skype-1:before {
  content: "\f339";
} /* '' */
.icon-skype-circled:before {
  content: "\f33a";
} /* '' */
.icon-renren-1:before {
  content: "\f33c";
} /* '' */
.icon-sina-weibo:before {
  content: "\f33f";
} /* '' */
.icon-paypal-1:before {
  content: "\f342";
} /* '' */
.icon-picasa:before {
  content: "\f345";
} /* '' */
.icon-soundcloud-1:before {
  content: "\f348";
} /* '' */
.icon-mixi:before {
  content: "\f34b";
} /* '' */
.icon-behance-1:before {
  content: "\f34e";
} /* '' */
.icon-google-circles:before {
  content: "\f351";
} /* '' */
.icon-vkontakte-1:before {
  content: "\f354";
} /* '' */
.icon-smashing:before {
  content: "\f357";
} /* '' */
.icon-comment-4:before {
  content: "\f4ac";
} /* '' */
.icon-folder-open-empty-1:before {
  content: "\f4c2";
} /* '' */
.icon-calendar-5:before {
  content: "\f4c5";
} /* '' */
.icon-newspaper-2:before {
  content: "\f4f0";
} /* '' */
.icon-camera-5:before {
  content: "\f4f7";
} /* '' */
.icon-search-5:before {
  content: "\f50d";
} /* '' */
.icon-lock-alt:before {
  content: "\f510";
} /* '' */
.icon-lock-5:before {
  content: "\f512";
} /* '' */
.icon-lock-open-5:before {
  content: "\f513";
} /* '' */
.icon-joystick:before {
  content: "\f514";
} /* '' */
.icon-fire-1:before {
  content: "\f525";
} /* '' */
.icon-chart-bar-5:before {
  content: "\f526";
} /* '' */
.icon-spread:before {
  content: "\f527";
} /* '' */
.icon-spinner1:before {
  content: "\f528";
} /* '' */
.icon-spinner2:before {
  content: "\f529";
} /* '' */
.icon-db-shape:before {
  content: "\f600";
} /* '' */
.icon-sweden:before {
  content: "\f601";
} /* '' */
.icon-logo-db:before {
  content: "\f603";
} /* '' */
header .nav-mobile-contact a {
  padding: 10px 0;
}
header .mg-main-navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  z-index: 999;
  background: #fff;
  overflow: hidden;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transition: all 300ms ease 0s;
}
@media (min-width: 992px) {
  header .mg-main-navigation {
    position: relative;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    overflow: visible;
    z-index: auto;
    right: auto;
    top: auto;
    left: auto;
    bottom: auto;
    height: auto;
    transition: none;
  }
}
header .mg-main-navigation .mg-main-navigation-header {
  padding: 8px;
  border-bottom: solid 1px #ccc;
}
header .mg-main-navigation .mg-main-navigation-header .btn-nav-open-close {
  border: 0;
  background: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 20px;
}
header .mg-main-navigation .btn-nav-next-step {
  border: 0;
  background: transparent;
  padding: 0;
  width: 40px;
  height: 30px;
  transition: all 300ms ease 0s;
}
header .mg-main-navigation > ul {
  height: calc(100% - 50px);
  overflow: auto;
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul {
    overflow: visible;
    height: auto;
  }
}
header .mg-main-navigation > ul > li {
  width: 100%;
  border-bottom: 1px solid #cecece;
  cursor: pointer;
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 0;
  }
}
header .mg-main-navigation > ul > li .mg-main-navigation-fake-cat {
  text-align: left;
  font-size: 15px;
  padding: 15px 8px;
  font-family: "Roboto Condensed", sans-serif;
  color: #0c426e;
  font-weight: 700;
  letter-spacing: 0.03rem;
  display: block;
  white-space: nowrap;
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li .mg-main-navigation-fake-cat {
    justify-content: center !important;
    text-align: center;
    padding: 15px 10px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  header .mg-main-navigation > ul > li .mg-main-navigation-fake-cat {
    padding: 15px 19px;
    font-size: 15px;
  }
}
header .mg-main-navigation > ul > li {
  /* lvl 2 */
}
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 {
  display: none;
  background: #fff;
  padding: 0 8px;
  width: 100%;
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 20px;
    box-shadow: 0 1px 5px 0 #b9b9b9;
    border: 1px solid #d3d3d3;
    height: 510px;
    max-height: calc(100vh - 140px);
    overflow: auto;
  }
}
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul {
  position: relative;
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul {
    height: 100%;
  }
}
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul:not(.info-links) > li:first-child {
  display: none;
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul:not(.info-links) > li:first-child {
    display: block;
  }
}
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li {
  width: 100%;
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li {
    max-width: 400px;
    border-right: 2px solid #f5f5f5;
  }
}
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li > div {
    display: block;
  }
}
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li > div > a,
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li > div > span {
  cursor: pointer;
  padding: 7px 8px;
  display: block;
  width: 100%;
  font-weight: 600;
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li > div > a,
  header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li > div > span {
    padding: 12.5px 25px;
    font-weight: 400;
    font-size: 18px;
    color: #0c426e;
  }
}
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li {
  /* lvl 3 */
}
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li > ul {
  display: block;
  list-style: none;
  padding: 0;
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li > ul {
    display: none;
    position: absolute;
    left: 400px;
    top: 0;
    height: auto;
    width: calc(100% - 400px);
    overflow: auto;
    max-height: 100%;
  }
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li > ul > li {
    width: 25%;
    text-align: center;
    padding: 25px;
  }
}
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li > ul > li > a {
  padding: 7px 8px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li > ul > li > a {
    display: block;
    padding: 0;
  }
}
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li > ul > li img {
  width: 35px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li > ul > li img {
    max-width: 100%;
    margin-right: 0;
    width: auto;
    max-height: 93px;
  }
}
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li > ul > li span {
  display: block;
  font-size: 14px;
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li > ul > li span {
    font-weight: 700;
    color: #0c426e;
    margin-top: 10px;
  }
}
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li .btn-nav-next-step {
  display: none !important;
}
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li.is-hover > ul {
  display: block;
}
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li.is-hover > div {
  background: #f1f1f1;
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li.is-hover > div {
    background: #fff;
  }
}
header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li.is-hover > div .btn-nav-next-step {
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li.is-active {
    background: #f0f0f0;
  }
  header .mg-main-navigation > ul > li .mg-main-navigation-lvl-2 > ul > li.is-active > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
header .mg-main-navigation > ul > li.is-hover .mg-main-navigation-lvl-2 {
  display: block;
}
header .mg-main-navigation > ul > li.is-hover > span .btn-nav-next-step {
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  header .mg-main-navigation > ul > li.is-hover {
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
  }
  header .mg-main-navigation > ul > li.is-hover .mg-main-navigation-fake-cat {
    position: relative;
  }
  header .mg-main-navigation > ul > li.is-hover .mg-main-navigation-fake-cat::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -10px;
    background: #fff;
    height: 20px;
    z-index: 9;
    left: 0;
  }
}
header .info-mobile-trenner {
  background: #0c426e;
  color: #fff;
  padding: 15px 8px;
}
header .list-mobile-flags a,
header .list-mobile-flags .mg-main-navigation-fake-cat {
  display: flex !important;
  align-items: center;
}
header .list-mobile-flags a i.flag-icon,
header .list-mobile-flags .mg-main-navigation-fake-cat i.flag-icon {
  border-radius: 100px;
  margin-right: 10px;
}
header .menu-toggle {
  cursor: pointer;
}
header .menu-toggle span {
  display: block;
  height: 3px;
  margin-bottom: 7px;
  background: #0f4170;
  border-radius: 50px;
}
header .menu-toggle span:first-child {
  width: 30px;
}
header .search-wrap-mobile-hidden {
  position: fixed;
  z-index: -9999;
  height: 0;
  overflow: hidden;
  top: -1000px;
}
@media (min-width: 992px) {
  header .search-wrap-mobile-hidden {
    position: relative;
    z-index: auto;
    overflow: visible;
    top: auto;
    height: auto;
  }
}
header .sale-head-img {
  width: 35px;
  height: 35px;
  display: block;
  max-width: none;
}
header .menu-desktop {
  padding: 0;
}
@media (min-width: 768px) {
  header .menu-desktop {
    padding: 5px 0;
  }
}
header .navheader span {
  margin-top: 5px;
}
header .nav-link {
  padding: 0;
}

.head-usp-trusted {
  height: 28px;
  min-width: 184px;
}
@media (min-width: 1241px) {
  .head-usp-trusted {
    min-width: 241px;
  }
}

.nav-open .mg-main-navigation {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}
.nav-open {
  overflow: hidden;
}

.nav-main-container .navheader li {
  display: inline-grid;
  padding: 10px 5px;
}
@media (min-width: 400px) {
  .nav-main-container .navheader li {
    padding: 10px;
  }
}

.nav-main-container .navheader li img {
  margin: 0 auto;
}

.nav-main-container .navheader li a {
  text-align: center;
  display: block;
}

.navheader {
  border-top: 1px solid #bcbcbc;
}
@media (min-width: 768px) {
  .navheader {
    border-top: 0;
  }
}

/*
#page-body {
    margin-top: 125px !important;
    @media (min-width: 768px){
        margin-top: 80px !important;
    }
    @media (min-width: 992px){
        margin-top: 182px !important;
    }
    @media (min-width: 1200px){
        margin-top: 182px !important;
    }
    @media (min-width: 1200px){
        #vue-app{
            padding-top: 199px;
        }
    }
}*/
.mg-main-navigation-lvl-2 ul:not(.info-links) li {
  display: none !important;
}
@media (min-width: 992px) {
  .mg-main-navigation-lvl-2 ul:not(.info-links) li {
    display: block !important;
  }
}
.mg-main-navigation-lvl-2 ul:not(.info-links) li img {
  display: none;
}
@media (min-width: 992px) {
  .mg-main-navigation-lvl-2 ul:not(.info-links) li img {
    display: block;
  }
}
.mg-main-navigation-lvl-2 ul li[data-catid="99"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="103"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="110"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="106"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="107"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="108"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="109"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="105"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="104"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="734"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="143"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="145"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="144"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="147"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="149"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="148"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="150"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="381"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="379"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="378"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="380"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="382"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="383"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="737"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="377"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="375"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="376"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="707"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="710"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="708"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="666"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="431"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="430"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="113"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="461"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="59"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="674"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="23"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="323"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="24"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="30"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="49"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="51"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="37"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="68"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="513"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="514"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="515"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="511"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="517"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="722"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="537"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="486"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="723"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="77"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="367"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="96"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="80"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="90"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="485"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="88"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="83"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="92"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="625"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="160"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="683"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="159"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="694"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="521"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="721"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="440"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="439"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="438"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="437"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="170"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="70"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="174"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="171"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="176"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="322"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="120"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="115"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="123"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="118"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="355"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="116"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="117"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="122"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="725"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="196"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="195"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="198"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="728"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="201"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="200"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="291"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="199"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="197"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="679"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="677"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="671"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="670"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="205"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="535"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="525"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="527"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="721"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="533"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="487"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="496"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="315"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="534"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="495"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="522"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="493"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="137"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="138"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="252"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="727"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="509"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="98"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="141"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="146"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="151"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="330"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="429"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="347"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="358"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="111"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="22"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="536"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="432"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="518"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="510"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="433"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="290"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="498"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="544"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="76"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="158"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="434"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="169"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="114"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="194"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="669"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="520"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="453"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="202"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="124"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="136"] {
  display: block !important;
}
.mg-main-navigation-lvl-2 ul li[data-catid="215"] {
  display: block !important;
}

#vue-app {
  padding-top: 110px;
}
@media (min-width: 768px) {
  #vue-app {
    padding-top: 93px;
  }
}
@media (min-width: 992px) {
  #vue-app {
    padding-top: 197px;
  }
}
@media (min-width: 1200px) {
  #vue-app {
    padding-top: 199px;
  }
}

.page-home #main-container {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .page-home #main-container {
    padding-top: 0;
  }
}

#page-body {
  margin-top: 0 !important;
}

header#page-header {
  position: fixed;
  top: 0;
  background: #fff;
  right: 0;
  left: 0;
}

header .logo img,
header .navbar-brand img {
  width: 180px;
  max-width: 300px;
}
@media (min-width: 768px) {
  header .logo img,
  header .navbar-brand img {
    width: 230px;
  }
}
@media (min-width: 992px) {
  header .logo img,
  header .navbar-brand img {
    width: 260px;
  }
}
@media (min-width: 1200px) {
  header .logo img,
  header .navbar-brand img {
    width: 300px;
  }
}

/*
    .page-singleitem #page-body {
        margin-top: 0 !important
    }
    .page-category #page-body {
        margin-top: 70px !important
    }

    */
@font-face {
  font-family: "RR";
  src: url("../documents/fonts/Roboto/RobotoCondensed-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "RB";
  src: url("../documents/fonts/Roboto/Roboto-Black.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../documents/fonts/Roboto/RobotoCondensed-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "RCB";
  src: url("../documents/fonts/Roboto/RobotoCondensed-Bold.ttf");
  font-weight: normal;
}
.font-rb {
  font-family: "RB";
}

body {
  overflow-x: hidden;
  background-color: #ffffff;
}

.fixed {
  overflow: hidden;
}

.headsprite a {
  background: none;
  width: 22px;
  height: 22px;
}

.headsprite .trusted {
  background-image: url("../images/trustedShops.png");
  background-position: 0;
}

.headsprite a.award {
  background-image: url("../images/award.png");
  background-position: 0;
}

.headsprite a.ssl {
  background-image: url("../images/ssl.png");
  background-position: 0;
}

.headsprite a.iso {
  background-image: url("../images/iso9001.png");
  background-position: 0;
}

.headsprite a.dsgvo {
  background-image: url("../images/dsgvo.png");
  background-position: 0;
}

.headsprite a.phone {
  background-image: url("../images/Untitled.png");
  background-position: 0;
}

.headsprite a.trusted, a.award, a.ssl, a.iso, a.dsgvo, a.phone {
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.mainNavigation {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.nav > li, .nav > li > a {
  display: block;
}

header .header-extended .no-padding {
  margin-top: -5px;
  float: left;
}

header .header-extended ul {
  list-style: none;
  padding: 0;
}

header .header-extended ul li {
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto Condensed";
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  header .header-extended ul li {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  header .header-extended ul li {
    font-size: 14px;
  }
}

header .header-extended ul li a {
  white-space: nowrap;
}

header .header-extended ul li ul.submenu {
  right: 0;
}

header .topbar {
  background-color: #f0f0f0;
}

header .topbar .header-extended {
  padding: 3px 0;
}

.custom-wrapper {
  margin: 2px;
}

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

.header-extended ul, .header-extended ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.headsprite, .headsprite a {
  display: inline-block;
}

.headsprite a {
  text-indent: -999px;
  overflow: hidden;
}

.header-extended > ul > li > a {
  text-decoration: none;
  line-height: 13px;
  border-right: none;
}

.btn-link, a {
  color: #000;
  text-decoration: none;
}

.content_search_form {
  max-width: 100%;
}

.zoomlist a:hover {
  font-size: inherit;
}

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

.content_search_form {
  display: none;
}

.content_search_form.open {
  display: block;
}

.search-box-shadow-frame {
  height: 45px;
  border: 2px solid #bcbcbc;
  box-shadow: inherit;
  font-size: 17px;
}

.cmp-search-box .search-submit {
  background-color: white;
  font-size: 28px;
}

.cmp-search-box .search-submit a {
  color: #0c426e;
}

.search-mobile {
  display: none !important;
}

.headicos {
  text-align: center;
  margin: 0 auto;
}

.btn-search {
  top: 10px;
  right: 10px;
  background: 0 0;
  border: 0;
}

.btn-search, .popup247, .popup247 i {
  position: absolute;
}

.lang > div > img {
  max-width: 20px;
  height: 20px;
  border-radius: 50px;
}

ul.submenu {
  display: none;
  position: absolute;
}

.topnav li:hover .submenu {
  display: block;
  background: white;
  box-shadow: 0 2px 3px #cbcbcb;
  padding: 0 10px;
  z-index: 1;
  top: 100%;
}

.topnav li .drop:after {
  font-family: FontAwesome;
  content: "\f0d7";
  margin-left: 5px;
  color: inherit;
  font-size: 13px;
  font-weight: normal;
}

.header-lang .lang {
  padding: 4px;
  border-radius: 30px;
  width: 45px;
  background-color: #fff;
  margin-left: 5px;
  box-shadow: 0 0 3px #cbcbcb;
  position: relative;
  text-align: right;
  line-height: 0;
}
.header-lang .lang.lang-no-dropdown {
  width: auto;
}

.header-lang .lang .flag-icon {
  width: 20px;
  height: 20px;
  border-radius: 100px;
}

.header-lang .lang .flag-icon-de {
  background-image: url(https://cdn02.plentymarkets.com/r3pmentklgg2/frontend/flags/de.svg);
}

.header-lang .lang .language-settings .lang-drop .flag-icon {
  float: left;
}

.header-lang .lang .language-settings .flag-icon-de {
  background-image: url(https://cdn02.plentymarkets.com/r3pmentklgg2/frontend/flags/de.svg);
}

.header-lang .lang .language-settings .flag-icon-en {
  background-image: url(https://cdn02.plentymarkets.com/r3pmentklgg2/frontend/flags/gb.svg);
}

.header-lang .lang .fa-caret-down {
  position: relative;
  top: 3px;
}

.header-lang .lang ul {
  top: 25px;
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 3px #cbcbcb;
  padding: 0 5px;
  width: 115px;
  line-height: 19px;
  z-index: 3;
}

.header-lang .lang ul li a {
  padding: 5px 0;
  display: block;
}

.header-lang .lang:hover {
  z-index: 9999;
}

.header-lang .lang:hover ul {
  display: block;
}

.navbar-brand img {
  max-height: inherit;
}

#LiveSearchParam {
  height: 45px;
  border: 2px solid #f1f1f1;
  box-shadow: inherit;
  font-size: 17px;
}

.nav-main-container .navheader {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .navbar-header {
    border-bottom: 1px solid #bcbcbc;
  }
}

.navbar-header .menu-mobile {
  display: none;
}

.navbar-header .menu-desktop .navheader #login-change .nav-link {
  padding: inherit;
}

.navigationBar {
  background: inherit;
}

.navigationBar .nav-main-container ul {
  display: table;
  width: 100%;
}

.navigationBar .nav-main-container ul li {
  display: table-cell;
  float: initial;
}

.navigationBar .nav-main-container ul li a {
  color: #113f6e;
  padding: 12px 0;
  font-size: 16px;
  font-family: "RR";
  font-weight: 600;
}

.navigationBar .nav-main-container ul li .last {
  padding: 0;
  text-align: right;
}

.container-custom .navbar-header .row .no-padding ul li a i.fa-play:before {
  background-image: linear-gradient(130deg, #0f4170, #df071a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

-play:before {
  content: "\e869";
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container:after, .container:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  content: none;
}

.owl-carousel {
  touch-action: manipulation;
}

.box-shadow-light {
  box-shadow: 0 0 13px 2px rgba(55, 55, 55, 0.1);
}

.bg-mblue-trans {
  background: rgba(15, 65, 112, 0.9) !important;
}

.bg-mblue-light {
  background-color: #0d4070;
}

.bg-mblue-dark {
  background-color: #00293f;
}

.font-condensed {
  font-family: "RR";
}

.text-lightgrey {
  color: #9c9b9b;
}

.text-mblue {
  color: #0f4170 !important;
}

.text-mred-dark {
  color: #a9000e;
}

.text-underline {
  text-decoration: underline;
}

.read-more {
  color: #3370a9;
  font-size: 15px;
}

.overlay-container {
  position: relative;
}

.advantages-container a {
  text-align: center;
}

.personal-guidance {
  color: white;
  margin-left: -15px;
  margin-right: -15px;
}

.form.subscribe .form-control {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.swiper-slide-home {
  text-align: inherit !important;
  justify-content: inherit !important;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.background-home-1 .overlay-container {
  margin-bottom: 0;
}

.background-home-1 .overlay-container .img-fluid {
  width: 100%;
}

.background-home-1 .overlay-container .overlay-custom {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
}

.background-home-1 .overlay-container .overlay-custom .content p span {
  background-color: white;
  display: inline-block;
  padding: 2px 20px;
}

.background-home-1 button.owl-prev.disabled {
  display: block;
  opacity: 0.6;
}

.background-home-1 button.owl-next.disabled {
  display: block;
  opacity: 0.6;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.66);
  overflow-x: hidden;
  display: none;
}

.overlay-content {
  position: relative;
  width: 85%;
  height: auto;
  background: white;
}

.overlay-content ul {
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  border-right: 2px solid whitesmoke;
}

.overlay-content ul li {
  display: block;
  border-bottom: 1px solid #cecece;
  padding: 10px 0;
}

.overlay-content .sub-menu-lv2 li {
  border-bottom: none;
}

.overlay a {
  text-decoration: none;
  transition: 0.3s;
  font-weight: normal;
  font-size: 18px;
  color: #191919;
  display: block;
  padding: 10px;
}

.overlay a span.arrow-right {
  float: right;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  margin-top: 5px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' style='&%2310; transform: rotate(-90deg);&%2310; transform-origin: 50%25 50%25;&%2310;'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%230c426e' style='&%2310;'/></svg>");
}

.overlay li.active a span.arrow-right {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' style='&%2310; transform: rotate(90deg);&%2310; transform-origin: 50%25 50%25;&%2310;'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%230c426e' style='&%2310;'/></svg>");
}

.highlights .home-pagination-item {
  z-index: 1;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  font-weight: bold;
}

.highlights .home-pagination-item .home-next-prev {
  border-radius: 50%;
  box-shadow: 0 0 5px 0 lightgrey;
  width: 35px;
  height: 35px;
}

.overlay .closebtn {
  position: absolute;
  top: -10px;
  right: 5px;
  font-size: 30px;
  color: #fff;
}

.btn-mred {
  color: #fff;
  background-color: #df071a;
  border-color: #df071a;
}

.background-home-1 {
  background: url(../images/home_background_01.png) no-repeat;
  background-size: cover;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: -15px;
  margin-right: -15px;
}

.cms-static-block .home-top-categories .overlay-container {
  margin-bottom: 20px;
}

.cms-static-block .home-top-categories .overlay-container .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.cms-static-block .home-top-categories a {
  color: white;
}

.cms-static-block .home-top-categories .top-category-headline {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
}

.personal-guidance {
  background: #002e5e url(../images/newsletter_contact.png) no-repeat;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.personal-guidance .container .newsletter-contact-left {
  margin-top: 20px;
  background: url(../images/Sekret_rin.png) no-repeat;
  background-position: right;
  background-size: contain;
}

.personal-guidance .container .newsletter-contact-left .inner-padding {
  padding-right: 15px;
}

.personal-guidance .container .newsletter-contact-left .inner-padding h1 {
  font-weight: bold;
  color: white !important;
}

.personal-guidance .container .newsletter-contact-left .inner-padding a {
  text-decoration: underline;
  font-size: 17px;
  font-weight: bold;
}

.personal-guidance .container .newsletter-contact-left .inner-padding .h2 a {
  text-decoration: none;
  font-weight: bold;
  font-size: 25px;
  color: white;
}

.personal-guidance .container .newsletter-contact-left:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 100;
  top: 20px;
  width: 2px;
  height: 80%;
  background: #fff;
}

.personal-guidance .container .newsletter-contact-right {
  margin-top: 15px;
}

.personal-guidance .container .newsletter-contact-right .form-control {
  font-size: 16px;
  padding: 20px;
}

.personal-guidance .container .newsletter-contact-right .newsletter form {
  position: relative;
  top: 15px;
}

.personal-guidance .container .newsletter-contact-right .input-group-append button {
  padding: 8px 50px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.prdukete .w-100 .btn-center {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  padding: 5px 20px;
  border-radius: 10px;
  height: inherit;
  letter-spacing: 1px;
}

.prdukete .zuletzt-custom .badge-new {
  display: none;
}

.container .highlights .hl-9 {
  position: relative;
  z-index: 9;
}

.container .highlights .block .block-title strong {
  font-size: 30px;
}

.container .highlights .block .block-title hr {
  margin-top: 25px;
  margin-right: 15px;
}

.container .highlights .block .block-content .products-grid .swiper-item-homepage .swiper-wrapper .swiper-slide-home {
  padding: 5px;
}

.container .highlights .w-100 .btn-center {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  padding: 5px 20px;
  border-radius: 10px;
  height: inherit;
  letter-spacing: 1px;
}

body > #vue-app, body > #vue-error {
  background-color: #ffffff;
}

.products-grid [class^=icon-]:before, .products-grid [class*=" icon-"]:before {
  width: 35px;
  height: 32px;
  font-size: 20px;
  color: white;
  border-radius: 50%;
  padding: 6px;
  background: #1a4772;
  float: left;
}

.products-grid .mg-top [class^=icon-]:before, .products-grid .mg-top [class*=" icon-"]:before {
  color: #28a745;
  background: inherit;
  padding: 0;
  width: inherit;
  font-size: 15px;
  height: inherit;
  float: inherit;
}

.pdl-30 {
  padding-left: 30px;
}

.pdl-5 {
  padding: 0 5px;
}

.mb-6 {
  margin-bottom: 40px;
}

.pdl-15 {
  padding: 0 15px;
}

.pdt-35 {
  padding-top: 35px;
}

.pdt-10 {
  padding-top: 10px;
}

.pdr-0 {
  padding-right: 0;
  font-size: 1rem;
}

.search-box-shadow-frame .autocomplete-suggestions > .autocomplete-suggestion {
  white-space: inherit;
}

.search-box-shadow-frame .autocomplete-suggestions > .autocomplete-suggestion > a:first-child {
  width: 160px;
  margin-right: 15px;
}

.search-box-shadow-frame .autocomplete-suggestions > .autocomplete-suggestion img {
  width: 80px;
  height: 80px;
}

.search-box-shadow-frame .autocomplete-suggestions > .autocomplete-suggestion > .autocomplete-item-name {
  max-width: 400px;
}

.categoriegrid .col-lg-8 .row .title-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.page-singleitem .tab-content .my-4 span {
  color: #0c426e !important;
  font-weight: 700;
}

.page-singleitem .avatar .image img {
  border-radius: 100%;
}

.page-category-item .title-image .is--primary {
  color: #0f4170;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.02rem;
}

.page-category-item .title-image p {
  font-family: "Roboto Condensed", sans-serif;
  color: #222222;
}

.page-category-item .categoriegrid .category-list a {
  font-family: "Roboto Condensed", sans-serif;
}

.page-category-item .side-bar img.w-100 {
  padding: 0.5em;
}

.page-search .filter-wrapper .collapse .h3, .page-category-item .filter-wrapper .collapse .h3 {
  font-size: 13px;
  font-weight: 400;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 0.02rem;
}

footer .nav.level-1 .nav-item {
  border-right: 0.02px solid #7d7777;
}

footer .nav.level-1 .nav-item .nav-link {
  color: #fff;
  font-size: 15px;
}

footer .social-nav {
  padding-top: 25px !important;
}

footer .social-nav a.nav-link {
  font-size: 28px;
  height: 40px;
  width: 40px;
  display: inline-block;
  padding: 0;
  border-radius: 100%;
  background: white;
  color: #124e86;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prov-expert-img img {
  max-height: 150px;
}
@media (min-width: 1200px) {
  .prov-expert-img img {
    max-height: none;
  }
}

.twitter-footer-logo {
  width: 22px;
  height: 22px;
}
.twitter-footer-logo path {
  fill: #0d4070;
}

footer .ft-mobile {
  display: none;
}

footer .container .row .col-12 .height-40 {
  height: 40px;
}

footer .container .row .col-12 .img-fluid {
  padding: 0 40px 0 0;
  vertical-align: text-top;
  width: 108px;
  margin-top: auto;
}

footer .footer .container .row .col-12 h3 {
  font-size: 20px;
  letter-spacing: 0.04rem;
  line-height: 1;
  margin-bottom: 1.875rem;
  font-family: "RCB";
  color: white !important;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0 !important;
}

.owl-carousel .owl-item.active .owl-lazy {
  opacity: 1 !important;
}

/*back to top */
#button {
  display: inline-block;
  background-color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  font-size: 9px;
}

#button .icon-up-open {
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 45px;
  color: #ef0000;
}

#button:hover {
  cursor: pointer;
  background-color: #efefef;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.paypalSmartButtons {
  padding: 0;
  margin: 0 !important;
  width: 49%;
  display: inline-block !important;
  text-align: center;
}

.paypalSmartButtons .paypal-buttons {
  margin: 0px;
  display: inline-block;
  max-width: 200px !important;
}

.amzLoginButton,
#add-item-to-basket-overlay .amzPayButton,
.page-content.basket .amzPayButton {
  width: 49% !important;
  text-align: center !important;
}

.basket-preview-footer .amzPayButton {
  width: 49% !important;
  text-align: right !important;
}

.amzLoginButton .amazonpay-button-inner-image,
#add-item-to-basket-overlay .amzPayButton .amazonpay-button-inner-image,
.page-content.basket .amzPayButton .amazonpay-button-inner-image {
  max-height: 40px !important;
  height: auto;
}

.basket-preview-footer .amzPayButton .amazonpay-button-inner-image {
  max-height: 35px !important;
  height: auto;
}

#add-item-to-basket-overlay .amzPayButton,
#add-item-to-basket-overlay .paypalSmartButtons,
.page-content.basket .amzPayButton,
.page-content.basket .paypalSmartButtons {
  margin: 0 0 15px !important;
}

.amazon-pay-button-wrapper {
  display: inline-block !important;
  padding: 0 !important;
  margin: 0;
  width: 49%;
  transform: translateY(10px);
}

#add-item-to-basket-overlay .modal-content {
  display: block !important;
}

.basket-preview-footer .amzPayButton,
.basket-preview-footer .paypalSmartButtons {
  margin: 15px 0 !important;
}

.basket-preview-footer .paypalSmartButtons {
  margin-top: 16px;
}

.checkout-rightside .sticky-element.is-sticky {
  z-index: 960 !important;
}

.home-offers .overlay-container {
  padding-bottom: 42.5531914894%;
  position: relative;
}
.home-offers .overlay-container img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 1200px) {
  footer .bg-mblue-light .container .row .col-5 .footer-icons .img-fluid {
    width: inherit;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .headsprite a.award {
    display: inherit;
  }
  .headsprite a.dsgvo {
    display: inherit;
  }
  header .header-extended .no-padding {
    flex: 0 0 auto;
    width: 30%;
    max-width: 100%;
  }
  header .header-lang .lang ul {
    top: 25px;
    left: -55px;
  }
}
@media (min-width: 992px) {
  .content_search_form {
    display: block;
    position: relative;
    width: 400px !important;
    margin: 26px auto;
  }
  .content_search_form .btn-search {
    color: #113f6e;
  }
  .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
    padding: 10px 0;
  }
  .navbar-brand {
    padding: 0 15px;
  }
  .mainNavigation > .navbar-nav {
    margin: 0;
    clear: left;
    float: left;
  }
  .navbar-nav > li > a {
    position: relative;
    line-height: 20px;
  }
  .cms-static-block .home-top-categories .top-category-headline {
    line-height: 1.5;
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1300px;
  }
  .fonts-17 {
    font-size: 17px;
  }
  .fonts-13 {
    font-size: 13px;
  }
  .fonts-35 {
    font-size: 35px;
  }
  .fonts-ihr {
    font-size: 35px;
  }
  .container-custom .navbar-header .row .no-padding ul li a i.icon-ms-play:before {
    background-image: linear-gradient(130deg, #0f4170, #df071a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .container-custom .navbar-header #login-change .dropdown a span {
    width: 70px;
    display: block;
  }
  .container-custom .navbar-header .row ul li a i {
    font-size: 2.5em;
    line-height: 1;
    display: block;
    color: #0c426e;
  }
  .navigationBar .nav-main-container ul li a {
    font-size: 1rem;
  }
  header .logo {
    padding: 0.9375rem 0;
    display: block;
  }
  header .container-max .navigationBar .nav-main-container .mainNavigation ul .ms-toplevel-item:hover {
    border: 1px solid lightgrey;
    margin-bottom: -3px;
    border-top: none;
    background: white;
    border-bottom: 1px solid white;
  }
  #main-container .swiper-container .swiper-wrapper .swiper-slide .overlay-container .overlay-custom .content .h1 {
    font-size: 3.2rem;
    font-family: "Roboto Condensed", sans-serif;
  }
  #main-container div#carousel-of-the-week {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  #main-container div#carousel-of-the-week .owl-stage-outer .owl-stage .owl-item .overlay-container .overlay-custom .content .h1 {
    font-size: 3.2rem;
    font-family: "Roboto Condensed", sans-serif;
  }
  #main-container div#carousel-of-the-week .owl-stage-outer .owl-stage .owl-item .overlay-container .overlay-custom a.btn {
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0;
  }
  #main-container .home-offers {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  #main-container .home-offers .text-mblue {
    font-size: 2.5rem;
  }
  #main-container .home-offers .btn-mred {
    font-size: 16px;
    padding: 7px 20px;
  }
  #main-container .background-home-2 {
    background: white url(../images/service-bg-1024x133.jpg) no-repeat;
    background-size: 100% 15rem;
    margin-bottom: 2.5rem;
    margin-left: -15px;
    margin-right: -15px;
  }
  #main-container .background-home-2 .advantages-container {
    min-height: 212px;
    background: white;
    top: -1rem;
    position: relative;
    border-radius: 0.5rem;
  }
  #main-container .background-home-2 .advantages-container .ueberUnsNavBlock {
    padding-top: 2em !important;
  }
  #main-container .background-home-2 .advantages-container img {
    margin: auto auto 15px;
  }
  .container-ihr .cms-static-block .row .col-sm-12 .block-title .border-lightgreyhr {
    bottom: -15px;
    position: relative;
  }
  .personal-guidance .container .newsletter-contact-right .newsletter .h1 {
    line-height: 35px;
  }
  .cms-static-block .mail-mobile .container .newsletter-contact-right {
    display: none;
  }
  footer .content > .bg-mblue-light:first-child {
    padding-top: 2rem;
  }
  footer .nav.level-1 > .nav-item {
    width: 33% !important;
  }
  footer .nav.level-1 > .nav-item .nav-link {
    padding: 2px 0;
  }
  footer ul li h3 {
    letter-spacing: 1px;
  }
  .bg-mblue-light .container .row .col-5 .footer-icons .img-fluid {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  header .logo {
    padding: 0.375rem 0;
    display: block;
  }
  header .container-custom .navbar-header .row .mid {
    display: none;
  }
  header .container-custom .navbar-header .menu-mobile {
    display: block;
  }
  header .container-custom .navbar-header .menu-mobile .nav-item {
    line-height: 2;
  }
  header .container-custom .navbar-header .menu-mobile .nav-item .dropdown {
    padding: 18px 14px;
  }
  header .container-custom .navbar-header .menu-mobile .d-md-none a span {
    font-size: 1.4rem;
    letter-spacing: 20px;
  }
  header .container-custom .navbar-header .menu-mobile .col-12 .row .col-8 {
    display: inherit;
  }
  i {
    font-size: 25px;
    line-height: 1.2 !important;
  }
  .icon-ms-play:before {
    background-image: linear-gradient(130deg, #0f4170, #df071a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #main-container .home-offers .text-mblue {
    font-size: 20px;
  }
  #main-container .home-offers .btn-mred {
    font-size: 12px;
    padding: 5px 10px;
    letter-spacing: 0;
  }
  #main-container div#carousel-of-the-week .owl-stage-outer .owl-stage .owl-item .overlay-container .overlay-custom .content .h1 {
    font-size: 2rem;
  }
  #main-container div#carousel-of-the-week .owl-stage-outer .owl-stage .owl-item .overlay-container .overlay-custom a.btn {
    font-size: 14px;
    padding: 5px 20px;
    letter-spacing: 0;
  }
  #main-container .background-home-1 .overlay-container .overlay-right {
    width: 100%;
    padding: 0.9375rem 0.625rem;
  }
  #main-container .background-home-2 {
    background-size: auto 30rem;
  }
  .cms-static-block .home-top-categories .top-category-headline {
    font-size: 17px;
  }
  .cms-static-block .personal-guidance .container .newsletter-contact-right .newsletter .subscribe .form-control {
    font-size: 12px;
  }
  .cms-static-block .personal-guidance .container .newsletter-contact-right .newsletter .subscribe button {
    padding: 0 5px;
    font-size: 10px;
  }
  .custom-col-mb {
    margin-top: -14px;
  }
}
img {
  max-width: 100%;
}

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

@media (max-width: 767px) {
  header .nav-row .toggle-right {
    padding: 10px 10px 32px 0;
  }
  header .nav-row .toggle-right .nav-link {
    padding: inherit;
  }
  header .nav-row .toggle-right ul li {
    padding: 0 2px;
  }
  header .menu-mobile .col-12 .brand-panel .d-md-none ul li a {
    padding: 10px 0;
  }
  .hidden-xs-down {
    display: none;
  }
  #searchBox {
    position: absolute;
    z-index: 999;
    top: 60px;
    padding: 0 10px;
    background-color: transparent;
  }
  #searchBox .search-box-inner {
    margin: 0 auto;
  }
  .overlayopen {
    display: block;
  }
  .overlayopen > body {
    overflow: hidden;
  }
  #myNav .overlay-content #searchBox {
    position: inherit;
    top: 0;
    padding: 0;
    transform: translate(0);
  }
  #myNav .overlay-content #searchBox .search-box-inner .search-box-shadow-frame {
    height: 60px;
  }
  #myNav .overlay-content #searchBox .search-box-inner .search-box-shadow-frame .search-submit {
    display: block !important;
    padding: 0 10px 0 0;
  }
  #myNav .overlay-content #searchBox .search-box-inner .search-box-shadow-frame:after {
    display: none;
  }
  #myNav .overlay-content a:hover {
    color: #7d7d7d;
  }
  #myNav .overlay-content .navmb-item-lv2 {
    font-size: 1rem;
  }
  #myNav .overlay-content ul .flag-mobile {
    padding: 10px 10px 45px 10px;
  }
  #myNav .overlay-content ul .flag-mobile .flag-icon {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    float: left;
  }
  #myNav .overlay-content ul .flag-mobile .flag-icon-en {
    background-image: url(https://cdn02.plentymarkets.com/r3pmentklgg2/frontend/flags/gb.svg);
  }
  #myNav .overlay-content ul .flag-mobile .flag-icon-de {
    background-image: url(https://cdn02.plentymarkets.com/r3pmentklgg2/frontend/flags/de.svg);
  }
  #myNav .overlay-content ul .flag-mobile h2 {
    float: left;
    padding: 5px 15px;
    font-size: 18px;
  }
  #myNav .overlay-content .navmb-item i.far {
    display: none;
  }
  #myNav .overlay-content .flag-mobile i.far {
    display: none;
  }
  #myNav .overlay-content .dropdown {
    display: none;
  }
  #myNav .overlay-content .dropdown-lv3 {
    display: none;
  }
  #myNav .overlay-content .dropdown-lv4 {
    display: none;
  }
  #myNav .overlay-content li.active:hover a.navmb-item {
    color: white;
    background-color: #0c426e;
  }
  #myNav .overlay-content ul li ul li.active:hover a.navmb-item-lv2 {
    color: white;
    background-color: #0c426e;
  }
  #myNav .overlay-content ul li ul li ul li.active:hover span.navmb-item-lv4 {
    transform: rotate(-90deg);
  }
  #myNav .overlay-content li.active:hover a.flag-mobile {
    color: white;
    background-color: #0c426e;
  }
  #myNav .overlay-content li.active:hover a.flag-child {
    background: none;
    color: black;
  }
  #myNav .overlay-content li .sub-menu-lv2 li .item a:hover {
    color: black;
  }
  #myNav .overlay-content li.active:hover a .arrow-right {
    color: white;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' style='&%2310; transform: rotate(90deg);&%2310; transform-origin: 50%25 50%25;&%2310;'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='white' style='&%2310;'/></svg>");
  }
  #myNav .overlay-content ul li ul li.active:hover a .arrow-right {
    margin-top: 0;
    color: white;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' style='&%2310; transform: rotate(90deg);&%2310; transform-origin: 50%25 50%25;&%2310;'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='white' style='&%2310;'/></svg>");
  }
  #myNav .overlay-content li.active .sub-menu-lv2 li a .arrow-right {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' style='&%2310; transform: rotate(-90deg);&%2310; transform-origin: 50%25 50%25;&%2310;'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%230c426e' style='&%2310;'/></svg>");
  }
  #myNav .overlay-content li.active .dropdown {
    display: block;
  }
  #myNav .overlay-content ul li ul li.active .dropdown-lv3 {
    display: block;
    border-right: none;
  }
  #myNav .overlay-content ul li ul li ul li.active .dropdown-lv4 {
    display: block;
    border-right: none;
    margin-top: 10px;
    background-color: #f8f9fa;
  }
  #myNav .overlay-content .dropdown-lv3 a {
    font-size: 1rem;
    display: inline-block;
  }
  #myNav .overlay-content .dropdown-lv3 .sub-menu-lv4 li {
    padding: 0 5px;
  }
  #myNav .overlay-content .dropdown-lv3 li .arrow-right {
    float: right;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
  }
  #myNav .overlay-content .sub-menu-lv2 {
    border-right: none;
    padding: 0;
  }
  #myNav .overlay-content .sub-menu-lv2 li .item {
    padding: 0 10px;
  }
  #myNav .overlay-content .sub-menu-lv2 li .item .language-settings .lang-drop {
    border-right: none;
  }
  #myNav .overlay-content .sub-menu-lv2 li .item .language-settings .lang-drop .flag-icon {
    font-size: 16px;
  }
  #myNav .overlay-content .sub-menu-lv2 li .item:last-child {
    border: none;
  }
  #myNav .overlay-content ul li:last-child {
    border-bottom: none;
  }
  #myNav .overlay-content ul li:last-child {
    border-bottom: none;
  }
  #myNav .search-mobile-box {
    padding: 0;
  }
  .search-submit {
    display: none !important;
  }
  i {
    font-size: 2em;
  }
  .breadcrumbs-container {
    padding-right: 15px;
  }
  .icon-ms-play:before {
    background-image: linear-gradient(130deg, #0f4170, #df071a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .nav-link {
    color: #113f6e;
  }
  .nav-link .fa-phone-alt {
    font-size: 2em;
    letter-spacing: 10px;
  }
  .nav-link .fa-envelope {
    font-size: 2em;
    letter-spacing: 10px;
  }
  .background-home-1 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .background-home-1 .cms-static-block .custom-col-mb {
    padding: 0 15px;
  }
  .background-home-1 .cms-static-block .custom-col-mb .owl-stage-outer {
    margin-bottom: -25px;
    margin-top: -15px;
  }
  .background-home-1 .cms-static-block .custom-col-mb .overlay-container {
    margin-bottom: 15px;
  }
  .background-home-1 .cms-static-block .custom-col-mb .overlay-container .img-fluid {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .background-home-1 .cms-static-block .home-offers {
    margin-bottom: -30px;
    margin-top: 30px;
  }
  .background-home-2 {
    background: white url(../images/service-bg-1024x133.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 2.5rem;
    margin-left: -15px;
    margin-right: -15px;
  }
  .background-home-2 .advantages-container {
    min-height: 212px;
    background: white;
    top: -1rem;
    position: relative;
    border-radius: 0.5rem;
  }
  .background-home-2 .advantages-container .ueberUnsNavBlock .row .left {
    border-right: 1px solid #dcdbd8;
    padding-bottom: 20px;
  }
  .background-home-2 .advantages-container .ueberUnsNavBlock .h-100 {
    height: 70% !important;
  }
  .cms-static-block .personal-guidance .container .newsletter-contact-right {
    display: none;
  }
  .cms-static-block .personal-guidance .container .newsletter-contact-left:after {
    content: none;
  }
  .cms-static-block .fonts-ihr {
    font-size: 30px;
  }
  .cms-static-block .block-title .border-lightgreyhr {
    margin-top: 25px !important;
  }
  .cms-static-block .block-title .mr-4 {
    margin-right: 0 !important;
  }
  .cms-static-block .block-title .ml-4 {
    margin-left: 0 !important;
  }
  .cms-static-block .h1 {
    font-size: 25px;
    color: white;
  }
  .cms-static-block .mail-mobile {
    background-position: right;
  }
  .cms-static-block .mail-mobile .container .newsletter-contact-right {
    display: block;
  }
  .skip-to-content:before {
    background-image: linear-gradient(130deg, #0f4170, #df071a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    line-height: 1;
  }
  .mainNavigation {
    display: none;
  }
  footer .ft-desktop {
    display: none;
  }
  footer .ft-mobile {
    display: block;
  }
  footer .ft-mobile .nav.level-1 .nav-item {
    border-right: none;
    letter-spacing: 1px;
  }
  footer .ft-mobile .nav.level-1 .nav-item .nav-link {
    padding: 0 0 10px;
    font-size: 20px;
  }
  footer .ft-mobile .nav.level-1 .nav-item .far {
    position: inherit;
    float: right;
    cursor: pointer;
    font-size: 25px;
  }
  footer .ft-mobile .nav.level-1 .nav-item .dropdown {
    border-radius: 3px;
    margin-top: 10px;
    min-width: 12em;
    padding: 0;
    top: 100%;
    width: 100%;
    display: none;
    position: inherit;
  }
  footer .ft-mobile .nav.level-1 li.active .dropdown {
    display: block;
  }
  footer .ft-mobile .nav.level-1 .bd-tb {
    border-top: 0.02px solid #7d7777;
  }
  footer .ft-mobile .footer-icons {
    margin: 0;
  }
  footer .ft-mobile .social-nav a.nav-link {
    font-size: 15px;
    height: 41px;
    width: 41px;
    padding: 5px 0;
  }
  footer h2, footer p {
    color: white;
  }
  #button {
    bottom: 2px;
    left: 10px;
  }
  .wrapper-main header .container-max > .row {
    flex-direction: inherit;
  }
  .btn.btn-large {
    min-width: 10rem;
  }
  .overlay-custom a.btn {
    padding: 5px 10px;
  }
  .overlay-custom .content p span {
    padding: 5px 10px;
  }
  .container-fluid .container-highlights {
    padding: 0;
  }
  .container-fluid .container-kategorien {
    padding: 0;
  }
  .container-fluid .container-beratung {
    padding: 0;
  }
  .container-fluid .container-ihr {
    padding: 0;
  }
  .page-singleitem .title span {
    font-size: 20px;
  }
  .page-singleitem .more-info .item {
    text-align: left;
  }
  .easyzoom {
    padding: 0 5px 0 25px;
  }
  .graduated-prices {
    float: inherit;
    padding: 0;
    border-left: none;
  }
  .page-category-item .title-image .is--primary {
    font-size: 26px;
  }
}
@media (max-width: 580px) {
  article.cmp-product-thumb .thumb-title {
    min-height: 0;
  }
  article.cmp-product-thumb .thumb-image {
    display: contents;
  }
  article.cmp-product-thumb .thumb-content {
    display: table-cell;
  }
  .swiper-slide-home video {
    height: 300px;
  }
}
@media (max-width: 475px) {
  footer .ft-mobile .bg-mblue-light .container .footer-icons .img-fluid {
    width: 50px;
    height: 50px;
    padding: 0;
  }
}
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .swiper-slide-home video {
    height: 195px;
  }
  header .container-custom .nav-row .toggle-left {
    padding-right: 0;
  }
  .cms-static-block .home-top-categories .top-category-headline {
    font-size: 14px;
  }
  .container-ihr {
    padding: 0;
  }
}
@media (max-width: 350px) {
  header .nav-mobile-contact a i {
    font-size: 1rem;
    letter-spacing: 15px;
  }
  header .container-custom .nav-row .toggle-left {
    padding-right: 0;
  }
  header .container-custom .nav-row .toggle-right {
    padding-right: 15px;
  }
  header .container-custom .nav-row .toggle-right .nav-link {
    padding: 0;
  }
  header .container-custom .nav-row .toggle-right i {
    font-size: 1.5rem;
  }
}
@media (max-width: 360px) {
  .swiper-pagination-fraction {
    font-size: 12px;
  }
  .cms-static-block .h1 {
    font-size: 20px;
  }
  .cms-static-block .personal-guidance .container .newsletter-contact-right {
    padding: 0.5rem !important;
  }
  .cms-static-block .personal-guidance .container .newsletter-contact-right .newsletter .subscribe button {
    font-size: 9px;
  }
  footer .ft-mobile .bg-mblue-light .container .footer-icons .img-fluid {
    width: 40px;
    height: 40px;
  }
}
[v-cloak], script2, style2, tab-list {
  display: none !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  *display: inline;
  *zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
  max-width: initial;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 130%;
  margin-left: 10px;
  margin-right: 10000px;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

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

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

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

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

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

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  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), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

body {
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
}

.container-max {
  max-width: 1300px;
}

.page-content {
  background: 0 0;
}

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

.card-columns {
  -moz-column-count: 1;
  column-count: 1;
}

.list-controls .list-controls-inner {
  background: 0 0;
}

@media (max-width: 768px) {
  .list-controls .list-controls-inner,
  .tree-category {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  p {
    font-family: "Roboto Condensed", sans-serif;
  }
  .list-controls #filterCollapse {
    top: 58px;
    margin-left: 0;
    padding-right: 0;
    position: static;
  }
}
.title-image {
  overflow: auto;
  max-width: 100%;
}
.title-image table td[width="120"] {
  display: none !important;
}
.title-image table img {
  display: none;
}
@media (min-width: 768px) {
  .title-image table img {
    display: inline-block;
  }
}
.title-image h1 {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .title-image h1 {
    display: block;
  }
}

[data-test-id=userlike-container] {
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  .list-controls #filterCollapse {
    top: 58px;
    margin-left: 0;
  }
}
.list-controls #filterCollapse .page-content {
  margin: 0;
}

.list-controls .filter-toggle {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0.5em;
}

@media (min-width: 768px) {
  .list-controls #filterCollapse .page-content .card {
    padding-right: 0;
  }
}
.tree-category {
  padding: 0.5em;
}

.tab-head {
  border-radius: 5px 5px 0 0;
  background: #0c426e;
  padding: 10px;
  color: #fff;
}

.tab-head > span {
  font-size: 20px;
}

.filter-toggle > i {
  color: #fff;
}

.category-list ul {
  padding: 0;
}

.category-list ul li {
  display: block;
  padding: 5px 0;
  border-bottom: 2px solid #f5f5f5;
}

.category-list ul li .logo-cat {
  width: 40px;
  display: inline-block;
  margin-right: 5px;
}

.category-list ul li a {
  font-size: 14px;
}

.side-bar .box {
  box-shadow: 0 3px 5px 0 #e8e8e8;
  padding: 0 20px;
}

.h2#searchPageTitle,
.h2.category-title {
  color: #0c426e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px;
  margin-top: 5px;
}

article.cmp-product-thumb {
  box-shadow: 0 0 5px 0 #d3d3d3;
  overflow: inherit;
}

article.cmp-product-thumb .thumb-inner .special-tags {
  left: initial;
  right: -15px;
  top: 10px;
}

.page-singleitem article.cmp-product-thumb .thumb-inner {
  border: 2px solid #dcdbd8;
  border-bottom: 4px solid #dcdbd8;
}

article.cmp-product-thumb .thumb-inner .special-tags span.badge {
  right: 0;
  top: 0;
  padding: 0.7rem;
  text-transform: uppercase;
  border-radius: 0.5rem 0.5rem 0 0.5rem;
  background: #0c426e;
  left: initial;
  position: relative;
  font-weight: 700;
  font-size: 14px;
}

article.cmp-product-thumb .thumb-inner .special-tags span.badge.badge-danger {
  background-color: #df071a;
}

article.cmp-product-thumb .thumb-inner .special-tags span.badge.badge-danger:before {
  border-left: 0.5rem solid #df071a;
}

article.cmp-product-thumb .thumb-inner .special-tags span.badge:before {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  right: 0;
  border-left: 0.5rem solid #0c426e;
  border-bottom: 0.75rem solid transparent;
}

article.cmp-product-thumb .thumb-title {
  font-size: 18px;
  color: #000;
  min-height: 120px;
  font-family: "Roboto Condensed";
  font-weight: 400;
}

article.cmp-product-thumb .thumb-meta {
  overflow: hidden;
}

article.cmp-product-thumb .prices {
  display: inline-block;
  margin: 10px 0;
}

article.cmp-product-thumb .prices .price {
  color: #0c426e;
  font-size: 1.8rem;
  font-family: "Roboto Condensed";
  font-weight: 700;
}

.thumb-meta {
  overflow: hidden;
}

.transport {
  display: block;
  color: #28a745;
  font-weight: 700;
  padding-top: 3px;
}

.transport > i {
  font-size: 1.5rem;
  vertical-align: text-bottom;
  transform: scaleX(-1);
}

.thumb-content .vat {
  font-size: 12px;
  float: right;
  width: 100%;
  color: #adb0b2;
}

.thumb-content .vat a {
  color: #adb0b2;
  text-decoration: underline;
}

.thumb-content .vat a:hover {
  color: #868a8d;
}

a.hover-underline:hover {
  text-decoration: underline;
}

.page-link {
  border: none;
  margin: 2px;
}

.next-post.page-item > a.page-link,
.prev-post.page-item > a.page-link {
  border-radius: 50px;
  color: red;
  font-size: 15px;
  padding: 0.6em 0.7em 0.4em 0.8em;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.23);
}

.prev-post.page-item > a.page-link {
  padding: 0.6em 0.8em 0.4em 0.6em;
}

.page-link:hover {
  background: 0 0;
}

.page-item.active .page-link {
  background: 0 0;
  color: #0c426e;
  font-weight: 700;
}

.page-item.disabled > a.page-link {
  color: #cacaca;
}

.page-link:focus {
  box-shadow: none;
}

.seite.page-item {
  display: flex;
  font-weight: 700;
  font-size: 15px;
  color: #0f4171;
  letter-spacing: 1px;
  margin-left: 10px;
}

.seite.page-item span {
  align-items: center;
  display: flex;
}

.list-itemsperpage > select.custom-select,
.list-sort > select.custom-select {
  border: 2px solid #ececec;
  border-radius: 10px;
  font-weight: 700;
}

.list-itemsperpage > select.custom-select:focus,
.list-sort > select.custom-select:focus {
  box-shadow: none;
}

.list-itemsperpage {
  display: flex !important;
  align-items: center;
}

.list-itemsperpage > span {
  font-weight: 700;
  white-space: nowrap;
  margin-right: 10px;
}

@media (min-width: 576px) {
  .list-itemsperpage {
    float: right;
  }
}
@media (min-width: 768px) {
  #filterCollapse.collapse {
    display: block !important;
  }
}
.tab-content .h1,
.tab-content .h2,
.tab-content .h3,
.tab-content .h4,
.tab-content .h5,
.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4,
.tab-content h5,
.tab-content h6,
.tab-content.h6 {
  color: #0c426e !important;
}

.tab-content .my-4 h2 span {
  font-family: "Roboto Condensed", sans-serif;
}

.image-list {
  width: 20%;
  left: 0;
  height: 100%;
  position: absolute;
  background: #fff;
  z-index: 9;
}

@media (max-width: 1330px) {
  .image-list {
    left: 15px;
  }
}
#page-body .single .single-carousel {
  width: 80%;
  float: right;
}

.swiper-container {
  width: 100%;
}

.single .swiper-container {
  height: 80%;
  margin-top: 35px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next {
  bottom: 0;
  left: 10px;
  top: inherit;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' style='&%2310; transform: rotate(-90deg);&%2310; transform-origin: 50%25 50%25;&%2310;'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%230c426e' style='&%2310;'/></svg>");
}

.swiper-button-prev {
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%230c426e' style=' transform: rotate(-90deg); transform-origin: 50%25 50%25; '/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next,
.swiper-button-prev {
  background-size: 20px 20px;
  border: 2px solid #0c426e;
  height: 30px;
  border-radius: 10px;
  margin: 0 auto;
  left: 0;
  right: inherit;
  width: 100%;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: 0;
}

.single > .row > .col-md-5:first-child {
  padding: 0;
}

.single.zoomed > .row {
  overflow: hidden;
}

.single.zoomed > .row .owl-carousel .owl-stage-outer {
  overflow: initial;
}

.owl-carousel .carousel-control,
.owl-carousel .owl-dots {
  display: none;
}

@media (min-width: 1200px) {
  .single-carousel .owl-item a img {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .single-carousel .owl-item a img {
    height: 350px;
  }
}
@media (min-width: 576px) {
  .single-carousel .owl-item a img {
    height: 350px;
  }
}
.container-custom .mainNavigation ul.nav {
  position: relative;
}

.navigationBar .nav-main-container .sub-menu {
  position: absolute;
  display: none;
  width: 100%;
  box-shadow: 0 1px 5px 0 #b9b9b9;
  border: 1px solid #d3d3d3;
  top: 50px;
  left: 0;
  z-index: -1;
  background: #fff;
  padding-bottom: 20px;
}

.navigationBar .nav-main-container .sub-menu.active {
  display: block;
}

.navigationBar .nav-main-container .mainNavigation > ul > li.active > a {
  color: #a4040d;
  box-shadow: 12px 0 7px -12px #b9b9b9, -7px 0 8px -8px #b9b9b9;
  background: #fff;
}

.navigationBar .nav-main-container .sub-menu > a h4 {
  padding: 15px 0;
  margin: 0 20px;
  border-bottom: 2px solid #f5f5f5;
  font-weight: 700;
  color: #0c426e;
}

.navigationBar .nav-main-container .mainNavigation > ul > li > a {
  text-align: center;
  font-size: 15px;
  padding: 15px 17px;
  font-family: "Roboto Condensed", sans-serif;
  color: #0c426e;
  font-weight: 700;
  letter-spacing: 0.03rem;
}

.navigationBar .nav-main-container .sub-menu > ul {
  width: 30%;
  padding: 0 20px;
  display: inline-block;
  padding-top: 10px;
  border-right: 2px solid #f5f5f5;
}

.navigationBar .nav-main-container .sub-menu > ul > li {
  display: block;
  margin-right: -50px;
}

.navigationBar .nav-main-container .sub-menu > ul > li > a {
  font-weight: 400;
  font-size: 18px;
  color: #0c426e;
  display: block;
  padding: 5px;
  margin-right: 50px;
}

.navigationBar .nav-main-container .sub-menu > ul > li > a > span.arrow-right {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' style='&%2310; transform: rotate(180deg);&%2310; transform-origin: 50%25 50%25;&%2310;'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23cacaca' style='&%2310;'/></svg>");
}

.navigationBar .nav-main-container .sub-menu > ul > li:hover > a {
  background: #f0f0f0;
}

.navigationBar .nav-main-container .sub-menu > ul > li.active > a {
  background: #f0f0f0;
}

.navigationBar .nav-main-container .sub-menu > ul > li.active > a > span.arrow-right {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' style='&%2310; transform: rotate(180deg);&%2310; transform-origin: 50%25 50%25;&%2310;'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%230c426e' style='&%2310;'/></svg>");
}

.navigationBar .nav-main-container .sub-menu > ul > li > a > span.arrow-right {
  float: right;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  margin-top: 5px;
}

.navigationBar .nav-main-container .sub-menu ul.sub-menu-lv2 {
  float: right;
  width: 70%;
}

.navigationBar .nav-main-container .sub-menu > ul > li:hover .sub-menu-lv2 {
  display: inline-block;
}

.navigationBar .nav-main-container .sub-menu .sub-menu-lv2 li {
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}

.navigationBar .nav-main-container .sub-menu .sub-menu-lv2 li .item {
  width: 180px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.navigationBar .nav-main-container .sub-menu .sub-menu-lv2 li .item .title {
  font-size: 14px;
  font-weight: 700;
  color: #0c426e;
  margin-top: 10px;
}

.arrow-right {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' style='&%2310; transform: rotate(180deg);&%2310; transform-origin: 50%25 50%25;&%2310;'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%230c426e' style='&%2310;'/></svg>");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.swiper-slide-home {
  text-align: inherit;
  justify-content: inherit;
}

.swiper-slide-home video {
  height: 460px;
}

.custom-col-mb {
  margin-top: -15px;
  margin-bottom: -15px;
}

.btn-border {
  border-radius: 8px;
}

.btn-large {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 8px;
  height: inherit;
}

.overlay-custom {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 20px;
}

.overlay-custom .content p span {
  background-color: #fff;
  display: inline-block;
  padding: 2px 20px;
}

@media (min-width: 768px) {
  .overlay-custom .content .h1 {
    font-size: 2.5rem;
    font-family: "Roboto Condensed", sans-serif;
  }
  .overlay-custom a.btn {
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .overlay-custom .content .h1 {
    font-size: 1.5rem;
  }
  .overlay-custom a.btn {
    font-size: 14px;
    padding: 5px 20px;
    letter-spacing: 0;
  }
}
.home-pagination {
  position: absolute;
  z-index: 1;
  bottom: 5px;
  right: 5px;
  font-size: 20px;
  font-weight: 700;
}

.swiper-pagination-fraction {
  display: inline;
  padding: 3px;
  vertical-align: middle;
  margin-left: -5px;
  margin-right: -5px;
  background-color: rgba(255, 255, 255, 0.3803921569);
  color: #0c426e;
}

.home-next-prev {
  display: inline-block;
  background-size: 15px 15px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  cursor: pointer;
}

.swiper-home-next {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' style='&%2310; transform: rotate(180deg);&%2310; transform-origin: 50%25 50%25;&%2310;'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='red' style='&%2310;'/></svg>");
  border-radius: 0 10px 10px 0;
}

.swiper-home-prev {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' style='&%2310; transform: rotate(0deg);&%2310; transform-origin: 50%25 50%25;&%2310;'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='red' style='&%2310;'/></svg>");
  border-radius: 10px 0 0 10px;
}

.swiper-home-next.swiper-button-disabled {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' style='&%2310; transform: rotate(180deg);&%2310; transform-origin: 50%25 50%25;&%2310;'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23969696' style='&%2310;'/></svg>");
  border-radius: 0 10px 10px 0;
}

.swiper-home-prev.swiper-button-disabled {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' style='&%2310; transform: rotate(0deg);&%2310; transform-origin: 50%25 50%25;&%2310;'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23969696' style='&%2310;'/></svg>");
  border-radius: 10px 0 0 10px;
}

@media (max-width: 991.98px) {
  .overlay-custom.left {
    bottom: 80px;
  }
}
@media (max-width: 430px) {
  .overlay-custom .content .h1 {
    font-size: 1.5rem;
  }
  .home-next-prev {
    width: 30px;
    height: 30px;
  }
  .swiper-pagination-fraction {
    font-size: 13px;
  }
  .home-pagination {
    bottom: 10px;
  }
  .overlay-custom.left {
    bottom: 50px;
  }
}
.page-singleitem .single h1.h2,
.single .title {
  color: #0c426e;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}

.label-title {
  color: #000;
}

.page-home .category-page {
  display: none;
}

.category-700 .category-page {
  display: none;
}

.category-701 .category-page {
  display: none;
}

.transport .availability {
  vertical-align: text-top;
}

.page-singleitem .price,
.single .price {
  color: #0c426e;
}

.cross {
  font-size: 16px;
  color: red;
  font-weight: 400;
}

.page-singleitem .vat,
.single .vat {
  color: #bbb;
}

.page-singleitem .vat a:hover {
  text-decoration: underline;
}

.custom-select2 {
  display: flex;
  align-items: center;
}

.custom-select2 .wish-list {
  margin-left: 10px;
}

.custom-select2 > div {
  display: inline-block;
}

.custom-select2 .input-unit {
  border: 2px solid #0c426e;
  border-radius: 12px;
  width: 160px;
  display: inline-block;
  margin: 0;
}

.custom-select2 .input-unit .custom-select {
  padding: 2.5rem 2rem 0.6rem 1rem;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0c426e;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44' style='&%2310; transform: rotate(-90deg);&%2310; transform-origin: 50%25 50%25;&%2310;'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%230c426e' style='&%2310;'/></svg>") no-repeat right 1rem center/8px 10px;
  background-position: calc(100% - 0.7rem) 2rem;
  background-size: 15px;
}

.custom-select2 .input-unit label {
  font-size: 12px;
  color: #0c426e;
  top: 5px;
}

.add-to-wish-list > i {
  font-size: 20px;
  padding: 7px 6px 5px 6px;
  font-weight: 700;
  border: 2px solid #0c426e;
  border-radius: 40px;
  margin-bottom: 10px;
}

.add-to-wish-list.active i {
  color: #fff;
  background: #0c426e;
}

.category-list-view-port .add-to-basket-container button.btn {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
}

@media (min-width: 768px) {
  .single .nav-tabs {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .single .nav-tabs .nav-item .nav-link {
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #0c426e;
    font-size: 15px;
    position: relative;
  }
  .single .nav-tabs .nav-item .nav-link.active,
  .single .nav-tabs .nav-item .nav-link:hover {
    border: none;
    color: red;
  }
  .single .nav-tabs .nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    background: red;
    height: 2px;
    bottom: 10px;
    width: 35%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.single .nav-tabs {
  justify-content: center;
}

.single .nav-tabs .tab-content .tab-pane .my-4 ul li {
  font-family: "Roboto Condensed", sans-serif;
  color: #586067 !important;
}

.single .nav-tabs .nav-item {
  font-family: "Roboto Condensed", sans-serif;
  color: #586067 !important;
}

.graduated-prices {
  padding: 0 15px;
  border-left: 1px solid #ddd;
  float: right;
}

.graduated-prices .graduated-prices-table {
  width: 100%;
}

.page-singleitem .graduated-prices-table td:first-child,
.single .graduated-prices-table td:first-child {
  padding-right: 0;
}

.graduated-prices-table td.line {
  width: 70px;
  height: 1px;
  display: inline-block;
  background-color: #ddd;
  vertical-align: baseline;
  margin: 0 5px;
}

@media (max-width: 1070px) {
  .graduated-prices-table td.line {
    display: none;
  }
}
.breadcrumb {
  background: 0 0;
}

.breadcrumb-item a,
.breadcrumb-item.active span {
  color: #ccc;
  font-size: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}

.navigationBar .nav-main-container .mainNavigation > ul > li:first-child > a {
  padding-left: 0;
}

@media (min-width: 768px) {
  .breadcrumbs-container {
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 15px;
  }
  .wrapper-main .breadcrumb {
    display: inline-block;
    margin: initial;
  }
  .wrapper-main .breadcrumb .breadcrumb-item {
    display: inline-block;
  }
}
.more-info .item {
  text-align: center;
}

.more-info .item span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
}

.more-info .item > i {
  color: #28a745;
}

.more-info {
  margin-top: 30px;
  border-top: 1px solid #ddd;
}

.more-info > .row {
  align-items: center;
}

.more-info > .row > div {
  padding: 10px 0;
  border-right: 1px solid #ddd;
}

.more-info .contact-info p {
  margin: 0;
}

.more-info .contact-info .phone a {
  font-family: Roboto, sans-serif;
}

.more-info .contact-info {
  max-width: 320px;
  display: inline-block;
  padding-left: 15px;
}

.more-info .contact-info .title {
  font-family: inherit;
  color: #28a745;
}

.more-info .avatar .name,
.more-info .contact-info .sub,
.more-info .contact-info a,
.more-info .item > span {
  color: #656565;
}

.more-info .contact-info a {
  font-weight: 700;
}

.more-info .avatar {
  display: inline-block;
  text-align: center;
}

.more-info .avatar .name {
  font-weight: 700;
  font-size: 12px;
}

@media (max-width: 1200px) {
  .swiper-slide-home video {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .swiper-slide-home video {
    height: 330px;
  }
}
@media (max-width: 768px) {
  .swiper-slide-home video {
    width: 100%;
    height: auto;
  }
  .more-info .contact-info {
    width: 60%;
    float: right;
    border-left: 1px solid #efefef;
  }
}
.category-description {
  max-width: 100%;
  overflow: auto;
  max-width: 100%;
}
.category-description img {
  max-width: 100%;
  height: auto !important;
}

.filter-wrap {
  display: none;
}
.filter-wrap.filter-open {
  display: block;
}
@media (min-width: 992px) {
  .filter-wrap {
    display: block !important;
  }
}

.filter-wrapper .form-check-wrapper .form-check {
  margin-left: 20px;
  padding-left: 0;
}

.filter-wrapper .form-check-wrapper .form-check .filter-badge.bg-appearance {
  float: right;
}

.filter-wrapper .form-check-wrapper .form-check .form-check-label {
  width: 80%;
  cursor: pointer;
  font-size: 13px;
}

.filter-wrapper .form-check-wrapper .form-check .form-check-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.4rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
  border-radius: 50%;
}

.filter-wrapper .form-check-wrapper .form-check .checked.form-check-label::before {
  background-color: #d6dce2;
}

.filter-wrapper .form-check-wrapper .form-check .form-check-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.filter-wrapper .card-columns {
  margin-top: 20px;
}

.filter-wrapper .card-columns .card {
  border: none;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 5px;
  display: block;
}

.filter-wrapper .card-columns .card:last-child {
  border: none;
}

.filter-wrapper .text-right > a,
.filter-wrapper .text-right > button {
  margin-bottom: 20px;
}

.filter-wrapper .card-columns .card .wrap {
  display: none;
}

.filter-wrapper .card-columns .card .h3:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  float: right;
  font-size: 16px;
  color: #0c426e;
}

.filter-wrapper .card-columns .card.active .h3:after {
  content: "\f077";
}

.filter-wrapper .box:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #f7f7f9;
  border-radius: 1px;
  opacity: 0;
  transition: opacity 0.1s ease-out;
  visibility: hidden;
  z-index: 1;
}

.filter-wrapper .filter-toggle {
  top: 25px;
  font-size: 25px;
}

@media (min-width: 768px) {
  #filter-toggle {
    display: none;
  }
  .filter-wrapper .filter-toggle {
    top: 30px;
  }
}
.contact-image {
  padding-top: 40%;
  background-image: url(../images/collage_websitefooter_181010.jpg);
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  background-size: contain;
}

#pe_stars > span:before {
  font-family: ProvenExpertStars, Arial, Helvetica, sans-serif;
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0;
  color: #c8b274;
}

#pe_stars {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 5em;
  height: 1.1em;
  margin: 0 !important;
  line-height: 1em;
  font-size: 1em;
}

#pe_stars:before,
#pe_stars > span {
  position: absolute;
  top: 0.1em;
  left: 0;
}

#pe_stars:before {
  font-family: ProvenExpertStars, Arial, Helvetica, sans-serif;
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0;
  color: #c8b274;
  font-size: 17px;
}

#pe_stars > span {
  display: block;
  overflow: hidden;
  padding-top: 1.2em;
}

#pe_rating {
  color: #c8b274;
}

#pe_rating:hover {
  color: red;
}

.av {
  width: 20px;
  margin-right: 20px;
  float: left;
}

.av > img {
  width: 100%;
}

.listmark {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

.listmark li:before {
  content: "\e916";
  font-family: Fontello;
  color: #000;
  margin-right: 0.5rem;
}

.is--primary {
  color: #0c426e !important;
}

.graduated-prices-table tr td a {
  color: #0c426e;
  text-decoration: underline;
  font-weight: 700;
}

.select-small {
  width: 35%;
}

.mainNavigation .image img {
  max-height: 100px;
}

.page-singleitem .graduated-prices-table td,
.single .graduated-prices-table td {
  position: relative;
}

.page-singleitem .graduated-prices-table i,
.single .graduated-prices-table i {
  position: absolute;
  right: -5px;
  top: 4px;
}

@media (max-width: 768px) {
  .page-singleitem .graduated-prices-table i,
  .single .graduated-prices-table i {
    top: 0;
  }
}
.footer.ft-mobile h2 {
  color: #fff !important;
}

button#button-trigger {
  display: none;
}

.base-price.is-single-piece,
.h1.price > sup {
  display: none;
}

.qty-box .qty-btn-container .qty-btn > i {
  color: #7a7f7f;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.price-box > button {
  display: flex;
  align-items: center;
  word-break: inherit;
  float: right;
}

.price-box > button > i {
  margin-left: 5px;
}

.honey {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.basket-preview-header,
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}

.basket-preview-header .close,
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.basket-preview-header,
.modal-header {
  align-items: center;
}

.live-shopping-add-to-basket {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.basket-list-item {
  position: relative;
  overflow: hidden;
}

.basket-list-item:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}

.basket-list-item .image-container {
  flex-shrink: 0;
  width: 75px;
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .basket-list-item .image-container {
    width: 50px;
  }
}
.basket-list-item .meta-container {
  width: 100%;
  min-width: 0;
}

html.ie .basket-list-item .meta-container {
  display: block;
  float: left;
  width: 65%;
}

@media (max-width: 1199.98px) {
  html.ie .basket-list-item .meta-container {
    width: 100%;
    margin-bottom: 10px;
  }
}
.basket-list-item .meta-container-wrapper {
  width: 100%;
  min-width: 0;
}

.basket-list-item .meta-container-wrapper-inner {
  display: flex;
}

html.ie .basket-list-item .meta-container-wrapper-inner {
  display: block;
}

.basket-list-item .colon::after {
  content: ":";
}

.basket-item-container-right .qty-box-container {
  height: 41px;
}

html.ie .basket-item-container-right {
  display: block;
  width: 35%;
  margin-left: auto;
}

@media (max-width: 1199.98px) {
  html.ie .basket-item-container-right {
    display: flex;
    width: 100%;
  }
}
.basket-preview-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  display: block;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}

.umm-1ikmx2u {
  z-index: 999998 !important;
}

@media (prefers-reduced-motion: reduce) {
  .basket-preview-wrapper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .basket-preview-wrapper .item-list {
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  .basket-preview-wrapper {
    left: auto;
    width: 30rem;
  }
}
.basket-open .basket-preview-wrapper {
  transform: translateX(0);
}

.basket-preview-wrapper .basket-preview-overlay {
  position: fixed;
  top: 0;
  right: -100vw;
  bottom: -100vh;
  left: -100vw;
  z-index: -1;
  display: none;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.basket-open .basket-preview-wrapper .basket-preview-overlay {
  display: block;
}

.basket-preview {
  position: absolute;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 1rem;
}

.basket-preview-content {
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
}

.basket-preview-content .totals {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
}

.basket-preview-footer {
  flex-wrap: wrap;
}

.basket-preview-footer > * {
  flex: 1 0 40%;
  margin-top: 0.5rem;
}

.basket-preview-footer > :nth-child(2n) {
  margin-left: 1rem;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .basket-preview-content {
    flex-direction: row;
  }
  .basket-preview-content .item-list {
    flex-basis: 55%;
    max-width: 55%;
  }
  .basket-preview-content .totals {
    flex-basis: 45%;
    max-width: 45%;
    background-color: #fff;
    border-top: none;
    border-left: 1px solid #dee2e6;
  }
}
@media (min-width: 992px) {
  .basket-preview-wrapper.open-hover {
    position: absolute;
    top: auto;
    display: none;
    max-width: 440px;
    max-height: 90vh;
  }
  .basket-open .basket-preview-wrapper.open-hover,
  .no-touch .control-basket:hover .basket-preview-wrapper.open-hover {
    display: block;
    transform: translateX(0);
  }
  .basket-preview-wrapper.open-hover .basket-preview {
    height: auto;
    max-height: 90vh;
  }
  .basket-preview-wrapper.open-hover .basket-preview-header {
    display: none;
  }
  .basket-preview-wrapper.open-hover.empty .item-list {
    padding: 1rem 0;
    text-align: center;
  }
  .basket-preview-wrapper.open-hover .totals {
    background-color: #fff;
  }
  .basket-preview-wrapper.open-hover .basket-preview-overlay {
    background-color: transparent;
  }
}
.basket-open [data-header-offset] > * {
  z-index: auto !important;
}

.nav-main-container .navheader li .basket-item a {
  text-align: left;
}

@media (min-width: 768px) {
  .container-custom .navbar-header .row .no-padding ul li .basket-preview-footer a i {
    font-size: inherit;
    line-height: inherit;
    display: inherit;
    margin-top: 0;
    color: inherit;
  }
}
.icon-ms-user {
  color: #0c426e;
}

#vue-app {
  margin-top: 0 !important;
}

.base-price.text-muted {
  display: none;
}

.page-singleitem .graduated-prices-table i,
.single .graduated-prices-table i {
  right: -20px;
}

header .cmp.cmp-search-box {
  background-color: transparent;
}

body.top-fixed header {
  /*position: fixed;

  top: 0;
  width: 100%;*/
  background: #fff;
  box-shadow: 0 1px 5px 0 #b9b9b9;
}

/*
@media (min-width:992px) {
    .container-custom .navbar-header .row .no-padding ul li a i,
    .navbar-brand img,
    .search-box-shadow-frame {
        transition: all 1s
    }
    body.top-fixed .navbar-brand img {
        max-width: 80%;
        transition: all 1s
    }
    .search-box-shadow-frame {
        max-width: 100%
    }
    body.top-fixed .search-box-shadow-frame {
        max-width: 80%;
        transition: all 1s
    }
    body.top-fixed header ul.navheader li a span {
        display: none
    }
    body.top-fixed .container-custom .navbar-header .row .no-padding ul li a i {
        font-size: 2em;
        transition: all 1s
    }
}
*/
h1.hp-h1 {
  line-height: inherit;
  margin-bottom: 0;
}

.notification-wrapper {
  z-index: 9999;
}

input#gtc-accept34 + label a {
  color: #0f4170;
  text-decoration: underline;
}

input#gtc-accept34 + label strong {
  font-weight: 400;
}

div#cookie-bar > div {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
}

div#cookie-bar > div > button {
  padding: 5px;
  width: 120px;
  margin-left: 50px;
}

div#cookie-bar > div > span {
  position: relative;
  top: 5px;
}

div#cookie-bar > div > span a {
  text-decoration: underline;
}

@media (max-width: 600px) {
  div#cookie-bar > div {
    max-width: 100%;
    display: block;
  }
  div#cookie-bar > div > button {
    float: inherit;
    margin: 10px auto;
    display: block;
  }
}
div#cookie-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  border-top: 1px solid;
  color: #0d4070;
  z-index: 99999;
  padding: 5px;
}

#pe_stars:before {
  display: none;
}

#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
  z-index: 99 !important;
}

.thumb-inner .graduated-prices {
  display: none;
}

.grid-horizontal .thumb-inner {
  display: flex;
  position: relative;
}

.grid-horizontal .thumb-inner .graduated-prices {
  display: block;
  position: static;
  width: 40% !important;
}

.add-cart {
  border-radius: 0 8px 8px 0;
}

.thumb-inner [data-testing=item-add-to-basket] {
  display: none;
}

.grid-horizontal .thumb-inner [data-testing=item-add-to-basket] {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.qty-box .qty-btn-container {
  border: 1px solid #dcdbd8;
  border-right: none;
  border-radius: 0;
}

.qty-box .qty-btn-container .qty-btn:first-child {
  border-radius: 0;
}

.qty-box .qty-btn-container:last-child {
  border-left: none;
}

.qty-box .qty-input {
  border-radius: 0;
}

@media (max-width: 1140px) {
  .add-cart {
    font-size: 15px;
    padding: 0.5rem 0.5rem;
  }
  .qty-box .qty-input {
    width: 45px;
    min-height: 45px;
  }
  .qty-box .qty-btn-container {
    width: 40px;
  }
  .graduated-prices-table td.line {
    width: 40px;
  }
}
.thumb-inner .thumb-image .wish-list {
  position: absolute;
  top: 10px;
  right: 10px;
}

.grid-horizontal .thumb-inner .thumb-image {
  border-right: 2px solid #f3f2f2;
  width: 30% !important;
}

.grid-horizontal .graduated-prices {
  border-left: 2px solid #f3f2f2;
}

.grid-horizontal .cmp-product-thumb {
  padding: 15px 0;
}

.grid-horizontal .thumb-content {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  width: 45% !important;
}

.grid-horizontal article.cmp-product-thumb .thumb-inner .special-tags {
  left: -15px;
  right: inherit;
}

.grid-horizontal article.cmp-product-thumb .thumb-inner .special-tags span.badge:before {
  border-right: 0.5rem solid #0c426e;
  border-left: none;
  right: initial;
  left: 0;
}

.grid-horizontal article.cmp-product-thumb .thumb-inner .special-tags span.badge {
  border-radius: 0.5rem 0.5rem 0.5rem 0;
}

.grid-horizontal .col-lg-4,
.grid-horizontal .col-md-6,
.grid-horizontal .col-sm-6 {
  max-width: 100%;
  flex: auto;
}

.grid-horizontal .graduated-prices-table tr .fa-check-circle-o {
  position: absolute;
  top: 3px;
  right: -20px;
  color: #28a745;
}

.switch-view {
  display: inline-block;
}

.switch-view > i {
  color: #0f4170;
  cursor: pointer;
}

.switch-view > i.active {
  color: #df071a;
}

.extendPay {
  margin-top: 10px;
}

.extendPay {
  display: flex;
  max-width: 210px;
}

.extendPay #ppButton {
  margin: 10px 0;
  margin-right: 5px;
}

.extendPay .amzPayButton {
  margin-left: 5px;
}

.extendPay img {
  width: 100%;
  height: 100%;
}

.grid-horizontal .thumb-inner .graduated-prices .graduated-prices-table {
  width: 100%;
}

@media (max-width: 650px) {
  .grid-horizontal .thumb-inner {
    display: block;
  }
  .grid-horizontal .thumb-content,
  .grid-horizontal .thumb-inner .graduated-prices,
  .grid-horizontal .thumb-inner .thumb-image {
    width: 100% !important;
  }
  .grid-horizontal .thumb-inner .graduated-prices {
    display: block;
    float: inherit;
    max-width: 100%;
    margin-top: 20px;
    overflow: hidden;
    padding: 0 0.8rem;
  }
  .grid-horizontal .thumb-inner .graduated-prices .graduated-prices-table {
    width: 100%;
  }
  .grid-horizontal .thumb-inner .graduated-prices .graduated-prices-table tr td:last-child {
    text-align: center;
  }
  .grid-horizontal .graduated-prices-table tr .fa-check-circle-o {
    top: 0;
  }
  article.cmp-product-thumb .thumb-title {
    min-height: 0;
  }
  .grid-horizontal .thumb-inner [data-testing=item-add-to-basket] {
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
  }
  .grid-horizontal .thumb-inner .extendPay {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .grid-horizontal #ppButton {
    margin-top: 5px;
  }
  .extendPay .amzPayButton {
    margin-left: 0;
  }
}
.cmp-product-thumb .img-fluid {
  display: block;
  margin: 0 auto;
  padding: 10px;
}

.cmp-product-thumb .thumb-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .graduated-prices {
    float: inherit;
    padding: 0;
    border-left: none;
  }
}
.page-login .pay-icons {
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.page-login .container-max > .row.mb-5 {
  margin-bottom: 10px !important;
}

.page-basket .sticky-element #ppButton,
.page-checkout .sticky-element #ppButton {
  display: inline-block;
  width: 115px;
  margin-top: 0;
}

.page-basket .sticky-element #ppButton img,
.page-checkout .sticky-element #ppButton img {
  margin-top: -9px;
}

.page-basket .sticky-element .amzPayButton,
.page-checkout .sticky-element .amzPayButto {
  display: inline-block;
  width: 135px;
}

.personal-guidance {
  padding: 0 !important;
  margin: 0 !important;
}

.newsletter-anmeldung a span.text-primary {
  color: #fff !important;
  text-decoration: underline;
}
.newsletter-anmeldung [data-testing=nl-send] {
  color: #fff;
  background-color: #df071a;
  border-color: #df071a;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
  border-color: #df071a !important;
}
.noUi-handle .noUi-touch-area {
  background: #df071a;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.noUi-connect {
  background: #22416c;
}

.facet-range-slider .input-group {
  max-width: 110px;
}
.facet-range-slider .input-group .input-group-text {
  width: 100%;
  justify-content: center;
}
.facet-range-slider .input-unit {
  min-width: 44px;
}

.filter-wrap {
  display: block !important;
}
.filter-wrap .card-columns {
  -moz-column-count: auto;
       column-count: auto;
  -moz-column-gap: 0;
       column-gap: 0;
}
.filter-wrap .card-columns .facet-main-wrap.is-open .wrap {
  display: block !important;
}
@media (min-width: 992px) {
  .filter-wrap .card-columns .facet-main-wrap.is-open .h3::after {
    transform: rotate(90deg) !important;
  }
}
.filter-wrap .card-columns .card {
  border: 0;
  padding: 0;
  position: relative;
}
.filter-wrap .card-columns .card:not(.card-static) .h3 {
  margin: 0;
  padding: 15px 10px;
  border: 1px solid #f2f2f2;
  cursor: pointer;
}
@media (min-width: 992px) {
  .filter-wrap .card-columns .card:not(.card-static) .h3::after {
    transition: all 300ms ease 0s;
  }
}
@media (min-width: 992px) {
  .filter-wrap .card-columns .card.card-static .h3 {
    font-weight: 600;
  }
  .filter-wrap .card-columns .card.card-static .h3:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .filter-wrap .card-columns .card .wrap:not(.static-filter) {
    position: absolute;
    top: calc(100% - 1px);
    z-index: 9999;
    background: #fff;
    width: 100%;
    border: solid 1px #f2f2f2;
    border-top: 0;
    padding: 15px 15px 5px 15px;
    max-height: 250px;
    overflow: auto;
  }
  .filter-wrap .card-columns .card .wrap.static-filter {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .filter-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    right: 0;
    transition: all 300ms ease 0s;
  }
  .filter-wrap .card-columns {
    margin: 0 !important;
  }
  .filter-wrap .card-columns .facet-main-wrap {
    padding: 0 !important;
  }
  .filter-wrap .card-columns .facet-main-wrap.is-open .h3 {
    border-bottom: 0 !important;
  }
  .filter-wrap .card-columns .facet-main-wrap.is-open .h3::after {
    transform: rotate(0) !important;
  }
  .filter-wrap .card-columns .card {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .filter-wrap .card-columns .card .h3 {
    padding: 20px 10px !important;
    border: 0 !important;
    border-bottom: 1px solid #f2f2f2 !important;
    font-size: 16px !important;
    margin-bottom: 0 !important;
  }
  .filter-wrap .card-columns .card .h3:after {
    transition: all 300ms ease 0s;
    transform: rotate(-90deg);
  }
  .filter-wrap .card-columns .card .wrap {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2 !important;
  }
  .filter-wrap .page-content {
    padding: 0;
    height: calc(100% - 62px);
    overflow: auto;
  }
}

@media (max-width: 991px) {
  body.filter-open {
    overflow: hidden;
  }
  body.filter-open .filter-wrap {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
}
.btn-open-filter {
  font-size: 20px;
}

.close-filter-head {
  background: #22416c;
  padding: 15px;
  color: #fff;
  font-size: 20px;
}
.close-filter-head .close-filter {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.facet-main-wrap .btn-set-facet {
  display: none;
}
.facet-main-wrap.range-has-changed .btn-set-facet {
  display: block;
}

.list-controls-cat {
  background: #ececec;
  font-size: 16px;
  font-weight: 600;
}
.list-controls-cat .list-controls-inner {
  padding: 0 0 0 10px !important;
}
