@charset "UTF-8";

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #9aca3d;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #9aca3d;
  --secondary: #6c757d;
  --success: #9aca3d;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --green: #9aca3d;
  --salmon-red: #f67272;
  --salmon-strong: #fd5a56;
  --text-default: #666666;
  --text-dark: #6D6E70;
  --text-darker: #4d4d4d;
  --footer-bg: #333333;
  --text-gray: #e7e9ee;
  --tab-bg: #262626;
  --gray: #808080;
  --light-gray: #f5f5f5;
  --medium-gray: #b3b3b3;
  --titleBCG-gray: #e7e7e6;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 320px;
  --breakpoint-sm: 613px;
  --breakpoint-md: 919px;
  --breakpoint-lg: 1191px;
  --breakpoint-xl: 1590px;
  --font-family-sans-serif: "pontano sans";
  --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: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "pontano sans";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
}

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: #9aca3d;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #6e9228;
  text-decoration: underline;
}

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

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

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;
  -ms-overflow-style: scrollbar;
}

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;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

[role=button] {
  cursor: pointer;
}

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

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-family: "quicksand";
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  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: 0.5rem;
}

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

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

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

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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-wrap: break-word;
}

a > code {
  color: inherit;
}

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

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,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 613px) {
  .container-sm,
  .container-xs,
  .container {
    max-width: 768px;
  }
}

@media (min-width: 919px) {
  .container-md,
  .container-sm,
  .container-xs,
  .container {
    max-width: 919px;
  }
}

@media (min-width: 1191px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container {
    max-width: 1191px;
  }
}

@media (min-width: 1590px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container {
    max-width: 1650px;
  }
}

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-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.33333333%;
}

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

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

.offset-4,
#frontpage .news-item.left .image .col-8 {
  margin-left: 33.33333333%;
}

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

.offset-6,
#frontpage .news-item.right .text .col-6 {
  margin-left: 50%;
}

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

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

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

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

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

@media (min-width: 320px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 613px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 919px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1191px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1590px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

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

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #666666;
}

.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: #666666;
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-green,
.table-green > th,
.table-green > td {
  background-color: #e3f0c9;
}

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

.table-hover .table-green:hover {
  background-color: #d9eab5;
}

.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #d9eab5;
}

.table-salmon-red,
.table-salmon-red > th,
.table-salmon-red > td {
  background-color: #fcd8d8;
}

.table-salmon-red th,
.table-salmon-red td,
.table-salmon-red thead th,
.table-salmon-red tbody + tbody {
  border-color: #fab6b6;
}

.table-hover .table-salmon-red:hover {
  background-color: #fac0c0;
}

.table-hover .table-salmon-red:hover > td,
.table-hover .table-salmon-red:hover > th {
  background-color: #fac0c0;
}

.table-salmon-strong,
.table-salmon-strong > th,
.table-salmon-strong > td {
  background-color: #fed1d0;
}

.table-salmon-strong th,
.table-salmon-strong td,
.table-salmon-strong thead th,
.table-salmon-strong tbody + tbody {
  border-color: #fea9a7;
}

.table-hover .table-salmon-strong:hover {
  background-color: #fdb9b7;
}

.table-hover .table-salmon-strong:hover > td,
.table-hover .table-salmon-strong:hover > th {
  background-color: #fdb9b7;
}

.table-text-default,
.table-text-default > th,
.table-text-default > td {
  background-color: #d4d4d4;
}

.table-text-default th,
.table-text-default td,
.table-text-default thead th,
.table-text-default tbody + tbody {
  border-color: #afafaf;
}

.table-hover .table-text-default:hover {
  background-color: #c7c7c7;
}

.table-hover .table-text-default:hover > td,
.table-hover .table-text-default:hover > th {
  background-color: #c7c7c7;
}

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

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

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

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

.table-text-darker,
.table-text-darker > th,
.table-text-darker > td {
  background-color: #cdcdcd;
}

.table-text-darker th,
.table-text-darker td,
.table-text-darker thead th,
.table-text-darker tbody + tbody {
  border-color: #a2a2a2;
}

.table-hover .table-text-darker:hover {
  background-color: silver;
}

.table-hover .table-text-darker:hover > td,
.table-hover .table-text-darker:hover > th {
  background-color: silver;
}

.table-footer-bg,
.table-footer-bg > th,
.table-footer-bg > td {
  background-color: #c6c6c6;
}

.table-footer-bg th,
.table-footer-bg td,
.table-footer-bg thead th,
.table-footer-bg tbody + tbody {
  border-color: #959595;
}

.table-hover .table-footer-bg:hover {
  background-color: #b9b9b9;
}

.table-hover .table-footer-bg:hover > td,
.table-hover .table-footer-bg:hover > th {
  background-color: #b9b9b9;
}

.table-text-gray,
.table-text-gray > th,
.table-text-gray > td {
  background-color: #f8f9fa;
}

.table-text-gray th,
.table-text-gray td,
.table-text-gray thead th,
.table-text-gray tbody + tbody {
  border-color: #f3f4f6;
}

.table-hover .table-text-gray:hover {
  background-color: #e9ecef;
}

.table-hover .table-text-gray:hover > td,
.table-hover .table-text-gray:hover > th {
  background-color: #e9ecef;
}

.table-tab-bg,
.table-tab-bg > th,
.table-tab-bg > td {
  background-color: #c2c2c2;
}

.table-tab-bg th,
.table-tab-bg td,
.table-tab-bg thead th,
.table-tab-bg tbody + tbody {
  border-color: #8e8e8e;
}

.table-hover .table-tab-bg:hover {
  background-color: #b5b5b5;
}

.table-hover .table-tab-bg:hover > td,
.table-hover .table-tab-bg:hover > th {
  background-color: #b5b5b5;
}

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #dbdbdb;
}

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

.table-hover .table-gray:hover {
  background-color: #cecece;
}

.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #cecece;
}

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

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

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

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

.table-medium-gray,
.table-medium-gray > th,
.table-medium-gray > td {
  background-color: #eaeaea;
}

.table-medium-gray th,
.table-medium-gray td,
.table-medium-gray thead th,
.table-medium-gray tbody + tbody {
  border-color: #d7d7d7;
}

.table-hover .table-medium-gray:hover {
  background-color: #dddddd;
}

.table-hover .table-medium-gray:hover > td,
.table-hover .table-medium-gray:hover > th {
  background-color: #dddddd;
}

.table-titleBCG-gray,
.table-titleBCG-gray > th,
.table-titleBCG-gray > td {
  background-color: #f8f8f8;
}

.table-titleBCG-gray th,
.table-titleBCG-gray td,
.table-titleBCG-gray thead th,
.table-titleBCG-gray tbody + tbody {
  border-color: #f3f3f2;
}

.table-hover .table-titleBCG-gray:hover {
  background-color: #ebebeb;
}

.table-hover .table-titleBCG-gray:hover > td,
.table-hover .table-titleBCG-gray:hover > th {
  background-color: #ebebeb;
}

.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: 319.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

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

@media (max-width: 612.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: 918.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: 1190.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: 1589.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.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  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: #cee5a1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.25);
}

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

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

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

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

.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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
  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;
}

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

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.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.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: 0.875em;
  color: #9aca3d;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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: #212529;
  background-color: rgba(154, 202, 61, 0.9);
}

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

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #9aca3d;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%239aca3d' 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: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #9aca3d;
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #9aca3d;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%239aca3d' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #9aca3d;
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.25);
}

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

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

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

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

.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(154, 202, 61, 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: #9aca3d;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #9aca3d;
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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);
}

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.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 select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.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 .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: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: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: 613px) {
  .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: #666666;
  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.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  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: #666666;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.25);
}

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #212529;
  background-color: #9aca3d;
  border-color: #9aca3d;
}

.btn-primary:hover {
  color: #fff;
  background-color: #85b130;
  border-color: #7da72d;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #85b130;
  border-color: #7da72d;
  box-shadow: 0 0 0 0.2rem rgba(136, 177, 58, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #9aca3d;
  border-color: #9aca3d;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #7da72d;
  border-color: #769c2b;
}

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

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

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.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(130, 138, 145, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #9aca3d;
  border-color: #9aca3d;
}

.btn-success:hover {
  color: #fff;
  background-color: #85b130;
  border-color: #7da72d;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #85b130;
  border-color: #7da72d;
  box-shadow: 0 0 0 0.2rem rgba(136, 177, 58, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #9aca3d;
  border-color: #9aca3d;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #7da72d;
  border-color: #769c2b;
}

.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(136, 177, 58, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.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: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  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: #212529;
  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 {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  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 {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  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-green {
  color: #212529;
  background-color: #9aca3d;
  border-color: #9aca3d;
}

.btn-green:hover {
  color: #fff;
  background-color: #85b130;
  border-color: #7da72d;
}

.btn-green:focus,
.btn-green.focus {
  color: #fff;
  background-color: #85b130;
  border-color: #7da72d;
  box-shadow: 0 0 0 0.2rem rgba(136, 177, 58, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
  color: #212529;
  background-color: #9aca3d;
  border-color: #9aca3d;
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #7da72d;
  border-color: #769c2b;
}

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

.btn-salmon-red {
  color: #212529;
  background-color: #f67272;
  border-color: #f67272;
}

.btn-salmon-red:hover {
  color: #fff;
  background-color: #f44e4e;
  border-color: #f34242;
}

.btn-salmon-red:focus,
.btn-salmon-red.focus {
  color: #fff;
  background-color: #f44e4e;
  border-color: #f34242;
  box-shadow: 0 0 0 0.2rem rgba(214, 102, 103, 0.5);
}

.btn-salmon-red.disabled,
.btn-salmon-red:disabled {
  color: #212529;
  background-color: #f67272;
  border-color: #f67272;
}

.btn-salmon-red:not(:disabled):not(.disabled):active,
.btn-salmon-red:not(:disabled):not(.disabled).active,
.show > .btn-salmon-red.dropdown-toggle {
  color: #fff;
  background-color: #f34242;
  border-color: #f23636;
}

.btn-salmon-red:not(:disabled):not(.disabled):active:focus,
.btn-salmon-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-salmon-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 102, 103, 0.5);
}

.btn-salmon-strong {
  color: #fff;
  background-color: #fd5a56;
  border-color: #fd5a56;
}

.btn-salmon-strong:hover {
  color: #fff;
  background-color: #fd3530;
  border-color: #fc2924;
}

.btn-salmon-strong:focus,
.btn-salmon-strong.focus {
  color: #fff;
  background-color: #fd3530;
  border-color: #fc2924;
  box-shadow: 0 0 0 0.2rem rgba(253, 115, 111, 0.5);
}

.btn-salmon-strong.disabled,
.btn-salmon-strong:disabled {
  color: #fff;
  background-color: #fd5a56;
  border-color: #fd5a56;
}

.btn-salmon-strong:not(:disabled):not(.disabled):active,
.btn-salmon-strong:not(:disabled):not(.disabled).active,
.show > .btn-salmon-strong.dropdown-toggle {
  color: #fff;
  background-color: #fc2924;
  border-color: #fc1c17;
}

.btn-salmon-strong:not(:disabled):not(.disabled):active:focus,
.btn-salmon-strong:not(:disabled):not(.disabled).active:focus,
.show > .btn-salmon-strong.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 115, 111, 0.5);
}

.btn-text-default {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.btn-text-default:hover {
  color: #fff;
  background-color: #535353;
  border-color: #4d4d4d;
}

.btn-text-default:focus,
.btn-text-default.focus {
  color: #fff;
  background-color: #535353;
  border-color: #4d4d4d;
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.btn-text-default.disabled,
.btn-text-default:disabled {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.btn-text-default:not(:disabled):not(.disabled):active,
.btn-text-default:not(:disabled):not(.disabled).active,
.show > .btn-text-default.dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #464646;
}

.btn-text-default:not(:disabled):not(.disabled):active:focus,
.btn-text-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-text-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.5);
}

.btn-text-dark {
  color: #fff;
  background-color: #6D6E70;
  border-color: #6D6E70;
}

.btn-text-dark:hover {
  color: #fff;
  background-color: #5a5b5d;
  border-color: #545556;
}

.btn-text-dark:focus,
.btn-text-dark.focus {
  color: #fff;
  background-color: #5a5b5d;
  border-color: #545556;
  box-shadow: 0 0 0 0.2rem rgba(131, 132, 133, 0.5);
}

.btn-text-dark.disabled,
.btn-text-dark:disabled {
  color: #fff;
  background-color: #6D6E70;
  border-color: #6D6E70;
}

.btn-text-dark:not(:disabled):not(.disabled):active,
.btn-text-dark:not(:disabled):not(.disabled).active,
.show > .btn-text-dark.dropdown-toggle {
  color: #fff;
  background-color: #545556;
  border-color: #4e4e50;
}

.btn-text-dark:not(:disabled):not(.disabled):active:focus,
.btn-text-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-text-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(131, 132, 133, 0.5);
}

.btn-text-darker {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.btn-text-darker:hover {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #343434;
}

.btn-text-darker:focus,
.btn-text-darker.focus {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #343434;
  box-shadow: 0 0 0 0.2rem rgba(104, 104, 104, 0.5);
}

.btn-text-darker.disabled,
.btn-text-darker:disabled {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.btn-text-darker:not(:disabled):not(.disabled):active,
.btn-text-darker:not(:disabled):not(.disabled).active,
.show > .btn-text-darker.dropdown-toggle {
  color: #fff;
  background-color: #343434;
  border-color: #2d2d2d;
}

.btn-text-darker:not(:disabled):not(.disabled):active:focus,
.btn-text-darker:not(:disabled):not(.disabled).active:focus,
.show > .btn-text-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 104, 104, 0.5);
}

.btn-footer-bg {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-footer-bg:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}

.btn-footer-bg:focus,
.btn-footer-bg.focus {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

.btn-footer-bg.disabled,
.btn-footer-bg:disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-footer-bg:not(:disabled):not(.disabled):active,
.btn-footer-bg:not(:disabled):not(.disabled).active,
.show > .btn-footer-bg.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}

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

.btn-text-gray {
  color: #212529;
  background-color: #e7e9ee;
  border-color: #e7e9ee;
}

.btn-text-gray:hover {
  color: #212529;
  background-color: #d1d4de;
  border-color: #c9ced9;
}

.btn-text-gray:focus,
.btn-text-gray.focus {
  color: #212529;
  background-color: #d1d4de;
  border-color: #c9ced9;
  box-shadow: 0 0 0 0.2rem rgba(201, 204, 208, 0.5);
}

.btn-text-gray.disabled,
.btn-text-gray:disabled {
  color: #212529;
  background-color: #e7e9ee;
  border-color: #e7e9ee;
}

.btn-text-gray:not(:disabled):not(.disabled):active,
.btn-text-gray:not(:disabled):not(.disabled).active,
.show > .btn-text-gray.dropdown-toggle {
  color: #212529;
  background-color: #c9ced9;
  border-color: #c2c7d4;
}

.btn-text-gray:not(:disabled):not(.disabled):active:focus,
.btn-text-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-text-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 204, 208, 0.5);
}

.btn-tab-bg {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

.btn-tab-bg:hover {
  color: #fff;
  background-color: #131313;
  border-color: #0d0d0d;
}

.btn-tab-bg:focus,
.btn-tab-bg.focus {
  color: #fff;
  background-color: #131313;
  border-color: #0d0d0d;
  box-shadow: 0 0 0 0.2rem rgba(71, 71, 71, 0.5);
}

.btn-tab-bg.disabled,
.btn-tab-bg:disabled {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

.btn-tab-bg:not(:disabled):not(.disabled):active,
.btn-tab-bg:not(:disabled):not(.disabled).active,
.show > .btn-tab-bg.dropdown-toggle {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #060606;
}

.btn-tab-bg:not(:disabled):not(.disabled):active:focus,
.btn-tab-bg:not(:disabled):not(.disabled).active:focus,
.show > .btn-tab-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 71, 71, 0.5);
}

.btn-gray {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}

.btn-gray:hover {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #676767;
}

.btn-gray:focus,
.btn-gray.focus {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #676767;
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #676767;
  border-color: #606060;
}

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

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

.btn-light-gray:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
}

.btn-light-gray:focus,
.btn-light-gray.focus {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}

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

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

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

.btn-medium-gray {
  color: #212529;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

.btn-medium-gray:hover {
  color: #212529;
  background-color: #a0a0a0;
  border-color: #9a9a9a;
}

.btn-medium-gray:focus,
.btn-medium-gray.focus {
  color: #212529;
  background-color: #a0a0a0;
  border-color: #9a9a9a;
  box-shadow: 0 0 0 0.2rem rgba(157, 158, 158, 0.5);
}

.btn-medium-gray.disabled,
.btn-medium-gray:disabled {
  color: #212529;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

.btn-medium-gray:not(:disabled):not(.disabled):active,
.btn-medium-gray:not(:disabled):not(.disabled).active,
.show > .btn-medium-gray.dropdown-toggle {
  color: #212529;
  background-color: #9a9a9a;
  border-color: #939393;
}

.btn-medium-gray:not(:disabled):not(.disabled):active:focus,
.btn-medium-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-medium-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 158, 158, 0.5);
}

.btn-titleBCG-gray {
  color: #212529;
  background-color: #e7e7e6;
  border-color: #e7e7e6;
}

.btn-titleBCG-gray:hover {
  color: #212529;
  background-color: #d4d4d2;
  border-color: #cececc;
}

.btn-titleBCG-gray:focus,
.btn-titleBCG-gray.focus {
  color: #212529;
  background-color: #d4d4d2;
  border-color: #cececc;
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
}

.btn-titleBCG-gray.disabled,
.btn-titleBCG-gray:disabled {
  color: #212529;
  background-color: #e7e7e6;
  border-color: #e7e7e6;
}

.btn-titleBCG-gray:not(:disabled):not(.disabled):active,
.btn-titleBCG-gray:not(:disabled):not(.disabled).active,
.show > .btn-titleBCG-gray.dropdown-toggle {
  color: #212529;
  background-color: #cececc;
  border-color: #c8c8c5;
}

.btn-titleBCG-gray:not(:disabled):not(.disabled):active:focus,
.btn-titleBCG-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-titleBCG-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 202, 202, 0.5);
}

.btn-outline-primary {
  color: #9aca3d;
  border-color: #9aca3d;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: #9aca3d;
  border-color: #9aca3d;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #9aca3d;
  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: #212529;
  background-color: #9aca3d;
  border-color: #9aca3d;
}

.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 rgba(154, 202, 61, 0.5);
}

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

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

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  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: #6c757d;
  border-color: #6c757d;
}

.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(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #9aca3d;
  border-color: #9aca3d;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #9aca3d;
  border-color: #9aca3d;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #9aca3d;
  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: #212529;
  background-color: #9aca3d;
  border-color: #9aca3d;
}

.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(154, 202, 61, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  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: #17a2b8;
  border-color: #17a2b8;
}

.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 rgba(23, 162, 184, 0.5);
}

.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-outline-green {
  color: #9aca3d;
  border-color: #9aca3d;
}

.btn-outline-green:hover {
  color: #212529;
  background-color: #9aca3d;
  border-color: #9aca3d;
}

.btn-outline-green:focus,
.btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.5);
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
  color: #9aca3d;
  background-color: transparent;
}

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

.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.5);
}

.btn-outline-salmon-red {
  color: #f67272;
  border-color: #f67272;
}

.btn-outline-salmon-red:hover {
  color: #212529;
  background-color: #f67272;
  border-color: #f67272;
}

.btn-outline-salmon-red:focus,
.btn-outline-salmon-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 114, 114, 0.5);
}

.btn-outline-salmon-red.disabled,
.btn-outline-salmon-red:disabled {
  color: #f67272;
  background-color: transparent;
}

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

.btn-outline-salmon-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-salmon-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-salmon-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 114, 114, 0.5);
}

.btn-outline-salmon-strong {
  color: #fd5a56;
  border-color: #fd5a56;
}

.btn-outline-salmon-strong:hover {
  color: #fff;
  background-color: #fd5a56;
  border-color: #fd5a56;
}

.btn-outline-salmon-strong:focus,
.btn-outline-salmon-strong.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 90, 86, 0.5);
}

.btn-outline-salmon-strong.disabled,
.btn-outline-salmon-strong:disabled {
  color: #fd5a56;
  background-color: transparent;
}

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

.btn-outline-salmon-strong:not(:disabled):not(.disabled):active:focus,
.btn-outline-salmon-strong:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-salmon-strong.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 90, 86, 0.5);
}

.btn-outline-text-default {
  color: #666666;
  border-color: #666666;
}

.btn-outline-text-default:hover {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.btn-outline-text-default:focus,
.btn-outline-text-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-outline-text-default.disabled,
.btn-outline-text-default:disabled {
  color: #666666;
  background-color: transparent;
}

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

.btn-outline-text-default:not(:disabled):not(.disabled):active:focus,
.btn-outline-text-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-text-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-outline-text-dark {
  color: #6D6E70;
  border-color: #6D6E70;
}

.btn-outline-text-dark:hover {
  color: #fff;
  background-color: #6D6E70;
  border-color: #6D6E70;
}

.btn-outline-text-dark:focus,
.btn-outline-text-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 110, 112, 0.5);
}

.btn-outline-text-dark.disabled,
.btn-outline-text-dark:disabled {
  color: #6D6E70;
  background-color: transparent;
}

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

.btn-outline-text-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-text-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-text-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 110, 112, 0.5);
}

.btn-outline-text-darker {
  color: #4d4d4d;
  border-color: #4d4d4d;
}

.btn-outline-text-darker:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.btn-outline-text-darker:focus,
.btn-outline-text-darker.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 77, 77, 0.5);
}

.btn-outline-text-darker.disabled,
.btn-outline-text-darker:disabled {
  color: #4d4d4d;
  background-color: transparent;
}

.btn-outline-text-darker:not(:disabled):not(.disabled):active,
.btn-outline-text-darker:not(:disabled):not(.disabled).active,
.show > .btn-outline-text-darker.dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.btn-outline-text-darker:not(:disabled):not(.disabled):active:focus,
.btn-outline-text-darker:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-text-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 77, 77, 0.5);
}

.btn-outline-footer-bg {
  color: #333333;
  border-color: #333333;
}

.btn-outline-footer-bg:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.btn-outline-footer-bg:focus,
.btn-outline-footer-bg.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-footer-bg.disabled,
.btn-outline-footer-bg:disabled {
  color: #333333;
  background-color: transparent;
}

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

.btn-outline-footer-bg:not(:disabled):not(.disabled):active:focus,
.btn-outline-footer-bg:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-footer-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-text-gray {
  color: #e7e9ee;
  border-color: #e7e9ee;
}

.btn-outline-text-gray:hover {
  color: #212529;
  background-color: #e7e9ee;
  border-color: #e7e9ee;
}

.btn-outline-text-gray:focus,
.btn-outline-text-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 233, 238, 0.5);
}

.btn-outline-text-gray.disabled,
.btn-outline-text-gray:disabled {
  color: #e7e9ee;
  background-color: transparent;
}

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

.btn-outline-text-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-text-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-text-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 233, 238, 0.5);
}

.btn-outline-tab-bg {
  color: #262626;
  border-color: #262626;
}

.btn-outline-tab-bg:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

.btn-outline-tab-bg:focus,
.btn-outline-tab-bg.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-outline-tab-bg.disabled,
.btn-outline-tab-bg:disabled {
  color: #262626;
  background-color: transparent;
}

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

.btn-outline-tab-bg:not(:disabled):not(.disabled):active:focus,
.btn-outline-tab-bg:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-tab-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-outline-gray {
  color: #808080;
  border-color: #808080;
}

.btn-outline-gray:hover {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}

.btn-outline-gray:focus,
.btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #808080;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.btn-outline-medium-gray {
  color: #b3b3b3;
  border-color: #b3b3b3;
}

.btn-outline-medium-gray:hover {
  color: #212529;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

.btn-outline-medium-gray:focus,
.btn-outline-medium-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 179, 179, 0.5);
}

.btn-outline-medium-gray.disabled,
.btn-outline-medium-gray:disabled {
  color: #b3b3b3;
  background-color: transparent;
}

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

.btn-outline-medium-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-medium-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-medium-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 179, 179, 0.5);
}

.btn-outline-titleBCG-gray {
  color: #e7e7e6;
  border-color: #e7e7e6;
}

.btn-outline-titleBCG-gray:hover {
  color: #212529;
  background-color: #e7e7e6;
  border-color: #e7e7e6;
}

.btn-outline-titleBCG-gray:focus,
.btn-outline-titleBCG-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 230, 0.5);
}

.btn-outline-titleBCG-gray.disabled,
.btn-outline-titleBCG-gray:disabled {
  color: #e7e7e6;
  background-color: transparent;
}

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

.btn-outline-titleBCG-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-titleBCG-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-titleBCG-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 230, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #9aca3d;
  text-decoration: none;
}

.btn-link:hover {
  color: #6e9228;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

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

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

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

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

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    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: #666666;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1590px) {
  .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: #e9ecef;
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  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;
}

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

.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: 0.75rem;
  padding-left: 0.75rem;
}

.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-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%;
  min-width: 0;
  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 > .custom-file {
  display: flex;
  align-items: center;
}

.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.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.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.5em + 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.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

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

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.25);
}

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

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

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.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: 1px solid #adb5bd;
}

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

.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

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

.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' width='4' height='4' 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: rgba(154, 202, 61, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(154, 202, 61, 0.5);
}

.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' width='12' height='12' 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: rgba(154, 202, 61, 0.5);
}

.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: rgba(154, 202, 61, 0.5);
}

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

.custom-select:focus {
  border-color: #cee5a1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.25);
}

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

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

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

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.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.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #cee5a1;
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.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: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
}

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

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

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(154, 202, 61, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(154, 202, 61, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(154, 202, 61, 0.25);
}

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #9aca3d;
  border: 0;
  -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: #e3f0c9;
}

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

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #9aca3d;
  border: 0;
  -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: #e3f0c9;
}

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

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #9aca3d;
  border: 0;
  -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: #e3f0c9;
}

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

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

.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: 0.5rem 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 #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
}

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

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

.nav-pills .nav-link {
  background: none;
  border: 0;
}

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

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

.nav-justified > .nav-link,
.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-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  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: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.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: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 319.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid,
  .navbar-expand-xs > .container-sm,
  .navbar-expand-xs > .container-md,
  .navbar-expand-xs > .container-lg,
  .navbar-expand-xs > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 320px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

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

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

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

  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid,
  .navbar-expand-xs > .container-sm,
  .navbar-expand-xs > .container-md,
  .navbar-expand-xs > .container-lg,
  .navbar-expand-xs > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }

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

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

@media (max-width: 612.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 613px) {
  .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-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

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

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

@media (max-width: 918.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 919px) {
  .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-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

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

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

@media (max-width: 1190.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1191px) {
  .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-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

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

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

@media (max-width: 1589.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1590px) {
  .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-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .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-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  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-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: rgba(255, 255, 255, 0.5);
}

.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: rgba(255, 255, 255, 0.25);
}

.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: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

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

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

.card {
  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);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  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-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-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,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 613px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 613px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

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

@media (min-width: 613px) {
  .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 {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}

.accordion > .card > .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.15rem 0.15rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
}

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

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "\E00F";
}

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

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

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

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #9aca3d;
  border-color: #9aca3d;
}

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

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

.badge {
  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;
  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 {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #212529;
  background-color: #9aca3d;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #212529;
  background-color: #7da72d;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

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

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #9aca3d;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #212529;
  background-color: #7da72d;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

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

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

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

a.badge-danger:focus,
a.badge-danger.focus {
  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);
}

.badge-green {
  color: #212529;
  background-color: #9aca3d;
}

a.badge-green:hover,
a.badge-green:focus {
  color: #212529;
  background-color: #7da72d;
}

a.badge-green:focus,
a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 202, 61, 0.5);
}

.badge-salmon-red {
  color: #212529;
  background-color: #f67272;
}

a.badge-salmon-red:hover,
a.badge-salmon-red:focus {
  color: #212529;
  background-color: #f34242;
}

a.badge-salmon-red:focus,
a.badge-salmon-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 114, 114, 0.5);
}

.badge-salmon-strong {
  color: #fff;
  background-color: #fd5a56;
}

a.badge-salmon-strong:hover,
a.badge-salmon-strong:focus {
  color: #fff;
  background-color: #fc2924;
}

a.badge-salmon-strong:focus,
a.badge-salmon-strong.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 90, 86, 0.5);
}

.badge-text-default {
  color: #fff;
  background-color: #666666;
}

a.badge-text-default:hover,
a.badge-text-default:focus {
  color: #fff;
  background-color: #4d4d4d;
}

a.badge-text-default:focus,
a.badge-text-default.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.badge-text-dark {
  color: #fff;
  background-color: #6D6E70;
}

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

a.badge-text-dark:focus,
a.badge-text-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(109, 110, 112, 0.5);
}

.badge-text-darker {
  color: #fff;
  background-color: #4d4d4d;
}

a.badge-text-darker:hover,
a.badge-text-darker:focus {
  color: #fff;
  background-color: #343434;
}

a.badge-text-darker:focus,
a.badge-text-darker.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(77, 77, 77, 0.5);
}

.badge-footer-bg {
  color: #fff;
  background-color: #333333;
}

a.badge-footer-bg:hover,
a.badge-footer-bg:focus {
  color: #fff;
  background-color: #1a1a1a;
}

a.badge-footer-bg:focus,
a.badge-footer-bg.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.badge-text-gray {
  color: #212529;
  background-color: #e7e9ee;
}

a.badge-text-gray:hover,
a.badge-text-gray:focus {
  color: #212529;
  background-color: #c9ced9;
}

a.badge-text-gray:focus,
a.badge-text-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 233, 238, 0.5);
}

.badge-tab-bg {
  color: #fff;
  background-color: #262626;
}

a.badge-tab-bg:hover,
a.badge-tab-bg:focus {
  color: #fff;
  background-color: #0d0d0d;
}

a.badge-tab-bg:focus,
a.badge-tab-bg.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.badge-gray {
  color: #fff;
  background-color: #808080;
}

a.badge-gray:hover,
a.badge-gray:focus {
  color: #fff;
  background-color: #676767;
}

a.badge-gray:focus,
a.badge-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}

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

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

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

.badge-medium-gray {
  color: #212529;
  background-color: #b3b3b3;
}

a.badge-medium-gray:hover,
a.badge-medium-gray:focus {
  color: #212529;
  background-color: #9a9a9a;
}

a.badge-medium-gray:focus,
a.badge-medium-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(179, 179, 179, 0.5);
}

.badge-titleBCG-gray {
  color: #212529;
  background-color: #e7e7e6;
}

a.badge-titleBCG-gray:hover,
a.badge-titleBCG-gray:focus {
  color: #212529;
  background-color: #cececc;
}

a.badge-titleBCG-gray:focus,
a.badge-titleBCG-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 230, 0.5);
}

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

@media (min-width: 613px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #506920;
  background-color: #ebf4d8;
  border-color: #e3f0c9;
}

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

.alert-primary .alert-link {
  color: #324214;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

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

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #506920;
  background-color: #ebf4d8;
  border-color: #e3f0c9;
}

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

.alert-success .alert-link {
  color: #324214;
}

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

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

.alert-info .alert-link {
  color: #062c33;
}

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

.alert-green {
  color: #506920;
  background-color: #ebf4d8;
  border-color: #e3f0c9;
}

.alert-green hr {
  border-top-color: #d9eab5;
}

.alert-green .alert-link {
  color: #324214;
}

.alert-salmon-red {
  color: #803b3b;
  background-color: #fde3e3;
  border-color: #fcd8d8;
}

.alert-salmon-red hr {
  border-top-color: #fac0c0;
}

.alert-salmon-red .alert-link {
  color: #5d2b2b;
}

.alert-salmon-strong {
  color: #842f2d;
  background-color: #ffdedd;
  border-color: #fed1d0;
}

.alert-salmon-strong hr {
  border-top-color: #fdb9b7;
}

.alert-salmon-strong .alert-link {
  color: #5e2120;
}

.alert-text-default {
  color: #353535;
  background-color: #e0e0e0;
  border-color: #d4d4d4;
}

.alert-text-default hr {
  border-top-color: #c7c7c7;
}

.alert-text-default .alert-link {
  color: #1c1c1c;
}

.alert-text-dark {
  color: #39393a;
  background-color: #e2e2e2;
  border-color: #d6d6d7;
}

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

.alert-text-dark .alert-link {
  color: #202020;
}

.alert-text-darker {
  color: #282828;
  background-color: #dbdbdb;
  border-color: #cdcdcd;
}

.alert-text-darker hr {
  border-top-color: silver;
}

.alert-text-darker .alert-link {
  color: #0f0f0f;
}

.alert-footer-bg {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}

.alert-footer-bg hr {
  border-top-color: #b9b9b9;
}

.alert-footer-bg .alert-link {
  color: #020202;
}

.alert-text-gray {
  color: #78797c;
  background-color: #fafbfc;
  border-color: #f8f9fa;
}

.alert-text-gray hr {
  border-top-color: #e9ecef;
}

.alert-text-gray .alert-link {
  color: #5f6062;
}

.alert-tab-bg {
  color: #141414;
  background-color: #d4d4d4;
  border-color: #c2c2c2;
}

.alert-tab-bg hr {
  border-top-color: #b5b5b5;
}

.alert-tab-bg .alert-link {
  color: black;
}

.alert-gray {
  color: #434343;
  background-color: #e6e6e6;
  border-color: #dbdbdb;
}

.alert-gray hr {
  border-top-color: #cecece;
}

.alert-gray .alert-link {
  color: #2a2a2a;
}

.alert-light-gray {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}

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

.alert-light-gray .alert-link {
  color: #666666;
}

.alert-medium-gray {
  color: #5d5d5d;
  background-color: #f0f0f0;
  border-color: #eaeaea;
}

.alert-medium-gray hr {
  border-top-color: #dddddd;
}

.alert-medium-gray .alert-link {
  color: #444444;
}

.alert-titleBCG-gray {
  color: #787878;
  background-color: #fafafa;
  border-color: #f8f8f8;
}

.alert-titleBCG-gray hr {
  border-top-color: #ebebeb;
}

.alert-titleBCG-gray .alert-link {
  color: #5f5f5f;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #9aca3d;
  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: 1s linear infinite progress-bar-stripes;
}

@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: #666666;
  background-color: #e9ecef;
}

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

.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: #9aca3d;
  border-color: #9aca3d;
}

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

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

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

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 320px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }

  .list-group-horizontal-xs > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 613px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 919px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1191px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1590px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

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

.list-group-item-primary {
  color: #506920;
  background-color: #e3f0c9;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #506920;
  background-color: #d9eab5;
}

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

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

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

.list-group-item-success {
  color: #506920;
  background-color: #e3f0c9;
}

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

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

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

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

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

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

.list-group-item-green {
  color: #506920;
  background-color: #e3f0c9;
}

.list-group-item-green.list-group-item-action:hover,
.list-group-item-green.list-group-item-action:focus {
  color: #506920;
  background-color: #d9eab5;
}

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

.list-group-item-salmon-red {
  color: #803b3b;
  background-color: #fcd8d8;
}

.list-group-item-salmon-red.list-group-item-action:hover,
.list-group-item-salmon-red.list-group-item-action:focus {
  color: #803b3b;
  background-color: #fac0c0;
}

.list-group-item-salmon-red.list-group-item-action.active {
  color: #fff;
  background-color: #803b3b;
  border-color: #803b3b;
}

.list-group-item-salmon-strong {
  color: #842f2d;
  background-color: #fed1d0;
}

.list-group-item-salmon-strong.list-group-item-action:hover,
.list-group-item-salmon-strong.list-group-item-action:focus {
  color: #842f2d;
  background-color: #fdb9b7;
}

.list-group-item-salmon-strong.list-group-item-action.active {
  color: #fff;
  background-color: #842f2d;
  border-color: #842f2d;
}

.list-group-item-text-default {
  color: #353535;
  background-color: #d4d4d4;
}

.list-group-item-text-default.list-group-item-action:hover,
.list-group-item-text-default.list-group-item-action:focus {
  color: #353535;
  background-color: #c7c7c7;
}

.list-group-item-text-default.list-group-item-action.active {
  color: #fff;
  background-color: #353535;
  border-color: #353535;
}

.list-group-item-text-dark {
  color: #39393a;
  background-color: #d6d6d7;
}

.list-group-item-text-dark.list-group-item-action:hover,
.list-group-item-text-dark.list-group-item-action:focus {
  color: #39393a;
  background-color: #c9c9ca;
}

.list-group-item-text-dark.list-group-item-action.active {
  color: #fff;
  background-color: #39393a;
  border-color: #39393a;
}

.list-group-item-text-darker {
  color: #282828;
  background-color: #cdcdcd;
}

.list-group-item-text-darker.list-group-item-action:hover,
.list-group-item-text-darker.list-group-item-action:focus {
  color: #282828;
  background-color: silver;
}

.list-group-item-text-darker.list-group-item-action.active {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}

.list-group-item-footer-bg {
  color: #1b1b1b;
  background-color: #c6c6c6;
}

.list-group-item-footer-bg.list-group-item-action:hover,
.list-group-item-footer-bg.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9;
}

.list-group-item-footer-bg.list-group-item-action.active {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.list-group-item-text-gray {
  color: #78797c;
  background-color: #f8f9fa;
}

.list-group-item-text-gray.list-group-item-action:hover,
.list-group-item-text-gray.list-group-item-action:focus {
  color: #78797c;
  background-color: #e9ecef;
}

.list-group-item-text-gray.list-group-item-action.active {
  color: #fff;
  background-color: #78797c;
  border-color: #78797c;
}

.list-group-item-tab-bg {
  color: #141414;
  background-color: #c2c2c2;
}

.list-group-item-tab-bg.list-group-item-action:hover,
.list-group-item-tab-bg.list-group-item-action:focus {
  color: #141414;
  background-color: #b5b5b5;
}

.list-group-item-tab-bg.list-group-item-action.active {
  color: #fff;
  background-color: #141414;
  border-color: #141414;
}

.list-group-item-gray {
  color: #434343;
  background-color: #dbdbdb;
}

.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
  color: #434343;
  background-color: #cecece;
}

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

.list-group-item-light-gray {
  color: #7f7f7f;
  background-color: #fcfcfc;
}

.list-group-item-light-gray.list-group-item-action:hover,
.list-group-item-light-gray.list-group-item-action:focus {
  color: #7f7f7f;
  background-color: #efefef;
}

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

.list-group-item-medium-gray {
  color: #5d5d5d;
  background-color: #eaeaea;
}

.list-group-item-medium-gray.list-group-item-action:hover,
.list-group-item-medium-gray.list-group-item-action:focus {
  color: #5d5d5d;
  background-color: #dddddd;
}

.list-group-item-medium-gray.list-group-item-action.active {
  color: #fff;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}

.list-group-item-titleBCG-gray {
  color: #787878;
  background-color: #f8f8f8;
}

.list-group-item-titleBCG-gray.list-group-item-action:hover,
.list-group-item-titleBCG-gray.list-group-item-action:focus {
  color: #787878;
  background-color: #ebebeb;
}

.list-group-item-titleBCG-gray.list-group-item-action.active {
  color: #fff;
  background-color: #787878;
  border-color: #787878;
}

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

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  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);
  opacity: 0;
}

.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: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  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.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  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% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  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);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  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;
}

.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;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 613px) {
  .modal-dialog {
    max-width: 500px;
    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);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1191px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1590px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "pontano sans";
  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;
  white-space: normal;
  word-spacing: 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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "pontano sans";
  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;
  white-space: normal;
  word-spacing: 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);
}

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

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

.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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 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);
}

.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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 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;
}

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

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

.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: opacity 0s 0.6s;
}

@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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  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: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-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: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.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: #9aca3d !important;
}

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

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

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #9aca3d !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #7da72d !important;
}

.bg-info {
  background-color: #17a2b8 !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 {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light: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-green {
  background-color: #9aca3d !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #7da72d !important;
}

.bg-salmon-red {
  background-color: #f67272 !important;
}

a.bg-salmon-red:hover,
a.bg-salmon-red:focus,
button.bg-salmon-red:hover,
button.bg-salmon-red:focus {
  background-color: #f34242 !important;
}

.bg-salmon-strong {
  background-color: #fd5a56 !important;
}

a.bg-salmon-strong:hover,
a.bg-salmon-strong:focus,
button.bg-salmon-strong:hover,
button.bg-salmon-strong:focus {
  background-color: #fc2924 !important;
}

.bg-text-default {
  background-color: #666666 !important;
}

a.bg-text-default:hover,
a.bg-text-default:focus,
button.bg-text-default:hover,
button.bg-text-default:focus {
  background-color: #4d4d4d !important;
}

.bg-text-dark {
  background-color: #6D6E70 !important;
}

a.bg-text-dark:hover,
a.bg-text-dark:focus,
button.bg-text-dark:hover,
button.bg-text-dark:focus {
  background-color: #545556 !important;
}

.bg-text-darker {
  background-color: #4d4d4d !important;
}

a.bg-text-darker:hover,
a.bg-text-darker:focus,
button.bg-text-darker:hover,
button.bg-text-darker:focus {
  background-color: #343434 !important;
}

.bg-footer-bg {
  background-color: #333333 !important;
}

a.bg-footer-bg:hover,
a.bg-footer-bg:focus,
button.bg-footer-bg:hover,
button.bg-footer-bg:focus {
  background-color: #1a1a1a !important;
}

.bg-text-gray {
  background-color: #e7e9ee !important;
}

a.bg-text-gray:hover,
a.bg-text-gray:focus,
button.bg-text-gray:hover,
button.bg-text-gray:focus {
  background-color: #c9ced9 !important;
}

.bg-tab-bg {
  background-color: #262626 !important;
}

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

.bg-gray {
  background-color: #808080 !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #676767 !important;
}

.bg-light-gray {
  background-color: #f5f5f5 !important;
}

a.bg-light-gray:hover,
a.bg-light-gray:focus,
button.bg-light-gray:hover,
button.bg-light-gray:focus {
  background-color: gainsboro !important;
}

.bg-medium-gray {
  background-color: #b3b3b3 !important;
}

a.bg-medium-gray:hover,
a.bg-medium-gray:focus,
button.bg-medium-gray:hover,
button.bg-medium-gray:focus {
  background-color: #9a9a9a !important;
}

.bg-titleBCG-gray {
  background-color: #e7e7e6 !important;
}

a.bg-titleBCG-gray:hover,
a.bg-titleBCG-gray:focus,
button.bg-titleBCG-gray:hover,
button.bg-titleBCG-gray:focus {
  background-color: #cececc !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: #9aca3d !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #9aca3d !important;
}

.border-info {
  border-color: #17a2b8 !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-green {
  border-color: #9aca3d !important;
}

.border-salmon-red {
  border-color: #f67272 !important;
}

.border-salmon-strong {
  border-color: #fd5a56 !important;
}

.border-text-default {
  border-color: #666666 !important;
}

.border-text-dark {
  border-color: #6D6E70 !important;
}

.border-text-darker {
  border-color: #4d4d4d !important;
}

.border-footer-bg {
  border-color: #333333 !important;
}

.border-text-gray {
  border-color: #e7e9ee !important;
}

.border-tab-bg {
  border-color: #262626 !important;
}

.border-gray {
  border-color: #808080 !important;
}

.border-light-gray {
  border-color: #f5f5f5 !important;
}

.border-medium-gray {
  border-color: #b3b3b3 !important;
}

.border-titleBCG-gray {
  border-color: #e7e7e6 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !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: 320px) {
  .d-xs-none {
    display: none !important;
  }

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

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

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

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

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

@media (min-width: 613px) {
  .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: 919px) {
  .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: 1191px) {
  .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: 1590px) {
  .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.85714286%;
}

.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: 320px) {
  .flex-xs-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xs-fill {
    flex: 1 1 auto !important;
  }

  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 613px) {
  .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: 919px) {
  .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: 1191px) {
  .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: 1590px) {
  .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 {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 320px) {
  .float-xs-left {
    float: left !important;
  }

  .float-xs-right {
    float: right !important;
  }

  .float-xs-none {
    float: none !important;
  }
}

@media (min-width: 613px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 919px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1191px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1590px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: 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 {
  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: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

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

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

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-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,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

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

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

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

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

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

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

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

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.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,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

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

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

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

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

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

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

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

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

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

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

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

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

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

.pl-5,
.px-5 {
  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 {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 320px) {
  .m-xs-0 {
    margin: 0 !important;
  }

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

  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }

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

  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }

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

  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }

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

  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }

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

  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }

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

  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }

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

  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }

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

  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }

  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }

  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }

  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }

  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }

  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }

  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 613px) {
  .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: 919px) {
  .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: 1191px) {
  .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: 1590px) {
  .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;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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: 320px) {
  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 613px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 919px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1191px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1590px) {
  .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: #9aca3d !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #6e9228 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #9aca3d !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #6e9228 !important;
}

.text-info {
  color: #17a2b8 !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-green {
  color: #9aca3d !important;
}

a.text-green:hover,
a.text-green:focus {
  color: #6e9228 !important;
}

.text-salmon-red {
  color: #f67272 !important;
}

a.text-salmon-red:hover,
a.text-salmon-red:focus {
  color: #f12a2a !important;
}

.text-salmon-strong {
  color: #fd5a56 !important;
}

a.text-salmon-strong:hover,
a.text-salmon-strong:focus {
  color: #fc100a !important;
}

.text-text-default {
  color: #666666 !important;
}

a.text-text-default:hover,
a.text-text-default:focus {
  color: #404040 !important;
}

.text-text-dark {
  color: #6D6E70 !important;
}

a.text-text-dark:hover,
a.text-text-dark:focus {
  color: #474849 !important;
}

.text-text-darker {
  color: #4d4d4d !important;
}

a.text-text-darker:hover,
a.text-text-darker:focus {
  color: #272727 !important;
}

.text-footer-bg {
  color: #333333 !important;
}

a.text-footer-bg:hover,
a.text-footer-bg:focus {
  color: #0d0d0d !important;
}

.text-text-gray {
  color: #e7e9ee !important;
}

a.text-text-gray:hover,
a.text-text-gray:focus {
  color: #bac0ce !important;
}

.text-tab-bg {
  color: #262626 !important;
}

a.text-tab-bg:hover,
a.text-tab-bg:focus {
  color: black !important;
}

.text-gray {
  color: #808080 !important;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #5a5a5a !important;
}

.text-light-gray {
  color: #f5f5f5 !important;
}

a.text-light-gray:hover,
a.text-light-gray:focus {
  color: #cfcfcf !important;
}

.text-medium-gray {
  color: #b3b3b3 !important;
}

a.text-medium-gray:hover,
a.text-medium-gray:focus {
  color: #8d8d8d !important;
}

.text-titleBCG-gray {
  color: #e7e7e6 !important;
}

a.text-titleBCG-gray:hover,
a.text-titleBCG-gray:focus {
  color: #c2c2bf !important;
}

.text-body {
  color: #666666 !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;
  word-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;
  }

  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: 1191px !important;
  }

  .container {
    min-width: 1191px !important;
  }

  .navbar {
    display: none;
  }

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

/* Magnific Popup CSS */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main image in popup */

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

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

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

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*!
 * jQuery mmenu v7.3.3
 * @requires jQuery 1.7.0 or later
 *
 * mmenujs.com
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */

.mm-menu {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: rgba(0, 0, 0, 0.1);
  --mm-color-button: rgba(0, 0, 0, 0.3);
  --mm-color-text: rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
  --mm-color-background: #f3f3f3;
  --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
  --mm-shadow: 0 0 10px rgba( 0,0,0, 0.3 );
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: 20px;
  line-height: var(--mm-line-height);
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: inherit;
  text-decoration: none;
}

[dir=rtl] .mm-menu {
  direction: rtl;
}

.mm-panels,
.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panel,
.mm-panels {
  box-sizing: border-box;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 0 20px;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease;
}

.mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panel:after,
.mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}

.mm-panel_has-navbar {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size);
}

.mm-panel_opened {
  z-index: 1;
  transform: translate3d(0, 0, 0);
}

.mm-panel_opened-parent {
  transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
  z-index: 2;
}

.mm-panel_noanimation {
  transition: none !important;
}

.mm-panel_noanimation.mm-panel_opened-parent {
  transform: translate3d(0, 0, 0);
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  transform: translate3d(-100%, 0, 0);
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  transform: translate3d(30%, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  transform: none !important;
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
}

.mm-listitem_vertical > .mm-panel:after,
.mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto;
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-listitem__btn:after {
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  box-sizing: border-box;
  width: 44px;
  padding: 0;
}

.mm-btn:after,
.mm-btn:before {
  border-color: rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-button);
  border-width: 2px;
  border-style: solid;
}

.mm-btn_close:after,
.mm-btn_close:before {
  content: "";
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-btn_next:after,
.mm-btn_prev:before {
  content: "";
  border-bottom: none;
  border-right: none;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-btn_next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn_next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

[dir=rtl] .mm-btn_prev:before {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn_close:after,
[dir=rtl] .mm-btn_close:before {
  right: auto;
}

[dir=rtl] .mm-btn_close:before {
  left: 25px;
}

[dir=rtl] .mm-btn_close:after {
  left: 18px;
}

.mm-navbar {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text-dimmed);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center;
  display: none;
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0 44px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.mm-navbar > * {
  box-sizing: border-box;
  display: block;
  padding: 12px;
  padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
  padding-left: 0;
  padding-right: 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.mm-navbar__btn:first-child {
  text-align: left;
  left: 0;
}

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel_has-navbar .mm-navbar {
  display: block;
}

[dir=rtl] .mm-navbar__btn:first-child {
  text-align: right;
  right: 0;
  left: auto;
}

[dir=rtl] .mm-navbar__btn:last-child {
  text-align: left;
  left: 0;
  right: auto;
}

.mm-listitem,
.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  color: var(--mm-color-text);
  border-color: rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-border);
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}

.mm-listitem a,
.mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem__btn,
.mm-listitem__text {
  color: inherit;
  display: block;
  padding-top: 12px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
}

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 10%;
}

.mm-listitem__btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  tap-highlight-color: var(--mm-color-background-emphasis);
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 54px;
  position: relative;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listitem_divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
  font-size: 75%;
  text-transform: uppercase;
  min-height: 20px;
  min-height: var(--mm-line-height);
  padding: 6.5px;
  padding: calc((var(--mm-listitem-size) * 0.75 - var(--mm-line-height)) * 0.5);
  padding-right: 10px;
  padding-left: 20px;
}

.mm-listitem_spacer {
  padding-top: 44px;
  padding-top: var(--mm-listitem-size);
}

.mm-listitem_spacer > .mm-btn_next {
  top: 44px;
  top: var(--mm-listitem-size);
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px;
}

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px;
}

[dir=rtl] .mm-listitem__btn {
  padding-left: 54px;
  border-left-width: 0;
  border-left-style: none;
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: transform 0.4s ease;
  z-index: 1;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}

.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0;
}

.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(440px, 0, 0);
  }
}

.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}

.mm-wrapper_blocking body {
  overflow: hidden;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu_autoheight {
  transition: none 0.4s ease;
  transition-property: transform, height;
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative;
}

.mm-menu_autoheight.mm-menu_position-bottom,
.mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%;
}

.mm-menu_autoheight-measuring .mm-panel {
  display: block !important;
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important;
}

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

[class*=mm-menu_columns-] {
  transition-property: width;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  transition-property: width, transform;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened,
[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  transform: translate3d(0, 0, 0);
}

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}

.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0;
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(0, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(0, 0, 0);
  }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(440px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px;
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(880px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-880px, 0, 0);
  }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px;
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(1320px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-1320px, 0, 0);
  }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(500%, 0, 0);
}

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px;
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(1760px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-1760px, 0, 0);
  }
}

[class*=mm-menu_columns-].mm-menu_position-bottom,
[class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  transition-property: width, min-width, max-width, transform;
}

.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  text-align: right;
  display: block;
  min-width: 44px;
  float: right;
}

.mm-listitem_nosubitems > .mm-counter {
  display: none;
}

[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
}

.mm-listitem_divider {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.mm-menu_dividers-light .mm-listitem_divider {
  background: inherit;
  font-size: inherit;
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  padding-top: 18px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height)) * 0.75);
  padding-bottom: 6px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) * 0.25);
}

.mm-menu_border-none .mm-listitem_divider {
  border-top-width: 1px;
  border-top-style: solid;
}

.mm-listview_fixeddivider {
  background: inherit;
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.mm-listview_fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-panel_dividers .mm-listview_fixeddivider {
  display: block;
}

.mm-wrapper_opened.mm-dragging .mm-menu,
.mm-wrapper_opened.mm-dragging .mm-slideout {
  transition-duration: 0s;
}

.mm-menu_dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  overflow: visible;
}

.mm-wrapper_dropdown .mm-slideout {
  transform: none !important;
  z-index: 0;
}

.mm-wrapper_dropdown .mm-wrapper__blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2;
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none;
}

[class*=mm-menu_tip-]:before {
  content: "";
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  transform: rotate(45deg);
}

.mm-menu_tip-left:before {
  left: 22px;
}

.mm-menu_tip-right:before {
  right: 22px;
}

.mm-menu_tip-top:before {
  top: -8px;
}

.mm-menu_tip-bottom:before {
  bottom: -8px;
}

.mm-menu {
  --mm-iconbar-size: 44px;
}

.mm-iconbar {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-border);
  border-right-width: 1px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  width: 44px;
  width: var(--mm-iconbar-size);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.mm-menu_iconbar .mm-navbars_bottom,
.mm-menu_iconbar .mm-navbars_top,
.mm-menu_iconbar .mm-panels {
  left: 44px;
  left: var(--mm-iconbar-size);
}

.mm-iconbar__bottom,
.mm-iconbar__top {
  width: inherit;
  position: absolute;
}

.mm-iconbar__bottom > *,
.mm-iconbar__top > * {
  box-sizing: border-box;
  display: block;
  padding: 11px 0;
}

.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
  text-decoration: none;
}

.mm-iconbar__top {
  top: 0;
}

.mm-iconbar__bottom {
  bottom: 0;
}

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  outline: 0;
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
}

.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.mm-menu {
  --mm-iconpanel-size: 44px;
}

.mm-panel_iconpanel-1,
.mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-iconpanel-size) * 1);
}

.mm-panel_iconpanel-2,
.mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - 88px);
  width: calc(100% - var(--mm-iconpanel-size) * 2);
}

.mm-panel_iconpanel-3,
.mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - 132px);
  width: calc(100% - var(--mm-iconpanel-size) * 3);
}

.mm-panel_iconpanel-first ~ .mm-panel,
.mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-iconpanel-size));
}

.mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider,
.mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  transition-property: transform, width;
}

.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened,
.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  transform: unset;
}

.mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider,
.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0;
}

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity 0.4s ease;
}

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: 0.6;
  bottom: -100000px;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider,
[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  transition-property: transform, width;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-navbars_bottom,
.mm-navbars_top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.mm-navbars_bottom > .mm-navbar,
.mm-navbars_top > .mm-navbar {
  border-width: 0;
  display: flex;
  position: relative;
}

.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns),
.mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns) {
  padding: 0;
}

.mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn),
.mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
  flex: 1;
}

.mm-navbars_top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
  bottom: auto;
}

.mm-menu_navbar_top-1 .mm-panels {
  top: 44px;
  top: calc(var(--mm-navbar-size) * 1);
}

.mm-menu_navbar_top-2 .mm-panels {
  top: 88px;
  top: calc(var(--mm-navbar-size) * 2);
}

.mm-menu_navbar_top-3 .mm-panels {
  top: 132px;
  top: calc(var(--mm-navbar-size) * 3);
}

.mm-menu_navbar_top-4 .mm-panels {
  top: 176px;
  top: calc(var(--mm-navbar-size) * 4);
}

.mm-navbars_bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  top: auto;
}

.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 44px;
  bottom: calc(var(--mm-navbar-size) * 1);
}

.mm-menu_navbar_bottom-2 .mm-panels {
  bottom: 88px;
  bottom: calc(var(--mm-navbar-size) * 2);
}

.mm-menu_navbar_bottom-3 .mm-panels {
  bottom: 132px;
  bottom: calc(var(--mm-navbar-size) * 3);
}

.mm-menu_navbar_bottom-4 .mm-panels {
  bottom: 176px;
  bottom: calc(var(--mm-navbar-size) * 4);
}

.mm-navbar_size-2 {
  height: 88px;
  height: calc(var(--mm-navbar-size) * 2);
}

.mm-navbar_size-3 {
  height: 132px;
  height: calc(var(--mm-navbar-size) * 3);
}

.mm-navbar_size-4 {
  height: 176px;
  height: calc(var(--mm-navbar-size) * 4);
}

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 20px;
}

.mm-navbar__breadcrumbs > * {
  display: inline-block;
  padding-right: 6px;
  padding-top: 12px;
  padding-top: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
}

.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar_has-btns .mm-navbar__breadcrumbs {
  margin-left: -44px;
}

.mm-navbar_has-btns .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar__tab_selected {
  background: inherit !important;
  color: inherit !important;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}

.mm-navbar__tab_selected:first-child {
  border-left: none;
}

.mm-navbar__tab_selected:last-child {
  border-right: none;
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: inherit !important;
  color: inherit !important;
}

.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.mm-navbars_top .mm-navbar__tab_selected {
  border-bottom: none;
  margin-bottom: -1px;
}

.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
  border-top: none;
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: inherit;
  color: inherit;
}

.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
}

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-top: none;
  margin-top: -1px;
}

.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
  border-bottom: none;
}

.mm-navbar_tabs > a:not(.mm-navbar__tab_selected),
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar,
.mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
}

.mm-searchfield {
  display: flex;
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden;
}

.mm-searchfield input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
  color: rgba(0, 0, 0, 0.75);
  color: var(--mm-color-text);
  font: inherit;
  font-size: inherit;
  line-height: 35.2px;
  line-height: calc(var(--mm-navbar-size) * 0.7);
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 24px;
  height: calc(var(--mm-navbar-size) * 0.7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px;
}

.mm-searchfield input::-ms-clear {
  display: none;
}

.mm-searchfield__input {
  padding: 6.6px 10px 0 10px;
  padding-top: calc(var(--mm-navbar-size) * 0.15);
  position: relative;
}

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
  padding: 44px 0;
}

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important;
}

.mm-searchfield__input {
  flex: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.mm-searchfield__cancel {
  line-height: 44px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  transition: margin 0.4s ease;
}

.mm-searchfield__cancel-active {
  margin-right: 0;
}

.mm-panel > .mm-searchfield {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel_has-searchfield {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size);
}

.mm-panel_has-navbar.mm-panel_has-searchfield {
  padding-top: 88px;
  padding-top: calc(var(--mm-navbar-size) * 2);
}

.mm-panel_has-navbar.mm-panel_has-searchfield > .mm-searchfield {
  top: 44px;
  top: var(--mm-navbar-size);
}

.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none;
}

.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px;
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 15;
  transition: right 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block;
}

.mm-sectionindexer ~ .mm-panels {
  transition: right 0.4s ease;
}

.mm-menu_has-sectionindexer .mm-sectionindexer {
  right: 0;
}

.mm-menu_has-sectionindexer .mm-panels {
  right: 20px;
}

.mm-menu_navbar_top-1 .mm-sectionindexer {
  top: 46px;
  top: calc(var(--mm-navbar-size) * 1 + 2px);
}

.mm-menu_navbar_top-2 .mm-sectionindexer {
  top: 90px;
  top: calc(var(--mm-navbar-size) * 2 + 2px);
}

.mm-menu_navbar_top-3 .mm-sectionindexer {
  top: 134px;
  top: calc(var(--mm-navbar-size) * 3 + 2px);
}

.mm-menu_navbar_top-4 .mm-sectionindexer {
  top: 178px;
  top: calc(var(--mm-navbar-size) * 4 + 2px);
}

.mm-menu_navbar_bottom-1 .mm-sectionindexer {
  bottom: 46px;
  bottom: calc(var(--mm-navbar-size) * 1 + 2px);
}

.mm-menu_navbar_bottom-2 .mm-sectionindexer {
  bottom: 90px;
  bottom: calc(var(--mm-navbar-size) * 2 + 2px);
}

.mm-menu_navbar_bottom-3 .mm-sectionindexer {
  bottom: 134px;
  bottom: calc(var(--mm-navbar-size) * 3 + 2px);
}

.mm-menu_navbar_bottom-4 .mm-sectionindexer {
  bottom: 178px;
  bottom: calc(var(--mm-navbar-size) * 4 + 2px);
}

.mm-menu_selected-hover .mm-listitem > .mm-listitem__btn,
.mm-menu_selected-hover .mm-listitem > .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem > .mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem > .mm-listitem__text {
  transition: background 0.4s ease;
}

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected .mm-listitem__text {
  background: 0 0;
}

.mm-menu_selected-hover .mm-listitem__btn:hover,
.mm-menu_selected-hover .mm-listitem__text:hover {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) .mm-listitem__text {
  background: 0 0;
}

.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-menu,
.mm-slideout {
  --mm-sidebar-collapsed-size: 44px;
  --mm-sidebar-expanded-size: 440px;
}

.mm-wrapper_sidebar-collapsed body,
.mm-wrapper_sidebar-expanded body {
  position: relative;
}

.mm-wrapper_sidebar-collapsed .mm-slideout,
.mm-wrapper_sidebar-expanded .mm-slideout {
  transition-property: width, transform;
}

.mm-wrapper_sidebar-collapsed .mm-page,
.mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  box-sizing: border-box;
  min-height: 100vh;
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: block !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0;
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  transform: translate3d(44px, 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  border-right-width: 1px;
  border-right-style: solid;
  min-width: 0 !important;
  max-width: 100000px !important;
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none;
}

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible;
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important;
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc(100% - 440px);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  transform: translate3d(440px, 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
}

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.mm-menu_opened .mm-menu__blocker {
  display: none;
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(0, 0, 0);
}

label.mm-toggle {
  border-radius: 34px;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: 5px;
  margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
}

label.mm-toggle:before {
  content: "";
  display: block;
  border-radius: 34px;
  width: 32px;
  height: 32px;
  margin: 1px;
}

input.mm-toggle {
  position: absolute;
  left: -10000px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
  background: var(--mm-color-border);
}

label.mm-toggle:before {
  background: #f3f3f3;
  background: var(--mm-color-background);
}

input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

label.mm-check {
  width: 34px;
  height: 34px;
}

label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
  border-color: var(--mm-color-text);
  content: "";
  display: block;
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  transform: rotate(-45deg);
}

input.mm-check {
  position: absolute;
  left: -10000px;
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left;
}

.mm-menu_border-none .mm-listitem:after,
.mm-panel_border-none .mm-listitem:after {
  content: none;
}

.mm-menu_border-full .mm-listitem:after,
.mm-panel_border-full .mm-listitem:after {
  left: 0 !important;
}

.mm-menu_border-offset .mm-listitem:after,
.mm-panel_border-offset .mm-listitem:after {
  right: 20px;
}

.mm-menu_fx-menu-zoom {
  transition: transform 0.4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform-origin: left center;
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform-origin: right center;
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu_fx-menu-slide {
  transition: transform 0.4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  transform: translate3d(-30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  transform: translate3d(0, 0, 0);
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  transform: translate3d(30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-menu-fade {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.mm-wrapper_opening .mm-menu_fx-menu-fade {
  opacity: 1;
}

.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
  transition-property: none;
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-zoom .mm-panel,
.mm-panel_fx-zoom {
  transform-origin: left center;
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,
.mm-panel_fx-zoom.mm-panel_opened {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-zoom.mm-panel_opened-parent {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,
.mm-panel_fx-slide-0.mm-panel_opened-parent {
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,
.mm-panel_fx-slide-100.mm-panel_opened-parent {
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_fx-panels-slide-up .mm-panel,
.mm-panel_fx-slide-up {
  transform: translate3d(0, 100%, 0);
}

.mm-menu_fx-panels-slide-up .mm-panel_opened,
.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,
.mm-panel_fx-slide-up.mm-panel_opened {
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-right .mm-panel,
.mm-panel_fx-slide-right {
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_fx-panels-slide-right .mm-panel_opened,
.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,
.mm-panel_fx-slide-right.mm-panel_opened {
  transform: translate3d(0, 0, 0);
}

[class*=mm-menu_fx-listitems-] .mm-listitem {
  transition: none 0.4s ease;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
  transition-delay: 50ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
  transition-delay: 0.1s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
  transition-delay: 150ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
  transition-delay: 0.2s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
  transition-delay: 250ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
  transition-delay: 0.3s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
  transition-delay: 350ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
  transition-delay: 0.4s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
  transition-delay: 450ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
  transition-delay: 0.5s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
  transition-delay: 550ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
  transition-delay: 0.6s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
  transition-delay: 650ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
  transition-delay: 0.7s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
  transition-delay: 750ms;
}

.mm-menu_fx-listitems-slide .mm-listitem {
  transition-property: transform, opacity;
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu_fx-listitems-fade .mm-listitem {
  transition-property: opacity;
  opacity: 0;
}

.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
  opacity: 1;
}

.mm-menu_fx-listitems-drop .mm-listitem {
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}

.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
  opacity: 1;
  top: 0;
}

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(10000px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-10000px, 0, 0);
  }
}

.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel:after,
.mm-menu_listview-justify .mm-panels > .mm-panel:before,
.mm-panels > .mm-panel_listview-justify:after,
.mm-panels > .mm-panel_listview-justify:before {
  content: none;
  display: none;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview,
.mm-panels > .mm-panel_listview-justify .mm-listview {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem,
.mm-panels > .mm-panel_listview-justify .mm-listitem {
  flex: 1 0 auto;
  min-height: 44px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem:not(.mm-listitem_divider),
.mm-panels > .mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
  display: flex;
  flex-direction: column;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text,
.mm-panels > .mm-panel_listview-justify .mm-listitem__text {
  box-sizing: border-box;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0;
}

.mm-listview_inset .mm-listitem {
  padding: 5px 0;
}

.mm-menu_multiline .mm-listitem__text,
.mm-panel_multiline .mm-listitem__text {
  text-overflow: clip;
  white-space: normal;
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000;
}

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff;
}

.mm-menu_popup {
  transition: opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  transform: translate3d(-50%, -50%, 0);
}

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  transform: none !important;
  z-index: 0;
}

.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1;
}

.mm-menu_position-right {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}

.mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
  transition: transform 0.4s ease;
}

.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
  z-index: 2;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-front.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  transform: none !important;
  z-index: 0;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1;
}

.mm-menu_position-front {
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_position-front.mm-menu_position-right {
  transform: translate3d(100%, 0, 0);
}

.mm-menu_position-bottom,
.mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu_position-top {
  transform: translate3d(0, -100%, 0);
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu_position-bottom {
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
  transform: translate3d(0, 0, 0);
}

.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow);
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none;
}

.mm-menu_shadow-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-panels .mm-panels > .mm-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow);
}

.mm-menu_theme-white {
  --mm-color-border: rgba( 0,0,0, 0.1 );
  --mm-color-button: rgba( 0,0,0, 0.3 );
  --mm-color-text: rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed: rgba( 0,0,0, 0.3 );
  --mm-color-background: #fff;
  --mm-color-background-highlight: rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.03 );
  --mm-shadow: 0 0 10px rgba( 0,0,0, 0.2 );
}

.mm-menu_theme-dark {
  --mm-color-border: rgba( 0,0,0, 0.3 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #333;
  --mm-color-background-highlight: rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis: rgba( 0,0,0, 0.1 );
  --mm-shadow: 0 0 20px rgba( 0,0,0, 0.5 );
}

.mm-menu_theme-black {
  --mm-color-border: rgba( 255,255,255, 0.25 );
  --mm-color-button: rgba( 255,255,255, 0.4 );
  --mm-color-text: rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed: rgba( 255,255,255, 0.4 );
  --mm-color-background: #000;
  --mm-color-background-highlight: rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis: rgba( 255,255,255, 0.15 );
  --mm-shadow: none;
}

.mm-menu_tileview .mm-listview,
.mm-panel_tileview .mm-listview {
  margin: 0 !important;
}

.mm-menu_tileview .mm-listview:after,
.mm-panel_tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}

.mm-menu_tileview .mm-listitem,
.mm-panel_tileview .mm-listitem {
  padding: 0;
  float: left;
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 50%;
}

.mm-menu_tileview .mm-listitem:after,
.mm-panel_tileview .mm-listitem:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu_tileview .mm-listitem.mm-tile-xs,
.mm-panel_tileview .mm-listitem.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu_tileview .mm-listitem.mm-tile-s,
.mm-panel_tileview .mm-listitem.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu_tileview .mm-listitem.mm-tile-l,
.mm-panel_tileview .mm-listitem.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu_tileview .mm-listitem.mm-tile-xl,
.mm-panel_tileview .mm-listitem.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu_tileview .mm-listitem__text,
.mm-panel_tileview .mm-listitem__text {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu_tileview .mm-listitem__btn,
.mm-panel_tileview .mm-listitem__btn {
  width: auto;
}

.mm-menu_tileview .mm-listitem__btn:after,
.mm-menu_tileview .mm-listitem__btn:before,
.mm-panel_tileview .mm-listitem__btn:after,
.mm-panel_tileview .mm-listitem__btn:before {
  content: none;
  display: none;
}

.mm-menu_tileview .mm-listitem_divider,
.mm-panel_tileview .mm-listitem_divider {
  display: none;
}

.mm-menu_tileview .mm-panel,
.mm-panel_tileview {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu_tileview .mm-panel:after,
.mm-menu_tileview .mm-panel:before,
.mm-panel_tileview:after,
.mm-panel_tileview:before {
  content: none;
  display: none;
}

body.modal-open .mm-slideout {
  z-index: unset;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

body[data-aos-duration="50"] [data-aos],
[data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}

body[data-aos-delay="50"] [data-aos],
[data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}

body[data-aos-delay="50"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}

body[data-aos-duration="100"] [data-aos],
[data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}

body[data-aos-delay="100"] [data-aos],
[data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}

body[data-aos-delay="100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration="150"] [data-aos],
[data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}

body[data-aos-delay="150"] [data-aos],
[data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}

body[data-aos-delay="150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}

body[data-aos-duration="200"] [data-aos],
[data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}

body[data-aos-delay="200"] [data-aos],
[data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}

body[data-aos-delay="200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration="250"] [data-aos],
[data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}

body[data-aos-delay="250"] [data-aos],
[data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}

body[data-aos-delay="250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}

body[data-aos-duration="300"] [data-aos],
[data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}

body[data-aos-delay="300"] [data-aos],
[data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}

body[data-aos-delay="300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration="350"] [data-aos],
[data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}

body[data-aos-delay="350"] [data-aos],
[data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}

body[data-aos-delay="350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}

body[data-aos-duration="400"] [data-aos],
[data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}

body[data-aos-delay="400"] [data-aos],
[data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}

body[data-aos-delay="400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration="450"] [data-aos],
[data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}

body[data-aos-delay="450"] [data-aos],
[data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}

body[data-aos-delay="450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}

body[data-aos-duration="500"] [data-aos],
[data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}

body[data-aos-delay="500"] [data-aos],
[data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}

body[data-aos-delay="500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration="550"] [data-aos],
[data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}

body[data-aos-delay="550"] [data-aos],
[data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}

body[data-aos-delay="550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}

body[data-aos-duration="600"] [data-aos],
[data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}

body[data-aos-delay="600"] [data-aos],
[data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}

body[data-aos-delay="600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration="650"] [data-aos],
[data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}

body[data-aos-delay="650"] [data-aos],
[data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}

body[data-aos-delay="650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}

body[data-aos-duration="700"] [data-aos],
[data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}

body[data-aos-delay="700"] [data-aos],
[data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}

body[data-aos-delay="700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration="750"] [data-aos],
[data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}

body[data-aos-delay="750"] [data-aos],
[data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}

body[data-aos-delay="750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}

body[data-aos-duration="800"] [data-aos],
[data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}

body[data-aos-delay="800"] [data-aos],
[data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}

body[data-aos-delay="800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration="850"] [data-aos],
[data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}

body[data-aos-delay="850"] [data-aos],
[data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}

body[data-aos-delay="850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}

body[data-aos-duration="900"] [data-aos],
[data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}

body[data-aos-delay="900"] [data-aos],
[data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}

body[data-aos-delay="900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration="950"] [data-aos],
[data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}

body[data-aos-delay="950"] [data-aos],
[data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}

body[data-aos-delay="950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}

body[data-aos-duration="1000"] [data-aos],
[data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}

body[data-aos-delay="1000"] [data-aos],
[data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}

body[data-aos-delay="1000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration="1050"] [data-aos],
[data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}

body[data-aos-delay="1050"] [data-aos],
[data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}

body[data-aos-delay="1050"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}

body[data-aos-duration="1100"] [data-aos],
[data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}

body[data-aos-delay="1100"] [data-aos],
[data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}

body[data-aos-delay="1100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration="1150"] [data-aos],
[data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}

body[data-aos-delay="1150"] [data-aos],
[data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}

body[data-aos-delay="1150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}

body[data-aos-duration="1200"] [data-aos],
[data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}

body[data-aos-delay="1200"] [data-aos],
[data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}

body[data-aos-delay="1200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration="1250"] [data-aos],
[data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}

body[data-aos-delay="1250"] [data-aos],
[data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}

body[data-aos-delay="1250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}

body[data-aos-duration="1300"] [data-aos],
[data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}

body[data-aos-delay="1300"] [data-aos],
[data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}

body[data-aos-delay="1300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration="1350"] [data-aos],
[data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}

body[data-aos-delay="1350"] [data-aos],
[data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}

body[data-aos-delay="1350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}

body[data-aos-duration="1400"] [data-aos],
[data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}

body[data-aos-delay="1400"] [data-aos],
[data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}

body[data-aos-delay="1400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration="1450"] [data-aos],
[data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}

body[data-aos-delay="1450"] [data-aos],
[data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}

body[data-aos-delay="1450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}

body[data-aos-duration="1500"] [data-aos],
[data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}

body[data-aos-delay="1500"] [data-aos],
[data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}

body[data-aos-delay="1500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration="1550"] [data-aos],
[data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}

body[data-aos-delay="1550"] [data-aos],
[data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}

body[data-aos-delay="1550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}

body[data-aos-duration="1600"] [data-aos],
[data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}

body[data-aos-delay="1600"] [data-aos],
[data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}

body[data-aos-delay="1600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration="1650"] [data-aos],
[data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}

body[data-aos-delay="1650"] [data-aos],
[data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}

body[data-aos-delay="1650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}

body[data-aos-duration="1700"] [data-aos],
[data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}

body[data-aos-delay="1700"] [data-aos],
[data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}

body[data-aos-delay="1700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration="1750"] [data-aos],
[data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}

body[data-aos-delay="1750"] [data-aos],
[data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}

body[data-aos-delay="1750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}

body[data-aos-duration="1800"] [data-aos],
[data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}

body[data-aos-delay="1800"] [data-aos],
[data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}

body[data-aos-delay="1800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration="1850"] [data-aos],
[data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}

body[data-aos-delay="1850"] [data-aos],
[data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}

body[data-aos-delay="1850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}

body[data-aos-duration="1900"] [data-aos],
[data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}

body[data-aos-delay="1900"] [data-aos],
[data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}

body[data-aos-delay="1900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration="1950"] [data-aos],
[data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}

body[data-aos-delay="1950"] [data-aos],
[data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}

body[data-aos-delay="1950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}

body[data-aos-duration="2000"] [data-aos],
[data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}

body[data-aos-delay="2000"] [data-aos],
[data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}

body[data-aos-delay="2000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration="2050"] [data-aos],
[data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}

body[data-aos-delay="2050"] [data-aos],
[data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}

body[data-aos-delay="2050"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}

body[data-aos-duration="2100"] [data-aos],
[data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}

body[data-aos-delay="2100"] [data-aos],
[data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}

body[data-aos-delay="2100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration="2150"] [data-aos],
[data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}

body[data-aos-delay="2150"] [data-aos],
[data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}

body[data-aos-delay="2150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}

body[data-aos-duration="2200"] [data-aos],
[data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}

body[data-aos-delay="2200"] [data-aos],
[data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}

body[data-aos-delay="2200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration="2250"] [data-aos],
[data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}

body[data-aos-delay="2250"] [data-aos],
[data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}

body[data-aos-delay="2250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}

body[data-aos-duration="2300"] [data-aos],
[data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}

body[data-aos-delay="2300"] [data-aos],
[data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}

body[data-aos-delay="2300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration="2350"] [data-aos],
[data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}

body[data-aos-delay="2350"] [data-aos],
[data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}

body[data-aos-delay="2350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}

body[data-aos-duration="2400"] [data-aos],
[data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}

body[data-aos-delay="2400"] [data-aos],
[data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}

body[data-aos-delay="2400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration="2450"] [data-aos],
[data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}

body[data-aos-delay="2450"] [data-aos],
[data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}

body[data-aos-delay="2450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}

body[data-aos-duration="2500"] [data-aos],
[data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}

body[data-aos-delay="2500"] [data-aos],
[data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}

body[data-aos-delay="2500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration="2550"] [data-aos],
[data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}

body[data-aos-delay="2550"] [data-aos],
[data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}

body[data-aos-delay="2550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}

body[data-aos-duration="2600"] [data-aos],
[data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}

body[data-aos-delay="2600"] [data-aos],
[data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}

body[data-aos-delay="2600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration="2650"] [data-aos],
[data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}

body[data-aos-delay="2650"] [data-aos],
[data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}

body[data-aos-delay="2650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}

body[data-aos-duration="2700"] [data-aos],
[data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}

body[data-aos-delay="2700"] [data-aos],
[data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}

body[data-aos-delay="2700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration="2750"] [data-aos],
[data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}

body[data-aos-delay="2750"] [data-aos],
[data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}

body[data-aos-delay="2750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}

body[data-aos-duration="2800"] [data-aos],
[data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}

body[data-aos-delay="2800"] [data-aos],
[data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}

body[data-aos-delay="2800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration="2850"] [data-aos],
[data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}

body[data-aos-delay="2850"] [data-aos],
[data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}

body[data-aos-delay="2850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}

body[data-aos-duration="2900"] [data-aos],
[data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}

body[data-aos-delay="2900"] [data-aos],
[data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}

body[data-aos-delay="2900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration="2950"] [data-aos],
[data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}

body[data-aos-delay="2950"] [data-aos],
[data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}

body[data-aos-delay="2950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}

body[data-aos-duration="3000"] [data-aos],
[data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}

body[data-aos-delay="3000"] [data-aos],
[data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}

body[data-aos-delay="3000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos],
[data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing=ease] [data-aos],
[data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing=ease-in] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing=ease-out] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing=ease-in-out] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing=ease-in-back] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing=ease-out-back] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing=ease-in-out-back] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing=ease-in-sine] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing=ease-out-sine] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing=ease-in-out-sine] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing=ease-in-quad] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-quad] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-quad] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing=ease-in-cubic] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-cubic] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-cubic] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing=ease-in-quart] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-quart] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-quart] [data-aos],
[data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

@font-face {
  font-family: "svet-metraze";
  src: url(/fonts/svet-metraze.eot?c83211eb156a8f6afd0582925977e566);
  src: url(/fonts/svet-metraze.eot?c83211eb156a8f6afd0582925977e566) format("embedded-opentype"), url(/fonts/svet-metraze.woff?d97c5515627fef7db8ecd9ec913dbdc5) format("woff"), url(/fonts/svet-metraze.ttf?5704a3ca9bfe8bfd167be6aeb280b5be) format("truetype"), url(/fonts/svet-metraze.svg?310d6fcd30dc7e575d84aefcc8acdb3e) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=icon-],
[class*=" icon-"] {
  display: inline-block;
}

[data-icon]:before {
  font-family: "svet-metraze" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  display: inline-block;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "svet-metraze" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  display: inline-block;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-bank-transfer:before {
  content: "\E001";
}

.icon-chevron-down:before {
  content: "\E004";
}

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

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

.icon-close:before {
  content: "\E007";
}

.icon-e-news:before {
  content: "\E008";
}

.icon-eye:before {
  content: "\E009";
}

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

.icon-favourites-full:before {
  content: "\E00B";
}

.icon-favourites:before {
  content: "\E00C";
}

.icon-free-shiping:before {
  content: "\E00D";
}

.icon-go-to:before {
  content: "\E010";
}

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

.icon-logo:before {
  content: "\E012";
}

.icon-master-card:before {
  content: "\E013";
}

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

.icon-pay-on-delivery:before {
  content: "\E015";
}

.icon-pay-pal:before {
  content: "\E016";
}

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

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

.icon-sewing-light:before {
  content: "\E019";
}

.icon-shopping-cart:before {
  content: "\E01A";
}

.icon-sm-card:before {
  content: "\E01B";
}

.icon-store-light:before {
  content: "\E01C";
}

.icon-twitter:before {
  content: "\E01D";
}

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

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

.icon-visa:before {
  content: "\E020";
}

.icon-edit:before {
  content: "\E021";
}

.icon-minus:before {
  content: "\E022";
}

.icon-chevron-left:before {
  content: "\E023";
}

.icon-plus:before {
  content: "\E024";
}

.icon-belilo-brez-klora:before {
  content: "\E025";
}

.icon-belilo-katerokoli:before {
  content: "\E026";
}

.icon-belilo-klor:before {
  content: "\E027";
}

.icon-belilo-ne:before {
  content: "\E028";
}

.icon-likanje-srednja-temperatura:before {
  content: "\E029";
}

.icon-likanje-visoka-temperatura:before {
  content: "\E02A";
}

.icon-ne-ozemaj:before {
  content: "\E02B";
}

.icon-likanje-brez-pare:before {
  content: "\E02C";
}

.icon-likanje-ne:before {
  content: "\E02D";
}

.icon-likanje-nizka-temperatura:before {
  content: "\E02E";
}

.icon-pranje-30:before {
  content: "\E02F";
}

.icon-pranje-rocno:before {
  content: "\E030";
}

.icon-pranje-ne:before {
  content: "\E031";
}

.icon-pranje-hladno:before {
  content: "\E032";
}

.icon-pranje-95:before {
  content: "\E033";
}

.icon-pranje-70:before {
  content: "\E034";
}

.icon-pranje-60:before {
  content: "\E035";
}

.icon-pranje-50:before {
  content: "\E036";
}

.icon-pranje-40:before {
  content: "\E037";
}

.icon-suho-ciscenje:before {
  content: "\E038";
}

.icon-suho-ciscenje-a:before {
  content: "\E039";
}

.icon-suho-ciscenje-f:before {
  content: "\E03A";
}

.icon-suho-ciscenje-ne:before {
  content: "\E03B";
}

.icon-suho-ciscenje-p:before {
  content: "\E03C";
}

.icon-susenje-na-vrvi:before {
  content: "\E03D";
}

.icon-susenje-polozeno:before {
  content: "\E03E";
}

.icon-susenje-senca:before {
  content: "\E03F";
}

.icon-susilec-dovoljeno:before {
  content: "\E040";
}

.icon-susilec-ne:before {
  content: "\E041";
}

.icon-susilec-nizka-temperatura:before {
  content: "\E042";
}

.icon-susilec-srednjatemperatura:before {
  content: "\E043";
}

.icon-susilec-visoka-temperatura:before {
  content: "\E044";
}

.icon-archive:before {
  content: "\E045";
}

.icon-delete:before {
  content: "\E046";
}

.icon-pdf:before {
  content: "\E047";
}

.icon-logout:before {
  content: "\E048";
}

.icon-arrow-forward:before {
  content: "\E049";
}

.icon-arrow-back:before {
  content: "\E04A";
}

.icon-radiobutton-nonselect:before {
  content: "\E04B";
}

.icon-radiobutton-select:before {
  content: "\E04C";
}

.icon-facebook-no-frame:before {
  content: "\E04E";
}

.icon-document:before {
  content: "\E04F";
}

.icon-info:before {
  content: "\E050";
}

.icon-paper-clip:before {
  content: "\E051";
}

.icon-pinterest-no-frame:before {
  content: "\E052";
}

.icon-scissors:before {
  content: "\E053";
}

.icon-twitter-no-frame:before {
  content: "\E054";
}

.icon-pin-note:before {
  content: "\E055";
}

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

.icon-info-1:before {
  content: "\E057";
}

.icon-klarna:before {
  content: "\E058";
}

.icon-klarna-small:before {
  content: "\E059";
}

.icon-blog:before {
  content: "\E002";
}

.icon-calendar:before {
  content: "\E04D";
}

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

.icon-gift-card:before {
  content: "\E05A";
}

.icon-apple-pay:before {
  content: "\E05C";
}

.icon-google-pay:before {
  content: "\E05B";
}

.icon-blago:before {
  content: "\E05D";
}

.icon-blog-1:before {
  content: "\E05E";
}

.icon-cart:before {
  content: "\E05F";
}

.icon-dodatki:before {
  content: "\E060";
}

.icon-eye-1:before {
  content: "\E061";
}

.icon-go-to-1:before {
  content: "\E062";
}

.icon-in-cart:before {
  content: "\E063";
}

.icon-pletenje:before {
  content: "\E064";
}

.icon-popusti:before {
  content: "\E065";
}

.icon-poslovalnice:before {
  content: "\E066";
}

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

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

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

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

.icon-sivalni-stroj:before {
  content: "\E069";
}

.icon-cart-in:before {
  content: "\E06A";
}

@font-face {
  font-family: "pontano sans";
  src: url(/fonts/pontanosans-regular-webfont.woff2?96efa5f2a6b32906a88bf520c3bb6d52) format("woff2"), url(/fonts/pontanosans-regular-webfont.woff?4fc131c79aa553d664af259556e7c3e1) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "quicksand";
  src: url(/fonts/quicksand-bold-webfont.woff2?86a2b8426f4d4224118d09e3fbb1177d) format("woff2"), url(/fonts/quicksand-bold-webfont.woff?c6a13e48ab8957097fdc3c50e61a4a6e) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "quicksand";
  src: url(/fonts/quicksand-light-webfont.woff2?f4638f3601b844bb17c6a4d7478dac81) format("woff2"), url(/fonts/quicksand-light-webfont.woff?e0caec0c8bbd696a43520ae84e5a1cbd) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "quicksand";
  src: url(/fonts/quicksand-medium-webfont.woff2?9c19e5457b36e15198995ba82761327f) format("woff2"), url(/fonts/quicksand-medium-webfont.woff?f39432effea1294d15163e61e47959d3) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "quicksand";
  src: url(/fonts/quicksand-regular-webfont.woff2?7b3cd95b913dba3c8e8f000084a22145) format("woff2"), url(/fonts/quicksand-regular-webfont.woff?561801f5789899e475438cff81c47838) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/opensans-extrabold-webfont.woff2?989946ee85827c54145d672ba8546659) format("woff2"), url(/fonts/opensans-extrabold-webfont.woff?35a18a3b11576df7dbbaab881e9d5630) format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/opensans-extrabolditalic-webfont.woff2?d230ec8cce4384dd2fca7e7c1ee51c40) format("woff2"), url(/fonts/opensans-extrabolditalic-webfont.woff?17f9ece2fcc224c346a21e251b59f4ef) format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/opensans-bold-webfont.woff2?35643d1d81ff2af4fc76c98cfd10821b) format("woff2"), url(/fonts/opensans-bold-webfont.woff?c0cffc41f344d0e220f0c555c5adde50) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/opensans-bolditalic-webfont.woff2?d528cc10a8a023c39afb1cf039ac023e) format("woff2"), url(/fonts/opensans-bolditalic-webfont.woff?ab54dba11c00fda28b20a2000bd9b6b1) format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/opensans-semibold-webfont.woff2?a77d9af20c22c5204412f0f4b57e2c8e) format("woff2"), url(/fonts/opensans-semibold-webfont.woff?4f0973b0fecd47f8d7785b6fd6f2f8d9) format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/opensans-semibolditalic-webfont.woff2?bbe28115de80fd4bb7e4c6193742e467) format("woff2"), url(/fonts/opensans-semibolditalic-webfont.woff?1c64ea49a7745d3aeaae66bd5f380914) format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/opensans-italic-webfont.woff2?4ecc78e17a18708a7c4d461e88afd518) format("woff2"), url(/fonts/opensans-italic-webfont.woff?331bf97db5437885f6b0cb18360eeb24) format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/opensans-regular-webfont.woff2?7c473e186cb410db103204c03260f0cf) format("woff2"), url(/fonts/opensans-regular-webfont.woff?44aee749be69f42489057d73efd86ca0) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/opensans-lightitalic-webfont.woff2?33c0df99e0520a0b1f6f8039684458b4) format("woff2"), url(/fonts/opensans-lightitalic-webfont.woff?8b0d0da36416c7f9f168f6ad8590576a) format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url(/fonts/opensans-light-webfont.woff2?b1c31432b303d7550ec9a5ccdd417f76) format("woff2"), url(/fonts/opensans-light-webfont.woff?a74ce3626c6950ccca2789cb99787b74) format("woff");
  font-weight: 300;
  font-style: normal;
}

.dark-background {
  background-color: #333333;
}

.text-line-through {
  text-decoration: line-through;
}

.form-control:disabled {
  height: 41px;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.input-group.is-invalid {
  border: 1px solid #dc3545;
}

.primary-background {
  background-color: #9aca3d;
}

.secondary-background {
  background-color: #6c757d;
}

.success-background {
  background-color: #9aca3d;
}

.info-background {
  background-color: #17a2b8;
}

.warning-background {
  background-color: #ffc107;
}

.danger-background {
  background-color: #dc3545;
}

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

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

.green-background {
  background-color: #9aca3d;
}

.salmon-red-background {
  background-color: #f67272;
}

.salmon-strong-background {
  background-color: #fd5a56;
}

.text-default-background {
  background-color: #666666;
}

.text-dark-background {
  background-color: #6D6E70;
}

.text-darker-background {
  background-color: #4d4d4d;
}

.footer-bg-background {
  background-color: #333333;
}

.text-gray-background {
  background-color: #e7e9ee;
}

.tab-bg-background {
  background-color: #262626;
}

.gray-background {
  background-color: #808080;
}

.light-gray-background {
  background-color: #f5f5f5;
}

.medium-gray-background {
  background-color: #b3b3b3;
}

.titleBCG-gray-background {
  background-color: #e7e7e6;
}

.light-background {
  background-color: #e7e9ee;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to,
.fade-leave-active {
  opacity: 0;
}

.jump-enter-active {
  animation: jump 0.2s;
}

.jump-leave-active {
  animation: jump 0.2s reverse;
}

@keyframes jump {
  0% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.scale-up-enter-active {
  animation: scaleUp 0.2s;
}

.scale-up-leave-active {
  animation: scaleUp 0.2s reverse;
}

@keyframes scaleUp {
  0% {
    transform: scale3D(1, 1, 1);
  }

  50% {
    transform: scale3D(1.2, 1.2, 1.2);
  }

  100% {
    transform: scale3D(1, 1, 1);
  }
}

.scale-down-enter-active {
  animation: scaleDown 0.2s;
}

.scale-down-leave-active {
  animation: scaleDown 0.2s reverse;
}

@keyframes scaleDown {
  0% {
    transform: scale3D(1.2, 1.2, 1.2);
  }

  50% {
    transform: scale3D(0.8, 0.8, 0.8);
  }

  100% {
    transform: scale3D(1, 1, 1);
  }
}

.slide-left-enter-active {
  animation: slideLeft 0.2s;
}

.slide-left-leave-active {
  animation: slideLeft 0.2s reverse;
}

@keyframes slideLeft {
  0% {
    transform: translate3d(30px, 0, 0);
  }

  70% {
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    transform: translate3d(0px, 0, 0);
  }
}

.slide-right-enter-active {
  animation: slideRight 0.2s;
}

.slide-right-leave-active {
  animation: slideRight 0.2s reverse;
}

@keyframes slideRight {
  0% {
    transform: translate3d(-30px, 0, 0);
  }

  70% {
    transform: translate3d(5px, 0, 0);
  }

  100% {
    transform: translate3d(0px, 0, 0);
  }
}

.btn {
  cursor: pointer;
}

.btn[disabled=disabled] {
  cursor: wait;
}

[class^=btn-outline-],
[class*=" btn-outline-"] {
  color: #666666;
  border-width: 2px;
}

.btn-outline-light {
  border-width: 1px;
}

.btn-green,
.btn-salmon-red {
  color: white;
}

.frame-primary {
  background-color: #9aca3d;
}

.frame-secondary {
  background-color: #6c757d;
}

.frame-success {
  background-color: #9aca3d;
}

.frame-info {
  background-color: #17a2b8;
}

.frame-warning {
  background-color: #ffc107;
}

.frame-danger {
  background-color: #dc3545;
}

.frame-light {
  background-color: #f8f9fa;
}

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

.frame-green {
  background-color: #9aca3d;
}

.frame-salmon-red {
  background-color: #f67272;
}

.frame-salmon-strong {
  background-color: #fd5a56;
}

.frame-text-default {
  background-color: #666666;
}

.frame-text-dark {
  background-color: #6D6E70;
}

.frame-text-darker {
  background-color: #4d4d4d;
}

.frame-footer-bg {
  background-color: #333333;
}

.frame-text-gray {
  background-color: #e7e9ee;
}

.frame-tab-bg {
  background-color: #262626;
}

.frame-gray {
  background-color: #808080;
}

.frame-light-gray {
  background-color: #f5f5f5;
}

.frame-medium-gray {
  background-color: #b3b3b3;
}

.frame-titleBCG-gray {
  background-color: #e7e7e6;
}

.frameTitleGreen {
  font-family: "quicksand";
  background-color: #9aca3d;
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  padding: 5px 10px;
  margin-top: 45px;
  margin-bottom: 55px;
}

.add-to-cart-action {
  padding: 15px 15px 5px 15px;
}

.add-to-cart-action label {
  color: #6D6E70;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 41px;
}

.add-to-cart-action .priceText {
  font-family: "quicksand";
  line-height: 39px;
  font-size: 22px;
}

.add-to-cart-action .old-price {
  line-height: 39px;
  font-size: 17px;
  padding: 0 10px;
  color: #6D6E70;
  text-decoration: line-through;
}

.add-to-cart-action .price {
  font-size: 26px;
  color: #333333;
  font-family: "quicksand";
  font-weight: bold;
}

@media (min-width: 1191px) and (max-width: 1589.98px) {
  .add-to-cart-action label {
    font-size: 15px;
  }

  .add-to-cart-action .priceText {
    line-height: 33px;
    font-size: 20px;
  }

  .add-to-cart-action .old-price {
    line-height: 33px;
    font-size: 15px;
  }

  .add-to-cart-action .price {
    font-size: 22px;
  }
}

.spinner input {
  height: 41px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  border-color: #b3b3b3;
}

ol.breadcrumb {
  border-bottom: 1px solid #ccc;
  font-size: 0.85rem;
}

@media (max-width: 1190.98px) {
  ol.breadcrumb {
    margin-top: 1rem;
  }
}

ol.breadcrumb .breadcrumb-item a {
  color: #6D6E70;
}

ol.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  speak: none;
  color: #999;
  font-family: "svet-metraze" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7rem;
}

.product.card {
  border: 1px solid transparent;
  border-bottom: none;
  display: block;
}

.product.card .icon-eye-1 {
  cursor: pointer;
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  bottom: 15px;
  right: 15px;
  color: #9aca3d;
  font-size: 28px;
  line-height: 40px;
  background-color: white;
  border-radius: 20px;
  z-index: 1000;
}

@media (max-width: 1190.98px) {
  .product.card .icon-eye-1 {
    display: unset;
  }
}

@media (max-width: 612.98px) {
  .product.card .icon-eye-1 {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}

.product.card .card-img {
  position: relative;
  display: inline-block;
}

.product.card .card-img a {
  display: block;
}

.product.card .card-img img {
  width: 100%;
}

.product.card .card-img .quarter-circle {
  background-color: white;
  height: 60px;
  width: 60px;
  border-radius: 0 60px 0 0;
  position: absolute;
  bottom: 0;
  font-size: 25px;
  padding: 20px 0 0 10px;
  cursor: pointer;
}

.product.card .card-tag {
  color: #333;
  background: #b3b3b3;
  font-family: "quicksand";
  font-weight: normal;
  font-size: 15pt;
  line-height: 30px;
  text-align: center;
  position: absolute;
  margin-left: -35px;
  left: 50%;
  top: -15px;
  z-index: 10;
  height: 30px;
  width: 70px;
}

.product.card .card-tag.card-tag-new {
  color: white;
  background: #9aca3d;
}

.product.card .card-tag.card-tag-discount {
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  transform: rotate(15deg);
  font-size: 16pt;
  text-shadow: #b3b3b3 1px 1px;
  margin-left: -30px;
}

.product.card .card-body {
  text-align: center;
  padding: 1rem;
  height: 90px;
  font-weight: bold;
  overflow: hidden;
}

.product.card .card-body a {
  color: inherit;
  text-decoration: none;
}

.product.card .card-footer {
  color: #333333;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0.25rem;
}

@media (max-width: 612.98px) {
  .product.card .card-footer {
    font-size: 0.95rem;
  }
}

.product.card .card-footer .text-line-through {
  color: #6D6E70;
}

.product.card .card-img-overlay {
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 0.2s ease-out;
}

.product.card .card-img-overlay .overlay-content {
  font-size: 17px;
  color: #666666;
}

.product.card .card-img-overlay .overlay-content .dataContainer {
  max-width: 180px;
  margin: auto;
}

@media (max-width: 612.98px) {
  .product.card .card-img-overlay .overlay-content .dataContainer {
    font-size: 11px;
  }
}

.product.card .card-img-overlay .overlay-content .dataContainer2 {
  max-width: 260px;
  margin: auto;
}

@media (max-width: 1589.98px) {
  .product.card .card-img-overlay .overlay-content .dataContainer2 {
    font-size: 13px;
    max-height: 120px;
    overflow: hidden;
  }
}

@media (max-width: 1190.98px) {
  .product.card .card-img-overlay .overlay-content .dataContainer2 {
    font-size: 17px;
    max-height: unset;
    overflow: unset;
  }
}

@media (max-width: 612.98px) {
  .product.card .card-img-overlay .overlay-content .dataContainer2 {
    font-size: 11px;
    max-height: 85px;
    overflow: hidden;
  }
}

.product.card .card-img-overlay .overlay-content .icon-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #666666;
  font-size: 20px;
  line-height: 20px;
}

.product.card .card-img-overlay .overlay-content .btn {
  color: white;
  opacity: 0;
}

.product.card .card-img-overlay .overlay-content .btn .icon {
  font-size: 1.25rem;
  margin-left: 10px;
}

.product.card .card-img-overlay .overlay-content .btn:nth-child(2) {
  transition: opacity 0.2s ease-out 0.2s;
}

.product.card .card-img-overlay .overlay-content .btn:nth-child(3) {
  transition: opacity 0.2s ease-out 0.3s;
}

.product.card .card-img-overlay .overlay-content .icon-in-cart {
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition: opacity 0.2s ease-out 0.4s;
  color: #666666;
  font-size: 40px;
  line-height: 40px;
  opacity: 0;
}

.product.card .card-img-overlay .overlay-content .icon-in-cart:hover {
  color: #9aca3d;
}

@media (max-width: 612.98px) {
  .product.card .card-img-overlay .overlay-content .icon-in-cart {
    font-size: 20px;
    line-height: 20px;
  }
}

.product.card .card-img-overlay .overlay-content .icon-cart-in {
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition: opacity 0.2s ease-out 0.4s;
  color: #9aca3d;
  font-size: 40px;
  line-height: 40px;
  opacity: 0;
}

.product.card .card-img-overlay .overlay-content .icon-cart-in:hover {
  color: #9aca3d;
}

@media (max-width: 612.98px) {
  .product.card .card-img-overlay .overlay-content .icon-cart-in {
    font-size: 20px;
    line-height: 20px;
  }
}

.product.card .card-img-overlay .overlay-content a {
  cursor: pointer;
}

.product.card .card-img-overlay .overlay-content a [class*=icon-favourites] {
  position: absolute;
  bottom: 15px;
  left: 15px;
  transition: opacity 0.2s ease-out 0.4s;
  color: #666666;
  font-size: 40px;
  line-height: 40px;
  opacity: 0;
}

.product.card .card-img-overlay .overlay-content a [class*=icon-favourites]:hover {
  color: #fd5a56;
}

@media (max-width: 612.98px) {
  .product.card .card-img-overlay .overlay-content a [class*=icon-favourites] {
    font-size: 20px;
    line-height: 20px;
  }
}

.product.card .card-img-overlay .overlay-content a.selected [class*=icon-favourites] {
  color: #fd5a56;
}

.product.card .card-img-overlay .overlay-content a.selected [class*=icon-favourites]:hover {
  color: #B2B2B2;
}

.product.card .card-img-overlay .overlay-content a.selected .icon-favourites::before {
  content: "\E00B";
}

.product.card .card-img-overlay .overlay-content .empty {
  height: 40px;
}

.product.card.canHover:hover,
.product.card.opened {
  border-color: #b3b3b3;
}

.product.card.canHover:hover .card-img-overlay,
.product.card.opened .card-img-overlay {
  opacity: 1;
}

.product.card.canHover:hover .card-img-overlay .overlay-content .btn:nth-child(1),
.product.card.opened .card-img-overlay .overlay-content .btn:nth-child(1) {
  opacity: 1;
  animation: scaleDown 0.3s 0.2s ease-out;
}

.product.card.canHover:hover .card-img-overlay .overlay-content .btn:nth-child(2),
.product.card.opened .card-img-overlay .overlay-content .btn:nth-child(2) {
  opacity: 1;
  animation: scaleDown 0.3s 0.3s ease-out;
}

.product.card.canHover:hover .card-img-overlay .overlay-content [class*=icon-favourites],
.product.card.opened .card-img-overlay .overlay-content [class*=icon-favourites] {
  opacity: 1;
  animation: scaleDown 0.3s 0.4s ease-out;
}

.product.card.canHover:hover .card-img-overlay .overlay-content .icon-in-cart,
.product.card.opened .card-img-overlay .overlay-content .icon-in-cart {
  opacity: 1;
  animation: scaleDown 0.3s 0.4s ease-out;
}

.product.card.canHover:hover .card-img-overlay .overlay-content .icon-cart-in,
.product.card.opened .card-img-overlay .overlay-content .icon-cart-in {
  opacity: 1;
  animation: scaleDown 0.3s 0.4s ease-out;
}

#bottomMenu {
  background-color: #e7e9ee;
  border-top: 1px solid #808080;
  color: #4d4d4d;
  font-family: "quicksand";
  font-size: 16px;
  padding: 10px 0;
  line-height: 40px;
  align-self: flex-end;
}

#bottomMenu a {
  color: #4d4d4d;
}

#bottomMenu .paddingLeftRight30px {
  padding-top: 2px;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px #4d4d4d solid;
}

#bottomMenu .paddingLeftRight30px:nth-child(4) {
  border-right: 0;
}

#bottomMenu .icon {
  float: left;
  font-size: 40px;
  line-height: 45px;
  color: #666666;
}

#bottomMenu .icon.smaller {
  font-size: 30px;
}

#bottomMenu span {
  display: inline-block;
  width: calc(100% - 50px);
  padding-left: 5px;
  vertical-align: middle;
  line-height: normal;
}

@media (min-width: 613px) and (max-width: 1190px) {
  #bottomMenu .icon {
    float: none;
    display: block;
  }

  #bottomMenu span {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 612.98px) {
  #bottomMenu {
    padding: 0;
  }

  #bottomMenu .paddingLeftRight30px {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #808080;
    border-right: 0;
  }
}

.radio input[type=radio],
.radio input[type=checkbox],
.checkbox input[type=radio],
.checkbox input[type=checkbox] {
  display: none;
}

.radio input[type=radio]:checked + span.btn,
.radio input[type=checkbox]:checked + span.btn,
.checkbox input[type=radio]:checked + span.btn,
.checkbox input[type=checkbox]:checked + span.btn {
  background-color: #e7e7e6;
}

.radio span.btn,
.checkbox span.btn {
  font-size: 20px;
  margin-top: 20px;
}

.radio:not(.radio-btn),
.checkbox:not(.checkbox-btn) {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.radio:not(.radio-btn) label,
.checkbox:not(.checkbox-btn) label {
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
  cursor: pointer;
}

.radio:not(.radio-btn) span,
.checkbox:not(.checkbox-btn) span {
  line-height: 38px;
  display: inline-block;
}

.radio:not(.radio-btn) span:before,
.checkbox:not(.checkbox-btn) span:before {
  float: right;
  position: relative;
  width: 38px;
  height: 38px;
  /* radio Styles */
  content: "";
  color: white;
  margin: 0 0 0 10px;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  background: #fff;
  transition: color 0.2s ease-out;
}

.radio:not(.radio-btn) span.is-invalid:before,
.checkbox:not(.checkbox-btn) span.is-invalid:before {
  border-color: #dc3545;
}

.radio:not(.radio-btn) span.left:before,
.checkbox:not(.checkbox-btn) span.left:before {
  float: left;
  margin: 0 10px 0 0;
}

.radio:not(.radio-btn) span.smallLineHeight,
.checkbox:not(.checkbox-btn) span.smallLineHeight {
  line-height: 22px;
}

.radio:not(.radio-btn) input[type=radio]:checked + span:before,
.radio:not(.radio-btn) input[type=checkbox]:checked + span:before,
.checkbox:not(.checkbox-btn) input[type=radio]:checked + span:before,
.checkbox:not(.checkbox-btn) input[type=checkbox]:checked + span:before {
  font-family: "svet-metraze";
  font-size: 25px;
  color: #808080;
  content: "\E003";
}

.radio:not(.radio-btn) span:hover:before,
.checkbox:not(.checkbox-btn) span:hover:before {
  border-radius: 0;
}

.invalid-feedback {
  display: block;
}

section.bottom {
  position: relative;
}

section.bottom.mt-60 {
  margin-top: 60px;
}

section.bottom .newsletter-box {
  position: absolute;
  border: 2px solid #666;
  border-radius: 10px 10px 0 0;
  transition: top 0.3s ease;
  left: 15px;
  top: -50px;
}

section.bottom .newsletter-box.open {
  top: -390px;
}

section.bottom .newsletter-box.open .newsletter-box--body {
  max-height: 340px;
}

section.bottom .newsletter-box .newsletter-box--header {
  color: #e8e6e6;
  background: #666;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  height: 46px;
  cursor: pointer;
  line-height: 46px;
  font-size: 18px;
  font-weight: bold;
  font-family: "quicksand";
}

section.bottom .newsletter-box .newsletter-box--header .icon-e-news {
  float: left;
  font-size: 33px;
  margin: 0 15px;
}

section.bottom .newsletter-box .newsletter-box--header .icon-close,
section.bottom .newsletter-box .newsletter-box--header .icon-arrow-up {
  float: right;
  margin: 0 15px 0 0;
  padding: 0 0 0 15px;
  border-left: 2px solid #787878;
}

section.bottom .newsletter-box .newsletter-box--body {
  background: #fff;
  transition: max-height 0.3s ease;
  height: 340px;
  max-height: 0;
  overflow: hidden;
}

section.bottom .newsletter-box .newsletter-box--body .newsletter-box--text {
  height: 150px;
  overflow: hidden;
}

section.bottom .newsletter-box .newsletter-box--body .newsletter-box--text p {
  margin-bottom: 0.5rem;
}

section.bottom .newsletter-box .newsletter-box--body > .row {
  margin: 0;
}

section.bottom .newsletter-box .newsletter-box--body .form.col {
  width: 296px;
  flex: 0 0 296px;
  padding: 15px;
}

section.bottom .newsletter-box .newsletter-box--body .form.col .form-group {
  margin-bottom: 0.3rem;
}

section.bottom .newsletter-box .newsletter-box--body .image.col {
  width: 280px;
  flex: 0 0 280px;
  padding: 0;
}

section.bottom .newsletter-box .newsletter-box--body .image.col img {
  width: 100%;
}

.mm-menu {
  margin-top: 108px;
}

.mm-menu .mm-navbar__title {
  color: #666666;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #666666;
}

.mm-menu .mm-btn_next {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-btn_next:after {
  content: "";
  border-top: 2px solid #666666;
  border-left: 2px solid #666666;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-menu .mm-navbar_size-3 {
  border-bottom: 2px solid #9aca3d;
}

.mm-menu .mm-navbar_size-3 > * {
  color: #666666;
}

.mm-menu .mm-navbar_size-3 .row {
  display: flex;
}

.mm-menu .mm-navbar_size-3 .row .quick-links {
  padding-right: 30px;
}

.mm-menu .mm-navbar_size-3 .icon {
  font-size: 50px;
  line-height: 50px;
  color: #9aca3d;
}

.mm-menu .mm-navbar_size-3 p {
  font-size: 0.9rem;
}

.mm-menu .mm-navbar_size-3 a {
  display: block;
  text-align: right;
  color: #666666;
  line-height: 30px;
  padding: 0;
  margin: 0;
  border-top: 1px solid #808080;
}

.mm-menu .mm-navbar_size-3 a:first-child {
  border-top: none;
}

@media (min-width: 613px) {
  .mm-menu .mm-navbar_size-3 {
    display: none;
  }

  .mm-menu.mm-menu_navbar_top-4 .mm-panels {
    top: 40px;
  }
}

.mm-menu .mm-listitem .mm-btn_next:before {
  border-left: none;
}

@media (max-width: 612.98px) {
  .mm-menu {
    margin-top: 58px;
  }

  .mm-menu #mm-1 .mm-listitem {
    text-align: right;
  }

  .mm-menu #mm-1 .mm-listitem span {
    padding-right: 10px;
  }
}

/* Position fixed header and footer over mm-menu */

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ header.mm-slideout,
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mobile-footer.mm-slideout {
  transform: translate3d(0, 0, 0);
  z-index: 5;
}

.is-scrolling .mm-menu {
  margin-top: 58px;
}

/* Hide mobile navigation before mm-menun is ready */

#offcanvas:not(.mm-menu) {
  display: none;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0.8;
}

.mm-menu {
  margin-top: 135px;
}

.mm-menu .mm-panel {
  background-color: #606060;
}

.mm-menu .mm-navbar__title {
  color: #666666;
  font-size: 18px;
}

.mm-menu .mm-navbar {
  border-top: 1px solid #808080;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #666666;
}

.mm-menu .mm-listview {
  text-align: right;
  font-size: 18px;
}

.mm-menu .mm-listview .mm-listitem {
  height: 50px;
  line-height: 30px;
  background-color: white;
}

.mm-menu .mm-listview .icon {
  float: left;
  font-size: 30px;
  color: #4e4e4e;
}

.mm-menu .mm-btn_next:after {
  content: "";
  border-top: 2px solid #808080;
  border-left: 2px solid #808080;
  box-sizing: content-box;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-menu .mm-navbar_size-3 > * {
  color: #666666;
}

.mm-menu .mm-navbar_size-3 .row {
  display: flex;
}

.mm-menu .mm-navbar_size-3 .row .quick-links {
  padding-right: 30px;
}

.mm-menu .mm-navbar_size-3 .icon {
  font-size: 50px;
  line-height: 50px;
  color: #9aca3d;
}

.mm-menu .mm-navbar_size-3 p {
  font-size: 0.9rem;
}

.mm-menu .mm-navbar_size-3 a {
  display: block;
  text-align: right;
  color: #666666;
  line-height: 30px;
  padding: 0;
  margin: 0;
  border-top: 1px solid #808080;
}

@media (min-width: 320px) {
  .mm-menu .mm-navbar_size-3 {
    display: none;
  }

  .mm-menu.mm-menu_navbar_top-4 .mm-panels {
    top: 40px;
  }
}

@media (max-width: 918.98px) {
  .mm-menu {
    margin-top: 102px;
  }
}

/* Position fixed header and footer over mm-menu */

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ header.mm-slideout,
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mobile-footer.mm-slideout {
  transform: translate3d(0, 0, 0);
  z-index: 5;
}

.is-scrolling .mm-menu {
  margin-top: 135px;
}

@media (max-width: 918.98px) {
  .is-scrolling .mm-menu {
    margin-top: 102px;
  }
}

/* Hide mobile navigation before mm-menun is ready */

#offcanvasNew:not(.mm-menu) {
  display: none;
}

header {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0;
  /** TOP PART OF THE HEADER **/
  /** BOTTOM PART OF THE HEADER **/
  /** MOBILE SEARCH COMPONENT **/
}

header .header-top {
  border-top: 8px solid #9aca3d;
  border-bottom: 2px solid #9aca3d;
  height: 108px;
  transition: height 0.2s ease-out;
  /** LANGUAGE MENU **/
  /** LOGO CENTER **/
  /** LOGIN - BASKET **/
}

header .header-top .lang-nav {
  margin-top: 15px;
}

header .header-top .lang-nav .nav-link {
  border-right: 1px solid #9aca3d;
  padding: 0 0.5rem;
}

header .header-top .lang-nav .nav-link:last-child {
  border-right: none;
}

header .header-top .lang-nav .nav-link.active {
  text-decoration: underline;
}

header .header-top .mobile-nav .nav-link {
  padding: 0 1rem;
}

header .header-top .mobile-nav [class^=icon-],
header .header-top .mobile-nav [class*=" icon-"] {
  text-align: center;
  font-size: 28px;
  width: 30px;
  line-height: 96px;
  cursor: pointer;
  transition: line-height 0.2s ease-out;
}

header .header-top .logo-col {
  line-height: 100px;
  transition: line-height 0.2s ease-out;
}

header .header-top .logo-col img {
  height: 70px;
  transition: height 0.2s ease-out;
}

@media (max-width: 918.98px) {
  header .header-top .logo-col img {
    height: 55px;
  }
}

header .header-top .user-nav {
  color: #9aca3d;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 0px;
  padding-top: 8px;
  height: 100%;
  position: relative;
}

header .header-top .user-nav a:hover {
  text-decoration: none;
}

header .header-top .user-nav > li:last-child {
  border-left: 1px solid #9aca3d;
}

header .header-top .user-nav [class^=icon-],
header .header-top .user-nav [class*=" icon-"] {
  position: relative;
  text-align: center;
  font-size: 28px;
  width: 30px;
  line-height: 30px;
  cursor: pointer;
}

header .header-top .user-nav [class^=icon-] .icon-favourites-full,
header .header-top .user-nav [class*=" icon-"] .icon-favourites-full {
  position: absolute;
  bottom: -4px;
  right: -3px;
  font-size: 9px;
  color: #fd5a56;
}

header .header-top .user-nav .basket {
  padding: 2px 0 0 10px;
}

header .header-top .user-nav .basket .count {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9aca3d;
  color: white;
  line-height: 30px;
  text-align: center;
  font-size: 0.75rem;
  float: left;
  cursor: pointer;
}

header .header-top .user-nav .basket .contents {
  position: absolute;
  right: 0;
  top: 100%;
  background: white;
  border: 2px solid #666666;
  z-index: 1;
  min-width: 350px;
  padding: 0 15px 30px;
  text-align: center;
  max-height: calc(100vh - 108px);
  transition: max-height 0.2s ease-out;
  overflow-y: auto;
  font-size: 0.875rem;
}

header .header-top .user-nav .basket .contents .cart-items {
  width: 100%;
  text-align: left;
  list-style: none;
  padding: 20px 0 0;
  margin: 0 0 30px;
}

header .header-top .user-nav .basket .contents .cart-items a {
  color: #666666;
}

header .header-top .user-nav .basket .contents .cart-items .icon-close {
  width: 18px;
  line-height: 18px;
  font-size: 18px;
}

header .header-top .user-nav .basket .contents .cart-items .cart-dropdown-image {
  max-width: 80px;
  height: auto;
}

header .header-top .user-nav .basket .contents .cart-items li {
  color: #666666;
  text-transform: none;
  padding: 14px 0;
  border-bottom: 1px solid #999;
}

header .header-top .user-nav .basket .contents .cart-items li.total {
  padding: 10px;
  background: #E8E7E7;
  color: #4D4D4D;
  font-size: 1.25rem;
}

header .header-top .user-nav .basket .contents .icon-chevron-down {
  font-size: 31px;
  line-height: 20px;
  color: #666666;
  float: right;
}

header .header-top .user-nav .basket .contents .btn {
  font-size: 0.875rem;
}

header .header-bottom {
  border-bottom: 2px solid #9aca3d;
  height: 54px;
  position: relative;
  /** MAIN MENU **/
  /** SEARCH OVERLAY COMPONENT **/
}

header .header-bottom .main-navigation {
  position: initial;
  padding: 0;
  /** DROP DOWN MENU **/
}

header .header-bottom .main-navigation .dropdown-toggle::after {
  display: none;
}

header .header-bottom .main-navigation .nav-item {
  height: 54px;
}

header .header-bottom .main-navigation .nav-item:hover .dropdown-menu {
  display: block;
}

header .header-bottom .main-navigation .nav-link,
header .header-bottom .main-navigation .navbar-text,
header .header-bottom .main-navigation .form-control {
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  border: none;
}

header .header-bottom .main-navigation .nav-link::-ms-clear,
header .header-bottom .main-navigation .navbar-text::-ms-clear,
header .header-bottom .main-navigation .form-control::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

header .header-bottom .main-navigation .navbar-text {
  height: 50px;
}

header .header-bottom .main-navigation .dropdown-menu {
  width: 100%;
  padding: 34px 0 30px;
  border-bottom: 2px solid #9aca3d;
}

header .header-bottom .main-navigation .dropdown-menu .dropdown-item {
  color: #666666;
}

header .header-bottom .main-navigation .dropdown-menu .dropdown-item:hover,
header .header-bottom .main-navigation .dropdown-menu .dropdown-item:focus {
  color: #9aca3d;
}

header .header-bottom .main-navigation .dropdown-menu .col {
  border-left: 1px solid #B3B3B3;
}

header .header-bottom [class^=icon-],
header .header-bottom [class*=" icon-"] {
  text-align: center;
  font-size: 28px;
  width: 50px;
  cursor: pointer;
}

header .header-bottom .search-container label {
  margin: 0;
  height: 50px;
}

header .header-bottom .search-container .search-form {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
}

header .header-bottom .search-container .search-form .form-wrapper {
  background-color: white;
  overflow: hidden;
  width: 0;
}

header .header-bottom .search-container .search-form form {
  float: left;
  width: calc(100% - 100px);
}

header .header-bottom .search-container .search-form form input {
  box-shadow: unset;
}

header .header-bottom .search-container .search-form label {
  float: left;
}

header .header-bottom .search-container .search-form .form-control {
  width: 100%;
  text-transform: none;
}

header .header-bottom .search-container .search-form.show {
  height: 50px;
  overflow: initial;
}

header .header-bottom .search-container .search-form.show .form-wrapper {
  width: 100%;
}

header .header-bottom .search-container .search-form .search-results {
  padding-top: 2px;
  width: 100%;
}

header .header-bottom .search-container .search-form .search-results .results-wrapper {
  max-height: calc(100vh - 160px);
  overflow-y: scroll;
  background: white;
  border: 2px solid #9aca3d;
  border-top: none;
}

header .header-bottom .search-container .search-form .search-results .result-group .result-group-name {
  text-align: right;
  background: #9aca3d;
  color: white;
  line-height: 30px;
  padding-right: 15px;
  text-transform: none;
}

header .header-bottom .search-container .search-form .search-results .result-group ul.results {
  list-style: none;
  padding: 20px 0 20px 0;
  margin: 0;
}

header .header-bottom .search-container .search-form .search-results .result-group ul.results li {
  padding: 0 25px;
  line-height: 21pt;
}

header .header-bottom .search-container .search-form .search-results .result-group ul.results li.selected {
  background: #F0F0F0;
}

header .header-bottom .search-container .search-form .search-results .result-group ul.results a {
  line-height: 21pt;
  text-transform: none;
  color: #666666;
}

header .header-bottom .search-container .search-form .search-results .result-group ul.results a .hit {
  color: #9aca3d;
}

header .mobile-search {
  position: relative;
}

header .mobile-search [class^=icon-],
header .mobile-search [class*=" icon-"] {
  text-align: center;
  font-size: 28px;
  width: 50px;
  line-height: 94px;
  cursor: pointer;
  transition: line-height 0.2s ease-out;
}

header .mobile-search .mobile-search-container {
  position: absolute;
  /** CALCULATE OFFSET WITH FOR THE mobile-nav top-header items **/
  width: calc(100% - 60px - 4rem);
  left: calc(60px + 4rem);
  z-index: 1;
}

header .mobile-search .mobile-search-container label {
  margin: 0;
}

header .mobile-search .mobile-search-container .search-form .form-wrapper {
  background: white;
}

header .mobile-search .mobile-search-container .search-form form {
  float: left;
  width: calc(100% - 50px);
}

header .mobile-search .mobile-search-container .search-form form input {
  width: 100%;
  box-shadow: unset;
  text-transform: none;
  height: 96px;
  line-height: 96px;
  padding: 0 0.75rem;
  border: none;
  transition: line-height 0.2s ease-out;
}

header .mobile-search .mobile-search-container .search-form form input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

header .mobile-search .mobile-search-container .search-results {
  padding-top: 2px;
  width: calc(100% + 60px + 4rem);
  left: calc(-60px - 4rem);
  position: relative;
}

header .mobile-search .mobile-search-container .search-results .results-wrapper {
  max-height: calc(100vh - 108px);
  overflow-y: auto;
  background: white;
  border: 2px solid #9aca3d;
  border-top: none;
}

header .mobile-search .mobile-search-container .search-results .result-group .result-group-name {
  text-align: right;
  background: #9aca3d;
  color: white;
  line-height: 30px;
  padding-right: 15px;
  text-transform: none;
}

header .mobile-search .mobile-search-container .search-results .result-group ul.results {
  list-style: none;
  padding: 20px 0 20px 25px;
  margin: 0;
}

header .mobile-search .mobile-search-container .search-results .result-group ul.results li {
  padding: 0;
  line-height: 21pt;
}

header .mobile-search .mobile-search-container .search-results .result-group ul.results a {
  line-height: 21pt;
  text-transform: none;
  color: #666666;
}

header .mobile-search .mobile-search-container .search-results .result-group ul.results a .hit {
  color: #9aca3d;
}

@media (max-width: 612.98px) {
  header .mobile-search .mobile-search-container {
    left: 0;
    width: 100%;
  }

  header .mobile-search .mobile-search-container label {
    float: left;
  }

  header .mobile-search .mobile-search-container [class^=icon-],
  header .mobile-search .mobile-search-container [class*=" icon-"] {
    line-height: 46px;
  }

  header .mobile-search .mobile-search-container .search-form .form-wrapper {
    background: #333333;
    color: #e7e9ee;
    height: 48px;
    overflow: hidden;
  }

  header .mobile-search .mobile-search-container .search-form form {
    width: calc(100% - 104px);
  }

  header .mobile-search .mobile-search-container .search-form form input {
    background: #333333;
    color: #e7e9ee;
    line-height: 48px;
    height: 48px;
  }

  header .mobile-search .mobile-search-container .search-results {
    left: 0;
    width: 100%;
  }

  header .mobile-search .mobile-search-container .search-results .results-wrapper {
    max-height: calc(100vh - 108px);
    overflow-y: auto;
  }
}

header .is-scrolling .mobile-search .mobile-search-container .search-results .results-wrapper {
  max-height: calc(100vh - 58px);
}

/** Only logo with small header on extra small devices **/

@media (max-width: 612.98px) {
  #app {
    padding-top: 112px;
  }

  #app main {
    min-height: calc(100vh - 394px - 112px);
  }

  header .header-top {
    height: 58px;
  }

  header .header-top .logo-col {
    line-height: 50px;
  }

  header .header-top .logo-col img {
    height: 30px;
  }
}

/** SCROLL TRANSITIONS **/

#app {
  padding-top: 116px;
  transition: padding-top 0.2s ease-out;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
}

#app main {
  min-height: calc(100vh - 394px - 116px);
}

#app > * {
  width: 100%;
}

@media (min-width: 1191px) {
  #app {
    padding-top: 168px;
  }

  #app main {
    min-height: calc(100vh - 394px - 168px);
  }
}

@media (max-width: 918.98px) {
  #app {
    padding-top: 116px;
  }

  #app main {
    min-height: calc(100vh - 463px - 116px);
  }
}

.is-scrolling #app {
  padding-top: 112px;
}

.is-scrolling #app main {
  min-height: calc(100vh - 394px - 112px);
}

@media (max-width: 612.98px) {
  .is-scrolling #app {
    padding-top: 66px;
  }

  .is-scrolling #app main {
    min-height: calc(100vh - 394px - 66px);
  }
}

.is-scrolling header .header-top {
  height: 58px;
}

.is-scrolling header .header-top .logo-col {
  line-height: 50px;
}

.is-scrolling header .header-top .logo-col img {
  height: 30px;
}

.is-scrolling header .header-top .user-nav .basket .contents {
  max-height: calc(100vh - 58px);
}

.is-scrolling header .header-top .mobile-nav [class^=icon-],
.is-scrolling header .header-top .mobile-nav [class*=" icon-"] {
  line-height: 45px;
}

.is-scrolling header .header-bottom .search-container .search-form .search-results .results-wrapper {
  max-height: calc(100vh - 110px);
}

.is-scrolling header .mobile-search [class^=icon-],
.is-scrolling header .mobile-search [class*=" icon-"] {
  line-height: 44px;
  cursor: pointer;
}

.is-scrolling header .mobile-search .mobile-search-container .search-form form input {
  height: 48px;
  line-height: 48px;
}

footer {
  background: #333333;
  color: #e7e9ee;
  padding: 30px 0 10px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

footer h5 {
  font-size: 1rem;
  border-bottom: 1px solid #808080;
  margin-bottom: 15px;
  max-width: 70%;
}

footer h5.cursor {
  cursor: pointer;
}

footer a {
  color: #e7e9ee;
  display: block;
}

footer a:hover {
  color: #e7e9ee;
}

footer a.contact {
  display: inline;
}

footer .list-inline [class^=icon-],
footer .list-inline [class*=" icon-"] {
  font-size: 28px;
}

@media (max-width: 918.98px) {
  footer h5 {
    max-width: 100%;
  }
}

.mobile-footer {
  height: 50px;
  background: #333333;
  color: #e7e9ee;
  text-align: center;
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
}

.mobile-footer [class^=icon-],
.mobile-footer [class*=" icon-"] {
  text-align: center;
  font-size: 28px;
  width: 50px;
  line-height: 50px;
  cursor: pointer;
  transition: line-height 0.2s ease-out;
}

.mobile-footer a {
  color: #e7e9ee;
  display: inline-block;
  position: relative;
}

.mobile-footer a span.badge {
  position: absolute;
  background-color: #e7e9ee;
  color: black;
  padding: 0;
  font-size: 10px;
  text-align: center;
  line-height: 19px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  box-shadow: 1px 1px 0px black;
  top: 4px;
  right: 0;
}

@media (max-width: 612.98px) {
  .mobile-footer {
    display: block;
  }
}

header,
.mainHeader {
  z-index: 16;
}

header .headerNewContainer .topBar,
.mainHeader .headerNewContainer .topBar {
  font-family: "pontano sans";
  width: 100%;
  background-color: #9aca3d;
  height: 34px;
  color: white;
  text-align: center;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 200;
  margin-bottom: 20px;
}

header .headerNewContainer .topBar .poslovalnice,
.mainHeader .headerNewContainer .topBar .poslovalnice {
  display: block;
  float: left;
  font-size: 16px;
}

header .headerNewContainer .topBar .poslovalnice .icon,
.mainHeader .headerNewContainer .topBar .poslovalnice .icon {
  font-size: 20px;
}

header .headerNewContainer .topBar .poslovalnice a,
.mainHeader .headerNewContainer .topBar .poslovalnice a {
  color: inherit;
}

header .headerNewContainer .topBar .langSelect,
.mainHeader .headerNewContainer .topBar .langSelect {
  display: block;
  float: right;
  font-size: 16px;
}

header .headerNewContainer .topBar .langSelect .icon,
.mainHeader .headerNewContainer .topBar .langSelect .icon {
  font-size: 12px;
}

@media (max-width: 918.98px) {
  header .headerNewContainer .topBar,
  .mainHeader .headerNewContainer .topBar {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  header .headerNewContainer .topBar .langSelect,
  .mainHeader .headerNewContainer .topBar .langSelect {
    display: block;
    float: right;
    font-size: 14px;
  }

  header .headerNewContainer .topBar .langSelect .icon,
  .mainHeader .headerNewContainer .topBar .langSelect .icon {
    font-size: 10px;
  }
}

header .headerNewContainer .middleBar,
.mainHeader .headerNewContainer .middleBar {
  position: relative;
  margin-bottom: 20px;
}

header .headerNewContainer .middleBar .hamburger,
.mainHeader .headerNewContainer .middleBar .hamburger {
  position: absolute;
  left: 10px;
  top: 9px;
  font-size: 37px;
  color: #9aca3d;
}

@media (max-width: 918.98px) {
  header .headerNewContainer .middleBar .hamburger,
  .mainHeader .headerNewContainer .middleBar .hamburger {
    top: -10px;
  }
}

header .headerNewContainer .middleBar .search,
.mainHeader .headerNewContainer .middleBar .search {
  position: absolute;
  left: 136px;
  top: 5px;
}

@media (max-width: 1589.98px) {
  header .headerNewContainer .middleBar .search,
  .mainHeader .headerNewContainer .middleBar .search {
    width: calc(100% - 60px);
    left: 70px;
  }
}

@media (max-width: 918.98px) {
  header .headerNewContainer .middleBar .search,
  .mainHeader .headerNewContainer .middleBar .search {
    top: -15px;
  }
}

header .headerNewContainer .middleBar .search .search-container .search-form,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form {
  width: 390px;
  height: 50px;
  overflow: initial;
  left: 0;
  top: 0;
}

@media (max-width: 1589.98px) {
  header .headerNewContainer .middleBar .search .search-container .search-form,
  .mainHeader .headerNewContainer .middleBar .search .search-container .search-form {
    width: 100%;
  }
}

header .headerNewContainer .middleBar .search .search-container .search-form .form-wrapper,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form .form-wrapper {
  overflow: hidden;
  width: 100%;
}

@media (max-width: 1589.98px) {
  header .headerNewContainer .middleBar .search .search-container .search-form .form-wrapper,
  .mainHeader .headerNewContainer .middleBar .search .search-container .search-form .form-wrapper {
    position: absolute;
    top: -18px;
  }

  header .headerNewContainer .middleBar .search .search-container .search-form .form-wrapper label .icon-close,
  .mainHeader .headerNewContainer .middleBar .search .search-container .search-form .form-wrapper label .icon-close {
    position: absolute;
    top: 15px;
    left: calc(100% - 200px);
    color: #9aca3d;
    font-size: 30px;
    z-index: 11;
    cursor: pointer;
  }
}

@media (max-width: 918.98px) {
  header .headerNewContainer .middleBar .search .search-container .search-form .form-wrapper label .icon-close,
  .mainHeader .headerNewContainer .middleBar .search .search-container .search-form .form-wrapper label .icon-close {
    left: calc(100% - 50px);
  }
}

header .headerNewContainer .middleBar .search .search-container .search-form form,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form form {
  float: left;
  width: 100%;
  position: relative;
}

header .headerNewContainer .middleBar .search .search-container .search-form form input,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form form input {
  box-shadow: unset;
  height: 40px;
  width: 100%;
  border-radius: 20px;
}

header .headerNewContainer .middleBar .search .search-container .search-form form .icon-search-1,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form form .icon-search-1 {
  position: absolute;
  top: 0;
  right: 15px;
  color: #9aca3d;
  font-size: 26px;
}

header .headerNewContainer .middleBar .search .search-container .search-form form .icon-close,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form form .icon-close {
  position: absolute;
  top: 0;
  right: 15px;
  color: #9aca3d;
  font-size: 26px;
  cursor: pointer;
}

header .headerNewContainer .middleBar .search .search-container .search-form .form-control,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form .form-control {
  width: 100%;
  text-transform: none;
  background-color: white;
  z-index: 10;
}

@media (max-width: 1589.98px) {
  header .headerNewContainer .middleBar .search .search-container .search-form .form-control,
  .mainHeader .headerNewContainer .middleBar .search .search-container .search-form .form-control {
    width: calc(100% - 160px);
    border-radius: 0;
    border: 0;
    height: 70px;
  }
}

@media (max-width: 918.98px) {
  header .headerNewContainer .middleBar .search .search-container .search-form .form-control,
  .mainHeader .headerNewContainer .middleBar .search .search-container .search-form .form-control {
    width: calc(100% - 10px);
    height: 68px;
  }
}

header .headerNewContainer .middleBar .search .search-container .search-form.show,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form.show {
  position: absolute;
  top: 13px;
  height: 50px;
  width: 100%;
  overflow: initial;
}

header .headerNewContainer .middleBar .search .search-container .search-form .search-results,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form .search-results {
  position: relative;
  padding-top: 2px;
  width: 600px;
  z-index: 16;
}

@media (max-width: 918.98px) {
  header .headerNewContainer .middleBar .search .search-container .search-form .search-results,
  .mainHeader .headerNewContainer .middleBar .search .search-container .search-form .search-results {
    width: 100%;
    position: absolute;
    top: 50px;
    left: -10px;
  }
}

header .headerNewContainer .middleBar .search .search-container .search-form .search-results .results-wrapper,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form .search-results .results-wrapper {
  max-height: calc(100vh - 160px);
  overflow-y: scroll;
  background: white;
  border: 2px solid #9aca3d;
  border-top: none;
}

header .headerNewContainer .middleBar .search .search-container .search-form .search-results .result-group .result-group-name,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form .search-results .result-group .result-group-name {
  text-align: right;
  background: #9aca3d;
  color: white;
  line-height: 30px;
  padding-right: 15px;
  text-transform: none;
}

header .headerNewContainer .middleBar .search .search-container .search-form .search-results .result-group ul.results,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form .search-results .result-group ul.results {
  list-style: none;
  padding: 20px 0 20px 0;
  margin: 0;
}

header .headerNewContainer .middleBar .search .search-container .search-form .search-results .result-group ul.results li,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form .search-results .result-group ul.results li {
  padding: 0 25px;
  line-height: 21pt;
}

header .headerNewContainer .middleBar .search .search-container .search-form .search-results .result-group ul.results li.selected,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form .search-results .result-group ul.results li.selected {
  background: #F0F0F0;
}

header .headerNewContainer .middleBar .search .search-container .search-form .search-results .result-group ul.results a,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form .search-results .result-group ul.results a {
  line-height: 21pt;
  text-transform: none;
  color: #666666;
}

header .headerNewContainer .middleBar .search .search-container .search-form .search-results .result-group ul.results a .hit,
.mainHeader .headerNewContainer .middleBar .search .search-container .search-form .search-results .result-group ul.results a .hit {
  color: #9aca3d;
}

header .headerNewContainer .middleBar .search .search-container .icon-search-1,
.mainHeader .headerNewContainer .middleBar .search .search-container .icon-search-1 {
  font-size: 30px;
}

header .headerNewContainer .middleBar .logo,
.mainHeader .headerNewContainer .middleBar .logo {
  text-align: center;
}

header .headerNewContainer .middleBar .logo img,
.mainHeader .headerNewContainer .middleBar .logo img {
  width: 305px;
  height: auto;
}

@media (max-width: 918.98px) {
  header .headerNewContainer .middleBar .logo img,
  .mainHeader .headerNewContainer .middleBar .logo img {
    width: 142px;
  }
}

header .headerNewContainer .middleBar .userCartContainer,
.mainHeader .headerNewContainer .middleBar .userCartContainer {
  position: absolute;
  right: 15px;
  top: 15px;
}

@media (max-width: 918.98px) {
  header .headerNewContainer .middleBar .userCartContainer,
  .mainHeader .headerNewContainer .middleBar .userCartContainer {
    top: -5px;
  }
}

header .headerNewContainer .middleBar .userCartContainer .list-inline-item:not(:last-child),
.mainHeader .headerNewContainer .middleBar .userCartContainer .list-inline-item:not(:last-child) {
  margin-right: 20px;
}

header .headerNewContainer .middleBar .userCartContainer .icon-user-1,
.mainHeader .headerNewContainer .middleBar .userCartContainer .icon-user-1 {
  font-size: 30px;
  color: #9aca3d;
}

header .headerNewContainer .middleBar .userCartContainer a,
.mainHeader .headerNewContainer .middleBar .userCartContainer a {
  color: #959595;
}

header .headerNewContainer .middleBar .userCartContainer .verticalLine,
.mainHeader .headerNewContainer .middleBar .userCartContainer .verticalLine {
  display: inline-block;
  height: 30px;
  width: 1px;
  background-color: #c8c8c8;
  margin-left: 25px;
}

header .headerNewContainer .middleBar .userCartContainer .basket,
.mainHeader .headerNewContainer .middleBar .userCartContainer .basket {
  position: relative;
}

header .headerNewContainer .middleBar .userCartContainer .basket .icon-cart,
.mainHeader .headerNewContainer .middleBar .userCartContainer .basket .icon-cart {
  font-size: 30px;
  color: #9aca3d;
}

header .headerNewContainer .middleBar .userCartContainer .basket .count,
.mainHeader .headerNewContainer .middleBar .userCartContainer .basket .count {
  position: absolute;
  left: 3px;
  top: -4px;
  width: 30px;
  height: 30px;
  color: red;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  float: left;
  cursor: pointer;
  font-family: "quicksand";
}

header .headerNewContainer .middleBar .userCartContainer .basket .contents,
.mainHeader .headerNewContainer .middleBar .userCartContainer .basket .contents {
  position: absolute;
  right: 0;
  top: 100%;
  background: white;
  border: 2px solid #666666;
  z-index: 1;
  min-width: 350px;
  padding: 0 15px 30px;
  text-align: center;
  max-height: calc(100vh - 108px);
  transition: max-height 0.2s ease-out;
  overflow-y: auto;
  font-size: 0.875rem;
}

header .headerNewContainer .middleBar .userCartContainer .basket .contents .cart-items,
.mainHeader .headerNewContainer .middleBar .userCartContainer .basket .contents .cart-items {
  width: 100%;
  text-align: left;
  list-style: none;
  padding: 20px 0 0;
  margin: 0 0 30px;
}

header .headerNewContainer .middleBar .userCartContainer .basket .contents .cart-items a,
.mainHeader .headerNewContainer .middleBar .userCartContainer .basket .contents .cart-items a {
  color: #666666;
}

header .headerNewContainer .middleBar .userCartContainer .basket .contents .cart-items .icon-close,
.mainHeader .headerNewContainer .middleBar .userCartContainer .basket .contents .cart-items .icon-close {
  width: 18px;
  line-height: 18px;
  font-size: 18px;
}

header .headerNewContainer .middleBar .userCartContainer .basket .contents .cart-items .cart-dropdown-image,
.mainHeader .headerNewContainer .middleBar .userCartContainer .basket .contents .cart-items .cart-dropdown-image {
  max-width: 80px;
  height: auto;
}

header .headerNewContainer .middleBar .userCartContainer .basket .contents .cart-items li,
.mainHeader .headerNewContainer .middleBar .userCartContainer .basket .contents .cart-items li {
  color: #666666;
  text-transform: none;
  padding: 14px 0;
  border-bottom: 1px solid #999;
}

header .headerNewContainer .middleBar .userCartContainer .basket .contents .cart-items li.total,
.mainHeader .headerNewContainer .middleBar .userCartContainer .basket .contents .cart-items li.total {
  padding: 10px;
  background: #E8E7E7;
  color: #4D4D4D;
  font-size: 1.25rem;
}

header .headerNewContainer .middleBar .userCartContainer .basket .contents .icon-chevron-down,
.mainHeader .headerNewContainer .middleBar .userCartContainer .basket .contents .icon-chevron-down {
  font-size: 31px;
  line-height: 20px;
  color: #666666;
  float: right;
}

header .headerNewContainer .middleBar .userCartContainer .basket .contents .btn,
.mainHeader .headerNewContainer .middleBar .userCartContainer .basket .contents .btn {
  font-size: 0.875rem;
}

header .headerNewContainer .bottomBar,
.mainHeader .headerNewContainer .bottomBar {
  position: relative;
  height: 125px;
  background-color: #FAFAFA;
}

header .headerNewContainer .bottomBar .menuItem,
.mainHeader .headerNewContainer .bottomBar .menuItem {
  display: inline-block;
  width: 215px;
  height: 125px;
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
  cursor: pointer;
  color: inherit;
}

header .headerNewContainer .bottomBar .menuItem .icon,
.mainHeader .headerNewContainer .bottomBar .menuItem .icon {
  font-size: 43px;
  color: #666666;
}

header .headerNewContainer .bottomBar .menuItem.selected,
.mainHeader .headerNewContainer .bottomBar .menuItem.selected {
  color: #006837;
}

header .headerNewContainer .bottomBar .menuItem:hover,
.mainHeader .headerNewContainer .bottomBar .menuItem:hover {
  background-color: #F0F0F0;
}

header .headerNewContainer .bottomBar .dropdownContainer,
.mainHeader .headerNewContainer .bottomBar .dropdownContainer {
  background: white;
  display: none;
  position: absolute;
  width: 100%;
  top: 125px;
  color: #666;
  font-size: 16px;
  line-height: 32px;
  padding: 34px 0 30px;
  border-bottom: 2px solid #9aca3d;
  text-align: center;
}

header .headerNewContainer .bottomBar .dropdownContainer .menuContainer,
.mainHeader .headerNewContainer .bottomBar .dropdownContainer .menuContainer {
  display: inline-block;
  text-align: left;
  width: 1390px;
}

header .headerNewContainer .bottomBar .dropdownContainer .col,
.mainHeader .headerNewContainer .bottomBar .dropdownContainer .col {
  border-left: 1px solid #B3B3B3;
  padding: 0;
}

header .headerNewContainer .bottomBar .dropdownContainer .col .mainItem,
.mainHeader .headerNewContainer .bottomBar .dropdownContainer .col .mainItem {
  position: relative;
  font-size: 18px;
  color: #9aca3d;
  line-height: 40px;
  cursor: pointer;
  padding: 0 15px;
}

header .headerNewContainer .bottomBar .dropdownContainer .col .mainItem.selected,
.mainHeader .headerNewContainer .bottomBar .dropdownContainer .col .mainItem.selected {
  color: #666;
}

header .headerNewContainer .bottomBar .dropdownContainer .col .mainItem.selected::after,
.mainHeader .headerNewContainer .bottomBar .dropdownContainer .col .mainItem.selected::after {
  content: "\E00F";
  font-family: "svet-metraze";
  color: #989898;
  position: absolute;
  font-size: 15px;
  top: 0;
  right: 15px;
}

header .headerNewContainer .bottomBar .dropdownContainer .col .mainItem:hover,
.mainHeader .headerNewContainer .bottomBar .dropdownContainer .col .mainItem:hover {
  background-color: #FAFAFA;
}

header .headerNewContainer .bottomBar .dropdownContainer .col a,
.mainHeader .headerNewContainer .bottomBar .dropdownContainer .col a {
  position: relative;
  display: block;
  padding: 0 15px;
  color: inherit;
}

header .headerNewContainer .bottomBar .dropdownContainer .col a:hover,
.mainHeader .headerNewContainer .bottomBar .dropdownContainer .col a:hover {
  background-color: #FAFAFA;
  text-decoration: none;
}

footer .footerNewContainer {
  color: #F5F5F5;
  font-size: 16px;
}

footer .footerNewContainer .title {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: normal;
}

footer .footerNewContainer a {
  margin-bottom: 5px;
}

footer .footerNewContainer .newsLetterContainer {
  letter-spacing: 1px;
}

footer .footerNewContainer table {
  margin-top: 20px;
  width: 100%;
}

footer .footerNewContainer input {
  height: 42px;
  width: calc(100% - 20px);
  padding: 0 10px;
}

footer .footerNewContainer .btn-green {
  height: 42px;
  width: 140px;
}

footer .footerNewContainer .checkbox {
  font-size: 14px;
  height: 25px;
  margin-top: 20px;
  letter-spacing: normal;
}

footer .footerNewContainer .checkbox a {
  margin-bottom: unset;
  display: unset;
  text-decoration: underline;
}

footer .footerNewContainer .checkbox:not(.checkbox-btn) input[type=checkbox]:checked + span:before {
  font-size: 18px;
}

footer .footerNewContainer .checkbox span {
  height: 25px;
  line-height: 25px;
}

footer .footerNewContainer .checkbox span::before {
  float: left;
  height: 25px;
  width: 25px;
  font-size: 18px;
  margin: 0 15px 0 0;
  line-height: 25px;
}

footer .footerNewContainer .bottomRow {
  color: #959595;
  font-size: 14px;
  margin-top: 65px;
}

footer .footerNewContainer .bottomRow a {
  margin-bottom: unset;
  display: unset;
  color: inherit;
}

footer .footerNewContainer .bottomRow .icon {
  font-size: 35px;
  line-height: 35px;
  margin: -20px 5px 0 5px;
  color: #F5F5F5;
}

#auth .required {
  color: #fd5a56;
}

#auth button {
  font-size: 20px;
  margin-top: 20px;
}

#auth button.selected {
  background-color: #e7e7e6;
}

#auth hr {
  height: 10px;
  border: 0;
  background: #e7e7e6;
  margin-bottom: 35px;
}

#auth .dropright {
  display: inline-block;
  float: none;
  margin-left: 10px;
  height: 24px;
}

#auth .dropright i {
  cursor: pointer;
}

#auth .dropright i:hover {
  color: #9aca3d;
}

#auth .dropright .dropdown-menu {
  width: 300px;
  padding: 10px;
}

#frontpage section {
  min-height: 100px;
  overflow: hidden;
}

#frontpage section.banners {
  padding: 10px 0 0;
}

#frontpage section.news.light-background {
  padding: 20px 0;
}

#frontpage .banner-image {
  display: block;
}

#frontpage .banner-image:first-child {
  margin-bottom: 25px;
}

@media (max-width: 612.98px) {
  #frontpage .banner-image {
    margin-bottom: 25px;
  }
}

#frontpage .banner-image img {
  max-width: 100%;
}

#frontpage .reveal-link {
  display: block;
  position: relative;
  overflow: hidden;
  height: 200px;
  background-color: #E8EBF0;
  background-repeat: no-repeat;
  background-position: top center;
  font-family: "quicksand";
  text-decoration: none;
  margin-bottom: 30px;
}

#frontpage .reveal-link:hover {
  text-decoration: none;
}

#frontpage .reveal-link:hover .name {
  bottom: -32px;
}

#frontpage .reveal-link:hover .reveal {
  opacity: 1;
}

#frontpage .reveal-link:hover .reveal > div {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

#frontpage .reveal-link .name {
  position: absolute;
  color: #4d4d4d;
  text-align: center;
  line-height: 32px;
  font-size: 21px;
  height: 32px;
  width: 100%;
  bottom: 22px;
  left: 0;
  transition: bottom 0.2s ease-out;
}

#frontpage .reveal-link .name .icon {
  display: none;
}

#frontpage .reveal-link .reveal {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  padding: 0 45px;
  transition: opacity 0.2s ease-out 0.1s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #cccccc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#frontpage .reveal-link .reveal > div {
  opacity: 0;
  transform: scale3d(2, 2, 1);
  transition: transform 0.2s ease-out 0.1s, opacity 0.2s ease-out 0.2s;
  width: 100%;
  position: relative;
  height: 100%;
}

#frontpage .reveal-link .reveal > div p {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  padding: 0;
  margin: 0;
}

@media (max-width: 612.98px) {
  #frontpage .reveal-link {
    height: auto;
    background: none !important;
    margin-bottom: 15px;
  }

  #frontpage .reveal-link .name {
    height: auto;
    position: relative;
    background: #e7e9ee;
    border: 1px solid #808080;
    bottom: 0;
    padding: 10px 0;
  }

  #frontpage .reveal-link .name .icon {
    display: inline-block;
  }

  #frontpage .reveal-link .reveal {
    display: none;
  }

  #frontpage .reveal-link:hover .name {
    bottom: 0;
  }
}

#frontpage .news-item {
  display: block;
  position: relative;
  margin: 29px 0;
}

#frontpage .news-item > div.text {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
}

#frontpage .news-item > div.text .row {
  height: 100%;
}

#frontpage .news-item > div.text .row *[class*=col-] {
  height: 100%;
}

#frontpage .news-item .text-box {
  border: 2px solid gray;
  font-family: "quicksand";
  color: #4d4d4d;
  font-size: 15px;
  line-height: 18px;
  height: 100%;
  padding: 0 30% 0 20px;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
  overflow: hidden;
  overflow-y: auto;
}

#frontpage .news-item .text-box h2 {
  font-size: 20px;
  margin: 25px 0 15px;
  transition: color 0.2s ease-out 0.1s;
}

#frontpage .news-item.left .text-box {
  padding: 0 30% 0 20px;
}

#frontpage .news-item.left:hover .text-box {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

#frontpage .news-item.right .text-box {
  padding: 0 20px 0 30%;
  text-align: right;
}

#frontpage .news-item.right:hover .text-box {
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.5);
}

#frontpage .news-item.green .text-box {
  border-color: #9aca3d;
}

#frontpage .news-item.green .text-box h2 {
  color: #9aca3d;
}

#frontpage .news-item.red .text-box {
  border-color: #f67272;
}

#frontpage .news-item.red .text-box h2 {
  color: #f67272;
}

#frontpage .news-item:hover.green .text-box {
  background-color: #9aca3d;
}

#frontpage .news-item:hover.green .text-box h2 {
  color: white;
}

#frontpage .news-item:hover.red .text-box {
  background-color: #f67272;
}

#frontpage .news-item:hover.red .text-box h2 {
  color: white;
}

@media (max-width: 612.98px) {
  #frontpage .news-item .text-box {
    padding: 20px;
    height: auto;
  }

  #frontpage .news-item .text-box h2 {
    color: white !important;
    margin: 25px 0;
  }

  #frontpage .news-item .text-box *:not(h2) {
    display: none;
  }

  #frontpage .news-item.green .text-box {
    background-color: #9aca3d;
  }

  #frontpage .news-item.red .text-box {
    background-color: #f67272;
  }
}

#frontpage .newsletter {
  background-image: url(/images/newsletter.jpg?86062134c56fac3d79d59611249eb81e);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  padding: 40px 0;
  color: black;
}

#frontpage .newsletter p {
  margin: 0;
}

#frontpage .newsletter h3 {
  font-weight: normal;
}

#frontpage .newsletter .form-group {
  margin-bottom: 3px;
}

#frontpage .newsletter .btn {
  margin-top: 9px;
  height: 40px;
}

#frontpage .newsletter a {
  color: inherit;
  text-decoration: underline;
}

#frontpage .newsletter .input-group {
  margin-bottom: 10px;
  max-height: 40px;
  background: white;
}

#frontpage .newsletter .input-group .input-group-prepend .input-group-text {
  background: white;
  color: #9aca3d;
  text-align: center;
  min-width: 40px;
  max-height: 40px;
  border: 0;
}

#frontpage .newsletter .input-group .input-group-prepend .input-group-text i {
  font-size: 26px;
  font-weight: bold;
}

#frontpage .newsletter .input-group .form-control {
  border: 0;
}

#frontpage .newsletter .input-group .form-control:focus {
  box-shadow: none;
}

#frontpage section.blog {
  margin: 60px 0 0;
}

#frontpage section.blog h1 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}

#frontpage section.blog h2 {
  font-weight: 300;
  font-size: 1.3rem;
  border-bottom: 2px solid #9aca3d;
}

#frontpage section.blog p {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 0.9rem;
}

#frontpage section.blog a {
  color: inherit;
  text-decoration: none;
}

#frontpage section.blog img {
  margin-bottom: 20px;
}

#frontpage section.blog .container .row + .row {
  margin-bottom: 90px;
}

@media screen and (max-width: 918px) {
  #frontpage section.blog .container .row + .row > div:nth-child(n+3) {
    display: none;
  }
}

@media screen and (max-width: 1190px) {
  #frontpage section.blog .container .row + .row > div:nth-child(n+4) {
    display: none;
  }
}

#frontpage section.blog .btn {
  float: right;
}

#welcome .carousel .carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 1px solid #E9E7E7;
  opacity: 1;
  border-radius: 50% 50%;
  margin-left: 12px;
  margin-right: 12px;
}

#welcome .carousel .carousel-indicators li.active {
  background-color: #96C63D;
  border-color: #96C63D;
}

#welcome .carousel .carousel-inner {
  height: 660px;
}

#welcome .carousel .carousel-inner .carousel-item {
  height: 100%;
  background-position: center center;
  background-size: cover;
}

#welcome .carousel .carousel-inner .carousel-item.isLink {
  cursor: pointer;
}

#welcome .carousel .carousel-inner .carousel-item .carousel-caption {
  font-family: "pontano sans";
  top: 270px;
  width: 800px;
  text-align: center;
  font-size: 32px;
  margin: 0 auto;
  z-index: 0;
}

#welcome .carousel .carousel-inner .carousel-item .carousel-caption h5 {
  font-size: 52px;
  font-weight: 800;
}

#welcome .carousel .carousel-inner .carousel-item .carousel-caption p {
  margin-bottom: 70px;
}

#welcome .carousel .carousel-inner .carousel-item .carousel-caption .btn {
  font-family: "pontano sans";
  font-size: 18px;
  letter-spacing: 5px;
  padding: 10px 27px;
}

@media (max-width: 1190.98px) {
  #welcome .carousel .carousel-inner {
    height: 480px;
  }

  #welcome .carousel .carousel-inner .carousel-item .carousel-caption {
    top: 0;
    width: unset;
    font-size: 30px;
    margin: 0 auto;
  }

  #welcome .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 46px;
  }

  #welcome .carousel .carousel-inner .carousel-item .carousel-caption p {
    margin-bottom: 50px;
  }
}

@media (max-width: 918.98px) {
  #welcome .carousel .carousel-inner {
    height: 360px;
  }

  #welcome .carousel .carousel-inner .carousel-item .carousel-caption {
    font-size: 18px;
  }

  #welcome .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 26px;
  }

  #welcome .carousel .carousel-inner .carousel-item .carousel-caption p {
    margin-bottom: 35px;
  }
}

#welcome .typewriter {
  display: table;
  width: 100%;
}

#welcome .typewriter .text {
  font-family: "pontano sans";
  background-color: #FAFAFA;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #808080;
  font-size: 30px;
  letter-spacing: 3px;
}

@media (max-width: 1190.98px) {
  #welcome .typewriter .text {
    font-size: 28px;
  }
}

@media (max-width: 918.98px) {
  #welcome .typewriter .text {
    font-size: 18px;
  }
}

#welcome .popular {
  margin-bottom: 80px;
}

#welcome .popular .title h2 {
  text-align: center;
  font-size: 40px;
  padding-top: 85px;
  padding-bottom: 60px;
}

#welcome .popular .scrollLeft {
  position: absolute;
  display: block;
  height: 376px;
  z-index: 50;
  line-height: 376px;
  font-size: 50px;
  color: #96C63D;
  right: 100%;
  transition: all 0.5s ease;
  top: 0;
  cursor: pointer;
}

#welcome .popular .scrollLeft.show {
  right: calc(50% + 376px + 376px);
  transition: all 0.5s ease;
}

#welcome .popular .scrollRight {
  position: absolute;
  display: block;
  height: 376px;
  z-index: 50;
  line-height: 376px;
  font-size: 50px;
  color: #96C63D;
  left: 100%;
  transition: all 0.5s ease;
  top: 0;
  cursor: pointer;
}

#welcome .popular .scrollRight.show {
  left: calc(50% + 376px + 376px);
  transition: all 0.5s ease;
}

#welcome .popular .popularContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 445px;
  white-space: nowrap;
}

#welcome .popular .popularContainer .item {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 376px;
  height: 445px;
  text-decoration: none;
}

#welcome .popular .popularContainer .item.posLeftOut {
  right: 100%;
  scale: 0.5;
  opacity: 0;
  transition: all 0.5s ease;
}

#welcome .popular .popularContainer .item.posRightOut {
  right: -376px;
  scale: 0.5;
  opacity: 0;
  transition: all 0.5s ease;
}

#welcome .popular .popularContainer .item.pos1 {
  right: calc(50% + 376px);
  scale: 1;
  opacity: 1;
  transition: all 0.5s ease;
}

#welcome .popular .popularContainer .item.pos2 {
  right: 50%;
  scale: 1;
  opacity: 1;
  transition: all 0.5s ease;
}

#welcome .popular .popularContainer .item.pos3 {
  right: calc(50% - 376px);
  scale: 1;
  opacity: 1;
  transition: all 0.5s ease;
}

#welcome .popular .popularContainer .item.pos4 {
  right: calc(50% - 376px - 376px);
  scale: 1;
  opacity: 1;
  transition: all 0.5s ease;
}

#welcome .popular .popularContainer .item .imageContainer {
  position: relative;
  display: block;
  width: 376px;
  height: 376px;
}

#welcome .popular .popularContainer .item .imageContainer .circle {
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  width: 376px;
  height: 317px;
  transition: height 0.1s linear 0.3s, width 0.3s linear;
}

#welcome .popular .popularContainer .item .imageContainer .image {
  position: relative;
  display: block;
  width: 376px;
  height: 376px;
  padding: 26px;
}

#welcome .popular .popularContainer .item .imageContainer .image .imageShadow {
  display: block;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.3);
}

#welcome .popular .popularContainer .item .imageContainer .image .imageShadow img {
  scale: 1;
  transition: scale 0.4s linear;
}

#welcome .popular .popularContainer .item .imageContainer::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 376px;
  height: 317px;
  background-image: url(/images/circle_stich.svg?5d4a662c9d13882d5e5ade12af33fc8e);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

#welcome .popular .popularContainer .item:hover .imageContainer .circle {
  width: 0;
  height: 150px;
  transition: height 0.1s linear, width 0.3s linear 0.1s;
}

#welcome .popular .popularContainer .item:hover .imageContainer .image .imageShadow img {
  scale: 1.2;
  transition: scale 0.4s linear;
}

#welcome .popular .popularContainer .item .text {
  text-align: center;
  padding: 0 26px;
  font-size: 24px;
  color: #666666;
  white-space: normal;
}

@media (max-width: 1589.98px) {
  #welcome .popular .title h2 {
    font-size: 34px;
    padding-top: 35px;
    padding-bottom: 20px;
  }

  #welcome .popular .showAllPopular {
    display: block;
    font-size: 40px;
    color: #96C63D;
    cursor: pointer;
    text-align: center;
  }

  #welcome .popular .showAllPopular.show {
    transform: rotate(180deg);
  }

  #welcome .popular .popularContainer {
    position: relative;
    width: unset;
    height: unset;
    max-height: 860px;
    transition: max-height 1s ease;
  }

  #welcome .popular .popularContainer.showAll {
    max-height: 2000px;
    transition: max-height 1s ease;
  }

  #welcome .popular .popularContainer .item {
    position: relative;
    top: unset;
    height: 425px;
  }

  #welcome .popular .popularContainer .item .text {
    font-size: 24px;
  }

  #welcome .popular .popularContainer .item .imageContainer {
    width: 356px;
    height: 356px;
    margin: 0 auto;
  }

  #welcome .popular .popularContainer .item .imageContainer .image {
    width: 356px;
    height: 356px;
  }

  #welcome .popular .popularContainer .item .imageContainer .image .imageShadow {
    width: 300px;
    height: 300px;
  }

  #welcome .popular .popularContainer .item .imageContainer .image img {
    width: 300px;
    height: 300px;
  }

  #welcome .popular .popularContainer .item .imageContainer::before {
    content: none;
  }
}

@media (max-width: 918.98px) {
  #welcome .popular .title h2 {
    font-size: 24px;
    padding-top: 25px;
    padding-bottom: 10px;
  }

  #welcome .popular .showAllPopular {
    display: block;
    font-size: 30px;
    color: #96C63D;
    cursor: pointer;
    text-align: center;
  }

  #welcome .popular .popularContainer {
    max-height: 480px;
    transition: max-height 1s ease;
  }

  #welcome .popular .popularContainer.showAll {
    max-height: 1000px;
    transition: max-height 1s ease;
  }

  #welcome .popular .popularContainer .item {
    height: 255px;
  }

  #welcome .popular .popularContainer .item .text {
    padding: 0 13px;
    font-size: 15px;
  }

  #welcome .popular .popularContainer .item .imageContainer {
    width: 180px;
    height: 180px;
  }

  #welcome .popular .popularContainer .item .imageContainer .image {
    width: 180px;
    height: 180px;
    padding: 13px;
  }

  #welcome .popular .popularContainer .item .imageContainer .image .imageShadow {
    width: 150px;
    height: 150px;
  }

  #welcome .popular .popularContainer .item .imageContainer .image img {
    width: 150px;
    height: 150px;
  }
}

#welcome .latest {
  position: relative;
  background-color: #FAFAFA;
  margin-bottom: 40px;
}

#welcome .latest .title h2 {
  text-align: center;
  font-size: 40px;
  padding-top: 85px;
  padding-bottom: 60px;
}

#welcome .sewingFavorites {
  position: relative;
  margin-bottom: 40px;
}

#welcome .sewingFavorites .title h2 {
  text-align: center;
  font-size: 40px;
  padding-top: 85px;
  padding-bottom: 60px;
}

#welcome .newOnBlog {
  position: relative;
  background-color: #FAFAFA;
  margin-bottom: 40px;
}

#welcome .newOnBlog .title h2 {
  text-align: center;
  font-size: 40px;
  padding-top: 85px;
  padding-bottom: 60px;
}

#welcome .newOnBlog .scrollLeft {
  position: absolute;
  display: block;
  height: 376px;
  z-index: 50;
  line-height: 376px;
  font-size: 50px;
  color: #96C63D;
  left: -90px;
  transition: all 0.5s ease;
  top: 0;
  cursor: pointer;
}

#welcome .newOnBlog .scrollLeft.show {
  left: 60px;
  transition: all 0.5s ease;
}

#welcome .newOnBlog .scrollLeft .bgcircle {
  position: absolute;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: -1;
  top: calc(50% - 45px);
  left: -15px;
  background-color: #FFF;
  opacity: 0.8;
}

#welcome .newOnBlog .scrollRight {
  position: absolute;
  display: block;
  height: 376px;
  z-index: 50;
  line-height: 376px;
  font-size: 50px;
  color: #96C63D;
  right: -90px;
  transition: all 0.5s ease;
  top: 0;
  cursor: pointer;
}

#welcome .newOnBlog .scrollRight.show {
  right: 90px;
  transition: all 0.5s ease;
}

#welcome .newOnBlog .scrollRight .bgcircle {
  position: absolute;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: -1;
  top: calc(50% - 45px);
  left: -25px;
  background-color: #FFF;
  opacity: 0.8;
}

#welcome .newOnBlog .blogContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 555px;
  white-space: nowrap;
}

#welcome .newOnBlog .blogContainer .blogPost {
  display: block;
  position: absolute;
  width: 680px;
  text-decoration: none;
  margin: 0 35px 80px 35px;
}

#welcome .newOnBlog .blogContainer .blogPost .last {
  display: block;
  width: 245px;
  height: 385px;
  border: 2px #96C63D solid;
  text-align: center;
  font-size: 36px;
  white-space: normal;
  padding-top: 100px;
}

#welcome .newOnBlog .blogContainer .blogPost.posLeftOut {
  right: 100%;
  scale: 0.5;
  opacity: 0;
  transition: all 0.5s ease;
}

#welcome .newOnBlog .blogContainer .blogPost.posRightOut {
  right: -720px;
  scale: 0.5;
  opacity: 0;
  transition: all 0.5s ease;
}

#welcome .newOnBlog .blogContainer .blogPost.pos1 {
  right: calc(50% + 80px);
  scale: 1;
  opacity: 1;
  transition: all 0.5s ease;
}

#welcome .newOnBlog .blogContainer .blogPost.pos2 {
  right: calc(50% + 80px - 680px - 70px);
  scale: 1;
  opacity: 1;
  transition: all 0.5s ease;
}

#welcome .newOnBlog .blogContainer .blogPost.pos3 {
  right: calc(50% + 80px - 680px - 70px - 680px - 70px);
  scale: 1;
  opacity: 1;
  transition: all 0.5s ease;
}

#welcome .newOnBlog .blogContainer .blogPost .imageContainer {
  display: block;
  overflow: hidden;
  width: 680px;
  height: 385px;
}

#welcome .newOnBlog .blogContainer .blogPost .imageContainer img {
  width: 100%;
  scale: 1;
  transition: scale 0.4s linear;
}

#welcome .newOnBlog .blogContainer .blogPost .title {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  color: #666666;
  padding-top: 15px;
  font-weight: bold;
  white-space: normal;
}

#welcome .newOnBlog .blogContainer .blogPost .text {
  text-align: left;
  font-size: 22px;
  line-height: 24px;
  color: #666666;
  padding-top: 10px;
  white-space: normal;
}

#welcome .newOnBlog .blogContainer .blogPost:hover .imageContainer img {
  scale: 1.2;
  transition: scale 0.4s linear;
}

@media (max-width: 1589.98px) {
  #welcome .newOnBlog .title h2 {
    font-size: 34px;
    padding-top: 35px;
    padding-bottom: 20px;
  }

  #welcome .newOnBlog .blogPostMobile {
    display: block;
    text-decoration: none;
    padding-bottom: 40px;
  }

  #welcome .newOnBlog .blogPostMobile img {
    width: 100%;
  }

  #welcome .newOnBlog .blogPostMobile .title {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    color: #666666;
    padding-top: 15px;
    font-weight: bold;
    white-space: normal;
  }

  #welcome .newOnBlog .blogPostMobile .text {
    text-align: left;
    font-size: 22px;
    line-height: 24px;
    color: #666666;
    padding-top: 30px;
    white-space: normal;
  }

  #welcome .newOnBlog .blogButtonMobile {
    display: inline-block;
    width: 260px;
    height: 54px;
    border: 2px #96C63D solid;
    text-align: center;
    font-size: 20px;
    line-height: 48px;
    margin-bottom: 30px;
  }

  #welcome .newOnBlog .blogButtonMobile .icon {
    float: right;
    padding-top: 2px;
    padding-right: 15px;
  }
}

@media (max-width: 918.98px) {
  #welcome .newOnBlog .title h2 {
    font-size: 24px;
    padding-top: 25px;
    padding-bottom: 10px;
  }
}

#welcome .fpText {
  font-size: 22px;
  line-height: 24px;
  color: #666666;
}

#welcome .gifAnimation {
  width: 80%;
  max-width: 600px;
}

#welcome .aboutBlock {
  margin-top: 90px;
  overflow: hidden;
  position: relative;
  height: 455px;
}

#welcome .aboutBlock .itemsContainer {
  padding-top: 100%;
  transition: padding-top 0.7s ease;
}

#welcome .aboutBlock .itemsContainer.show {
  padding-top: 0;
  transition: padding-top 0.7s ease;
}

#welcome .aboutBlock .itemsContainer .item {
  display: inline-block;
  width: 330px;
  height: 375px;
  text-decoration: none;
  margin-bottom: 80px;
  margin-left: 60px;
  margin-right: 60px;
}

#welcome .aboutBlock .itemsContainer .item .imageContainer {
  position: relative;
  display: block;
  width: 300px;
  height: 300px;
}

#welcome .aboutBlock .itemsContainer .item .imageContainer .stichCoverLeft {
  position: absolute;
  top: 0;
  right: -35px;
  width: 335px;
  height: 335px;
  border-left: 3px solid #FFF;
  transition: height 0.2s linear 0.6s;
}

#welcome .aboutBlock .itemsContainer .item .imageContainer .stichCoverTop {
  position: absolute;
  top: 0;
  right: -35px;
  width: 335px;
  height: 335px;
  border-top: 3px solid #FFF;
  transition: width 0.2s linear 0.4s;
}

#welcome .aboutBlock .itemsContainer .item .imageContainer .stichCoverRight {
  position: absolute;
  bottom: -35px;
  right: -35px;
  width: 335px;
  height: 335px;
  border-right: 3px solid #FFF;
  transition: height 0.2s linear 0.2s;
}

#welcome .aboutBlock .itemsContainer .item .imageContainer .stichCoverBottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 335px;
  height: 335px;
  border-bottom: 3px solid #FFF;
  transition: width 0.2s linear;
}

#welcome .aboutBlock .itemsContainer .item .imageContainer .image {
  position: relative;
  display: block;
  width: 300px;
  height: 300px;
  padding: 17px;
}

#welcome .aboutBlock .itemsContainer .item .imageContainer .image .imageShadow {
  display: block;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

#welcome .aboutBlock .itemsContainer .item .imageContainer .image .imageShadow img {
  width: 100%;
  scale: 1;
  transition: scale 0.8s linear;
}

#welcome .aboutBlock .itemsContainer .item .imageContainer::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 335px;
  height: 335px;
  background-image: url(/images/square_stich.svg?4ce977937faf81848ae432149cc2f93b);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

#welcome .aboutBlock .itemsContainer .item:hover .imageContainer .stichCoverLeft {
  height: 0px;
  transition: height 0.2s linear;
}

#welcome .aboutBlock .itemsContainer .item:hover .imageContainer .stichCoverTop {
  width: 0px;
  transition: width 0.2s linear 0.2s;
}

#welcome .aboutBlock .itemsContainer .item:hover .imageContainer .stichCoverRight {
  height: 0px;
  transition: height 0.2s linear 0.4s;
}

#welcome .aboutBlock .itemsContainer .item:hover .imageContainer .stichCoverBottom {
  width: 0px;
  transition: width 0.2s linear 0.6s;
}

#welcome .aboutBlock .itemsContainer .item:hover .imageContainer .image .imageShadow img {
  scale: 1.2;
  transition: scale 0.8s linear;
}

#welcome .aboutBlock .itemsContainer .item .text {
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 40px;
  color: #666666;
}

@media (max-width: 1589.98px) {
  #welcome .aboutBlock {
    margin-top: 50px;
    height: 355px;
  }

  #welcome .aboutBlock .itemsContainer {
    padding-top: 0;
  }

  #welcome .aboutBlock .itemsContainer .item {
    display: inline-block;
    width: 230px;
    height: 275px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  #welcome .aboutBlock .itemsContainer .item .imageContainer {
    width: 200px;
    height: 200px;
  }

  #welcome .aboutBlock .itemsContainer .item .imageContainer .stichCoverLeft {
    width: 0;
    height: 0;
  }

  #welcome .aboutBlock .itemsContainer .item .imageContainer .stichCoverTop {
    width: 0;
    height: 0;
  }

  #welcome .aboutBlock .itemsContainer .item .imageContainer .stichCoverRight {
    width: 0;
    height: 0;
  }

  #welcome .aboutBlock .itemsContainer .item .imageContainer .stichCoverBottom {
    width: 0;
    height: 0;
  }

  #welcome .aboutBlock .itemsContainer .item .imageContainer .image {
    width: 200px;
    height: 200px;
    padding: 17px;
  }

  #welcome .aboutBlock .itemsContainer .item .imageContainer .image .imageShadow {
    width: 200px;
    height: 200px;
  }

  #welcome .aboutBlock .itemsContainer .item .imageContainer .image .imageShadow img {
    width: 100%;
  }

  #welcome .aboutBlock .itemsContainer .item .imageContainer::before {
    content: none;
  }

  #welcome .aboutBlock .itemsContainer .item .text {
    font-size: 17px;
    margin-top: 30px;
  }
}

@media (max-width: 918.98px) {
  #welcome .aboutBlock {
    margin-top: 50px;
    height: auto;
  }

  #welcome .aboutBlock .itemsContainer {
    padding-top: 0;
  }

  #welcome .aboutBlock .itemsContainer .item {
    display: block;
    width: 227px;
    height: 275px;
    text-align: center;
    margin-left: calc(50% - 114px);
  }

  #welcome .aboutBlock .itemsContainer .item .imageContainer {
    display: inline-block;
    width: 220px;
    height: 220px;
  }

  #welcome .aboutBlock .itemsContainer .item .imageContainer .image {
    width: 220px;
    height: 220px;
    padding: 0;
  }

  #welcome .aboutBlock .itemsContainer .item .imageContainer .image .imageShadow {
    width: 220px;
    height: 220px;
  }

  #welcome .aboutBlock .itemsContainer .item .text {
    font-size: 17px;
    margin-top: 15px;
  }
}

#product-detail .top-padding-20 {
  padding-top: 20px;
}

#product-detail .btn {
  min-height: 41px;
}

#product-detail .icon-shopping-cart {
  animation: shake 14s infinite;
  animation-delay: 8s;
}

@keyframes shake {
  0.5%, 4.5% {
    transform: translate3d(-1px, 0, 0);
  }

  1%, 4% {
    transform: translate3d(2px, 0, 0);
  }

  1.5%, 2.5%, 3.5% {
    transform: translate3d(-4px, 0, 0);
  }

  2%, 3% {
    transform: translate3d(4px, 0, 0);
  }
}

#product-detail .product-images {
  display: block;
}

#product-detail .product-images:not(.tns-slider) {
  display: none;
}

#product-detail img.control {
  cursor: pointer;
}

#product-detail .title-container {
  margin-top: 50px;
  margin-bottom: 25px;
}

#product-detail .title-container h1 {
  font-size: 24pt;
  font-weight: bold;
}

#product-detail .title-container a {
  cursor: pointer;
  color: #808080;
}

#product-detail .title-container a:hover {
  color: #fd5a56;
}

#product-detail .title-container a.selected {
  color: #fd5a56;
}

#product-detail .title-container a.selected .icon-favourites::before {
  content: "\E00B";
}

#product-detail .title-container a.selected:hover {
  color: #808080;
}

#product-detail .title-container .icon-right {
  float: right;
  margin-left: 20px;
  font-size: 40px;
}

#product-detail .frameTitle {
  font-family: "quicksand";
  background-color: #e7e7e6;
  color: #6D6E70;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 10px;
  cursor: pointer;
}

#product-detail .frameContent {
  color: #4d4d4d;
  font-size: 16px;
  padding: 0 10px;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (max-width: 918.98px) {
  #product-detail iframe {
    width: 100%;
  }
}

#product-detail #productImages img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#product-detail #productImages .smallImagesOnProduct {
  max-height: 655px;
  overflow: hidden;
}

@media (max-width: 1589.98px) {
  #product-detail #productImages .smallImagesOnProduct {
    max-height: 466px;
  }
}

#product-detail .frameContent b {
  font-family: "quicksand";
  font-size: 15px;
  font-weight: bold;
  padding-right: 10px;
}

#product-detail .frameContent span.zaloga {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin-right: 10px;
}

#product-detail .frameContent span.zaloga.green {
  background-color: #9aca3d;
}

#product-detail .frameContent span.zaloga.yellow {
  background-color: #ffc107;
}

#product-detail .frameContent span.zaloga.red {
  background-color: #f67272;
}

#product-detail .frameContent .composition {
  line-height: 24px;
  clear: both;
}

#product-detail .frameContent .composition .dropleft {
  float: right;
  height: 24px;
}

#product-detail .frameContent .composition .dropleft i {
  cursor: pointer;
}

#product-detail .frameContent .composition .dropleft i:hover {
  color: #9aca3d;
}

#product-detail .frameContent .composition .dropleft .dropdown-menu {
  width: 300px;
  padding: 10px;
}

#product-detail .detailContent {
  color: #4d4d4d;
  font-size: 16px;
  padding: 0 10px 20px 10px;
}

#product-detail #discounts .card-body {
  position: relative;
  background-color: #f5f5f5;
  border: 1px solid #b3b3b3;
  padding: 10px 20px 10px 10px;
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 18px;
}

#product-detail #discounts .card-body .icon {
  position: absolute;
  top: -7px;
  right: -7px;
  font-size: 30px;
  color: #b3b3b3;
}

#product-detail #discounts .btn {
  border: 1px solid #b3b3b3;
  background-color: #b3b3b3;
  width: 100%;
  margin-bottom: 18px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}

#product-detail #discounts .btn.onTop {
  width: 210px;
  margin-bottom: 0;
}

#product-detail #discounts .btn.collapsed {
  color: #4d4d4d;
  background-color: #f5f5f5;
  margin-bottom: 18px;
}

#product-detail #discounts .btn:focus {
  box-shadow: none;
}

#product-detail #productColors .frameTitleGreen {
  margin-bottom: 30px;
}

#product-detail #productColors img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#category-overview h1 {
  margin-top: 20px;
  font-size: 2rem;
}

#category-overview .category-description {
  font-size: 20px;
  text-align: center;
  color: #808080;
  line-height: 24px;
  margin-bottom: 20px;
}

#category-overview .category-description p {
  margin: 0;
}

@media (max-width: 918.98px) {
  #category-overview .category-description {
    font-size: 16px;
    line-height: 19px;
  }
}

#category-overview .popularContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  margin-top: 20px;
}

#category-overview .popularContainer .item {
  display: inline-block;
  width: 220px;
  height: 320px;
  text-decoration: none;
}

#category-overview .popularContainer .item .imageContainer {
  position: relative;
  display: block;
  width: 220px;
  height: 220px;
  margin-bottom: 20px;
}

#category-overview .popularContainer .item .imageContainer .image {
  position: relative;
  display: block;
  width: 220px;
  height: 220px;
}

#category-overview .popularContainer .item .imageContainer .image .imageShadow {
  display: block;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.3);
}

#category-overview .popularContainer .item .imageContainer .image .imageShadow img {
  width: 220px;
  scale: 1;
  transition: scale 0.4s linear;
}

#category-overview .popularContainer .item .imageContainer:hover .image .imageShadow img {
  scale: 1.2;
  transition: scale 0.4s linear;
}

#category-overview .popularContainer .item .text {
  text-align: center;
  font-size: 17px;
  color: #666666;
  white-space: normal;
}

@media (max-width: 1190.98px) {
  #category-overview .popularContainer .item {
    width: 150px;
    height: 250px;
  }

  #category-overview .popularContainer .item .imageContainer {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }

  #category-overview .popularContainer .item .imageContainer .image {
    width: 150px;
    height: 150px;
  }

  #category-overview .popularContainer .item .imageContainer .image .imageShadow {
    width: 150px;
    height: 150px;
  }

  #category-overview .popularContainer .item .imageContainer .image .imageShadow img {
    width: 150px;
  }

  #category-overview .popularContainer .item .text {
    font-size: 15px;
  }
}

#category-overview .card .card-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#category-overview .card.filters .list-group-item:hover {
  color: #fd5a56;
}

#category-overview .card.filters .list-group-item .badge {
  cursor: pointer;
}

#category-overview .card.sidebar {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #b3b3b3;
}

#category-overview .card.sidebar .card-header {
  background: transparent;
  border-top: 2px solid #9aca3d;
  border-bottom: 2px solid #9aca3d;
  text-transform: uppercase;
}

#category-overview .card.sidebar .list-group-item {
  background: #fafafa;
  border-color: #b3b3b3;
  color: #6D6E70;
}

#category-overview .card.sidebar .list-group-item.active {
  color: #9aca3d;
  border-bottom-color: #9aca3d;
}

#category-overview .advert.card {
  border: none;
  height: 100%;
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#category-overview #filters {
  margin-bottom: 30px;
}

#category-overview #filters .dropdown {
  width: 100%;
  margin-bottom: 10px;
}

#category-overview #filters .dropdown .btn-outline-light {
  padding-right: 25px;
  height: 40px;
  box-shadow: none !important;
  border-color: #CCCCCC;
}

#category-overview #filters .dropdown .btn-outline-light:hover {
  background: #F7F5F5;
}

#category-overview #filters .dropdown .dropdown-toggle::after {
  position: absolute;
  font-family: "svet-metraze";
  margin-left: 0;
  vertical-align: 0;
  right: 25px;
  width: unset;
  height: unset;
  content: "\E006";
  border: 0;
}

#category-overview #filters .dropdown.show .dropdown-toggle {
  background: #F7F5F5;
}

#category-overview #filters .dropdown.show .dropdown-toggle::after {
  content: "\E007";
}

#category-overview #filters .dropdown .dropdown-menu {
  width: 100%;
  border-color: #CCCCCC;
  top: -1px !important;
  padding: 0;
  margin: 0;
  max-height: 310px;
  overflow-y: auto;
}

#category-overview #filters .dropdown .dropdown-menu .checkbox {
  display: block;
  border-bottom: 1px solid #d2d2d2;
}

#category-overview #filters .dropdown .dropdown-menu .checkbox label {
  margin-bottom: 0;
}

#category-overview #filters .dropdown .dropdown-menu .checkbox span::before {
  color: #9aca3d;
  border: 0;
  border-right: 1px solid #d2d2d2;
  font-weight: normal;
}

#category-overview #filters .dropdown .dropdown-menu .checkbox .color {
  display: block;
  width: 28px;
  height: 28px;
  margin: 5px;
  border: 1px solid #d2d2d2;
  float: right;
}

#category-overview #filters .dropdown .dropdown-menu .checkbox:last-child {
  border-bottom: 0;
}

#category-overview #sorting .dropdown {
  margin-top: 20px;
}

#category-overview .limit .dropdown,
#category-overview #limit .dropdown,
#category-overview #sorting .dropdown {
  width: 100%;
}

#category-overview .limit .dropdown .btn-outline-light,
#category-overview #limit .dropdown .btn-outline-light,
#category-overview #sorting .dropdown .btn-outline-light {
  padding-right: 25px;
  height: 40px;
  box-shadow: none !important;
  border-color: #CCCCCC;
}

#category-overview .limit .dropdown .btn-outline-light:hover,
#category-overview #limit .dropdown .btn-outline-light:hover,
#category-overview #sorting .dropdown .btn-outline-light:hover {
  background: #F7F5F5;
}

#category-overview .limit .dropdown .dropdown-toggle::after,
#category-overview #limit .dropdown .dropdown-toggle::after,
#category-overview #sorting .dropdown .dropdown-toggle::after {
  position: absolute;
  font-family: "svet-metraze";
  margin-left: 0;
  vertical-align: 0;
  right: 25px;
  width: unset;
  height: unset;
  content: "\E006";
  border: 0;
}

#category-overview .limit .dropdown.show .dropdown-toggle,
#category-overview #limit .dropdown.show .dropdown-toggle,
#category-overview #sorting .dropdown.show .dropdown-toggle {
  background: #F7F5F5;
}

#category-overview .limit .dropdown.show .dropdown-toggle::after,
#category-overview #limit .dropdown.show .dropdown-toggle::after,
#category-overview #sorting .dropdown.show .dropdown-toggle::after {
  content: "\E007";
}

#category-overview .limit .dropdown .dropdown-menu,
#category-overview #limit .dropdown .dropdown-menu,
#category-overview #sorting .dropdown .dropdown-menu {
  width: 100%;
  border-color: #CCCCCC;
  top: -1px !important;
  padding: 0;
  margin: 0;
  max-height: 310px;
  overflow-y: auto;
}

@media screen and (min-width: 320px) and (max-width: 918px) {
  #category-overview #product-list .col-sm-6:nth-child(odd),
  #category-overview #product-list .col-md-6:nth-child(odd) {
    padding-right: 7.5px;
  }

  #category-overview #product-list .col-sm-6:nth-child(even),
  #category-overview #product-list .col-md-6:nth-child(even) {
    padding-left: 7.5px;
  }
}

#user-profile button {
  font-size: 20px;
  margin-top: 20px;
}

#user-profile hr {
  height: 10px;
  border: 0;
  background: #e7e7e6;
  margin-bottom: 35px;
}

#user-profile h1 {
  margin-top: 20px;
  font-size: 2rem;
}

#user-profile .tableHeader {
  margin-top: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #666666;
  color: white;
  text-transform: uppercase;
}

@media (min-width: 613px) and (max-width: 918.98px) {
  #user-profile .tableHeader {
    margin-top: 30px;
  }
}

@media (max-width: 612.98px) {
  #user-profile .tableHeader {
    padding: 10px 0;
    font-size: 14px;
    margin-top: 0px;
    height: unset;
    line-height: normal;
  }
}

#user-profile .tableContent {
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 612.98px) {
  #user-profile .tableContent {
    border-bottom: 0;
    line-height: 20px;
    margin-top: 10px;
  }

  #user-profile .tableContent.borderRight {
    border-right: 1px solid #ccc;
  }

  #user-profile .tableContent.bottomRow {
    margin-bottom: 10px;
  }

  #user-profile .tableContent.topRow {
    overflow: hidden;
  }
}

#user-profile .dark {
  background-color: #FAFAFA;
}

#user-profile .detailOrderLink {
  color: #666666;
  text-decoration: underline;
}

#user-profile .detailOrderLink.detailOrderLink .toggleOpen {
  display: block;
}

#user-profile .detailOrderLink.detailOrderLink .toggleClose {
  display: none;
}

#user-profile .detailOrderLink.collapsed .toggleOpen {
  display: none;
}

#user-profile .detailOrderLink.collapsed .toggleClose {
  display: block;
}

#user-profile .detailOrder .tableHeader {
  margin-top: 0px;
  height: 40px;
  line-height: 40px;
  background-color: #E8E7E7;
  color: #666666;
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

@media (max-width: 612.98px) {
  #user-profile .detailOrder .tableHeader {
    font-size: 14px;
    height: unset;
    line-height: normal;
    padding: 10px 10px;
  }
}

#user-profile .detailOrder .tableContent {
  line-height: 40px;
  border-bottom: 2px solid #ccc;
}

@media (max-width: 612.98px) {
  #user-profile .detailOrder .tableContent {
    line-height: 20px;
    margin-top: 10px;
  }

  #user-profile .detailOrder .tableContent.topRow {
    border-bottom: 0;
  }
}

#user-profile .detailOrder .tableContentSum {
  height: 40px;
  line-height: 40px;
}

#user-profile .detailOrder .tableContentTotal {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  background-color: #E8E7E7;
  border-top: 3px solid #ccc;
}

#user-profile .detailOrder table {
  width: 100%;
}

#user-profile .detailOrder table tr {
  border-bottom: 3px solid #ccc;
}

#user-profile .detailOrder table tr td {
  padding-top: 20px;
  padding-right: 20px;
}

#user-profile .detailOrder table tr td.title {
  color: #999;
}

#user-profile .detailOrder .btn-outline-green {
  line-height: 30px;
  padding: 5px 25px 0 25px;
}

#user-profile .detailOrder .btn-outline-green .icon {
  transition: color 0.15s ease-in-out;
  color: #9aca3d;
  font-size: 30px;
  float: right;
  line-height: 30px;
  margin-left: 40px;
}

#user-profile .detailOrder .btn-outline-green:hover .icon {
  color: #000;
}

#user-profile .detailOrder .btn-outline-medium-gray {
  margin-top: 10px;
  width: 210px;
  line-height: 20px;
  padding: 5px 25px;
  text-align: center;
  font-size: 16px;
}

#user-profile .detailOrder .btn-outline-medium-gray .icon {
  display: block;
  height: 40px;
  font-size: 30px;
  float: right;
  line-height: 35px;
  margin-left: 20px;
}

#user-profile .detailOrder .icon-arrow-up {
  font-size: 25px;
}

#user-profile .detailOrder .borderBottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

#user-profile .strongText {
  color: #333333;
  text-decoration: underline;
  font-size: 18px;
}

#user-profile .frameTitleGreenCard {
  margin-top: 0;
  margin-bottom: 20px;
}

#user-profile .cardData {
  margin-left: 15px;
}

#bottomMenuUser {
  background-color: #9aca3d;
  color: #4d4d4d;
  font-family: "quicksand";
  font-size: 16px;
  line-height: 40px;
  align-self: flex-end;
}

#bottomMenuUser .padding0px {
  padding: 0;
}

#bottomMenuUser .padding0px .linkContainer {
  width: 100%;
  height: calc(100% - 20px);
  margin: 10px 0;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px #4d4d4d solid;
}

#bottomMenuUser .padding0px:nth-child(4) .linkContainer {
  border-right: 0;
}

#bottomMenuUser .padding0px .noBorder {
  border: 0;
}

#bottomMenuUser .icon {
  float: left;
  font-size: 40px;
  line-height: 45px;
}

#bottomMenuUser .icon.smaller {
  font-size: 30px;
}

#bottomMenuUser span {
  display: inline-block;
  width: calc(100% - 50px);
  padding-left: 5px;
  vertical-align: middle;
  line-height: normal;
}

#bottomMenuUser .selected {
  background-color: #f5f5f5;
}

#bottomMenuUser .bottomLink {
  color: #4d4d4d;
}

@media (min-width: 613px) and (max-width: 1190px) {
  #bottomMenuUser .icon {
    float: none;
    display: block;
  }

  #bottomMenuUser span {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 612.98px) {
  #bottomMenuUser {
    padding: 0;
  }

  #bottomMenuUser .padding0px {
    border-bottom: 1px solid #808080;
  }

  #bottomMenuUser .padding0px .linkContainer {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 0;
  }
}

#favorites h1 {
  margin-top: 20px;
  font-size: 2rem;
}

#favorites .leftCol .title {
  font-size: 18px;
  color: #6D6E70;
  font-family: "quicksand";
  font-weight: bold;
  border-top: 2px #9aca3d solid;
  border-bottom: 2px #9aca3d solid;
  line-height: 38px;
  padding-left: 12px;
}

#favorites .leftCol .item {
  font-size: 16px;
  color: #6D6E70;
  font-family: "pontano sans";
  border-bottom: 1px #b3b3b3 solid;
  padding: 9px 12px;
  cursor: pointer;
}

#favorites .leftCol .item a {
  color: #6D6E70;
}

#favorites .leftCol .item:hover {
  border-bottom: 1px #9aca3d solid;
  color: #9aca3d;
}

#favorites .leftCol .item.selected {
  border-bottom: 1px #9aca3d solid;
  color: #9aca3d;
}

#favorites .leftCol .item.edit {
  position: relative;
  padding: 0 0 0 45px;
  line-height: 42px;
}

#favorites .leftCol .item.edit::before {
  position: absolute;
  font-family: "svet-metraze";
  font-size: 20px;
  left: 12px;
  content: "\E021";
}

#favorites .leftCol .item.closeEdit {
  position: relative;
  padding: 0 0 0 45px;
  line-height: 42px;
}

#favorites .leftCol .item.closeEdit::before {
  position: absolute;
  font-family: "svet-metraze";
  font-size: 20px;
  left: 12px;
  color: #fd5a56;
  content: "\E007";
}

#favorites .leftCol .item.add {
  position: relative;
  padding: 0 0 0 45px;
  line-height: 42px;
}

#favorites .leftCol .item.add::before {
  position: absolute;
  font-family: "svet-metraze";
  font-size: 20px;
  left: 12px;
  content: "\E024";
}

#favorites .leftCol .item i {
  float: right;
}

#favorites .leftCol .item i:hover {
  color: #fd5a56;
}

#favorites .leftCol .item input {
  margin: 0;
  height: 24px;
  border: 0;
  outline: none;
}

#favorites .leftCol .item input::-moz-placeholder {
  color: #b3b3b3;
}

#favorites .leftCol .item input::placeholder {
  color: #b3b3b3;
}

#favorites-product-edit {
  font-size: 19px;
}

#favorites-product-edit .modal-dialog .modal-content {
  padding: 40px 30px;
}

#favorites-product-edit .modal-dialog .modal-content .modal-body {
  border: 1px #B3B3B3 solid;
  padding: 10px;
}

#favorites-product-edit .modal-dialog .modal-content .modal-body .close {
  font-size: 15px;
}

#favorites-product-edit .modal-dialog .modal-content .modal-body .content {
  padding: 0 55px;
}

#favorites-product-edit .modal-dialog .modal-content .modal-body .content .title {
  font-size: 32px;
  margin-bottom: 15px;
}

#favorites-product-edit .modal-dialog .modal-content .modal-body .content .productName {
  margin: 20px;
}

#favorites-product-edit .modal-dialog .modal-content .modal-body .content .btn-dropdown {
  position: relative;
  text-align: left;
  box-shadow: unset;
}

#favorites-product-edit .modal-dialog .modal-content .modal-body .content .btn-dropdown::after {
  border: 0;
  font-family: "svet-metraze";
  content: "\E006";
  font-size: 22px;
  right: 35px;
  line-height: 25px;
  position: absolute;
}

#favorites-product-edit .modal-dialog .modal-content .modal-body .content .dropdown-menu {
  top: -2px !important;
}

#favorites-product-edit .modal-dialog .modal-content .modal-body .content .dropdown-menu .dropdown-item {
  cursor: pointer;
}

#favorites-product-edit .modal-dialog .modal-content .modal-body .content .btn-outline-green {
  margin-top: 35px;
}

#favorites-product-edit .modal-dialog .modal-content .modal-body .content .delete {
  display: block;
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
  float: right;
  font-size: 16px;
  cursor: pointer;
}

#favorites-product-edit .modal-dialog .modal-content .modal-body .content .delete::after {
  font-family: "svet-metraze";
  content: "\E046";
  font-size: 28px;
  margin-left: 10px;
}

#favorites-product-edit .modal-dialog .modal-content .modal-body .content .delete:hover {
  color: #f67272;
}

#discount-card .frame-titleBCG-gray {
  color: #6D6E70;
  font-size: 21px;
  padding: 15px 0;
  text-transform: uppercase;
}

#discount-card .required {
  color: #fd5a56;
}

#discount-card .dropright {
  display: inline-block;
  float: none;
  margin-left: 10px;
  height: 24px;
}

#discount-card .dropright i {
  cursor: pointer;
}

#discount-card .dropright i:hover {
  color: #9aca3d;
}

#discount-card .dropright .dropdown-menu {
  width: 300px;
  padding: 10px;
}

#shopping-cart .tableHeader {
  font-family: "quicksand";
  margin-top: 50px;
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  background-color: #666666;
  color: white;
  text-transform: uppercase;
}

@media (max-width: 918.98px) {
  #shopping-cart .tableHeader {
    margin-top: 25px;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
  }
}

#shopping-cart .margin-nagative-15-left {
  margin-left: -15px;
  padding-right: 0;
}

@media (max-width: 612.98px) {
  #shopping-cart .margin-nagative-15-left {
    margin-left: 0px;
  }
}

#shopping-cart .tableRow {
  padding: 10px 0;
  border-bottom: 1px solid #999999;
  font-size: 18px;
}

#shopping-cart .tableRow a {
  color: #666666;
}

#shopping-cart .tableRow img {
  width: 100%;
  height: auto;
}

@media (max-width: 612.98px) {
  #shopping-cart .tableRow img {
    margin-bottom: 15px;
  }
}

#shopping-cart .tableRow .price {
  position: absolute;
  bottom: 0;
}

@media (max-width: 918.98px) {
  #shopping-cart .tableRow {
    font-size: 16px;
  }

  #shopping-cart .tableRow .price {
    display: none;
  }
}

#shopping-cart .freeDeliveryWarning {
  border: 2px solid #f67272;
  padding: 25px;
  margin-top: 25px;
  font-family: "quicksand";
  font-size: 21px;
  margin-right: 0;
}

#shopping-cart .freeDeliveryWarning .text {
  border-bottom: 2px solid #f67272;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#shopping-cart .freeDeliveryWarning .valueLeft {
  color: #fd5a56;
  font-size: 28px;
}

@media (max-width: 612.98px) {
  #shopping-cart .freeDeliveryWarning {
    border: 1px solid #f67272;
    font-size: 18px;
    padding: 10px;
    margin-left: 0px;
  }

  #shopping-cart .freeDeliveryWarning .text {
    border-bottom: 1px solid #f67272;
  }

  #shopping-cart .freeDeliveryWarning .valueLeft {
    font-size: 20px;
  }
}

#shopping-cart .summary {
  margin-top: 25px;
}

#shopping-cart .summary .tableRow {
  padding: 5px 0;
  border-bottom: 0;
}

#shopping-cart .summary .tableRow .padding-0 {
  padding-right: 0px;
  padding-left: 0px;
}

#shopping-cart .summary .tableRow .input-group-prepend {
  border: 1px solid #CCCCCC;
  padding: 6px 5px;
  line-height: 1.5;
  width: 140px;
}

#shopping-cart .summary .tableRow input {
  text-align: center;
}

#shopping-cart .summary .tableRow .input-group-append {
  border: 1px solid #CCCCCC;
  width: 90px;
}

#shopping-cart .summary .tableRow .total {
  font-size: 22px;
  padding: 5px 10px;
  border-top: 2px solid #999999;
  background: #E8E7E7;
}

#shopping-cart .buttonContainer {
  margin-top: 80px;
}

#shopping-cart .buttonContainer button {
  padding: 3px 30px 0 30px;
  font-size: 20px;
  width: 327px;
  line-height: 30px;
}

#shopping-cart .buttonContainer button .icon-arrow-forward {
  float: right;
  font-size: 30px;
}

#shopping-cart .buttonContainer button .icon-arrow-back {
  float: left;
  font-size: 30px;
}

@media (max-width: 612.98px) {
  #shopping-cart .buttonContainer {
    margin-top: 30px;
  }

  #shopping-cart .buttonContainer button {
    padding: 3px 5px 0 5px;
    font-size: 14px;
    width: 100%;
    line-height: 20px;
  }

  #shopping-cart .buttonContainer button .icon-arrow-forward {
    font-size: 18px;
  }

  #shopping-cart .buttonContainer button .icon-arrow-back {
    font-size: 18px;
  }

  #shopping-cart .buttonContainer button span {
    display: none;
  }
}

#shopping-cart .frameTitleGreen {
  font-size: 20px;
  font-family: "pontano sans";
  padding: 15px;
}

#shopping-cart .loginFrame {
  border: 2px solid #b3b3b3;
}

#shopping-cart .loginFrame .titleLogin {
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 0px;
}

#shopping-cart .loginFrame .titleNewUser {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 45px;
  background-color: #E8E7E7;
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
}

#shopping-cart .loginFrame .margin-bottom-20 {
  margin-bottom: 20px;
}

#shopping-cart .loginFrame .advantage {
  display: block;
  width: 100%;
  line-height: 25px;
  margin: 10px 0;
  clear: both;
}

#shopping-cart .loginFrame .advantage .icon {
  float: left;
  font-size: 25px;
  color: #9aca3d;
  margin-right: 25px;
}

#shopping-cart .loginFrame .noReg {
  margin-left: 20px;
  width: 330px;
}

@media (max-width: 612.98px) {
  #shopping-cart .loginFrame {
    border: 0;
  }

  #shopping-cart .loginFrame .noReg {
    margin-left: 0px;
    width: 100%;
  }
}

#shopping-cart hr {
  height: 10px;
  border: 0;
  background: #e7e7e6;
  margin-bottom: 35px;
}

#shopping-cart hr.wide {
  width: calc(100% + 15px);
}

@media (max-width: 612.98px) {
  #shopping-cart hr.wide {
    width: 100%;
  }
}

#shopping-cart .btn-outline-green {
  font-size: 20px;
  margin: 30px 0;
}

#shopping-cart .required {
  color: #fd5a56;
}

#shopping-cart hr.green {
  height: 2px;
  border: 0;
  background: #9aca3d;
  margin: 50px 0;
}

#shopping-cart .label {
  line-height: 38px;
}

#shopping-cart .checkoutTitle {
  font-family: "quicksand";
  margin-top: 50px;
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  background-color: #666666;
  color: white;
  text-transform: uppercase;
  margin-bottom: 50px;
}

#shopping-cart table tr td {
  padding-right: 15px;
}

#shopping-cart .btn-outline-link {
  font-size: 18px;
  background: #E7E7E6;
  border: 1px solid #CCCCCC;
  margin: 40px 0;
  color: #6D6E70;
}

#shopping-cart .btn-outline-link .icon {
  float: right;
  font-size: 23px;
  line-height: 24px;
}

#shopping-cart .radio2 {
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
}

#shopping-cart .radio2 input[type=radio] {
  display: none;
}

#shopping-cart .radio2 label {
  padding-left: 0;
  display: block;
}

#shopping-cart .radio2 span {
  cursor: pointer;
  line-height: 22px;
  display: block;
}

#shopping-cart .radio2 span:before {
  font-family: "svet-metraze";
  font-size: 22px;
  float: left;
  position: relative;
  width: 22px;
  height: 100%;
  border: 0;
  /* radio Styles */
  content: "\E04B";
  color: #6D6E70;
  margin: 0 10px 0 0;
}

#shopping-cart .radio2 span div {
  padding-left: 35px;
}

#shopping-cart .radio2 span div .name {
  padding-left: 0;
  border-bottom: 1px solid #6D6E70;
  width: calc(100% + 15px);
  font-size: 20px;
}

#shopping-cart .radio2 span div .name .rightContent {
  float: right;
  font-size: 18px;
}

#shopping-cart .radio2 span div .name .rightContent i {
  font-size: 40px;
  line-height: 10px;
}

#shopping-cart .radio2 span div .name .rightContent i.small {
  font-size: 28px;
}

@media (max-width: 918.98px) {
  #shopping-cart .radio2 span div .name {
    width: 100%;
  }
}

#shopping-cart .radio2 span div .nameNoChange {
  padding-left: 0;
  border-bottom: 1px solid #6D6E70;
  width: calc(100% + 15px);
  font-size: 20px;
}

#shopping-cart .radio2 span div .nameNoChange .rightContent {
  float: right;
  font-size: 18px;
}

#shopping-cart .radio2 span div .nameNoChange .rightContent i {
  font-size: 40px;
  line-height: 10px;
}

#shopping-cart .radio2 span div .nameNoChange .rightContent i.small {
  font-size: 28px;
}

#shopping-cart .radio2 span div .nameNoChange .rightContent i.klarna {
  font-size: 100px;
}

@media (max-width: 612.98px) {
  #shopping-cart .radio2 span div .nameNoChange {
    width: 100%;
  }
}

#shopping-cart .radio2 span div .nameNarrow {
  width: 100%;
}

#shopping-cart .radio2 span div .text {
  padding-left: 0;
  padding-top: 3px;
  font-size: 16px;
}

#shopping-cart .radio2 span div .creditCard {
  height: 0px;
  overflow: hidden;
  transition: height 0.2s ease-out;
}

#shopping-cart .radio2 span div .creditCartInfo {
  padding-left: 0;
  color: #f67272;
  font-size: 20px;
  margin-top: 25px;
}

#shopping-cart .radio2 span div .cardContainer {
  padding-left: 0;
  margin-top: 20px;
}

#shopping-cart .radio2 input[type=radio]:checked + span:before {
  font-family: "svet-metraze";
  font-size: 22px;
  color: #6D6E70;
  content: "\E04C";
}

#shopping-cart .radio2 input[type=radio]:checked + span div .name {
  color: #9aca3d;
}

#shopping-cart .radio2 input[type=radio]:checked + span div .creditCard {
  height: 380px;
}

#shopping-cart .detailOrder .tableHeader {
  margin-top: 0px;
  height: 40px;
  line-height: 40px;
  background-color: #E8E7E7;
  color: #666666;
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  font-size: 14px;
}

@media (max-width: 612.98px) {
  #shopping-cart .detailOrder .tableHeader {
    font-size: 14px;
    height: unset;
    line-height: normal;
    padding: 10px 10px;
  }
}

#shopping-cart .detailOrder .tableContent {
  line-height: 40px;
  border-bottom: 2px solid #ccc;
}

@media (max-width: 612.98px) {
  #shopping-cart .detailOrder .tableContent {
    line-height: 20px;
    margin-top: 10px;
  }

  #shopping-cart .detailOrder .tableContent.topRow {
    border-bottom: 0;
  }
}

#shopping-cart .detailOrder .tableContentSum {
  height: 40px;
  line-height: 40px;
}

#shopping-cart .detailOrder .tableContentTotal {
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  background-color: #E8E7E7;
  border-top: 3px solid #ccc;
}

#shopping-cart .detailOrder table {
  width: calc(100% + 15px);
}

#shopping-cart .detailOrder table tr {
  border-bottom: 3px solid #ccc;
}

#shopping-cart .detailOrder table tr td {
  padding-top: 20px;
  padding-right: 20px;
}

#shopping-cart .detailOrder table tr td.title {
  color: #999;
}

#shopping-cart .shopping-cart--register button.selected {
  background-color: #e7e7e6;
}

#thankyou .frame {
  margin-top: 65px;
  border: 2px solid #b3b3b3;
  padding: 45px 35px;
}

#thankyou .frame .title {
  color: #9aca3d;
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
}

#thankyou .frame .orderNumber {
  font-size: 18px;
  margin: 20px 0;
  text-decoration: underline;
}

#thankyou .frame .text {
  text-align: center;
}

#thankyou .frame .text .btn-outline-medium-gray {
  width: 210px;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 16px;
}

#thankyou .frame .text .btn-outline-medium-gray .icon {
  display: block;
  height: 40px;
  font-size: 30px;
  float: right;
  line-height: 35px;
  margin-left: 20px;
}

#jobs textarea {
  height: 297px;
}

#jobs button {
  font-size: 20px;
}

#jobs .frame {
  margin-top: 65px;
  border: 2px solid #b3b3b3;
  padding: 45px 35px;
}

#jobs .frame .title {
  color: #9aca3d;
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 40px;
}

#jobs .frame .text {
  text-align: center;
}

#sewing .topFrameText {
  background-color: #e7e9ee;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  color: #4d4d4d;
  font-size: 21px;
  padding: 20px;
}

#sewing img {
  width: 100%;
  height: auto;
}

#sewing .post {
  margin-top: 50px;
  font-size: 16px;
}

#sewing .post .title {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}

@media (max-width: 612.98px) {
  #sewing .post .title {
    margin-top: 15px;
  }
}

#sewing .post .text {
  padding-bottom: 45px;
}

#sewing .post .btn {
  padding: 5px 45px 5px 15px;
  position: absolute;
  bottom: 0;
  left: 15px;
  font-size: 18px;
  line-height: 30px;
}

#sewing .post .btn .icon {
  position: absolute;
  right: 5px;
  color: #9aca3d;
  font-size: 23px;
  line-height: 23px;
  padding-top: 4px;
}

#sewing .rightCol {
  height: 100%;
  background-color: #e7e9ee;
  padding: 10px;
}

#sewing .rightCol .title {
  font-family: "quicksand";
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}

#sewing h3 {
  font-family: "quicksand";
  font-size: 21px;
  color: #4d4d4d;
  margin-top: 65px;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 3px;
  margin-bottom: 0;
}

#sewing .creation {
  margin-top: 30px;
  width: 100%;
  height: auto;
}

#sewing .required {
  color: #fd5a56;
}

#sewing textarea {
  height: 170px;
}

#sewing p {
  padding: 0;
  margin: 0;
}

#blog .header {
  font-family: "quicksand";
  background-image: url(/images/newsletter.jpg?86062134c56fac3d79d59611249eb81e);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 32px;
  text-align: center;
  height: 120px;
  color: #000;
  padding: 35px 0;
  margin-top: -8px;
}

#blog .topCategory {
  margin-top: 30px;
}

#blog .topCategory a {
  color: #6E6E6E;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "quicksand";
}

#blog .topCategory a.selected {
  color: #f67272;
}

#blog .topCategory a .icon {
  font-size: 50px;
  line-height: 50px;
}

#blog .topCategory a:hover {
  color: #f67272;
  text-decoration: none;
}

#blog .subCategory {
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  margin-bottom: 50px;
}

#blog .subCategory a {
  color: #6E6E6E;
  font-size: 18px;
  border-left: 1px solid #b3b3b3;
  line-height: 40px;
  padding-left: 15px;
}

#blog .subCategory a.selected {
  color: #f67272;
}

#blog .subCategory a .icon {
  font-size: 50px;
  line-height: 50px;
}

#blog .subCategory a:hover {
  color: #f67272;
  border-left: 1px solid #f67272;
  text-decoration: none;
}

#blog .post {
  margin: 25px 0;
}

#blog .post a {
  text-decoration: none;
  color: #666666;
}

#blog .post a img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

#blog .post a .title {
  font-family: "quicksand";
  font-weight: bold;
  color: #4d4d4d;
  font-size: 21px;
  border-bottom: 1px solid #b3b3b3;
}

#blog .date {
  font-size: 14px;
  text-align: right;
}

#blog h1 {
  font-family: "quicksand";
  font-size: 32px;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

#blog .breadcrumbs {
  margin: 20px 0;
}

#blog .post-image img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

#blog .summary {
  background-color: #e7e9ee;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 25px;
  padding: 10px;
  text-align: center;
  margin-bottom: 50px;
}

#blog .contentText {
  text-align: center;
}

#blog .contentText img {
  max-width: 100%;
  height: auto;
}

#blog .contentText iframe {
  max-width: 100%;
}

@media (max-width: 1190.98px) {
  #blog .contentText .table-responsive table td {
    display: block;
    width: 100% !important;
  }
}

#blog .sharing {
  font-size: 18px;
  color: #6E6E6E;
  margin-top: 40px;
}

#blog .sharing .icon {
  font-size: 30px;
  margin-left: 10px;
}

#blog .otherCategoies .title {
  font-size: 21px;
  line-height: 25px;
  font-family: "quicksand";
  color: #4d4d4d;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 15px;
}

#blog .otherCategoies a {
  display: block;
  background-color: #FAFAFA;
  border-bottom: 1px solid #b3b3b3;
  color: #6E6E6E;
  padding: 10px;
}

#blog .topCategoryBottom {
  border-top: 1px solid #b3b3b3;
  margin-right: 0;
  margin-left: 0;
  padding-top: 25px;
  margin-top: 70px;
  margin-bottom: -40px;
}

#blog .topCategoryBottom a {
  color: #6E6E6E;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "quicksand";
}

#blog .topCategoryBottom a .icon {
  font-size: 50px;
  line-height: 50px;
}

#blog .topCategoryBottom a:hover {
  color: #f67272;
  text-decoration: none;
}

#blog .navigation {
  margin-top: 70px;
  font-size: 21px;
  color: #6E6E6E;
}

#blog .navigation .btn-outline-medium-gray {
  padding: 6px 7px 0 7px;
}

#blog .navigation .btn-outline-medium-gray .icon {
  font-size: 25px;
  line-height: 25px;
  color: #808080;
}

#blog .navigation .marginLeft20px {
  margin-left: 20px;
}

#blog .navigation .marginRight20px {
  margin-right: 20px;
}

#blog p {
  padding: 0;
  margin: 0;
}

#subpage h3 {
  font-family: "quicksand";
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #4d4d4d;
}

#subpage p {
  padding: 0;
  margin: 0;
}

#subpage iframe {
  max-width: 100%;
}

#subpage .landingpage {
  background: #FFF;
  margin-top: -6px;
  margin-bottom: -60px;
}

@media (max-width: 1190.98px) {
  #subpage .landingpage .table-responsive table td {
    display: block;
    width: 100% !important;
  }
}

@media (max-width: 1589.98px) {
  #subpage .landingpage {
    margin-top: -60px;
  }
}

@media (max-width: 1190.98px) {
  #subpage .landingpage {
    margin-top: -8px;
  }
}

@media (max-width: 612.98px) {
  #subpage .landingpage {
    margin-top: -58px;
  }
}

#contact .btn-outline-green {
  font-size: 21px;
  font-family: "quicksand";
  color: #4d4d4d;
}

#contact .opening {
  margin-top: 15px;
}

#contact .opening .open {
  font-size: 18px;
  color: #9aca3d;
}

#contact .opening .closed {
  font-size: 18px;
  color: #fd5a56;
}

#contact hr {
  height: 10px;
  border: 0;
  background: #e7e7e6;
  margin-bottom: 35px;
}

#contact hr.small {
  height: 1px;
  background: #999999;
  margin-bottom: 25px;
}

#contact h3 {
  margin-bottom: 35px;
  font-family: "quicksand";
  font-size: 32px;
  color: #4d4d4d;
  padding-left: 10px;
}

#contact img {
  margin-top: 30px;
  width: 100%;
  height: auto;
}

#contact .margin0 {
  margin-top: 0px;
}

#contact .title {
  font-family: "quicksand";
  font-size: 21px;
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom: 40px;
}

#contact .borderLeft {
  border-left: 1px solid #999999;
}

#contact a {
  color: #4d4d4d;
}

section.icons ol,
section.icons ul {
  list-style: none;
}

section.icons table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

section.icons caption,
section.icons th,
section.icons td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

section.icons .small {
  font-size: 14px;
  color: #a5adb4;
}

section.icons .small a {
  color: #a5adb4;
}

section.icons .small a:hover {
  color: #fb565e;
}

section.icons .glyphs.character-mapping {
  margin: 0 0 20px 0;
  padding: 20px 0 20px 30px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #d8e0e5;
  border-radius: 3px;
}

section.icons .glyphs.character-mapping li {
  margin: 0 30px 20px 0;
  display: inline-block;
  width: 90px;
}

section.icons .glyphs.character-mapping .icon {
  margin: 10px 0 10px 15px;
  padding: 15px;
  position: relative;
  width: 55px;
  height: 55px;
  color: #162a36 !important;
  overflow: hidden;
  border-radius: 3px;
  font-size: 32px;
}

section.icons .glyphs.character-mapping .icon svg {
  fill: #000;
}

section.icons .glyphs.character-mapping input {
  margin: 0;
  padding: 5px 0;
  line-height: 12px;
  font-size: 12px;
  display: block;
  width: 100%;
  border: 1px solid #d8e0e5;
  border-radius: 5px;
  text-align: center;
  outline: 0;
}

section.icons .glyphs.character-mapping input:focus {
  border: 1px solid #fbde4a;
  box-shadow: inset 0 0 3px #fbde4a;
}

section.icons .glyphs.character-mapping input:hover {
  box-shadow: inset 0 0 3px #fbde4a;
}

section.icons .glyphs.css-mapping {
  margin: 0 0 60px 0;
  padding: 30px 0 20px 30px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #d8e0e5;
  border-radius: 3px;
}

section.icons .glyphs.css-mapping li {
  margin: 0 30px 20px 0;
  padding: 0;
  display: inline-block;
  overflow: hidden;
}

section.icons .glyphs.css-mapping .icon {
  margin: 0;
  margin-right: 10px;
  padding: 13px;
  height: 50px;
  width: 50px;
  color: #162a36 !important;
  overflow: hidden;
  float: left;
  font-size: 24px;
}

section.icons .glyphs.css-mapping input {
  margin: 0;
  margin-top: 5px;
  padding: 8px;
  line-height: 16px;
  font-size: 16px;
  display: block;
  width: 150px;
  height: 40px;
  border: 1px solid #d8e0e5;
  border-radius: 5px;
  background: #fff;
  outline: 0;
  float: right;
}

section.icons .glyphs.css-mapping input:focus {
  border: 1px solid #fbde4a;
  box-shadow: inset 0 0 3px #fbde4a;
}

section.icons .glyphs.css-mapping input:hover {
  box-shadow: inset 0 0 3px #fbde4a;
}

#top-layer #product-preview .btn {
  min-height: 41px;
}

#top-layer #product-preview .modal {
  overflow: auto;
}

#top-layer #product-preview .modal-dialog {
  max-width: 900px;
  z-index: 2;
}

#top-layer #product-preview .modal-backdrop {
  z-index: 1;
}

#top-layer #product-preview #productImages img {
  width: 100%;
  height: auto;
}

#top-layer #product-preview #productImages .controls img {
  max-width: 75px;
}

#top-layer #product-preview .frameContent {
  color: #4d4d4d;
  font-size: 16px;
  padding: 0 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}

#top-layer #product-preview .frameContent b {
  font-family: "quicksand";
  font-size: 15px;
  font-weight: bold;
  padding-right: 10px;
}

#top-layer #product-preview .frameContent.icons {
  color: #6D6E70;
  margin-top: 10px;
  font-size: 30px;
}

#top-layer #product-preview .frameTitle {
  font-family: "quicksand";
  background-color: #e7e7e6;
  color: #6D6E70;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 10px;
}

#top-layer #user-profile-menu .modal {
  overflow: auto;
}

#top-layer #user-profile-menu .modal-dialog {
  max-width: 580px;
}

#top-layer #user-profile-menu .title {
  font-size: 18px;
  border-bottom: 2px #9aca3d solid;
  margin-bottom: 40px;
}

#top-layer #user-profile-menu .title small {
  font-size: 16px;
  text-transform: uppercase;
}

#top-layer #user-profile-menu a {
  color: #6D6E70;
  text-decoration: none;
}

#top-layer #user-profile-menu a.frameLink {
  display: block;
  padding: 25px 0;
  text-align: center;
  border: 1px #6D6E70 solid;
  width: 100%;
  margin-bottom: 45px;
  font-size: 18px;
}

#top-layer #user-profile-menu a.frameLink .icon {
  font-size: 28px;
}

#top-layer #user-profile-menu a.frameLink:hover {
  background: #9aca3d;
  color: #ffffff;
}

@media (min-width: 320px) and (max-width: 612.98px) {
  #top-layer #user-profile-menu a.frameLink {
    font-size: 16px;
  }
}

#top-layer #user-profile-menu a.logout {
  font-size: 16px;
}

#top-layer #user-profile-menu a.logout:after {
  font-family: "svet-metraze";
  content: "\E048";
  font-size: 30px;
  margin-left: 20px;
}

span.icon-shopping-cart {
  float: right;
  line-height: 20px;
  font-size: 20px;
}

#tidio-chat iframe {
  bottom: 0em !important;
}

@media (max-width: 612.98px) {
  #tidio-chat iframe {
    bottom: 50px !important;
  }
}

.wpwl-form {
  margin: 0 0 24px auto;
  max-width: 30em;
}

.wpwl-button-pay {
  color: #fff;
  background-color: #9aca3d;
  border-color: #9aca3d;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
  float: left;
}

.wpwl-button-pay:hover {
  color: #fff;
  background-color: #85b130;
  border-color: #7da72d;
}

.wpwl-control {
  font-family: "Arial";
  font-size: 16px;
  color: rgb(102, 102, 102);
}

.wpwl-control::-moz-placeholder {
  font-family: "Arial";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: rgb(102, 102, 102);
  text-transform: none;
  text-decoration: none solid rgb(102, 102, 102);
  letter-spacing: 0px;
  word-spacing: 0px;
  line-height: 24px;
  text-align: left;
  vertical-align: baseline;
  direction: ltr;
  background-color: rgb(255, 255, 255);
  background-image: none;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-attachment: scroll;
  opacity: 1;
  box-sizing: border-box;
}

.wpwl-control::placeholder {
  font-family: "Arial";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: rgb(102, 102, 102);
  text-transform: none;
  -webkit-text-decoration: none solid rgb(102, 102, 102);
          text-decoration: none solid rgb(102, 102, 102);
  letter-spacing: 0px;
  word-spacing: 0px;
  line-height: 24px;
  text-align: left;
  vertical-align: baseline;
  direction: ltr;
  background-color: rgb(255, 255, 255);
  background-image: none;
  background-repeat: repeat;
  background-position: 0% 0%;
  background-attachment: scroll;
  opacity: 1;
  box-sizing: border-box;
}

@media (max-width: 612.98px) {
  .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.3rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #9aca3d;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }
}

